/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/

/* Logo */

img.logo-img:hover {
    opacity: .8;
}



/* Fonts */

h1,
h1.vcex-module.vcex-heading,
h1.page-header-title,
h2,
h2.vcex-module.vcex-heading,
h3,
h3.vcex-module.vcex-heading {
	font-family: 'Sofia Sans Condensed';
}

p,
.wpb_wrapper li {
	font-family: "myriad-pro-semiextended", sans-serif;
	font-weight: 300;
	font-style: normal;
}

p {
	margin-bottom: 20px !important;
}

strong {
    font-weight: 400;
}

h2.vcex-heading.sofia-heading {
    font-weight: 300;
}

h2.vcex-heading.sofia-heading-services {
    font-weight: 500;
}

.sofia p {
	font-family: 'Sofia Sans Condensed';
}


/* Toggle Bar */

div#toggle-bar a {
    text-decoration: none;
    font-weight: 600;
}

div#toggle-bar a:hover {
    text-decoration: underline;
}


/* Top Bar */

ul#menu-top-bar-menu li:after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 23px;
    width: 1px;
    background: #000;
    margin-left: 10px;
}

ul#menu-top-bar-menu li.remote-support-links:after {
    content: none;
}

ul#menu-top-bar-menu li.remote-support-links {
    margin-inline-end: 5px;
    pointer-events: none;
}

ul#menu-top-bar-menu li.remote-support-links-dash:after {
    content: "/";
    width: 0px;
}

ul#menu-top-bar-menu li:last-child::after {
    display: none;
}

.top-bar-red a {
    color: #ee2b38;
}


/* Home */

a.vcex-button.home-learn-more {
    text-decoration: none;
}

a.vcex-button.home-learn-more:hover {
    text-decoration: underline;
}

.no-margin p {
    margin-bottom: 0px !important;
}

a.vcex-button.theme-txt-link.home-callout-arrow {
    text-decoration: none;
    font-style: italic;
}


/* Testimonials */

.testimonial-home .testimonial-entry-content {
    background: transparent;
    color: #fff;
    text-align: center;
    font-size: 23px;
}

.testimonial-home span.testimonial-caret {
    display: none;
}

.testimonial-home .testimonial-entry-bottom {
    text-align: center;
    margin-top: 0px;
}

.testimonial-home h3.vcex-heading {
    color: #fff;
}




/* Header Images */

.vc_row.wpb_row.vc_row-fluid.header-image {
    min-height: 450px;
}

.vc_parallax .vc_parallax-inner {
    background-position: center center;
}


/* Services / Careers */

.vc_row.wpb_row.services-view:hover,
.vc_row.wpb_row.careers-view:hover {
    box-shadow: 0px 0px 10px #383636;
}


/* ACF */

span.vc_acf-label {
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Sofia Sans Condensed";
    font-size: 20px;
}

/* Gravity Forms */

p.gform_required_legend {
    display: none;
}

.footer-webform input[type=text],
.footer-webform input[type=email] {
    border-bottom: 1px solid #171717;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, .wp-block-post-comments-form input:not([type=submit]), .wp-block-post-comments-form textarea, .gform_wrapper.gravity-theme select {
    border-color: #171717;
}

.newsletter-webform input[type=email] {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    padding: 13px 10px;
}


/* Events */

.tribe-events-single-event-title {
    font-size: 3em;
    font-family: 'Sofia Sans Condensed';
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 2px solid #000;
}

.tribe-events-schedule h2 {
    font-family: 'Sofia Sans Condensed';
}

.single-tribe_events .tribe-events-event-image img {
    margin: auto auto;
}



/* Team */

ul.amoteam-panel__icons {
    background-color: #383636;
}

.dv-panel-inner a:hover {
    color: #fff !important;
}


/* Footer */

a.vcex-navbar-link.nav-no-click {
    text-transform: uppercase;
    font-weight: 500;
    pointer-events: none;
    font-size: 25px;
    font-family: 'Sofia Sans Condensed';
}

#footer-builder nav.vcex-navbar.vcex-navbar--list {
    font-family: 'Sofia Sans Condensed';
    font-size: 20px;
}

a.vcex-navbar-link.footer-menu-top {
    color: #ee2b38 !important;
}

.footer-white-text a {
    color: #fff;
    text-decoration: none;
    font-family: 'Sofia Sans Condensed';
    font-size: 20px;
}

.footer-white-text a:hover {
    color: #ee2b38;
    text-decoration: underline;
}

.footer-white-text p {
    margin-bottom: 5px !important;
}



/* Cookie Notice */

#cookie-notice.cn-effect-slide .cookie-notice-container {
    display: flex;
    justify-content: space-around;
}

.cookie-notice-container {
    padding: 20px 20px 0;
}

.cookie-notice-container h3 {
    margin: 0 0 10px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.cookie-notice-container p {
    margin-top: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 10px !important;
}

.cn-buttons-container {
    padding-top: 10px;
}

#cookie-notice .cn-button {
    padding: 10px 50px;
    font-weight: 700;
    background-color: #fff;
    color: #000;
}

#cookie-notice .cn-button:hover {
    background-color: #ee2b38;
    color: #fff;
}



/* Media Query */

@media(max-width:980px) {
	.vc_row.wpb_row.vc_row-fluid.header-image {
		min-height: 500px;
}
}

@media(max-width:960px) {
	.vc_row.wpb_row.vc_row-fluid.header-image {
		min-height: 400px;
}
}

@media(max-width:935px) {
	#cookie-notice.cn-effect-slide .cookie-notice-container {
		display: block;
}
	.vc_row.wpb_row.vc_row-fluid.header-image {
		min-height: 300px;
}
}

@media(max-width:850px) {

}

@media(max-width:767px) {
	.vc_row.wpb_row.vc_row-fluid.header-image {
		min-height: auto;
}

ul#menu-top-bar-menu li:after {
    height: 16px;
}
}






/* Disable animations on mobile devices */

body.wpex-is-mobile-device .wpb_animate_when_almost_visible {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}