/* 
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 */
#custom-megamenu a.mega-menu-link {
    font-family: 'Gotham' !important;
}


#custom-megamenu  p {
	font-family: "Open Sans Hebrew Condensed", Sans-serif!important;
	font-size: 16px !important;
}

#custom-megamenu  .widget_text  {
	padding-bottom: 20px !important
}

#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item-type-post_type {
	border-bottom: 2px solid transparent !important;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item-type-post_type:hover, 
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item-type-post_type.mega-current_page_item {
	border-color: #000 !important;
}
/** Contact Form 7 ***/

.custom-row {
display: flex;	
}

.col-md-6 {
    width: 49%;
	    margin-right: 10px;
}

.col-md-6 label,
.col-md-12 label,
.col-md-12 {
	  width: 100%;
	    margin-right: 10px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    border: 0;
    border-radius: 0;
	background: #363636;
	text-transform: uppercase;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	background:#fff;
	color:#363636;
}
.wpcf7 form .wpcf7-response-output {
	background:#fff;
}

.elementor a.booking-btn {
	font-family: "Gotham", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #000000;
    padding: 12px 24px;
}
.elementor a.booking-btn:hover {
	background-color:#fff;
	color:#000;
	cursor:pointer;
}

@media screen and (max-width: 767px) {
	
	.hide-desktop{
		display: none;
	}
	.col-md-6 {
    width: 100%;
	    margin-right: 0px;
}

.col-md-6 label,
.col-md-12 label,
.col-md-12 {
	  width: 100%;
	    margin-right: 0px;
}
}