/*
Theme Name: Custom Wordpress Theme
Theme URI: http://www.gowebseo.com
Description: Premium WordPress Site
Author: GoWebSEo
Version: 1.1
Tags: 
*/





@font-face {
    font-family: 'leto_sans_condensedbold';
    src: url('fonts/glen_jan_-_letosanscondensed-bold-webfont.eot');
    src: url('fonts/glen_jan_-_letosanscondensed-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/glen_jan_-_letosanscondensed-bold-webfont.woff2') format('woff2'),
         url('fonts/glen_jan_-_letosanscondensed-bold-webfont.woff') format('woff'),
         url('fonts/glen_jan_-_letosanscondensed-bold-webfont.ttf') format('truetype'),
         url('fonts/glen_jan_-_letosanscondensed-bold-webfont.svg#leto_sans_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,800,600);

/*

============================= Global

*/
body{
	background:#fff;
	font-family: 'Open Sans', sans-serif;
}
a{color:#f37932;}
p{font-size:18px; font-weight:700;}
.btn{
	transition:all ease 0.2s;
	text-transform:uppercase;
	font-family: 'leto_sans_condensedbold';
}
h1,h2,h3,h4,h5,h6{font-family: 'leto_sans_condensedbold'; text-transform:uppercase;}
strong{ font-weight:800;}
.btn-red{
	background-color: #f37932;
    border-color: #f37932;
    color: #fff;
	font-size:24px;
	padding:16px 70px;
	font-weight:800;
}
.btn-red:hover{
	background-color: #794133;
    border-color: #794133;
    color: #fff;
}
.no_padding{ padding:0;}
.no_margin{ margin:0;}
.alignleft{
	float:left;
	margin-right:40px;
}
.alignright{
	float:right;
	margin-right:40px;
}
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 20px auto 20px auto;
}
#header .navbar-default .navbar-nav > li > a , #home_cta h2, #footer .widget .btn {font-family: 'leto_sans_condensedbold';}

::-webkit-input-placeholder {
   color: #c9bebb;
}

:-moz-placeholder { /* Firefox 18- */
   color: #c9bebb;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #c9bebb;  
}

:-ms-input-placeholder {  
   color: #c9bebb;  
}
/*

============================= Header

*/

#header{
	padding:22px 0;
}
#header .navbar{
	background:none;
	border:none;
	margin-top:25px;
}

#header .navbar-default .navbar-nav > li > a {
    color: #794133;
    font-family: "leto_sans_condensedbold";
    font-size: 22px;
    padding: 15px;
    text-transform: uppercase;
}
#header .navbar-default .navbar-nav > li > a:hover{color:#f37932;}

#header .nav-buttons > li > a{
	border: 2px solid;
    border-radius: 8px;
    margin-left: 10px;
    padding: 7px 15px !important;
	margin-bottom:10px;
}
#header .nav-buttons{ margin-top:8px;}
#header .nav-buttons > li > a:hover{ background:#f37932; color:#FFF !important; border-color:#f37932;}

#banner{
	position:relative;
	width:100%;
	float:left;
	 margin-bottom:30px;
}
#banner .how_image{ position:relative; top:-26px;}
#home_cta{
	margin-bottom:70px;
}
#home_cta h2 {
  font-size: 43px;
  padding: 0 20px 20px;
  text-transform: uppercase;
  color: #f37932;
}
#home_cta img{}
#home_cta p{
	margin:20px 0;
	color:#794133;
	font-weight:700;
	font-size:22px;
}
#home_cta .w30{ width:30%;}
#home_cta .w40{ width:40%;}


#home_featured{
	border-top:4px dotted #794133;
}
#home_featured .left_part{
	float:left;
	width:190px;
	text-align:center;
}
#home_featured .left_part h2{ font-size:44px; color:#f37932; margin:80px 0 120px; text-transform:uppercase;}
#home_featured .right_part{
	position:relative;
	float:right;
}
#home_featured .right_part .onimgcontent{
	position:absolute;
	width:100%;
	top:40px;
	text-align:center;
}
#home_featured .right_part .onimgcontent h1{ color:#fff; font-size:44px; }
#home_featured .right_part .onimgcontent p{font-size:22px; font-weight:700; color:#794133;}

#testimonials{
	background:#f37932;
	padding:45px 0;
}

#testimonials p{
	color:#fff;
	font-weight:700;
	font-size:18px;
}
#testimonials .tw_by{
	color:#fff;
	font-weight:700;
	font-size:18px;
	text-transform:uppercase;
	float:right;
}
.p40{
	padding:0 40px;
}
#footer{
	padding:40px 0 70px;
}
#footer .widget{}
#footer .widget h2{
	font-size:20px;
	color:#f37932;
	font-weight:800;
}
#footer .widget ul{
	padding:0;
	margin:0;
	list-style:none;
}
#footer .widget ul li{
	margin-bottom:10px;
}
#footer .widget ul li a{
	color:#794133;
	text-decoration:none;
	font-weight:700;
	font-size:18px;
}
#footer .widget p{
	color:#794133;
	text-decoration:none;
	font-weight:700;
	font-size:18px;
}
#footer .widget .social{ margin-top:20px;}
#footer .widget .social a{
	margin-right:10px;
}
#footer .widget form{
	margin-top:20px;
}
#footer .widget .social a:hover{ opacity:0.8;}

#footer .widget .input {
  background: #f3f0ef none repeat scroll 0 0;
  border: medium none;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  margin-right: 15px;
  max-width: 175px;
  padding: 12px 18px;
}
#footer .widget .btn {
  display: inline-block;
  font-size: 22px;
  margin-top: -6px;
  padding: 8px 25px;
}


#content{
	border-top:4px dotted #794133;
	border-bottom:4px dotted #794133;
	padding:40px 0;
	position:relative;
	margin-top:20px;
}
#content .page_title {
    position: absolute;
    top: -27px;
	left: 50%;
}
#content .page_title h1{
	background: #794133 none repeat scroll 0 0;
    color: #fff !important;
    float: left;
    font-size: 23px;
    margin: 0;
    padding: 13px 30px;
	text-transform:uppercase;
}
#content .page_title .left_heading {
    float: left;
}
#content .page_title .right_heading{
	float:left;
}
.contact_emails h2{ color:#794133; font-size:23px;}
.contact_emails p{ color:#794133;}
#content input[type="text"], #content input[type="email"], #content input[type="tel"]{
	background: #f3f0ef none repeat scroll 0 0;
    border: medium none;
    padding: 5px 15px;
    width: 100%;
	margin-bottom:15px;
	color:#f37932;
}
#content textarea{
	background: #f3f0ef none repeat scroll 0 0;
    border: medium none;
    padding: 10px 15px;
    width: 100%;
	height:200px;
	color:#f37932;
}

#content .btn{padding: 6px 25px; }


#content.unsubscribe{
	padding:0;
}
#content.unsubscribe .left_uns h2{
	color: #f37932;
    font-size: 44px;
    margin: 80px 0 120px;
    text-transform: uppercase;
}
#content.unsubscribe .right_uns{ position:relative;}
#content.unsubscribe  .bubble_section{
	left: 20%;
    position: absolute;
    top: 20px;
    width: 68%;
}
#content.unsubscribe  .bubble_section p{
	font-size:18px;
	color:#fff;
	margin-bottom:20px;
}
#content.unsubscribe  .bubble_section h3{
	font-size:22px;
	color:#794133;
}
#content.unsubscribe  .bubble_section span.wpcf7-not-valid-tip {
    color: #f00;
    display: block;
    font-size: 1em;
    position: absolute;
    top: -28px;
}
#content.unsubscribe  .bubble_section div.wpcf7-validation-errors {
 	border: 2px solid #f7e700;
    bottom: -33px;
    left: 64px;
    position: absolute;
}
#content.unsubscribe div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    bottom: -33px;
    left: 119px;
    position: absolute;
}
#content.unsubscribe  .bubble_section label{color: #794133;}

#content.coloredbg{
	padding:70px 0;
	background:#f37932;
}
#content.coloredbg .top40{
	margin-top:40px;
}
#content.coloredbg small{
	font-size:14px;
}
#content.coloredbg.yellow{
	background:#febd11;
	padding:30px 0;
}
#content.coloredbg.yellow p{
	margin-top:40px;
}
#content.coloredbg.yellow h4{
	color:#fff;
}
#content.coloredbg.yellow h1{
	color:#794133;
}
#content.coloredbg.yellow .btn{
	font-size:22px;
	padding:5px 20px;
	
}
.btn-borderd, #content.coloredbg.yellow .btn-borderd{
	color:#794133;
	background:none;
	border:solid 2px #794133;
	padding:10px 60px;
}
.btn-borderd:hover, #content.coloredbg.yellow .btn-borderd:hover{
	color:#fff;
	background:#794133;
	border:solid 2px #fff;
}

.heading_lock {
    border: 4px solid #794133;
    color: #794133;
    font-size: 44px;
    margin: 0 35px 60px;
    padding: 40px 62px;
    position: relative;
    text-align: center;
}
.lock_button {
    background: rgba(0, 0, 0, 0) url("images/lock.jpg") no-repeat scroll 0 0;
    height: 55px;
    left: 47%;
    position: absolute;
    top: -33px;
    width: 66px;
}

.plan_box{
	text-align:center;
	border-right:#673c30 dotted 4px;
	padding:0 40px;
	margin-bottom:40px;
	position:relative;
}
.plan_box h1{
	font-size:44px;
}
.plan_box img{ max-width:100%;}
.plan_box p {
    font-weight: 800;
    margin-bottom: 15px !important;
    margin-top: 25px !important;
}
.plan_box p.price_ship{ color:#ffffff; text-transform:uppercase;}
.plan_box p.price_plan{font-size:44px; font-family: "leto_sans_condensedbold"; font-weight:700;}
.plan_box.no_border{ border:none;}
#countdown_timer{
	padding:40px 0 0;
}
#countdown_timer h2 {
  color: #794133;
  font-size: 30px;
  margin-bottom: 33px;
  margin-top: 0;
}
#countdown_timer h3 {
  font-size: 14px;
  margin: 20px 0 0;
  text-transform: capitalize;
}
#countdown_timer h3 span{
	margin:0 12px; 
}
#content .adver_left {
  color: #f37932;
  font-size: 28px;
  margin-bottom: 50px;
  text-align: center;
}

.brown_text {
  font-size: 18px;
  color: #794133;
  margin-bottom: 58px;
  line-height: 30px;
}

#home_featured .right_part img{
	max-width:100%;
}
#content.coloredbg img{ max-width:100%;}
#about_content{ background:#fff; padding-bottom:40px; border-bottom:4px dotted #794133; padding-top:40px;}
#about_content h1{
	color:#f37932;
	font-size:44px;
	padding:0 0 20px 0;
	margin:0;
}
#about_content p{
	margin:20px 0;
	color:#794133;
	font-size:18px;
}
.about_hero{
	position:relative;
	border:solid 5px #794133;
	padding:50px 30px 30px 30px;
}
.about_hero h2{ margin:0 0 20px;}
.about_hero .heart_icon {
  left: 60%;
  margin-left:33px;
  position: absolute;
  top: -17px;
}
.about_hero p{
	margin:0 0 20px !important;
}
#content .tes-box{ margin-bottom:20px;}
#content .tes-box h2{ color:#794133; font-size:44px;}
#content .tes-box .tes_location{color:#794133; font-size:22px; margin-bottom:5px; font-weight:800;}
#content .tes-box .tes_cat{color:#fff; font-size:22px; margin-bottom:45px; font-weight:800;}
#content .tes-box .btn {
  font-size: 22px;
  letter-spacing: 4px;
}
.gif_box {
  border: 4px solid #794133;
  margin: 35px 0;
  padding: 20px;
  position: relative;
}
.lock_icon {
  background: rgba(0, 0, 0, 0) url("images/lock.jpg") no-repeat scroll 0 0;
  height: 55px;
  left: 47%;
  position: absolute;
  top: -33px;
  width: 66px;
}
.heart_box {
  border: 4px solid #794133;
  margin: 35px 0;
  padding: 20px;
  position: relative;
}
.heart_icon {
  background: rgba(0, 0, 0, 0) url("images/heart_icon.png") no-repeat scroll 0 0;
  height: 55px;
  left: 47%;
  position: absolute;
  top: -21px;
  width: 66px;
}
.plan_box.plan2 p{ text-align:left;}
.plan_box.plan2 ul{ list-style:none; color:#fff; font-weight:800; text-align:left; font-size:18px; margin:45px 0 0; padding:0;}
.plan_box.plan2 ul li{
	margin:0 0 30px;
	padding-top:40px;
	background:url(images/paw.png) no-repeat top center;
}
@media screen and (max-width:1280px) {
	#home_featured .left_part{
		width:19%;
	}
	#home_featured .right_part{
		width:80%;
	}
	#home_featured .right_part .onimgcontent{ padding-left:6%;}
}
@media screen and (max-width:1200px) {
	#home_featured .right_part .onimgcontent h1{ font-size:30px;}
	#home_featured .right_part .onimgcontent p{ font-size:16px;}
	#home_featured .left_part h2{ margin:80px 0 16px;}
	
}

@media screen and (max-width:990px) {
	#home_featured .left_part h2{ font-size:26px; margin:40px 0 16px;}
	#home_featured .right_part .onimgcontent h1{margin-top:-35px;}
	#home_cta .itemcta{ width:100%;}
	#home_featured .left_part {
	  width: 100%;
	}
	#home_featured .right_part{ width:100%;}
	#home_featured .right_part {
	  margin-top: 20px;
	  padding: 0 30px;
	  width: 100%;
	}
	#home_featured .right_part .onimgcontent{ padding:0; }
	#content.unsubscribe .bubble_section h3{ font-size:14px;}
	#content.unsubscribe .bubble_section p{ font-size:14px; margin-bottom:0;}
	#content.unsubscribe .bubble_section p .wpcf7-form-control-wrap{ font-size:10px;}
	#content.unsubscribe .bubble_section .btn {
	  font-size: 14px;
	  padding: 3px 20px;
	}
	#content.unsubscribe .left_uns h2 {
	  font-size: 28px;
	  margin: 80px 0 34px;
	}
	#footer .widget {
	  margin-bottom: 33px;
	  text-align: center;
	}
	
}
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
	.navbar-brand{ display:block !important;}
}
@media screen and (max-width:769px) {
	#testimonials .col-sm-6.p40{ width:100%; float:left; margin-top:20px;} 
	#home_featured .right_part{ background:#febd11;}
	
	#home_featured .right_part .onimgcontent{ left:0;}
	#banner .how_image{ top:0px; margin-top:50px;}
	#content.coloredbg.yellow .pull-right{ width:100%;}
	.plan_box{ border-right:none;}
	#content .page_title{ position:relative; left:0 !important;; top:0; margin-left:0 !important;}
	#content .page_title .left_heading, #content .page_title .right_heading{display: none;}
	#content .page_title h1{ text-align: center; width:100%; margin-bottom:50px;}
	.contact_emails{ text-align:center;}
	#content.unsubscribe .left_uns h2{
		font-size:40px;
		margin:40px 0 34px;
	}
	.right_uns img{ display:none;}
	.right_uns{ margin:0; padding:0;}
	#content.unsubscribe .bubble_section {
	  background: #febd11 none repeat scroll 0 0;
	  left: 0;
	  margin: 0;
	  position: relative;
	  width: 100%;
	  float:left;
	  padding:20px 40px;
	}
	#content.unsubscribe .container{ margin:0; padding:0;}
	#content.unsubscribe .bubble_section h3{ font-size:20px;}
	#content.unsubscribe .bubble_section p {
	  font-size: 16px;
	  margin-bottom: 8px;
	}
	#content.unsubscribe .bubble_section p .wpcf7-form-control-wrap {
	  font-size: 16px;
	}
	
}
@media screen and (max-width:600px) {
	#home_featured .right_part{ padding-top:50px;}
	.gif_box h2{ font-size: 26px;}
}
@media screen and (max-width:440px) {
	#home_featured .right_part{ padding-top:100px;}
}
@media screen and (max-width:360px) {
	#home_featured .right_part{ padding-top:200px;}
	#content .page_title{ left:37%;}
}

.sub_btn{
    font-family: 'leto_sans_condensedbold';
    text-transform: uppercase;
    color: #fff;
    background: #f4be46;
    font-size: 36px;
    text-decoration: none;
    border-radius: 5px;
    padding: 5px 25px;
    display: inline-block;
    margin: 40px;
	transition:all ease 0.5s;
}
.sub_btn:hover{
	background:#cc9b2e;
	color:#fff;
	text-decoration:none;
}
.compare_heading{
	color:#714436;
	font-size:36px;
	text-transform: initial;
}

/*#box_content_m{}
#box_content_m p {
    font-size: 18px;
    font-weight: normal;
}
#box_content_m .plan2{
border: 10px solid #eee8e7;
}*/