/* 
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
*/

/* Add your custom styles here */
.burger-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgb(6 6 6 / 60%);
  display:none;
}
.burger-popup_inner {
  float: right;
  background: #b09d5f;
  height: 100%;
  width: 400px;
  max-width: 80%;
  padding: 35px 15px;
  overflow-y: auto;
}
.burger-popup_inner .menu {
  list-style-type: none;
  padding: 0;
}
.burger-popup_inner .menu li {
  padding: 5px 0;
  border-bottom: 1px solid rgb(255 255 255 / 50%);
}
.burger-popup_inner .menu li a {
  color: #fff;
  font-size: 18px;
}
.burger-popup_inner .menu li a:hover {
  color: #4A4A4A;
}
.burger-icon {
  display: flex;
  /* background: #b6a257; */
  width: 50px;
  height: 50px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  /* box-shadow: 2px 2px 5px #727272; */
}
.burger-icon span {
  display: block;
  height: 3px;
  background: #ac9b5f;
  border-radius: 4px;
  margin: 3px 0;
  width: 70%;
}
.burger-popup_inner__close {
  color: #fff;
  font-weight: bold;
  width: 25px;
  height: 25px;
  margin-right: auto;
  text-align: center;
  cursor: pointer;
}
.swap-ib .elementor-widget-container {
  width: 400px !important;
  max-width: 100%;
  margin: auto;
  position: relative;
}
.swap-ib .elementor-icon-box-icon {
  background: #ac9b5f;
  height: 100%;
  position: absolute;
  vertical-align: middle;
  display: flex !important;
  align-items: stretch;
  left: 0;
  width: 25px;
  justify-content: center;
  margin: 0 !important;
  top: 0;
}
.swap-ib .elementor-icon-box-icon > a {
  display: flex;
  align-items: center;
 }
.space2-gallery {
  max-width: 900px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.space2-gallery .elementor-swiper-button i:before {
  color: #ac9b5f;
}
.space2-gallery .elementor-image-carousel-wrapper {
  padding-bottom: 0;
}
.space2-gallery .swiper-pagination {
  width: auto;
  left: 10%;
  bottom: 15px;
}
.space2-gallery .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #fff;
}
.space2-gallery .elementor-swiper-button-prev {
  left: -5px;
}
.space2-gallery .elementor-swiper-button-next {
  right: -5px;
}
.space2-form input {
  padding: 6px 0 !important;
}
.space2-form [type="submit"] {
  flex: 0 !important;
  padding: 0 !important;
  margin-right: auto;
}
.space2-form [type="submit"]:focus {
  border: none !important;
  outline: none;
}
.space2-form .e-form__buttons {
  justify-content: flex-end;
}
.space2-form [type="submit"] > span {
  border-right: 4px solid #ab9d60;
  padding-right: 5px;
}
.space2-form .elementor-widget-container form:after {
  content: '';
  width: 5px;
  display: block;
  background: #ac9b5f;
  height: 155px;
  position: absolute;
  top: 0;
  right: 0;
}
.space2-form .elementor-widget-container form {
  margin-right: 15px;
}
.cont-info a {
  color: #000;
}










@media (max-width:767.98px) {
  .burger-icon {
    /* position: absolute;
    z-index: 99;
    left: 0; */
}
}