/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/*
 * Header Side Menu
 */
#header-side-nav a:hover {
    text-decoration: underline !important;
}
@media (max-width: 600px) {
	#header-side-nav .menu-right-open {
		width: 100% !important;
	}
}

/* 
 * Site Button 
 */
.btn-asymmetrical-corners a, 
form#gform_1 input[type="submit"] {
	display: inline-block !important;
    background: #e66c00 !important;
    color: #fff !important;
    font-style: normal !important;
    text-align: center !important;
    line-height: 1.0526315789 !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    border-radius: 0 10px 0 10px !important;
    padding: 10px 20px !important;
    border: none !important;
	-ms-transition: all ease 200ms !important;
    -webkit-transition: all ease 200ms !important;
    transition: all ease 200ms !important;
	min-height: 60px !important;
}
form#gform_1 input[type="submit"] {
	min-height: initial !important;
}
.btn-asymmetrical-corners a:focus, 
.btn-asymmetrical-corners a:hover, 
form#gform_1 input[type="submit"]:focus, 
form#gform_1 input[type="submit"]:hover {
	background: #ff861a !important;
	text-decoration: none !important;
	color: #fff !important;
	border-radius: 10px !important;
	cursor: pointer !important;
}
.btn-asymmetrical-corners.padded-20 a {	
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.btn-asymmetrical-corners.padded-10 a {	
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

#gform_1 div.ginput_container_consent {
	width: 100%;
    display: flex;
    align-items: start;
    gap: 20px;
}

/*  
 * Homepage 3-Col Slanted
 */
.callouts {
    display: flex;
    justify-content: center;
    align-items: stretch;
    overflow: hidden;
    border-radius: 24px;
    list-style: none;
    margin: 0;
    font-size: 1.4117647059em;
    padding: 0;
    gap: 10px;
}
.callouts li {
    display: block;
    margin: 0;
    width: 34%;
    min-width: 34%;
    padding: 0;
}
.callouts a {
    display: block;
    height: 100%;
    -ms-transition: all ease 200ms;
    -webkit-transition: all 
ease 200ms;
    transition: all 
ease 200ms;
    padding: 7% 3%;
    background: #1e90c6;
}
.callouts a:hover {
    background: #e66c00 !important;
}
.callouts svg {
    display: block;
    margin: 0 auto;
    width: 6.6666666667em;
    max-height: 4.5833333333em;
}
.callouts h3 {
    text-align: center;
    margin: 1.25em 6% 1.4583333333em;
    color: #fff;
    font-size: 1em;
}
.callouts li:nth-child(2) a {
    background: #00457c;
}
@media (min-width: 501px) {
    .callouts a {
        -ms-transform: skewX(-4deg);
        -webkit-transform: skewX(-4deg);
        transform: skewX(-4deg);
    }
    .callouts a div {
        -ms-transform: skewX(4deg);
        -webkit-transform: skewX(4deg);
        transform: skewX(4deg);
    }
    .callouts li:nth-child(2) a {
        position: relative;
    }
}
@media (max-width: 800px) {
    .callouts {
        font-size: 17px;
    }
    .callouts h3 {
        margin-bottom: 0;
    }
}
@media (max-width: 500px) {
    .callouts {
        flex-direction: column;
        font-size: 1.1764705882em;
    }
    .callouts li {
        width: 100%;
    }
}

/* 
 * Footer & Header Logo
 */
#footer-logo, #header-logo {
	max-width: 270px;
}
@media (max-width: 767px) {
	#footer-logo {
		margin-right: auto;
		margin-left: auto;
		width: 100%;
		max-width: 270px;
	}
}
footer nav a:hover {
	text-decoration: underline;
}
/* Footer Nav */
footer nav a.elementor-item-active {
	font-weight: bold !important;
}

/* Products Side Nav */
#products-side-nav nav a:not(.elementor-item-active):hover {
    text-decoration: underline;
}
#products-side-nav nav a.elementor-item-active {
    font-weight: 900 !important;
    font-style: italic;
}

/* 
 *  Header & Footer Border
 */
body:not(.home) footer {
	border-top: 3px solid #00457c;
}
body:not(.home) header {
	border-bottom: 4px solid #00457c;
}

/* 
 * content <a> tag style
 */
main#content p a {
	font-style: italic !important;
	font-weight: bold !important;
}
main#content p a:hover {
	text-decoration: underline !important;
}

/*  
 * Blog
 */
.blog-archive-posts article {
    padding-bottom: 10px !important;
    border-bottom: 1px #1e90c6 dotted;
}
.blog-post-nav a:hover {
	text-decoration: underline;
}
.blog-archives ul {
    list-style: none;
    padding: 0;
    line-height: 1.8em;
}
.blog-archives ul li a:hover {
	text-decoration: underline;
}
.blog-archives h5 {
    font-size: 26px !important;
    line-height: 30px !important;
    padding-bottom: 3px !important;
    color: #00457c !important;
    border-bottom: 1px #00457c solid;
}

/*
 * Cookie Banner
 */
#moove_gdpr_cookie_info_bar {
	border-top: 3px solid #00457C !important;
	color: #000 !important;
    font-size: 0.9em;
}
#moove_gdpr_cookie_info_bar p a {
	color: #e66c00 !important;
    font-weight: 700 !important;
    font-style: italic;
	text-decoration: none !important;
}
#moove_gdpr_cookie_info_bar p a:hover {
	text-decoration: underline !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder button {
	display: inline-block !important;
    background: #e66c00 !important;
    color: #fff !important;
    font-style: normal !important;
    text-align: center !important;
    line-height: 1.0526315789 !important;
    font-size: 0.8em !important;
    font-weight: 700 !important;
    border-radius: 0 10px 0 10px !important;
    padding: 10px 20px !important;
    border: none !important;
	-ms-transition: all ease 200ms !important;
    -webkit-transition: all ease 200ms !important;
    transition: all ease 200ms !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder button:focus,
#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder button:hover
{
	background: #ff861a !important;
	text-decoration: none !important;
	color: #fff !important;
	border-radius: 10px !important;
	cursor: pointer !important;
}