/**
Theme Name: Getaway
Author: Digitalist
Author URI: https://digitalist.dk
Description: Getaway
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: getaway
Template: astra
*/
/*------------------------------------*\
    Breakpoints

    Usage eg.:

    @include bp(largetablet) {
        height: 500px !important;
    }

\*------------------------------------*/
/*------------------------------------*\
    Colors
\*------------------------------------*/
variables {
  --ast-global-color-0: initial;
  --ast-global-color-1: initial;
  --ast-global-color-2: initial;
  --ast-global-color-3: initial;
  --ast-global-color-4: initial;
  --ast-global-color-5: initial;
  --ast-global-color-6: initial;
  --ast-global-color-7: initial;
  --ast-global-color-8: initial;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*------------------------------------*\
    Desktop header
\*------------------------------------*/
#ast-desktop-header .main-navigation .sub-menu {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 240px;
}

.main-header-bar {
  border: 0;
}

/*------------------------------------*\
    Mobile header
\*------------------------------------*/
#masthead .ast-mobile-header-wrap .ast-site-identity {
  padding: 0 0.5em;
}
#masthead .ast-mobile-header-wrap .ast-primary-header-bar {
  padding-right: 5px;
  padding-left: 5px;
}
#masthead .ast-mobile-header-wrap .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle {
  background: transparent !important;
  outline: none;
  border: 0;
  color: var(--ast-global-color-1) !important;
  right: 10px;
}
#masthead .ast-mobile-header-wrap .main-header-bar-navigation .sub-menu > .menu-item > .sub-menu > .menu-item > .menu-link {
  padding-left: 45px !important;
}
#masthead .ast-mobile-header-wrap .main-header-bar-navigation .sub-menu > .menu-item > .sub-menu > .menu-item > .menu-link .ast-icon {
  display: none !important;
}

/*------------------------------------*\
    Header
\*------------------------------------*/
/*
#ast-desktop-header{
  .ast-main-header-wrap{
	.site-primary-header-wrap{
	  padding-left: 20px;
	  padding-right: 20px;
	}
  }
}
*/
/*------------------------------------*\
    Hamburger
\*------------------------------------*/
.main-header-menu-toggle .mobile-menu-toggle-icon {
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  position: relative;
  width: 30px;
  height: 2px;
  background: var(--ast-global-color-5);
}
.main-header-menu-toggle .mobile-menu-toggle-icon .ahfb-svg-iconset {
  height: 30px;
  width: 30px;
  opacity: 0;
}
.main-header-menu-toggle .mobile-menu-toggle-icon:before, .main-header-menu-toggle .mobile-menu-toggle-icon:after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: var(--ast-global-color-5);
  transition-property: transform;
  transition-duration: 0.25s;
  transition-timing-function: ease;
  position: absolute;
  right: 0;
}
.main-header-menu-toggle .mobile-menu-toggle-icon:before {
  top: -8px;
}
.main-header-menu-toggle .mobile-menu-toggle-icon:after {
  top: 8px;
}
.main-header-menu-toggle .mobile-menu-toggle-icon:hover:before, .main-header-menu-toggle .mobile-menu-toggle-icon:hover:after {
  transform: translate3d(-5px, 0px, 5px);
}
.main-header-menu-toggle.toggled .mobile-menu-toggle-icon {
  background: transparent;
}
.main-header-menu-toggle.toggled .mobile-menu-toggle-icon:before {
  transform: translate3d(0px, 7px, 0) rotate(45deg);
  background-color: var(--ast-global-color-0) !important;
}
.main-header-menu-toggle.toggled .mobile-menu-toggle-icon:after {
  background-color: var(--ast-global-color-0) !important;
  transform: translate3d(0px, -9px, 0) rotate(-45deg);
}

.ast-theme-transparent-header:not(.ast-primary-sticky-header-active) .main-header-menu-toggle .mobile-menu-toggle-icon {
  background: var(--ast-global-color-5) !important;
}
.ast-theme-transparent-header:not(.ast-primary-sticky-header-active) .main-header-menu-toggle .mobile-menu-toggle-icon:before, .ast-theme-transparent-header:not(.ast-primary-sticky-header-active) .main-header-menu-toggle .mobile-menu-toggle-icon:after {
  background-color: var(--ast-global-color-5) !important;
}

.ast-theme-transparent-header:not(.ast-primary-sticky-header-active) .main-header-menu-toggle.toggled .mobile-menu-toggle-icon {
  background: transparent;
}
.ast-theme-transparent-header:not(.ast-primary-sticky-header-active) .main-header-menu-toggle.toggled .mobile-menu-toggle-icon:before {
  background-color: var(--ast-global-color-1) !important;
}
.ast-theme-transparent-header:not(.ast-primary-sticky-header-active) .main-header-menu-toggle.toggled .mobile-menu-toggle-icon:after {
  background-color: var(--ast-global-color-1) !important;
}

.ast-primary-sticky-header-active .main-header-menu-toggle.toggled .mobile-menu-toggle-icon {
  background: transparent;
}
.ast-primary-sticky-header-active .main-header-menu-toggle.toggled .mobile-menu-toggle-icon:before {
  background-color: var(--ast-global-color-5) !important;
}
.ast-primary-sticky-header-active .main-header-menu-toggle.toggled .mobile-menu-toggle-icon:after {
  background-color: var(--ast-global-color-5) !important;
}

/*------------------------------------*\
    Featured item
\*------------------------------------*/
.main-header-menu .menu-item.featured a {
  background: var(--ast-global-color-0);
  color: #fff;
  line-height: 1em;
  height: 50px;
  min-width: 150px;
  text-align: center;
  justify-content: center;
  border-radius: 5px;
}
.main-header-menu .menu-item.featured a:hover {
  background: var(--ast-global-color-1);
  color: #ffffff !important;
}

/*------------------------------------*\
    Fullscreen
\*------------------------------------*/
.ast-mobile-header-content {
  position: fixed;
  width: 100% !important;
  height: 100%;
  transition: 0.5s ease-in-out;
  transform: translate(1200px);
  opacity: 0;
  top: 0;
  right: 0;
  display: flex !important;
  padding-top: 70px;
  max-height: unset !important;
}

.ast-header-break-point .ast-primary-header-bar {
  max-width: 100% !important;
}
.ast-header-break-point .ast-builder-menu {
  align-items: flex-start;
}

.ast-header-break-point.ast-main-header-nav-open {
  overflow: hidden !important;
}
.ast-header-break-point.ast-main-header-nav-open .ast-mobile-header-content {
  opacity: 1;
  transform: translate(0px);
}

/*------------------------------------*\
    Line animation
\*------------------------------------*/
.ast-desktop .ast-menu-hover-style-underline > .menu-item > .menu-link:before, .ast-desktop .ast-menu-hover-style-overline > .menu-item > .menu-link:before {
  height: 3px;
}

/*------------------------------------*\
    Hover animation
\*------------------------------------*/
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
  line-height: 40px !important;
  margin: 0 10px;
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item:hover, .ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item.current-menu-item {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item .sub-menu {
  background: transparent !important;
  box-shadow: 0 0 0;
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item .sub-menu li {
  background: transparent !important;
  margin: 4px 0 !important;
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item .sub-menu li .menu-link {
  border-radius: 5px;
  transition: 0.2s ease-in-out;
  background: rgba(255, 255, 255, 0.3);
  color: #fff !important;
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item .sub-menu li:hover .menu-link {
  background: #000 !important;
  color: #fff;
  padding-left: 20px;
}
.ast-primary-sticky-header-active.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item:hover, .ast-primary-sticky-header-active.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item.current-menu-item {
  background: rgba(255, 255, 255, 0.1);
}
.ast-primary-sticky-header-active.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item .sub-menu .menu-link {
  color: #fff !important;
}
.ast-primary-sticky-header-active.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item .sub-menu .menu-link:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

/*------------------------------------*\
    Padded container
\*------------------------------------*/
.e-con.paddedsection {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .e-con.paddedsection {
    padding-bottom: 50px;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1400px) {
  .e-con.paddedsection {
    padding-bottom: 80px;
    padding-top: 80px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

.e-con.paddedsection_top {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .e-con.paddedsection_top {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1400px) {
  .e-con.paddedsection_top {
    padding-top: 80px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

.e-con.paddedsection_bottom {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .e-con.paddedsection_bottom {
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1400px) {
  .e-con.paddedsection_bottom {
    padding-bottom: 80px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

/*------------------------------------*\
    Align last item bottom
\*------------------------------------*/
.lastbottom .elementor-widget-wrap,
.lastbottom {
  display: flex;
  flex-flow: column nowrap;
}
.lastbottom .elementor-widget-wrap > div:last-child,
.lastbottom > div:last-child {
  margin-top: auto;
}

/*------------------------------------*\
    Last P no margin
\*------------------------------------*/
.lastnospace p:last-child {
  margin-bottom: 0;
}

.newsletter {
  text-align: center;
}
.newsletter input[type=text] {
  width: 100%;
}
.newsletter input[type=submit] {
  width: auto;
  font-weight: 600;
  background-color: #084060;
  border-radius: 50px 50px 50px 50px;
  padding: 15px 50px 15px 50px;
  transition-duration: 0.3s;
  transition-property: transform;
}
.newsletter input[type=submit]:hover, .newsletter input[type=submit]:active, .newsletter input[type=submit]:focus {
  color: #fff;
  transform: scale(1.1);
}

footer {
  color: var(--ast-global-color-5);
  font-size: 14px;
}
footer a {
  color: var(--ast-global-color-5);
  text-decoration: none;
}
footer a:hover {
  color: var(--ast-global-color-0);
}
footer .widget-title {
  color: #fff;
  font-size: 1.25em;
  font-weight: 700;
  text-transform: uppercase;
}
footer .widget_text {
  margin-bottom: 0;
}
footer .footer_icon_item {
  margin-bottom: 10px;
  display: flex;
}
footer .footer_icon_item .icon {
  margin-right: 10px;
}
footer .footer_icon_item .content a {
  color: var(--ast-global-color-0);
}
footer .footer_icon_item .content a:hover {
  color: #fff;
}
footer .site-primary-footer-wrap #astra-footer-menu li {
  text-align: center;
}

/* Mobile collapsable footer navigtation */
@media (max-width: 575px) {
  .ast-header-break-point footer .site-primary-footer-wrap .widget:not(:first-child) {
    display: none;
  }
  .ast-header-break-point footer .site-primary-footer-wrap .widget_nav_menu nav {
    display: none;
  }
  .ast-header-break-point footer .site-primary-footer-wrap .site-footer-section {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .ast-header-break-point footer .site-primary-footer-wrap .site-footer-section:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .ast-header-break-point footer .site-primary-footer-wrap .widget-title {
    background: url("data:image/svg+xml,%3Csvg width='11' height='18' viewBox='0 0 11 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 17.5l10-8.496L.5.5' stroke='%23ffffff' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E") right center no-repeat;
    padding: 15px 0;
    margin-bottom: 0 !important;
  }
  .ast-header-break-point footer .site-primary-footer-wrap .widget-title.active {
    background: url("data:image/svg+xml,%3Csvg width='19' height='10' viewBox='0 0 19 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 10L9.504 0 1 10' stroke='%23ffffff' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E") right center no-repeat;
  }
  .ast-header-break-point footer .site-primary-footer-wrap .site-footer-section {
    margin-bottom: 0 !important;
  }
  .ast-header-break-point footer .site-primary-footer-wrap .site-footer-section .widget {
    text-align: left;
  }
}
/* Elements */

/*# sourceMappingURL=style.css.map */
