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


@font-face {
    font-family: 'adelia-1';
    src:url('fonts/adelia1/adelia-1.ttf.woff') format('woff'),
        url('fonts/adelia1/adelia-1.ttf.svg#adelia-1') format('svg'),
        url('fonts/adelia1/adelia-1.ttf.eot'),
        url('fonts/adelia1/adelia-1.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

.handwrite,
.handwrite * {
	/*font-family: 'adelia-1' !important;*/
font-family: "Cormorant Garamond", serif !important;
  font-optical-sizing: auto;
text-transform: uppercase;
    font-weight: 500 !important;
}

body.elementor-page-16 header,
body.elementor-page-16 footer {
	display: none;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border: 1px solid #222;
    border-radius: 0;
    font-family: "Abhaya Libre", Sans-serif;
    font-size: 20px;
    color: #222;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select {
    height: 50px;
}
input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
    border-color: #d5d5d5;
    outline: 1px solid #e9c59f;
}

input[type=submit] {
    width: 100%;
    color: #fff;
    font-family: "Abhaya Libre", Sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
    background-color: #D6AE82;
    border: none !important;
    border-radius: 0;
	outline: none;
}
input[type=submit]:hover,
input[type=submit]:focus{
    background-color: #DBB9AD;
	border: none !important;
	outline: none;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #d6ae82;
    font-family: "Abhaya Libre", Sans-serif;
    font-size: 19px;
    line-height: 1.1;
    padding: 0.5em 1em;
}
.wpcf7-not-valid-tip {
    color: #222;
    font-size: 18px;
    font-family: "Abhaya Libre", Sans-serif;
}

.joinchat__button {
    background-color: #27282A !important;
}
.joinchat__button:hover {
    background-color: #D6AE82 !important;
}
.wpcf7-form-control.g-recaptcha > div {
    margin: 0 0 15px;
}
.elementor-testimonial-name {
    margin-top: -10px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 1025px) and (max-width: 1140px) {
.elementor-21 .elementor-element.elementor-element-0d4d40f .menu-item a.hfe-menu-item {
	font-size: 20px !important;
	padding-left: 13px !important;
    padding-right: 13px !important;

}
}
@media only screen and (max-width: 1024px) {
/*.elementor-21 .elementor-element.elementor-element-0d4d40f .menu-item { 
text-align: center;
border: none !important;
}
.elementor-21 .elementor-element.elementor-element-0d4d40f .menu-item:first-child {
    margin-top: 5px;
}
.elementor-21 .elementor-element.elementor-element-0d4d40f .menu-item:last-child {
margin-bottom: 11px;
}
.elementor-21 .elementor-element.elementor-element-0d4d40f .menu-item a.hfe-menu-item {
    display: block;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}*/
}
@media only screen and (max-width: 767px) {
	
.menu_section .hfe-nav-menu__toggle {
    margin-left: 0 !important;
}
.hfe-nav-menu-icon {
    padding: 10px 17px;
}
.menu_section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.menu_section .hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle {
    margin-left: 0;
    z-index: 99999;
}
.menu_section .hfe-nav-menu__layout-horizontal.hfe-dropdown {
	/*padding-top: 6px;
    margin-top: -46px;*/
}
footer .menu-item a.hfe-menu-item {
    display: block;
	text-align: center;
}
}