/*
Theme Name:  Hello Elementor Child
Template: 	 hello-elementor
Theme URI:	 https://wordpress.org/themes/hello-elementor/
Author:		 Atlas - TravelNet Solutions
Author URI:	 https://tnsinc.com/
Version:	 1.0.0
License:	 GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:    	 opensource     
Text Domain: helloelementorchild
*/

.main-menu a span.sub-arrow{
	display:none;
}


.main-menu a{
	cursor:pointer;
}

/* .main-menu ul.sub-menu a{
	justify-content:end;
} */

.book-now-btn{
	background: #CAC6B1;
    border-radius: 50px;
   
}
.book-now-btn:hover{
	background: #ABA892;
}

.book-now-btn a{
	 font-size: 20px !important;
    color: black !important;
    font-weight: 400 !important;
	font-family:"Fjalla One", Sans-serif !important;
	padding: 16px 32px !important;
}

body.custom-favorites header h1{
	display:none;
}
body.custom-favorites .abe h1{
	margin-top: 2rem;
}

@media all and (max-width: 1024px) {
	.main-menu a{
		justify-content:center;
	}
	.main-menu nav{
		padding:20px;
	}
}