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

#kinoheld-eframe {
	min-height: 400px;
}

.sub-menu {
    border: 0 !important;
    margin-top: 1px !important;
}

#footer-builder p,
#footer-builder .vcex-navbar-link-text {
	font-size: 16px;
}

@media only screen and (min-width: 769px) {
    .vcex-leader-item .vcex-last.wpex-float-right {
        width: 80%;
    }
}

@media only screen and (max-width: 768px) {
	.vcex-button.theme-txt-link.align-right {
		float: left;
	}
}

a.vcex-button {
    color: var(--wpex-btn-color, var(--wpex-accent));
}

.max-width {
    max-width: 920px;
	margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	.hero {
		min-height: 300px; 
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.hero {
		min-height: 400px; 
	} 
}

@media only screen and (min-width: 1024px) {
	.hero {
		min-height: 620px; 
	}
}

.vcex-heading.vcex-heading-w-badge .vcex-heading-inner {
    display: flex;
    flex-direction: column-reverse;
}
.vcex-heading.vcex-heading-w-badge .vcex-heading-badge {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 20px;
	font-family: "Work Sans", sans-serif;
	border-radius: 0;
}

.vcex-divider {
    clear: both;
}

.vcex-button.theme-txt-link {
	text-transform: uppercase;
}

.theme-button-icon-right {
    font-size: var(--wpex-text-3xl);
}
a:where(:not([class*=wpex-decoration-])):hover {
	text-decoration-line: none !important;
}