/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/*TABLE OF CONTENTS

01 - Header
02 - Global
03 - Mobile
*/

/* /////////////////////////////////////////////////////////////////////
//  01 - Header
/////////////////////////////////////////////////////////////////////*/

.cw-swiper > .swiper-wrapper{
  transition-timing-function : linear;
}

/* /////////////////////////////////////////////////////////////////////
//  02 - Global
/////////////////////////////////////////////////////////////////////*/

button,
button:hover,
*:focus {
  outline: 0 !important;
  -webkit-box-shadow:
    0 0 0 0rem #fff,
    0 0 0 0rem #fff !important;
          box-shadow:
    0 0 0 0rem #fff,
    0 0 0 0rem #fff !important;
}

button::-moz-focus-inner {
  padding: 0;
}

ul {
  padding-left: 16px;
  margin-top: 0;
  margin-bottom: 0.9rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit !important;
}

.comments-area a, .page-content a {
  text-decoration: none;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  pointer-events: none;
}

.blurred-image,
.blurred-image .elementor-widget-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: -1;
  margin-bottom: 0 !important;
}

.blurred-image img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  filter: blur(4px);
  transform: scale(1.1);
}

.hover-effect .post-wrapper,
.hover-effect .tax-wrapper {
  -webkit-transition: box-shadow 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, box-shadow 0.5s, -webkit-transform 0.5s, background-color 0.5s;
}

.hover-effect .post-wrapper:hover,
.hover-effect .tax-wrapper:hover {
  -webkit-box-shadow: 0 13px 21px 6px rgb(0 0 0 / 20%);
  box-shadow: 0 13px 21px 6px rgb(0 0 0 / 20%);
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
  -webkit-transition: box-shadow 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, box-shadow 0.5s, -webkit-transform 0.5s, background-color 0.5s;
}

.elementor-icon-wrapper {
  display: flex;
}

.elementor-icon svg,
.elementor-icon-list-icon svg {
  stroke-width: 1;
}

.tax-wrapper {
  position: relative;
}

.tax-title {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 12px;
  min-width: 150px;
  text-align: center;
}

.share-button-wrapper {
	display: flex;
    flex-wrap: wrap;
    float: left;
	margin-right: 6px;
}

.fab .share-button-wrapper {
	padding: 6px 12px 6px 12px;
    color: white;
	font-weight: 400;
}

.share-button-wrapper .fab a:active, a:hover {
    color: white;
}

.share-button {
	color: #fff;
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin-right: 6px;
}

.post-wrapper,.post-image img {
 background-size: 100%;
-webkit-transition: background-size 0.3s;
transition: background-size 0.3s;
}

.post-image img {
 background-size: 100%;
-webkit-transition: background-size 0.3s;
transition: background-size 0.3s;
}

.post-image:hover img {
  background-size: 110% !important;
}


.post-read-more {
  display: inline-block;
  position: relative;
}


.post-read-more::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0.6);
  height: 3px;
  bottom: -6px;
  right: 0;
  background-color: var(--e-global-color-primary);
  transform-origin: bottom left;
  transition: transform 0.25s ease-out;
}

.post-read-more:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
  height: 3px;
}


.icon-hover .elementor-button-link {
  position: relative;
  overflow: hidden;
}

.icon-hover .elementor-button-content-wrapper {
  align-items: center !important;
}

.icon-hover .elementor-button-icon {
  width: 35px;
  line-height: 35px;
  color: #fff;
  position: relative;
}

.icon-hover .elementor-button-icon i {
  transform: rotate(0deg);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.icon-hover .elementor-button-link:hover .elementor-button-icon::before {
  transform: scale(10);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.icon-hover .elementor-button-link:hover .elementor-button-text {
  color: #fff !important;
  z-index: 10;
}

.icon-hover .elementor-button-link:hover .elementor-button-icon i {
  transform: rotate(-90deg);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.icon-hover .elementor-button-icon i {
  position: relative;
}

.icon-hover .elementor-button-icon::before {
  content: '';
  background: var(--e-global-color-primary);
  height: 35px;
  width: 35px;
  display: block;
  border-radius: 100%;
  position: absolute;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.icon-hover.blue .elementor-button-icon::before {
  background: var(--e-global-color-9f2ea3f);
}

.icon-hover.green .elementor-button-icon::before {
  background: var(--e-global-color-3f55d54);
}

.icon-hover.orange .elementor-button-icon::before {
  background: var(--e-global-color-30b3b7d);
}

.swiper-wrapper {
	/* animation properties */
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  
  -moz-animation: my-animation 15s linear infinite;
  -webkit-animation: my-animation 15s linear infinite;
  animation: my-animation 15s linear infinite;
}

/* /////////////////////////////////////////////////////////////////////
//  03 - Mobile
/////////////////////////////////////////////////////////////////////*/

@media all and (min-width: 768px) {
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  .column {
    float: left;
    width: 50%;
    padding-right: 20px;
  }

  .column:last-child {
    padding-right: 0;
  }
}

@media all and (max-width: 1024px) {
	
	#mobile-menu,
	#reservation {
    max-width: 65%;
	margin: 0;
  }

}

@media all and (max-width: 880px) {

}

@media all and (max-width: 767px) {
  .mobile-hidden .elementor-icon-box-content {
    display: none;
  }
	
	#mobile-menu,
	#reservation {
    max-width: 85%;
	margin: 0;
  }
}

@media all and (max-width: 100%) {
  .elementor-widget-taxonomy-widget .elementor-grid,
  .elementor-widget-post-widget .elementor-grid  {
    grid-template-columns: repeat(1,1fr) !important;
  }
}