/*
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.4
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;
}

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

.text-justify {
	text-align: justify;
}

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

.footer-menu {
	border-width: 1.5px !important;
}

footer {
	margin-top: 0;
}

.azurean-enquire-now-button {
	box-shadow: 4px 4px 17px 0px #00000059;
}

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

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

.azurean-hero-banner__logos {
	position: absolute;
	z-index: 2;
	width: 100%;
}

.forminator-label {
    font-weight: 400 !important;
    font-style: Regular !important;
    font-size: 12px !important;
    line-height: 1.4;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 10px;
 }
 
 .forminator-select,
  .forminator-input,
  .forminator-checkbox-box{
      background-color: #fff;
      border: 0.5px solid #007377;
  }

  .forminator-select [id$="empty-option"] {
    display: none !important;
  }
  
  .forminator-select .select2-selection__arrow {
      background-color: #007377;
      color: #fff;
  }
  
  .confirm-checkbox .forminator-consent__label > p{
      margin-top: 0;
  }
  
  .submit-button {
      display: none !important;
  }
  
  .submit-html {
    align-items: flex-end !important;
    display: flex !important;
  }
  
  .submit-html p {
      margin: 0 !important;
  }
  
  .submit-html .forminator-field {
      width: 100% !important;
  }
  
  .submit-button,
  .submit-html button {
      width: 100% !important;
      background-color: #007377 !important;
      color: #fff !important;
      text-transform: uppercase !important;
      font-size: 14px !important;
      font-weight: 400 !important;
	  font-family: "F37Ginger Bold" !important;
	  letter-spacing: 0.2em !important;
  }
  
  .first-name,
  .last-name,
  .phone-number,
  .email-address,
  .country-of-residence,
  .interested-in {
      flex: 3 !important;
  }

  .azurean-wa-link-button a {
	padding-top: 9px;
    padding-bottom: 9px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

/* 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-yellow-bar {
	position: absolute;
	z-index: 2;
	width: 100%;
	top: calc(100vh - 60px);
}

.azurean-50-50-swap-mobile .wp-block-cover {
	padding-top: 0;
}

.azurean-50-50-swap-mobile .wp-block-cover .wp-block-cover__inner-container {
	order: 1;
}

.gg-half-image-hero-banner .gg-half-image-hero-banner__text-content {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.gg-half-image-hero-banner .gg-half-image-hero-banner__text-content h2,
.gg-half-image-hero-banner .gg-half-image-hero-banner__text-content h3 {
	text-align: left;
}

.gg-half-image-hero-banner .gg-half-image-hero-banner__text-content h3 { 
	font-size: 16px !important;
	line-height: 25px !important;
}

.gg-half-image-hero-banner .gg-half-image-hero-banner__text-content {
	line-height: 27px;
}

.azurean-50-50-swap-mobile .wp-block-cover .wp-block-cover__image-background {
	height: 100%;
}

.azurean-50-50-swap-mobile .gg-half-image-hero-banner-disclaimer {
	top: 380px;
	bottom: auto !important;
}

.gg-half-image-hero-banner__text-content {
	align-self: end;
	max-width: 50%;
}

.gg-half-image-hero-banner__room-details {
	max-width: max-content;
	width: 100%;
}

.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);
}

.gg-half-image-hero-banner .wp-block-cover__inner-container {
	max-width: 1230px;
}

.gg-half-image-hero-banner.gg-half-image-hero-banner-left .wp-block-cover__inner-container {
	display: flex;
	justify-content: flex-end;
}

.gg-half-image-hero-banner.gg-half-image-hero-banner-left .gg-half-image-hero-banner__text-content {
	align-self: end !important;
}

.gg-half-image-hero-banner.gg-half-image-hero-banner-left .wp-block-cover img {
	left: 0;
	right: unset;
}
.gg-half-image-hero-banner .wp-block-cover img, 
.gg-half-image-hero-banner-disclaimer {
	right: 0;
	bottom: 0;
	left: unset;
	width: calc((50% - (615px - (1230px / 2))));
}

.gg-half-image-hero-banner.gg-half-image-hero-banner-right .wp-block-cover img {
	left: unset;
	right: 0;
}

.gg-half-image-hero-banner.gg-half-image-hero-banner-right .gg-half-image-hero-banner__text-content {
	align-self: start !important;
}

.gg-half-image-hero-banner.gg-half-image-hero-banner-right .wp-block-cover__inner-container {
	display: flex;
	justify-content: flex-start;
}

/* aruzen about company -- START */
.aruzen-about-company .aruzen-about-company__company-box.wp-block-media-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 510px;
}

.aruzen-about-company .aruzen-about-company__company-box.wp-block-media-text .wp-block-media-text__media {
	align-self: flex-start;
	width: min(266px, 100%);
	max-width: fit-content;
	max-height: 150px;
}

.aruzen-about-company .aruzen-about-company__company-box.wp-block-media-text .wp-block-media-text__media > img {
	height: 100%;
	width: auto;
}

.aruzen-about-company .aruzen-about-company__company-box.wp-block-media-text>.wp-block-media-text__content p:first-child {
	margin-block-start: 35px;
}

.aruzen-about-company .aruzen-about-company__company-box.wp-block-media-text>.wp-block-media-text__content {
	padding: 0;
	display: flex;
	height: 100%;
	flex-direction: column;
}

.aruzen-about-company .aruzen-about-company__company-box.wp-block-media-text>.wp-block-media-text__content .wp-block-buttons {
	margin-top: auto !important;
}

.aruzen-about-company .aruzen-about-company__boxes-wrapper {
	column-gap: calc(100% - 1020px);
}

@media screen and (max-width: 768px) {
	.aruzen-about-company {
		padding-top: 70px !important;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	
	.gg-half-image-hero-banner .gg-half-image-hero-banner__text-content h2,
.gg-half-image-hero-banner .gg-half-image-hero-banner__text-content h3 {
	text-align: center;
}
	
	.gg-half-image-hero-banner .gg-half-image-hero-banner__text-content h2 {
	margin-left: -10px !important;
	margin-right: -10px !important;
}

	.aruzen-about-company h3 {
		font-size: 16px !important;
		line-height: 25px !important;
		text-align: center;
		margin-bottom: 20px !important;
	}

	.aruzen-about-company p {
		font-size: 15px !important;
		line-height: 22px !important;
	}

	.aruzen-about-company .wp-block-button a {
		font-size: 14px !important;
		letter-spacing: 0.2em !important;
	}

	.aruzen-about-company .aruzen-about-company__company-box:nth-child(2) {
		margin-top: 90px !important;
	}

	.aruzen-about-company .aruzen-about-company__company-box:nth-child(2) .wp-block-button {
		margin-top: 50px !important;
	}

	.aruzen-about-company .aruzen-about-company__boxes-wrapper {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}

	.aruzen-about-company .aruzen-about-company__company-box.wp-block-media-text .wp-block-media-text__media {
		margin-inline: auto;
		display: flex;
		justify-content: center;
	}
	.aruzen-about-company .aruzen-about-company__company-box.wp-block-media-text>.wp-block-media-text__content .wp-block-buttons {
		justify-content: center;
	}
}
/* aruzen about company -- END */

@media screen and (max-width: 1024px) {
	.azurean-yellow-bar {
		top: calc(100vh - 72px);
	}

	.azurean-yellow-bar.wp-block-group {
		display: block;
		text-align: center;
	}

	.azurean-yellow-bar p {
		line-height: 2.6;
		font-size: 0.75rem !important;
	}

	.azurean-yellow-bar__first {
		width: 100%;
	}

	.azurean-yellow-bar__second {
		display: inline;
	}

	.azurean-yellow-bar .wp-block-image {
		display: inline;
		vertical-align: bottom;
    	margin: 0 5px;
	}

	.azurean-yellow-bar .wp-block-image img {
		height: 22px !important;
	}
}

@media screen and (max-width: 768px) {
	h1 {
		font-size: 51px !important;
		letter-spacing: 0.05em !important;
	}

	h2 {
		font-size: 35px !important;
		line-height: 44px !important;
	}

	h3 {
		font-size: 20px !important;
	}

	.azurean-hero-banner__bottom-text {
		font-size: 16px !important;
		line-height: 26px !important;
		margin-top: 130px !important;
	}

	.azurean-meganisi-location {
		padding-top: 70px !important;
		padding-bottom: 100px !important;
	}

	.azurean-meganisi-location h3 {
		font-size: 16px !important;
		line-height: 25px !important;
		margin-top: 10px !important;
	}

	.azurean-meganisi-location p {
		line-height: 27px;
		text-align: left;
	}

	.azurean-yellow-bar {
		top: calc(100vh - 95px);
	}

	.forminator-ui.forminator-custom-form-28.forminator-design--flat .submit-html {
		display: none !important;
	}

	.forminator-row {
		display: flex !important;
		gap: 0 20px !important;
	}

	.title,
	.area-code {
		flex: 0 0 calc(40% - 10px) !important;
	}

	.first-name,
	.phone-number {
		flex: 0 0 calc(60% - 10px) !important;
	}

	.country-of-residence,
	.interested-in {
		flex: 0 0 100% !important;
	}

	.forminator-ui.forminator-custom-form-28.forminator-design--flat .submit-button {
		display: block !important;
		width: auto !important;
	}

	.forminator-ui.forminator-custom-form[data-design="flat"] .forminator-checkbox:not(.forminator-checkbox-inline).forminator-consent {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}

	.forminator-label,
	.azurean-contact-mavi-heading,
	.forminator-ui.forminator-design--flat .forminator-checkbox__label p {
		font-size: 10px !important;
	}

	.azurean-hero-banner__logos img {
		height: 90px !important;
	}

	.azurean-hero-banner__buttons {
		margin-top: 40px !important;
	}

	.azurean-yellow-bar {
		padding-left: 10px !important;
		padding-right: 10px !important;
		padding-top: 15px !important;
		padding-bottom: 10px !important;
	}

	.azurean-yellow-bar p {
		font-size: 11px !important;
		line-height: 23px !important;
	}

	.azurean-yellow-bar__first {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.azurean-image-banner {
		min-height: auto !important;
		height: 190px;
	}

	.azurean-image-banner__mobile-large {
		height: 250px;
	}

	.azurean-quote p {
		font-size: 21px !important;
		line-height: 33px !important;
		letter-spacing: 0.04em !important;
	}

	.azurean-contact-form-wrapper {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.azurean-form {
		padding-top: 70px;
	}

	.azurean-form .wp-block-heading {
		font-size: 18px !important;
		line-height: 25px !important;
		letter-spacing: 0.02em !important;
		max-width: 200px;
	}

	.gg-half-image-hero-banner__text-content {
		width: 100%;
		max-width: 100%;
		padding-top:85px !important;
		padding-bottom:85px !important;
	}

	.gg-half-image-hero-banner .gg-half-image-hero-banner__headings {
		text-align: center;
		justify-content: center;
	}

	.gg-half-image-hero-banner .gg-half-image-hero-banner__text-content >	.wp-block-buttons {
		justify-content: center;
	}

	.gg-half-image-hero-banner .wp-block-cover {
		align-items: flex-start;
		padding-bottom: 0;
	}

	.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__text-content {
		max-width: 50%;
	}
	.gg-half-image-hero-banner .wp-block-cover img {
		width: calc(50% - 20px);
	}
}
