@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:ital,wght@0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');

@import './assets/dist/css/global.css';

/* Import Styles for Header, Footer, Site-Wide Banner */
@import './style-site-elements.css';    

/* Import Styles for the ACF Blocks */
@import './template-parts/acf_full_display_banner.css';
@import './template-parts/acf_statistics_block.css';
@import './template-parts/acf_tiles_grid.css';
@import './template-parts/acf_text_with_side_image_banner.css';
/* Original (Adam)
@import './template-parts/acf_hero_carousel.css'; */
/* Weslie testing */
@import './template-parts/acf_hero_carousel.css';
@import './template-parts/acf_testimonials.css';

/* Import Styles for Custom TTL */
@import './ttl-global-styles.css?ver=1.1';
@import './assets/ttl/css/ttl-template-location2.css?ver=1.2';      
@import './assets/ttl/css/ttl-template-expenses.css?ver=1.1';  
@import './assets/ttl/css/ttl-template-careers.css?ver=1.0';  
@import './assets/ttl/css/ttl-template-leaders.css?ver=1.1';
@import './assets/ttl/css/ttl-template-events.css?ver=1.0';   
@import './assets/ttl/css/ttl-template-media.css?ver=1.0';   
@import './assets/ttl/css/ttl-template-media-kit.css?ver=1.0';   
@import './assets/ttl/css/ttl-template-food.css?ver=1.0';
@import './assets/ttl/css/ttl-style-overrides.css?ver=1.0';    
@import './template-parts/ttl_tile_banner.css?ver=1.0';  



/* Import Styles for Find My Space Widget */
@import './template-parts/find_my_space_level.css';
@import './template-parts/find_my_space_room.css';
@import './template-parts/find_my_space.css';

header .mainNav .dropdown-menu {
    /*width: 190px!important;
    left: -70px!important; */
}

/*
body.page,
body.single {
    margin-top: -20px;
}*/

body.home.page,
body.page-template-template-section-sitemap-text {
    margin-top: -1px;
}
#main .banner{
    /*background-position: center 18px;*/
    background-position: center 0;
}
.content-top-padding{
    padding-top: 63px;          /* Height of Mobile Header */
}
.content-top-padding.alert-top-padding{
    padding-top: 113px;         /* Add 50px top padding when alert message */
}

@media screen and (min-width: 993px){
    .content-top-padding{
        padding-top: 138px;     /* Height of Desktop Header */
    }
    .content-top-padding.alert-top-padding{
        padding-top: 188px;
    }
}



/*--------------- Styling for CR Page Templates ---------------------*/

body.page-template-template-cr-home, 
body.page-template-template-cr-landing-plan,
body.page-template-template-cr-landing-exhibit,
body.page-template-template-cr-landing-attend,
body.page.page-template-template-cr-home header.desktop-view,
body.page.page-template-template-cr-landing-plan header.desktop-view,
body.page-template-template-cr-landing-exhibit header.desktop-view,
body.page-template-template-cr-landing-attend header.desktop-view{
    margin-top: -1px;
}

body.page-template-template-cr-home #main-container,
body.page-template-template-cr-landing-plan #main-container,
body.page-template-template-cr-landing-exhibit #main-container,
body.page-template-template-cr-landing-attend #main-container{
    /*padding-top: 60px;*/
    margin-top: 0;
}


@media screen and (min-width: 992px){

    .page-template-template-cr-home .content-white,
    .page-template-template-cr-landing-plan .content-white,
    .page-template-template-cr-landing-exhibit .content-white,
    .page-template-template-cr-landing-attend .content-white,
    .content-white{
        background-color: #fff!important;
        background-image: url(/wp-content/themes/mtccc/assets/img/MTCC_Starburst_GR.svg)!important;
        background-repeat: no-repeat!important;
        background-size: 700px!important;
        background-position: top 450px right!important;
    }
}
@media screen and (min-width: 1200px){
    .content-white{
        background-size: 768px!important;
    }
}
@media screen and (max-width: 768px){
    #main-container {
        margin-top: 0;
    }
}
/* Bootstrap 3 overrides */

.container{
    max-width: 1285px!important;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
    padding-left: 15px;
    padding-right: 15px;
}

/*  Extend BootStrap 3 to support 5 columns  */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
    .container { width: 1180px; }
}
@media (min-width: 1400px) {
    .container{ width: 1285px; }
}

 

/*------------------ Global Styles for the new ACF blocks -----------------*/

.acf-btn{
    display: inline-block;
    padding: 10px 25px!important;
    background: #fff;
    border-radius: 4px;
    letter-spacing: 0px;
    font-family: 'Roboto'!important;
    font-weight: 600!important;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid transparent;
}
.acf-btn-outline{
    border: 1px solid #000!important;
}
@media (pointer: fine) {
    .acf-btn:hover{
        background: #a60643;
        color: #fff;
    }
}
@media (pointer: fine) {
    .acf-btn-outline:hover{ 
        border-color: #a60643!important;
    }
}

.acf-headline{
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 30px;
    letter-spacing: 0.5px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 50px;
}

@media screen and (min-width: 768px){
    .acf-btn{
        padding: 15px 20px!important;
        font-size: 16px;
    }
}

/* Events Block - Overriding existing styles */
.cr-events{
    height: 470px;
    text-align: center;
}
.cr-events #customNavigation a{
    background: #000;
}
.cr-events #customNavigation a.prev::after{
    content: '\f104';
}
.cr-events  #customNavigation a.next::after{ 
    content: '\f105';
}
@media (pointer: fine) {
    .cr-events #customNavigation a:hover{
        background: #a60643;
    }
}
.home-upcoming-events-header{
    padding-top: 20px;
    padding-bottom: 30px;
}
.home-upcoming-events-header h3 {
    font-size: 30px;
    text-align: center;
    line-height: 1.2;
    padding-bottom: 10px;
}
.cr-events .home-upcoming-events-carousel .item{
    border: none;
}
.cr-events .home-upcoming-events-carousel .owl-item{
    background: none!important;
}
@media (pointer: fine) {
    .home-upcoming-events-carousel .item:hover{
        box-shadow: none;
    }
}
.cr-events .home-upcoming-events-carousel .item .item-content-wrap{
    padding: 0;
    margin: 33px 10px;
    border: 1px solid #bcbcbc;
    background: #fff;
    text-align: left;
    height: 300px;
}
@media (pointer: fine) {
    .cr-events .home-upcoming-events-carousel .item .item-content-wrap:hover{
        box-shadow: 0px 3px 10px 5px rgb(0 0 0 / 10%) 
    }
}
.cr-events .home-upcoming-events-carousel .item .item-content-wrap p.date, .cr-events .home-upcoming-events-carousel .item .item-content-wrap p.event-loc, .cr-events .home-upcoming-events-carousel .item .item-content-wrap p.event-type{
    padding-left: 15px;
    padding-right: 15px;
}
.cr-events .home-upcoming-events-carousel .item .item-content-wrap p.date{
    color: #a60643;
}
.cr-events .home-upcoming-events-carousel .item .item-content-wrap p.date span{
    display: table;
    background: #000;
    color: #fff;
    padding: 8px 20px;
    margin: -15px 0 15px -15px;
}
.cr-events .home-upcoming-events-carousel .item .item-content-wrap p.event-loc{
    font-weight: 400!important;
    color: #999!important;

}
.cr-events .home-upcoming-events-carousel .item .item-content-wrap p.event-title{
    display: block;
    height: unset;
    padding: 15px;
    color: #000;
    font-size: 18px;
}
.cr-events .home-upcoming-events-carousel .item .item-content-wrap p.event-type{
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #09539A;
    padding: 5px 15px;
    margin-bottom: 0;
    color: #fff;
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
}

.content-boxer {
    position: relative!important;
    /* margin-bottom: 70px!important; */
}

@media screen and (min-width: 992px){
    .cr-events{
        height: 400px;
    }
    .btn-home-events-btn{
        display: none;
    }
}

/*------------------ Global Styles for the Find My Space Widget -----------------*/


@media screen and (min-width: 991px){   /* Custom class to collapse gutter space */
    .md-no-gutter-left{ padding-left: 0!important;}
    .md-no-gutter-right{ padding-right: 0!important;}
}

/* Page Layout */
.fms-module{
    padding: 30px 0 60px 0;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

/* Page Title - H1 Tag */
.fms-module h1{
    font-size: 24px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 30px;
}

/* -- Nav Bar -- */
.fms-nav a{
    background: #ccc;
    padding: 15px 20px 20px 20px;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .5px;
}
@media (pointer: fine) {
    .fms-nav a:hover{
        color: #fff;
        text-decoration: none;
    }
}
.fms-nav a.fms-nav-back{
    background: #000;
}
.fms-nav a.fms-nav-restart{
    background: #09539A;
}
.fms-nav a i{
    font-size: 150%;
    margin:0 5px;
}

/* Tables - Default Styling */
.fms-table-container-outer{
    position: relative;
}
.fms-table-container-outer:after{
    content: "";
    display: none!important;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,0) 65%, rgba(0,0,0,.25) 105%);
}
.fms-table-container{
    overflow-x: auto;
}
.fms-table{     
    width: 100%;
    font-size: 14px;
}
.fms-room-page .fms-table{
    min-width: 1100px;
}
.fms-table tr.thead-headers > td:first-child, .fms-table tbody tr > td.fms-room-id:first-child{
    position: sticky;
    left: 0;
    z-index: 2;
}
.fms-table thead td{
    background: #77787A;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}
.fms-table thead tr.thead-subheaders td{
    font-weight: 400;
    font-size: 12px;
}
.fms-table thead td.thead-highlight{
    background: #A6264B;
}
.fms-table tbody td{
    background: #FDFBEF;
    border-bottom: 1px solid #fff;
    text-align: center;
}
.fms-table td{
    padding: 8px 12px;
}
@media screen and (min-width: 618px){
    .fms-level-page .fms-table-container-outer:after{ display: none;}
}
@media screen and (min-width: 991px){
    .fms-module{
        padding: 60px 0;
    }
}
@media screen and (min-width: 1200px){
    .fms-room-page .fms-table-container-outer:after{ display: none;}
    .fms-table tr.thead-headers > td:first-child, .fms-table tbody tr > td:first-child{
        position: unset;
    }
}