/*
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
*/

.wpex-togglep-absolute:not(.mobile-toggle-nav--fullscreen) .mobile-toggle-nav-inner {
	overflow-y: visible;
}

#top-bar-wrap {
	z-index: 99;
    position: relative;
}

.mobile-menu-is-open #wrap::before {
    content: "";
    background: rgba(0, 0, 0, 0.65);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 90;
}

.wHelp__popup--header .info__name {
	font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .ti-widget.ti-goog .ti-header div span, 
	.ti-widget.ti-goog .ti-header div strong {
		color: #ffffff !important;
	}
	
	.ti-widget.ti-goog .ti-arrow-down:before, 
	.ti-widget.ti-goog .ti-arrow-down:after {
		background-color: #ffffff!important;
	}
	
	.open-indicator .desktop {
		display: none;
	}
}

.open-indicator a {
	text-decoration: underline;
}

.vcex-portfolio-grid .portfolio-entry-media-link {
	display: block;
}