/*
Theme Name:         BirdPress Child Theme
Theme URI:          https://thisisadvantage.com
Description:        WordPress Child Theme for BirdPress.
Version:            1.0.0-dev
Author:             Cameron Knight
Author URI:         https://thisisadvantage.com
Text Domain:        sage
Template:           birdpress
License:            GNU General Public License v2 or later
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
Requires PHP:       7.3
Requires at least:  5.4
*/
/* ----------------------------------------------------------------------------
 * Child Theme styles begin here or in separate files.
 * ------------------------------------------------------------------------- */
html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
    padding-right: 0px !important;
}

.inclusion-list {
    display: flex;
    flex-direction: column;
}

li.disable {
    order: 900;
    opacity: 0.5;
    text-decoration: line-through;
}

/* BUTTON ANIMATION */
.elementor-button span {
    z-index: 10 ;
    align-items: center;
}

.elementor-button:hover span {
    animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
}

@keyframes MoveScaleUpInitial {
    to {
        transform: translate3d(0,-105%,0) scale3d(1,2,1);
        opacity: 0;
    }
}

@keyframes MoveScaleUpEnd {
    from {
        transform: translate3d(0,100%,0) scale3d(1,2,1);
        opacity: 0;
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}

.elementor-button::after {
    content: '';
    width: 100%;
    height: 0;
    padding-bottom: 110%;
    top: -110%;
    left: 0%;
    border-radius: 50%;
    transform: translate3d(0,68%,0) scale3d(0,0,1);
}

.elementor-button:hover::after {
    transform: translate3d(0,0,0) scale3d(1.2,1,1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.elementor-button::before {
    content: '';
    background: transparent;
    transform: translate3d(0,-100%,0);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.elementor-button:hover::before {
    transform: translate3d(0,0,0);
    transition-duration: 0.05s;
    transition-delay: 0.4s;
    transition-timing-function: linear;
}

header li {
    font-family: "Gallery Modern", sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 2px;

}

.mega-menu li {
		display: flex;
}

.elementor-button {
    font-family: "Gallery Modern", sans-serif !important;
}

.top-nav {
    background: var(--top-bar-bg);
    color: #FFFBF7;
    height: auto !important;
	padding: 0.5rem 0.8rem;
}

.top-nav a {
    text-align: center !important;
    font-size: .9rem;
    text-transform: none !important;
    letter-spacing: 0.08rem;
}


/* NAVIGATION ANIMATION */
.main-menu a::after {
    content: '';
    height: 2px;
    background: currentColor;
    width: 100%;
    top: 100%;
    left: 0;
    pointer-events: none;
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s cubic-bezier(0.4, 1, 0.8, 1);
}

.main-menu a {
    flex-direction: column;
    justify-content: center;
    transition: transform 0.3s cubic-bezier(0.4, 1, 0.8, 1);
}

.main-menu a:hover::after {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}

/* FEATURE BUTTON */
.feature-button li a {
    background: none !important;
    border: 1px solid;
    font-weight: 700;
    color: var(--base) !important;
}

body:not(.detached-header) .light:not(.mega-menu__active) .feature-button li a {
    color: white !important;
}

body .mega-menu__active .feature-button a {
    background: none !important;
}

/* FAREHARBOUR */
.book-embed-container h1 {
    font-family: "Gallery Modern", Sans-serif;
}

.book-embed-container {
    background: #fffbf7;
    border: none !important
}

/* CAROUSEL CURSOR */
.carousel {
    cursor: grab;
}

.carousel:active {
    cursor: grabbing;
}

.grid-tempate-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: var(--spacing);
}

.space-between {
    justify-content: space-between;
}

.uppercase {
    text-transform: uppercase;
}

.accommodation-image {
    height: 350px !important;
    width: 100%;
    object-fit: cover;
}

@media (min-width: 768px) {
.accommodation-image {
    height:40vw!important;
	}
}


.category-section .inclusions-icon {
    width: 20px;
    height: 20px;
    margin: 0 1rem 1rem 0;
}

.category-section li {
    display: flex;
    margin-bottom: 0.5rem;
}

.category-section .perspective {
    margin-right: 0.2rem !important;
}

.pb {
    padding-bottom: var(--vertical-space);
}

.category-section::before {
    content: '';
    background: #ceb896;
    width: 100%;
    height: 1px;
    left: 0;
    position: relative;
    display: flex;
    margin: var(--horizontal-space) 0;
}

/* .category-section .nowrap {
    padding: 1rem 1.5rem;
   
    position: relative;
    text-decoration: none;
    overflow: hidden;
    min-height: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--dark-button-1-bg);
    color: var(--dark-button-1-text);
    border: 2px solid;
    border-color: var(--dark-button-1-bg);
} */

.mb-4 {
    margin-bottom: 1rem;
}

/* MEGAMENU */
.has-mega-menu li, .has-mega-menu p {
    font-weight: 300;
    font-size: 0.9rem;
}

.has-mega-menu .wp-block-image a {
    overflow: hidden;
}

.has-mega-menu .wp-block-image li {
    margin: 0 !important;
}

.has-mega-menu .wp-block-image img {
    transform: scale(1);
    transition: 0.3s ease-out
}

.has-mega-menu .wp-block-image:hover img {
    transform: scale(1.1);
}

.has-mega-menu .wp-block-image a::after {
    display: none;
}

header .wp-block-group .wp-block-image {
    height: 200px;
}

.mega-menu a {
    font-size: inherit;
    align-items: initial;
    padding: 0 !important;
    opacity: 1;
    display: inline-flex;
    font-weight: 600;
}

header .wp-block-group__inner-container > * {
    margin-bottom: 2rem !important;
}

.mega-menu .wp-block-image {
    display: flex;
    flex-direction: column;
}

.mega-menu figcaption {
    font-family: "Gallery Modern", serif;
    text-transform: uppercase;
    color: var(--base);
    letter-spacing: 2px;
    font-size: 1.2rem !important;
    text-align: left;
}

#mega-menu-12628 {
    grid-template-columns: 2fr 1fr;
}

.mega-menu img {
    max-height: 30vh;
}

.mega-menu {
    padding: 140px var(--spacing) 1rem !important;
}

.mega-menu h3{
	text-transform: uppercase;
}

.mega-menu .wp-block-group {
    margin-bottom: 0 !important;
}

.mobile-menu .sub-menu li {
    line-height: 1 !important;
    margin-bottom: 1rem !important;
	font-family: "TradeGothic LT", Sans-serif ;
}



.fadeup.keen-slider__slide {
    display: flex;
    flex-direction: column;
}

.carousel-arrows {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0.5rem !important;
}

[data-arrows="true"] {
    margin-bottom: var(--vertical-space)
}


.detached-header .main-navigation, .solid-nav .main-navigation {
	background: var(--bg) !important;
}
.elementor-slideshow__footer {
    display: none !important;
}

#mega-menu-13221 h3 {
    margin-bottom: 0 !important;
}

.nowrap {
	white-space: nowrap;
}

.flex-1 {
	flex: 1;
}


.pum-close.popmake-close {
    right: 32px !important;
    top: 30px!important;
    line-height: 1 !important;
    padding: 0 !important;
    font-size: 13px!important;
    border-radius: 10px!important;
    background: none!important;
    box-shadow: none!important;
    color: var(--base)!important;
    font-family: "Gallery Modern"!important;
    text-transform: uppercase!important;
    letter-spacing: 2px!important;
    font-weight: 600!important;
    text-decoration: underline!important;
}

.pum-container {
    box-shadow: none !important;
}

.pum-content {
    color: var(--base) !important;
    max-width: 75% !important;
}

.popmake {
    padding: 32px !important;
}

.pum-title {
    color: var(--base) !important;
    font-family: 'GALLERY MODERN' !important;
}

.carousel-arrows .arrow {border-radius: 100px;}

.elementor-inner-section.elementor-element-edb2761,
.elementor-element-7ac12afc
 {
    margin-top: var(--vertical-space);
}

.column-1  .keen-slider__slide {
    min-width: 100% !important;
    max-width: 100% !Important;
}

.view-all-button {
    white-space: nowrap;
}

.category-section h2 {
    margin-bottom: 0px !important;
}

.category-section .relative  {
    margin-bottom: 1rem;
}

.elementor-button-text {
    font-family: "TradeGothic LT", Sans-serif !important;
}

.dark-button .elementor-button-wrapper .elementor-button {
    background: var(--base);
    border-color: var(--base);
}

.dark-button .elementor-button-wrapper .elementor-button:after {
    background: var(--dark-button-1-bg);
}

.dark-button .elementor-button-wrapper .elementor-button:hover {
    border-color: var(--dark-button-1-bg);
}

.alt .elementor-button-wrapper .elementor-button {
color: white !important;
}

.nav-search input {
    color: inherit !important;
}
.bus-transfer {
  margin-top: 20px;
  display: inline-block;
}
.bus-transfer * {
  color: #563A27;
  line-height: 1;
  text-decoration: underline !important;
  font-weight: 400;
  font-size: 0.9rem;
  font-family: "TradeGothic LT", Sans-serif !important;
}

.bus-transfer .elementor-button-text {
  display: flex;
  gap: 4px;
  align-items: center;
}

.bus-transfer svg {
  width: 1rem;
  transform: rotate(-45deg);
}

.category-divers-creek #pearlers {
	display: none !important;
}

.category-pearlers-village #divers {
	display: none !important
}

.category-divers-creek .elementor-accordion {
    display: none !important;
}

.category-pearlers-village .elementor-accordion {
    display: none !important;
}

