/* Corp Container Attributes */

.corp-container {
  margin: 0 auto;
  max-width: 1250px !important;
  padding: 0 15px;
  position: relative;
  width: 100%; }
  .full-width .corp-container {
    max-width: none; }

/* Mobile Logo */

@media only screen and (max-width: 480px) {
.custom-logo {
		max-width: 200px !important;
		max-height: 53px !important;
	}
}

@media only screen and (max-width: 768px) {

.site-branding {
		text-align: left !important;
		width: 100%;
 }
}

/* Price Table Attributes */

.ow-pt-price {
		font-size: 15pt !important;
		font-weight: bold !important;
}

.widget-title {
		margin-bottom: -25px !important;
}

@media only screen and (max-width: 480px) {
.widget-title {
		margin-bottom: 1px !important;
	}
}
		
/* Bagde Image */

@media only screen and (max-width: 480px) {
.badge {
		width: 125px;
		height: 120px;
		}
}

/* Testimonials Box */

.tsmbox {
		display: inline-block;
}

@media only screen and (max-width: 480px) {
.tsmbox {
		display: block !important;
		width: 100% !important;
		padding: 0px !important;
	}		
}

/* H Line */

@media only screen and (max-width: 480px) {
.mhline {
		margin-top: 30px !important;
		margin-bottom: 20px !important;
	}
}

/* M Padding */

@media only screen and (max-width: 480px) {
.entry-content p {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* SOW Accordion */

.sow-accordion-panel-header:focus{
				outline: none !important;	
}
.sow-accordion-panel-border:focus{
				outline: none !important;	
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
		outline: none !important;	
}
.sow-accordion-title {
font-size: 11pt !important;
font-family: 'josefin-sans' !important;
text-transform: uppercase;
}
.sow-accordion-panel-content {
		margin-left: -25px;
		margin-right: -25px;
}

/* Boxes */

@media only screen and (max-width: 480px) {
.pbox {
		width: 175px !important;
		height: 175px !important;
	}
}

/* Header Attributes */

.sow-slider-pagination {
		display: none !important;
}
.sow-slide-nav {
		display: none !important;
}
		
/* Links */

#main a { color: #3051f6; text-decoration: none; }
#main a:hover { color: #ea8b10; text-decoration: none; }

.wlink a {
		color: #333 !important;
		text-decoration: none !important;
}
.wlink a:hover {
		color: #ea8b10 !important;
		text-decoration: none !important;
}

/* Post Carousel Attributes */

.sow-carousel-item-title {
		text-transform: uppercase !important;
		letter-spacing: 1px;
		font-size: 13pt !important;
}

/* Mobile Menu Attributes */

#mobile-navigation ul li .dropdown-toggle {
	border: 1px;	
}

/* Text Attributes */

.htext {
	font-size: 1px;
		color: #fff !important;
}
.tshadow1 {
		text-shadow: 1px 1px 2px #000000;
}

/* Boxes Attributes */

.box1 {
	display: block;
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	padding: 15px;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 30px 3px;
}

/* Menu Attributes */

.main-navigation ul li {
      display: inline-block;
      font-family: 'montserrat' !important;
      font-size: 13px !important;
      line-height: normal;
      font-weight: normal !important;
      margin: 0 30px -10px 0;
      padding: 0 0 10px;
      position: relative;
      text-align: left;
      text-transform: uppercase; }

.site-header.stuck {
	background: rgb(255,255,255,0.95);
}

/* Footer Attributes */

.site-footer .site-info span:after {
      content: none !important;
}
.site-footer .site-info {
      text-align: left !important;
}
.bottom-bar {
      padding: 17px 0 17px !important;
      text-align: left !important;
}
@media screen and (max-width: 768px) {
.site-footer .site-info {
      text-align: center !important;
}
		}

@media screen and (max-width: 480px) {
.fg-thumb {
      width: 65px;
}
		}

/* Form Attributes */

input,
select,
textarea
{
  /* Corrects font size not being inherited in all browsers */
  font-size: 100%;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  margin: 0;
  /* Improves appearance and consistency in all browsers */
  vertical-align: baseline;
  *vertical-align: middle;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="checkbox"],
input[type="radio"] {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-appearance: textfield;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

input[type=text],
input[type=email],
input[type=password],
textarea,select {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #44233b;
  border: 2px solid #3051f6;
	background-color: #f8f8f8;
padding: 12px;
font-family: 'Open Sans';
font-size: 11pt;
line-height: 25px;
padding-left: 25px;
width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  color: #44233b;
	border: 2px solid #203f51;
	background-color: #fff;
	outline: none;
}
input[type=text],
input[type=email],
input[type=password] {
width: 100%;
}
textarea {
width: 100%;
}

@media screen and (max-width: 480px) {
input[type=text],
input[type=email],
input[type=password],
textarea,select {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #44233b;
  border: 2px solid #3051f6;
	background-color: #f8f8f8;
padding: 12px;
font-family: 'Open Sans';
font-size: 10pt;
line-height: 23px;
padding-left: 25px;
max-width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  color: #44233b;
	border: 2px solid #203f51;
	background-color: #fff;
	outline: none;
}
input[type=text],
input[type=email],
input[type=password] {
  width: 100%;
}
textarea {
  vertical-align: top;
  overflow: hidden;
  width: 100%;
}
}

/* Button Attributes */

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  color: #ffffff !important;
  background-color: #2844cd;
	border: 1px solid #2844cd;
  padding: 7px 19px 4px 19px;
  text-decoration: none;
  line-height: 35px;
	font-size: 11pt;
	font-family: 'josefin-sans';
	letter-spacing: 2px;
}
  .button:hover,
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
  background: #f8f8f8;
	text-decoration: none;
  color: #2844cd !important;
	font-size: 11pt;
	border: 1px solid #2844cd; }
  .button:visited,
  button:visited,
  input[type="button"]:visited,
  input[type="reset"]:visited,
  input[type="submit"]:visited {
    color: #fff !important; }
  .button:active, .button:focus,
  button:active,
  button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    background: #f8f8f8;
	text-decoration: none;
  color: #2844cd !important;
	font-size: 11pt;
    outline: none; }

/* General Font Size */

.entry-content p, ul, li {
font-size: 11pt;
color: #31192b;
}

/* Media Sizes */

@media screen and (max-width: 1024px) {
      	.heading1 {
		font-size: 34pt !important;
      	line-height: 40pt !important;
				letter-spacing: 2px !important;
    }
		.heading1a {
		font-size: 35pt !important;
      	line-height: 35pt !important;
				letter-spacing: 2px !important;
    }
       .heading2 {
		font-size: 28pt !important;
      	line-height: 34pt !important;
				letter-spacing: 2px !important;
    }
       .heading3 {font-size: 24pt !important;
        line-height: 30pt !important;
				letter-spacing: 2px !important;
  }
       .heading4 {font-size: 22pt !important;
        line-height: 28pt !important;
				letter-spacing: 1px !important;
  }
		   .heading5 {font-size: 18pt !important;
         line-height: 22pt !important;
  }
       .heading6 {font-size: 14pt !important;
         line-height: 16pt !important;
  }
		   .tcenter {
					 text-align: center !important;
		}
		.tright {
					 text-align: right !important;
		}
}
@media screen and (max-width: 991px) {
      	.heading1 {
		font-size: 34pt !important;
      	line-height: 40pt !important;
				letter-spacing: 1px !important;
    }
		.heading1a {
		font-size: 35pt !important;
      	line-height: 35pt !important;
				letter-spacing: 2px !important;
    }
       .heading2 {
		font-size: 28pt !important;
      	line-height: 34pt !important;
				letter-spacing: 1px !important;
    }
       .heading3 {font-size: 24pt !important;
        line-height: 30pt !important;
				letter-spacing: 1px !important;
  }
       .heading4 {font-size: 22pt !important;
        line-height: 28pt !important;
				letter-spacing: 1px !important;
  }
		   .heading5 {font-size: 18pt !important;
         line-height: 22pt !important;
  }
       .heading6 {font-size: 14pt !important;
         line-height: 16pt !important;
  }
		.tcenter {
					 text-align: center !important;
		}
}

@media screen and (max-width: 768px) {
      	.heading1 {
		font-size: 28pt !important;
      	line-height: 34pt !important;
				letter-spacing: 1px !important;
    }
		.heading1a {
		font-size: 45pt !important;
      	line-height: 47pt !important;
				letter-spacing: 1px !important;
    }
       .heading2 {
		font-size: 35pt !important;
      	line-height: 37pt !important;
				letter-spacing: 1px !important;
    }
       .heading3 {font-size: 30pt !important;
        line-height: 32pt !important;
  }
       .heading4 {font-size: 25pt !important;
        line-height: 27pt !important;
				letter-spacing: 1px !important;
  }
		   .heading5 {font-size: 13pt !important;
         line-height: 14pt !important;
  }
       .heading6 {font-size: 14pt !important;
         line-height: 16pt !important;
  }
		.tcenter {
					 text-align: center !important;
		}
		.tright {
					 text-align: right !important;
		}
}

@media screen and (max-width: 480px) {
      	.heading0 {
		font-size: 45pt !important;
      	line-height: 49pt !important;
				letter-spacing: 1px !important;
    }
       .heading1 {
		font-size: 33pt !important;
      	line-height: 35pt !important;
				letter-spacing: 1px !important;
    }
		   .heading1a {
		font-size: 28pt !important;
      	line-height: 31pt !important;
				letter-spacing: 1px !important;
    }
       .heading2 {
		font-size: 27pt !important;
      	line-height: 29pt !important;
				letter-spacing: 1px !important;
    }
       .heading3 {font-size: 23pt !important;
        line-height: 25pt !important;
  }
       .heading4 {font-size: 17pt !important;
        line-height: 23pt !important;
				letter-spacing: 1px !important;
  }
		   .heading4a {font-size: 16pt !important;
        line-height: 18pt !important;
  }
       .heading5 {font-size: 11pt !important;
         line-height: 14pt !important;
  }
       .heading6 {font-size: 10pt !important;
         line-height: 13pt !important;
  }
}

@media screen and (max-width: 480px) {
	.cf7button {
			padding-left: 70px !important;
			padding-bottom: 25px !important;
		}
}

/* White Text */

.white-text {
  color: #ffffff !important;
}

/* Additional Button */

.btn1 {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 0px;
  color: #ffffff !important;
  background-color: #2844cd;
  padding: 14px 19px 10px 19px;
  text-decoration: none;
  line-height: 55px;
	font-size: 11pt;
	font-family: 'josefin-sans';
	letter-spacing: 2px;
  }

.btn1:hover {
  background: #f8f8f8;
	text-decoration: none;
  color: #2844cd !important;
	font-size: 11pt;
	border: 1px solid #2844cd;
}

.btn2 {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 50px;
  color: #ffffff !important;
  background-color: #db4242;
  padding: 13px 19px 13px 19px;
  text-decoration: none;
  line-height: 55px;
	font-size: 11pt;
  }

.btn2:hover {
  background: #9e5786;
	text-decoration: none;
  color: #ffffff !important;
	font-size: 11pt;
}

/* Images Hover Effect */

.effect1 { 
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.effect1:hover {
  opacity: 0.5 !important;
}
.effect2 {
  opacity: 0.5 !important;
}

/* Links No Outline */

a {
   outline: 0;
outline:none !important;
}
object, embed { 
  outline: 0;
}
input::-moz-focus-inner { 
  border: 0; 
}

/* Additional Filter */

.scale1 {
  -webkit-transition: all 2.0s ease;
  -moz-transition: all 2.0s ease;
  -o-transition: all 2.0s ease;
  transition: all 2.0s ease;
}
.scale1:hover {
-webkit-transform: scale(1.3);
  transform: scale(1.3);
}

/* Recaptcha Attributes  */

.grecaptcha-badge {
	visibility: collapse;  
}

/* Vertical Line */

.vl {
  border-left: 1px solid #cdcfd1;
  height: 500px;
}

/* Display None on Mobile */

@media screen and (max-width: 768px) {
.dnone1 {
display: none !important;
}}

/* Additional Mobile Effect */

@media screen and (max-width: 480px) {

.mcenter {
  text-align: center !important;
}
	}

/* Box Effect */

.shadow1 {
-webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.shadow1:hover {
-webkit-box-shadow: 0px 1px 14px 5px rgba(0,167,199,0.51); 
box-shadow: 0px 1px 14px 5px rgba(0,167,199,0.51);
}
.moveup1 {
-webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;		
}
.moveup1:hover {
border-bottom: 20px solid transparent;
		}

/* CF7 Attributes */

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 15px;
	border-top: 1px solid #ea8b10 !important;
	border-left: 0px !important;
	border-right: 0px !important;
	border-bottom: 0px !important;
	font-family: 'Open Sans' !important;
	text-align: center !important;
	color: #fff !important;
	background-color: #ea8b10 !important;
}

div.wpcf7-mail-sent-ok {
	border-top: 1px solid #ea8b10 !important;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border-top: 1px solid #ea8b10 !important;
}

div.wpcf7-spam-blocked {
	border-top: 1px solid #ea8b10 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border-top: 1px solid #ea8b10 !important;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #ea8b10;
	font-size: 10pt !important;
	font-weight: normal;
	display: block;
	font-family: 'Open Sans' !important;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border-top: 1px solid #ea8b10 !important;
	background: #fff;
	padding: .2em .8em;
}