.book-now a{
	background: transparent linear-gradient(90deg, #1DACFF 0%, #2C72FF 100%) 0% 0% no-repeat;
}

/* Enter Your Custom CSS Here */
.ekit_mail_email ekit_form_control {
	border-bottom-right-radius: 0px !important;
	border-top-right-radius: 0px !important;
}

.ekit_mail_email.ekit_form_control {
	margin-bottom:0 !important;
}


/* Contact form */
.flex{
	display:flex;
}

.justify-between{
	justify-content:space-between;
}

.w-48{
	width:48%;
}

/* newsletter form */
.newsletter-form input[type="submit"]{
	background: transparent linear-gradient(30deg, #111420 0%, #3D4550 100%) 0% 0% no-repeat;
	width:100%;
	line-height:inherit;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.newsletter-input,
.newsletter-button{
	display:inline-block;
}

.newsletter-input{
	width:80% !important;
	margin-bottom:0;
}

.newsletter-input .wpcf7-form-control-wrap{
	width:100%;
}

.newsletter-input input{
	margin-bottom:0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.newsletter-button{
	width:20% !important;
	min-width:73px;
}

.newsletter-form .ajax-loader{
	display:none;
}
 





/* Home */
.ekit-mail-submit{
	border-bottom-left-radius: 0px !important;
	border-top-left-radius: 0px !important;
}

/* utilities */
.text-blue{
	color:#3D91FF;
}

.eael-twitter-feed-item{
	margin-bottom:20px;
} 

.cf7-wpforms-field-container .wpforms-one-half{
	width: 48%;
	float: left;
}


.cf7-wpforms-field-container .wpforms-one-half.wpforms-second{
	margin-left: 4%
}

.cf7-wpforms-field-container  .wpforms-field-textarea{
	width: 100%;
	float: left;
}

.cf7-wpforms-field-container  .wpforms-field-textarea label{
	width: 100%;
}
.cf7-wpforms-field-container label{
	padding: 5px 0;
	width: 100%;
}

.cf7-wpforms-field-container .wpforms-field{
	padding-bottom:10px;
	margin-bottom: 5px;
}

.cf7-wpforms-field-container .wpforms-field-textarea textarea{
	margin-top: 10px;
}

.cf7-wpforms-field-container  .wpforms-required-label{
	color: red;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
background: #ffb900;
color: white;
border-radius: 4px;
}

@media only screen and (min-width:320px) and (max-width:500px){
 .cf7-wpforms-field-container .wpforms-one-half{
  	width: 100%;	  
 }
.cf7-wpforms-field-container .wpforms-one-half.wpforms-second{
	margin-left: 0
}
.w-48{
	width:100%;
}
.flex{
 flex-direction:column;		
}
	
}

.cf7-wpforms-field-container .wpcf7-not-valid-tip{
	margin-top: 4px;
}

.privacy-policy a{
	font-size:12px;
	font-weight:600;
}


.page-id-5304 .nv-page-title {
	display: none !important;
}
