/* 
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
*/
body {
  position: relative;
  overflow-x: hidden;
  width: 100%;
}
body.scroll-disabled {
  overflow: hidden;
}

.holes-3sgolf {
  overflow: visible;
}
.holes-3sgolf .hole {
  width: 600px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.holes-3sgolf .hole .image {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.holes-3sgolf .hole .image .post-title {
  font-size: 26px;
  font-family: var(--e-global-typography-a28077a-font-family), Sans-serif;
  color: var(--e-global-color-text);
  line-height: 27px;
  width: 80px;
  height: 80px;
  text-align: center;
  background-color: var(--e-global-color-secondary);
  border-radius: 50%;
  position: absolute;
  top: 40px;
  left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}
.holes-3sgolf .hole .text-wrapper {
  background-color: #fff;
  padding: 40px;
}
.holes-3sgolf .hole .text-wrapper .excerpt {
  font-size: 21px;
  font-weight: 400;
  line-height: 34px;
  color: var(--e-global-color-text);
  padding-bottom: 75px;
}
.holes-3sgolf .hole .text-wrapper .hole-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  font-family: var(--e-global-typography-a28077a-font-family), Sans-serif;
  font-size: 34px;
  line-height: 45px;
  color: #379683;
  margin-top: 30px;
  position: absolute;
  bottom: 40px;
}
.holes-3sgolf .hole .text-wrapper .read-more {
  display: none;
  margin-top: 40px;
}
.holes-3sgolf .hole .text-wrapper .read-more a {
  display: inline-block;
  font-family: var(--e-global-typography-a28077a-font-family), Sans-serif;
  font-size: 21px;
  line-height: 28px;
  text-transform: uppercase;
  color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-primary);
  padding: 20px 30px;
}
.holes-3sgolf .hole.swiper-slide {
  height: auto;
}
.holes-3sgolf .hole.swiper-slide:hover .read-more {
  bottom: 40px;
}
.holes-3sgolf .swiper-scrollbar {
  width: 335px;
  height: 20px;
  top: -106px;
  right: 0;
  left: auto;
  background-color: #fff;
}
.holes-3sgolf .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #379683;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.holes-3sgolf .swiper-scrollbar .swiper-scrollbar-drag:before {
  content: url(./assets/images/drag-icon.svg);
}
.holes-3sgolf:not(.swiper) > .inner-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.holes-3sgolf:not(.swiper) > .inner-wrapper .hole {
  width: auto;
}
.holes-3sgolf .nav-buttons {
  display: none;
  gap: 60px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 60px;
}
.holes-3sgolf .nav-buttons > div {
  cursor: pointer;
}
.holes-3sgolf .nav-buttons > div.button-next {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media (max-width: 767px) {
  .holes-3sgolf > .inner-wrapper {
    grid-template-columns: 1fr !important;
  }
  .holes-3sgolf > .inner-wrapper .hole {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .holes-3sgolf > .inner-wrapper .image {
    height: 222px;
  }
  .holes-3sgolf > .inner-wrapper .image .post-title {
    font-size: 20px;
    line-height: 20px;
    width: 60px;
    height: 60px;
    top: 20px;
    left: 20px;
  }
  .holes-3sgolf > .inner-wrapper .text-wrapper {
    padding: 20px;
  }
  .holes-3sgolf > .inner-wrapper .text-wrapper .excerpt {
    font-size: 16px;
    line-height: 26px;
  }
  .holes-3sgolf > .inner-wrapper .text-wrapper .hole-info {
    font-size: 26px;
    line-height: 34px;
  }
  .holes-3sgolf .swiper-scrollbar {
    display: none;
  }
  .holes-3sgolf.swiper {
    overflow: hidden;
  }
  .holes-3sgolf.swiper .nav-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.burger-menu {
  position: relative;
  z-index: 2;
}
.burger-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  background: var(--e-global-color-secondary);
  border-radius: 50%;
}
.burger-menu a * {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.burger-menu a > div {
  width: 28px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}
.burger-menu a > div > div {
  width: 100%;
  height: 2px;
  background-color: var(--e-global-color-primary);
}
.burger-menu a.active {
  background: var(--e-global-color-primary);
}
.burger-menu a.active > div > div {
  background: var(--e-global-color-secondary);
}
.burger-menu a.active > div > div:nth-child(1) {
  -webkit-transform: rotateZ(45deg) translate(6.5px, 6.5px);
          transform: rotateZ(45deg) translate(6.5px, 6.5px);
}
.burger-menu a.active > div > div:nth-child(2) {
  opacity: 0;
}
.burger-menu a.active > div > div:nth-child(3) {
  -webkit-transform: rotateZ(-45deg) translate(6px, -6px);
          transform: rotateZ(-45deg) translate(6px, -6px);
}

.fullscreen-menu {
  position: fixed;
  background: var(--e-global-color-primary);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.fullscreen-menu ul.menu {
  padding: 0;
  list-style: none;
}
.fullscreen-menu ul.menu li {
  margin-bottom: 30px;
  position: relative;
}
.fullscreen-menu ul.menu li.current-menu-item:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  margin: auto;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fullscreen-menu ul.menu li a {
  font-size: 21px;
  font-family: var(--e-global-typography-a28077a-font-family);
  font-weight: 700;
  line-height: 28px;
  color: var(--e-global-color-secondary);
}
.fullscreen-menu .social-icons {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  text-align: center;
}
.fullscreen-menu .social-icons .elementor-widget-container {
  text-align: center !important;
}
.fullscreen-menu .social-icons .elementor-widget-container .elementor-social-icons-wrapper {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.fullscreen-menu .social-icons .elementor-widget-container .elementor-social-icons-wrapper .elementor-grid-item {
  margin: 0 !important;
}/*# sourceMappingURL=style.css.map */