/*
 Theme Name:   Anne's Friends
 Theme URI:    https://www.annesfriends.com;
 Description:  Anne's Friends Website Design
 Author:       Niki Jones Agency, Inc.
 Author URI:   https://www.nikijones.com;
 Template:     service-finder
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  annes-friends
*/

/* Fonts */
@font-face {
font-family: 'Gill Sans Regular';
font-style: normal;
font-weight: normal;
src: local('Gill Sans Regular'), url('fonts/Gill Sans.woff') format('woff');
}


@font-face {
font-family: 'Gill Sans Condensed Regular';
font-style: normal;
font-weight: normal;
src: local('Gill Sans Condensed Regular'), url('fonts/GillSans Condensed.woff') format('woff');
}


@font-face {
font-family: 'Gill Sans Italic';
font-style: normal;
font-weight: normal;
src: local('Gill Sans Italic'), url('fonts/Gill Sans Italic.woff') format('woff');
}


@font-face {
font-family: 'Gill Sans Light';
font-style: normal;
font-weight: normal;
src: local('Gill Sans Light'), url('fonts/Gill Sans Light.woff') format('woff');
}


@font-face {
font-family: 'Gill Sans Light Italic';
font-style: normal;
font-weight: normal;
src: local('Gill Sans Light Italic'), url('fonts/Gill Sans Light Italic.woff') format('woff');
}


@font-face {
font-family: 'Gill Sans Medium';
font-style: normal;
font-weight: normal;
src: local('Gill Sans Medium'), url('fonts/Gill Sans Medium.woff') format('woff');
}


@font-face {
font-family: 'Gill Sans Medium Italic';
font-style: normal;
font-weight: normal;
src: local('Gill Sans Medium Italic'), url('fonts/Gill Sans Medium Italic.woff') format('woff');
}


@font-face {
font-family: 'Gill Sans Bold';
font-style: normal;
font-weight: normal;
src: local('Gill Sans Bold'), url('fonts/Gill Sans Bold.woff') format('woff');
}

@font-face {
font-family: 'Gill Sans';
font-style: normal;
font-weight: bold;
src: local('Gill Sans Bold'), url('fonts/Gill Sans Bold.woff') format('woff');
}


@font-face {
font-family: 'Gill Sans Condensed Bold';
font-style: normal;
font-weight: normal;
src: local('Gill Sans Condensed Bold'), url('fonts/GillSans Condensed Bold.woff') format('woff');
}


@font-face {
font-family: 'Gill Sans Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Gill Sans Bold Italic'), url('fonts/Gill Sans Bold Italic.woff') format('woff');
}


@font-face {
font-family: 'Gill Sans Heavy';
font-style: normal;
font-weight: normal;
src: local('Gill Sans Heavy'), url('fonts/Gill Sans Heavy.woff') format('woff');
}


@font-face {
font-family: 'Gill Sans Heavy Italic';
font-style: normal;
font-weight: normal;
src: local('Gill Sans Heavy Italic'), url('fonts/Gill Sans Heavy Italic.woff') format('woff');
}

@font-face{
font-family: 'SignPainter2';
font-style: 'HouseScript';
font-weight: normal;
src: local('SignPainter HouseScript Regular'), url('fonts/SignPainter HouseScript Regular.ttf') format('truetype');	
}

@font-face{
font-family: 'SignPainter';
font-style: normal;
font-weight: normal;
src: local('SignPainter'), url('fonts/SignPainter-HouseScript.ttf') format('truetype');	
}

@font-face{
font-family: 'Montserrat';
font-style: normal;
font-weight: normal;
src: local('Montserrat'), url('fonts/Montserrat-Regular.ttf') format('truetype');	
}

@font-face{
font-family: 'Montserrat-Light';
font-style: normal;
font-weight: 300;
src: local('Montserrat Light'), url('fonts/Montserrat-Light.ttf') format('truetype');	
}

@font-face{
font-family: 'Montserrat-Bold';
font-style: normal;
font-weight: 300;
src: local('Montserrat Bold'), url('fonts/Montserrat-Bold.ttf') format('truetype');	
}



/* Global Styles */

body{
    font-size: 16px;
}

h2{
	font-family: 'Gill Sans';
    text-transform: capitalize;
    font-size: 60px; /* 46px */
    color: #379FD1;
    font-weight: bold;
    line-height: 100%; /* 40px; */
    line-height: initial;
}

/* Firefox */
@-moz-document url-prefix() { 
  h2 {
     font-size: 55px;
  }
}

h3{
    font-family: 'Gill Sans Medium';
    text-transform: uppercase;
    font-size: 30px;
    color: #F78E2A;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    line-height: 100%; /* 40px; */
}

p{
    font-family: 'Montserrat-Light';
    font-size: 16px;
    font-weight: 300;
    color: #58585A;
    -webkit-font-smoothing: auto;
}

p a{
	color: #3FA0CD;
	font-weight: 600;
}

.slider.slider-horizontal{
    margin: 0 15px;
}




/* Begin */
.sf-register-page .nav-tabs li:not(.active){
	/* Disable Customer Button on Signup - if none */
	display: initial;
}

.sf-register-page small{
    font-size: 14px;
}

.page-template-default .section-content li:first-child{
    padding-left: 0;
}

.page-logo{
	background-color: white;
	margin-bottom: 0;
}

.page-content{
	margin-top: 200px;
}

.home .page-content{
	margin-top: initial;
}

.banner-inner-row, .banner-contact-row{
	margin-top: -200px;
}

#header-admin{
	height: 75px;
}

.header-widget .dropdown-menu > li > a {
    white-space: normal;
    font-size: 12pt;
    font-weight: 200;
}

.sf-select-box > .dropdown-toggle{
	height: 30px;
}

div.RWMB-drag-drop{
	height: 275px;
}

.edit-member .profile-pic-bx, .add-new-member .profile-pic-bx{
	max-width: 250px;
}

#wp-copyright-editor-container #copyright_ifr{
	min-height: 100px;
}


.after-titile-line{
	display: none;
}


/* Button issue override
button.btn.dropdown-toggle.btn-default {
    padding: 15px;
} 
*/

button.btn.dropdown-toggle.btn-default{
    padding: 0 15px 0;
}




/* Main Website */


.container{
	max-width: 100%;
}


/* Header */
.top-bar{
	background: initial;
	color: #000;
}

.top-bar .container{
	width: 1170px;
}

.top-bar-nav .social-bx li a, .login-bx li a, .e-p-bx li a{
	color: #000;
}
.logo-header-inr img{
	width: 285px; /* 248px */
}
.top-bar-nav .social-bx li a{
	background: #220F35;
	height: 32px;
	width: 32px;
	color: #fff;
	font-size: 16pt;
	text-align: center;
	border-radius: 10px;
}
.top-bar-nav .social-bx .fa{
	line-height: 32px;
}
.top-bar-nav .login-bx .dropdown-menu, .top-bar-nav .login-bx .dropdown-menu:hover{
    background: #1F2944;
}
.top-bar-nav .login-bx .dropdown-menu li{
    background: #1F2944;
    border-radius: 0;
}

.top-bar-nav .login-bx .dropdown-menu li a{
    text-align: left;
}

.top-bar-nav .login-bx .dropdown-menu li:hover, .top-bar-nav .login-bx .dropdown-menu li:hover a, .top-bar-nav .login-bx .dropdown-menu li a:hover{
    background: #337ab7;
    transition: ;
}

.login-bx .dropdown-menu li:first-child{
    margin-left: 0;
}

.top-bar-nav .login-bx .dropdown-menu li a{
    color: #fff;
}
.bootstrap-select .dropdown-toggle{
    font-size: 12px;
}
.login-bx li:first-child{
	margin-left: 15px;
}
.login-bx li{
	background: #1F2944;
	height: 40px; /* 32px; */
	width: auto;
	color: #fff;
	font-size: 11pt;
	text-align: center;
	border-radius: 10px;
	padding: 10px; /* 5px 10px; */
}

.login-bx li a{
	color: #fff;
	font-family: "Gill Sans";
	font-weight: bold;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	/* background: #220F35;
	height: 32px;
	width: 32px;
	color: #fff;
	font-size: 11pt;
	text-align: center;
	border-radius: 5px;
	font-family: "Gill Sans";
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 10px; */
}

ul.fs-customer-status{
	margin-top: -15px;
}

.top-bar-nav ul li:empty{
	display: none;

}

.fs-customer-status li:first-child{
	/* border: 2px solid #FF0000; */
}

ul.login-bx.list-inline.af-notifications{
    margin-top: -5px;
}

.sf-notification-list{
    margin-top: 20px;
}

.sf-notification-list .sf-unread{
    height: auto;
}

.sf-notification-list .sf-read{
    display: none;
}







/* Navigation */
.main-bar{
	background: #3FA0CD;
}

.header-nav .nav > li > a, .sf-header-inner .header-nav .nav > li > a{
	color: #fff;
	font-size: 16pt;
	/* font-family: "Gill Sans"; */
	font-family: 'Montserrat';
	text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
	padding: 18px 36px; /* 20px 50px; /* 20 15 */ /* 18 40 */
	letter-spacing: 1px;
}

.header-nav .nav > li > a:hover{
	color: #fff;
	background: auto;
}

.header-nav .nav > li > a:hover, .sf-header-inner .header-nav .nav > li > a:hover{
	color: #1F2944 !important;
}


.header-nav .nav > li .sub-menu li a{
	transition: all 0.15s linear;
    color: #555555;
    font-size: 12pt !important;
    /* font-family: "Gill Sans"; */
    font-family: 'Montserrat';
    text-transform: initial;
    -webkit-font-smoothing: antialiased;
    padding: 15px;
    letter-spacing: 1px;
    text-align: center;
}


/* Alternate Navigation */

.sf-header-inner .header-nav .nav > li:hover > a{
    color: #1F2944 !important;
}

/*
.sf-header-inner .header-nav .nav > li:hover .sub-menu a{
    color: #3396d1 !important;
}

.sf-header-inner .header-nav .nav > li .sub-menu:hover li a{
    background-color: #3FA0CD;
    color: #ffffff !important;
}

.sf-header-inner .header-nav .nav > li .sub-menu{
    border-top: 2px solid #1F2944;
}

*/


.header-nav .nav > li.menu-item-has-children:before{
	margin-top: -12px;
	font-size: 12px;
	right: 12px;
	color: #fff;
	display: none;
}





.header-nav .nav > li.current-menu-item > a {
	color: #fff;
	background: auto;
}


.header-nav .nav > li:hover > a {
    color: #fff!important;
}

.logo-container{
	position: relative;
    top: 0;
}

.logo-header-inr{
	display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 20px;
}

.top-bar-nav{
	padding: 20px 0; /* 10px 0; */
}

.header-nav{
	padding-left: 0;
	padding-right: 0;
}

.header-nav .nav > li:last-child > a{
	padding-right: 0;
	margin-right: 0;
}

.header-banner{
    width: 100%;
    margin: 0 auto;
    height: 465px; /* 600px; */
    max-width: 100%;
}

.header-banner img{
    height: inherit;
    width: inherit;
    object-fit: cover;
    object-position: center; /* 0 32%; */
}

.page-template-blog-standard .header-banner{
	height: 465px;
	width: 1370px;
}

.main-heading-container{
	height: 155px;
	width: 100%;
	background: #1F2944;

	position: relative;
	height: 100%;
}

.welcome-home .main-heading{
        /* display: flow-root; /* NJA Edit 11 2019  flex */
    display: flex;
    flex-direction: column;
    padding: 43px 0 5px;
    gap: 30px;
}

.main-heading{

    display: flex;
    justify-content: center;
    align-items: center;
    width: 1170px;
    margin: 0 auto;
    max-width: 100%;
    min-height: 155px;


	/* new *
	width: 1170px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: auto;
    transform: initial;
    max-width: 100%;
    padding: unset;
    min-height: 150px; */

	/* 
	width: 1170px;
	margin: 0 auto;
	text-align: center;
	/* 
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    max-width: 100%; */

	/* 
    position: relative;
    top: auto;
    transform: initial;
    max-width: 100%;
    padding: 15px 0;
    min-height: 150px; */
}





/* AF Guest Homepage */
.join2-section{
	padding: 0;
}

.join2-section .container{
	width: 1400px;
	padding: 0;
	max-width: 100%;
}

.join2-section h2, .welcome-home .join2-section p{
	color: white;
}

.join2-section h2{
	padding: 0;
	margin: 0;
    line-height: 100%;
    font-size: 50px;
}

.join2-section p{
	text-align: left;
}

.join2-section .join-btn-container{
	text-align: center;
	padding-top: 0;
}

.friends-join-container, .provider-join-container{
	height: 352px;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
}

.friends-join-container{
    background: url(/wp-content/uploads/2019/08/friends-stock-photo.jpg);
}

.provider-join-container{
	background: url(/wp-content/uploads/2019/08/providers-stock-photo.jpg);
}

.friends-join-box, .provider-join-box{
	width: 350px;
	height: 325px;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 15px;
	padding: 15px;
}

.friends-join-box{
	background: rgba(157,196,76,0.7);
	right: 15px;
}

.provider-join-box{
	background: rgba(247,142,40,0.7);
	left: 15px;
}

.fbc-2, .pbc-2{
    width: 50%;
    display: inline-flex;
}


.friends-join-box-2{
    background: rgba(157,196,76,0.7);
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    padding: 15px;
}

.provider-join-box-2{
    background: rgba(247,142,40,0.7);
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    padding: 15px;
}

.join-alt{
    display: flex;
}

.join-alt h2{
    font-size: 30px;
}


.col-container {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
}

.col {
    display: table-cell; /* Make elements inside the container behave like table cells */
}


.join2-section .join-btn-container2{
    text-align: center;
    padding-top: 0;
    display: inline-block;
    margin-top: 75px;
}


.fbc3{
    background: rgba(157,196,76,1);
}

.pbc3{
    background: rgba(247,142,40,1);
}

.fbc3,.pbc3{
    padding: 30px 15px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}

.fbc3 h2,.pbc3 h2{
    text-transform: uppercase;
}

.fbc3 .btn,.pbc3 .btn{
    padding: 7px 15px 0;
    margin-top: 15px;
}






.welcome-home .main-heading p{
    margin: -20px 0 25px;
    text-transform: initial;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-size: 20px; /* Adjustments */
    font-style: italic;
    letter-spacing: 1px;
    padding-top: 15px;
}

.job-manager-chosen-select{
    display: block !important;
}





.text-primary{
    color: #3FA0CD;
}







.main-heading img{
	width: 120px;
	display: inline-block;
	margin-right: 10px;
}

.main-heading h1, .main-heading p{


    text-align: center;
    vertical-align: middle;
    color: white;
    font-family: 'SignPainter';
    text-transform: lowercase;
    font-size: 75pt;
    
	/* new 
    display: block;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    color: white;
    font-family: 'SignPainter';
    text-transform: lowercase;
    font-size: 75pt;
    letter-spacing: 1px;
    line-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; */



	/* 
	display: inline;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    color: white;
    font-family: 'SignPainter';
    text-transform: lowercase;
    font-size: 75pt;
    letter-spacing: 1px; /* Fix letter issue */ /*
    line-height: 100%; */
}

.how-af-work p{
	margin-bottom: 10px;
    line-height: 20px;
}

.how-af-work .sf-element-bx .step-no-bx{
	font-size: 72px;
    color: #D1D2D4; /* #eaeaea; */
    font-weight: 700;
    font-family: Arial;
}

.step-outer-container .step-inner-container:first-child .step-number{
	color: #F78E2A;
}

.welcome-home p{
	font-family: 'Montserrat-Light';
    font-size: 16px;
    font-weight: 300;
    color: #58585A;
    -webkit-font-smoothing: auto;
}

.sf-cate-no-img .service-name, .overlay-bg .service-name{
	background: #74A942;
	color: #fff;
	width: 100%;
}

.service-plus{
	background: #74A942;
	display: none;
}

.sf-cate-no-img .service-name, .overlay-bg .service-name{
    background: #F78E2A;
}

.catlist .overlay-bg:before{
    opacity: 0;
}

.catlist .img-effect1:hover:before, .sf-element-bx:hover .img-effect1:before{
    opacity: 0;
}

.btn-primary{
	background-color: #1F2944; /*#3FA1CD; */
    border-color: #1F2944; /* #43A0CC; */
}

.btn-primary::selection, .btn-primary:hover{
	background-color: #379FD1;
	border-color: #379FD1;
}


.btn{
    display: inline-block;
    padding: 7px 15px 0;
    margin-bottom: 0;
    /* line-height: 1.42857143; */
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 12px;
    font-family: 'Gill Sans Medium';
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
}

.join-btn-container{
	text-align: left;
	padding-top: 50px; /* 90px */
}

.feature-item{
	margin-bottom: 50px;
}


.icon-bx-xl, .icon-bx-lg, .icon-bx-md, .icon-bx-sm, .icon-bx-xs{
	color: #9CC64D; /*#3FA1CD;*/
	background-color: #F5F9F9;
}

.why-use-sf .icon-bx-md{
	border: 2px solid #9CC64D;
}

.why-use-sf .sf-element-bx:hover .icon-bx-md{
	background-color: #9CC64D;
}


.welcome-home .latest-blog{
	/* background: #eff3f6; */
}

/* Hide Blog Images from Homepage */
.latest-blog .img-effect2 img{
    /* display: none; */
}

.why-use-sf{
	background: #f7f8fa;
}

.af-about-text p, .who-af-container p{
	color: #fff;
}

.who-af-container .sf-overlay-main{
	opacity: 0;
	display: none;
}

.how-af-work .sf-element-bx .shadow-bx img,

.how-af-work .sf-element-bx .step-no-bx {

    -webkit-transition: all 0.2s linear;

    -moz-transition: all 0.2s linear;

    -ms-transition: all 0.2s linear;

    -o-transition: all 0.2s linear;

    transition: all 0.2s linear;

}

.how-af-work .icon-bx {

    margin-bottom: 5px;

}

.how-af-work .sf-element-bx .shadow-bx {

    width: 100px;

    margin: auto;

}

.how-af-work .sf-element-bx .shadow-bx img {

    width: 100%;

}

.how-af-work p {

    margin-bottom: 10px;

    line-height: 20px;

}

.how-af-work .sf-element-bx .step-no-bx {

    font-size: 102px;

    color: #D1D2D4; /* #eaeaea; */

    font-weight: 700;

    font-family: 'Myriad Pro', Arial;

    font-weight: bold;

}

.how-af-work .sf-element-bx:hover .icon-bx-lg {

    -moz-transform: translateY(-10px);

    -webkit-transform: translateY(-10px);

    -o-transform: translateY(-10px);

    -ms-transform: translateY(-10px);

    transform: translateY(-10px);

}

.how-af-work .sf-element-bx:hover .shadow-bx {

    width: 50px;

}

.how-af-work .sf-element-bx:hover .step-no-bx {

    color: #F78E2A; /* #999999; */

}





.who-af-container{
	/* background-image: url(inc/images/background/bg1.jpg); */
    /** background-size: cover;
    background-attachment: fixed;
    background-position: center; **/

    /* background:url(/wp-content/uploads/2019/06/about-section-background.jpg) center fixed no-repeat; */
    /** background:url(/wp-content/uploads/2019/07/about-section-stock-photo.jpg) center fixed no-repeat;
    background-size: cover !important; **/

    /* background-attachment: fixed;
    background: url(/wp-content/uploads/2019/07/about-section-stock-photo.jpg) center fixed no-repeat;
    background-position-x: -200px;
    background-size: cover; */

    background-attachment: fixed;
    background: url(/wp-content/uploads/2019/07/about-section-bg.jpg) fixed center no-repeat;
    background-size: cover;
    height: 520px;
    padding: 0;
}

.who-af-container .container{

}

.about-img-container{
	height: -webkit-fill-available;
	position: relative;
	display: block;
    height: 520px;
}

.about-img-container img{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.who-af-box{
	padding: 80px 0;
}


.hp-intro-content{
	text-align: center;
}

.af-about-text p{
	color: #58585A;
}


.home-about-section h2, .home-about-section h3, .home-about-section p, .af-about-text p{
	text-align: left;
}

.af-about-text{
	margin-top: 0;
	font-family: 'Montserrat-Regular';
}

.w-t-element h2{
	color: #379FD1 !important;
}

.w-t-element h3{
	color: #F78E2A !important;
}

.w-t-element p{
	color: #58585A !important;
}

.welcome-home .blog-post .post-meta .post-tags, .member-home .blog-post .post-meta .post-tags{
	display: none;
}

.welcome-home .post-title a{
font-family: 'Gill Sans';
    text-transform: capitalize;
    font-size: 32px;
    color: #379FD1;
    font-weight: bold;
}



.welcome-home .blog-post .post-meta ul li i{
	color: #58585A;
	font-size: 18px;
}

.welcome-home .blog-post .post-meta ul li{
	color: #58585A;
	font-family: Montserrat-Light;
}

.welcome-home .blog-post .post-meta ul li a{
	color: #58585A;
}

.sf-testimonials h2{
	text-shadow: 0 0 5px #4c4c4c;
}


.sf-testimonials{
	height: 580px;
	/* background: url(https://annesfriends2.sandbox.nikijones.com/wp-content/uploads/2016/07/bg4.jpg) center fixed no-repeat; */
    background: url(/wp-content/uploads/2019/08/af-testimonials-background.jpg);
    padding: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.sf-testimonials .container{
	height: 100%;
	padding: 0;
}

.sf-testimonials .section-head{
	position: absolute;
	bottom: 250px;
	width: 100%;
	color: white;
}

.sf-testimonials .section-content{
	position: absolute;
	width: 100%;
	bottom: 20px;
}

.sf-testimonials .text-uppercase{
	color: #fff;
}

.testimonial-bx{
	margin: 0 15px;
	padding: 0 15px;
	background: rgba(255,255,255,0.8);
	padding-top: 15px;
}

.testimonial-pic:before{
	background: #F78E2A;
}

.testimonial-text strong{
	color: #F78E2A;
}




.w-t-element h3{
	line-height: 42px;
}





/* Member Home */

.search-providers .btn-primary{
	background-color: #39A1CE;
	border-color: #39A1CE;
	border-radius: 5px;
}

.search-providers .form-control{
    border: 0;
}


/* Search Page */
.search-results .sf-provider-bx .btn{
    padding: 8px 15px 5px;
    font-size: 16px;
}

.search-results .sf-provider-bx .btn i{
    display: none;
}





/* Global */

.page-content{
	background: white;
}


.banner-inner-row{
	height: 435px;
}

.page-template-default .section-content li{
	font-family: 'Montserrat-Light';
	font-size: 16px; /* 12pt */
	font-weight: 300;
	color: #58585A;
	-webkit-font-smoothing: auto;
    padding-left: 40px;
}

.page-template-default .section-content p strong{
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    font-weight: 300;
    color: #58585A;
    -webkit-font-smoothing: auto;
}

.page-template-default .section-content li strong{
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    font-weight: 300;
    color: #58585A;
    -webkit-font-smoothing: auto;
}

/* <!-- 2019 Page Template Edits --> */

.page-template-default .section-content h2{
    font-size: 32px;
    font-family: 'Gill Sans';
    text-align: left;
    font-weight: bold;
    text-transform: capitalize;
    color: #399FD1;
    padding-bottom: 30px;
}

.page-template-default .section-content h3{
	font-size: 26px;
	font-family: 'Gill Sans';
	font-weight: 400;
	text-transform: initial;
	color: #F78D28;
	text-align: left;
    padding-bottom: 30px;
}

.page-template-default .section-content p{
    font-family: 'Montserrat-Light';
    font-size: 16px; /* 12pt */
    font-weight: 300;
    color: #58585A;
    -webkit-font-smoothing: auto;
    padding-bottom: 10px;
}

.form-control{
	height: 45px;
    /* New Values */
    padding: 15px;
    font-family: 'Gill Sans Medium';
    text-transform: initial; /* uppercase */
    font-size: 13px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    padding: 20px 15px 15px;
    line-height: 45px;
}

#my-profile .form-control{
    padding-top: 5px;
    padding-bottom: 0;
}

.number-form-field{
    font-size: 18px;
    padding: 5px 10px 0;
    margin: 0;
    vertical-align: middle;
}

.sf-select-box > .dropdown-toggle{
	height: 45px;
}

.sort-filter-bx .sf-search-any-option li .btn-primary{
    padding: 13px 20px 7px;
    font-size: 20px;
    line-height: 22px;
}

.sf-search-any-option li.sf-filterby-date{
    width: 180px;
}

.sf-search-any-option li{
    width: 135px;
}


.line-bx .pull-left, .line-bx .pull-right{
    width: 315px;
    margin-right: 35px;
}

.line-bx .pull-left{
	margin-left: 30px;
}

.line-bx {
    bottom: 90px;
    left: 0;
    width: 100%;
    position: absolute;
}


.sf-search-grid-option li .btn{
    padding: 11px 10px 1px;
}

.pro-cat-img-in{
    width: 24px;
}

.sf-search-grid-option .fa-th, .sf-search-grid-option .fa-th-list{
    color: #333333;
}

.wp-block-quote p{
    padding: 10px 45px;
}

.author-results-container{
    margin-top: 150px;
}








/* Sign Up */




.btn.btn-primary.btn-block{
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 16px;
}

.owl-prev, .owl-next{
	background-color: #1F2944;
	border-color: #1F2944;
	color: #fff;
}

.provider-bx small, .loginform_page small{
	font-size: 14px;
}

.sf-radio-checkbox input[type="checkbox"] + label, .sf-radio-checkbox input[type="radio"] + label{
	display: inline-flex;
}

.terms-link{
	display: inline-flex;
	font-size: 14px;
	font-weight: bold;
}

.terms-link a{
	color: #000;
	text-decoration: underline;
	text-transform: uppercase;
}

.has-success .checkbox .terms-link a{
	color: #3c763d;
}

.has-error .checkbox .terms-link a{
	color: #a94442;
}

.loginform_page a, .forgotpassform_page a, .loginform a{
	font-size: 13px;
}






/* Blog */

.post{
	width: 100%;
}

.page-template-blog-standard .post-thum{
	width: 360px;
    height: 265px;
    border: 1px solid #3FA0CD;
    padding: 15px;

    display: inline-flex;
}

.page-template-blog-standard .post-thum img{
	height: -webkit-fill-available;
    width: 100%; /* inherit */
    object-fit: cover;
    object-position: center;
}

.page-template-blog-standard .post-info{
	display: inline-block;
    height: auto; /* 265px */
    width: 500px;
    max-width: 100%;

    padding-top: 0;
    margin-top: 0;
    vertical-align: top;
}

.post div:empty{
	display: none;
}

.post-info p{
	font-family: 'Montserrat-Light';
	font-size: 16px; /* 12pt */
	font-weight: 300;
	color: #58585A;
	-webkit-font-smoothing: auto;
}

.page-template-blog-standard .post-title, .page-template-blog-standard .post-title a{
	font-family: 'Gill Sans';
	text-transform: capitalize;
	font-size: 21px; /* 16pt */
	color: #379FD1;
	font-weight: bold;
}

.page-template-blog-standard .page-content{
    margin-top: 0;
}

.page-template-blog-standard .post-title a{
	font-family: 'Gill Sans';
	text-transform: capitalize;
	font-size: 32px;
	color: #379FD1;
	font-weight: bold;
}

.blog-post .read-more{
	color: #F78E2A;
    font-family: 'Montserrat-Bold';
    text-transform: unset;
    font-size: 16px;
}

.blog-post .read-more:after{
	display: none;
}

.welcome-home .read-more:after, .member-home .read-more:after{
    content: '>>';
    display: initial;
    margin-left: 0;
}

.blog-separator{
    background: url(img/blog-separator.png);
    height: 1px;
    width: inherit;
    margin: 15px auto 43px;
    text-align: center;
    background-position-x: center;
}

.post:after{
	content: "";
    display: block;
    clear: both;
}

.blog-separator:last-child{
	display: none;
}

.blog-post .post-title{
	word-break: break-word;
}

.blog-post.no-img-post .post-thum{
	display: initial;
}


.latest-blog .post-info{
	border-bottom: none;
}

.post-bx{
	height: 100%;
}

.post-text .read-more::after{
	content: ">>";
}








.post-template-default .section-content p{
	font-family: 'Montserrat-Light';
	font-size: 16px; /* 12pt */
	font-weight: 300;
	color: #58585A;
	-webkit-font-smoothing: auto;
}

.post-template-default .section-content li{
	font-family: 'Montserrat-Light';
	font-size: 16px; /* 12pt */
	font-weight: 300;
	color: #58585A;
	-webkit-font-smoothing: auto;
}

.post-template-default .section-content h1{
    font-size: 32px;
    font-family: 'Gill Sans';
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    color: #1F2944;
}

.post-template-default .section-content h2{
    font-size: 32px;
    font-family: 'Gill Sans';
    font-weight: bold;
    text-transform: capitalize;
    color: #399FD1;
}

.post-template-default .section-content h3{
	font-size: 32px;
	font-family: 'Gill Sans';
	text-align: left;
	font-weight: bold;
	text-transform: initial;
	color: #399FD1;
}

.post-template-default .section-content .post-thum{
    height: 300px;
    width: 100%;
    overflow: hidden;	
}

.post-template-default .section-content .post-thum img{
    min-width: 300px;
}

.post-navigation .nav-previous, .post-navigation .nav-next{
	display: inline-flex;
}


.comment-form-cookies-consent{
	width: 50% !important;
	display: inline-flex;
}

.comment-form-cookies-consent input{
	margin-right: 15px;
}

.comment-form-cookies-consent label{
	display: initial !important;
}

.unavailable-profile h2{
    padding: 100px 100px;
}

.preview-only{
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    background-color: #00ff0096;
}

.preview-only p{
    margin: 0 auto;
    text-align: center;
}

.sf-submit-my-profile button{
    background: #3396d1; /* #F04F53; */
}






/* Blog Sidebar */


.rpwe-block ul{
list-style: none;
margin-left: 0;
padding-left: 0;
}

.rpwe-block li{
border-bottom: 1px solid #eee;
margin-bottom: 10px;
padding-bottom: 10px;
list-style-type: none;
}

.rpwe-block a{
display: inline;
text-decoration: none;
}

.rpwe-block h3{
background: none;
clear: none;
margin-bottom: 0;
margin-top: 0;
font-weight: 400;
font-size: 12px;
line-height: 1.5em;
}

.rpwe-thumb{
border: 1px solid #eee;
box-shadow: none;
margin: 2px 10px 2px 0;
padding: 3px;
}

.rpwe-summary{
font-size: 12px;
}

.rpwe-time{
color: #bbb;
font-size: 11px;
}

.rpwe-comment{
color: #bbb;
font-size: 11px;
padding-left: 5px;
}

.rpwe-alignleft{
display: inline;
float: left;
}

.rpwe-alignright{
display: inline;
float: right;
}

.rpwe-aligncenter{
display: block;
margin-left: auto;
margin-right: auto;
}

.rpwe-clearfix:before,
.rpwe-clearfix:after{
content: "";
display: table;
}

.rpwe-clearfix:after{
clear: both;
}

.rpwe-clearfix{
zoom: 1;
}

.rpwe-block li{
	border: none;
}

.rpwe-ul li:last-child .rpwe-summary{
	margin: 0;
}

.rpwe-ul li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
}










.the-sidebar{
	padding: 0;
}

.spotlight-container{
	border: 1px solid #1F2944;
	padding: 15px;
	margin-bottom: 25px;
}

.spotlight-container img{
	width: 270px; /* Scale down from 540 or 810 */
	height: 190px; /* Scale down from 380 or 570 */
}

.side-bar h2{
	font-size: 32px;
	font-family: 'Gill Sans';
	text-align: left;
	font-weight: bold;
	text-transform: initial;
	color: #399FD1;
	text-align: center;
}

.side-bar h3, .rpwe-block h3,  .rpwe-block h3 a{
	font-size: 23px !important;
	font-family: 'Montserrat-Bold';
	text-transform: initial;
	color: #1F2944 !important;
    letter-spacing: 0.3px;
    -webkit-font-smoothing: antialiased;
}

.side-bar p{
	font-family: 'Montserrat-Light';
	font-size: 15px;
	font-weight: 300;
	color: #58585A;
}

.side-bar .widget-title{
	padding-bottom: 0;
	position: relative;
	border-bottom: 0;
    margin-top: 5px;
    margin-bottom: 10px;
}

.side-bar .widget-title:after{
	display: none;
}

.side-bar .widget{
	border: 1px solid #1F2944;
	padding: 15px;
}

.side-bar .widget img{
	width: 270px;
	height: 160px;
	margin-bottom: 15px;
	border: none;
    padding: 0;
}

.side-bar ul{
	list-style-position: inside;
}

.rpwe-time, .rpwe-summary{
	font-family: 'Montserrat-Light';
	font-size: 15px;
	font-weight: 300;
	color: #58585A;
}

.side-bar .more-link{
	display: block;
	color: #F78E2A;
	font-family: 'Montserrat-Bold';
	text-transform: initial;
	font-size: 16px;
	text-align: right;
	margin-top: 10px;
	/* margin: 10px 0; */
}

.rpwe-summary{
	margin: 0 0 10px 0;
}

.blog-md.blog-post .post-thum{
	margin-right: 0;
}

.blog-post .post-info{
	padding: 0 30px;
}

/* 
.blog-md.blog-post .post-thum.col-md-12, .blog-md.blog-post .post-thum.col-sm-12, .blog-md.blog-post .post-thum.col-xs-12{
    width: 100%;
}

.blog-md.blog-post .post-thum.col-md-3, .blog-md.blog-post .post-thum.col-sm-3, .blog-md.blog-post .post-thum.col-xs-3{
    width: 25%;
}

.blog-md.blog-post .post-thum.col-md-2, .blog-md.blog-post .post-thum.col-sm-2, .blog-md.blog-post .post-thum.col-xs-2{
    width: 16.66666667%;
}

.blog-md.blog-post .post-thum.col-md-1, .blog-md.blog-post .post-thum.col-sm-1, .blog-md.blog-post .post-thum.col-xs-1{
    width: 8.33333333%;
}
*/

.post-thum, .post-thumb{
    z-index:10;
    position: relative;
    display: block !important;
}

.post-info, .post-information{
    z-index:5;
    position: relative;
    display: block !important;
}

.post-text{
    display: block;
    position: relative;
}

.sf-thum-bx img, .post-thum-bx img, .post-thum img{
    display: block;
}

.page-template-news-press .page-content{
    margin-top: 0;
}






/* Forum / Discussion Board */

#bbpress-forums {
    font-family: 'Montserrat-Light' !important;
    font-size: 16px;
    font-weight: 300;
    color: #58585A;
}

.bbp-forum-title{
	font-family: 'Montserrat-Bold';
	font-size: 16px;
	font-weight: 300px;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta{
    font-family: 'Montserrat-Light';
    font-size: 14px;
    font-weight: 300;
    color: #58585A;
    -webkit-font-smoothing: auto;
    padding-bottom: 10px;	
}

#bbpress-forums li{
    font-family: 'Montserrat-Bold';
    font-weight: 300;
    font-size: 14px;	
}

#subscription-toggle{
	padding-left: 20px;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option{
	font-family: 'Montserrat';
}

.bbp-form input{
    font-family: 'Montserrat-Light';
    font-weight: 600;
    padding: 5px 15px;	
}


.bootstrap-select.btn-group .dropdown-toggle .filter-option{
    line-height: 20px;
    /* line-height: 10px; */
}












/* Provider Page */

div#mceu_31 iframe{
	height: 100px !important;
}

.page-wraper{
	background: #fff;
}

.sf-scroll-nav{
	display: none !important;
}

.bio-title{
    font-size: 32px;
    font-family: 'Gill Sans';
    font-weight: bold;
    text-transform: capitalize;
    color: #399FD1;	
	padding-left: 20px;
}

.bio-container{
	padding-top: 5px;
}

.provider-details .btn{
	background-color: #202944;
	border-color: #202944;
	border-radius: 10px;
	font-family: 'Gill Sans Condensed Bold';
	font-size: 20px;
    -webkit-font-smoothing: antialiased;
    width: 192px;
    text-transform: uppercase;
	max-width: 100%;
}

.provider-details .provider-logo{
	border: initial;
}

.provider-details .provider-text .tagline{
	font-family: 'Montserrat-Bold';
	text-transform: capitalize;
	font-weight: bold;
	color: #58595b;
	
}

.sf-provider-cat strong{
	color: #58595b;
}

.provider-content h1{
    font-size: 32px;
    font-family: 'Gill Sans';
    font-weight: bold;
    text-transform: capitalize;
    color: #399FD1;
    padding-left: 20px;	
	margin-top: 5px;
}

.provider-content h2{
    font-size: 32px;
    font-family: 'Gill Sans';
    font-weight: bold;
    text-transform: capitalize;
    color: #399FD1;
    padding-left: 20px;	
	margin-top: 5px;
}

#sf-provider-info{
	margin-bottom: 0;
}

.sf-show-rating .rating-container{
	font-size: 25px;
}

.rating-container .rating-stars{
	font-size: 25px;
}

.provider-details{
	border-bottom: none;
}

a.add-favorite{
	font-family: 'Montserrat-Bold';
}

.provider-content .widget{
	border: 1px solid #202944;
}

.widget h2{
    font-size: 32px;
    font-family: 'Gill Sans';
    font-weight: bold;
    text-transform: capitalize;
    color: #399FD1;
	text-align: center;
    padding: 0;
	padding-top: 15px;
}

.widget label{
	font-family: Montserrat-Light;
    color: #58595b;	
}

.widget .sf-rouned-box{
	margin-bottom: 0;
}

.widget-title:after{
	display: none;
}

.widget .btn{
    background-color: #202944;
    border-color: #202944;
    border-radius: 10px;
    font-family: 'Gill Sans Condensed Bold';
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    width: 192px;
    text-transform: uppercase;
    max-width: 100%;
    width: 160px !important;
    margin: 0 auto;	
}

ul.provider-info li i{
    font-size: 40px;
    color: #f78e28;
    width: 40px;
    text-align: center;
    vertical-align: middle;
}

ul.provider-info li{
	border:none;
	width: 100%;
    border-bottom: 1px solid #202944 !important;
}

ul.provider-info li span{
    display: inline-grid;
    padding-left: 0;
    vertical-align: middle;
}

.provider-phone b{
	display: none;
}

ul.provider-info li:last-child{
	border-bottom: none !important;
}


.articles-container .btn{
	background-color: #202944;
	border-color: #202944;
	border-radius: 10px;
	font-family: 'Gill Sans Condensed Bold';
	font-size: 20px;
    -webkit-font-smoothing: antialiased;
    width: auto;
    text-transform: uppercase;
	max-width: 100%;	
}

.sf-provider-rating-box .fa{
	font-size: 13px;
	color: #f78e28;
}

.sf-provider-rating-box .rating-container .rating-stars{
	color: #f78e28;
}

.sf-completed-tasks{
	display: none;
}

.sf-provider-rating-box{
	margin-bottom: 30px;
}


.comments-area .comment-form p.comment-form-comment{
    float: none;
}

.anr_captcha_field{
    display: block;
    position: relative;
    padding: 0 15px 20px;
    padding-left: 0;
}

.comments-area .comment-form p{
    margin-bottom: 15px;
}

.provider-details .sf-company-name{
    padding-left: 0 !important;
}

.sf-completion-rate{
    display: none;
}


/* Temp temporary */
#proid-28 .btn-primary{
    display: none;
}

.toggle-quoterelated-providers{
    display: none;
}




.archive .page-content{
	margin-bottom: 0;
	padding-bottom: 0;
}

.section-separator{
    background: url(img/blog-separator.png);
    height: 2px;
    width: 100%;
    margin: auto;
    text-align: center;
    background-position-x: center;
    margin-bottom: 35px;
}

.provider-social .social-bx li a{
    width: 30px;
    height: 30px;
}

.social-bx li a{
    font-size: 16px;
}

.provider-location:first-child p{
    margin-top: 15px;
}

.amenities-box li{
    list-style-type: none;
    margin-left: 0;
}





/* Contact Page */

.wpcf7-form label{
	width: 100%;
}

.wpcf7 textarea.form-control{
    /* padding-top: 0; */
}

textarea.form-control{
    line-height: 13px;
}

.wpcf7 .form-control{
    text-transform: initial;
}

.form-control{
    letter-spacing: 1.2px;
    font-size: 15px;
}

.wpcf7 .btn{
    line-height: 25px;
    padding: 6px 15px;
    padding: 10px 15px 5px;
}

button#bbp_topic_submit, .bbp-submit-wrapper button{
    background-color: #3396d1;
    border: none;
    border-radius: 12px;
    font-family: 'Gill Sans Medium';
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 1px;	
	padding: 6px 15px;
}

#bbpress-forums div.bbp-the-content-wrapper{
	margin-bottom: 20px;
}

#bbpress-forums fieldset.bbp-form p, #bbpress-forums fieldset.bbp-form textarea, #bbpress-forums fieldset.bbp-form select, #bbpress-forums fieldset.bbp-form input{
		margin: 0 0 20px;
}

span.bbp-admin-links a{
	color: initial;
}

.bbp-forum-header a.bbp-forum-permalink, .bbp-topic-header a.bbp-topic-permalink, .bbp-reply-header a.bbp-reply-permalink{
	color: #3FA0CD;
}

div.bbp-template-notice p{
	font-size: 14px;
}




/* Job Listings */

.job_listing .job-type.full-time{
	padding: 0 10px;
	color: white;
	background-color: #9CC640;
}

.page-template-default .section-content li{
	padding: 0 10px;
}

li.listing-expired{
	padding: 15px;
}

/* Job btn     line-height: 25px;
    padding: 6px 15px; */


/* Provider Dashboard */

#sidebar-admin-wraper{
	background: #43A0CC;
}

#my-profile #bio_ifr{
	height: 200px !important;
}


#addarticles #article_description_ifr{
	height: 200px !important;
}


.dashboard-content{
    display: table;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;	
}

.dashboard-content h2{
    font-size: 32px;
    font-family: 'Gill Sans';
    font-weight: bold;
    text-transform: capitalize;
    color: #399FD1;	
}

.panel-tittle, .panel-title{
    font-family: 'Gill Sans Medium';
    text-transform: uppercase;
    font-size: 30px;
    color: #F78E2A;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    line-height: 100%;
    margin: 0;
}

.panel-heading p{
    margin: 5px 0 0;
}

.page-template-dashboard h3{
    font-size: 26px;
}

.dashboard-form input{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;


    height: 45px;
    padding: 15px;
    font-family: 'Gill Sans Medium';
    text-transform: initial;
    font-size: 13px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    padding: 20px 15px 15px;
        padding-right: 15px;
    line-height: 45px;

    letter-spacing: 1.2px;
    font-size: 15px;
}

.dashboard-form textarea{
    display: block;
    width: 100%;
    height: 200px;
    padding: 15px;
    font-size: 14px;
    line-height: 1.43;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

    font-weight: 600;
    padding: 5px 15px;
    line-height: 45px;
    letter-spacing: 1.25px;
    font-size: 15px;
    min-width: 410px;
    max-width: 100%;
}

.dashboard-form .wpcf7-submit{
    display: inline-block;
    padding: 7px 15px 0;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 12px;
    font-family: 'Gill Sans Medium';
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    background-color: #1F2944;
    width: 150px;
    max-width: 100%;
    margin-left: 15px;
}

.provider-bh-hour .btn, #business-hours .btn{
    min-width: 100px !important;
}

.job-manager-form fieldset input.input-text{
    width: 100%;
}





/* Customer Dashboard */

.auther-pic-text .profile-text-bx ul li strong{
    width: 150px;
}

.last-login{
    width: 100%;
    padding: 25px 0 0;
}

.last-login p{
    text-align: center;
}




/* Provider Category */

.tax-providers-category .btn-group.sf-provider-tooltip{
	display: none;
}


.panel .panel-default .embeded-code{
	display: none;
}

.embeded-code{
	display: none !important;
}



.booking-payment-data{
	display: none !important;
}

.map-marker .icon{
	background: white;
}

.map-marker{
	background-color: #1F2944; /* #3396d1; */
    /* background-image: linear-gradient(#00d2b8, #009f8b); */
    border-radius: 40px 40px 4px 40px;
    height: 40px;
    display: block;
    position: relative;
    top: 0px;
    transition: top .15s linear;
    width: 40px;
    cursor: pointer;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.country-btn-group .btn-group.bootstrap-select.input-group-btn.sf-select-box.form-control.sf-form-control{
    padding-top: 0 !important;
}


.share-social-bx{
	display: none;
}

.sf-header-inner .header-nav .nav > li.active > a, .sf-header-inner .header-nav .nav > li.current-menu-item > a{
	color: #fff;
}

.sf-cate-no-img .sf-thum-bx, .overlay-bg .sf-thum-bx{
	border: none;
    height: 250px;
}




/* Misc */

.login-message-container{
	width: 100%;
    height: 300px;
    background: white;
}

.attention{
	background: white;
    text-align: center;
    font-size: 16px;
}

.blog-icon{
	margin-right: 30px;
}

.main-heading-container .providers img{
	margin-right: 30px !important;
}

.loginform_dx small a{
    font-size: 15px;
}

.drag-drop-inside .btn{
    color: #58585A;
}


.claimbusinessaction{
    display: none;
}





/* Footer */
.footer-top{
	background: #43A0CC;
}
.footer-bottom{
	display: none;
}

#footer .widget-title{
	font-family: "Gill Sans";
	font-weight: bold;
	margin: 15px 0;
    -webkit-font-smoothing: antialiased;
}
#footer .widget-title:after{
	display: none;
}

#footer .widget_categories ul li:before, #footer .widget_archive ul li:before, #footer .widget_meta ul li:before, #footer .widget_pages ul li:before, #footer .widget_recent_comments ul li:before, #footer .widget_nav_menu ul li:before, #footer .widget_recent_entries ul li:before{

	content: initial;
	display: none;
}

#footer .widget_nav_menu li{
    padding: 5px 0;
    font-family: "Gill Sans";
    text-transform: uppercase;
    font-size: 12pt;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
}

.footer-1 img{
	margin-top: -25px;
	width: 248px;
}

/* 
.footer-copyright{
    font-family: "Gill Sans Medium";
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	font-size: 10pt;
	text-transform: uppercase;
} */

.footer-1, .footer-copyright{
	text-align: center;
}

#footer p:empty{
	display: none;
}

.footer-copyright p:first-child{
	padding-top: 20px;
	margin-bottom: 0;
}

.footer-copyright p{
	margin-bottom: 0;

    font-family: "Gill Sans";
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	font-size: 10pt;
	text-transform: uppercase;
}

.footer-top{
	padding: 50px 0 25px;
}

.mobile-break{
	display: none;
	visibility: hidden;
}

#job-manager-alerts table ul.job-alert-actions{
    visibility: visible;
}

.alert-table{
    padding-top: 15px;
}

.alert-table a{
    font-size: 18px;
    font-weight: bold;
}





/* Responsive */





@media only screen and (max-width: 767px){
	.side-bar .widget img{
		width: 100%;
		height: auto;
	}

	.logo-container{
		top: 70px;
	}

	.top-bar{
	    height: 150px;
	    margin: 15px 0;
	}

	#header-part .navbar-toggle span{
		background: white;
	}

.page-template-blog-standard .post-thum img{
	height: auto;
    width: 100%;
    object-fit: scale-down;
    object-position: center;
    max-width: 100%;
    max-height: 100%;
}

	h2{
		font-size: 52px;
	}

	h3{
		font-size: 22px;
		line-height: 30px !important;
	}

	.provider-join-box h2{
		text-align: left;
		padding-left: 35px;
	}


}



/* Responsive */
@media only screen and (max-width: 991px){
	.header-nav .nav{
		background: #3FA0CD;
		z-index: 10;
    	position: relative;
	}

	.side-bar{
		margin: 15px;
	}

	.page-template-blog-standard .post-info{
		width: 100%;
	}

	.spotlight-container{
		text-align: center;
	}

	.how-af-work .padding-lr-30 {

        padding-left: 10px;

        padding-right: 10px;

    }

    .who-af-container{
    	height: 685px;
    }

    .who-af-container .container{
    	height: 100%;
    }

    .who-af-box{
    	padding: 80px 60px;
    }

    .about-img-container{
	    position: absolute;
	    display: block;
	    height: auto;
	    width: 335px;
	    bottom: -50px;
	    left: 0;
    }

    .about-img-container img{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	}

	.join-btn-container{
		text-align: right;
	}

	.step-inner-container {
	    float: none;
	    text-align: center;
	    margin: 0 auto;
	    display: block;
	    max-width: 350px;
	}

	.mobile-break{
		display: block;
		visibility: visible;
	}

	.provider-join-box{

	}

}


@media only screen and (min-width: 992px) and (max-width: 1191px){
    .header-nav .nav > li > a, .sf-header-inner .header-nav .nav > li > a{
        padding: 18px;
        font-size: 14pt;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
	.nav-left-slide-btn{
		display: none !important;
	}

	.navbar-toggle{
		display: initial;
	}

	.navbar-collapse {
	    padding-right: 15px;
	    padding-left: 15px;
	    overflow-x: visible;
	    -webkit-overflow-scrolling: touch;
	    border-top: 1px solid transparent;
	    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	}

	.collapse{
		display: none;
	}

	#header-part .navbar-toggle span{
		background: #fff;
	}

	.navbar-collapse.collapse{
		display: none !important;
	}


}

@media only screen and (min-width: 648px) and (max-width: 991px){
	.testimonial-bx{
		padding: 15px 30px !important;
	}
}

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

	h2{
		font-size: 42px;
	}

	h3{
		font-size: 30px;
		font-weight: normal;
	}

	.who-af-container {
    	height: 800px;
	}
	.who-af-box{
		padding: 30px 20px;
	}

	.sf-testimonials{
		height: 745px;
	}

	.sf-testimonials .section-head{
		-webkit-font-smoothing: antialiased;
		text-shadow: 0px 0px 5px black;
		padding: 0 20px;
		bottom: auto;
		top: 225px;
	}

	.main-heading h1, .main-heading p{
		font-size: 80px;
    	padding: 0 45px;
	}
}

@media only screen and (max-width: 465px){
	.main-heading h1, .main-heading p{
		font-size: 70px;
		padding: 0 42px;
	}
}

/* Hide Packages for Signup and Payment */

/* 
.provider-role .dropdown-menu ul li:first-child{
	display: none;
}

.provider-role .dropdown-menu ul li:nth-child(3){
	display: none;
}

.provider-role .dropdown-menu ul li:nth-child(4){
	display: none;
}

.provider-role .dropdown-menu ul li:nth-child(5){
	display: none;
}

.provider_registration .sf-card-group{
	display: none;
}

.provider_registration_page .sf-card-group{
	display: none;
}

*/