/*
Theme Name: Programme Bristol
Author: Kubiak Creative
Author URI: https://kubiakcreative.com
Description: Custom Theme by Kubiak Creative - Requires The7 theme to be installed for base structure. 09-24
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/
:root {
    --teal:  #146b6b;
    --pale:  #e7f0f0;
    --blue:  #aed5e6;
    --sage:  #b8c091;
    --stone:  #f2ede3;
    --pytitlefont: "trumpgothicpro", sans-serif;
}

.teal  {  color: var(--teal) }
.pale  {  color: var(--pale) }
.blue   {  color: var(--blue) }
.sage  {  color: var(--sage) }
.stone  {  color: var(--stone) }

.bg-teal  { background-color: var(--teal) }
.bg-pale  { background-color: var(--pale) }
.bg-blue  { background-color: var(--blue) }
.bg-sage  { background-color: var(--sage) }
.bg-stone  { background-color: var(--stone) }

::selection {
    color: var(--stone);
    background: var(--teal);
}

.relative { position: relative; }

.hide { display: none !important }

body {
    font-family: Arial, Helvetica, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
    text-rendering: auto;
}

/* FIX .vc_column-inner  padding issue */
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner {padding-top: 0}
.vc_row-has-fill > .vc_column_container > .vc_column-inner {padding-top: 0}

/* ----------------------------------- TYPOGRAPHY ----------------------------------- */

h1, h2, h3, h4 {  }

h2 { margin-bottom: 30px; }


.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg p, .dark-bg a { color: white;}
.white p, .white a, .white, .white h1, .white h2, .white h3, .white h4, .white h5, .white h6 { color: white;}

.text-center { text-align: center;}
@media (min-width: 992px) { .text-center { text-align: inherit;} }
@media (min-width: 992px) { .text-right-desktop { text-align: right;} }

.preheader-rule {
    position: relative;
    color: var(--pink);
}
.preheader-rule::before {
    position: absolute;
    content:'';
    left: -1020px;
    top:50%;
    width: 1000px;
    height: 1px;
    background: var(--pink);
}
.preheader-rule { margin-bottom: 10px}
@media (min-width: 992px) { .preheader-rule { margin-bottom: 30px}}

/* Paragraph Styles */
p.large-x1 { font-size: 1.2rem; line-height: 1.4rem; margin-bottom: 20px; font-weight: 500;}
p.large-x2 { font-size: 1.4rem; line-height: 1.6rem; margin-bottom: 30px; font-weight: 500;}
p.preheader { font-weight: 500; }
p.preheader + h4, p.preheader + h3, p.preheader + h2, p.preheader + h1 { margin-top: 0; }
.p-no-margin { margin-bottom: 0; padding-bottom: 0; }
@media (min-width: 992px) {
    p.large-x1 { font-size: 1.4rem;line-height: 1.7rem;}
    p.large-x2 { font-size: 1.9rem; line-height: 2.2rem;}
}

/* Link styles */

.link-underline a {
    position: relative;
    display: block;
    text-decoration: 0;
        transition: 0.2s ease;
}

.link-underline a::before {
    position: absolute;
    content:'';
    left: 0;
    bottom: -10px;
    height: 1px;
    width: 100%;
    background: #999999;
}

.link-underline a::after {
    position: absolute;
    content:'';
    left: 0;
    bottom: -12px;
    height: 5px;
    width: 10%;
    background: var(--red);
    transition: all 1s ease;
}

.link-underline a:hover::after {
    width: 100%;
}

.dark-bg .link-underline a::before {background: rgba(255, 255, 255, 0.5);}
.dark-bg .link-underline a::after {background: #ffffff;}


/* ----------------------------------- GENERAL ----------------------------------- */

.delay { animation-delay: 0.2s }
.delay2 { animation-delay: 0.4s }
.delay3 { animation-delay: 0.6s }

.center-mobile, .center-mobile .wpb_content_element { text-align: center;}
@media (min-width: 768px) {.center-mobile, .center-mobile .wpb_content_element { text-align: inherit;}}
.center-tablet, .center-tablet .wpb_content_element { text-align: center;}
@media (min-width: 992px) {.center-tablet, .center-tablet .wpb_content_element  { text-align: inherit;}}
.center-desktop, .center-desktop .wpb_content_element { text-align: center;}
@media (min-width: 1200px) {.center-laptop, .center-desktop .wpb_content_element { text-align: inherit;}}

.center-mobile .alignleft,
.center-mobile .alignright  { float: none; text-align: center;}
@media (min-width: 992px) { 
    .center-mobile .alignleft { text-align: left; display: block;}
    .center-mobile .alignright { text-align: right; display: block;} 
}

.center-mobile .btn-align-right { text-align: center;}
@media (min-width: 992px) {.center-mobile .btn-align-right { text-align: right;} }

.reverse-tablet { display: flex; flex-direction: row; }
@media (min-width: 768px) {.reverse-tablet { display: flex; flex-direction: row-reverse; }}
.reverse-desktop { display: flex; flex-direction: row; }
@media (min-width: 992px) {.reverse-desktop { display: flex; flex-direction: row-reverse; }}

.sidetitle br { display: none; }
@media (min-width: 992px) { .sidetitle br { display: inline; }}


.footer-logo img {width:100%; max-width: 360px; display: inline-block;}
.agent-logo img {width:100%; max-width: 140px; display: inline-block;}

.icon-box { 
    border: solid 1px var(--teal) ;
    border-radius: 20px;
    font-size: 1.5rem !important;
}

.dark-bg .icon-box {
    border: solid 1px white !important;
}

.dark-bg .icon-box h3 { 
    color: white !important;
}


/* ----------------------------------- ICON BOXES ----------------------------------- */

.square {
    aspect-ratio: 1;
    width: 100%;
    display: flex;
    justify-content: center; /* Horizontal */
    align-items: center;     /* Vertical */
    text-align: center;
}

.icon-box .aio-icon-header {
    padding: 0 14px
}

.icon-box h3 {
    font-size: 0.75em !important;
    margin-bottom: 10px !important;
    margin-bottom: 10px !important;
    font-weight: 400;
}

.icon-box {
    margin-bottom: 0 !important;
    transition: transform 0.3s ease;
    transform-origin: center center;
}

.icon-box:hover {
    transform: scale(1.05);
}

.icon-box .aio-icon-description {
    display: none !important;
}

.icon-box .aio-icon-img img {
    max-width: 100px !important;
    display: inline;
}

.column-grid .wpb_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px; /* Adjust spacing */
    row-gap: 40px;
}

@media (min-width: 768px) { .column-grid .wpb_wrapper { grid-template-columns: repeat(3, 1fr);}}
@media (min-width: 992px) { .column-grid .wpb_wrapper { grid-template-columns: repeat(4, 1fr);}}
@media (min-width: 1200px) { .column-grid .wpb_wrapper { grid-template-columns: repeat(4, 1fr);}}
@media (min-width: 1400px) { .column-grid .wpb_wrapper { grid-template-columns: repeat(5, 1fr);}}

.column-grid-2 .ult-content-box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    row-gap: 40px;
}

/* ----------------------------------- ROW / BOX SIZING ----------------------------------- */

.min-height-800 { min-height: 800px;}
.min-height-600 { min-height: 600px;}
.min-height-500 { min-height: 500px;}
.min-height-400 { min-height: 400px;}
.max-width-300 { max-width: 300px;}
.max-width-250 { max-width: 250px;}

.padding-right-30 { padding-right: 0}
.padding-left-30 { padding-left: 0}
@media (min-width: 992px) {
    .padding-right-30 { padding-right: 30px}
    .padding-left-30 { padding-left: 30px}
}
/* -----------------------------------MENU - NAVIGATION ----------------------------------- */


.mobile-main-nav>li>a {
    display: inline;
    text-align: center;
}


/* ----------------------------------- HOVER BOX ----------------------------------- */


/* Image */
.hover-box.ult-ib-effect-style1 img {
    opacity: 0.7 !important;
}

.hover-box.ult-ib-effect-style1:hover img {
    opacity: 0.2 !important;
}

/* Title */
.hover-box.ult-ib-effect-style1 .ult-new-ib-desc .ult-new-ib-title {
    position: relative;
}


/* Arrow */
.hover-box.ult-ib-effect-style1 .ult-new-ib-desc .ult-new-ib-title::after {
    content: "\f178";
    font-family: "Font Awesome 6 Free";
    font-size: 25px;
    font-weight: 900;
    display: inline-block;
    margin-left: 5px;
    transform: translateX(0);
    transition: transform 0.4s ease 0.45s;
    -webkit-font-smoothing: antialiased;
}

.hover-box.ult-ib-effect-style1:hover .ult-new-ib-desc .ult-new-ib-title::after {
    transform: translateX(10px);
}

/* ----------------------------------- FLOORPLAN HOVER ----------------------------------- */

.accommodation-browser{
    display:grid;
    grid-template-columns:420px 1fr;
    gap:50px;
    align-items:start;
}

.accommodation-table{
    font-size: 1em;
    margin-bottom: 20px;
    color:#fff;

}

.table-head,
.floor-row{
    display:grid;
    grid-template-columns:1fr 2fr 1fr;
    align-items:center;
}

.table-head{
    color:#fff;
    font-weight:700;
}

.table-head div,
.floor-row div{
    padding:18px;
}

.floor-row{
    border-top:1px solid #ececec;
    cursor:pointer;
    transition:.3s;
}

.floor-row:hover{
    background: var(--pale);
    color: var(--teal);
}

.floor-row.active{
    background: var(--blue);
    color: var(--teal);
}

.plan-viewer img{
    width:100%;
    display:block;
    transition:opacity .25s ease;
}

@media (max-width:900px){

    .accommodation-browser{
        grid-template-columns:1fr;
    }

}

/* ----------------------------------- LOCATION LIST ITEMS----------------------------------- */


.location-link-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
    color: var(--teal);
}

.location-link-list ul li {
    display: inline-block;
    font-size: 1.5em;
    line-height: 2em;
    margin: 0 30px;
}


/* ----------------------------------- TRAVEL TIME BARS----------------------------------- */

.travel-icon img {
    max-width: 80px;
}

.vc_progress_bar.walk-times .vc_bar {
    background: RGBA(174, 213, 230, 0.3) !important;
    background: linear-gradient(90deg, rgba(174, 213, 230, 0.5) 0%, rgba(174, 213, 230, 0) 100%) !important;
    border-radius: 5px !important;
}

.vc_progress_bar.walk-times .vc_single_bar {
    background-color: var(--teal) !important;
    /* padding-top: 10px !important;
    padding-bottom: 10px !important; */
}

.vc_progress_bar.walk-times .vc_label {
    font-size: 1em;
    margin-top:8px !important;
    margin-bottom: 2px !important;
    font-weight: 400;
}

.vc_progress_bar.walk-times .vc_label span {
    color: var(--white);
    font-weight: 700;
}


/* ----------------------------------- WIDGET BUBBLES ----------------------------------- */

.widget-left,
.widget-right,
.widget-top-right,
.widget-9am,
.widget-1030am,
.widget-12pm,
.widget-1pm {
    position: absolute;
    width: 250px;
    height: auto
}

.widget-right,
.widget-9am {
    top: 30px;
    right:10px;
}

.widget-left,
.widget-1030am,
.widget-12pm,
.widget-1pm {
    position: absolute;
    top: 30px;
    left: 10px;
}

.widget-top-right {
    position: absolute;
    top: -50px;
    right: 20px;
}


@media (min-width: 992px) {
    
    .widget-left,
    .widget-right,
    .widget-top-right,
    .widget-9am,
    .widget-1030am,
    .widget-12pm,
    .widget-1pm {
        width: 350px;
    }

    .widget-9am {
        right: -30px;
    }

    .widget-top-right {
    position: absolute;
    top: -50px;
    right: 20px;
    width: 350px;
}

    .widget-left,
    .widget-1030am ,
    .widget-12pm,
    .widget-1pm {
        left: -30px;
    }

@media (min-width: 1200px) {

    .widget-top-right {
    position: absolute;
    top: -50px;
    right: -80px;
    width: 350px;
    }
}
@media (min-width: 1400px) {


    .widget-9am {
        right: -50px;
    }

    .widget-top-right {
    position: absolute;
    top: -50px;
    right: -80px;
    width: 350px;
}

    .widget-left,
    .widget-1030am ,
    .widget-12pm,
    .widget-1pm {
        left: -50px;
    }

}
}