/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

a {
	color: #003da5;
}
b, strong {
    font-weight: 700;
}

/*strong {
	color: #0b2e8f;
}*/

/* Header */
#masthead {
	position: sticky !important;
    top: 0;
    width: 100%;
    background: #fff;
}

/* Top Menu */
ul.eael-simple-menu li a span {
	margin-left: 2px !important;
    top: 2px;
}
ul.eael-simple-menu li.shop-btn a {
	background: #003da5 !important;
    color: #fff !important;
    display: none !important;
}
ul.eael-simple-menu li.shop-btn a:hover {
	background: #707070 !important;;
}

/* Content */
.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
	margin-bottom: 20px;
}
.elementor-widget-text-editor ul li {
	margin-bottom: 4px;
}

/* Cards Holder */
.skin-card .eael-infobox {
	border-top-left-radius: 80px;
    border-top-right-radius: 80px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.skin-card .eael-infobox .infobox-icon {
	position: relative;
	border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    height: 140px;
}
.skin-card .eael-infobox .infobox-icon img {
	position: absolute;
    bottom: -90px;
    left: 0;
    right: 0;
    height: 370px;
    margin: 0 auto;
}
.skin-card.red .eael-infobox .infobox-icon img {
    bottom: -110px;
    height: 350px;
}
.skin-card.purple .eael-infobox .infobox-icon img {
    bottom: -156px;
    height: 400px;
}
.skin-card.green .eael-infobox .infobox-icon {
	background: #00ad50;
}
.skin-card.red .eael-infobox .infobox-icon {
	background: #ee2737;
}
.skin-card.purple .eael-infobox .infobox-icon {
	background: #991a91;
}
.skin-card .eael-infobox .infobox-content {
	position: relative;
    background: #fff;
	border: 1px solid #9cc7d0;
    padding: 40px 30px;
    z-index: 1;
}
.skin-card .eael-infobox .infobox-content img {
	width: 280px;
}
.skin-card .eael-infobox .infobox-content h3 {
	color: #4D4C4C;
    margin-bottom: 10px;
}
.skin-card .eael-infobox .infobox-content p {
    margin: 0 20px 15px;
}
.skin-card .eael-infobox .infobox-content .infobox-button {
	margin-top: 30px;
}

/* Faq List */
.faq-list .e-n-accordion-item {
	border-bottom: 2px solid rgba(0,0,0,0.08);
}

/* Contact form */
.contact-form {
	background: #fff;
    border: 1px solid #ECEDEF;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    /*box-shadow: 0px 8px 14px #00000029;*/
    padding: 40px;
}
.contact-form .row {
	display: flex;
    gap: 25px;
    margin-bottom: 8px;
}
.contact-form .row .col {
	width: 100%;
}
.contact-form label {
	font-weight: 700;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 22px;
}
.contact-form .wpcf7-form-control {
	border: 2px solid #ECEDEF;
    border-radius: 8px;
    font-size: 18px;
    line-height: 20px;
    padding: 15px;
}
.contact-form textarea {
	height: 100px;
	resize: none;
}
.contact-form select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 60px;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 14px);
    background-position-y: 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle r='15.25' transform='matrix(1 0 0 -1 16 16)' fill='white' stroke='%23EAECF7' stroke-width='1.5'/%3E%3Cpath d='M21 14L16.0707 18.9293C16.0317 18.9683 15.9683 18.9683 15.9293 18.9293L11 14' stroke='%23348fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.contact-form input[type=submit] {
	background: #1d6d96;
	font-size: 20px;
    font-weight: 700;
    line-height: 1.3em
    padding: 10px 40px 10px 40px;
	border-radius: 30px;
}
.contact-form input[type=submit]:hover {
	background: #003048;
}
.wpcf7-not-valid-tip {
	font-size: 14px;
}

/* Footer */
.footer-width-fixer p strong {
	color: #fff;
}
.footer-width-fixer a {
	color: #fff;
}
.footer-width-fixer a:hover {
    text-decoration: underline;
}

@media screen and (min-width: 1024px) {
    ul.eael-simple-menu ul.sub-menu {
    	width: auto !important;
    }
    ul.eael-simple-menu ul.sub-menu li a {
    	white-space: nowrap;
    }
}

@media screen and (max-width: 767.98px) {
	ul.eael-simple-menu li ul.sub-menu {
        width: 100% !important;
    }
  	.contact-form {
    	row-gap: 1px;
    	padding: 25px;
    }
    .contact-form .row {
        gap: 1px;
        flex-direction: column;
    }
}