/*
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 {
    transform: scale(1.05) !important;
    transition: transform 500ms ease-in-out;
}


/* Menu */

#site-navigation .sub-menu span.link-inner:hover {
    text-decoration: underline;
}


/* Slider */

.page-slider h3 {
	font-family: "urbane", sans-serif !important;
	font-weight: 100;
	font-style: normal;
}

span.slider-med {
    font-weight: 500 !important;
}

span.slider-bld {
    font-weight: 600 !important;
}

.blue-dot .sr7_splitted_chars {
    color: #00aeef !important;
}


/* Header / Header Image */

h1.vcex-heading .vcex-heading-icon {
    font-size: 10px;
}

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


/* Parallax */

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

.heading-shadow {
    text-shadow: 0px 0px 40px #000;
}



/* Custom Box Hover */

.custom-box-hover .vc-hoverbox-block-inner h2 {
    font-size: 35px;
    text-transform: uppercase;
    text-shadow: 0px 0px 20px #000;
    font-weight: 600;
}

.custom-box-hover .vc-hoverbox-block-inner.vc-hoverbox-front-inner h2 {
    position: absolute;
    top: 20px;
}

.custom-box-hover .vc-hoverbox-block-inner.vc-hoverbox-back-inner h2 {
    margin-bottom: 20px;
}

/* .vc-hoverbox-block.vc-hoverbox-front {
    background-color: #ccc !important;
    background-blend-mode: multiply !important;
}*/

.custom-box-hover .vc-hoverbox-front {
    transform: none;
    z-index: 1;
}

.custom-box-hover .vc-hoverbox-back {
    transform: none;
}

.custom-box-hover .vc-hoverbox:hover .vc-hoverbox-front {
    transform: none;
    opacity: 0;
}

.custom-box-hover .vc-hoverbox:hover .vc-hoverbox-back {
    transform: none;
    opacity: 1;
    z-index: 1000;
}

.custom-box-hover .vc-hoverbox-block {
    transition: opacity .5s ease-in-out, z-index .5s ease-in-out;
}

.custom-box-hover .vc-hoverbox-block-inner {
    color: #fff;
    min-height: 550px;
}

.custom-box-hover.custom-box-hover .vc-hoverbox {
    min-height: 550px;
}

.custom-box-hover .vc-hoverbox-fron-inner h2.vc_custom_heading {
    font-weight: 600;
}

.custom-box-hover .vc-hoverbox-block.vc-hoverbox-back ul, 
.custom-box-hover .vc-hoverbox-block.vc-hoverbox-back p {
    font-size: 16px !important;
    text-align: left;
}

.custom-box-hover .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    background-color: #000;
    border-radius: 0;
    color: #fff;
    background-image: none;
    border: 2px solid #000000;
}

.custom-box-hover .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    background-color: #fff;
    border: 2px solid #00aeef;
    color: #000;
}

.custom-box-hover .vc_btn3-container.hover-box-button.vc_btn3-right.vc_do_btn {
    position: absolute;
    bottom: 0;
    right: 0;
}



/* Other */

p {
    text-wrap: pretty;
}

.sidebar-links a {
    text-decoration: none;
}

.sidebar-links a:hover {
    text-decoration: underline;
}

ul.two-col-list {
    column-count: 2;
}

.two-col-list li {
    list-style: none;
    text-decoration: underline;
    line-height: 60px;
}

.blue-background a:hover {
    color: #0000 !important;
}

.wpex-card h2.vcex-page-title__heading:hover {
    text-decoration: underline;
    color: #00aeef;
}

.haha {
    display: none;
}


/* Gravity Forms */

h3.gsection_title {
    color: #162639;
    margin-bottom: 0;
}

.gform_wrapper.gravity-theme .gsection {
    border-bottom: 1px solid #162639 !important;
}

.gform_wrapper.gravity-theme .gfield_label {
    font-weight: 600 !important;
}

p.gform_required_legend {
    display: none;
}



/* Footer */

.footer-link a {
    color: #fff;
    text-decoration: none;
}

.footer-link a:hover {
    text-decoration: underline;
}

#footer a.vcex-navbar-link.vcex-navbar-link--child {
    margin-left: 20px;
}




/* 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,
#cookie-notice .cn-button:not(.cn-button-custom) {
    padding: 10px 50px;
    border-radius: 0px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 10px 10px !important;
}

#cookie-notice .cn-button:hover,
#cookie-notice .cn-button:not(.cn-button-custom):hover {
    background-color: #162639 !important;
    color: #fff;
}





/* Media Query */

@media(max-width:3000px) {

}

@media(max-width:1180px) {

}

@media(max-width:1111px) {
	.custom-box-hover .vc-hoverbox-block-inner h2 {
    	font-size: 25px;
}
	.vc_row.wpb_row.vc_row-fluid.header-image {
		min-height: 500px;
}
}

@media(max-width:960px) {

}

@media(max-width:935px) {
	#cookie-notice.cn-effect-slide .cookie-notice-container {
		display: block;
}
}

@media(max-width:850px) {

}

@media(max-width:767px) {
	.vc_row.wpb_row.vc_row-fluid.header-image {
    	min-height: 400px;
}
	.custom-box-hover .vc-hoverbox-block-inner h2 {
    	font-size: 35px;
}
	ul.two-col-list {
    	column-count: 1;
}
}
