/*
Theme Name:     wsp-child
Description:    WSP Child Theme
Author:         wsp
Template:       twentyseventeen

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
svg.icon.icon-angle-down {
   display: none;
}
p.bawpvc-ajax-counter {
    display: inline-block;
    font-size: 14px;
    font-family: 'Exo', sans-serif;
color: #fff;
    line-height: 22px;
    padding-right: 10px;
}
.text_content .tribe-events-sub-nav li:before
{
	content:none;
} 

.text_content #tribe-events li:before
{
	content:none;
}

#franchise_client .logo_box, #partners .logo_box{
    position: relative;
}
#franchise_client .item img, #partners .item img{
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 35px;
} 

.webinar-frm {
    float: none !important;
    margin-left: 0px !important;
    margin-bottom: 15px !important;
	margin-top:0px !important;
    display: inline-block;
}
@media(max-width:768px){
	.webinar-frm {
		width:100% !important;
	}
}

.free-strategy-guide input[type="text"], .webinar-frm input[type="text"]{
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0;
    padding: 5px 10px !important;
    height: inherit;
    z-index: 1;
    direction: ltr;
    position: relative;
    box-shadow: none;
    background-color: #f2f2f2;
    border: solid 1px #dbdbdb;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #0d1627;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.free-strategy-guide input:focus, .free-strategy-guide textarea:focus {
    border: solid 1px rgba(57,173,234,1);
    outline: 0;
    color: #000;
}

.free-strategy-guide {
    display: inline-block;
	margin-top: -25px !important;
	width: 100%;
}

@media (min-width: 576px){
	.modal-dialog {
		max-width: 464px;
		margin: 1.75rem auto;
	}
}
.modal-content {
    background-color: rgba(255,255,255,0.7);
}
button.close {
    position: absolute;
    top: -4px;
    right: 4px;
}
.competitors-frm ._form-title{font-size: 18px !important;line-height: 22px !important;}
.competitors-frm form{width:100% !important;}
.competitors-frm form input[type="text"]{
    padding: 0px 20px !important;
    border: solid 1px #dbdbdb !important;
    border-radius: 0px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 48px !important;
}
.competitors-frm form input[type="text"]:focus {
    border: solid 1px rgba(57,173,234,1) !important;
}
.book-form-main ._submit {
    width: 100% !important;
    background : #39ade0 !important;
    padding: 9px 25px !important;
    color: #fff !important;
    border-radius: 50px !important;
	border:none !important;
	margin-top:5px;
}
/*first visit popup*/
#fvpp-blackout {
  display: none;
  z-index: 499;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}

#my-welcome-message {
    z-index: 1000;
    position: fixed;
    width: 100%;
    max-width: 700px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	display: block;
    margin: 0 auto;
    padding: 0;
}

#fvpp-close {
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
  color: #fff;
}

#fvpp-dialog h2 {
  font-size: 2em;
  margin: 0;
}

#fvpp-dialog p { margin: 0; }
.book-popup{
	background: url(./images/popup-bg.jpg) no-repeat top center;
	background-size: cover;
	max-width: 700px;
	padding:25px 20px;
	color: #fff;	
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
.book-popup h1{
	color: #fff;
	padding-bottom:10px;
	text-align:center;
	font-size: 30px;
	margin-top:0;
	padding-top:0;
	line-height: 36px;
	letter-spacing:0.4px;
	margin-bottom: 0;
}
span.sub-dlt{
	font-family: "adelle_rgregular";
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	padding:15px 0;
	display: block;
}
.book-img{
	width: 48%;
	display: inline-block;
	vertical-align: top;
}
.book-form-main{
	width: 45%;
	margin-top: 15px;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	background: rgba(0,0,0,0.2);
	padding:20px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
.book-form-main p{
	font-family: Tahoma,Geneva,sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	padding:0;
}
.book-form input {
    width: 94%;
    display: block;
    margin: 5px 0;
    padding: 12px 3%;
    border: none !important;
    background: #fff;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
}
.book-form input[type="submit"]{
	width:100%;
	background: #e77e23;
	color: #fff;
	font-family: "adelle_rgregular";
	text-transform: uppercase;
	font-size: 16px;
	cursor: pointer;
	height: inherit;
}
.book-form input[type="submit"]:hover{
	background: #9d5212;
}
img{
	max-width: 100%;
}

@media(max-width:767px){
#fvpp-close {
  top: 0px;
  right: 0px;

}
}

@media(max-width:700px){
.book-popup{
	margin:10px;
}
.book-img{
	width:100%;
	max-width: 200px;
	margin:0 auto;
	display:block;
}

.book-form-main{
	width: 100%;
	display:block;	
}
#my-welcome-message {
  position: absolute;
}
#my-welcome-message {
    z-index: 1000;
    position: absolute;
    width: 100%;
    max-width: 700px;
    left: 0;
    top: 5%;
    transform: translate(0%,0%);
    display: block;
    margin: 0 auto;
    padding: 0;
    right: 0;
}
.book-form-main ._form_element{
	margin-bottom:10px;
}
}

.book-form-main ._form-content{
    font-family: 'Dosis', sans-serif;
}
#my-welcome-message ._form_165, #my-welcome-message ._form_147 {
	width: 100% !important;
	margin:  0 !important;
	background: none !important;
	padding:0;
}
.book-form-main input {
	line-height: 1.6 !important;
}
.book-form-main p{
	font-size:12px !important;
	line-height:18px;
	margin-bottom:0;
	margin-top:7px;
}
.book-form-main ._form-content{
	color:#fff !important;
}
.book-form-main ._form-title{
	font-weight:600 !important;	
}
.book-form-main ._form-label {
    font-size: 14px;
    font-weight: 400 !important;
}
.copyright span a{color: #fff;}
.copyright span a:hover{color: #44dc85;}
section.sections.partners.franchise-partners{ border-top: 1px solid #ccc; }

.billboard iframe {
    height: 300px;
}
.nimble-portfolio .-link.-viewproject.-onlyonelink {
    min-height: 50px;
}

.beniconblock img,
.beniconblock strong{
    -webkit-transform:scale(.66);
    -ms-transform:scale(.66);
    -moz-transform:scale(.66);
    transform:scale(.66);
    line-height:0;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
}

.beniconblock strong{
    font-size:21px;
    font-weight: 700;
    color:#fff;
    white-space:nowrap; 
    display:block
}

@media (max-width:991px) {

.beniconblock img,.beniconblock strong{
    line-height:0;
    margin:10px;
    clear:both
}
    .beniconblock strong{
    font-size:18px;
    color:#fff;
    white-space:nowrap;
    text-transform:uppercase;
    display:block
    }		
}	

.wsp_btn em{
    position: absolute;
    opacity: 0;
    top: 15px;
    bottom: 0;
    margin: auto;
    right: 50px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
    }
.wsp_btn:hover span em{
	color: #fff !important;
    opacity: 1;
    right: 25px;
    }	
@media (max-width: 1199px) {
.wsp_btn em{
    position: absolute;
    opacity: 0;
    top: 15px;
    bottom: 0;
    margin: auto;
    right: 50px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
    }
}
@media (max-width: 991px) {
    .wsp_btn em {top: 13px;}
    .btn_holder{
		padding-bottom: 10px;
		padding-top: 10px;
		margin-bottom: 10px;
	}
}	
.wpcf7-checkbox label
{
	display:block;
	font-weight: 400;
}
nav.navigation .screen-reader-text{ display: none }


.homeslider .subtitle {
    color: white;
    font-size: 27px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 1);
    border-bottom: solid 1px rgba(255,255,255,0.3);
    font-family: 'Exo', sans-serif;
    margin-bottom: 15px;
    padding-bottom: 20px;
}
@media (max-width:1199px) {
.homeslider .subtitle{ 
font-size: 22px;
line-height: 26px;
}
}

@media (max-width:991px) {
.homeslider .subtitle{
        display: inline-block;
        font-size: 19px;
        line-height: 24px;
        margin-bottom: 10px;
        padding-bottom: 15px;
}
}
@media (max-width:600px) {
.homeslider .subtitle
{font-size: 18px;}
}	

.strategy_point .topics{
    display: block;
    overflow: hidden;
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    color: #5f615d;
    font-weight: 600;
    }
@media (max-width: 767px) {	
	 .strategy_point .topics {
        font-size: 18px;
        line-height: 26px;
    }
}	
@media (max-width: 460px) {
    .strategy_point .topics {
        font-size: 16px;
        line-height: 24px;
    }
}



#clients .item .author_box {
    overflow: hidden; 
    }
#clients .item .author_box .avtar{
    overflow: hidden;
    float: left;
    margin-right: 15px;
    width: 100px;
    height: 100px;
    background-image: url(images/border.png);
    background-position: center center;
    background-repeat: no-repeat;
    }
#clients .item .author_box .avtar .img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 10px;
    }
#clients .item .author_box .avtar .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
#clients .item .author_box{
    position: relative;
    margin: 0;
    padding: 25px 15px 5px 15px;
    color: #fff;
    text-transform: capitalize;
    font-size: 21px;
    line-height: 28px;
    font-weight: 700;
    } 
#clients .item .author_box span{
    display: block;
    margin-top: 15px;
    }
@media (max-width: 767px) {
    #clients .item .author_box{
        padding: 15px 10px 5px 10px;
        font-size: 18px;
        line-height: 25px; 
        }
    
}


.ctasec .cta_title{
    margin-bottom: 0;
    color: white;
    font-size: 26px;
    font-weight: 600;
	line-height: 42px;
	text-transform: uppercase;
    }
@media (max-width: 991px) {
    .ctasec .cta_title{font-size: 24px;}
    }	
@media (max-width: 767px) {
    .ctasec .cta_title{font-size: 21px;}
}

.competitors_form .short_desc {
    color: #39ade0;
    line-height: 30px;
    padding-top: 10px;
    }

@media(max-width: 767px){
    .competitors_form .short_desc {
        line-height: 24px;
        padding-top: 0;
    }
}	
	
.sections-title .titletext{
    margin-bottom: 8px;
    font-size: 40px;
    line-height: 42px;
    font-weight: 700;
    text-transform: uppercase;
}	
@media (max-width:991px) {
.sections-title .titletext{ 
margin-bottom:10px;
font-size: 42px;
line-height: 42px; 
}	
}
@media (max-width:767px) {
	.sections-title .titletext{ 
        font-size: 36px;
        line-height: 36px; 
    }
}
@media (max-width:600px) {
	.sections-title .titletext{ 
        font-size: 30px;
        line-height: 33px; 
    }
}
	
@media(min-width:1600px){
   .franchise_lead {
       padding: 400px 0 200px;
   }
}	

.blog_detail img.alignnone {
    display: block;
}

select {
	background-image: url('./images/select_arrow.svg');
	background-position: 97% 50%;
	background-repeat: no-repeat;
	background-size: auto;
cursor: pointer;
}

.events_book .tribe-common .tribe-events-widget-events-list__header-title
{
    font-family: 'Dosis',sans-serif;
    color: #5f615d;
font-size: 28px;
line-height: 36px;
font-weight: 700;
}

.events_book .tribe-common .tribe-events-widget-events-list__event-title {
    color: #39ade0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 0px;
}
ul.events_list {
    margin: 0;
    padding-left: 0;
}