/*!
Theme Name: Creative
Theme URI: https://creativeweb.agency/
Author: CreativeWeb
Author URI: https://creativeweb.agency/
Description: Bespoke WP Theme by CreativeWeb
Version: 12.12.25
Text Domain: creative
*/

/* Private Pages */

.post-password-form {
    height: 70vh;
    height: 70svh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.post-password-form > p {
    width: 100%;
    text-align: center;
    font-size: 115%;
}

.post-password-form label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.post-password-form input[type=password] {
    padding: 0.75rem 1.5rem;
    background: none;
    border: 1px solid #fff;
    border-radius: 0.3rem;
}

.post-password-form input[type=submit] {
    padding: 0.75rem 1.5rem;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 0.3rem;
    color: #000;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s opacity;
    margin-top: 1.5rem;
}

.post-password-form input[type=submit]:hover {
    opacity: 0.7;
}

/* Main Menu */
#header {
    position: fixed;
    width: 100%;
    background: rgba(17, 17, 17, 0.97);
}

#nav li a {
    height: 150px;
    line-height: 150px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Georgia, serif;
    transition: all .3s;
}

#nav li.current-menu-item a {
    color: #9e9e9e;
    border-color: #9e9e9e;
    border-top: none;
}

#header-sticky .logo, #header .logo {
    margin: 0;
}

.site-logo {
    transition: transform 0.3s ease;
    transform-origin: left center;
}

.site-logo.is-shrunk {
    transform: scale(0.75);
}

/* Footer */
.copyright {
    text-transform: uppercase;
    font-weight: bold;
}

.footer-flex {
    display: flex;
    align-items: center;
}

.footer-flex .menu {
    margin-left: 0;
    list-style: none;
    padding-inline-start: 1rem;
    
    display: flex;
}

.footer-flex .menu li {
    list-style: none;
    border-left: 2px solid #bfbfbf;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

/* Homepage */
#main {
    padding-top: 10rem;
}

.locations {
    display: flex;
    gap: 2rem;
}

.locations .one_third {
    margin-right: 0;
    float: none;
}

.locations .sunskiboxes {
    border: 3px solid #fff;
    width: 225px;
    height: 146px;
    
    cursor: pointer;
}

.locations .sunskiboxes:hover {
    width: 325px;
    height: 210px;
}

.locations h2, .locations h3 {
    font-family: Georgia, serif !important;
    text-transform: uppercase;
    font-weight: bold;
}

.locations h2 {
    text-align: center;
    margin-bottom: 0;
    
    line-height: 27px;
    font-size: 30px;
    
    color: #fff;
}

.locations h3 {
    text-align: center;
    margin-bottom: 0;
    
    line-height: 24px;
    font-size: 16px;
    
    color: #7e7e7e;
}

/* Location Page */
.post-content.location-page h1, .post-content.location-page h2 {
    color: #fff;
    line-height: 48px;
    font-size: 32px;
    font-family: Georgia, serif;
    text-transform: uppercase;
    font-weight: bold;
}

.post-content.location-page p {
    text-transform: uppercase;
    color: #aaa9a9;
    line-height: 20px;
    font-size: 13px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.location-page .gallery {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
}

.location-page .gallery .gallery-image {
    height: 120px;
    border: 3px solid white;
}

.location-page .gallery .gallery-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.map-container {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.post-content.location-page .map-container h3 {
    color: #7e7e7e;
    line-height: 24px;
    font-size: 16px;
    font-family: Georgia, serif;
    text-transform: uppercase;
    font-weight: bold;
}

.post-content.location-page .map-container p {
    text-transform: uppercase;
}

.post-content.location-page h4 {
    color: #fff;
    line-height: 20px;
    font-size: 13px;
    font-family: Georgia, serif;
    text-transform: uppercase;
    font-weight: bold;
}

.services-flex {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
}

.services-text {
    margin-top: 2rem;
    text-align: center;
}

.wpcf7-form .wpcf7-date, .wpcf7-form .wpcf7-select, .wpcf7-form .wpcf7-text, .wpcf7-form textarea, .wpcf7-captchar {
    border-color: #212122;
    color: #ccc;
    background-color: #3e3e3e;
}

.wpcf7-form p {
    margin-bottom: 0;
}

.comment-input p {
    display: flex;
    justify-content: space-between;
}

.comment-textarea {
    margin-top: 2rem;
}

.contact-content {
    text-transform: uppercase;
}

.contact-content a {
    color: #fff;
    transition: all 0.2s ease;
}

.contact-content a:hover {
    color: #aaa9a9;
}
#wrapper.post {
    text-transform: uppercase;
    font-size: 13px;
}
#wrapper.post #main .post h2,
.archive-title {
    font-size: 30px;
    line-height: 27px;
    color: #ffffff;
    font-family: Georgia, serif;
    text-transform: uppercase !important;
    font-weight: bold !important;
}
#wrapper.post #main .post h2 a,
#wrapper.post #main .post a,
.archive-title {
    color: #ffffff;
}
.archive-title {
    font-size: 45px;
}
#wrapper.post #main .post h2 a:hover,
#wrapper.post #main .post a:hover {
    color: #9e9e9e;
}
#wrapper.post .image .image-extras {
    background-image: linear-gradient(top, rgba(232,232,232,1) 0%, rgba(214,214,214,1) 100%);
    background-image: -o-linear-gradient(top, rgba(232,232,232,1) 0%, rgba(214,214,214,1) 100%);
    background-image: -moz-linear-gradient(top, rgba(232,232,232,1) 0%, rgba(214,214,214,1) 100%);
    background-image: -webkit-linear-gradient(top, rgba(232, 232, 232, 1) 0%, rgba(214, 214, 214, 1) 100%);
    background-image: -ms-linear-gradient(top, rgba(232,232,232,1) 0%, rgba(214,214,214,1) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(232, 232, 232, 1)), color-stop(1, rgba(214, 214, 214, 1)));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#d6d6d6') progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
}
#wrapper.post #main .image .image-extras .image-extras-content a {
    color: #333333;
}
#wrapper #content {
    width: 71.1702128%;
    float: left;
}
.fusion-sharing-box {
    background-color: #3e3e3e;
}
.share-box h4 {
    color: #ffffff;
    font-family: Georgia, serif;
    text-transform: uppercase !important;
    font-weight: bold !important;
}
#sidebar .widget li a {
    color: #ffffff;
}
#sidebar .widget li a:hover {
    color: #9e9e9e;
}
#sidebar .widget h3 {
    font-size: 13px;
    font-family: Georgia, serif;
    color: #7e7e7e !important;
}
.header-wrapper {
    position: fixed;
    z-index: 1000;
}
.site-logo {
    width: 100%;
    height: 100%;
    transition: all .3s;
}
body.has-scrolled .site-logo {
    height: 55px;
    width: 123.2px;
    line-height: 55px;
    margin-top: 15px;
}
body.has-scrolled #nav li a {
    height: 65px;
    line-height: 65px;
}

.wpcf7-form h3 {
    color: #7e7e7e !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    font-family: Georgia, serif;
}
@media (min-width: 800px) and (max-width: 1200px){
    .logo img {
        width: 190px !important;
    }
}
@media (max-width: 800px) {

}
.mobile-nav-holder .mobile-selector, .mobile-topnav-holder .mobile-selector, #mobile-nav {
    background-image: none;
    background-color: #3e3e3e;
}
.mobile-nav-holder .mobile-selector, .mobile-topnav-holder .mobile-selector, #mobile-nav, #mobile-nav li a, .mobile-nav-holder .mobile-selector .selector-down, .mobile-topnav-holder .mobile-selector .selector-down, .order-dropdown li, .order-dropdown .current-li, .order-dropdown > li:after, .order-dropdown ul li a, .catalog-ordering .order li a, #wrapper .fusion-megamenu-wrapper .fusion-megamenu-submenu, #nav .fusion-navbar-nav .fusion-megamenu-wrapper ul ul, #sticky-nav .fusion-navbar-nav .fusion-megamenu-wrapper ul ul {
    border-color: #212122;
}
.mobile-nav-holder .mobile-selector, .mobile-topnav-holder .mobile-selector, #mobile-nav li a, #wrapper .header-social .mobile-topnav-holder li a, .catalog-ordering a, .order-dropdown > li:after, .order-dropdown ul li a {
    color: #cccccc;
}
.mobile-nav-holder .mobile-selector span, .mobile-topnav-holder .mobile-selector span {
    padding-left: 10px;
    text-transform: uppercase;
}

@media only screen and (max-width: 800px) {
    #header-sticky .logo, #header .logo {
        float: none;
    }
    #header-sticky .logo a, #header .logo a {
        display: flex;
        justify-content: center;
    }
    body:not(.has-scrolled) #header .logo a img {
        width: 66%;
    }
    #nav {
        display: none;
    }
    .mobile-nav-holder {
        margin-top: 20px !important;
    }
    .mobile-nav-holder, .mobile-topnav-holder {
        display: block;
        padding-bottom: 10px;
    }
    .mobile-nav-holder #menu-main-menu-1 {
        display: none;
        border-left: 1px solid #DBDBDB;
        border-right: 1px solid #DBDBDB;
        list-style-type: none;
        padding: 0px;
        margin: 0px;
        width: 100%;
        border-color: #212122;
        background-color: #3e3e3e;
    }
    .mobile-nav-holder #menu-main-menu-1  li a {
        border-bottom: 1px solid #212122;
        color: #cccccc;
        padding: 10px;
        font-size: 12px;
        display: block;
        line-height: normal;
        text-transform: uppercase;
    }
    .mobile-nav-holder #menu-main-menu-1.active {
        display: block;
    }
    #main {
        padding-top: 15rem;
    }
    .location-page .gallery {
        grid-template-columns: repeat(1, 1fr);
    }
    .location-page .gallery .gallery-image {
        height: unset;
        max-height: 250px;
    }
    .map-container {
        flex-wrap: wrap;
    }
    .services-flex {
        flex-wrap: wrap;
    }
    .locations {
        flex-wrap: wrap;
    }
    .locations .one_third {
        width: 100%;
    }
    .footer-flex {
        flex-wrap: wrap;
    }
}

@media(max-width: 400px) {
    #main {
        padding-top: 10rem;
    }
}

.gform_wrapper .gfield input[type=text], .gform_wrapper .gfield input[type=email], .gform_wrapper .gfield input[type=tel], .gform_wrapper .gfield input[type=url], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"], .gform_wrapper select {
    background-color: #3e3e3e;
    border: 1px solid #d2d2d2;
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    padding: 8px 2%;
    color: #cccccc;
    border-color: #212122;
    width: 100%;
}
.gform_wrapper .gform_validation_errors .gform_submission_error {
    font-size: 30px;
    color: #ef4444; /* red */
    margin-bottom: 3rem; /* 48px / 12 = mb-12 */
}

.gform_wrapper .gform_heading .gform_description,
.gform_wrapper .gform_heading .gform_required_legend {
    display: none;
}

.gform_wrapper .gform_heading .gform_title {
    text-align: center;
    font-size: 60px;
    color: #3e3e3e; /* blue */
}

.gform_wrapper form {
    margin-top: 3rem; /* 48px / 12 = mt-12 */
}

@media (min-width: 1024px) {
    .gform_wrapper form {
        margin-top: 6rem; /* 96px / 24 = mt-24 */
    }
}

.gform_wrapper form .gform_fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: .5rem; /* 32px / 8 = gap-8 */
}

.gform_wrapper form .gform_fields .gfield {
    width: 100%;
}

.gform_wrapper form .gform_fields .gfield.hidden_label > label,
.gform_wrapper form .gform_fields .gfield.hidden_label > legend {
    display: none;
}

.gform_wrapper form .gform_fields .gfield .ginput_complex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: .5rem; /* 32px / 8 = gap-8 */
}

.gform_wrapper form .gform_fields .gfield .ginput_complex .gform-grid-col {
    width: 100%;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .gform_wrapper form .gform_fields .gfield .ginput_complex .gform-grid-col {
        width: calc(50% - 1rem);
    }
}

@media (min-width: 768px) {
    .gform_wrapper form .gform_fields .gfield.gfield--width-half {
        width: calc(50% - 1rem);
    }
    .gform_wrapper form .gform_fields .gfield--width-third {
        width: calc(33% - 1.33rem);
    }
}

.gform_wrapper form .gform_fields .gfield .validation_message {
    color: #ef4444; /* red */
    margin-top: 1rem; /* 16px / 4 = mt-4 */
}

.gform_wrapper form .gform-footer {
    text-align: center;
    margin-top: 3rem; /* 48px / 12 = mt-12 */
}

@media (min-width: 768px) {
    .gform_wrapper form .gform-footer {
        text-align: right;
        margin-top: -1rem; /* -48px */
    }
}
.gf_clear {
    display: none;
}
.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* ====================================
   Datepicker Container
   ==================================== */
.ui-datepicker {
    width: 280px;
    padding: 0;
    display: none;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 14px;
    z-index: 1000 !important;
}

.ui-datepicker-inline {
    display: block;
}

/* ====================================
   Header Section
   ==================================== */
.ui-datepicker-header {
    position: relative;
    padding: 16px 12px;
    background: #3e3e3e;
    border-radius: 8px 8px 0 0;
    color: white;
}

/* Navigation Buttons */
.ui-datepicker-prev,
.ui-datepicker-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
}

.ui-datepicker-prev {
    left: 8px;
}

.ui-datepicker-next {
    right: 8px;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
    color: transparent;
}

/* Hide default text, use icons instead */
.ui-datepicker-prev span,
.ui-datepicker-next span {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
}

.ui-datepicker-prev span {
    border-width: 6px 8px 6px 0;
    border-color: transparent white transparent transparent;
}

.ui-datepicker-next span {
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent white;
}

/* Title Section */
.ui-datepicker-title {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
}

.ui-datepicker-title select {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    margin: 0 4px;
    cursor: pointer;
}

.ui-datepicker-title select:hover {
    background: rgba(255, 255, 255, 0.3);
}

.ui-datepicker-month {
    margin-right: 4px;
}

/* ====================================
   Calendar Table
   ==================================== */
.ui-datepicker-calendar {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.ui-datepicker-calendar thead {
    background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
}

.ui-datepicker-calendar th {
    padding: 12px 4px;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    color: #6b7280;
    text-transform: uppercase;
}

.ui-datepicker-calendar tbody td {
    padding: 2px;
    text-align: center;
}

/* ====================================
   Date Cells
   ==================================== */
.ui-datepicker-calendar tbody td a,
.ui-datepicker-calendar tbody td span {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    color: #111827;
    font-weight: 500;
    transition: all 0.2s ease;
}

/* Clickable dates */
.ui-datepicker-calendar tbody td a {
    cursor: pointer;
}

.ui-datepicker-calendar tbody td a:hover {
    background: #eff6ff;
    color: #3e3e3e;
}

.ui-datepicker-calendar tbody td a:active {
    background: #dbeafe;
}

/* Today's date */
.ui-datepicker-today a {
    background: #dbeafe !important;
    color: #1e40af !important;
    font-weight: 600;
}

/* Selected date */
.ui-datepicker-current-day a,
.ui-state-active {
    background: #3e3e3e !important;
    color: white !important;
    font-weight: 600;
}

/* Weekend styling */
.ui-datepicker-week-end a {
    color: #ef4444;
}

/* Other month dates */
.ui-datepicker-other-month span {
    color: #d1d5db;
}

/* Disabled/unselectable dates */
.ui-datepicker-unselectable span,
.ui-state-disabled {
    color: #d1d5db;
    cursor: not-allowed;
    background: transparent;
}

/* ====================================
   Responsive Design
   ==================================== */
@media (max-width: 640px) {
    .ui-datepicker {
        width: 100%;
        max-width: 320px;
    }
}

/* ====================================
   Gravity Forms Specific
   ==================================== */
.gform-theme-datepicker.ui-datepicker {
    font-family: inherit;
}

/* ====================================
   Helper Classes
   ==================================== */
.ui-helper-clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.ui-corner-all {
    border-radius: 8px;
}

/* ====================================
   Animation (Optional)
   ==================================== */
.ui-datepicker {
    animation: fadeInScale 0.2s ease;
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}