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


.book-form {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform;
}

.book-form.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transform: translateY(-20px);
	margin-top:0px;
}

.book-form.fixed.animate {
  transform: translateY(0);
	    padding: 0;

}

.wp-gr .wp-google-wr a {
    padding: 10px 18px 12px !important;
	text-shadow: inherit !important;}

@media (max-width: 992px) {

 iframe {
        width:95% !important;
        margin: 0px auto !important;
        left: 0 !important;
        right: 0 !important;}
	
}

@media (max-width: 767px) {
    body {overflow-x:hidden;}
    .elementor-popup-modal {position:fixed !important; top:0 !important;}
    .dialog-widget-content .dialog-close-button {top: 7.5% !important;}
}

.book-form iframe{
  width: 800px !important;
  margin: 0px auto !important;
  left: 0px;
  right: 0px;
	max-width:100% !important;
}

#fixform{ display:none;}
.open#fixform{ display:block; z-index:15;}

.burger.open span{ display:none}
  .burger {
      position:relative;
      top:0rem;
      left:0rem;
      width:32px;
      height: 24px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      cursor: pointer;
      z-index: 1003;
    }
    .burger span {
      display: block;
      height: 4px;
      background:#fff;
      border-radius: 2px;
      transition: transform .3s, opacity .3s;
    }
    .burger.open span:nth-child(1) {
      transform: translateY(10px) rotate(45deg);
    }
    .burger.open span:nth-child(2) {
      opacity: 0;
    }
    .burger.open span:nth-child(3) {
      transform: translateY(-10px) rotate(-45deg);
    }

    #overlay {
      display: none;
      position: fixed;
      top:0; left:0;
      width:100%; height:100%;
      background: rgba(0,0,0,0.8);
      z-index:15;
    }
    #overlay.open {
      display: block;
    }

    .side-menu {
      position: fixed;
      top:97px; left: -300px;
      width:300px; height: 100%;
      background:#e79f7d;
      color: #fff;
      padding: 2rem 0;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      transition: left .4s ease;
      z-index:9999;
    }
    .side-menu.open {
      left: 0;
    }

    .side-menu .close-btn {
      align-self: flex-end;
      font-size: 2rem;
      cursor: pointer;
      margin-bottom: 1.5rem;
		display:none;
    }

    .side-menu nav ul {
      list-style: none;
      width: 100%;
    }
    .side-menu nav ul li {
      margin: 1rem 0;
    }
    .side-menu nav ul li a {
      color: #fff;
      text-decoration: none;
      font-size: 1.25rem;
      transition: color .2s;
    }
    .side-menu nav ul li a:hover {
      color: #0af;
    }

.side-menu .elementor-location-header {
    width: 100%;
}

.side-menu .elementor-location-header ul li{border-bottom: 1px solid #5858586b;}
.elementor-element-99855d3{overflow:hidden}