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


/* Top Bar */

#top-bar-content .top-bar-item a:hover {
    text-decoration: underline;
}


/* Menu */

.menu-button {
    font-size: 15px;
}


/* Home Page */

.vc_row.wpb_row.vc_row-fluid.fade-to-white .wpex-bg-overlay-wrap  {
        background: linear-gradient(360deg, #ffffff, transparent);
}

.why-choose-us h3 {
    word-break: normal;
}

.why-choose-us h3:hover {
    text-shadow: 0px 0px 30px #000000;
}



/* Header Images */

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

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



/* Webforms */

.gform_wrapper .gfield_label {
    font-family: belda-condensed, sans-serif;
    font-size: 18px !important;
}

.gfield--type-section h3 {
    margin: 0px;
    color: #790000;
}

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

.gform_wrapper.gravity-theme .ginput_container_image_choice .gfield_checkbox, .gform_wrapper.gravity-theme .ginput_container_image_choice .gfield_radio {
    justify-content: space-between;
}



/* Footer */

#footer a {
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}



/* Other */

.contact p a {
    text-decoration: none;
}

.contact p a:hover {
    text-decoration: underline;
}


/* 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: 400;
    background-color: #fff;
    color: #000;
    margin: 0 0 10px 10px !important;
}

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



/* Media Query */

@media(max-width:3000px) {
	.multi-columns ul {
    	column-count: 3;
}
}

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

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

@media(max-width:935px) {
	#cookie-notice.cn-effect-slide .cookie-notice-container {
		display: block;
}
	.multi-columns ul {
    	column-count: 2;
}
}

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

@media(max-width:767px) {
	.multi-columns ul {
	column-count: 1;
}
}
