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

/* Remove Safari webkit styling */
input[type=text], input[type=button], input[type=submit], input[type=tel], input[type=email], textarea {
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
}

/* Remove focus */
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none!important;
}

/* General */
.no-margin-bot div p {
    margin-bottom: 0;
}

a {
	transition: color 0.2s ease;
}

/* bullet list margin fix */
.elementor-widget-text-editor div ul {
	padding-inline-start: 16px;
}

.elementor-widget-text-editor div ul li {
	margin-bottom: 6px;
}

/* Elementor Icon fix */
.elementor-icon-wrapper,
.pp-offcanvas-content-wrap {
	line-height: 0!important;
}

.elementor-icon svg {
	transition: all 0.2s ease;
}

/* Elementor Icon normalize */
.icon-normal div div .elementor-icon svg {
	height: auto!important;
}

/* Elementor Icon List Fix */
.elementor-icon-list-item a {
	align-items: center!important;
}

.elementor-icon-list-icon {
	line-height: 0!important;
}

/* Webkit shear x fix */
#Search::-webkit-search-cancel-button {
    color: var( --e-global-color-primary );
}

/* counter */
.elementor-counter-number {
	margin-bottom: 20px;
}

/* MC4WP */
.mc-field-flex-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.mc-field-flex-container .field {
	flex: 0 1 auto;
	padding: 10px;
	max-width: 660px;
	width: 100%;
}

.mc-field-flex-container .field input {
	text-align: center;
}

.mc-field-flex-container div {
	padding: 10px;
}

.mc-field-flex-container div input[type="submit"] {
	border: none;
	background-color: #fff;
	color: #000;
}

.mc-field-flex-container div input[type="submit"]:hover {
	border: none;
	background-color: #fff;
	color: #000;
	opacity: 0.7;
}


/* FOOTER */
#footer-outer #copyright p {
    font-family:'Montserrat'!important;
    font-size:10px!important;
    opacity:0.4!important;
}

#copyright.row {
    padding-bottom:20px!important;
}

#footer-widgets .container {
    padding:0!important;
}

#footer-outer #footer-widgets .container .row {
    padding-top:0!important;
}

/* 21 + */
.footer-age-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	align-content: center;
	padding: 0 20px;
}

.footer-age-box {
	flex: 0 1 auto;
	padding:10px 10px;
	text-align:center;
	color: #fff;
}

.footer-age-box img.age-icon {
    width: 80px;
    height: auto;
    margin-bottom: 0!important;
}

/* properties */
.footer-flex-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}

.footer-flex-box {
	flex: 1 1 auto;
	padding:10px 10px;
	text-align:center;
}

.footer-flex-box a {
    font-family:'Montserrat'!important;
    font-size:10px!important;
    color:#dfd7c6!important;
    font-weight:600!important;
    transition: all 0.2s;
}

.footer-flex-box a:hover {
    opacity:0.7!important;
}

@media only screen and (max-width: 999px) and (min-width: 690px) {
    #footer-widgets .container .col {
        margin-left:0!important;
    }
}

/* icons */
.footer-icons {
	text-align: center;
}

.icon-a {
    margin:0 10px;
}

.icon {
	fill: #dfd7c6;
	opacity:0.4;
	transition: all 0.2s;
	display: inline-block;
}

.icon:hover {
	opacity:1;
	cursor: pointer;
}

.icon2 {
	fill: #dfd7c6;
	transition: all 0.2s;
	display: inline-block;
}

.icon2:hover {
	opacity:0.6;
	cursor: pointer;
}