/*

- Site-Wide Banner
- Site-Wide Header
- Site-Wide Footer

*/

/* ---------------- Site-Wide Banner ----------------- */
#alert-global-msg{
    top: 0;
}
.alert{ padding: 8px 15px;}
.alert-danger{
    border: none;
    min-height: 50px;
}
@media screen and (min-width: 768px){
    .alert{ padding: 15px;}
}

/* ---------------- Site-Wide Header ----------------- */

header.desktop-view.headerBox{
    box-shadow: 1px 3px 13px rgb(0 0 0 / 50%);
    top: 0;
}

/*  Main Nav Top Bar */
header .mainNav{
    height: 100px;
}
header h1{
    margin-bottom: 0;
}
header #mtccc_logo{
    padding: 13px 0;
}
header #mtccc_logo img{
    position: relative;
    height: 73px;
}
.header-booking-cta{
    background: rgb(0, 0, 0);
    float: left;
    padding: 12px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.1;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin: 20px 8px 20px 0;
}
.header-booking-cta span{
    float: left;
}
.header-booking-cta i{
    float: left;
    font-size: 28px;
    margin: 0 15px 0 5px;
}
.header-booking-cta:hover{ 
    color: #fff;
}
.lang-toggle{
    margin: 20px 0 0 0;
    font-weight: 400;
    color: #464646;
    font-size: 14px;
}
.lang-toggle:hover{
    color: #a60643;
}

/* Primary Navigation Menu (Top) */
header .mainNav .navbar-nav{
    height: 100%;
    position: relative;
}
header .mainNav .navbar-nav > li{
    position: unset;
}
/*
.site-4 header .mainNav .navbar-nav>li{
    padding-right: 5%;
}*/
header .mainNav .navbar-nav > li > a{
	height: 100px;
    padding-top: 60px!important;
    font-family: 'Roboto Condensed', Roboto, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #000;
	text-transform: uppercase;
    
}
header .mainNav .navbar-nav > li > a:after {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 19px;
    font-size: 13px;
    content: '\f107';
    margin-left: 10px;
    color: #bbb;
    transition: all 0.3s;
}
header .mainNav .navbar-nav > li:hover > a:after{
    transform: rotate(-90deg);
}
header .mainNav .navbar-nav > li:hover > ul.dropdown-menu{
    display: block;
}
header .mainNav .navbar-nav > li:hover > .submenu-panel{
    display: block;
}

/* Mega Menu */

header .mainNav .navbar-nav .submenu-panel .submenu-panel1, header .mainNav .navbar-nav .submenu-panel .submenu-panel2{
    width: 47%;
    margin-right: 3%;
    float: left;
}
/* ------ */
header .mainNav .navbar-nav .submenu-panel .submenu-title{
    display: block;
    margin: 0 2% 30px 2%;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}
header .mainNav .navbar-nav .submenu-title a{
    font-size: 28px;
    text-transform: uppercase;
    color: #000;
}
header .mainNav .navbar-nav .submenu-title a:hover{
    color: #a60643;
}
header .mainNav .navbar-nav .submenu-panel{
    display: none;
    position: absolute;
    left: 0;
    top: 90px;
    z-index: 100;
    width: 190%;
    margin-left: -45%;
    background: #fff;
    padding: 15px 30px;
    /* box-shadow: 0 3px 15px 0 rgba(0,0,0,.1); */
    box-shadow: 0 30px 30px 0px rgb(0 0 0 / 10%);

}
header .mainNav .navbar-nav .submenu-panel .submenu-options, header .mainNav .navbar-nav .submenu-panel .submenu-right-panel{
    width: 50%;
    float: left;
    padding: 2%;
}
header .mainNav .navbar-nav .submenu-panel .submenu-options .sub-menu {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
header .mainNav .navbar-nav .submenu-panel .submenu-options .sub-menu li a {    /* All Child Nav Item Links */
    color: #000;
}
header .mainNav .navbar-nav .submenu-panel .submenu-options > .sub-menu > li{ 
    width: 46%;
    float: left;
    margin-right: 5%;
    margin-bottom: 30px;
    font-size: 16px;
}
header .mainNav .navbar-nav .submenu-panel .submenu-options > .sub-menu > li:nth-child(even){
    margin-right: 0;
}
header .mainNav .navbar-nav .submenu-panel .submenu-options > .sub-menu > li > a{ /* First Child Nav Item Only */
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}
header .mainNav .navbar-nav .submenu-panel .submenu-options > .sub-menu > li > .sub-menu li a{
    font-weight: 400;
    color: #000;
    position: relative;
    margin-bottom: 3px;
}
header .mainNav .navbar-nav .submenu-panel .submenu-options > .sub-menu > li > .sub-menu li a:hover{
    color: #a60643;
}
header .mainNav .navbar-nav > li:hover .submenu-panel, header .mainNav .navbar-nav > li:hover .submenu-panel .dropdown-menu{
    display: block;
}

/* Mega Menu Featured Posts ********* Need to rename classes **********/

header .mainNav .navbar-nav .submenu-panel .submenu-right-panel .image-container{
    background-size: cover;
    margin-bottom: 15px;
    height: 130px;
}
header .mainNav .navbar-nav .submenu-panel .submenu-right-panel h4.card-title{
    text-transform: uppercase;
    line-height: 1.2;
}
header .mainNav .navbar-nav .submenu-panel .submenu-right-panel p.card-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 10px;
}
header .mainNav .navbar-nav .submenu-panel .submenu-right-panel a {
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 25px!important;
    letter-spacing: 0.75px;
}


/* Sub Navigation Bar */

header .subnav{
	border-top: 1px solid #000;
    background-image: none;
    background-color: #000;
	height: unset;
	box-shadow: none;
}
header .subnav > .container{
    position: relative;
}
header .subnav .mainsearchresults{
    position: absolute;
    right: 0;
    top: 38px;
}
header .subnav .nav-search li{
    width: 100%;
    text-align: left;
    margin-top: 4px;
}
header .subnav .nav-search input.searchinput{
    height: 30px;
    background: none;
    border: none;
    border-bottom: 1px solid #333;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.75px;
    width: 90%;
    font-size: 14px;

}
header .subnav .nav-search input.searchinput::placeholder{
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.75px;
    font-size: 14px;

}
header .subnav .nav-search .fa-search{
    color: #fff;
    font-size: 14px;
}
/*
.mainsearchresults{
    top: 120px;
    max-width: 400px;
    right: 50px;
}*/

/* Sub Navigation Menu (Bottom) */
@media screen and (min-width: 992px){   /* Desktop Nav Item Padding */
    header .subnav ul.menu > li > a {
        /* padding: 9px 30px 10px 30px; */
        width: 155px;
    }
}

@media screen and (min-width: 1200px){   /* Desktop Nav Item Padding */
    header .subnav ul.menu > li > a {
        /* padding: 9px 60px 10px 60px; */
        width: 175px;
    }
}

header .subnav ul li{
    width: unset;
}

header .subnav ul.menu > li > a{
	background: none;
    /* padding: 9px 30px 10px 30px; */
    border-left: none;
    font-weight: 400;
	text-transform: uppercase;
    font-size: 16px;
    /* width: 175px; */
}
.site-4 header .subnav ul.menu > li > a{
    /* padding: 9px 15px 10px 15px; */
}    
header .subnav ul li a:after{
    display: none;
}

header .subnav ul > li:hover a{
	background: #fff;
	color: #000;
    font-weight: bold;
}

header .subnav ul > li:hover .sub-menu > li a, 
header .subnav ul > li .sub-menu > li:hover a {
    background: #fff;
    color: #000;
    font-weight: 400!important;
    font-size: 15px;
}

header .subnav ul.sub-menu,
header .subnav .submenu-panel {    /* Sub Navigation dropdown menus */
    display: none;
    position: absolute;
    min-width: 200px;
    background: #fff;
    padding: 20px 0;
    color: #000;
    text-align: left;
    
}
header .subnav ul > li:hover .submenu-panel {
    display: block;
}

header .subnav ul > li:hover ul.sub-menu{
    display: block;
}
header .subnav ul > li:hover ul.sub-menu li{
    display: block;
}
header .subnav ul > li:hover ul.sub-menu li a{
    padding: 3px 45px 3px 22px;
}
header .subnav ul > li:hover ul.sub-menu li a:hover{
    color: #a60643;
}
@media screen and (min-width: 993px){
    .header-booking-cta.fr-btn{
        font-size: 13px;
    }
    .header-booking-cta i{
        font-size: 24px;
        margin: 0 8px 0 0; 
    }
    header .subnav .mainsearchresults{
        max-width: 400px;
    }
}
@media screen and (min-width: 1200px){
    .header-booking-cta, .header-booking-cta.fr-btn{
        padding: 12px 20px 12px 15px;
        margin: 20px 20px 20px 0;
    }
    .header-booking-cta i{
        font-size: 28px;
        margin: 0 15px 0 5px;
    }
    .lang-toggle{
        font-size: 16px;
    }
    .site-4 header .subnav ul.menu > li > a{
        /* padding: 9px 25px 10px 25px; */
    }    
}


/* Mobile Header */





.header-mobile{
    padding: 10px 30px;
}
.header-mobile .header-booking-cta{
    float: none;
    position: absolute;
    right: 120px;
    font-size: 11px;
    padding: 8px;
    margin: 0;
}
.header-mobile .header-booking-cta i{
    font-size: 22px;
}
#cd-lateral-nav{
    margin-top: 63px;   /* Adjust after setting mobile header height */
    padding-top: 50px;
}

#cd-menu-trigger{
    background: none;
    height: 100%;
    width: 65px;
}
#cd-menu-trigger .cd-menu-icon{
    background: #000;
    width: 25px;
}
#cd-menu-trigger .cd-menu-icon::before{
    bottom: 8px;
}
#cd-menu-trigger .cd-menu-icon::after{
    top: 8px;
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after{
    background: #000;
}

/* Mobile Navigation */

#cd-lateral-nav{
    font-family: 'Roboto Condensed', 'Roboto', sans-serif;
}
#cd-lateral-nav .lang-toggle-container{
    position: absolute;
    top: 0;
    width: 100%;
    text-align: right;
}
#cd-lateral-nav .lang-toggle-container a{
    font-size: 14px;
    font-weight: bold;
    color: #999;
    padding-right: 10px;
}
#cd-lateral-nav .cd-navigation{
    border-bottom: 1px solid #333;
}
#cd-lateral-nav .menu-sub-menu-container, #cd-lateral-nav #menu-sub-menu{
    margin-bottom: 0!important;
    list-style-type: none;
    padding-left: 0;
    border-bottom: 1px solid #333;
    
}
#cd-lateral-nav #menu-sub-menu li{
    border-bottom: 1px solid #999;
}
#cd-lateral-nav #menu-sub-menu li:last-child{
    border-bottom: none;
}
#cd-lateral-nav .cd-navigation > li > a, #cd-lateral-nav #menu-sub-menu li a {
    display: block;
    margin: 0;
    padding: 13px 20px;
    color: #999;
    text-transform: uppercase;
    background: #fff;
    font-weight: bold;
}

#cd-lateral-nav .cd-navigation > li > a:hover, #cd-lateral-nav #menu-sub-menu li a:hover, #cd-lateral-nav .lang-toggle-container a:hover {
    color: #a60643;
}
/* Mobile second level slide in nav */
#cd-lateral-nav .menu-item-has-children .submenu-panel{
    position: fixed;
    left: -100%;
    top: 0;
    height: 100vh;
    width: 100%;
    background: #fff;
    padding: 20px;
    z-index: 2;
    padding: 30px 30px 0 60px;
    box-shadow: none;
}
#cd-lateral-nav .menu-item-has-children .submenu-panel .dropdown-menu{
    display: unset;
    position: unset;
    float: none;
    background: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding-left: 0;
    margin-left: 0;
}

#cd-lateral-nav .menu-item-has-children .submenu-panel .dropdown-menu li{
    text-align: left;
} 


#cd-lateral-nav #menu-sub-menu .menu-item-has-children > a{
    text-transform: uppercase;
}
#cd-lateral-nav #menu-sub-menu .submenu-panel li{
    border-bottom: none;
}
#cd-lateral-nav .menu-item-has-children .submenu-panel .dropdown-menu a{
    color: #bbb;
    padding: 3px 0 3px 30px!important;
    margin: 5px 0!important;
    font-size: 16px!important;
}

.side-nav-visible{
    transform: translateX(100%);
    transition-duration: .3s;
    display: block;
}
#cd-lateral-nav .menu-item-has-children .submenu-panel.side-nav-visible i{
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    padding: 40px 20px;
    font-size: 18px;
}
#cd-lateral-nav .menu-item-has-children .submenu-panel.side-nav-visible .submenu-title{
    display: inline-block;
}
#cd-lateral-nav #menu-sub-menu li .submenu-title a{
    padding: 0;
}
#cd-lateral-nav .menu-item-has-children .submenu-panel.side-nav-visible .submenu-title a{
    text-transform: uppercase;
    color: #aaa;
    padding-left: 0;
    margin-bottom: 20px;
    font-weight: 600;
    border-bottom: 1px solid;
}
#cd-lateral-nav .cd-navigation .menu-item-has-children .submenu-panel.side-nav-visible .menu-item-has-children > a{
    text-transform: uppercase;
    font-weight: 600;


}
#cd-lateral-nav .menu-item-has-children .submenu-panel.side-nav-visible .menu-item-has-children a:hover, #cd-lateral-nav .menu-item-has-children .submenu-panel.side-nav-visible .submenu-title a:hover{
    background: none;
    color:#a60643;
}

.no-touch #cd-lateral-nav a:hover {
    color: #999!important;
}

#cd-lateral-nav a,
#cd-lateral-nav a:hover {
    color: #999!important;
}

.dropdown-toggle.open .carett:after {
    content: '\0f105'!important;
}

.cd-top {
    
    background: rgba(112, 112, 112, 0 ) url(/wp-content/themes/mtccc/assets/img/MTCC_Back-top.svg) no-repeat center 50%;
    height: 63px;
    width: 63px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: none!important;
}

.no-touch .cd-top:hover {
    background-color: rgba(112, 112, 112, 0 );
    opacity: 1;
    /* height: 75px;
    width: 75px; */
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    
}
a.acsb-header-option[href="#"],
a.acsb-language.acsb-header-option-language[href="#"],
a.acsb-hero-action[href="#"] {
    cursor: pointer!important;
    pointer-events: auto!important;
}

a[href="#"] {
    cursor: default!important;
    pointer-events: none!important;
}

header .mainNav .navbar-nav .submenu-panel .submenu-options > .sub-menu > li > a:hover {
    color: #a60643;
}

@media screen and (max-width: 992px){   /* Trigger Mobile Navigation */
    .mobile-view {
        display: block!important;
        border-bottom: 1px solid #bbb;
    }
    .desktop-view{
        display: none!important;
    }
    .header-mobile .logo-main{
        width: 90px;
        height: 40px;
    }
    .search-wrap{
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        display: none;
    }
    .nav-search{
        position: absolute;
        top: 20px;
        right: 70px;
    }
    .nav-search a{
        font-size: 20px;
        color: #000;
    }
    input.searchinput{
        width: 100%;
        padding: 10px 3px 10px 17px;
        border: 1px solid #333;
        font-size: 16px;

    }
}



/* ---------------- Site-Wide Footer ----------------- */

footer.nb-footer{
    border-top-width: 1px;
    padding-top: 0;
    background: #000;
}
footer.nb-footer .container, footer.nb-footer .container .col-md-5ths{  /* Full bleed on mobile footer elements */
    padding-left: 0;
    padding-right: 0;
}
footer.nb-footer .footer-info-single ul li a, footer.nb-footer .footer-info-single ul li.menu-item-has-children > a, footer.nb-footer .footer-info-single ul.bold-links li a{
    padding: 18px 30px; 
    border-bottom: 1px solid #666;
    border-left: 1px solid #666;
    border-right: 1px solid #666;        
}
footer.nb-footer .footer-info-single ul li .submenu-panel, footer.nb-footer .footer-info-single ul li .sub-menu{
    display: none; 
}
footer.nb-footer .footer-info-single{
    margin-top: 0;
}
footer.nb-footer .footer-info-single ul, footer.nb-footer .footer-info-single ul li.menu-item-has-children > a{
    margin-bottom: 0!important;
}
footer.nb-footer .footer-right-wrap{
    width: 100%;
    padding: 30px;
    text-align: center;
}
footer.nb-footer .footer-ontario, footer.nb-footer .footer-right-wrap .footer-logo{
    text-align: center;
    float: none;
} 
footer.nb-footer .footer-right-wrap .social-media .list-inline{
    text-align: center;
}
footer.nb-footer .footer-right-wrap .social-media ul li a{ 
    font-size: 24px; 
    padding: 0 8px;
    color: #fff;
}

footer.nb-footer .footer-info-single ul{
    text-transform: uppercase;
    letter-spacing: 1.3px;
}
footer.nb-footer .footer-info-single ul li a, footer.nb-footer .footer-info-single ul li.menu-item-has-children > a {
    /*padding-bottom: 8px;*/
    font-family: 'Roboto Condensed', 'Roboto', sans-serif;
}
footer.nb-footer .footer-info-single ul li.menu-item-has-children > a, footer.nb-footer .footer-info-single ul li a{
    color: #fff;
}
footer.nb-footer .footer-info-single ul li.menu-item-has-children > a:hover, footer.nb-footer .footer-info-single ul li a:hover{
    color: #a60643;
}
footer.nb-footer .footer-info-single ul li a i{
    margin-left: 10px;
}
footer.nb-footer .footer-right-wrap .logo-desktop-only{ display: none;}
footer.nb-footer .footer-right-wrap .footer-logo{
    width: 100%;
    max-width: 170px;
    padding: 20px 0;
    margin-left: 7px;
}
footer.nb-footer .footer-ontario{
    width: 70%;
    max-width: 300px;
}
footer.nb-footer .copyright{    
    padding-bottom: 10px;
    letter-spacing: 0.75px;
    margin-top: 0;
}
footer.nb-footer .copyright p{
    color: #fff;
}

footer.nb-footer .footer-info-single ul li.mobile-top-level-menu {
    display: block;
    /* font-weight: bold; */
}

/* These icon classes are added to the nav items in the WP Menus */
.icon-fa-calendar a:after {
    font-family: 'FontAwesome';
    content: "\f073";
    margin-left: 10px;
}
.icon-fa-phone a:after{
    font-family: 'FontAwesome';
    content: "\f095";
    margin-left: 10px;
}

@media screen and (min-width: 768px){
    footer.nb-footer{
        /*background: #000;*/
        padding-top: 40px;
    }
    footer.nb-footer .container, footer.nb-footer .container .col-md-5ths{ 
        padding-left: 15px;
        padding-right: 15px;
    }
    footer.nb-footer .footer-right-wrap .social-media ul li a{
        padding: 8px;
        /*color: #fff;*/
    }
    footer.nb-footer .footer-info-single ul li.menu-item-has-children > a, footer.nb-footer .footer-info-single ul li a{
        /*color: #fff;*/
    }
    footer.nb-footer .footer-info-single ul li .submenu-panel, footer.nb-footer .footer-info-single ul li .sub-menu{
        display: block; 
    }
    footer.nb-footer .footer-info-single ul li a, footer.nb-footer .footer-info-single ul li.menu-item-has-children > a, footer.nb-footer .footer-info-single ul.bold-links li a{
        border: none;
        padding: 5px;
    }

    footer.nb-footer .footer-right-wrap{
        padding: 5px;
    }
    footer.nb-footer .footer-right-wrap .logo-desktop-only{ display: block;}
    footer.nb-footer .footer-right-wrap .logo-mobile-only{ display: none;}

    footer.nb-footer .footer-ontario{
        float: right;
    }
    footer.nb-footer .copyright p{    
        /*color: #fff;*/
    }

    footer.nb-footer .footer-info-single ul li.mobile-top-level-menu {
        display: none;
    }
}

@media screen and (min-width: 338px) and (max-width: 992px){
    /* Custom styling for last block in footer on tablet size */
    footer.nb-footer .col-md-5ths:last-child{
        width: 100%;
        padding: 50px 0 0 0;
    }
    footer.nb-footer .footer-right-wrap{
        float: none;
    }
    footer.nb-footer .footer-right-wrap .social-media .list-inline{
        /*text-align: right;*/
    }
    footer.nb-footer .footer-right-wrap .social-media ul li a{ 
        font-size: 24px; 
        padding: 0 8px;
    }
    footer.nb-footer .footer-right-wrap .footer-logo, footer.nb-footer .footer-ontario{
        max-width: 300px;
        float: none;
    }

    .footer-ontario{
        max-width: 200px !important;
    }
}
@media screen and (min-width: 992px){
    footer.nb-footer .footer-info-single ul li a, footer.nb-footer .footer-info-single ul li.menu-item-has-children > a, footer.nb-footer .footer-info-single ul li a{
        font-size: 11px;
    }
    footer.nb-footer .footer-info-single ul li.bottom-spacer a{
        margin-bottom: 60px;
    }
    footer.nb-footer .copyright{    
        margin-top: 40px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
    footer.nb-footer .footer-right-wrap .social-media .list-inline{
        column-count: 3;
    }
}