/* Theme Name: Azurean Author: Azurean Description: Azurean is a modern, clean, and professional WordPress theme. It is designed to be a versatile and customizable theme for any type of website. Requires at least: 6.7 Tested up to: 6.8 Requires PHP: 7.2 Version: 1.3 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: azurean Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news */
 :root {
     font-size: 16px;
     font-family: 'Lato', sans-serif;
}
/* * Link styles * https://github.com/WordPress/gutenberg/issues/42319 */
 a {
     text-decoration-thickness: 1px !important;
     text-underline-offset: .1em;
}
/* Focus styles */
 :where(.wp-site-blocks *:focus) {
     outline-width: 2px;
     outline-style: solid;
}
/* Increase the bottom margin on submenus, so that the outline is visible. */
 .wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
     margin-bottom: 3px;
}
/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
 .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
     outline-offset: 4px;
}
/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
 .wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
     outline-offset: 0;
}
/* * Progressive enhancement to reduce widows and orphans * https://github.com/WordPress/gutenberg/issues/55190 */
 h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
     text-wrap: pretty;
}
/* Heading styles */
 h1, h2, h3, h4, h5, h6 {
     font-family: 'Bodoni Moda', serif;
}
/* Button styles */
/* Button styles */
 .wp-block-button__link {
     transition: all 0.3s ease;
}
/* Primary button style */
 .is-style-primary .wp-block-button__link {
     background-color: transparent;
     color: var(--wp--preset--color--azurean-ocean);
     border: 1px solid var(--wp--preset--color--azurean-ocean);
     padding: 10px 30px;
     font-family: var(--wp--preset--font-family--lato);
     font-size: 15px;
     font-weight: 400;
     letter-spacing: 0.2em;
     text-transform: uppercase;
}
 .is-style-primary .wp-block-button__link:hover {
     background-color: var(--wp--preset--color--azurean-ocean);
     color: var(--wp--preset--color--azurean-sand);
     border-color: transparent;
}
/* Secondary button style */
 .is-style-secondary .wp-block-button__link {
     background-color: transparent;
     color: var(--wp--preset--color--azurean-sand);
     border: 1px solid var(--wp--preset--color--azurean-sand);
     padding: 10px 30px;
     font-family: var(--wp--preset--font-family--lato);
     font-size: 15px;
     font-weight: 400;
     letter-spacing: 0.2em;
     text-transform: uppercase;
}
 .is-style-secondary .wp-block-button__link:hover {
     background-color: var(--wp--preset--color--azurean-sand);
     color: var(--wp--preset--color--azurean-ocean);
     border-color: transparent;
}
/* * Change the position of the more block on the front, by making it a block level element. * https://github.com/WordPress/gutenberg/issues/65934 */
 .more-link {
     display: block;
}
/* Text fade-up animation class */
 .azurean-fade-up {
    /* Initial state will be set by JavaScript */
    /* This ensures elements don't flash before JS loads */
     opacity: 0;
}
 .azurean-hero-wrapper {
     min-height: 100vh;
     justify-content: space-between;
     display: flex;
     flex-direction: column;
     min-height: 100dvh;
}
 @media screen and (max-width: 768px) {
     .azurean-hero-banner__heading1, .azurean-hero-banner__heading2 {
         line-height: 0.8 !important;
         text-align: center;
         text-wrap: nowrap;
    }
     .azurean-hero-banner__sublogo {
         text-align: center;
    }
}
 .gg-half-image-hero-banner__text-content {
     align-self: start;
     max-width: 50%;
}
 @media (max-width: 767px) {
     .gg-half-image-hero-banner__text-content {
         width: 100%;
         max-width: 100%;
    }
}
 @media screen and (min-width: 768px) and (max-width: calc(1112px + 40px)) {
     .gg-half-image-hero-banner__text-content {
         max-width: 50%;
    }
}
 .gg-half-image-hero-banner .wp-block-cover {
     display: flex;
     flex-direction: column;
     gap: 20px;
     padding-right: var(--wp--style--root--padding-right);
     padding-left: var(--wp--style--root--padding-left);
}
 @media (max-width: 767px) {
     .gg-half-image-hero-banner .wp-block-cover {
         align-items: flex-start;
         padding-bottom: 0;
    }
}
 .gg-half-image-hero-banner .wp-block-cover__inner-container {
     max-width: 1230px;
}
 .gg-half-image-hero-banner .wp-block-cover img {
     right: 0;
     bottom: 0;
     left: unset;
     width: calc((50% - (632px - (1112px / 2))) - 20px);
}
 @media (max-width: 767px) {
     .gg-half-image-hero-banner .wp-block-cover img {
         position: relative;
         width: calc(100% + var(--wp--style--root--padding-left) + var(--wp--style--root--padding-right));
         order: 2;
         min-height: 258px;
         margin-left: calc(var(--wp--style--root--padding-left) * -1);
    }
}
 @media screen and (min-width: 768px) and (max-width: calc(1112px + 40px)) {
     .gg-half-image-hero-banner .wp-block-cover img {
         width: calc(50% - 20px);
    }
}
 .forminator-guttenberg .forminator-select>.selection>span, .forminator-guttenberg .forminator-input {
     border-radius: 4px !important;
     border-style: solid !important;
     border-width: 1px !important;
     border-color: var(--wp--preset--color--azurean-ocean) !important;
     background: rgba(255, 255, 255, 0.4) !important;
}
 @media (min-width: 783px) {
     .forminator-guttenberg .title, .forminator-guttenberg .area-code {
         max-width: 180px;
    }
}
 .forminator-select [id$="empty-option"] {
     display: none !important;
}
 .forminator-guttenberg .forminator-consent__label {
     width: 100%;
}
 .forminator-guttenberg .forminator-consent-submit {
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 20px;
}
 @media (max-width: 783px) {
     .forminator-guttenberg .forminator-consent-submit {
         flex-direction: column;
    }

    .forminator-guttenberg .forminator-consent-submit button.forminator-button{
        margin-left: -30px !important;
   }
}
 button.forminator-button.forminator-button-submit.submit-button {
     display: none !important;
}
 .forminator-error-message {
     margin-top: 20px !important;
}
 .forminator-ui.forminator-custom-form[data-design=flat] .forminator-button {
     background-color: var(--wp--preset--color--azurean-light);
     border-radius: 40px;
     color: #ffffff;
     text-transform: uppercase;
     letter-spacing: 2px;
     max-width: 300px;
     width: 100%;
     padding: 10px 20px;
}
 
.forminator-ui.forminator-design--flat .forminator-select2 + .forminator-select .selection .select2-selection__placeholder {
    color: var(--wp--preset--color--azurean-light) !important;
}

.azurean-resort-overview ul {
	padding: 0;
}


.azurean-resort-overview li:not(:last-child) {
	margin-bottom: 20px;
}


 @media (max-width: 1050px) {
.azurean-resort-overview-list {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	row-gap: 20px;
}
}
