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

.herosec .elementor-column {margin: 0 15px;}

.herosec .elementor-column > .elementor-widget-wrap:before {
    content: "";
    background: rgba(34, 34, 69, 0.44);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.elementor-field-group label {display: none;}

.elementor-field-type-checkbox label {display:block;}

.elementor-field-type-checkbox span.elementor-field-option input {
    position: relative;
    top: 3px;
}

.elementor-field-type-acceptance input {
    display: none !important;
}

.elementor-field-type-acceptance label {
    font-size: 12px !important;
}

.elementor-widget-form .elementor-field-group .elementor-field::placeholder {
    opacity: 1;
}
.copy_right {
    color: #771633;    font-weight: 600;
}
.link_color {
color: #771633 !important;
    font-weight: bold;    text-decoration: underline !important;
}
.link_color:hover {
    color: #8F7341 !important;text-decoration: underline !important;
}
.padding_list ol li {
    padding: 10px 0;
}
.link_color_white {
    color: #fff !important;text-decoration: underline !important;
}
.link_color_white:hover {
    color: #771633 !important;text-decoration: underline !important;
}
@media only screen and (max-width: 1024px) {
	.herosec .elementor-column {
		margin: 0 1.66%;
		width: 30%;
	}
	.absimg {position: initial !important;}
}

@media only screen and (max-width: 767px) {
	
	.herosec .elementor-column {
		margin: 0px 0 30px;
		width: 100%;
	}
	.featuredclasses .elementor-column {
		margin-bottom: 30px;
	}
	.elementor-nav-menu--dropdown .elementor-item {
		display: block;
		text-align: center;
	}
}
@media only screen and (max-width: 479px) {
	
	.featuredclasses .elementor-column {
		width: 100% !important;
		max-width: 320px;
		margin: 0 auto 30px;
	}
	
}