/*
 Theme Name:   squared child theme
 Author:       Amit
 Template:     squared
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

*/



/* equal height column for desktop browsers */
@media only screen and (min-width: 768px) {

	.is-flex {
    display: flex;
    flex-wrap: wrap;
}
.is-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand. 
* Use a preprocesser with autoprefixing.
*/
.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

}


/* cutom grid */
.col-md-6,.col-md-8,.col-md-4, .col-md-7,.col-md-5, .col-md-2, .col-md-10,.col-md-9,.col-md-3{ padding: 3% 3% 5% 3%; position:relative; box-sizing:border-box !important;}



@media only screen and (min-width: 768px) {
	
	.col-md-2{width:16.66%; float:left;   }
	.col-md-3{width:25%; float:left;   }
	.col-md-4{width:33.33%; float:left;   }
	.col-md-5{width:41.66%; float:left;   }
	.col-md-6{width:50%; float:left;   }
	.col-md-7{width:58.33%; float:left;   }
	.col-md-8{width:66.66%; float:left;   }
	.col-md-9{width:75%; float:left;   }
	.col-md-10{width:83.33%; float:left;   }
	
}

@media only screen and (max-width: 767px) {
	.col-md-6,.col-md-8,.col-md-4,.col-md-7,.col-md-5,.col-md-10,.col-md-9,.col-md-2,.col-md-3{width:100%;  }
}





/* clear fix class */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.is-flex:after {
  content: "";
  display: table;
  clear: both;
}

/* footer */
footer #custom_html-3{text-align:center;}
footer .soc-icons{display:flex;width: 180px;
    margin: auto;
    align-items: center;
    justify-content: space-between;}
footer a.theme-button, footer a.social-icons{display:inline-block;}
footer a.social-icons{max-width: 40px !important; }
footer a.social-icons img{width:100%;}
footer .ftw{padding-top:30px;}
#custom_html-3 p.ttl{font-weight:bold; font-size:40px; margin-bottom:0px;}
#custom_html-3 p.contact-now{    margin-bottom: 20px;
    max-width: 200px;
    margin: 0 auto 20px auto;}
footer,footer .ftw,footer .fmn  {background:#073a5a !important; color:#fff;}
footer .ftw{    background-image: url(../../../wp-content/uploads/2017/11/footerBG.png) !important;
    background-position: center center;
    background-repeat: no-repeat;}
footer .fmw.left{
	    display: flex;
    justify-content: space-between;
    width: 100% !important;
}
#menu-footer-menu li a,p.credits {color:#fff !important;}
p.credits{margin-top:0px !important;}

	
/* custom button */
a.theme-button {
    background-color:  rgb(241, 89, 34);
color:#fff !important;
    padding: 12px 15px;
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    overflow: hidden;
    width: 100%;
    text-align: center;
    line-height: 1;
}
	
/* header */

header {
    background: #fff !important;
}	

	
/* home page */

/* header */


#pdf-download{    display: inline-block;
	position: absolute;
	
}
@media only screen and (min-width: 768px){
	#pdf-download{    
	right:-55px;
	top:50%;
	transform: translateY(-90%);
		width:175px;
	}
}
@media only screen and (min-width: 888px){
	#pdf-download{    
	right:-40px;
	top:50%;
	transform: translateY(-70%);
	width:225px;
	}
}
@media only screen and (min-width: 992px){
	#pdf-download{    
	right:-40px;
	top:50%;
	transform: translateY(-70%);
	width:250px;
	}
}
@media only screen and (min-width: 1040px){
	#pdf-download{
		width:300px;
	}
}
@media only screen and (min-width: 1300px){
	#pdf-download{    
	
	top:50%;
	transform: translateY(-80%);
	width:300px;
	}
}





@media only screen and (min-width: 768px) {
	.performance{
		transform: translateY(50%);
	}
	.performance .col-md-6:first-child h3 {margin-top:0px;}
	.performance .col-md-6:first-child .brain-img{    display: inline-block;
		background:#eeeeee;
		width: 100px;
		height: 100px;
		border: 1px solid #f15922;
		border-radius: 100%;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
			transform: translateX(50%);
		z-index: 10;
	}

	.performance .col-md-6:first-child .brain-img img{
	    margin: auto;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	
	}	
	#services{
		padding-top:200px;
	}
}

@media only screen and (min-width: 768px) {
	.performance .col-md-6:nth-child(2){padding: 3% 3% 5% 3%; }
}


.performance .col-md-6:first-child,.performance .col-md-6:first-child h3, .performance .col-md-6:first-child p {background:#eeeeee; color:#000;}
.performance .col-md-6:nth-child(2), .performance .col-md-6:nth-child(2) ul{;margin-left:0;}
.performance .col-md-6:nth-child(2), .performance .col-md-6:nth-child(2) ul li{background:#073a5a;color:#fff;}
.performance .col-md-6:nth-child(2) ul li:before {
  content: '\2714\0020';
font-size:18px;
    color: #fff !important;
}
@media only screen and (max-width: 767px) {
.performance .col-md-6:nth-child(2) ul {padding-left:0px;}
}

#site-banner::after {
  content: "";
  background: url(https://focusyourthinking.com/wp-content/uploads/2017/11/bannerBG.png);
  opacity: 0.2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  
}







@media only screen and (max-width: 767px) {
.tve_lg_input_container.tve_lg_input{width:45%; float:left;}
.tve_lg_input_container.tve_lg_input:nth-child(2){margin-left:10%;}
.tve_lg_input_container.tve_submit_container.tve_lg_submit{max-width:250px; margin:auto;}

.thrv_wrapper.tve_image_caption.hide-desktop{max-width:200px !important;margin-bottom: 90px;}
.performance{position:absolute;bottom:0;left:0; right:0;bottom:-390px ;}
	.performance .col-md-6:first-child p {margin-bottom:60px;}
	.performance .col-md-6:nth-child(2) ul	{    margin-top: 60px;}
	
#services{margin-top:450px;	}
.brain-img{
	background: #eeeeee;
    width: 100px;
    height: 100px;
    border: 1px solid #f15922;
    border-radius: 100%;
    margin: auto;
    position: absolute;
    /* top: 0; */
    bottom: -50px;
    right: 50%;
    transform: translateX(50%);
    z-index: 10;
}
.performance .col-md-6:first-child .brain-img img{
	    margin: auto;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	
	}	

}
@media only screen and (max-width: 440px) {

.thrv_wrapper.tve_image_caption.hide-desktop{margin-bottom: 200px;}


}



.focustabcontent, .focusTab{box-sizing: border-box !important;}

@media only screen and (min-width: 768px){
    /* Style the tab */
div.focusTab {
    float: left;
    border: 1px solid #ccc;
    background-color: #073a5a;
    width: 30%;
    height: 450px;
	    padding: 30px 10px 10px 20px;
}
div.focusTab img{max-width: 70%;
    margin: auto;
    display: block;
    margin-top: 35px;}
	
/* Style the buttons inside the tab */
div.focusTab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
	color:#fff;
	border-bottom: 1px solid #eee;
    padding-left: 0;
	font-size: 17px;
}
div.focusTab button.active{font-size:20px; font-weight:bold;}

/* Change background color of buttons on hover */
div.focusTab button:hover {
    background-color: #073a5a;
}

/* Create an active/current "tab button" class */
div.focusTab button.active {
    background-color: #073a5a;
}



/* Style the tab content */
.focustabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 70%;
    border-left: none;
    height: 450px;
	background:#eeeeee;
	box-sizing: border-box !important;
    padding: 40px 10px 40px 10px;
}
.focustabcontent .tabcontent {padding-top:0;}
.focustabcontent .tabcontent h3 {margin-top:0; font-size:18px; color:#000;}
.focustabcontent .tabimage {padding:0;}
}



@media only screen and (max-width: 767px){

   /* Style the tab */
div.focusTab {
    
    border: 1px solid #ccc;
    background-color: #073a5a;
    padding: 10px;
}

/* Style the buttons inside the tab */
div.focusTab button {
    display: inline-block;
    background-color: inherit;
    color: black;
   
    width: 32%;
    border: none;
    outline: none;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
	color:#ccc;
	border-right: 1px solid #eee;
   
	font-size: 14px;
	    height: 60px;
	box-sizing: border-box;
	    padding: 0px 0 80px 0;
}
div.focusTab button.tablinks:nth-child(3){
	border: none;
}

div.focusTab button.active{ font-weight:bold;}

/* Change background color of buttons on hover */
div.focusTab button:hover {
    background-color: #073a5a;
	color:#fff;
}

/* Create an active/current "tab button" class */
div.focusTab button.active {
    background-color: #073a5a;
	color:#fff;
}

/* Style the tab content */
.focustabcontent {
    
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 100%;
    min-height: 400px;
	background:#eeeeee;
	box-sizing: border-box !important;
    padding: 40px 10px 40px 10px;
}
.focustabcontent .tabcontent {padding-top:0;}
.focustabcontent .tabcontent .theme-button{width:300px; margin:auto; display:block;font-size:12px;font-weight:bold;} 
.focustabcontent .tabcontent h3 {margin-top:0; font-size:18px; color:#000; text-align:center;}
.focustabcontent .tabimage {text-align:center; padding:0;}


}




/* What Are You Missing In Business? */
.missing-in-business img{display:block; float:left;    margin-right: 0 !important;}
.missing-in-business ul {margin-top:10px; float:left; padding-left:0px !important;}
.missing-in-business ul li::before{display:none;}
.missing-in-business ul li {margin-bottom:12px !important;     color: #000;
    font-weight: 500;}



	
/* testimonials */
div.testimonials{background-color:#fafafa;    box-shadow: 2px 5px 5px #ccc; padding:30px;}
div.testimonials .testimonial-quote {
    background: #fff;
text-align:center;
margin:0;
background-color:#fafafa; 
position:relative;
padding:15px;
    min-height: 180px;
}


div.testimonials .testimonial-quote img.left-quote{vertical-align: text-bottom; margin-right:10px;     max-width: 25px;}
div.testimonials .testimonial-quote img.right-quote{vertical-align: text-top; margin-left:10px;     max-width: 25px;}


div.testimonial-by{
	padding-top:20px;
	    display: flex;
    align-items: center;
    justify-content: center;
}
div.testimonial-by img{margin-right:15px;}


.testimonials .testimonial-by p{font-size:14px !important;}
.testimonials .testimonial-by p strong{font-style:italic;}



/* what will you get */
.program-results p, .prospective-clients p {display:flex;}
.program-results p span img, .prospective-clients p span img{width:40px; height:40px; max-width: none;}
.program-results p span, .prospective-clients p span{margin-right:30px;}

/* what will I offer */
.offer p {min-height:90px;}

/* opt-in form */

@media only screen and (min-width: 768px) {
#opt-in form .tve_lg_input_container.tve_lg_input,.tve_lg_input_container.tve_submit_container.tve_lg_submit{width:30%; float:left; margin-right:3%;}
}


/* on-line program */

.fyt-services .fyt-services,.fyt-services .program,.fyt-services .program-right-section{box-sizing:border-box !important;}
.fyt-services .program{    background-color:#073a5a; padding:45px 35px;}
.fyt-services .program img{max-width:184px; margin-bottom:25px;}
.fyt-services .program h3,.fyt-services .program p{color:#fff !important;margin-bottom:25px;}
.fyt-services .program h3{    font-size: 36px;margin-bottom:35px;}
.fyt-services .program .theme-button{display:inline-block; margin-top:30px;}
div.fyt-services h3{color:#000;}
div.fyt-services .program-right-section-content{padding:0px 10px 10px 20px; }
div.fyt-services .program-right-section{padding:0px;}

div.my-passion p q {
  quotes: '\201c' '\201d' !important;
}
div.my-passion p q:before {
    content: open-quote;
font-size: 45px;
    color: #f15922;
vertical-align: text-top;
}
div.my-passion p q:after {
    content: close-quote;
font-size: 45px;
    color: #f15922;
vertical-align: text-top;
}
div.my-passion {text-align:center;}
div.my-passion p{max-width:80%;margin:auto;}




dl.key-benefits{    margin-left: 0px !important; padding-left:20px !important;  }

dl.key-benefits dd{margin-bottom:20px !important; padding-left:25px}
dl.key-benefits dt span svg{color:#f15922; margin-right:10px;}



	
ul.fyt_skills{    margin-left: 0px !important; padding-left:20px !important;  }

ul.fyt_skills li{margin-bottom:10px !important;}
ul.fyt_skills li::before{content: "\00BB\0020" !important; color:#f15922;font-size:14px !important; }




/* register online */
.performance .register-price{text-align:center;}
.performance .register-price h2{color:#000;}
.performance .register-price h2 span{text-decoration:line-through;}
.performance .register-price p{    font-style: italic;}
.performance .register-info{    margin-top: 100px;}
.performance .program-includes h3{color:#fff;     text-align: center; margin-bottom:20px;}

.performance .register-online,.performance .program-includes{padding:7% !important; }

.performance .program-includes a.theme-button{max-width:300px; margin:auto; display:block; text-align:center; font-weight:bold; font-size:18px;}


.online-program .col-md-4{background-color: #073a5a ;padding:20px;  }
.online-program .col-md-4 h3{color:#fff; font-size:18px; font-weight:bold; margin-bottom:40px; }
.online-program .col-md-4 a.theme-button{display:block; text-align:center; font-weight:bold; margin-bottom:30px;}
.online-program .col-md-4 img{height: 184px;
    width: 184px;
    margin: auto;}
.online-program .col-md-8{padding:0px;}
.online-program .col-md-8 p{padding:30px;}


@media only screen and (max-width: 767px) {
.register-online .register-price p,.register-info p {        margin-bottom: 0px important;}
.performance .register-info{    margin-top: 0px;}
.program-includes  ul{padding-left:0px !important;margin-left: 10px !important;}
.online-program a.theme-button{display:none !important;}
}

	


.clients-say{background-color:#fafafa; padding:30px;     box-shadow: 0px 5px 5px #ccc;}
div.clients-say  p {max-width:65%; margin:auto;}

div.clients-say p q {
  quotes: '\201c' '\201d' !important;
}
div.clients-say  p q:before {
    content: open-quote;
font-size: 50px;
    color: #ccc;
vertical-align: text-top;
}
div.clients-say  p q:after {
    content: close-quote;
font-size: 50px;
    color: #ccc;
vertical-align: text-top;
}
.clients-say .client-info{  display: inline-block; margin-left:50%;     transform: translateX(-100%); }

.online-program .col-md-3 img{max-width:186px;    display: block;
    margin: auto;}
@media only screen and (max-width: 767px) {
.clients-say img{    margin: auto;
    display: block;}
	.clients-say p.client-info{    text-align: center;
    margin: auto;
    /* width: 100%; */
    display: block;
    margin-top: 5px;transform: translateX(0%);}
}
	
	
	
/* mobile layout fixes */


@media only screen and (max-width: 767px) {
	.hide-mobile{display:none !important;}
}
@media only screen and (min-width: 768px) {
	.hide-desktop{display:none !important;;}
}

@media only screen and (max-width: 767px) {
	.focustabcontent .tabcontent .theme-button{width:auto;} 
}




/* blog */

article h2, article h3,article h4,article h5{color: #01458e;}
aside li:before , aside li a, aside p.ttl{color: #01458e !important;}

.lrp .btn input[type="submit"] {
background: #f85625 !important; 
box-shadow: 0px 3px 0px 0px #dd3907 !important;
}

article footer ul{padding-right: 20px;}

.cnt section footer ul li:hover .awe {    color: #f85625 !important;}
.category  .hru.tcbk {    background-color: #f85625 !important;}

.category .awr.lnd>a, .blog .awr.lnd>a{color: #f85625 !important;}

@media only screen and (max-width: 540px) {
article footer li{width:100%; text-align:left !important; margin-top:5px !important;}
}

.sAs section[id*='categories-'] ul li a:after {
    color: #f85625 !important;
}
.single-post article p a{color: #f85625 !important;}


.mini-cart-contents{display:none;}

nav.right{
	float:none !important;
}

#logo{    max-width: 100px;}


#menu-main-menu li a {color:#656565;}
#menu-main-menu li a:hover {color:#073a5a;}


header nav>ul>li.menu-item-has-children>a:after {
    
    color: #073a5a !important;
}



header nav ul#menu-main-menu li>ul li a:hover {
    background-color: #073a5a !important;
    color: #fff !important;
}


@media only screen and (max-width: 768px){
header .hmn .rmn {
    background: #fff !important;
    color: #073a5a !important;
	

}
li.mobile-mini-cart{display:none !important;}
}
li.mobile-mini-cart{display:none !important;}

.awr.lnd.hasf h2.entry-title{

    background: #073A5A;
}
.awr.lnd.hasf h2.entry-title:hover{

    background: #f85625 !important;
}