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

.home-slider .swiper-slide{
	display: flex !important;
	justify-content: center;
    align-items: center !important;
}

.full-img img{
	width: 100%;
}

.logo-green{
	display: none;
}

#main-bar.elementor-sticky--effects{
	background: #232323f0 !important;
}

#main-bar.elementor-sticky--effects .logo-green{
	display: block;
}

#main-bar.elementor-sticky--effects .logo-white{
	display: none
}

.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol{
	margin-bottom: 40px;
}

.elementor-widget-text-editor li{
	padding: 3px 0;
}

.gform_fields input[type='text'],
.gform_fields input[type='email'],
.gform_fields textarea,
.searchandfilter input[type='text']{
	background: transparent;
    BORDER: solid 1px #f2d5d5;
    font-family: 'Open Sans';
    font-size: 14px;
}

input.gform_button.button{
	    font-family: var(--e-global-typography-accent-font-family ), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight );
    background-color: var(--e-global-color-accent );
    font-size: 16px;
    line-height: 1.3em;
    color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 30px 10px 30px;
    border: 0;
}

.post-content h2{
	color: #719430;
	font-size: 22px;
	line-height: 1.5;
	font-weight: 600;
}

.post-content h2 span{
	font-weight: inherit !important;
}


.searchandfilter{
	font-family: 'Open Sans';
}

.searchandfilter ul{
	padding: 0;
}

.searchandfilter h4{
	color: #719430;
	font-size: 20px;
	font-weight: 600;
}

.sold-1{
	position: relative;
}

.sold-1::after{
	content: 'Sold Out';
    position: absolute;
    top: 0;
    left: 0;
    background: #719430;
    padding: 5px 20px;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: 600;
}

.sold-1 a{
	pointer-events: none !important;
}

#hidden-1{
	display: none;
}

.menu-item-3620 ul{
	column-count: 2;
}

ul.sub-menu{
	    background: #FCFAFA !important;
    border: solid 1px #e6e6e6 !important;
}

p a{
	text-decoration: underline !important;
}

.elementor-nav-menu--dropdown{
	    position: absolute;
    width: 300px;
    right: 0px;
    top: 30px;
}

.dialog-lightbox-close-button.dialog-close-button{
	right: 10%;
}

@media(max-width: 767px){
	.menu-item-3620 ul{
		column-count: 1;
	}
	.grid-fix .elementor-loop-container{
		display: block;
	}
}