/* Alt Creative Smart Theme Styles 
	Sections:
	1. VC Structure, Bootstrap Changes, WP Resets + Extra Globals
	2. Global Brand Styles + Colors
	3. Buttons + Forms
	4. Testimonials
	5. Blog Styles
	6. CPT Styles
	5. Responsive Styles
	
	
****COLORS:***
Primary (teal): #459d9c;   |   Hover: #428987;
Secondary (red): #e42245;   |   Hover: #e03434;
Tertiary (cobalt): #362c79;   |   Hover: #282463;
Success (green): #479982;   |   Hover: #408768;
Warning (orange): #fcbe7d;   |   #Hover: e5a870
Danger (red): #f0535e;   |   Hover: #db4b58;
Info (light grey/blue): #a1bec4;   |   Hover: #8cabaf
Light Beige: #f7e7d7
Dark Grey: #35393a;    |   Hover: #2b3335  
Light Grey: #e5f0f3;    |   Hover: #dae5e8  

font-family:'Playfair Display', Georgia, serif;
font-family:'Roboto', Helvetica, sans-serif;

*/



/* 1. VC Structure, Bootstrap Changes, WP Resets + Extra Globals */

body {
    overflow-x: hidden;
    font-family:'Roboto', Helvetica, sans-serif;
    color:#52585e;
    background:#fff!important;
        line-height: 1.7em;
        font-weight:300;
}
body.layout-admin {
    background:#fff!important;
    }
p, ul {color:#52585e;}
body #wrapper {
    overflow: hidden;
    min-height: 100%;
    position: relative;
    display: block;
}
body section{
	/*padding:50px 15px;*/
}
.container, .vc_section > .vc_row, .boxed {
    width: 95%;
    margin: 0px auto!important;
    max-width: 1170px;
}
.hidefornow {display:none;}
.vc_section {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
}

.vc_section[data-vc-full-width]>.vc_row, .vc_section > .vc_row[data-vc-full-width] {
	width:100%;	
	max-width:100%;
	margin:0;
}

.vc_section[data-vc-stretch-content]>.vc_row {
	width:100%;	
	max-width:100%;
	margin:0;
}
.woocommerce-breadcrumb, .woocommerce-result-count, .woocommerce-ordering {
display:none!important;
}
.woocommerce-input-wrapper {width:100%!important;}
.justify-space-evenly {
    -webkit-box-pack: evenly !important;
    justify-content: space-evenly !important;
}

.menu-main-menu-container {width:100%;}
/*nav hover instead of click fix */
ul.navbar-nav li.dropdown:hover > ul.dropdown-menu {
    display: block!important;
}
/* end nav hover instead of click fix */
#hero-section {
	background: rgb(54,44,121)!important;
background: linear-gradient(45deg, rgba(54,44,121,1) 5%, rgba(69,157,156,1) 81%)!important;
}

.bg-hero {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment:unset;
    
}
body section.bg-xxxl, body .vc_section.bg-xxxl, body .bg-xxxl, .vc_section.vc_section-has-fill+.vc_row-full-width+.bg-xxxl, .vc_section.vc_section-has-fill+.vc_section.bg-xxxl,  {
    padding-top: 200px;
    padding-bottom: 200px;
}
body section.bg-xxl, body .vc_section.bg-xxl, body .bg-xxl, .vc_section.vc_section-has-fill+.vc_row-full-width+.bg-xxl, .vc_section.vc_section-has-fill+.vc_section.bg-xxl {
    padding-top: 150px;
    padding-bottom: 150px;
}
body section.bg-xl, body .vc_section.bg-xl, body .bg-xl, .vc_section.vc_section-has-fill+.vc_row-full-width+.bg-xl, .vc_section.vc_section-has-fill+.vc_section.bg-xl {
    padding-top: 100px;
    padding-bottom: 100px;
}
body section.bg-lg, body .vc_section.bg-lg, body .bg-lg, .vc_section.vc_section-has-fill+.vc_row-full-width+.bg-lg, .vc_section.vc_section-has-fill+.vc_section.bg-lg {
    padding-top: 75px;
    padding-bottom: 75px;
}
body section.bg-md, body .vc_section.bg-md, body .bg-md, .vc_section.vc_section-has-fill+.vc_row-full-width+.bg-md, .vc_section.vc_section-has-fill+.vc_section.bg-md {
    padding-top: 50px;
    padding-bottom: 50px;
}
body section.bg-sm, body .vc_section.bg-sm, body .bg-sm, .vc_section.vc_section-has-fill+.vc_row-full-width+.bg-sm, .vc_section.vc_section-has-fill+.vc_section.bg-sm {
    padding-top: 25px;
    padding-bottom: 25px;
}
body section.bg-none, body .vc_section.bg-none, body .bg-none
/*, body section.bg-none *, body .vc_section.bg-none *, body .bg-none *, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section.bg-none */
{
    padding-top: 0px;
    padding-bottom: 0px;margin: 0px;
}
body section.bg-dark-grey {
	background:#35393a;
	color:#fff;	
}
body section.bg-light-grey {
	background:#e5f0f3;	
}
body section.bg-light-beige {
	background:#f7e7d7;	
}

body section.bg-primary, body section.bg-primary.bg-dark {
	background:#459d9c!important;	
}
body section.bg-secondary, body section.bg-secondary.bg-dark {
	background:#e42245!important;	
}
body section.bg-primary.bg-dark *, body section.bg-secondary.bg-dark *{	color:#fff!important;}



.svg-holder *{width:100%;}
img[src="*svg"]{
	width:100%;
	height:auto;
	min-width:50px;
}
.display-none {display:none;}
.nopad{margin:0px;padding:0px;}
.nowrap{white-space:nowrap;}
.wp-post-image {max-width:100%;height:auto;}

/* 2. Global Brand Styles + Colors */
i {
    font-style:italic;
}
a {color: #459d9c;}
a:hover {color: #428987;}
.bg-dark a {color: #fff;}
.bg-dark a:hover {color: #eee;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    line-height: 1em;
    font-family:'Playfair Display', Georgia, serif;
    font-weight:600;
    color:#2b3335;
}
#hero-section h1 {
    font-size: 4em;
    letter-spacing: .5px;
    margin-bottom:.5em;
}
h1, .h1 {
    font-size: 3em;
    margin-bottom:0px;
}
h2, .h2 {
    font-size: 2.8em;
}
h3, .h3 {
    font-size: 2.5em!important;
    font-weight: 500;
}
h4, .h4 {
        font-size: 2em;
    font-weight: 500;
}
h5, .h5 {
    font-size: 1.4em;
        font-weight: 500;
}
.h5.card-title{
    font-family: 'Roboto', Helvetica, sans-serif;
    line-height: 1.25em;
    font-weight:400;
    }
h5 .h5sub {
    font-family: 'Roboto', Helvetica, sans-serif;
    line-height: 1.1em;
    font-size: .8em;
    font-weight: 400;
    margin-top: 7px;
    margin-bottom: 15px!important;
    color: #52585e!important;
    display: inline-block;
}
.vc_toggle_title h4 {
	
    font-size: 1.25em;
}

h6, .h6 {
	
    font-family:'Roboto Slab', Helvetica, sans-serif;
    font-size: 1em;
    font-weight: 500;
    text-transform:uppercase;
    margin-bottom:15px;
    color:#282463;
    color: #649faf;
}
.after:after {
    content: "";
    border-bottom: 2px solid #459d9c;
    width: 20%;
    height: 3px;
    display: block;
    text-align: center;
    padding-top: 10px;
}
.after.center:after {
    margin: 0 auto;
}
.lead {
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.5em;
}
.lead-cta {
    font-size: 1.25em;
    font-weight: 400;
}
.smaller {font-size:.9em;line-height: 1.4em;}
.on-page-nav a {
    font-family: 'Roboto', Helvetica, sans-serif;
    line-height: 1.25em;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0px 15px;
}
.bg-dark p {
	color:#fff;
}
p {
    margin-top: 0;
    margin-bottom: 1em;
}
.bg-dark {background:unset!important;}
.bg-dark * {
	color:#fff;	
}
.bg-gradient, .bg-gradient.bg-dark{
	background: rgb(54,44,121)!important;
    background: linear-gradient(45deg, rgba(54,44,121,1) 5%, rgba(69,157,156,1) 81%)!important;
}
body * .text-roboto {font-family: 'Roboto', Helvetica, sans-serif!important;}
body * .text-roboto-slab {font-family:'Roboto Slab', Helvetica, sans-serif!important;}
body * .text-playfair {font-family:'Playfair Display', Georgia, serif!important;}
body * .text-small, body * .text-small * {font-size:.9em}
body * .text-smaller, body * .text-smaller * {font-size:.8em}
body * .text-primary, body * .text-primary * {color:#459d9c!important;}
body * .text-secondary, body * .text-secondary * {color:#e42245!important;}
body * .text-tertiary, body * .text-tertiary * {color:#362c79!important;}
body * .text-success, body * .text-success * {color:#479982!important;}
body * .text-danger, body * .text-danger * {color:#f0535e!important;}
body * .text-warning, body * .text-warning * {color:#fcbe7d!important;}
body * .text-info, body * .text-info * {color:#a1bec4!important;}
body * .text-black, body * .text-black * {color:#000!important;}
body * .text-white, body * .text-white * {color:#fff!important;}
body * .text-light-grey, body * .text-light-grey * {color:#e5f0f3!important;}
body * .text-dark-grey, body * .text-dark-grey * {color:#35393a!important;}
body * .text-grey, body * .text-grey * {color:#52585e!important;}

	/*HEADER*/
body:not(.user-scrolled-down) #header .navbar-brand > img:first-child {
    display: unset;
}

body.header-over.header-fixed:not(.scrolled) .logomain {display:none!important;}
body.header-over.header-fixed:not(.scrolled) .logomainalt {display:block!important;}
body.header-over.header-fixed.scrolled .logomain {display:block!important;}
body.header-over.header-fixed.scrolled .logomainalt {display:none!important;}
body.header-over.header-fixed.scrolled #header {background:#fff!important;}
body.header-over.header-fixed.scrolled #header .navbar-nav .nav-link {
    color: #2b3335!important;
}
#header .dropdown-toggle {
  white-space: unset; 
  }
.dropdown-item:hover, .dropdown-item:focus {
    background-color: #f8f9fa;
}
#header .navbar-brand > img.logomain, #header .navbar-brand > img.logomainalt {
    height: 115px!important;
    padding-top: 0px;
    padding: 5px 0px;
}
body.header-fixed:not(.header-over) section:first-of-type{margin-top:80px;}
#header .navbar-nav li:last-child .nav-link, #header .navbar-nav li:last-child {
	/*padding-right:0px!important*/
}
body.header-fixed #header .navbar-nav:not(.navbar-sm) {
	transition: margin-top 800ms;
}
body.header-fixed.scrolled #header .navbar-nav:not(.navbar-sm) {
    height: auto!important;
    margin-top: 0px;
	transition: margin-top 800ms;
}
body.header-fixed #header .top-content {
	opacity:1;
	}
body.header-fixed.scrolled:not(.header-expanded) #header .top-content {
	/*display:none!important;*/
	transition: opacity 400ms;
	opacity:0;
}
body.header-fixed.scrolled:not(.header-expanded) #header .navbar-brand > img.logomain {
    height: 70px!important;
    padding-top: 0px;
    padding: 2px 0px;
}
#header .navbar-nav .special .nav-link {
	padding:5px 15px;
	color:#fff;
	background-color:#459d9c;
}
#header .navbar-nav .special .nav-link:hover {
	color:#fff;
}	
#header .navbar-nav .nav-link {
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    font-size: 1.1em;
    letter-spacing: 0.5px;
    color: #35393a;
    text-align: center;
    font-weight: 500;
    margin-top: 6px;
}
.dropdown-menu li:not(.dropdown-item) > a, .dropdown-menu a.dropdown-item, .dropdown-menu .dropdown-item > a {
    font-family: 'Roboto Slab', Helvetica, serif;
}
#header .navbar-nav .nav-link:hover {
	color:#459d9c;
	}
#header .navbar-nav li {
    vertical-align: middle;
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    align-self: center;

}
#header .navbar-nav li ul.dropdown-menu li {
		   display: block;
		   }
#header .navbar-nav .nav-link {
    cursor: pointer;
    padding: 0px 20px;
}
header.main-nav .navbar-nav .nav-link.dropdown-toggle:not(.nav-link-caret-hide):before, #header .navbar-nav .nav-link.dropdown-toggle:not(.nav-link-caret-hide):before {display:none;}
header.main-nav .navbar-nav .nav-link.dropdown-toggle:not(.nav-link-caret-hide), #header .navbar-nav .nav-link.dropdown-toggle:not(.nav-link-caret-hide) {
    padding-right: 15px;
}


body.header-expanded #header .navbar-nav {margin-bottom:0px;margin-top:0px;}
body.header-fixed.header-expanded #header .navbar-nav {
    transition: margin-top 800ms;
}
body.header-expanded #header #top-content-wrapper {width: 100%;}
body.header-expanded #header .top-content {
    position: relative;
    right: 0px;
    top: 10px;
    width: 100%;
}
body.header-expanded #header .navbar-brand > img.logomain {
    height: 80px!important;
    padding-top: 0px;
    padding: 10px 0px 0px;
}
body.header-expanded #header .navbar2{
    min-height: 40px;
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
        border-top: 1px solid #eee;
}
body.header-centered #header .navbar-nav {margin-bottom:30px;margin-top:0px;}
body.header-fixed.header-centered #header .navbar-nav {
    transition: margin-top 800ms;
}
body.header-centered #header .top-content {
    width:100%;
}
body.header-centeredsplit #header .top-content {
    width:100%;
}
body.header-centeredsplit #header .menu-split-menu-left-container, body.header-centeredsplit #header .menu-split-menu-right-container {width:90%;}
body.header-centeredsplit #header .header-split {width:100%;margin-top:25px;}
body.header-over #hero-section .vc_row:first-of-type{padding-top:80px;}

.header-widget .menu {
	    display: flex !important;
	    padding-left: 0;
    list-style: none;
	-webkit-box-align: end !important;
    align-items: flex-end !important;
}
.header-widget .menu a {
    display: inline-block;
    font-weight: 400;
    color: #333;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 50%;
    text-decoration: none;
    padding: 1em;
    font-size: 1em;
    line-height: 1em;
    margin:0 .25em;
    position: relative;
    color: #999;
    border-color: #999;
}
.header-widget .menu a i{
	    font-size: .8em !important;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header-widget .menu a:hover {
    color: #fff;
    border-color: #999;
    background-color:#999;
}
.header-widget .menu a i:hover{
	color: #fff;
}
.flex-grow {flex: 1 1 0;}
	/*FOOTER*/
	
.layout-admin #footer {
    padding-left: 0px!important;
}
footer, footer.bg-dark {
	background:#2b3335!important;
	font-size:.9em;
	color:#fff!important;
}
footer, footer.bg-dark.bg-primary {
	background:#e42245!important;
	font-size:.9em;
	color:#fff!important;
}
footer.bg-dark p {
	color:#eee!important;
}
footer a, footer.bg-dark a {
	color:#eee!important;
}
footer a, footer.bg-dark a:hover {
	color:#eee!important;
}

footer.bg-dark .menu-social-menu-container .menu  a:hover i, footer.bg-dark .menu-social-menu-container .menu  li a:hover, footer.bg-dark .menu-social-menu-container .menu  li:hover a, footer.bg-dark a:hover, .top-content a:hover{color:#459d9c!important;}
.top-content .btn-light:hover {color:#fff!important;}
.menu a:hover, .menu li a:hover {color:#459d9c!important;}

footer .copyright {
	background:#010101;
	font-size:.9em;
}
footer .widget-title {
    text-transform: uppercase;
    font-family:'Roboto Slab', Helvetica, sans-serif;
    font-size: 1.2em!important;
    font-weight: 800;
    letter-spacing: 1px;
}
footer ul, footer li{
    padding-left: 0;
    list-style: none;
}
footer #menu-main-footer-menu {
	display:flex;    -webkit-box-pack: center !important;
    justify-content: center !important;
}
footer #menu-main-footer-menu li{
	display:inline-flex;
	padding: 0 8px;
	}
footer .menu-social-menu-container .menu {
	display:flex;    -webkit-box-pack: start !important;
    justify-content: start !important;
	}
footer .menu-social-menu-container .menu  li{
	display:inline-flex;
	padding: 0 8px;
	font-size:1.2em;
	}


.modal {
    top: 5%;   
}
.modal-dialog{    margin: 0 auto!important;}
.margin-auto{margin:0 auto;}
.zindex999 {z-index:999!important;}
.close-btn{
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 99999;
}
.close-btn.white{
    color: #fff;
}
img[src="svg"]{width:100%;height:auto;}
.w100 {width:100%;}
.mb35 {margin-bottom:35px;}

/* 3. Buttons + Forms */
.btn.btn-xs {
    padding: 1em;
    font-size: 1em;
    line-height:1em;
}
.vc_btn3 {
    font-family: 'Roboto Slab', Helvetica, serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.vc_btn3-container .vc_btn3-color-grey {background:unset;}
.menu-btn {
	padding: 0.66rem!important;
    line-height: 1em!important;
    border-radius: 0.2rem!important;
    margin-top:6px!important
}
.menu-btn a {
    color:#fff!important;
    line-height: 1em!important;
    margin-top:0px!important
}
.btn-outline-primary {
    color: #459d9c;
    border-color: #459d9c;
    background:transparent;
}
.vc_btn3-container.vc-btn-primary-outline .vc_btn3-color-grey {
	color: #459d9c;
    border-color: #459d9c;
    background:transparent;
}
.btn-outline-primary:hover {
    background: #459d9c;
    border-color: #459d9c;
    color:#fff;
}
.vc_btn3-container.vc-btn-primary-outline .vc_btn3-color-grey:hover {
	background: #459d9c;
    border-color: #459d9c;
    color:#fff;
}
.btn-primary, .hustle-button-submit {
    color: #ffffff;
    background-color: #459d9c;
    border-color: #459d9c;
}
.vc_btn3-container.vc-btn-primary .vc_btn3-color-grey {
	color: #ffffff;
    background-color: #459d9c;
    border-color: #459d9c;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #428987;
    border-color: #428987;
}
.vc_btn3-container.vc-btn-primary .vc_btn3-color-grey:hover  {
	color: #ffffff;
    background-color: #428987;
    border-color: #428987;
}
.badge-outline-primary {
    color: #459d9c;
    border-color: #459d9c;
    background: transparent;
    border-width: 1px;
    border-style: solid;
}
.badge-outline-primary:hover {
    background: #428987;
    border-color: #428987;
    color:#fff;
    border-width: 1px;
    border-style: solid;
}
.badge-outline-white {
    color: #fff;
    border-color: #fff;
    background: transparent;
    border-width: 1px;
    border-style: solid;
}
.badge-outline-white:hover {
    background: #fff;
    border-color: #fff;
    color:#666;
    border-width: 1px;
    border-style: solid;
}
.btn-outline-secondary {
    color: #e42245;
    border-color: #e42245;
    background:transparent;
}
.vc_btn3-container.vc-btn-secondary-outline .vc_btn3-color-grey {
	color: #e42245;
    border-color: #e42245;
    background:transparent;
}
.btn-outline-secondary:hover {
    background: #e03434;
    border-color: #e03434;
    color:#fff;
}
.vc_btn3-container.vc-btn-secondary-outline .vc_btn3-color-grey:hover {
	background: #e03434;
    border-color: #e03434;
    color:#fff;
}
.badge-outline-secondary {
    color: #e42245;
    border-color: #e42245;
    background: transparent;
    border-width: 1px;
    border-style: solid;
}
.badge-outline-secondary:hover {
    background: #e03434;
    border-color: #e03434;
    color:#fff;
    border-width: 1px;
    border-style: solid;
}
.btn-secondary {
    color: #ffffff;
    background-color: #e42245;
    border-color: #e42245;
}
.vc_btn3-container.vc-btn-secondary .vc_btn3-color-grey {
	color: #ffffff;
    background-color: #e42245;
    border-color: #e42245;
}
.btn-secondary:hover {
    color: #ffffff;
    background-color: #e03434;
    border-color: #e03434;
}
.vc_btn3-container.vc-btn-secondary .vc_btn3-color-grey:hover {
	color: #ffffff;
    background-color: #e03434;
    border-color: #e03434;
}
.btn-tertiary {
    color: #ffffff;
    background-color: #362c79;
    border-color: #362c79;
}
.vc_btn3-container.vc-btn-tertiary .vc_btn3-color-grey {
	color: #ffffff;
    background-color: #362c79;
    border-color: #362c79;
}
.btn-tertiary:hover {
    color: #ffffff;
    background-color: #282463;
    border-color: #282463;
}
.vc_btn3-container.vc-btn-tertiary .vc_btn3-color-grey:hover {
	color: #ffffff;
    background-color: #282463;
    border-color: #282463;
}
.btn-tertiary-outline {
    color: #362c79;
    border-color: #362c79;
    background:transparent;
}
.vc_btn3-container.vc-btn-tertiary-outline .vc_btn3-color-grey {
	color: #362c79;
    border-color: #362c79;
    background:transparent;
}
.btn-tertiary-outline:hover {
    color: #282463;
    border-color: #282463;
    background:transparent;
}
.vc_btn3-container.vc-btn-tertiary-outline .vc_btn3-color-grey:hover {
	color: #282463;
    border-color: #282463;
    background:transparent;
}

.btn-danger {
    color: #ffffff;
    background-color: #f0535e;
    border-color: #f0535e;
}
.vc_btn3-container.vc-btn-danger .vc_btn3-color-grey {
	color: #ffffff;
    background-color: #f0535e;
    border-color: #f0535e;
}
.btn-danger:hover {
    color: #ffffff;
    background-color: #db4b58;
    border-color: #db4b58;
}
.vc_btn3-container.vc-btn-danger .vc_btn3-color-grey:hover {
	color: #ffffff;
    background-color: #db4b58;
    border-color: #db4b58;
}
.btn-danger-outline {
    color: #f0535e;
    border-color: #f0535e;
    background:transparent;
}
.vc_btn3-container.vc-btn-danger-outline .vc_btn3-color-grey {
	color: #f0535e;
    border-color: #f0535e;
    background:transparent;
}
.btn-danger-outline:hover {
    color: #db4b58;
    border-color: #db4b58;
    background:transparent;
}
.vc_btn3-container.vc-btn-danger-outline .vc_btn3-color-grey:hover {
	color: #282463;
    border-color: #282463;
    background:transparent;
}
.btn-success {
    color: #ffffff;
    background-color: #479982;
    border-color: #479982;
}
.vc_btn3-container.vc-btn-success .vc_btn3-color-grey {
	color: #ffffff;
    background-color: #479982;
    border-color: #479982;
}
.btn-success:hover {
    color: #ffffff;
    background-color: #408768;
    border-color: #408768;
}
.vc_btn3-container.vc-btn-success .vc_btn3-color-grey:hover {
	color: #ffffff;
    background-color: #408768;
    border-color: #408768;
}
.btn-outline-success {
    color: #479982;
    border-color: #479982;
    background:transparent;
}
.vc_btn3-container.vc-btn-success-outline .vc_btn3-color-grey {
	color: #479982;
    border-color: #479982;
    background:transparent;
}
.btn-outline-success:hover {
    background: #408768;
    border-color: #408768;
    color:#fff;
}
.vc_btn3-container.vc-btn-success-outline .vc_btn3-color-grey:hover {
	background: #408768;
    border-color: #408768;
    color:#fff;
}
.btn-warning {
    color: #ffffff;
    background-color: #fcbe7d;
    border-color: #fcbe7d;
}
.vc_btn3-container.vc-btn-warning .vc_btn3-color-grey {
	color: #ffffff;
    background-color: #fcbe7d;
    border-color: #fcbe7d;
}
.btn-warning:hover {
    color: #ffffff;
    background-color: #e5a870;
    border-color: #e5a870;
}
.vc_btn3-container.vc-btn-warning .vc_btn3-color-grey:hover {
	color: #ffffff;
    background-color: #e5a870;
    border-color: #e5a870;
}
.btn-outline-warning {
    color: #fcbe7d;
    border-color: #fcbe7d;
    background:transparent;
}
.vc_btn3-container.vc-btn-warning-outline .vc_btn3-color-grey {
	color: #fcbe7d;
    border-color: #fcbe7d;
    background:transparent;
}
.btn-outline-warning:hover {
    background: #e5a870;
    border-color: #e5a870;
    color:#fff;
}
.vc_btn3-container.vc-btn-warning-outline .vc_btn3-color-grey:hover {
	background: #e5a870;
    border-color: #e5a870;
    color:#fff;
}
.btn-info {
    color: #ffffff;
    background-color: #a1bec4;
    border-color: #a1bec4;
}
.vc_btn3-container.vc-btn-info .vc_btn3-color-grey {
	color: #ffffff;
    background-color: #a1bec4;
    border-color: #a1bec4;
}
.btn-info:hover {
    color: #ffffff;
    background-color: #8cabaf;
    border-color: #8cabaf;
}
.vc_btn3-container.vc-btn-info .vc_btn3-color-grey:hover {
	color: #ffffff;
    background-color: #8cabaf;
    border-color: #8cabaf;
}
.btn-outline-info {
    color: #a1bec4;
    border-color: #a1bec4;
    background:transparent;
}
.vc_btn3-container.vc-btn-info-outline .vc_btn3-color-grey {
	color: #a1bec4;
    border-color: #a1bec4;
    background:transparent;
}
.btn-outline-info:hover {
    background: #8cabaf;
    border-color: #8cabaf;
    color:#fff;
}
.vc_btn3-container.vc-btn-info-outline .vc_btn3-color-grey:hover {
	background: #8cabaf;
    border-color: #8cabaf;
    color:#fff;
}

.btn-outline-light-grey {
    color: #e5f0f3;
    border-color: #e5f0f3;
    background:transparent;
}
.vc_btn3-container.vc-btn-light-grey-outline .vc_btn3-color-grey {
	color: #e5f0f3;
    border-color: #e5f0f3;
    background:transparent;
}
.btn-outline-light-grey:hover {
    background: #dae5e8;
    border-color: #dae5e8;
    color: #459d9c!important;
}
.vc_btn3-container.vc-btn-light-grey-outline .vc_btn3-color-grey:hover {
	color: #ffffff;
    background-color: #dae5e8;
    border-color: #dae5e8;
}
.btn-light-grey {
    color: #ffffff;
    background-color: #e5f0f3;
    border-color: #e5f0f3;
}
.vc_btn3-container.vc-btn-light-grey .vc_btn3-color-grey {
    color: #ffffff;
    background-color: #e5f0f3;
    border-color: #e5f0f3;
}
.btn-light-grey:hover {
    color: #459d9c!important;
    background-color: #dae5e8;
    border-color: #dae5e8;
}
.vc_btn3-container.vc-btn-light-grey .vc_btn3-color-grey:hover {
    color: #ffffff;
    background-color: #dae5e8;
    border-color: #dae5e8;
}
.btn-outline-dark-grey {
    color: #35393a;
    border-color: #35393a;
    background:transparent;
}
.vc_btn3-container.vc-btn-dark-grey-outline .vc_btn3-color-grey {
	color: #35393a;
    border-color: #35393a;
    background:transparent;
}
.btn-outline-dark-grey:hover {
    color: #ffffff;
    background-color:  #2b3335;
    border-color:  #2b3335;
}
.vc_btn3-container.vc-btn-dark-grey-outline .vc_btn3-color-grey:hover {
    color: #ffffff;
    background-color:  #2b3335;
    border-color:  #2b3335;
}
.btn-dark-grey {
    color: #ffffff;
    background-color: #35393a;
    border-color: #35393a;
}
.vc_btn3-container.vc-btn-dark-grey .vc_btn3-color-grey {
    color: #ffffff;
    background-color: #35393a;
    border-color: #35393a;
}
.btn-dark-grey:hover {
    color: #ffffff;
    background-color:  #2b3335;
    border-color:  #2b3335;
}
.vc_btn3-container.vc-btn-dark-grey .vc_btn3-color-grey:hover {
    color: #ffffff;
    background-color:  #2b3335;
    border-color: #2b3335;
}
.badge-outline-dark-grey {
    color: #35393a;
    border-color: #35393a;
    background: transparent;
    border-width: 1px;
    border-style: solid;
}
.badge-outline-dark-grey:hover {
    background: #2b3335;
    border-color: #2b3335;
    color:#fff;
    border-width: 1px;
    border-style: solid;
}
.badge-outline-topics {
    color: #459d9c;
    border-color: #459d9c;
    background: transparent;
    border-width: 1px;
    border-style: solid;
}
.badge-outline-topics:hover {
    background: #459d9c;
    border-color: #459d9c;
    color:#fff;
    border-width: 1px;
    border-style: solid;
}
.badge-outline-age {
    color: #e42245;
    border-color: #e42245;
    background: transparent;
    border-width: 1px;
    border-style: solid;
}
.badge-outline-age:hover {
    background: #e42245;
    border-color: #e42245;
    color:#fff;
    border-width: 1px;
    border-style: solid;
}
.badge-outline-type {
    color: #362c79;
    border-color: #362c79;
    background: transparent;
    border-width: 1px;
    border-style: solid;
}
.badge-outline-type:hover {
    background: #362c79;
    border-color: #362c79;
    color:#fff;
    border-width: 1px;
    border-style: solid;
}
.badge-outline-resources {
    color: #666;
    border-color: #666;
    background: transparent;
    border-width: 1px;
    border-style: solid;
}
.badge-outline-resources:hover {
    background: #362c79;
    border-color: #362c79;
    color:#fff;
    border-width: 1px;
    border-style: solid;
}
.badge-outline-resources.active {
    background: #362c79;
    border-color: #362c79;
    color:#fff;
    border-width: 1px;
    border-style: solid;
}

#browseby {display:none;}
.form-control .dropdown {font-family: 'Roboto Slab', Helvetica, serif;}
.form-label-group .bootstrap-select button {
    /* max-width: 200px; */
    padding-bottom: 0;
    height: 100%;
    padding-top: 0px!important;
    width: auto;
    margin-top:8px;
}
.article-card .item-title{
	text-align:center;
}
.article-card .item-image{
    width:100%;
    height:300px;
    background:#000;
    background-size: cover;
    background-repeat: no-repeat;
}
.article-card .item-image img {min-height:300px;}
.article-wrapper {
    margin: 15px 0;
}
.article-card, .article-card {
    margin: 0px 15px;
    overflow:hidden;
    width: 100%;
}
.article-card .item-terms{
	    border-top: 1px solid #eee;
    padding-top: 20px;
}
.article-card .item-wrapper{    padding: 15px;z-index: 999;background: #fff!important;
    height: 100%!important;}
.article-card .item-content p {font-size:.9em}
.article-card .badge {
    font-family: Arial;
    font-family: 'Roboto Slab', Helvetica, serif;
    margin: 5px;
    font-size: 14px;
    font-weight: 400;
}


.article-row .item-image{
    width:20%;
    height:auto;
    background:#000;
    background-size: cover;
    background-repeat: no-repeat;
}
.article-row .item-image img {min-height:50px;}
.article-row .item-title{
	text-align:left;
}
.article-row{
    margin: 0px 15px;
    overflow:hidden;
    width: 100%;
}
.article-row .item-terms{
	    border-top: 1px solid #eee;
    padding-top: 20px;
}
.article-row .item-wrapper{    padding: 15px;z-index: 999;}
.article-row .item-content p {font-size:.9em}
.article-row .badge {
    font-family: Arial;
    font-family: 'Roboto Slab', Helvetica, serif;
    margin: 5px;
    font-size: 14px;
    font-weight: 400;
}

.search-form label{text-align:center;width:70%;}
.modal button.close .fi {
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
    border: 0px;
    border-bottom: 1px solid #a5a397;
    font-style:italic;
    font-size:.9em;
    width:95%;
}

[type="search"]::placeholder{
	color:#666!important;
}

input::-webkit-input-placeholder {
    color: #999!important;
}
input:focus::-webkit-input-placeholder {
    color: #999!important;
}

/* Firefox < 19 */
input:-moz-placeholder {
    color: #999!important;
}
input:focus:-moz-placeholder {
    color: #999!important;
}

/* Firefox > 19 */
input::-moz-placeholder {
    color: #999!important;
}
input:focus::-moz-placeholder {
    color: #999!important;
}

/* Internet Explorer 10 */
input:-ms-input-placeholder {
    color: #999!important;
}
input:focus:-ms-input-placeholder {
    color: #999!important;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0px!important;
}
.gform_button.button {
	padding-top: 5px;
    width: 98%!important;
    color: #fff;
    background-color: #459d9c;
    font-weight: 500;
    text-transform:uppercase;
    border:2px solid #459d9c;
}
.gform_button.button:hover {
    color: #fff;
    background-color: #428987;
    border:2px solid #428987;
}
.btn-primary:not(.btn-noshadow):hover, .btn-primary:not(.btn-noshadow):not(.btn-soft):focus, .btn-primary:not(.btn-noshadow):not(.btn-soft):active {
    box-shadow: none!important;
}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label, .gform_wrapper li label:not(.gfield_label) {
    font-size: .9em!important;
}
.mc4wp-form input{
	margin:5px 0px;
}
.mc4wp-form input.full-width {
	width:100%
}
.mc4wp-form input.three-fourths {
	width:74%
}
.mc4wp-form input.two-thirds {
	width:66%
}
.mc4wp-form input.half-width {
	width:49%
}
.mc4wp-form input.one-fourth {
	width:24%
}
.mc4wp-form input.one-third {
	width:32%
}
input[type="text"], input[type="email"], input[type="phone"], input[type="submit"]{
	font-size: inherit;
    font-family: inherit;
    padding: 5px 4px;
    letter-spacing: normal;
}


/* 4. Testimonials */
.testimonial-meta .testimonial-name, .testimonial-meta .testimonial-client{font-size:.95em!important;margin-top:35px;}
.testimonial-heading {display:none!important;}
body .strong-view.bold .testimonial-content {
    background: inherit;
    font-size: 1.5em;
    line-height: 1.3em;
    font-style: italic;
    padding: 0;
    letter-spacing: 1px;
}
body .strong-view.bold .testimonial-content:before {
    content: "\“";
    left: 0px;
    top:120px;
    font-family: "Trebuchet MS", serif;
    font-style: italic;
}
body .strong-view.bold .testimonial-content:after {
    content: "\”";
    right: 0px;
    bottom:110px;
    font-family: "Trebuchet MS", serif;
    font-style: italic;
}

body .strong-view.bold .testimonial-content:before, .strong-view.bold .testimonial-content:after {
    font-size: 60px;
    position:absolute;
}
body .strong-view.bold .testimonial-meta {font-size:.88em;margin-top:35px;}

body #strong-multiple .strong-view.bold .testimonial-content, body #strong-multiple .strong-view.modern .testimonial-content  {
    font-size: 1em!important;
    line-height: 1.25em;
    }
    
body #strong-multiple .strong-view.modern .testimonial-content:before, body #strong-multiple .strong-view.bold .testimonial-content:before {
    content: "\f10d";
    left: 45%;
    top: -45px;
}    
 
 body #strong-multiple .strong-view.modern .testimonial-content:after, .body #strong-multiple .strong-view.bold .testimonial-content:after {
    display:none;
}     
    
 body #strong-multiple .strong-view.modern .testimonial-content,  body #strong-multiple .strong-view.bold .testimonial-content {
    margin: 0 30px;
}

 body #strong-multiple .strong-view.modern .testimonial-inner,  body #strong-multiple .strong-view.bold .testimonial-inner {
    padding: 60px 30px 0px 30px;
}
body .strong-view.modern .testimonial-content:before, body .strong-view.modern .testimonial-content:after {
    font-family: FontAwesome;
    color: #459d9c;
    font-size: 36px;
    font-style: normal;
    line-height: 36px;
    position: absolute;
    width: 36px;
}
body .strong-view.pager-style-buttons .wpmslider-pager-link:before {color: #459d9c;
    background: #459d9c;}

.tips-by-age .vc_tta-panel-body {padding: 5% 10%;}
.vc_tta-panel.vc_active {border: 1px solid #459d9c!important; }
.vc_tta-tab:not(.vc_active){right: 2px!important;
    position: relative!important;}
.tips-by-age .vc_tta-tab.vc_active a, .tips-by-age .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {border-color:#459d9c!important; color:#362c79!important;font-weight:600;border-right:0px!important;}
.tips-icon img {
    width: 100px;
    height: 100px;
}
.card-icon img {
    width: 100px;
    height: 100px;
}


/* 
Primary (teal): #459d9c;   |   Hover: #428987;
Secondary (red): #e42245;   |   Hover: #e03434;
Tertiary (cobalt): #362c79;   |   Hover: #282463;
Success (green): #479982;   |   Hover: #408768;
Warning (orange): #fcbe7d;   |   #Hover: e5a870
Danger (red): #f0535e;   |   Hover: #db4b58;
Info (light grey/blue): #a1bec4;   |   Hover: #8cabaf
Light Beige: #f7e7d7
Dark Grey: #35393a;    |   Hover: #2b3335  
Light Grey: #e5f0f3;    |   Hover: #dae5e8  */


/* 4.5 WooCommerce */

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1.5em!important;
    line-height: 1.25em!important;
    text-align: center!important;
}

.woocommerce .products.columns-3 .entry.product{
    text-align: center!important;
}
.woocommerce .button{
    color: #e5f0f3;
    background-color: #f7e7d7;
    border-color: #f7e7d7;
    font-family: 'Roboto Slab', Helvetica, serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.woocommerce .entry.product .button{
    color: #35393a;
    background-color: #f7e7d7;
    border-color: #f7e7d7;
    font-size: 14px!important;
}
.woocommerce .summary.entry-summary {text-align:left;}
.woocommerce .entry.product section {clear:both;padding-top:25px;margin-top:25px;border-top:1px solid #eee;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: left;
    width: 48%;
    max-width: unset;
}
.single-product h2 {
	/*font-family:'Roboto',sans-serif;*/
	font-size:2em;
	    margin-bottom: 1em;
	    text-align: center;

}
.woocommerce h2 {
	/*font-family:'Roboto',sans-serif;*/
	font-size:2em;
	 margin-bottom: 1em;
	text-align: left;

}
.single-product h4, .woocommerce h4 {
    font-size: 1.1em;
    font-weight: 500;
    font-family: 'Roboto',sans-serif;
    line-height: 1.3em;
}
.single-product h5, .woocommerce h5 {
    font-size: 1em;
    font-weight: 400;
    font-family: 'Roboto',sans-serif;
    line-height: 1.3em;
}
/* 5. Blog Styles */
.alignleft{float:left;margin-right:15px;margin-bottom:15px;}
.alignright{float:right;margin-left:15px;margin-bottom:15px;}
.private-workshop {border:1px solid #459d9c;background-color:#eaf9f9;padding:40px 20px 10px 20px;}
.blog-img-wrapper {
	margin-bottom:35px;
}
.blog-excerpt-wrapper h3 a{color:#111;}
.blog-article {padding:25px 0px;margin:25px 0px;border-bottom:1px solid #eee;}
.blog-article:last-child{border:0px;}
.pagination_bar {text-align:center;}
ul.page-numbers {
    list-style: none;
    margin: 0 auto;
}

.page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

ul.page-numbers li {
    display: inline-block;
    margin: 0 4px 4px 0;
    text-align: center;
}

.page-numbers a,
.page-numbers span {
    line-height: 32px;
    display: block;
    padding: 0 6px;
    height: 1em;
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #459d9c;
    color: #459d9c;
    border-radius:50%;
    height:32px;
    width:32px;
}
.page-numbers .prev, .page-numbers .next {border-width:0px!important;}
.page-numbers li .prev{}
.page-numbers a span { padding: 0 }

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
    color: #fff;
    background: #459d9c;
    text-decoration: none;
}

.page-numbers:hover { text-decoration: none }


.wp-block-image img, .wp-block-media-text__media img, .wp-block-media-text__media video  {
    max-width: 100%;
    height: auto!important;
}
.has-medium-font-size, .has-medium-font-size {
    font-size: 18px;
}
.entry-text h3, .entry-text h4 {
	    font-size: 1.5em!important;
    margin-bottom: 20px;
    font-weight: 500;
}
.wp-block-pullquote {
    padding: 1em 0px!important;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}
.wp-block-pullquote blockquote p, .wp-block-pullquote blockquote {margin-bottom:0px;}
body .hustle-content {display:none!important;}
body .hustle-layout-form, body .hustle-layout-body {background-color:transparent!important;}
body .hustle-input, body .hustle-input::placeholder, body .hustle-input:placeholder, body .hustle-field .hustle-input, body .hustle-field .hustle-input:placeholder {    font: normal 16px/22px Open Sans!important;border:1px solid #222!important;}
/* 7. Responsive Styles */

@media (min-width: 992px) {
	
body.admin-bar.header-fixed #header{margin-top:32px;}
	.showondesktop {display:block}
	.hideondesktop {display:none}
	.top-content {
		position: absolute;
	    right: 0px;
	    top: 20px;
	}
	
	#header .navbar-nav:not(.navbar-sm) {
 	   height: auto!important;
 	       margin-top: 50px;
 	       margin-left: 50px;
	} 
	#header #top_bar {padding-top:8px!important;}
	.menu-main-menu-container {
	    width: 100%;
	}
#header .navbar-nav .nav-item:last-child:not(.menu-btn) a{padding-right:0px!important;}
}


@media (max-width: 1200px) {
	.container, .vc_section > .vc_row {
	    max-width: 1170px;
	}	
}
@media (max-width: 1100px) {


	
}
@media (max-width: 1024px) {
	.container, .vc_section > .vc_row {
	    max-width: 1000px;
	}
	
}
@media (max-width: 992px) {
	.container, .vc_section > .vc_row {
	    max-width: 960px;
	}
	body.layout-admin #header .navbar .navbar-brand:not(.w-auto), body.layout-admin #header .navbar .navbar-brand:not(.w-auto) > img {
    max-width: 180px !important;
}
body.header-expanded .navbar-brand img.logomain {width: 180px!important;}
body.header-expanded .navbar-brand img.logomain2 {margin-top: -10px;}

body.header-expanded #header .navbar2 {
    min-height: unset;
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
    border-top: 0px solid #eee;
}
body.header-fixed:not(.header-over) section:first-of-type {
    margin-top: 0px;
}
.navbar-expand-lg {width:100%}
	.showonmobile {display:block!important;}
	.hideonmobile {display:none!important;}
	#header .navbar-brand > img.logomain {
	    height: 95px!important;
	    padding-top: 0px;
	    max-height: 100px;
	    width: 100%;
	    max-width: 200px!important;
	}
	#header .navbar-nav li:last-child .nav-link, #header .navbar-nav li:last-child {
	    padding-right: 15px!important;
	}
	#header .navbar-nav li ul.dropdown-menu li:last-child {
	    padding-right: 0px!important;
	}
	#header .navbar-nav li  {
		padding:15px;
	    border-bottom: 1px solid #f7f7f7;
		width: 100%;
		font-size: 1.125em;
		display: block;
	}
	#header .navbar-nav li ul.dropdown-menu {background:transparent;}
	#header .navbar-nav li ul.dropdown-menu li {
	    padding: 0px;
	    text-align: center;
	    border-bottom: 0px;
	    font-size: 1em;
	}	
	.dropdown-menu li:not(.dropdown-item) > a, .dropdown-menu a.dropdown-item, .dropdown-menu .dropdown-item > a {
	    display: block;
	    position: relative;
	    padding: 8px 25px 8px 25px;
	    -webkit-transition: all .3s ease;
	    transition: all .3s ease;
	}
	#header .navbar-nav {margin-top: 50px;}
	body.header-fixed #header {
		position:relative!important;  
		border: 1px solid #fff;
	}
	.js_header_spacer {
		display:none!important;
	}
}
@media (max-width: 768px) {
	
	.container, .vc_section > .vc_row {
	    max-width: 740px;
	}
	.modal {
	    top: 1%;  
	    bottom:1%;
	    padding: 0px 20px!important;
	}
	.vc_rtl-columns-reverse {    
		flex-direction: column-reverse;
	}

	footer #menu-main-footer-menu {
	    display: block;
	    -webkit-box-pack: center !important;
	    justify-content: center !important;
	    text-align: center;
	}
	.fourth-input {
	    width: 48%;
	    margin: 5px 0px;
	    padding: 5px 10px;
	    border: 0px;
	}
	.fourth-input[type="submit"]{margin-left:5px;}
}

@media (max-width: 564px) {
	.container, .vc_section > .vc_row {
	    max-width: 530px;
	}
}
@media (max-width: 400px) {
	.container, .vc_section > .vc_row {
	    max-width: 370px;
	}
}
@media (max-width: 320px) {
	.container, .vc_section > .vc_row {
	    max-width: 290px;
	}
}




