/*!
Theme Name: ibiza
Theme URI: http://ibiza
Author: ibiza
Author URI: http://ibiza
Description: Short Theme Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ibiza
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

/* ============================================== */ 
/* ================ general styles ================ */
/* ============================================== */
body {
	margin: 0;
	padding: 0;
	color: #2f3439;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}
figure, img{
	padding: 0;
	margin: 0;
}
button:focus, button:active, .btn:focus, .btn:active, a:focus, a:active, input:focus, input:active, textarea:focus, textarea:active{
	outline: 0 !important;
	box-shadow: none !important;
	transition: all .2s ease-in-out;
}
.btn{
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
	transition: all .2s ease-in-out;
}
a{
	text-decoration: none;
	transition: all .2s ease-in-out;
}

/* ============================================== */
/* ================ helper styles ================ */
/* ============================================== */

.ws-container-fluid{
	padding-left: 60px;
	padding-right: 60px;
}
.scrolled {
	display: none;
}
.ws-100vh{
	height: 100vh;
}
.ws-heading h1{
	font-size: 36px;
	line-height: normal;
	letter-spacing: 1px;
}
.ws-heading h6{
	font-size: 14px;
  font-weight: 400;
	line-height: normal;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.ws-text-block p{
	text-align: justify;
    text-justify: inter-word;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 0.5px;
}
.ws-vertical-line{
	position: relative;
	z-index: 9;
	width: 1px;
	height: 150px;
	margin: -150px auto 20px;
	border: none;
	background-color: #000000;
}
.ws-separator {
	height: 1px;
	position: relative;
	width: 30px;
	display: block;
	margin: 15px 0 0 0;
	background-color: #ffffff;
}
.ws-heading-light h1, .ws-heading-light h2, .ws-heading-light h3, .ws-heading-light h4, .ws-heading-light h5, .ws-heading-light h6{
	color: #ffffff;
}
.ws-heading-dark h1, .ws-heading-dark h2, .ws-heading-dark h3, .ws-heading-dark h4, .ws-heading-dark h5, .ws-heading-dark h6{
	display: inline;
	padding: 10px 20px;
	color: #ffffff;
	background-color: #2f3439;
}

/* Page Background Image */
.ws-header-image {
	position: relative;
	min-height: 65px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 0;
	margin: 0;
}
.ws-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.3);
	-ms-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.ws-main-header {
	display: table;
	width: 100%;
	height: 100%;
}
.ws-header-holder{
	position: absolute;
	bottom: 10%;
}
.ws-header-holder h1{
	color: #ffffff;
	line-height: normal;
  letter-spacing: 1.5px;
}

/* Buttons */
.ws-button-dark .btn:hover:before{transform: scaleX(1);}
.ws-button-dark .btn:before{
	content: "";
	position: absolute;
	z-index:-1;
	top: 0;  left: 0;  right: 0;  bottom: 0;
	background-color: #2f3439;
	transform: scaleX(0);
	transform-origin: 0 50%;
	transition: transform .3s ease-out;
}
.ws-button-dark .btn{
	position: relative;
	z-index: 0;
	color: #2f3439;
	font-size: 14px;
  font-weight: 400;
	letter-spacing: 1.5px;
	line-height: normal;
	padding: 15px 45px;
	border: 1px solid #2f3439;
  text-transform: uppercase;
}
.ws-button-dark .btn:hover{
	color: #ffffff;
}
.ws-button-light .btn:hover:before{transform: scaleX(1);}
.ws-button-light .btn:before{
	content: "";
	position: absolute;
	z-index:-1;
	top: 0;  left: 0;  right: 0;  bottom: 0;
	background-color: #ffffff;
	transform: scaleX(0);
	transform-origin: 0 50%;
	transition: transform .3s ease-out;
}
.ws-button-light .btn:hover{
	color: #2f3439;
}
.ws-button-light .btn{
	position: relative;
	z-index: 0;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.5px;
	line-height: normal;
	padding: 15px 45px;
	border: 1px solid #ffffff;
	text-transform: uppercase;
}

/* ============================================== */
/* ================ header styles ================ */
/* ============================================== */

/* Navbar */
#ws-header a.custom-logo-link img.custom-logo{
	height: auto;
	max-width: 100px !important;
}
#ws-header{
	position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
#ws-header .ws-navbar-static{
	padding: 32px 60px;
	margin: 0;
	line-height: 65px;
	transition: all .2s ease-in-out;
	background-color: transparent !important;
}
#ws-header .ws-navbar-static.thin {
    padding: 0 60px;
    background: #FFFFFF !important;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.06);
}
#ws-header .ws-navbar-static.thin li a {
    color: #000;
}
#ws-header .ws-navbar-static.thin .ws-languages:before {
    color: #000;
}
#ws-header .ws-navbar-static.thin .ws-menu-icon span {
    background: #000;
}
#ws-header .ws-navbar-static ul{
	display: inline-flex;
	padding: 0;
	margin: 0;
	list-style: none;
}
#ws-header ul.ws-social-widget{
	margin: 0 0 0 25px;
}
#ws-header .ws-navbar-static li{
	display: inline;
	margin-right: 25px;
}
#ws-header .ws-navbar-static li:last-child{
	margin-right: 0 !important;
}
#ws-header .ws-navbar-static li a:hover{
	opacity: .6;
}
#ws-header .ws-navbar-static li a{
	padding: 0;
	margin: 0;
	display: inline;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
#ws-header .ws-navbar-fixed li a:hover{
	opacity: .6;
}
#ws-header .ws-navbar-fixed li a{
	color: #212529;
}
#ws-header .ws-navbar-fixed{
	padding: 0px 60px;
	background-color: #ffffff !important;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.06);
}
#ws-header .ws-navbar-fixed.thin {
    line-height: 65px;
}
#ws-header .ws-navbar-fixed .ws-menu-icon span{
	background: #212529;
}
a.ws-menu-icon:hover{
	opacity: .6;
}
a.ws-menu-icon{
	cursor: pointer;
	display: inline-flex;
	width: auto;
	height: 18px;
	transition: none;
	vertical-align: middle;
	transform-origin: left;
	transition: all .2s ease-in-out;
}
a.ws-menu-icon>div{
	display: inline-flex;
	width: 25px;
	height: 18px;
	position: relative;
}
.ws-menu-icon span:nth-child(1){
	top: 0px;
}
.ws-menu-icon span:nth-child(2){
	top: 8px;
}
.ws-menu-icon span:nth-child(3){
	top: 16px;
}
.ws-menu-icon span{
	display: block;
	position: absolute;
	width: 25px;
	height: 1px;
	background: #ffffff;
	content: " ";
	left: 0;
}

/* Sidebar Menu */
.ws-sidebar-menu{
	padding: 25px;
}
.ws-sidebar-menu ul.ws-social-widget{
	margin-bottom: 30px;
}
.ws-sidebar-menu ul{
	list-style: none;
}
.ws-sidebar-menu ul li a:hover{
	opacity: .6;
}
.ws-sidebar-menu ul li a{
	color: #212529;
	text-decoration: none;
}
.ws-sidebar-menu ul.sub-menu li{
	margin-bottom: 15px;
}
.ws-sidebar-menu ul.sub-menu li:last-child{
	margin: 0;
}
.ws-sidebar-menu li.menu-item-has-children ul.sub-menu{
	margin-top: 15px;
	padding-left: 20px;
}
.ws-sidebar-menu ul li{
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.ws-sidebar-menu ul.contact{
	padding: 30px 0 30px 0;
	margin: 0;
}
.ws-sidebar-menu ul.contact li{
	color: #9D9996;
	margin-bottom: 5px;
}
.ws-sidebar-menu ul.contact li:last-child{
	margin-bottom: 0;
}
.ws-sidebar-menu ul.contact a{
	color: #9D9996;
}
.ws-sidebar-menu .menu-primary-nav-container{
	margin-top: 30px;
}
.ws-sidebar-menu .menu-primary-nav-container::after {
	content: " ";
	width: 45px;
	height: 1px;
	background-color: #00253d;
	display: block;
	margin-top: 16px;
}
.ws-sidebar-menu ul#menu-primary-nav{
	padding: 0;
	margin: 0;
}
.ws-sidebar-menu ul#menu-primary-nav > li{
	margin-bottom: 30px;
}
.ws-sidebar-menu .menu-item-has-children > a{
  position: relative;
	display: inline-block;
	width: 100%;
}
.ws-sidebar-menu .menu-item-has-children > a::after{
  content: '';
  display: block;
  height: 13px;
  width: 6px;
  position: absolute;
  top: 50%;
  right: 0;
  background: url("assets/images/arrow.svg") no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform 0.2s;
}
.ws-sidebar-menu li li{
	display:none;
}
ul.menu .nav-open>a::after{
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}
.pushy{
  position: fixed;
  width: 350px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #ffffff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.ws-nav-close-button{
	cursor: pointer;
	float: right;
	transition: all .2s ease-in-out;
}
.ws-nav-close-button:hover{
	opacity: .6;
}
.pushy.pushy-left{
  left: 0;
}
.pushy-content {
	padding: 25px 25px 0 25px;
  visibility: hidden;
}
.pushy-left {
  -webkit-transform: translate3d(-350px, 0, 0);
  -ms-transform: translate3d(-350px, 0, 0);
  transform: translate3d(-350px, 0, 0);
}
.pushy-open-left .push {
  -webkit-transform: translate3d(350px, 0, 0);
  -ms-transform: translate3d(350px, 0, 0);
  transform: translate3d(350px, 0, 0);
}
.pushy-open-left .pushy{
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pushy-open-left .pushy-content{
  visibility: visible;
}
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.pushy-content {
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.site-overlay {
  display: none;
}
.pushy-open-left .site-overlay{
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ul.ws-social-widget{
	padding: 0;
	margin: 0;
}
ul.ws-social-widget li:last-child{
	margin-right: 0;
}
ul.ws-social-widget li{
	display: inline;
	margin-right: 15px;
}
ul.ws-social-widget li a:hover{
	opacity: .6;
}
ul.ws-social-widget li a{
	font-size: 22px;
}

/* Hero Image */
#ws-hero-image .btn:hover:before{
	transform: none !important;
}
#ws-hero-image .btn:before{
	position: relative;
}
#ws-hero-image .btn:hover{
	opacity: .6;
}
#ws-hero-image .btn{
	color: #ffffff;
	font-size: 12px;
  font-weight: 600;
	letter-spacing: 2px;
	border: none;
	line-height: normal;
	padding: 0;
	margin: 0;
  text-transform: uppercase;
}
#ws-hero-image .ws-bounce-icon{
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	text-align: center;
}
#preloader {
	position:fixed;
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	background: #fff;
	z-index:9999;
}
.preloader-container{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 3;
	text-align: center;
}
.preloader-container img{
	margin: 0 auto;
	max-width: 150px;
}

/* Hero Slider */
#ws-hero-slider .btn{
	color: #ffffff;
	font-size: 14px;
  font-weight: 400;
	letter-spacing: 1.5px;
	line-height: normal;
	padding: 20px 60px;
	border: 1px solid #ffffff;
  text-transform: uppercase;
}
#ws-hero-slider .btn:hover{
	color: #000000;
	background-color: #ffffff;
}

/* ============================================== */
/* ================ wrapper styles ================ */
/* ============================================== */

/* Menu Category Items */
.ws-menu-category-item{
	position: relative;
}
.ws-menu-category-item figure{
	overflow: hidden;
}
.ws-menu-category-item figure img{
	transform: scale(1);
	transition: transform .6s cubic-bezier(0.28, 0, 0.18, 1);
}
.ws-menu-category-item figure:hover img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.ws-menu-category-item .ws-caption{
	text-align: left;
	position: absolute;
	bottom: 10%;
	left: 7%;
	width: 100%;
}
.ws-menu-category-item .ws-caption h3{
	color: #ffffff;
  font-size: 20px;
	margin-top: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.ws-menu-category-item .ws-caption p{
	color: #ffffff;
	opacity: .7;
	margin: 0;
	padding: 0;
}
.ws-menu-category-item .ws-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all .2s ease-in-out;
	background-color: rgba(0,0,0,.4);
}
.ws-menu-category-item .ws-overlay:hover{
    background-color: rgba(0,0,0, .1);
}

/* Menu Offer Items */
.ws-menu-offer-item figure{
	overflow: hidden;
}
.ws-menu-offer-item figure img{
	transform: scale(1);
	transition: transform .6s cubic-bezier(0.28, 0, 0.18, 1);
}
.ws-menu-offer-item figure:hover img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.ws-menu-offer-item{
	position: relative;
}
.ws-menu-offer-item .ws-separator{
	display: none;
}
.ws-menu-offer-item .ws-caption{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	background-color: #ffffff;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.06);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.ws-menu-offer-item .ws-caption h3{
	color: #2f3439;
	font-size: 18px;
	padding: 15px 0;
  letter-spacing: 1px;
  line-height: normal;
}

/* Parallax Section */
#ws-parallax-section .ws-heading h1{
	color: #ffffff;
	line-height: normal;
	letter-spacing: 1.5px;
}
#ws-parallax-section .ws-heading h3{
	color: #ffffff;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 3px;
	text-transform: uppercase;
}

/* Blog Items */
.ws-blog-index-items figure, .ws-blog-grid-items figure{
	overflow: hidden;
	margin-bottom: 20px;
	text-align: center;
}
.ws-blog-grid-items{
	margin-bottom: 100px;
}
.ws-blog-index-items figure img, .ws-blog-grid-items figure img{
	transform: scale(1);
	transition: transform .6s cubic-bezier(0.28, 0, 0.18, 1);
}
.ws-blog-index-items figure:hover img, .ws-blog-grid-items figure:hover img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.ws-blog-index-items .caption, .ws-blog-grid-items .caption{
	text-align: center;
}
.ws-blog-index-items .caption .ws-separator, .ws-blog-grid-items .caption .ws-separator{
	width: 50px;
	margin: 0 auto 15px auto;
}
.ws-blog-index-items .blog-title, .ws-blog-grid-items .blog-title{
	padding: 10px 0 10px 0;
}
.ws-blog-index-items .blog-title h3, .ws-blog-grid-items .blog-title h3{
	font-size: 28px;
	word-wrap: break-word;
	letter-spacing: 0.5px;
	transition: all .2s ease-in-out;
}
.ws-blog-index-items .blog-title h3:hover, .ws-blog-grid-items .blog-title h3:hover{
	opacity: .6;
}
.ws-blog-index-items .blog-title a, .ws-blog-grid-items .blog-title a{
	color: #2f3439;
	text-decoration: none;
}
.sticky .blog-title h3{
	font-weight: bold;
}
.ws-blog-grid-items .blog-date{
	padding: 0;
	margin: 0;
	color: #9E9FA5;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.ws-blog-grid-items .blog-date a{
	color: #9E9FA5;
	text-decoration: none;
}
.ws-blog-grid-items .blog-date a:hover{
	color: #2f3439 !important;
}
.ws-blog-index-items .blog-date p{
	padding: 0;
	margin: 0;
	color: #9E9FA5;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.ws-blog-grid-items .blog-category  a{
	color: #9E9FA5;
	text-decoration: none;
}
.ws-blog-grid-items .blog-category  a:hover{
	color: #2f3439 !important;
}
.ws-blog-index-items .blog-category, .ws-blog-grid-items .blog-category{
	color: #9E9FA5;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.blog-button{
	margin-top: 20px;
}
.blog-content{
	margin-top: 20px;
}
/* Blog Items */
.ws-blog-index-items figure{
	overflow: hidden;
	margin-bottom: 30px;
}
.ws-blog-index-items figure img{
	transform: scale(1);
	transition: transform .6s cubic-bezier(0.28, 0, 0.18, 1);
}
.ws-blog-index-items figure:hover img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.ws-blog-index-items .caption{
	text-align: center;
}
.ws-blog-index-items .caption .ws-separator{
	background-color: #ee7f4b;
	width: 50px;
	margin: 0 auto 15px auto;
}
.ws-blog-index-items .blog-title{
	padding: 10px 20px 10px 20px
}
.ws-blog-index-items .blog-title h3{
	font-size: 32px;
  letter-spacing: 0.5px;
	transition: all .2s ease-in-out;
}
.ws-blog-index-items .blog-title h3:hover{
	opacity: .6;
}
.ws-blog-index-items .blog-title a{
	color: #2f3439;
	text-decoration: none;
}
.ws-blog-index-items .blog-date p{
	padding: 0;
	margin: 0;
	color: #9E9FA5;
	font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.ws-blog-index-items .blog-category{
	color: #9E9FA5;
	font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.blog .ws-article-content, .category .ws-article-content{
	padding-top: 100px;
	padding-bottom:50px;
}
/* Testimonials */
#ibiza-testimonials .owl-nav{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#ibiza-testimonials .owl-nav svg:hover{
	opacity: .5;
}
#ibiza-testimonials .owl-nav svg{
	fill: #2f3439;
	width: 16px;
	height: 24px;
	transition: all .2s ease-in-out;
}
#ibiza-testimonials .owl-nav .owl-prev{
	float: left;
}
#ibiza-testimonials .owl-nav .owl-next{
	float: right;
}
#ibiza-testimonials .ws-testimonials-caption{
	text-align: center;
}
#ibiza-testimonials .ws-testimonials-caption svg{
	fill: #9E9FA5;
	width: 20px;
	height: 15px;
}
#ibiza-testimonials .ws-testimonials-caption p{
	font-size: 26px;
  line-height: 1.6;
  letter-spacing: 0.5px;
	margin-bottom: 30px;
	margin-top: 30px;
	font-style: italic;
}
#ibiza-testimonials .ws-testimonials-caption span{
	color: #9E9FA5;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 3px;
	text-transform: uppercase;
}

/*Restaurant menu*/
.ot-powered-by{
	background: none !important;
}
.ot-powered-by:before{
	content:"Powered by Opentable";
}
.restaurant-menu{
	overflow: hidden;
}
.restaurant-menu-name{
	background-color: #FFFFFF;
}
.restaurant-menu-price{
	background-color: #FFFFFF;
	padding-left:5px;
}
.restaurant-menu-name:after{
	float: left;
	width: 0;
	white-space: nowrap;
	content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . ";
}
.wpb_image_grid .wpb_image_grid_ul .isotope-item{
	margin: 0 !important;
}

.visible_dot {
    display: block !important
}
.hidden_dot {
    display: none !important;
}
.slick-dots li:not(.visible_dot) {
    display: none !important;
}
.slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
/*.slick-dots li:nth-last-child(1),*/
/*.slick-dots li:nth-last-child(2),*/
/*.slick-dots li:nth-last-child(3),*/
/*.slick-dots li:nth-last-child(4) {*/
/*    display: block !important;;*/
/*}*/

/*.slick-dots li.slick-active ~ li:nth-last-child(1),*/
/*.slick-dots li.slick-active ~ li:nth-last-child(2),*/
/*.slick-dots li.slick-active ~ li:nth-last-child(3),*/
/*.slick-dots li.slick-active ~ li:nth-last-child(4) {*/
/*    display: none !important;;*/
/*}*/
/*.slick-dots li.slick-active + li + li:nth-last-child(4),*/
/*.slick-dots li.slick-active + li + li:nth-last-child(3),*/
/*.slick-dots li.slick-active + li + li:nth-last-child(2),*/
/*.slick-dots li.slick-active + li + li:nth-last-child(1),*/
/*.slick-dots li.slick-active + li:nth-last-child(3),*/
/*.slick-dots li.slick-active + li:nth-last-child(2),*/
/*.slick-dots li.slick-active + li:nth-last-child(1){*/
/*    display: block !important;;*/
/*}*/

/* Blog grid */
@media only screen and (min-width: 900px) {
	.article-archieve .article-thumbnail {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 0;
	}

	.article-archieve .article-body {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.article-archieve:nth-child(2n+1) .article-thumbnail {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.article-archieve:nth-child(2n+1) .article-body {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

/* ============================================== */
/* ================ footer ================ */
/* ============================================== */

.ws-footer--main .ws-button-dark .btn{
	padding: 15px 30px !important;
	margin-top: 6px !important;
}
.ws-footer--main .ws-button-dark .btn:hover{
	opacity: 1 !important;
}

/* instagram */
.ws-instagram-widget{
	border-top: 1px solid #dddddd;
	padding: 100px 60px 100px 60px;
	text-align: center;
}
.ws_instagram_caption{
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(0,0,0,.3);
  transition: all .2s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.ws-instagram-widget a{
	color: #ffffff;
	text-decoration: none;
}
.instagram-pics .col{
	padding-left: 0;
	padding-right: 0;
	margin-left: 15px;
	margin-right: 15px;
}
.instagram-pics .col:hover .ws_instagram_caption, .instagram-pics .col:focus .ws_instagram_caption{
	visibility: visible;
	opacity: 1;
}
.ws_instagram_caption_icon{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.instagram-pics li img {
	width: 100%;
	vertical-align: bottom;
}
.instagram-pics li {
	color: #ffffff;
	text-align: center;
	position: relative;
	padding: 0;
	overflow: hidden;
	border: none;
	margin: 0;
}
.ws-instagram-widget h3{
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.ws-instagram-link{
	margin: 15px 0 35px 0;
}
.ws-instagram-link a:hover{
	opacity: .6;
}
.ws-instagram-link a{
	color: #9D9996;
	font-style: italic;
}
.ws-instagram-widget>p a:hover{
	opacity: .6;
}
.ws-instagram-widget>p a{
	color: #9D9996;
	text-decoration: underline;
}
.ws-footer--main{
	background-color: #f5f5f5;
}
.ws_logo_footer{
	width: 100px !important;
}

/* footer top */
.ws-footer-top ul{
	padding: 0;
	margin: 0;
	line-height: 78px;
	list-style: none;
}
.ws-footer-top li:last-child{
	margin-right: 0;
}
.ws-footer-top li{
	display: inline;
	font-size: 12px;
  	font-weight: 400;
	text-transform: uppercase;
  	letter-spacing: 1.5px;
	margin-right: 20px;
}
.ws-footer-top li a:hover{
	opacity: .7;
}
.ws-footer-top li a{
	color: #2f3439;
	text-decoration: none;
}
.ws-footer-top{
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #E0DBD6;
}
.ws-footer-top p{
	margin: 0;
	padding: 0;
	font-size: 14px;
	letter-spacing: 0.4px;
}
.ws-footer-top .sidebar-title h3{
	color: #9E9FA5;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 25px;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.ws-subscribe-sidebar{
	padding: 0;
	margin: 0;
}
.ws-subscribe-sidebar input::placeholder{
	color: #2f3439;
}
.ws-subscribe-sidebar input:focus, .ws-subscribe-sidebar input:active{
	color: #2f3439;
	outline: none;
	box-shadow: none;
}
.ws-subscribe-sidebar span.wpcf7-not-valid-tip{
	display: none;
}
.ws-subscribe-sidebar input.wpcf7-submit{
	position: absolute;
	right: 15px;
	bottom: 10px;
	padding: 0;
	margin: 0;
	color: #2f3439;
	font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
	background-color: transparent;
	text-transform: uppercase;
	border-radius: 0;
	transition: none;
}
.ws-subscribe-sidebar .form-control{
	padding: 0 0 10px 0;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.5px;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #2f3439;
	border-radius: 0;
	transition: none;
}
.ws-subscribe-sidebar .ajax-loader{
	display: none !important;
}
div.wpcf7-response-output{
	border: none;
	padding: 0;
	margin: 0;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-response-output{
	color: #2f3439;
	font-style: italic;
	font-size: 14px;
	position: absolute;
	text-align: left;
	border: none;
	padding: 0;
	margin: 0;
}
.ws-footer-top .widget_media_image{
	line-height: 62px;
}
.ws-footer-top .widget_text p{
	font-size: 16px;
	line-height: 1.8;
}
.ws-footer-top .widget_text a:hover{
	opacity: .6;
}

/* footer bottom */
.ws-footer-bottom{
	padding-top: 20px;
	padding-bottom: 20px;
}
.ws-footer-bottom a:hover{
	opacity: .6;
}
.ws-footer-bottom a{
	color: #9E9FA5;
	text-decoration: underline;
}
.ws-footer-bottom p{
	margin: 0;
	padding: 0;
	font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
	text-transform: uppercase;
}


/* VC Styles */
.vc_row-has-fill>.vc_column_container>.vc_column-inner{
	padding-top: 0 !important;
}
.vc_section.vc_section-has-fill{
	padding-top: 0 !important;
}
.wpb_content_element{
	margin-bottom: 0 !important;
}
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner{
	padding-top: 0 !important;
}

/* ============================================== */
/* ================ pages styles ================ */
/* ============================================== */

/* Contact Page */
.ws-contact-form textarea{
	font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
	width: 100%;
  padding: 15px 15px;
	margin-bottom: 18px;
  border-radius: 0;
  border: 1px solid #dddddd;
  background-color: #fff;
}
.ws-contact-form input:focus, .ws-contact-form textarea:focus{
	border-color: #2f3439
}
.ws-contact-form input{
	font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 54px;
  height: 54px;
	width: 100%;
  padding: 0 15px;
	margin-bottom: 25px;
  border-radius: 0;
  border: 1px solid #dddddd;
  background-color: #fff;
}
.ws-contact-form input::placeholder, .ws-contact-form textarea::placeholder{
	color: #9E9FA5;
}
.ws-contact-form input.wpcf7-submit:hover{
	color: #ffffff;
	background-color: #2f3439;
}
.ws-contact-form input.wpcf7-submit{
	color: #2f3439;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.5px;
	line-height: normal;
	padding: 15px 45px;
	margin-bottom: 0;
	border: 1px solid #2f3439;
	text-transform: uppercase;
}
.ws-contact-form .ajax-loader{
	position: absolute;
	bottom: 20px;
}
.ws-contact-form span.wpcf7-not-valid-tip{
	display: none
}
.ws-contact-form p{
	margin: 0;
	padding: 0;
}
.ws-contact-text a:hover{
	opacity: .6;
}
.ws-contact-text a{
	color: #9D9996;
	text-decoration: none;
}
.ws-contact-text p{
	color: #9D9996;
	font-size: 18px;
	letter-spacing: 0.5px;
}

/* ============================================== */
/* ================ responsive styles ================ */
/* ============================================== */


.ws-column-space-right .vc_column-inner{
	padding-right: 0 !important;
}
.ws-column-space-left .vc_column-inner{
	padding-left: 0 !important;
}
.party__card .image {
    width: 55.55%;
    background-size: cover !important;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    background-repeat: no-repeat;
    background-position: center right;
}
.party__card .image.full {
    background-size: contain !important;
}
@media (max-width: 576px) {

}/*end*/

@media (min-width: 768px) {

	.ws-sidebar-menu ul.ws-social-widget{
		display: none;
	}

}/*end*/

@media (max-width: 768px) {
    .ws-heading h1 {
    	line-height: 62px;
    	padding: 0;
    }
    .ws-heading-dark h4 {
        display: block;
    }
    .party__card {
        flex-direction: column;
        margin-bottom: 50px;
    }
    .party__card .image {
        min-height: 400px;
        width: 100% !important;
    }
	#ws-header .ws-navbar-static.thin {
	    padding: 0 15px;
	}
	.back_call_ico {
	    left: 35px !important;
	    bottom: 10px !important;
	}
	.article-thumbnail{
		max-width: 100% !important;
		width: 100% !important;
	}
	.article-body{
		max-width: 100% !important;
		width: 100% !important;
		margin-top: 30px;
	}
	.ws-call-icon{
		margin-right: 10px !important;
	}
	.ws-navbar-static .ws-languages:before{
		content: none !important;
	}
	#ws-header a.custom-logo-link img.custom-logo{
		max-width: 85px !important;
	}
	.ws-languages li {
		margin-right: 10px;
	}
	.ws-column-space-right .vc_column-inner{
		padding-right: 15px !important;
	}
	.ws-column-space-left .vc_column-inner{
		padding-left: 15px !important;
	}
	.ws-footer-top li{
		display: block;
		margin-right: 0;
	}
	.ws-footer-top ul{
		line-height: 45px;
	}
	#ws-header .ws-navbar-static {
		padding: 11px 15px;
	}
	#ws-hero-image .ws-heading h1{
		font-size: 26px;
	}
	.ws-text-block p{
		font-size: 18px;
		text-align: left;
	}
	#ws-parallax-section .ws-heading h1{
		font-size: 42px;
	}
	.ws-blog-index-items .thumbnail{
		margin-bottom: 30px;
	}
	#ibiza-testimonials .ws-testimonials-caption p{
		font-size: 22px;
	}
	.instagram-pics{
		display: block;
	}
	.instagram-pics .col{
		margin-left: 0;
		margin-right: 0;
	}
	.ws-footer--main .text-left {
		text-align: center !important;
	}
	.ws-footer--main .text-right{
		text-align: center !important;
	}
	.ws-footer--main .widget-space{
		margin-bottom: 20px;
	}
	.ws-footer-top{
		padding-top: 20px;
		padding-bottom: 0;
	}
	.ws-footer-top .sidebar-title h3{
		margin-bottom: 15px;
	}
	.ws-subscribe-sidebar input.wpcf7-submit{
		bottom: 30px;
	}
	.ws-contact-text{
		margin-bottom: 35px !important;
	}
	.ws-contact-map{
		margin-top: 50px;
	}

}/*end*/

@media (max-width: 992px) {
		
	.ws-blog-index-items .blog-title{
		padding-left: 0;
		padding-right: 0;
	}
	.ws-blog-index-items .blog-title h3{
		font-size: 28px;
	}

}/*end*/

@media (max-width: 1200px) {
	
	#ws-header .ws-social-widget{
		display: none !important;
	}

}/*end*/
.ws-cpt-section-title {
	width: 100%;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 50px;
}
.ws-cpt-section-title h3{
	color: #2f3439;
	font-size: 22px;
	padding: 0 ;
	margin: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: normal;
}
.ws-cpt-section-title h1 {
    font-family: Old Standard TT;
}
ul.ws-shop-nav{
	padding: 0 0 50px 0;
	margin: 0;
	text-align: center;
}
ul.ws-shop-nav li:last-child::after{
	content: none;
}
ul.ws-shop-nav li:last-child{
	margin-right: 0;
}
ul.ws-shop-nav li{
	display: inline;
	list-style: none;
	margin-right: 30px;
}
ul.ws-shop-nav li::after{
	color: #9D9996;
	content: '/';
	margin-left: 30px;
}
ul.ws-shop-nav li a:hover{
	color: #2f3439;
}
ul.ws-shop-nav li a{
	color: #9D9996;
	text-decoration: none;
}
ul.ws-shop-nav li.active{
	color: #2f3439;
}

.ws-category-thumbnail{
	display: block;
	color: #2f3439;
	transition: all .3s;
}

.ws-category-thumbnail:hover{
	text-decoration: none;
	color: #2f3439; 
}

.ws-category-thumbnail:hover .thumb-gallery-slider,
.ws-category-thumbnail:hover figure{ 
	box-shadow: 0 0 10px rgba(0,0,0, .5 );
}


/* category styles */
.ws-category-thumbnail figure,
.ws-category-thumbnail .thumb-gallery-slider{
	overflow: hidden;
	height: 300px;
	margin-bottom: 10px;
	transition: all .3s;
}

.ws-category-thumbnail figure img{
	transform: scale(1);
	transition: transform .6s cubic-bezier(0.28, 0, 0.18, 1);
	max-height: 300px;
}
.ws-category-thumbnail figure:hover img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.ws-category-thumbnail{
	position: relative;
	margin-bottom: 30px;
}
.ws-category-thumbnail .caption{
	margin-top: 10px;
}
.ws-category-thumbnail .caption a{
	display: block;
	color: #2f3439;
	text-decoration: none;
}
.ws-category-thumbnail .caption a:hover{
  opacity: .7;
}
.ws-category-thumbnail .caption h3{
	font-size: 18px;
	letter-spacing: 1px;
	line-height: normal;
	text-transform: uppercase;
}
.ws-category-thumbnail .caption span{
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #9D9996;
}
#header{
   margin: 0 auto;
}
.ws_logo_footer{width: 150px;}

.ws-blog-navigation .page-numbers.current{
    border: 1px solid #2f3439;
    color: #2f3439;
}
.ws-blog-navigation .page-numbers{
		font-size: 14px;
    border: 1px solid #ccc;
    color: #ccc;
    padding: 3px 10px;
		margin-right: 5px;
}
.ws-blog-navigation .page-numbers.next, .ws-blog-navigation .page-numbers.prev{
		display:none;
}
.ws-blog-navigation .page-numbers:hover{
    border: 1px solid #2f3439;
		color: #2f3439;
    text-decoration:none;
}
.ws-blog-navigation .navigation{
	display: block;
	text-align: center;
}
.ws-blog-navigation{
    padding-top: 70px;
		padding-bottom: 100px;
}
.breadcrumb{
	color: #9D9996;
	font-size: 13px;
	letter-spacing: 0.5px;
	padding: 70px 0 20px 0;
	margin: 0;
	text-transform: uppercase;
	background-color: transparent;
}
.breadcrumb span.current{
	color: #2f3439;
	margin-left: 15px;
}
.breadcrumb a:last-of-type{
	margin-left: 15px;
}
.breadcrumb a:hover{
	color: #2f3439;
}
.breadcrumb a{
	text-decoration: none;
	color: #9D9996;
	margin-right: 15px;
}
.ws-post-type-description ul li h1{
	color: #2f3439;
	font-size: 24px;
	padding: 0;
	margin: 0 0 15px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: normal;
}
li.ws-post-type-category{
	display: none;
}
.ws-post-type-description ul li{
	list-style: none;
	letter-spacing: 0.5px;
}
.ws-post-type-description ul{
	padding: 0;
	margin: 0;
}
.ws-post-type-single-content{
	padding-top: 25px;
}
.ws-post-type-single-content p{
	color: #9D9996;
	padding: 0;
	margin: 0;
	letter-spacing: 0.5px;
	line-height: 2.2;
}
.ws-post-type-single-content .ws-button-dark{
	margin-top: 25px;
}
.ws-container-back {
	margin-top: 100px;
	margin-bottom: 70px;
	border-top: 1px solid #dddddd;
}
.slider-nav .slick-slide{
	margin-right: 5px;
}
.slick-slide{
	cursor: pointer;
	max-height: 500px;
}
.slider-nav .is-active{
	opacity: .5;
	transition: all .2s ease-in-out;
}
.slider-nav .slick-track{
	margin-top: 5px;
	float: left;
}
.slick-prev{
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	color: #000000;
	border-radius: 50%;
	background-color: #ffffff;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 2%;
	z-index: 9;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.06);
	transform: translateY(-50%);
}
.slick-next{
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	color: #000000;
	border-radius: 50%;
	background-color: #ffffff;
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 2%;
	z-index: 9;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.06);
	transform: translateY(-50%);
}
.article-archieve{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.single .page table{
	font-size: 14px;
	border: 1px solid #f2f2f2;
	letter-spacing: 0.5px;
	text-align: left;
	text-transform: uppercase;
	margin-top: 50px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
.single .page table tr:nth-child(odd) {
  background: #f5f5f5;
	border-bottom: 1px solid #f2f2f2;
}
.single .page table td{
	padding: 15px;
}
/* booking styles */
#book-item-modal .btn:hover:before{transform: scaleX(1);}
#book-item-modal .btn:before{
	content: "";
	position: absolute;
	z-index:-1;
	top: 0;  left: 0;  right: 0;  bottom: 0;
	background-color: #2f3439;
	transform: scaleX(0);
	transform-origin: 0 50%;
	transition: transform .3s ease-out;
}
#book-item-modal .btn{
	position: relative;
	z-index: 0;
	color: #2f3439;
	font-size: 14px;
  font-weight: 400;
	letter-spacing: 1.5px;
	line-height: normal;
	padding: 15px 45px;
	margin-top: 20px;
	width: 100%;
	border: 1px solid #2f3439;
  text-transform: uppercase;
}
#book-item-modal .btn:hover{
	color: #ffffff;
	background-color: transparent;
}
#book-item-modal .close:hover{
	background-color: #ffffff;
}
#book-item-modal .close img{
	height: 14px;
}
#book-item-modal .close{
	font-size: 18px;
	text-shadow: none;
	padding: 0;
	margin: 0;
	position: absolute;
	opacity: 1;
	top: 15px;
	right: 15px;
	background-color: transparent;
	width: 18px;
	height: 17px;
	line-height: 17px;
	transition: all .2s ease-in-out;
}
#book-item-modal .modal-header{
	padding: 0;
	margin: 0;
	display: block;
	height: 50px;
	border: none;
	background-color: transparent;
}
#book-item-modal .modal-content {
	border: none;
	border-radius: 0;
	box-shadow: none;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.06);
}
#book-item-modal .modal-body{
	padding: 0 40px 50px 40px;
}
#book-item-modal textarea{
	font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
	width: 100%;
  padding: 15px 15px;
	margin: 0;
  border-radius: 0;
  border: 1px solid #dddddd;
  background-color: #fff;
}
#book-item-modal input:focus, #book-item-modal textarea:focus{
	border-color: #2f3439
}
#book-item-modal input{
	font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 54px;
  height: 54px;
	width: 100%;
  padding: 0 15px;
	margin: 0;
  border-radius: 0;
  border: 1px solid #dddddd;
  background-color: #fff;
}
#book-item-modal input::placeholder, #book-item-modal textarea::placeholder{
	color: #9E9FA5;
}
#book-item-modal h4 span{
	text-decoration: underline;
}
#book-item-modal p{
	color: #9D9996;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	text-align: center;
	margin-bottom: 20px;
	letter-spacing: 0.5px;
}
#book-item-modal h4{
	color: #2f3439;
	font-size: 22px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-align: center;
	line-height: normal;
}

/* Call Modal */
#call-back-modal{
	z-index: 9999 !important;
}
#call-back-modal input.btn{
	position: relative;
	z-index: 0;
	color: #2f3439;
	font-size: 14px;
    font-weight: 400;
	letter-spacing: 1.5px;
	line-height: normal;
	padding: 15px 45px;
	margin-top: 20px;
	width: 100%;
	border: 1px solid #2f3439;
    text-transform: uppercase;
}
#call-back-modal .btn:hover{
	color: #ffffff;
	background-color: #2f3439;
}
#call-back-modal .ajax-loader{
	position: absolute;
    right: 20px;
    bottom: 85px;
}
#call-back-modal .close:hover{
	background-color: #ffffff;
}
#call-back-modal .close img{
	height: 14px;
}
#call-back-modal .close{
	font-size: 18px;
	text-shadow: none;
	padding: 0;
	margin: 0;
	position: absolute;
	opacity: 1;
	top: 15px;
	right: 15px;
	background-color: transparent;
	width: 18px;
	height: 17px;
	line-height: 17px;
	transition: all .2s ease-in-out;
}
#call-back-modal .modal-header{
	padding: 0;
	margin: 0;
	display: block;
	height: 50px;
	border: none;
	background-color: transparent;
}
#call-back-modal .modal-content {
	border: none;
	border-radius: 0;
	box-shadow: none;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.06);
}
#call-back-modal .modal-body{
	padding: 0 40px 50px 40px;
}
#call-back-modal input:focus, #call-back-modal textarea:focus{
	border-color: #2f3439
}
#call-back-modal input{
	font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 54px;
  height: 54px;
	width: 100%;
  padding: 0 15px;
	margin: 0;
  border-radius: 0;
  border: 1px solid #dddddd;
  background-color: #fff;
}
#call-back-modal input::placeholder, #call-back-modal textarea::placeholder{
	color: #9E9FA5;
}
#call-back-modal h4{
	color: #2f3439;
	font-size: 22px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-align: center;
	line-height: normal;
}
.ws-navbar-static .ws-languages:before{
	content: '|';
	margin-left: 25px;
	margin-right: 25px;
	color: #ffffff;
}
.ws-navbar-fixed .ws-languages:before{
	color: #000000;
}
.ws-languages{
	display: inline-flex;
}
.ws-languages li{
	margin-right: 15px !important;
}
.ws-languages li.active a{
	cursor: default;
	opacity: .6 !important;
}
.ws-languages li a{
	font-size: 14px !important;
}


/* Post Styles */
.article-archieve{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	/*align-items: center;
	margin-bottom: 100px;*/
}
.article-body{
	width: 50%;
}
.article-thumbnail{
	position: relative;
	text-align: center;
	width: 50%;
}
.article-thumbnail figure{
	overflow: hidden;
}
.article-thumbnail figure img{
	transform: scale(1);
	transition: transform .6s cubic-bezier(0.28, 0, 0.18, 1);
}
.article-thumbnail figure:hover img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.article-body h2.entry-title:hover{
	opacity: .7;
}
.article-body h2.entry-title a{
	color: #2f3439;
	text-decoration: none;
}
.article-body h2{
	font-size: 32px;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 0.5px;
	transition: all .2s ease-in-out;
}
.article-body .custom-button{
	margin-top: 30px;
}
.article-body .btn:hover:before{transform: scaleX(1);}
.article-body .btn:before{
	content: "";
	position: absolute;
	z-index:-1;
	top: 0;  left: 0;  right: 0;  bottom: 0;
	background-color: #2f3439;
	transform: scaleX(0);
	transform-origin: 0 50%;
	transition: transform .3s ease-out;
}
.article-body .btn{
	position: relative;
	z-index: 0;
	color: #2f3439;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.5px;
	line-height: normal;
	padding: 15px 45px;
	border: 1px solid #2f3439;
	text-transform: uppercase;
}
.article-body .btn:hover a{
	color: #ffffff !important;
}
.article-body .btn a{
	color: #2f3439;
	text-decoration: none;
}
.article-body .btn:hover{
	color: #ffffff !important;
}
.ws-article-content{
	padding-top: 100px;
	padding-bottom: 100px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.article-body .cat-links a:hover{
	color: #2f3439 !important;
}
.article-body .cat-links a{
	color: #9D9996;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}
.article-body .ws-posted-on{
	color: #9D9996;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}
body.single-post article.post .ws-journal-single-content a{
	color: #2f3439;
}
body.single-post article.post .ws-journal-single-content img,
body.page article.page .ws-journal-single-content img{
	margin-top: 15px;
	margin-bottom: 15px;
}
.ws-journal-single-content{
	width: 100%;
}
.ws-journal-single-content ul{
	padding-left: 20px;
}
.ws-journal-single-content p:last-of-type,
.ws-journal-single-content li:last-of-type{
	margin: 0;
	padding: 0;
}
.page-links{
	width: 100%;
	display: inline-block;
	padding-top: 20px;
	padding-bottom: 20px;
}
.no-results{
	width: 100%;
}
.no-results h1{
	letter-spacing: 1.5px;
	margin-bottom: 20px;
}
.no-results .search-form {
	position: relative;
	width: 50%;
}
.no-results .search-form .search-submit {
	background-color: transparent;
	padding: 0;
	margin: 1px 0 0 0;
	border: none;
	border-radius: 0;
	cursor: pointer;
	position: absolute;
	height: 100%;
	top: 0;
	right: 3%;
}
.no-results input.search-field {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 40px;
	height: 40px;
	width: 100%;
	padding: 0 15px;
	border-radius: 0;
	border: 1px solid #dddddd;
	background-color: #fff;
}
.entry-content table, .comment-content table{
	border-collapse: collapse;
	margin-bottom: 25px;
	width: 100%;
}
.entry-content table tbody tr:nth-child(odd), .comment-content table tbody tr:nth-child(odd){
	background: #f5f5f5;
}
.entry-content table td, .comment-content table td{
	padding: 10px;
}
.entry-content table th, .comment-content table th{
	padding: 10px;
}
.entry-content, .comment-content{
	width: 100%;
}
.entry-content a, .comment-content a{
	color: #2f3439;
}
.entry-content a:hover, .comment-content a:hover{
	color: #9D9996 !important;
}
.entry-content ul, .comment-content ul{
	padding-left: 20px;
}
.entry-content p, .entry-content li, .comment-content p, .comment-content li{
	margin-bottom: 10px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6{
	margin-bottom: 20px;
}
.entry-content p:last-of-type, .comment-content p:last-of-type{
	margin: 0;
	padding: 0;
}
body.single-post article.post{
	padding-top: 100px;
}
body.page article.page .ws-page-single-content h1,
body.page article.page .ws-page-single-content h2,
body.page article.page .ws-page-single-content h3,
body.page article.page .ws-page-single-content h4,
body.page article.page .ws-page-single-content h5,
body.page article.page .ws-page-single-content h6{
	margin-bottom: 15px;
}
body.single-post article.post .ws-journal-single-content h1,
body.single-post article.post .ws-journal-single-content h2,
body.single-post article.post .ws-journal-single-content h3,
body.single-post article.post .ws-journal-single-content h4,
body.single-post article.post .ws-journal-single-content h5,
body.single-post article.post .ws-journal-single-content h6{
	margin-bottom: 15px;
}
body.single-post article.post .ws-journal-single-content ol,
body.single-post article.post .ws-journal-single-content ul,
body.page article.page .ws-page-single-content ol,
body.page article.page .ws-page-single-content ul{
	margin-bottom: 20px;
}
body.single-post article.post .ws-journal-single-content p,
body.single-post article.page .ws-page-single-content p{
	margin-bottom: 20px;
}
body.page-template-default article.page{
	padding-top: 150px;
	padding-bottom: 50px;
}
body.page-template-default article.page h1{
	letter-spacing: 1.5px;
	margin-bottom: 15px;
}
/*body.page-template-template-image-page article.page{*/
	/*padding-top: 100px;*/
	/*padding-bottom: 100px;*/
/*}*/
body.single-post .ws-article-sidebar, body.page-template-default .ws-article-sidebar{
	padding-top: 150px;
}
.ws-article-sidebar ul.ws-social-widget{
	text-align: left;
}
.ws-article-sidebar ul.ws-social-widget a{
	font-size: 18px;
}
#ws-header .ws-navbar-blog-fixed{
	padding: 23px 60px !important;
	background-color: #ffffff !important;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.06) !important;
}
#ws-header .ws-navbar-blog-fixed .ws-menu-icon span{
	background: #212529 !important;
}
#ws-header .ws-navbar-blog-fixed li a {
	color: #212529;
}
#ws-header .ws-navbar-blog-fixed .first-logo{
	display: none !important;
}
#ws-header .ws-navbar-blog-fixed .second-logo{
	display: block !important;
}
.ws-journal-single-header h1{
	text-align: center;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.ws-journal-single-header ul{
	padding: 0;
	margin: 0;
}
.ws-journal-single-header a:hover{
	color: #2f3439 !important;
}
.ws-journal-single-header a{
	color: #9E9FA5;
	text-decoration: none;
}
.ws-journal-single-header ul li:after{
	content: '|';
	margin-left: 5px;
}
.ws-journal-single-header ul li{
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	list-style: none;
	display: inline;
	margin-right: 5px;
}
.ws-journal-single-header ul li:last-of-type:after{
	content: none;
	margin-left: 0;
}
.ws-journal-single-header ul li:last-of-type{
	margin-right: 0;
}
.ws-journal-single-tags{
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}
figure.ws-journal-single-image{
	text-align: center;
	width: 100%;
}
figure.ws-journal-single-image img{
	margin-bottom: 25px;
}
.alignleft{
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.aligncenter{
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.ws-journal-single-content p{
	font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.5px;
}
.ws-journal-single-content h1,
.ws-journal-single-content h2,
.ws-journal-single-content h3,
.ws-journal-single-content h4,
.ws-journal-single-content h5,
.ws-journal-single-content h6{
	font-weight: 400;
    line-height: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
}


/* Pages */
.page-id-3043 .container,
.page-id-1827 .container,
.page-id-1784 .container,
.page-id-1263 .container,
.page-id-3045 .container,
.page-id-2569 .container,
.page-id-2567 .container,
.page-id-2558 .container{
    max-width: 960px;
}
.page-id-3043 .wpb_single_image,
.page-id-1827 .wpb_single_image,
.page-id-1784 .wpb_single_image,
.page-id-1263 .wpb_single_image,
.page-id-3045 .wpb_single_image,
.page-id-2569 .wpb_single_image,
.page-id-2567 .wpb_single_image,
.page-id-2558 .wpb_single_image{
	padding-top: 15px;
}
.summer-parties{
	text-align: center;
	margin-bottom: 10px;
}
.summer-parties-calendar{
	text-align: center;
	margin-bottom: 25px;
}
.summer-parties-day{
	color: #999999;
	text-transform: uppercase;
	font-weight: 400;
}
.summer-parties-item a{
	text-decoration: underline;
}
.summer-parties-title{
	font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0 auto;
    width: fit-content;
    padding: 10px;
	margin-bottom: 20px;
    color: #ffffff;
    background-color: #2f3439;
}
.ws-call-icon{
	margin-right: 25px;
}
.ws-footer-arrow{
	position:fixed;
	bottom: 12.5%;
	right:5%;
	display:none;
	z-index: 99999;
}
.drp-buttons .btn-primary {
	color: #fff;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.totop{
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background-color: #2f3439;
	display: inline-block;
	text-align: center;
}

.totop img{
	width: 10px;
}

/*
====================================*/
.container .vc_custom_1532259309640 {
    background-color: rgba(0,0,0,0.6) !important;
    *background-color: rgb(0,0,0) !important;
}

/*
====================================*/
.btn-yellow{
	background-color: #FFDE00 !important;
	color: #050507 !important;
	padding: 15px 25px !important;
}

/*
==========================================*/
.back_call_ico {
    position: fixed;
    bottom: 40px;
    left: 40px;
    z-index: 9999;
}

#uptocall-mini .uptocall-mini-phone {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50% ;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #70b500;
    width: 70px;
    height: 70px;
    border: none;
    cursor: pointer;
    -webkit-animation: uptocallmini 1.5s 0s ease-out infinite;
    -moz-animation: uptocallmini 1.5s 0s ease-out infinite;
    animation: uptocallmini 1.5s 0s ease-out infinite;
}

#uptocall-mini .uptocall-mini-phone:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 90%;
    top: 0;
    left: 0;
    background-image: url(assets/images/uptocall-mini.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: uptocallphone 1.5s linear infinite;
    -moz-animation: uptocallphone 1.5s linear infinite;
    animation: uptocallphone 1.5s linear infinite;
}

#uptocall-mini:hover .uptocall-mini-phone {
    -webkit-animation: uptocallmini2 1s 0.4s ease-out infinite;
    -moz-animation: uptocallmini2 1s 0.4s ease-out infinite;
    animation: uptocallmini2 1s 0.4s ease-out infinite;
}

@-webkit-keyframes uptocallphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-moz-keyframes uptocallphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes uptocallphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes uptocallmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(23, 167, 167, 0), 0 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px 0px rgba(23, 167, 167, 0);
    }
    10% {
        box-shadow: 0 0 8px 6px #1affb3, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px #1affb3;
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(23, 167, 167, 0), 0 0 0px 40px rgba(0, 0, 0, 0), 0 0 0px 40px rgba(23, 167, 167, 0);
    }
}

@-moz-keyframes uptocallmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(23, 167, 167, 0), 0 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px 0px rgba(23, 167, 167, 0);
    }
    10% {
        box-shadow: 0 0 8px 6px #1affb3, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px #1affb3;
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(23, 167, 167, 0), 0 0 0px 40px rgba(0, 0, 0, 0), 0 0 0px 40px rgba(23, 167, 167, 0);
    }
}

@keyframes uptocallmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(23, 167, 167, 0), 0 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px 0px rgba(23, 167, 167, 0);
    }
    10% {
        box-shadow: 0 0 8px 6px #1affb3, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px #1affb3;
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(23, 167, 167, 0), 0 0 0px 40px rgba(0, 0, 0, 0), 0 0 0px 40px rgba(23, 167, 167, 0);
    }
}


/*
======================================*/
.article-thumbnail .breadcrumb{
	margin: 15px -15px 30px;
	padding: 0;
}

.article-thumbnail{
	overflow: hidden;
}

.article-thumbnail .slick-slide{
	max-height: 1400px;
}

.article-thumbnail .slick-slide img{
	width: 100%; 
	max-width: 100% !important;
}

.slick-dots{
	list-style: none;
	margin: 0 ;
	padding: 0;
	text-align: center;
	position: relative;
	z-index: 9;
	top: -50px;
}

.slick-dots li{
	display: inline-block;
	margin: 0 3px;
}

.slick-dots button{
	text-indent: -9999px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	overflow: hidden;
	font-size: 0;
	border: none;
	padding: 0;
	background-color: rgba(255,255,255, .5);
	transition: all .3s;
	cursor: pointer;
}

.slick-dots button:hover{
	background-color: #fff;
}

.slick-dots .slick-active button{	
	background-color:  #2f3439;
}

/*
==================================*/
.mic-item{
	color: #2f3439;
	margin-top: 2px;
	margin-right: 10px;
	font-size: 14px;
}

.mic-item span{ 
	display: inline-block; 
}

/*.mic-item span::before{*/
/*	content: " - ";*/
/*	display: inline-block;*/
/*	padding: 0 2px 0 3px;*/
/*}*/

.date {
    margin-bottom: 0 !important;
    line-height: 1 !important;
    margin-top: 20px;
}

.space-50 {
    height: 50px;
}

.event__card {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    padding-right: 10px;
    border: 1px solid #FFFFFF;
    -webkit-user-select: none;        
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
}

.event__card:hover {
    border: 1px solid #FFDA1D;
}

.event__card h1 {
    margin-bottom: 0;
    background: #FFDA1D;
    padding: 5px 10px;
    color: #FFFFFF;
    font-size: 28px;
    margin-right: 10px;
}
.event__card p {
    font-size: 18px;
}

.modal {
    z-index: 10000 !important;
}

.mfp-bg {
    background : #404040 !important;
    opacity: 1 !important;
}

.daterangepicker {
    z-index: 10000;
}

@media (max-width: 450px) {
    .daterangepicker {
        position: fixed !important;
        top: 30px !important;
    }
    .slider-single-btm {
        margin-top: -30px;
    }
}

.prod__page__cont {
    margin-top: 50px;
}

.slick-track {
    margin-left: 0;
}

.slider-single-btm .slick-slide {
    margin: 0 3px;
}

.slider-single-btm .slick-list {
    margin: 0 -3px;
}

.ws-category-thumbnail figure, .ws-category-thumbnail .thumb-gallery-slider {
    height: auto;
    max-height: 300px;
}

._show_1e.wrap_mW {
    z-index: 5000 !important;
}

.front-slider .slick-list {
    height: 100vh;
}

.front-slider .slick-slide {
    cursor: default;
}

@media (max-width: 1024px) {
    .front-slider img {
        width: auto !important;
        min-height: 100vh;
        max-height: 100vh;
    }   
}

.a__center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.f__s__cont {
    position: relative;
    height: 100vh;
}

.post__loader {
    margin: 0 auto;
}

.posts__container {
    justify-content: center;
}

.contact__links {
    display: none;
}

.contact__links a {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 30px;
    margin-top: 15px;
}

.contact__links a span {
    font-size: 16px;
    color: #9D9996;
    margin-top: 15px;
}

.contact__links a img {
    min-height: 64px;
    max-height: 64px;
}

.contact__links .c__l__cont {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.front-slider .slick-list {
    height: 100vh;
}

.front-slider .slick-slide {
    cursor: default;
}
#ws-hero-image .vc_column-inner {
    padding: 0;
}
.front-slider img {
    width: 100%;
}
.f__s__cont {
    position: relative;
    height: 100vh;
}
.ws-footer-bottom a {
    color: #ffde1f !important;
    font-weight: bold;
}


@media (max-width: 1024px) {
    .front-slider img {
        width: auto !important;
        min-height: 100vh;
        max-height: 100vh;
    }   
}

@media (max-width: 768px) {
    .front-slider img {
        width: auto !important;
        min-height: 100vh;
        max-height: 100vh;
        margin-left: -100%;
    }   
}

@media (max-width: 480px) {
    .contact__links {
        display: flex;   
        flex-direction: column;
        align-items: flex-start;
    }
}
@media (max-width: 550px) {
    .ws-instagram-widget {
        padding: 40px 15px;
    }
    .zoom-instagram-widget__item {
        width: 200px;
        height: 200px;
    }
    .zoom-instagram-widget__items .zoom-instagram-widget__item .zoom-instagram-link {
        width: 100% !important;
        height: 100% !important;
    }
    .zoom-instagram-widget__items {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
.fixed-call-btn {
    display: inline-block;
    width: 64px;
    height: 64px;
    cursor: pointer;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    bottom: 50px;
    left: 50px;
    z-index: 999;
    position: fixed;
}
.fixed-call-btn .inner .phone-link {
    text-decoration: none;
    background-image: url(assets/images/whatsapp.svg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    height: 100%;
    color: transparent;
    white-space: nowrap;
    width: 100%;
}
.fixed-call-btn .inner {
    width: 100%;
    height: 100%;
    overflow: visible;
}
.ws-category-thumbnail .thumb-gallery-slider img {
    width:100%;
    height: 100%;
    object-fit: auto;
}
header .mobile_phone {
    top: 90px;
    z-index: 11;
    background-color: #fff;
    position: fixed;
    box-shadow: 0 0 3px rgba(0,0,0,.5);
    border-radius: 10px;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    transform: translate(-50%,-50%);
    display: inline-block;
    padding: 4px 6px;
    transition: display .4s;
    right: -40px;
    height: auto;
}
header .mobile_phone svg {
    font-size: 23px;
    color: #5b5959;
}
header .mobile_phone a {
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#thumb-gallery-slider a {
    display: none;
}
#thumb-gallery-slider a:first-child {
    display: flex;
}
.fancybox-button--thumbs {
    display:none !important;
}
.zoom-instagram-widget__follow-me {
    display: none;
}
@media(max-width: 360px) {
    .fixed-call-btn {
        bottom: 20px;
        left: 20px;
    }
}