/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* CUSTOM NEWSLETTERS */

.right-img {
	padding: 60px 60px 0 0;
}

.top-padding-60px {
	padding-top:60px;
}

.newsletter-title {
	line-height:1.1;
	margin-bottom:20px;
	margin-top:0;
	color: #D40444;
    text-decoration: none !important;
    font-size: 24px;
    font-family: "OptimaLTSTD", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased !important;
}

.newsletter-subtitle {
	margin-bottom:20px;
	letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    margin: 0 0 22px 0;
    color: #d3285b;
    -webkit-font-smoothing: antialiased !important;
    font-family: "Open Sans", sans-serif;
}

@media only screen and (min-width: 767px) {
.newsletter-summary {
	margin-right:60px;
}
}

.white-background {
	background: white;
}

/* GENERAL CLASSES */

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

/*.menu-item-has-children a, .sf-with-ul, .menu-item-has-children a:hover, .sf-with-ul:hover {
    cursor: pointer!important;
}*/

.nopointer a:hover, .nopointer span:hover {
	cursor: normal;
}

@media only screen and (min-width: 426px) {
    .responsive-padding-vert {
        padding-top: 60px!important;
        padding-bottom: 60px!important;
    }
}

@media only screen and (max-width: 425px) {
    .responsive-padding-vert {
        padding: 0!important;
    }
}

@media only screen and (min-width: 426px) {
    .responsive-margins {
        margin-left: 60px!important;
        margin-right: 60px!important;
    }
}

@media only screen and (max-width: 425px) {
    .responsive-margins {
        margin-left: 20px!important;
        margin-right: 20px!important;
    }
}

    .responsive-padding {
        /*padding-left: 60px!important;
        padding-right: 60px!important; */
		max-width: 88.1%!important;
		margin: 0 auto;
    }

.box-shadow {
    -webkit-box-shadow: 0px 0px 38px -13px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 0px 38px -13px rgba(0,0,0,0.65);
    box-shadow: 0px 0px 38px -13px rgba(0,0,0,0.65);
}

@media only screen and (min-width: 426px) {
    .text-margin-right {
        margin-right:16px!important;
    }
}

@media only screen and (min-width: 426px) {
    .text-margin-left {
        margin-left:16px!important;
    }
}

@media only screen and (min-width: 426px) {
    .right-thumb {
        margin-right:60px;
    }
}


@media only screen and (min-width: 426px) {
    .left-img {
        margin-left:60px;
    }
}

/* HOMEPAGE */

.btn-home button, .btn-home a {
    width:250px!important;
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern {
	background:white!important;
	color:#d40444!important;
	border: 1px solid #d40444;
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:hover {
	background:#d40444!important;
	color:white!important;
}

@media only screen and (max-width: 425px) {
    .white-box {
        margin-left: 20px!important;
        margin-right: 20px!important;
    }
}


/* FONTS */

@font-face {
	font-family: OptimaLTSTD;  
	src: url(./Fonts/optima-lt-std-roman.otf);  
	src: url(./Fonts/OptimaLTStd.woff2);  
	src: url(./Fonts/OptimaLTStd.woff);  
	font-weight: normal;  
}

@media only screen and (min-width: 426px) {
    h1 {
        font-size:40px;
    }
}

@media only screen and (max-width: 425px) {
    h1 {
        font-size:36px;
    }
}

@media only screen and (min-width: 426px) {
    .home-body h1 {
        font-size:46px!important;
    }
}

@media only screen and (max-width: 425px) {
    .home-body h1 {
        font-size:40px!important;
    }
}

@media only screen and (min-width: 426px) {
    .home-body h2 {
        font-size:30px!important;
    }
}

@media only screen and (max-width: 425px) {
    .home-body h2 {
        font-size:22px!important;
    }
}

@media only screen and (min-width: 426px) {
    .home-body h5 {
        font-size:20px!important;
    }
}

@media only screen and (max-width: 425px) {
    .home-body h5 {
        font-size:18px!important;
    }
}

h1 {
    font-family: "OptimaLTSTD"!important;
    color: #838485;
    font-family: "OptimaLTStd", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.1;
}

h2 {
    font-family: "OptimaLTSTD"!important;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.1;
    font-size:32px;
    color: #838485;
	margin-bottom:30px;
}

h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 2px;
    color: #838485;
}

h5 {
    font-family: "OptimaLTSTD"!important;
    font-weight: 700;
    font-style: italic;
    font-size: 24px;
    color: #838485;
    margin: 0 0 32px 0;
}

p {
    margin-bottom: 14px;
    font-size: 16px;
	line-height:1.8em;
}

span {
    font-size: 14px;
}

body {
    color: #888;
    font-size: 16px;
}

a {
    color: #D40444;
    font-size: 16px;
}

label {
   color: #d3285b; 
}

/* HEADER MODIFICATIONS */

#site-header.overlay-header.white-style.dyn-styles #site-navigation .dropdown-menu>li>a:hover {
	opacity:1;
	text-decoration:underline;
}

@media only screen and (max-width: 960px) {
    .wpex-bars {
        margin-top: 37.5px;
    }
}

@media only screen and (max-width: 960px) {
    #site-header-sticky-wrapper.is-sticky #site-header {
        background-color: rgba(0,0,0,0)!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
    }
}

@media only screen and (max-width: 960px) {
    .logo-img {
        display:none!important;
    }
}

@media only screen and (max-width: 960px) {
    #mobile-menu .wpex-bars>span, #mobile-menu .wpex-bars>span::before, #mobile-menu .wpex-bars>span::after {
        background-color: #D40444!important;
    }
}

@media only screen and (max-width: 960px) {
    #site-header.overlay-header.white-style.dyn-styles #mobile-menu .wpex-bars>span, #site-header.overlay-header.white-style.dyn-styles #mobile-menu .wpex-bars>span::before, #site-header.overlay-header.white-style.dyn-styles #mobile-menu .wpex-bars>span::after {
        background: #D40444!important;    
    }
}

.dyn-styles>div>div>div>a>img {
	margin-top:16px;
}

#site-header-inner {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}

.not-sticky #menu-main-menu > .menu-item > a {
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
}

.fa-home {
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8)!important;
}


#top-bar {
    padding: 10px 0;
}

#site-logo img {
    margin-left: -5%;
}

#site-navigation-wrap {
    margin-right: -1.5%;
}
#site-header.overlay-header.white-style.dyn-styles #site-navigation .dropdown-menu>li>a span {
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.25s;
	border-radius:0;
}
#site-header.overlay-header.white-style.dyn-styles #site-navigation .dropdown-menu>li>a:hover span {
	border-bottom-color:#fff;
}


/* At hamburger widths the main logo gets hidden. This is to set a class on a fixed logo on the 
page, as in not in the header, so it will disappear above the hamburger query */

@media only screen and (min-width: 961px) {
    .hamburger-show {
        display: none!important;
    }
}

@media only screen and (max-width: 960px) {
    .hamburger-hide {
        display: none!important;
    }
}

/* LOGIN/LOGOUT STYLES */

@media only screen and (max-width: 768px) {
    body.login div#login {
        margin-top:-136px!important;
    }
}


@media only screen and (max-width: 375px) {
    body.login div#login {
        padding:40px 20px!important;
    }
}


.logged-in .login-hide, .logged-in .sidr-class-login-hide {
    display:none;
}

.logout-hide, .sidr-class-logout-hide {
    display:none;
}

.logged-in .logout-hide, .logged-in .sidr-class-logout-hide {
    display:inline;
}

.menu-item-67, .menu-item-66, .menu-item-339, .sidr-class-menu-item-67, .sidr-class-menu-item-66, .sidr-class-menu-item-339 {
    display:none
}

.logged-in .menu-item-67, .logged-in .menu-item-66, .logged-in .menu-item-339, .logged-in .sidr-class-menu-item-67, .logged-in .sidr-class-menu-item-66, .logged-in .sidr-class-menu-item-339 {
    display:inline;
}

.logged-in .menu-item-293, .logged-in .sidr-class-menu-item-293 {
    display:none;
}

.login-submit input {
	background:white!important;
	color:#d40444!important;
	border: 1px solid #d40444;
}

.login-submit input:hover {
	background:#d40444!important;
	color:white!important;
}

/* DOCUMENTATION / MEDIA CLIPPING PAGES */

@media only screen and (max-width: 767px) {
.docs-btn-2 {
	margin-top:10px;
}
}

@media only screen and (min-width: 768px) {
.docs-btn-2 {
	margin-left:30px;
}
}

.docs-summary p {
	margin-bottom:0;
	font-size:16px;
	line-height:1;
	margin-top:20px;
}

.docs-tab {
	margin: 1px 0 0 -2px!important;
}

.docs h3{
    font-size: 18px!important;
    margin:10px 0 10px 0!important;
    font-family: "OptimaLTSTD"!important;
    font-weight: 400!important;
    text-transform: uppercase!important;
    line-height: 1.1!important;
    letter-spacing: 0!important;
}

.docs h3 > a {
    font-size: 20px!important;
    font-family: "OptimaLTSTD"!important;
    font-weight: 400!important;
    text-transform: uppercase!important;
    letter-spacing: 0!important;
}

.docs a {
    color: #D40444;
}

.docs a:hover {
    color: #d3285b;
}

@media only screen and (max-width: 425px) {
    .docs-text {
        margin-right:16px!important;
    }
}

@media only screen and (max-width: 990px) {
    .mc .content {
        margin: 60px 0 60px 0!important;
    }
}

.mc .date {
    text-align: right;
    color: #D40444;
    text-transform: uppercase;
    font-style: italic;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased !important;
    top:15px;
    position: absolute;
    right: 22px;
}

.mc h3 {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    margin: 0 0 22px 0;
    color: #d3285b;
    -webkit-font-smoothing: antialiased !important;
    font-family: "Open Sans", sans-serif;
}

.mc h2 > a {
    color: #D40444;
    text-decoration: none !important;
    font-size: 24px;
    font-family: "OptimaLTSTD", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased !important;
}

.mc h2 {
    font-size: 24px;
    font-family: "OptimaLTSTD", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.1;
    -webkit-font-smoothing: antialiased !important;
    margin: 0 0 22px 0;
}

.mc .desc {
    margin-bottom: 20px;
    color: #d3285b;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased !important;
}

.ma a {
    text-decoration: none!important;
}

/* DEV TEAM */

.subtitle {
	font-size:18px;
	font-style:italic;
    margin-bottom:32px;
    font-weight: 400;
}

.devteam h2 {
    color: #D40444;
    margin: 0 0 16px 0;
}

/* FOOTER */

.footer-socials a {
	font-size:22px;
	color:white;
}

.custom-footer a {
    color:white;
}

.footer-links a {
	color:white;
}

.footer-links a:hover {
	text-decoration: underline!important;
	color:white!important;
}

.footer-socials a:hover {
    color:#D40444;
}

/* HARTLING GROUP - TAB - MANAGEMENT TEAM */

h3.team-name {
	margin-top: 0;
	font-family: "OptimaLTSTD"!important;
    font-weight: 400;
    font-size: 26px;
    color: #7399c6;
	letter-spacing: 0; 
	margin-bottom: 0px;
	line-height: 1;
}

/* WPBAKERY MODIFICATIONS */

.vc_tta-panels-container {
	margin-top: -1px;
}

.vc_tta-tabs .vc_active .vc_tta-panel-body {
border: 1px solid #eeeeee!important;
}

.vc_tta-panel-body .animated {
    animation-delay: .5s;
    animation-duration: 1.5s;
    animation-fill-mode: both;
}

.views-div .vc_row {
	margin-left:0;
	margin-right:0;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
	/*border:1px solid #eeeeee!important;*/
	
} 

.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab>a:hover {
	background-color:#afc8e7!important;
	color: #666!important;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab>a:focus, .wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab.vc_active>a, .wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab.vc_active>a:hover {
	background-color:#afc8e7!important;
	color: #666!important;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab>a {
    border-color: #eeeeee!important;
    background-color: white!important;
    color: #cccccc!important;
}

.vcex-login-form input[type="text"], .vcex-login-form input[type="password"] {
	margin-top:4px!important;
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:hover {
	background-color:#D40444!important;
}

@media only screen and (min-width: 426px) {
    .wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a {
        background-color: #f4f1e9!important;
        color: #666!important;
    }
}

@media only screen and (min-width: 426px) {
    .wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a:hover {
        background-color: #ede9e0!important;
        color: #666!important;
    }
}

@media only screen and (min-width: 426px) {
    .wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a {
        background-color: white;
        color: #666!important;
    }
}

@media only screen and (max-width: 425px) {
    .wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a {
        background-color: white;
        color: #666!important;
    }
}

.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a {
    background-color: white!important;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    background-color: white!important;
}


.wpb-js-composer .vc_tta-container {
    margin-bottom:0!important;
}

.sp-nc-thumbnails-container {
    margin-left: -10px;
    margin-right: -10px;
}

.wpex-slider-preloaderimg img, .wpex-slider-media img {
    padding: 0!important;
}

.theme-button, input[type="submit"], button {
    padding:16px 64px!important;
}

.wpex-slider > .sp-buttons {
    padding-left:25px!important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
    padding: 0!important;
}

.wpex-slider-preloaderimg img, .wpex-slider-media img {
    padding: 0 10px;
}

.sp-nc-thumbnails-container {
    margin-top:20px;
}

.wpex-slider.no-margin-thumbnails img.sp-nc-thumbnail {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 10px;
}

.hide-thumbnails .wpex-slider-thumbnail {
    display: none!important;
}

.slow-animation .animated {
    animation-duration: 2s;
}

.theme-button, input[type="submit"], button {
    padding: 10px 20px 10px 20px;
}

.vc_column_container>.vc_column-inner {
    padding:0!important;
}

/* SLIDER REVOLUTION MODIFICATION */

.no-underline {
    text-decoration: none!important;
}

.home .rev-btn {
    border-width: 1px;
}

.slider-header {
    color:#d3285b;
    text-align:center;
    font-size:36px!important;
    /* text-shadow: 3px 3px 14px rgba(0, 0, 0, 0.65); */
}

.home-button {
    text-align:center!important;
    padding:42px 0!important;
    width:300px!important;
    color:#d3285b!important;
    text-decoration:none!important;
    border: 1px solid white!important;
    border-radius: 5px!important;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    cursor: pointer;
    background-color:rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 38px -13px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 0px 38px -13px rgba(0,0,0,0.65);
    box-shadow: 0px 0px 38px -13px rgba(0,0,0,0.65);
}

.home-button p {
    margin:0;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 20px!important;
    text-transform: uppercase;
    /*text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.65);*/
}

.home-button-tablet {
    text-align:center!important;
    width:200px;
    color:#d3285b!important;
    text-decoration:none!important;
    border: 1px solid white!important;
    border-radius: 5px!important;
    text-transform: uppercase;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    cursor: pointer;
    background-color:white!important;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 16px!important;
    -webkit-box-shadow: 0px 0px 38px -13px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 0px 38px -13px rgba(0,0,0,0.65);
    box-shadow: 0px 0px 38px -13px rgba(0,0,0,0.65);
}

.home-button-mobile {
    text-align:center!important;
    width:200px;
    color:white!important;
    text-decoration:none!important;
    border: 1px solid white!important;
    border-radius: 5px!important;
    text-transform: uppercase;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    cursor: pointer;
    background-color:rgba(225,225,225,0.5);
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 16px!important;
    -webkit-box-shadow: 0px 0px 38px -13px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 0px 38px -13px rgba(0,0,0,0.7);
    box-shadow: 0px 0px 38px -13px rgba(0,0,0,0.7);
}

@media only screen and (max-width: 425px) {
    .home-button-mobile, .home-button-tablet {
        padding:28px!important;
        -webkit-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }
}

@media only screen and (min-width: 426px) {
    .home-button-mobile, .home-button-tablet {
        width:250px;
        padding:36px!important;
        -webkit-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }
}

.home-button:hover {
    background-color:rgba(225,225,225,0.5);
    -webkit-transition: all 1250ms ease-in-out;
    transition: all 1250ms ease-in-out;
}

/* TOTAL MODIFICATIONS */

.sidr-class-sub-menu>.sidr-class-pointer {
	display:none;
}

@media only screen and (max-width: 425px) {
    .shrink-sticky-header #site-logo img {
        -webkit-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        height: 75px !important;
    }
}

@media only screen and (min-width: 426px) {
    .shrink-sticky-header #site-logo img {
        -webkit-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        height: 100px !important;
    }
}

body.wpex-responsive .container, body.wpex-responsive .vc_row-fluid.container {
    max-width: 88.1%;
}

.logged-in .logged-in_hide {
	display:none;
}