/*Brand specific - organization wide fonts for UCSB*/

/*Elements*/

body {
    color: #000000;
    font-family: Avenir, "Century Gothic", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.25rem;
    line-height: normal;
}

p {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    font-weight: 300;  
    line-height: 1.75rem;
}
b, strong {
    font-weight: bold;
}
a, .btn.btn-link {
    color: #000000;
    transition: all .7s;
}
a:hover, .btn.btn-link:hover {
    color: #fcc266;
    transition: all .7s;
}

ul, ol {
    margin-top: 1.75rem;
    margin-bottom: 3rem;
    padding-left: 4rem;
    font-size: 1.25rem;
}
li {
    margin-bottom: 0;
    line-height: 1.75rem;
}

hr {
    margin: 3rem 0;
    color: #dee2e6;
    opacity: unset;    
}

blockquote {
    margin: 0 10%;
    font-weight: 600;
    line-height: 1.65rem;    
}

.row {
    /*--bs-gutter-x: 0;*/
}

/* custom styles */

.photo-credit p,
.photocaption,
.videocaption,
.caption,
.photo-credit-override p {
    margin-bottom: 2rem;    
    color: #666;    
    font-size: 1rem;
	font-style: italic;
    line-height: normal;	
}
.photo-credit-override p {
    margin-top: 3rem;
    margin-bottom: 0;      
    }
.photocaption,
.videocaption,
.caption {
    display: block;
    margin-top: -2rem;
}

    @media screen and (max-width: 1199px) {
        .photocaption {
            margin-top: 0rem; 
            margin-bottom: 0;
        }
    }

#venue-body .photo-credit,
#body .photo-credit {
    padding-top: 0 !important;
    }
#venue-body .photo-credit p,
#body .photo-credit p {
    z-index: 1;    
    margin-top: -2rem;
    }
    
    @media screen and (max-width: 1199px) {
        #venue-body .photo-credit p,
        #body .photo-credit p { 
            margin-bottom: 2rem;    
            padding-left: 1.5rem; 
            }
        }
        
    @media screen and (max-width: 1199px) {
        #venue-body .photo-credit p,
        #body .photo-credit p { 
            margin-top: 1.5rem;
            }
        }    
    @media screen and (min-width: 1200px) {
        #venue-body .photo-credit p,
        #body .photo-credit p { 
            margin-top: -4rem;
            }
        }        
        
    
.author {
    display: block;
    margin: 5% 10%;
    font-weight: 400;
    font-size: 1rem;
}
.footnote {
    display: block;    
    margin: 4rem 0;
    line-height: normal;
}


/*h1 {
    font-family: produkt, serif;
    font-size: 1.875rem;
    font-weight: 500 !important;
}

h2 {
    font-family: Avenir, "Century Gothic", sans-serif;
    font-weight: 600;
    font-size: 27px;
    letter-spacing: -0.1pt;
    font-size: 3.375rem;
    font-weight: 100;
    margin-bottom: 1.25rem;
}

h3 {
    font-family: Avenir, "Century Gothic", sans-serif;
    font-weight: 600;
    font-size: 21px;
    font-size: 2.2rem;
    font-weight: 600;
    margin-top: 5rem;
    margin-bottom: 1.25rem;
}

h4 {
    font-family: Avenir, "Century Gothic", sans-serif;
    font-weight: 600;
    font-size: 16px;
    font-size: 1.875rem;
    font-weight: 600;
    margin-top: 5rem;
    margin-bottom: 1.25rem;
}

h5 {
    font-family: Avenir, "Century Gothic", sans-serif;
    font-weight: 600;
    font-size: 12px;
}

h6 {
    font-family: Avenir, "Century Gothic", sans-serif;
    font-weight: 400;
    font-size: 12px;
}
*/


/*End Elements*/


/*Typography*/

.ff1 { font-family: Produkt, serif; }
.ff2 { font-family: Avenir, "Century Gothic", sans-serif; }

.f1 { font-size: 3.375rem; } /* 54px */
.f2 { font-size: 2.18rem; } /* 35px */
.f3 { font-size: 1.875rem; } /* 30px */
.f4 { font-size: 1.5rem; } /* 24px */
.f5 { font-size: 1.25em; } /* 20px */
.f6 { font-size: 1rem; } /* 16px */
.f7 { font-size: 0.75rem; } /* 12px */

.f-100 { font-weight: 100; } /* light */
.f-300 { font-weight: 300; } /* roman */
.f-400 { font-weight: 400; } /* medium - regular */
.f-500 { font-weight: 500; } /* heavy - medium */
.f-600 { font-weight: 600; } /* black */


/* calendar months */
.produkt-1 {
    font-family: Produkt, serif;
    font-size: 1.875rem;    
    font-weight: 400;  
} 
/* home section headings */
.produkt-2 { 
    font-family: Produkt, serif;
    font-size: 1.5rem;    
    font-weight: 400;
} 
/* footer headings */
.produkt-3 {
    font-family: Produkt, serif;
    font-size: 1.25rem;    
    font-weight: 400;    
}

.avenir-1 {
    font-family: Avenir, "Century Gothic", sans-serif;
    font-size: 3.375rem !important;    
    font-weight: 100;
} 
.avenir-2 {
    font-family: Avenir, "Century Gothic", sans-serif;
    font-size: 2.18rem !important;  
    font-weight: 100;
} 
.avenir-3 {
    font-family: Avenir, "Century Gothic", sans-serif;
    font-size: 1.875rem !important; 
    font-weight: 600;
} 
.avenir-4 {
    font-family: Avenir, "Century Gothic", sans-serif;
    font-size: 1.5rem !important;  
    font-weight: 500;
} 
.avenir-5 {
    font-family: Avenir, "Century Gothic", sans-serif;
    font-size: 1rem !important;    
    font-weight: 300;
} 
.avenir-6 {
    font-family: Avenir, "Century Gothic", sans-serif;
    font-size: 0.75rem !important;    
    font-weight: 400;    
} 
    
/* End Typography*/

/*
    Text colors
*/

.theme-text-color-dark {
    color: #000000;
    transition: .7s;
}

.theme-text-color-light {
    color: #FFFFFF;
    transition: .7s;
}

.theme-text-color-primary {
    color: #000000;
    transition: .7s;
}

.theme-text-color-secondary {
    color: #FFFFFF;
    transition: .7s;
}

.theme-text-color-tertiary {
    color: #e1b658;
    transition: .7s;
}

.theme-text-color-yellow {
    color: #fcc266;
    transition: .7s;
}
.theme-text-color-red {
    color: #ba440a;
    transition: .7s;
}
.theme-text-color-dark-red {
    color: #9F2C09;
    transition: .7s;
}

.theme-link-color-light a {
    color: #FFFFFF;
    transition: .7s;
}
.theme-link-color-light a:hover {
    color: #fcc266;
    transition: .7s;    
    }

.theme-bg-color-dark.theme-text-color-light a:hover {
    color: #fcc266;
}
.theme-bg-color-orange.theme-text-color-dark a:hover {
    color: #ffffff;
}

/*
    End Text colors
*/

/*
    Background colors
*/


.theme-bg-color-dark {
    background-color: #1f1f1f;
    transition: .7s;
}
.theme-bg-color-dark-secondary {
    background-color: #343434;
    transition: .7s;
}
.theme-bg-color-light {
    background-color: #edeae4;
    transition: .7s;
}
.theme-bg-color-light-secondary {
    background-color: #e3dccf;
    transition: .7s;
}
.theme-bg-color-light-gray {
    background-color: #e9e9e9;
    transition: .7s;
}


.theme-bg-color-red {
    background-color: #ba440a;
    transition: .7s;
}
.theme-bg-color-red-dark-1 {
    background-color: #ad3900;
    transition: .7s;
}
.theme-bg-color-red-dark-2 {
    background-color: #9f2c09;
    transition: .7s;
}
.theme-bg-color-red-light-1 {
    background-color: #cb551a;
    transition: .7s;
}
.theme-bg-color-red-light-2 {
    background-color: #cb551a;
    transition: .7s;
}



.theme-bg-color-orange {
    background-color: #faad53;
    transition: .7s;
}

.theme-bg-color-orange-dark-1 {
    background-color: #f79f39;
    transition: .7s;
}

.theme-bg-color-orange-dark-2 {
    background-color: #e58a22;
    transition: .7s;
}

.theme-bg-color-orange-light-1 {
    background-color: #f0d57a;
    transition: .7s;
}

.theme-bg-color-orange-light-2 {
    background-color: #fcc266;
    transition: .7s;
}



.theme-bg-color-purple {
    background-color: #6236c7;
    transition: .7s;
}

.theme-bg-color-purple-dark-1 {
    background-color: #4a1bb7;
    transition: .7s;
}

.theme-bg-color-purple-dark-2 {
    background-color: #3d009d;
    transition: .7s;
}

.theme-bg-color-purple-light-1 {
    background-color: #7f56db;
    transition: .7s;
}

.theme-bg-color-purple-light-2 {
    background-color: #7143d9;
    transition: .7s;
}


.theme-bg-color-teal {
    background-color: #17b2c6;
    transition: .7s;
}

.theme-bg-color-teal-dark-1 {
    background-color: #149aac;
    transition: .7s;
}

.theme-bg-color-teal-dark-2 {
    background-color: #148796;
    transition: .7s;
}

.theme-bg-color-teal-light-1 {
    background-color: #3edcf0;
    transition: .7s;
}

.theme-bg-color-teal-light-2 {
    background-color: #1acce3;
    transition: .7s;
}

.theme-bg-header-transparent {
    background: rgb(31,31,31,0.5);
}


/*
    End Background colors
*/

/* Buttons*/
.btn-hover-colored:hover {
    background: #faad53;
    border-color: #faad53 !important;
    color: #fff !important;
    transition: all .5s;
    transition-timing-function: ease-in-out;
}
.btn-hover-colored-dark-text:hover {
    background: #faad53;
    border-color: #faad53 !important;
    color: #000 !important;
    transition: all .5s;
    transition-timing-function: ease-in-out;
}

.btn-hover-light:hover {
    background: #fff;
    border-color: #fff !important;
    color: #000 !important;
    transition: all .5s;
    transition-timing-function: ease-in-out;
}
.btn-hover-light-dark-border:hover {
    background: #fff;
    border-color: #000 !important;
    color: #000 !important;
    transition: all .5s;
    transition-timing-function: ease-in-out;
}
.btn-hover-dark:hover {
    background: #000;
    border-color: #000 !important;
    color: #fff !important;
    transition: all .5s;
    transition-timing-function: ease-in-out;
}

.btn-canceled:hover {
    color: #fff !important;
    cursor: initial;
}
/*End Buttons*/
#account-section-dropdown {

}
#account-section-dropdown .dropdown-toggle {
    background: transparent;
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: bold;
    
}
#account-section-dropdown .dropdown-toggle .account-section-main-text {
    color: #FFF;
}
#account-section-dropdown .dropdown-toggle .account-section-main-text:hover {
    color: #fcc266;
    transition: .7s;
}

#account-section-dropdown .dropdown-toggle::after {
    display: none;
}
#mainNav #account-section-dropdown .dropdown-menu {
    background: rgb(31,31,31,0.5);
    top: 30px;
}

#mainNav.sticky #account-section-dropdown .dropdown-menu {
    background: rgb(31,31,31,1);
    transition: .7s;
}
#account-section-dropdown .dropdown-toggle[aria-expanded="true"] .account-section-main-text {
    color: #fcc266;
}
#mainNav #account-section-dropdown .dropdown-menu a {
    text-decoration: none;
    text-transform: capitalize !important;
    font-weight: normal !important;
}

#account-sub-menu li a:hover {
    background-color: transparent !important;
    text-decoration: underline !important;
}
/* End Buttons */
/* Nav*/
/* Mega Menu */
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.menu-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: all 0.5s;
    background: rgba(0, 0, 0, .9);
    overscroll-behavior: contain;
}
.menu-overlay-content .top-level-nav-item {
    margin-bottom: 1rem;    
    padding: 0 1rem;
    font-family: Produkt, serif;
    font-size: 1.25rem;
    font-weight: 400;
}

    @media screen and (max-width: 991px) {
        .menu-overlay-content .top-level-nav-item {  
            padding: 0;
        }
    }

.menu-overlay a {
    padding: 0.5rem 0;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.7s;
}

    @media screen and (max-width: 991px) {
        .menu-overlay a {  
            padding-left: 2rem;
        }
    }

.menu-overlay a:hover {
    color:#fcc266;
    text-decoration: underline;
    transition: all 0.7s;
}
.menu-overlay a:last-child {
    padding-bottom: 1rem;
}
.menu-overlay-content {
    position: relative;
    top: 5%;
    width: 100%;
}
.menu-overlay-content .menu-children {
    margin-left: 25px;
}
.menu-overlay-content i {
    color: #fcc266 !important;
    font-size: 1em;
    margin-right: 10px;
}
.menu-overlay-content i.rotate135 {
    transform: rotate(135deg);
}

    @media screen and (min-width: 992px) {
        .menu-overlay-content {
            height: initial;
            padding-left: 8rem !important;
            padding-right: 8rem !important;
        }
    }
    @media screen and (min-width: 992px) {
        .menu-overlay-content i {
            margin-left: -60px;
            margin-right: 20px;
        }
    }

.menu-overlay-content a.menu-button {
    display: inline-block !important;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    margin: 1rem auto;    
    padding: 0.375rem 1.75rem !important;
    font-size: 1rem;
    border-radius: 0.25rem;
    background-color: #fcc266;
    color: #000 !important;
    transition: all .7s;
}

    @media screen and (max-width: 991px) {
        .menu-overlay-content a.menu-button {  
            margin-left: 2rem;
        }
    }

.menu-overlay-content a.menu-button:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #000 !important;
    transition: all .7s;
}
.menu-overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 2.5rem;
    font-size: 1rem;
    font-weight: 400;
    opacity: 0.75;
    z-index: 5;
}
.menu-overlay .closebtn:hover {
    text-decoration: none;
    color: #a9a9a9;
    transition: all .7s;
}

.menu-last-row {
    padding-bottom: 3rem;
}

@media screen and (min-width: 992px) {
    .menu-last-row {
        background-color: #edeae4;
        margin-top: initial !important;
    }
    .menu-last-row a {
        color: #000 !important;
    }
    .menu-last-row .menu-overlay-content i {
        color: #000 !important;
    }
    .menu-last-row .menu-overlay-content a.menu-button {
        background-color: #fff;
        border: 2px solid #000;
        color: #000 !important;
        transition: all .7s;
    }
    .menu-last-row .menu-overlay-content a.menu-button:hover {
        background: #000;
        border: 2px solid #000;
        color: #fff !important;
        transition: all .7s;
    }
}


/* ======== HEADER ======== */

#mainNav {
    height: 92px;
    background: rgb(31,31,31,0.5) !important;    
    border-bottom: 5px #fff solid !important;
    transition: .5s;    
}

#mainNav .logo-link {
    top: 0;    
    padding: 1.75em 2rem !important;
    background-color: #1f1f1f !important;
    transition: .7s;
}
#mainNav .logo-link img {
    width: 175px;
    width: initial;    
}

#mainNav a {
    color:#fff;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
}
#mainNav a:hover {
    color: #fcc266;
    cursor: pointer;
}
#mainNav a i {
    margin-right: 5px;    
    color: #fcc266;
}

    @media screen and (min-width: 500px) {
        #mainNav a.d-none {
            display: inline-block !important;
        }
        #mainNav #openNav {
            margin-left: 1rem !important;
        }
    }

    @media screen and (max-width: 725px) {
        #mainNav {
            height: 55px;
            border-bottom: 3px #fff solid !important;
        }
        #mainNav .logo-link {
            margin-left: 1.25rem !important;
            padding: 1rem !important;
        }
        #mainNav .logo-link img {
            width: 125px;
        }
    }

    @media screen and (min-width: 726px) and (max-width: 991px) {
        #mainNav {
            padding: 0 2rem 1rem 2rem;
        }
    }

.no-scroll{
    overflow-y: hidden;
}

/* ======== STICKY HEADER ======== */
#mainNav.sticky {
    background: rgb(31,31,31,1) !important;
    position: fixed !important;
    top: 0;
    height: 55px;
    transition: .5s;
}
#mainNav.sticky .logo-link {
    top: unset;
    padding: 0 1.25rem 0 1.25rem !important;
    transition: .7s;
    }
#mainNav.sticky .logo-link img {
    width: 155px;
    }

    @media screen and (max-width: 576px) {
        #mainNav.sticky .logo-link {
            padding: 0.5rem 1rem !important;
            background-color: transparent !important;
        }
        #mainNav.sticky .logo-link img {
            width: 125px;
        }
    }
    
    @media screen and (min-width: 577px) and (max-width: 991px) {
        #mainNav.sticky {
            padding-bottom: 0.5rem;
            padding-top: 0.5rem;
        }
    }

    @media screen and (min-width: 576px) {
        /*#mainNav .logo-link {
            padding: 1.25rem 1.5rem !important;
        }*/
    }

/*END Nav*/



/* Banners */
.banner-image.banner-image-default,
.banner-image.banner-override-graphic {
    background-size: cover; 
    height: 150px; 
    margin-top: -5.75rem;
    margin-bottom: 3rem;    
    }
    
    @media screen and (min-width: 1200px) {
        .banner-image.banner-image-default,
        .banner-image.banner-override-graphic {
            height: 250px !important;
            margin-bottom: 0;               
        }
    }  

/*    
.img-fluid.banner-override-image {
    width: 100%;
    margin-top: -2.75em !important;
    clip-path: polygon(100% 0, 100% 85%, 30% 100%, 0 85%, 0 0);
    }
    
    @media screen and (max-width: 425px) {
        .img-fluid.banner-override-image {
            margin-top: -3em;   
        }
    }     
    @media screen and (min-width: 426px) and (max-width: 500px) {
        .img-fluid.banner-override-image {
            margin-top: -3.65em;   
        }
    }  
    @media screen and (min-width: 1200px) {
        .img-fluid.banner-override-image {         
            margin-bottom: 0;    
        }
    } */      

.valley-polygon-container {    
    margin-top: -76.75px !important;   
    margin-bottom: 4rem !important;
    }

#pdp-body .img-fluid.img-hero,
#venue-body .img-fluid.img-hero,
#body .img-fluid.img-hero.banner-generic {
    width: 100%;
    margin-top: -2.75em !important;
    clip-path: polygon(100% 0, 100% 85%, 30% 100%, 0 85%, 0 0);
    }
 
    @media screen and (min-width: 576px) {
        #pdp-body .img-fluid.img-hero,
        #venue-body .img-fluid.img-hero,
        #body .img-fluid.img-hero.banner-generic {
            margin-top: -4.75em !important;
            }
        }
        
#venue-body .img-fluid.img-hero,
#body .img-fluid.img-hero.banner-generic {
    height: 550px; 
    background-size: cover; 
    background-position: center;    
    }
    
    @media screen and (max-width: 576px) {
        #venue-body .img-fluid.img-hero,
        #body .img-fluid.img-hero.banner-generic {
            height: 215px; 
            }
        }
    @media screen and (min-width: 577px) and (max-width: 1199px) {
        #venue-body .img-fluid.img-hero,
        #body .img-fluid.img-hero.banner-generic {
            height: 355px; 
            }
        }        
      
#pdp-body .valley-polygon {
    display: none;
    }
    
/* END Banners */



/*Vue Js Styles*/
[v-cloak] {
    display: none !important;
}

.fade-enter-active, .fade-leave-active {
    transition: opacity 1.5s;
}
/* .fade-leave-active below version 2.1.8 */
.fade-enter, .fade-leave-to {
    opacity: 0;
}


/*Vue Modal*/
.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: table;
    transition: opacity 0.3s ease;
}

.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.modal-container {
    width: 300px;
    margin: 0px auto;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
    transition: all 0.3s ease;
    font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
    margin-top: 0;
}

.modal-body {
    margin: 20px 0;
}

.modal-default-button {
    float: right;
}


.modal-wheelchair {
    width: 70%;
    max-height: 60vh;
    overflow-y: scroll;
}
@media(min-width: 992px) {
    .modal-terms-conditions {
        max-height: 40vh;
    }
}
.modal-wheelchair .modal-footer {
    position: sticky;
    bottom: 0;
    background-color: inherit; /* [1] */
    z-index: 1055; /* [2] */
}
/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */
.modal-enter {
    opacity: 0;
}

.modal-leave-active {
    opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/*End Vue Modal*/

/*End Vue Js Styles*/

/*
    Layout
*/
.banner-image {
    background-size: cover;
    z-index: 100;
}
.page-header {
    height: 30.25rem;
    justify-content: start;
}

/* Home Page Grid Content */
.home-page-grid-content-item.row {
    --bs-gutter-x: 0 !important;
}
.home-page-grid-content-item .grid-section .row.clearfix > div {
    padding: 1rem;
}
.home-page-grid-content-item h3 {
    margin-bottom: 25px;
    font-family: produkt, serif;
    font-size: 1.875rem;
    font-weight: 400;
}
.home-page-grid-content-item p:last-of-type {
    margin-bottom: 0;
}    
.home-page-grid-content-item p {
    font-size: 1rem;
}
.home-page-grid-content-item .grid-section img {
    padding-bottom: 0;
}
.home-page-grid-content-item .grid-section .empty-column {
    background-color: transparent !important;
    border: none !important;
}



@media(min-width: 992px) {
    .large-screen-center {
        padding-left: 6.5rem !important;
        padding-right: 6.5rem !important;
    }
    /*Areas composed of bootstrap cards need a little less padding*/
    #upcoming-events-container {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }
    #additional-content-grids {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }
    #grid-items-container {
        padding-left: 6.25rem !important;
        padding-right: 6.25rem !important;
    }

    .home-page-grid-content-item {
        margin-left: 6.5rem !important;
        margin-right: 6.5rem !important;
    }
    #additional-content-grids .home-page-grid-content-item {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .home-page-grid-content-item .has-column-background .row {
        width: 100%;
        margin-bottom: 1rem;
        gap: 1rem;
    }
    .home-page-grid-content-item .has-column-background .row > div {
        flex: 1;
        padding: 2rem;
    }
    .home-page-grid-content-item .has-column-background .row > div:last-child {
        margin-right: -1rem; 
    }
}


/* Footer */
.mountain-polygon {
    margin-top: 5rem;
    }
    
    @media screen and (max-width: 576px) {
        .mountain-polygon {
            margin-top: 0;
        }
    }    
    
    @media screen and (min-width: 577px) and (max-width: 991px) {
        .mountain-polygon {
            margin-top: 2rem;
        }   
    }
    
footer#footer {}

    @media screen and (max-width: 991px) {
        footer#footer {
            padding: 1rem 2.5rem !important;
        }   
    }

footer .social-media-bar {
    border-bottom: 1px solid #fff;
}

footer .social-media-bar h2.home-section-heading {
    font-family: produkt, serif;
    font-size: 1.5rem;
    font-weight: 400;    
    }  
    
    @media screen and (max-width: 991px) {
        footer .social-media-bar h2.home-section-heading {
            padding: unset;    
        }    
    }    
    @media screen and (min-width: 992px) {
        footer .social-media-bar h2.home-section-heading {
            margin-left: 0 !important;
            padding-left: 0 !important;
        }
    }     
    
footer .social-media-bar p {}     
    
    @media screen and (max-width: 991px) {
        footer .social-media-bar p {
            padding: unset;    
            line-height: normal;    
        }    
    }    

    @media screen and (min-width: 992px) {
        footer .social-media-bar p {
            margin-left: 0 !important;
            padding-left: 0 !important;
        }
    }  
    
footer .social-media-bar #email-signup {}
    
        @media screen and (min-width: 992px) {
            footer .social-media-bar #email-signup {
                margin: 0 !important;
                padding: 0 !important;
            }
        }    
    
    
footer h4 {
    padding-top: 2rem !important;
    font-family: produkt, serif;    
    font-size: 1.25rem !important;
    font-weight: 400 !important;
    }
footer a {
    font-size: 1rem;
    line-height: 2rem;
    text-decoration: none;
    }
footer a:hover {
    color: #000;
    text-decoration: underline;
    }    
footer strong {
    font-weight: 500;
    }
footer p {
    font-size: 1rem;    
    line-height: 1.75rem;    
    }
footer p.ps-lg-5 {
    padding-left: 0 !important;
    font-size: 0.75rem !important;
    }
footer .copyright,
footer .copyright a {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 0.75rem;
    line-height: 1.25rem;    
}
/*Cart Timer*/
.cart-timer a {
    text-decoration: none;
}
.cart-timer a:hover {
    text-decoration: none;
    color: #9F2C09;
}
/* End Cart Timer*/
/*
    End Layout
*/
/*
    Bootstrap overrides
    font sizes, colors etc
*/
/*Tooltips*/
.tooltip-override {
    opacity: 1 !important;
    font-size: .75em !important;
}

    .tooltip-override .tooltip-inner {
        background: #FFF !important;
        color: #000000 !important;
        border-radius: 5px;
        box-shadow: 0 2px 8px rgb(0 0 0 / 33%);
    }

    .tooltip-override .tooltip-arrow::before {
        content: "";
    }


/*Arrows are complicated. Directly overriding using bootstrap's selectors*/

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    border-top-color: #FFF;
}

.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    border-right-color: #FFF;
}

.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    border-bottom-color: #FFF;
}

.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    border-left-color: #FFF;
}

.tooltip-override table {
    text-transform: uppercase;
}

.tooltip-override table.table td {
    padding-top: 0;
    padding-bottom: 0;
    font-size: .6em !important;
}

.tooltip-override table.table tr:last-child {
    margin-bottom: 5px;
}

.tooltip-override table.table th {
    padding-bottom: 0;
}

.tooltip-override p {
    margin-bottom: 0;
    padding: 3px 1.25rem 0;
}

.tooltip-override p:last-child {
    margin-bottom: 5px;
}
/*End Tooltips*/

/* Toasts with short message (i.e. homepage)*/

.toast-alert-content p{
    margin-bottom: 0 !important;
}

.form-check-input:checked {
    background-color: #faad53;
    border-color: transparent;
}


/* Alerts */
.alert.alert-success {
    padding: 0.5rem 1rem;
    background-color: #149AAC;
    border-color: transparent;
    font-size: 1rem;    
    color: #fff;
}
.alert.alert-success p {
    margin-bottom: 0;   
    padding: 0 !important;
    font-size: 1rem;      
}
.alert.alert-danger {
    padding: 0.5rem 1rem;
    background-color: #AD3900;
    border-color: transparent;    
    font-size: 1rem;    
    color: #fff;    
}
.alert.alert-danger p {
    margin-bottom: 0;   
    padding: 0 !important;
    font-size: 1rem;     
}
#just-carted.toast {
    padding: 0.5rem 1rem;
    box-shadow: none;
}
#just-carted.toast .toast-header,
#just-carted.toast .toast-body {
    padding: 0;
}
#just-carted.toast .toast-body button {
    float: right;
}
#just-carted.toast .toast-body p {
    margin-bottom: 0;
    font-size: 1rem;  
    font-weight: normal !important;
    line-height: normal;
}



/*Accordion buttons*/

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    pointer-events: initial;
    cursor: not-allowed !important;
}

label.form-check-label {
    margin-top: .15rem;
}
/*
    End Bootstrap overrides
*/

/* Buttons*/
.btn-close-no-bg {
    background: transparent;
    opacity: 1;
}
/* End Buttons*/


/*utilities*/
.w-5 {
    width: 5% !important;
}
.w-10 {
    width: 10% !important;
}
.w-15 {
    width: 15% !important;
}
.w-20 {
    width: 20% !important;
}
.w-25 {
    width: 25% !important;
}
.w-30 {
    width: 30% !important;
}
.w-35 {
    width: 35% !important;
}
.w-40 {
    width: 40% !important;
}
.w-45 {
    width: 45% !important;
}
.w-50 {
    width: 50% !important;
}
.w-55 {
    width: 55% !important;
}
.w-60 {
    width: 60% !important;
}
.w-65 {
    width: 65% !important;
}
.w-70 {
    width: 70% !important;
}
.w-75 {
    width: 75% !important;
}
.w-80 {
    width: 80% !important;
}
.w-85 {
    width: 85% !important;
}
.w-90 {
    width: 90% !important;
}
.w-95 {
    width: 95% !important;
}
.w-100 {
    width: 100% !important;
}
.cursor-pointer {
    cursor: pointer;
}
.form-item-height{
    min-height:50px;
}
/*utilities*/

/*UI Enhancements*/
.mountain-polygon {
    clip-path: polygon(66% 40%, 0% 100%, 100% 100%);
    height: 75px;
}
.valley-polygon {
    height: 42px;
        margin-bottom: 0 !important;
}
.valley-polygon-left {
    clip-path: polygon(0 50%,0% 100%,100% 100%);
    margin-bottom: 5rem;
}
.valley-polygon-right {
    clip-path: polygon(100% 50%, 0% 100%, 100% 100%);
}
@media (min-width: 992px) {
    .valley-polygon {
        height: 77px;
    }
}
@media(min-width: 1200px){
    .mountain-polygon {
        clip-path: polygon(66% 0, 0% 100%, 100% 100%);
        height: 75px;
    }
    .valley-polygon {
        height: 77px;
    }
    .valley-polygon-left {
        clip-path: polygon(0 0, 0% 100%, 100% 100%);
    }
    .valley-polygon-right {
        clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    }
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

/*Event Cards*/

.event-info .card-subtitle {
    max-height: 2rem;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-style: italic;
    color: #fcc266;
}

#list-calendar div.text-truncate p {
    overflow: hidden;
    text-overflow: ellipsis;
}

#list-calendar .row:last-child {
    border-bottom: none !important;
}

/*Date Pickers*/
.ui-widget-header {
    background: #e4dccf !important;
    border: 1px solid #e4dccf !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    background-color: #fff !important;
    border: 1px #fff solid !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background: #fff;
}
/*End Date Pickers*/

/*End UI Enhancements*/
