/*
	Theme Name: Hello Elementor Child
	Description: A plain-vanilla & lightweight theme for Elementor page builder
	Version: 2.6.1
	Stable tag: 2.6.1
	Requires at least: 4.7
	Tested up to: 5.9
	Requires PHP: 5.6
	Template: hello-elementor
	Description: A lightweight, plain-vanilla, best suited for building your site using Elementor website builder. Visit https://elementor.com/hello-theme/ to learn more.
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/


/* Booking form css */
/* --------------------------------------------------------
Style Sheet for Book Online Now Booking mask

revision: One Hotel - Promo Code ;
version: 2.0 Responsive
last modified: 26 Mar 2015
----------------------------------------------------------*/

/* General Blueprint Style */

.ehf-header #masthead {
    z-index: 1 !important;
    position: relative;
}
	
.custom-slider .swiper-pagination {
    padding: 6px 0;
    display: block;
    float: left;
    width: 100%;
    bottom: 8px !important;
    right: 0;
    text-align: right;
}

.custom-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 100px !important;
    border-radius: 15px !important;
	border:solid 1px #707070;
}

.custom-slider .swiper-pagination-bullet{
	width: 22px !important;
    height: 22px !important;
}

.book-col-form .bordereffect
{   border-radius: 36px;
}

.space-left{ 
    margin-left:5% !important;}
    
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #000;
    background: #47a3da;
}

a {
	color: #f0f0f0;
	text-decoration: none;
}

a:hover {
	color: #000;
}

.container > header {
	width: 90%;
	max-width: 69em;
	margin: 0 auto;
	padding: 2.875em 1.875em 1.875em;
}

.container > header h1 {
	font-size: 2.125em;
	line-height: 1;
	margin: 0 0 0.2em 0;
	float: left;
	font-weight: 400;
}

.container > header > span {
	display: block;
	position: relative;
	z-index: 9999;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
}

.container > header > span span:after {
	width: 30px;
	height: 30px;
	left: -12px;
	font-size: 50%;
	top: -8px;
	font-size: 75%;
	position: relative;
}

.container > header > span span:hover:before {
	content: attr(data-content);
	text-transform: none;
	text-indent: 0;
	letter-spacing: 0;
	font-weight: 300;
	font-size: 110%;
	padding: 0.8em 1em;
	line-height: 1.2;
	text-align: left;
	left: auto;
	margin-left: 4px;
	position: absolute;
	color: #47a3da;
	background: #fff;
}

.container > header nav {
	float: right;
	text-align: center;
}

.container > header nav a {
	display: inline-block;
	position: relative;
	text-align: left;
	width: 2.5em;
	height: 2.5em;
	background: #47a3da;
	border-radius: 50%;
	margin: 0 0.1em;
	border: 4px solid #fff;
}

.container > header nav a > span {
	display: none;
}

.container > header nav a:hover:before {
	content: attr(data-info);
	color: #fff;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	pointer-events: none;
}

.container > header nav a:hover {
	background: #fff;
}

.bp-icon:after {
	font-family: 'bpicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}

.container > header nav .bp-icon:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 2;
	text-indent: 0;
}

.container > header nav a:hover:after {
	color: #47a3da;
}

.bp-icon-next:after {
	content: "\e000";
}
.bp-icon-drop:after {
	content: "\e001";
}
.bp-icon-archive:after {
	content: "\e002";
}
.bp-icon-about:after {
	content: "\e003";
}
.bp-icon-prev:after {
	content: "\e004";
}


.main {width: 100%;
 max-width: 100em;
 left: 0;
 right: 0;
 margin: 0 auto;
}

.book-col-submit-wrap {
    text-align: center;
    padding-top: 27px;
    clear: both;
}

@media screen and (max-width: 55em) {

	.container > header h1,
	.container > header nav {
		float: none;
	}

	.container > header > span,
	.container > header h1 {
		text-align: center;
	}

	.container > header nav {
		margin: 0 auto;
	}

	.container > header > span {
		text-indent: 30px;
	}
}


/* --------------------------------------------------------
CSS for columns / fields
----------------------------------------------------------*/


.book-col-form {
	position: relative;
	background-color:#ffffffa1;
	bottom: 10%;
	border-radius:36px;
	text-align: center;
	display: flex;
    justify-content: center;
}

.book-col-form:before, 
.book-col-form:after { 
	content: " "; display: table; 
}

.book-col-form:after { 
	clear: both; 
}

.book-col-column {
	width: 14%;
	padding: 10px 10px;
	float: left;
}

.book-col-column2 {
	width: 12%;
	padding: 15px 15px;
	float: left;
}

.book-col-form label {
	display: block;
	padding: 5px 5px 5px 5px;
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	color:#000;
}

.book-col-form input,
.book-col-form textarea,
.book-col-form select {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	/*font-size: 1.1em;*/
	padding: 5px 10px;
	color:#ffffff;
	display: block;
	width: 100%;
	background: #0F5071;
	height:40px;
	font-size:13px;
	text-align:center;
	border-radius: 36px important;
}

.book-col-form .tabelem{
	height:30px;
	padding: 5px 5px;
	width: 60%;
}

/* klett cake kodo*/
.book-col-form select {
  height: 40px;
  font-size: 13px;
  background-color: #0F5071;
  border-radius: 34px;
  text-align:center;
   -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.book-col-form input,
.book-col-form textarea {
	border: 1px solid #0F5071 important;
}

.book-col-form textarea {
	min-height: 200px;
}

.book-col-form input:focus,
.book-col-form textarea:focus,
.book-col-form label:active + input,
.book-col-form label:active + textarea {
	outline: none;
	border: 3px solid #0F5071 important;
}

.book-col-form select:focus {
	outline: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #10689a;
    font-style: italic;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #10689a;
    font-style: italic;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #10689a;
    font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #10689a;
    font-style: italic;
}

.book-col-submit-wrap {
	text-align: center;
	padding-top: 27px;
	clear: both;
}

/* klett cake kodo */
.book-col-form input.book-col-submit {
  background: #0F5071;
  border: none;
  color: #fff;
  width: auto;
  height: 40px;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 36px;
  letter-spacing: 1px;
}

.book-col-form input.book-col-submit:hover {
	background: #1478b1;
}

@media screen and (max-width: 70em) {
	.book-col-column {
		width: 50%;
	}
	.book-col-column:nth-child(3) {
		width: 100%;
	}
}

@media screen and (max-width: 48em) {
	.book-col-column {
		width: 100%;
		padding: 10px;
	}
}

#ui-datepicker-div {display: none;}

#hotel .selectgroup{
	color:#5E5E5E !important;
}

.ui-widget {
  font-family: Lato, Arial, sans-serif !important;
  font-size: 1.0em;
}
/* Booking form css end */
.floating-btn {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 999;
    color: #fff;
    font-size: 20px;
    width: 64px;
    height: 64px;
    line-height: 64px;
    border: 0;
    border-radius: 50%;
    text-align: center;
}

.welcome-heading .sm-text {
    font-size: 28px;
}

.slick-active button{
	background-color: #4470AD !important;
}

.slick-active [type=button]:focus{
	outline: none !important;
	background-color: #4470AD !important;
}
.experiance-slider .slick-list.draggable, .experiance-slider-home .slick-list.draggable {
    padding-right: 0px !important; 
}

.experiance-slider .slick-slide, .experiance-slider-home .slick-slide{
	    margin-left: 10px !important;
	 margin-right: 10px !important;
}

.experiance-slider .experiance-img, .experiance-slider-home .experiance-img{
	height:220px !important;
}
@media only screen and (max-width: 1025px) {
	
	.fixed-footer-btn a{
		width: 100%!important;
		right:0px;
	}

}

/* .elementor-widget-container a{
	text-decoration:none;
}
 */
/* .price{
	font-size: 30px;
	color:#D98600;
}

.price .night{
	font-size: 14px!important;
	color:#111111!important;
}
 */

.wpsm_count-title{
  margin-top:0px!important;
}

input, textarea{
	margin-bottom:20px!important;
}

input[type=submit]{
	border: 1px solid #000000; 
	border-radius:60px;
}

.slick-slider .slick-arrow{
	display:none!important;
}

.elementor-social-icon-instagram{
	background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

.elementor-widget-heading{
	width: 80%;
}

@media only screen and (max-width: 767px) {
	
	.book-col-form {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    padding-bottom: 56px;
    overflow: auto;
    border-radius: 0;
    transition: all .3s ease-out;
    z-index: 999;
}
	
	.floating-btn {
    bottom: 0 !important;
    border-radius: 0 !important;
    width: 100% !important;
    left: 0;
    border: 0 !important;
    height: auto !important;
}
	
	.form-section.floating .book-col-form {
    position: relative;
    background-color: #fff;
    border-radius: 0;
    display: block;
    justify-content: center;
    padding: 25px 23px;
    width: auto;
}
	
.form-section.floating .book-col-form {
    position: fixed;
    background-color: #fff;
    padding-bottom: 62px;
	left: 0;
}	
	
.book-col-form.closed {
    top: 100% !important;
    height: 0;
}	
	
	.floating-btn {
		margin-bottom:0 !important;
	}
	
.floating-btn .eael-creative-button {
    border-radius: 0 !important;
    width: 100%;
}
	
	.break-word{
		    word-wrap: break-word;
	}
	
}
