    /*
    Theme Name:         Montreal Mini-Storage
    Template:      	    tsg-pinnacle
    Theme URI:          http://www.storageinternetmarketing.com
    Description:

    Version:            1.0
    Author:             The Storage Group
    Author URI:         http://www.storageinternetmarketing.com

    License:            For use by The Storage Group only.
    */
    /*Fix for Chrome mobile screen layout problems*/
    @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Oswald:wght@300;400;500;600&display=swap');

    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        font-weight: 700;
        color: #005581;
    }

    p:empty {
        padding-bottom: 0 !important;
    }

    li#menu-item-1529-fr a,
    li#menu-item-1529-en a,
    li#menu-item-1715-fr a,
    li#menu-item-1715-en a {
        color: #59595B66 !important;
    }

    li#menu-item-1529-fr a:hover,
    li#menu-item-1529-en a:hover,
    li#menu-item-1715-fr a:hover,
    li#menu-item-1715-en a:hover {
        color: #72CDF4 !important;
        opacity: 1 !important;
    }

    html[lang="en-CA"] li#menu-item-1529-en {
        display: none;
    }

    html[lang="fr-CA"] li#menu-item-1715-fr {
        display: none;
    }

    .spacestacker {
        border: 1px solid #DEDEDE;
        border-radius: 10px;
        overflow: hidden;
        min-height: 500px;
        max-height: 700px;
        height: 90vh;
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
    }

    .spacestackertoptext {
        margin-top: 15px;
        font-size: 2rem;
        text-align: center;
    }

    .spacestackerbottomtext {
        margin-top: 15px;
        font-size: 2rem;
        text-align: center;
        text-decoration: none;
        color: #0059B3;
    }

    /*Filters hide fix and Revision requests Scott 8/1/24*/
    .unitFeatureItem[data-value="Small"], .unitFeatureItem[data-value="Medium"], .unitFeatureItem[data-value="Large"], .unitFeatureItem[data-value="Move In"], .unitFeatureItem[data-value="Mini"] {
        display: none !important;
        visibility: hidden !important;
    }

    .blue-banner {
        background-color: rgba(0, 0, 255, 0.5) !important;
        /* Blue with 50% transparency */
        padding: 10px;
        transition: background-color 0.3s ease;
        /* Smooth transition for background color */
    }

    .yellow-banner {
        background-color: rgba(255, 255, 0, 0.5) !important;
        /* Yellow with 50% transparency */
        padding: 10px;
        transition: background-color 0.3s ease;
        /* Smooth transition for background color */
    }

    .blue-banner:hover {
        background-color: rgba(0, 0, 255, 1) !important;
        /* Solid blue on hover */
    }

    .yellow-banner:hover {
        background-color: rgba(255, 255, 0, 1) !important;
        ;
        /* Solid yellow on hover */
    }

    .tsg-hero-video.heroTheme8.height100vh {
        height: auto !important;
        max-height: auto !important;
        display: flex;
        /* Flexbox layout */
        flex-direction: column;
        /* Stack content vertically */
        justify-content: flex-end;
        /* Center content vertically */
    }

    body.home .tsg-hero-video.heroTheme8.height100vh {
        height: 90vh !important;
        min-height: 90vh !important;
    }

    .tsg-hero-video .container {
        padding: 20px 45px 50px;
        /* Add padding for spacing */
        box-sizing: border-box;
        /* Include padding in the element's total width and height */
        max-width: 100%;
        /* Ensure the container does not exceed the viewport width */
        position: relative;
        /* Make the container position relative */
        top: 0;
        /* Initial top position */
        margin-top: 60px;
        /* This padding should be at least the height of the Navbar */
    }

    @media (max-height: 667px) {
        .tsg-hero-video {
            min-height: 150vh;
            /* Adjust 80px to the height of the Navbar */
        }
    }

    /*END 8/1 FIX*/

    @media (min-width: 1466px) {
        .tsg-hero-video.heroTheme8.height100vh .container {
            max-width: 100% !important;
            height: auto !important;
            min-height: 373px !important;
        }
    }

    @media (max-width: 1465px) {
        .tsg-hero-video.heroTheme8.height100vh .container {
            min-height: 372.48px;
        }
    }

    .tsg-hero-video.heroTheme8.height100vh {
        height: auto !important;
        max-height: auto !important;
        display: flex;
        /* Flexbox layout */
        flex-direction: column;
        /* Stack content vertically */
        justify-content: flex-end;
    }

    .tsg-hero-video.heroTheme8.height100vh .container {
        min-height: 373px !important;
    }


    /* Buttons container */
    .cta-buttons {
        display: flex;
        justify-content: flex-start;
        gap: 10px;
        /* Space between buttons */
        flex-wrap: wrap;
        /* Ensure responsiveness */
        text-align: center;
        margin-top: 50px;
        /* Added top margin for lowering buttons */
        margin-bottom: 50px;
        /* Added bottom margin for better spacing */
    }

    /* General button styling */
    .cta-button {
        padding: 15px 25px;
        background-color: #FFD200;
        /* Bright yellow */
        color: #000000;
        /* Black text */
        font-family: Arial, sans-serif;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        border-radius: 7px;
        transition: background-color 0.3s ease, transform 0.2s ease;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
        display: inline-block;
        /* Increased width to fit text on one line */
        text-align: center;
        line-height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* Hover effect for buttons */
    .cta-button:hover {
        background-color: #FFC400;
        /* Slightly darker yellow */
        color: #000 !important;
        transform: scale(1.05);
        /* Slight zoom effect */
    }



    /* .tsg-hero-video .hero-text {
        margin-top: 20%;
    } */

    /* HERO BANNERS */
    .banner-price span {
        font-size: 3rem !important;
        color: #FFC107;
    }

    .banner-price {
        font-size: 1.5rem !important;
        color: white;
    }

    .blue-banner {
        background-color: #003399;
        color: #ffffff;
        font-size: 2rem;
        font-weight: bold;
        text-align: left;
        padding: 15px 20px;
        box-sizing: border-box;
        width: 100%;
        max-width: 95%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 25px;
        border-bottom-right-radius: 40px;
        /* Adjusts for diagonal effect */
        overflow: hidden;
        line-height: 3rem;
    }

    .blue-banner .content {
        flex-grow: 1;
        font-size: 3rem;
        color: #FFC107;
    }

    .blue-banner .prices {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .blue-banner .price {
        margin: 5px 0;
    }

    .blue-banner .price span {
        font-size: 3.5rem;
        color: #FFC107;
    }


    .yellow-banner {
        background-color: #FFC107;
        color: #003399;
        font-size: 3rem;
        font-weight: bold;
        text-align: center;
        padding: 27px 20px;
        border-radius: 45px;
        box-sizing: border-box;
        width: 100%;
        max-width: 75%;
        margin: 0 auto 20px auto;
        /* Adds margin to the bottom */
        height: auto;
        line-height: 4rem;
    }

    .yellow-banner span {
        color: black;
    }

    @media (max-height: 1070px) {}

    @media (max-width: 768px) {
        .yellow-banner {
            font-size: 1.2rem;
            padding: 8px 15px;
            max-width: 350px;
        }

        .blue-banner {
            font-size: 1.5rem;
            padding: 12px 15px;
            max-width: 350px;
            flex-direction: column;
        }

        .blue-banner .content {
            flex-grow: 1;
            font-size: 1.5rem;
            color: #FFC107;
        }

        .blue-banner .price span {
            font-size: 1.2rem;
        }

        .home div.tsg-hero-video {
            /* background-position: 89% top !important; */
            background-image: url(https://www.montrealministorage.com/wp-content/uploads/sites/59/home-mobile.jpg) !important;
            background-size: cover;
            background-position: center top;
        }
    }

    @media (max-width: 480px) {
        .yellow-banner {
            font-size: 1rem;
            padding: 6px 10px;
            max-width: 300px;
        }

        .blue-banner {
            font-size: 1.2rem;
            padding: 10px 10px;
            max-width: 300px;
        }

        .blue-banner .price span {
            font-size: 1rem;
        }
    }

    /* END HERO BANNERS */

    @media (max-width: 800px) {

        .height100vh.height100vh-ios {
            min-height: 100vh !important;
        }
    }

    div#topmostBar.background_3 {
        background: #F9D101 !important;
    }

    /* NEW Link Widget Styles 6/4/24 Scott */
    .allLinkList {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin-bottom: 20px;
    }

    /* .allLinkList li {
        flex: 1 1 calc(31.333% - 16px);
        box-sizing: border-box;
        max-width: calc(31.333% - 16px);
    } */

    .allLinkList li a {
        display: inline-block;
        text-decoration: none;
        font-weight: 700;
        color: #59595B;
        background-color: #DCDDDE;
        border-radius: 7px;
        transition: all 0.2s ease-in-out;
        padding: 10px 25px;
    }

    .allLinkList li {
        margin: 10px;
    }


    .allLinkList li a:hover {
        background-color: #69C6EB !important;
        /* Change to your desired hover background color */
        color: #005581 !important;
    }

    /* .home .pageContent li::before {
        font-family: "FontAwesome";
        content: "" !important;
        margin: 0 !important;
        font-size: 0.5rem;
    } */

    .locationLinksContainer {
        width: 100%;
        max-width: 1400px;
        padding: 50px 20px;
        margin: 0 auto;
        text-align: center;
    }

    .banner-container {
        display: flex;
        justify-content: space-around;
        align-items: center;
        background-color: #023c5b;
        padding: 0;
        width: 100%;
        overflow: hidden;
        position: relative;
        flex-wrap: wrap;
        /* Allows flex items to wrap to the next line */
    }

    #banner-message-widget a {
        color: #4d1f00;
        text-decoration: none !important;
        font-weight: bold;
    }

    .banner-container p {
        display: flex;
        align-items: center;
        font-size: 1rem;
        font-weight: bold;
    }

    .bottomBannerImg {
        width: 24px;
        height: 24px;
        margin-right: 5px;
        display: flex;
    }

    .bannerPrompt1,
    .bannerPrompt2,
    .bannerPrompt3,
    .bannerPrompt4 {
        color: #fff;
    }

    @media (max-width: 900px) {
        .banner-container {
            height: auto;
            /* Let content determine the height */
        }
    }

    @media (max-width: 600px) {
        .banner-container {
            height: auto;
            /* Let content determine the height */
            padding: 10px;
            /* Reduces padding for smaller screens */
        }

        .banner-container p {
            font-size: 14px;
            /* Adjusts font size for smaller screens */
        }

        .bottomBannerImg.lazyloaded {
            width: 50px;
            height: 50px;
            /* Adjusts image size for smaller screens */
        }

        .bannerMainWide {
            display: none;
        }

        .bannerMobileThin {
            display: block !important;
            visibility: visible !important;
            top: 0px;
        }
    }

    /*END Bottom Banner*/


    /*Fix for Mobile unit cards facility name 05/28/24 Scott*/
    @media (max-width: 768px) {
        .facilityName {
            display: block !important;
        }
    }

    /*END Fix*/



    #menu-item-1529-fr a img, #menu-item-1529-en a img {
        width: 27px !important;
        height: 17px !important;
    }



    .facilitiesFilterWrapper {
        display: none;
    }

    #pitch_theme_7 .pitchBlock {
        margin: 0.25% !important;
    }

    .page-id-3787 .use_mmFilters .candeeResultsContainer, .page-id-3790 .use_mmFilters .candeeResultsContainer {
        width: 65% !important;
    }

    .page-id-3787 #pitch_theme_7 .closestPitchWrapper, .page-id-3790 #pitch_theme_7 .closestPitchWrapper {
        justify-content: center !important;
    }

    @media (max-width: 1500px) {
        .page-id-3787 #pitch_theme_7 .closestPitchWrapper, .page-id-3790 #pitch_theme_7 .closestPitchWrapper {
            justify-content: flex-start !important;
        }
    }

    @media (max-width: 800px) {
        .content-filter .candee-row.filter.options, .candee-flex.sortSelectWrapper {
            width: 100% !important;
        }

        .content-filter {
            flex-direction: column;
        }
    }

    @media (max-width: 500px) {
        .page-id-3787 .use_mmFilters .candeeResultsContainer, .page-id-3790 .use_mmFilters .candeeResultsContainer {
            width: 90% !important;
        }
    }


    /*fixes Scott 4/29/24*/
    .page-id-3787 .candee-columns.four.sidebarWrapInner, .page-id-3790 .candee-columns.four.sidebarWrapInner {
        /* display: none !important; */
    }

    .facilitiesFilterWrapper {
        display: block !important;
    }

    .page-id-3787 .use_mmFilters .candeeResultsContainer, .page-id-3790 .use_mmFilters .candeeResultsContainer {
        /* width: 95% !important; */
    }

    /*end  fixes*/

    @media (min-width: 800px) {
        .use_mmFilters .candee-columns.three.filterWrapInner2 {
            position: absolute;
            opacity: 1;
            margin: 0 auto;
            margin-bottom: 0px;
            margin-bottom: 0px;
            margin-bottom: 30px;
            left: 43% !important;
            z-index: 17 !important;
            visibility: hidden;
            height: auto;
            max-height: 65vh !important;
        }
    }

    .mmFiltersOpen .ff_menuScrim {

        z-index: 12 !important;
    }

    .rentStorageH1 {
        max-width: 55%;
        margin: 0 auto !important;
        margin-bottom: 10px;
        z-index: 25;
        position: relative;
    }

    .rentStorageStars.lazyloaded {
        float: left;
        position: absolute;
        top: 45px;
        left: -60px;
    }

    @media (max-width: 920px) {
        .rentStorageStars.lazyloaded {
            margin: 0 auto;
            float: none;
            position: unset;
        }

        .rentStorageH1.textAlignCenter {
            max-width: 100%;
        }
    }


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

    /* NAV */

    .tsg-menu-class ul li.menu-item-has-children>a:after {
        padding-left: 5px !important;
    }

    .tsg-menu-class ul a {
        font-size: 16px !important;
        text-transform: capitalize;
        font-family: 'Oswald', sans-serif !important;
        font-weight: 500 !important;
        padding-left: 7px !important;
    }

    .tsg-menu-class ul a:hover {
        color: #72CDF4 !important;
        opacity: 1 !important;
    }

    .featSelected.unitFeatureItem::after {
        left: 0;
        height: 100%;
        border: thick double #32a1ce;
    }

    .tsg-menu-class ul.sub-menu {
        border-radius: 0px !important;
        background: #005581 !important;
        font-family: 'Oswald', sans-serif !important;
    }

    .tsg-menu-class ul.sub-menu a {
        background: #005581;
        color: #ffffff !important;
    }

    .tsg-menu-class ul.sub-menu a:hover {
        background: #002B42;
        color: #ffffff !important;
    }

    .tsg-menu-class ul ul ul {
        border-top: 0px !important;
        border-bottom: 0px !important;
        font-family: 'Oswald', sans-serif !important;
    }

    .main-topmost-bar .textAlignLeft,
    .main-topmost-bar .textAlignLeft a {
        font-size: 1.1rem !important;
        text-transform: uppercase;
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        text-shadow: 2px 2px 2px #000000;
    }

    .calloutTitle {
        text-transform: capitalize;
    }

    .featureBlock.flex-item {
        min-width: 32% !important;
    }

    input.wpcf7-form-control,
    textarea.wpcf7-form-control {
        width: 100%;
    }

    .lowImprint.columns.four.imprint.shortcode-copyright-bottom {
        width: 100%;
        text-align: center;
    }

    @media (max-width: 550px) {
        .footerLogo img {
            text-align: center;
            margin: 0 auto;
        }
    }

    @media (max-width: 480px) {
        .calloutButton {
            padding: 5px !important;
        }

        .calloutTitle {
            font-size: 1.3rem !important;
        }

        .mainMenuToggle {
            top: 0rem !important;
        }
    }

    @media (max-width: 430px) {
        .mainMenuToggle {
            top: 41px !important;
        }
    }

    @media (max-width: 400px) {
        .calloutTitle {
            font-size: 1.1rem !important;
        }

        .calloutDesc {
            font-size: .8rem !important;
        }
    }

    li#menu-item-6732 a {
        font-size: 22px !important;
        font-weight: 700 !important;
    }


    /* MENU */

    #menu-header-menu-fr>li.focused>ul,
    #menu-header-menu-fr>li.focused>ul,
    #menu-header-menu-en>li.focused>ul,
    #menu-header-menu-en>li.focused>ul {
        visibility: visible;
        min-width: 100%;
        width: auto;
        padding-right: 0px;
        height: auto;
        opacity: 1;
        left: 50%;
        transform: translateX(-50%);
    }

    #menu-header-menu-fr>li>.sub-menu,
    #menu-header-menu-en>li>.sub-menu {
        box-shadow: 0 9px 16px -6px rgba(0, 0, 0, 0.3);
    }

    #menu-header-menu-fr>li>.sub-menu,
    #menu-header-menu-en>li>.sub-menu {
        border-radius: 5px;
        overflow: hidden;
    }

    #menu-header-menu-fr>li.focused ul.showSubMenu,
    #menu-header-menu-en>li.focused ul.showSubMenu {
        display: block;
        visibility: visible;
        height: auto;
        opacity: 1;
    }


    /* Mobile menu **************************************************/

    @media screen and (max-width: 1024px) {

        #pinnacleMainNav .tsg-menu-class>#menu-header-menu-fr>li:not(:last-of-type),
        #pinnacleMainNav .tsg-menu-class>#menu-header-menu-en>li:not(:last-of-type) {
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }

        #menu-header-menu-fr .sub-menu,
        #menu-header-menu-en .sub-menu {
            display: block;
            position: static;
            visibility: visible;
            opacity: 1;
            box-shadow: none !important;
            height: auto;
            background: transparent;
        }

        #menu-header-menu-fr ul a,
        #menu-header-menu-en ul a {
            padding: 10px 10px 10px 20px;
        }

        #menu-header-menu-fr ul ul a,
        #menu-header-menu-en ul ul a {
            padding-left: 30px;
        }
    }


    /* CALCULATOR */

    div#calc-box {
        position: initial !important;
        bottom: 0;
        z-index: 1 !important;
    }

    #calc-form .panel-title {
        cursor: pointer;
        font-size: 20px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 1em;
    }

    .fullTemplateCalcBox {
        position: fixed;
        top: 0px;
        background-color: #0f7245;
        right: 0px;
        left: 0px;
        z-index: 999;
        color: #fff;
        overflow: auto;
        padding: 15px 10%;
        height: 55px;
    }

    .calc-box-left {
        float: left;
        width: 49%;
        text-align: center;
        margin-top: -12px;
    }

    .calc-box-right {
        float: right;
        width: 49%;
        text-align: center;
        margin-top: -12px;
    }

    .panel-collapse {
        display: none;
        overflow: auto;
    }

    #calc-form .accordianElement {
        float: left;
        width: 50%;
        height: 50px;
        line-height: 40px;
    }

    #calc-form .accordianElement .accordianInput {
        width: 45px;
        float: left;
        margin-right: 10px;
    }

    #calc-box {
        background-color: #0f7245;
        color: #fff;
        right: 0px;
        left: 0px;
        z-index: 999;
        color: #fff;
        overflow: auto;
        padding: 15px 10%;
    }

    .page-template-calculator .pageContent {
        padding-top: 125px;
    }

    .page-template-calculator .eight.columns,
    .page-template-calculator aside .four.columns {
        float: none;
        width: 100%;
    }

    #calc-form .accordianElement {
        line-height: normal;
    }

    .hero_image .container:before {
        content: "" !important;
    }

    .wpcf7 form {
        padding: 0px;
    }

    @media screen and (max-width: 400px) {
        #calc-form .accordianElement {
            width: 100%;
        }
    }


    /* END CALCUTOR */


    /*MOBILE STORAGE*/
    .content-container {
        width: 100%;
    }

    .mobileForm {
        width: 100%;
    }

    @media (max-width: 768px) {
        .getUnitBTN {
            float: none !important;
        }
    }

    @media (min-width: 768px) {
        .mobile-content-container {
            float: left;
            width: calc(50% - 20px);
            /* Adjust width considering the form's width and margin */
        }

        .mobileForm {
            float: right;
            width: 50%;
            /* Adjust width as needed */
            margin-left: 20px;
            /* Adjust margin as needed */
        }
    }

    .mobileForm p {
        margin-bottom: 0px;
        /* Adjust margin as needed */
    }

    .mobileForm label {
        font-weight: bold;
    }

    .mobileForm input[type="text"],
    .mobileForm input[type="email"],
    .mobileForm input[type="date"] {
        width: calc(100% - 20px);
        /* Adjust width as needed */
        padding: 10px !important;
        margin-bottom: 0px !important;
        border: 1px solid #ccc !important;
        border-radius: 5px !important;
        box-sizing: border-box;
        border-radius: 30px !important;
    }

    .mobileForm .wpcf7-submit {
        background-color: #007bff;
        color: #fff;
        border: none;
        border-radius: 5px;
        padding: 10px 20px;
        cursor: pointer;
    }

    .mobileForm .wpcf7-submit:hover {
        background-color: #0056b3;
    }

    .mobileForm .wpcf7 {
        background: unset !important;
        font-size: 1em !important;
        margin-top: 20px;
        padding: 20px 20px 0px 20px;
        border: none !important;
        color: #000 !important;
        border-radius: 30px;
    }

    /*END MOBILE STORAGE*/


    /* BODY-CONTENT */

    html, body {
        overflow-x: hidden;
        max-width: 100vw;
    }


    body {
        font-family: 'Montserrat', sans-serif !important;
        color: #222 !important;
    }

    p a {
        color: #395498 !important;
        text-decoration: underline !important;
    }

    p a:hover {
        text-decoration: underline !important;
    }

    .location-img {
        border-radius: 5px;
    }

    /*.home .pageContent li {
        color: #f8d101!important;
        margin-left: 5%;
    }*/

    .pageContent ul {
        padding-top: 0rem;
    }

    .social-section {
        padding: 10px 0px;
    }

    .social-section img {
        display: inline-block;
        float: left;
        margin-right: 15px;
    }

    .candeeUserBar[class*=candeeUserBarTheme-sidebar] #candeeUserBarAnchor>a.candeeMenuItem .fa {
        color: #fff !important;
    }

    .candeeUserBar[class*=candeeUserBarTheme-sidebar] #candeeUserBarAnchor>a.candeeMenuItem {
        border-radius: 20px;
        border-bottom: none !important;
        color: #fff !important;
    }

    .candeeUserBar[class*=candeeUserBarTheme-sidebar] {
        border: none !important;
        background: #023d5b !important;
        border-radius: 20px !important;
        margin-right: 10px;
        color: #fff !important;
    }

    .candeeUserBar[class*=candeeUserBarTheme-sidebar] #candeeUserBarAnchor>a.candeeMenuItem:hover {
        border-radius: 20px !important;
    }

    .candeeUserBar[class*=candeeUserBarTheme-sidebar] #candeeUserBarAnchor>a.candeeMenuItem:first-of-type {
        border-radius: 20px !important;
    }

    .candeeUserBar[class*=candeeUserBarTheme-sidebar] #candeeUserBarAnchor>a.candeeMenuItem:last-of-type {
        border-radius: 20px !important;
    }


    /* HERO-PAGE TITLE BGS */


    #hero-video-button {
        color: #ffffff !important;
    }

    .sup {
        vertical-align: super;
        font-size: .7rem;
    }

    .page-id-654 .hero-title-en {
        font-size: 4.0rem;
        margin-top: 20%;
        margin-bottom: 50px;
    }

    hero_text {
        color: transparent;
        line-height: 45px !important;
    }

    .hero-title-fr {
        line-height: 45px !important;
    }

    .page-id-654 .hero-title-fr {
        color: transparent !important;
        font-size: 4.0rem;
        margin-top: -8%;
        margin-bottom: 3%;
        font-weight: 700;
        line-height: 35px !important;
    }

    .page-id-654 .hero-title-en {
        color: transparent !important;
        font-size: 4.0rem;
    }

    .page-id-654 .hero-title-fr::before {
        content: "Besoin d'espace? Nous l'avons!" !important;
        margin-bottom: 20%;
        font-size: 4.0rem;
        line-height: 35px !important;
        color: #ffffff;
        text-shadow: 2px 2px 2px #000;
        display: inline;
    }

    .page-id-47 .hero-title-fr {
        color: transparent !important;
    }

    .page-id-47 .hero-title-en {
        color: transparent !important;
        font-size: 4.0rem !important;
        margin-top: 20%;
        font-weight: 700;
    }

    .page-id-47 .hero-title-en::before {
        content: "You've got stuff? We've got space!" !important;
        margin-top: 20%;
        margin-bottom: 20%;
        line-height: 65px;
        color: #ffffff;
        text-shadow: 2px 2px 2px #000;
        display: inline;
        word-wrap: wrap;
    }

    .page-id-654 input[type=text]::before {
        content: "";
    }

    .page-id-654 .search-en {
        display: none;
    }

    .page-id-47 .search-fr {
        display: none;
    }

    .internal-title {
        font-size: 2rem !important;
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        text-shadow: 2px 2px 5px #000;
        margin-top: 20% !important;
        line-height: 35px;
        color: white;
    }


    /* HERO (NOT HOME) */

    body:not(.home) .tsg-hero-video.heroTheme8.height100vh {
        height: 350px;
        min-height: 350px !important;
        background-position: center;
    }


    /* SEARCH BAR */

    .radiusWrapper {
        background: #69c3e999;
        margin-top: 20px;
        padding-bottom: 0px !important;
        color: #000000;
    }

    .radiusWrapper .textAlignCenter {
        color: #003a5d;
        background: #f9d101;
        border: #f9d101 1px !important;
    }

    .locationsOrText {
        padding-top: 5px;
        font-weight: 700;
        color: #fff;
    }



    /* LOGO */
    .mainLogo img {
        height: auto;
    }

    /* APPLY BTN */

    .apply-button {
        background: #003a5d;
        padding: 2px 20px;
        border: #f9d101 2px solid;
        top: 0px !important;
        width: fit-content;
        color: #fff;
    }

    .apply-button:hover {
        transform: scale(1.1);
        transition-duration: 0.3s;
    }


    /* PROMOTIONS PAGE */

    .promo-button {
        background: #f7d200;
        color: #003a5d;
        padding: 8px 20px;
        border: #f9d101 2px solid;
        text-transform: uppercase;
        font-family: 'Oswald', sans-serif;
        font-size: 1.5em;
        font-weight: 600;
        display: inline;
        line-height: 105px;
        border-radius: 3px;
        box-shadow: 2px 5px 10px #012338;
    }

    .promo-button:hover {
        transform: scale(1.1);
        transition-duration: 0.3s;
        background: #003a5d;
        color: #f7d200;
    }


    /* INTRO SECTION (HOMEPAGE) */

    div.intro-section h1 {
        color: #003a5d !important;
        font-family: 'Oswald', sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 2.5rem;
    }

    div.intro-section h2 {
        color: #000 !important;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 1.5rem;
    }

    .intro-section button {
        background: #f8d101 !important;
        color: #003a5d !important;
        padding: 12px 25px;
        line-height: 0 !important;
        font-family: 'Oswald', sans-serif;
        font-size: 1.5rem;
        font-weight: 700;
        border: 2px solid #003a5d;
        border-radius: 0px !important;
    }

    .intro-section button:hover {
        transform: scale(1.1);
        transition-duration: 0.3s;
    }

    .step-box-sections p.number {
        width: 30px;
        padding: 0;
        margin-left: -10px;
        background: #003a5d !important;
        color: #ffffff !important;
        border-radius: 0px !important;
        border: #23baed 2px solid;
    }


    /* FACILTY INFO (HOMEPAGE) */

    .about-us-box-flex {
        background: url(https://www.montrealministorage.com/wp-content/uploads/sites/59/facility-bg.jpg) !important;
        background-size: cover !important;
        background-attachment: fixed !important;
    }

    .about-us-box {
        background: url(https://www.montrealministorage.com/wp-content/uploads/sites/59/facility-bg.jpg) !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-attachment: fixed !important;
        padding: 80px 0;
    }

    .about-us-box .row {
        background-color: #003a5d99 !important;
        border-radius: 0px !important;
        padding: 50px !important;
        border: 0px solid #f8d101 !important;
        display: block;
        color: #fff;
    }

    .about-us-box-flex .row {
        background-color: #003a5d99 !important;
        border-radius: 0px !important;
        padding: 0px !important;
        border: 0px solid #f8d101 !important;
        display: flex;
        color: #fff;
    }

    .about-us-box .row .main_color_text {
        color: #f8d101 !important;
        opacity: 1 !important;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 2.5rem !important;
    }

    .about-us-box-flex .row .main_color_text {
        color: #f8d101 !important;
        opacity: 1 !important;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 2.5rem !important;
    }

    .about-column-left {
        width: 35%;
        margin-left: 8px;
    }

    .about-column-right {
        width: 65%;
        /* display: inline; */
        padding: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }


    /* FEATURED (HOMEPAGE) */

    figure.effect-feature h2 {
        font-family: 'Oswald', sans-serif;
        text-shadow: 2px 2px 2px #000;
    }


    /* STORAGE NEEDS (HOMEPAGE) */

    .featureBlock.flex-item {
        min-width: 31% !important;
        color: #fff;
    }

    .featured_theme_2.featured_box {
        background-image: url(https://www.montrealministorage.com/wp-content/uploads/sites/59/icon-bg.png);
        background-repeat: no-repeat !important;
        background-size: contain !important;
        background-attachment: fixed !important;
        background-position: center;
    }

    div.featured_theme_2 div.featuredIconBox .fa {
        color: #f8d101 !important;
    }

    /* FOOTER */
    .topFooterWrapper.footerTheme1 {
        background: url() !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-color: #005581 !important;
    }

    .topFooterWrapper a {
        color: #ffffff !important;
    }

    .alignnone footer-logo-img {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .english-footer {
        margin-left: 10% !important;
    }

    a.socialHeadIcon {
        display: inline-block;
        text-align: center;
        font-size: 18px;
        background: #ddd0;
        border-radius: 5px;
        line-height: 26px;
        vertical-align: middle;
        padding: 0 2px 4px;
        border: 1px solid #aaa0;
    }

    .social-footer {
        margin-left: -20px;
    }

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

    .innovated-by-logo {
        max-width: 80% !important;
    }

    .topFooterWrapper a {
        color: #ffffff !important;
        font-size: .8rem;
        font-weight: 400 !important;
    }

    .location .fa {
        color: #ffffff !important;
        font-weight: 400 !important;
    }

    .social-footer .fa {
        font-size: 1.5rem !important;
    }

    .textAlignCenter.english-footer {
        margin-left: -20px !important;
        margin-top: -20px;
        margin-bottom: 20px;
    }

    .textAlignCenter.english-footer img {
        width: 35%;
    }


    /* CF7 */

    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"],
    .wpcf7 textarea {
        background-color: #fff;
        color: #000;
        margin-bottom: 0px;
        padding: 20px;
        border-radius: 0px;
    }

    .wpcf7-submit {
        background: #f9d001 !important;
        color: #003a5d !important;
        font-size: 1em !important;
        border-radius: 0px !important;
        border: 0px solid !important;
        padding: 5px !important;
        font-weight: 700 !important;
    }

    .wpcf7-submit:hover {
        transform: scale(.97);
        transition-duration: 0.3s;
    }

    .wpcf7 {
        background: #005581 !important;
        color: #000 !important;
        font-size: 1em !important;
        margin-top: 20px;
        padding: 20px 20px 0px 20px;
        border: 15px double #fff;
        color: #fff !important;
    }

    .wpcf7-textarea {
        height: 150px;
    }

    .wpcf7 form {
        width: 100%;
        padding: 10px 20px 0px 20px;
    }

    .wpcf7-not-valid-tip {
        color: #f9d001 !important;
        font-size: 1em;
        font-weight: 700 !important;
        font-weight: normal;
        display: block;
    }


    /* CANDEE */

    .candee-login-page .pinnacleMainNavBar:not(#nabarTheme5):not(#nabarTheme7) {
        visibility: initial;
        width: 100%;
        position: relative !important;
        z-index: 3 !important;
        opacity: 1 !important;
    }

    mainAccountIconsHorizontal {
        display: initial;
        margin-top: 20px !important;
    }

    .facilityBlockButton {
        background-color: #f7d200 !important;
        border: 1px solid #f7d200 !important;
        color: #005581 !important;
        font-size: .8rem !important;
        font-weight: 700 !important;
    }

    .border_color_1,
    .candee input[type=range]::-webkit-slider-thumb,
    .noUi-handle {
        border-color: #03a0dc !important;
    }

    .candee .yellowBTN.background_2,
    .background_2 {
        /*background-image: url: ()!important;*/
        color: #fff !important;
    }

    .yellowBTN.background_1.action.rippleFlashL2R.selectToggle.candeeButtonAni1.fakeButton.candee_radius {
        margin-top: 8px;
        background: #f8d101 !important;
        color: #003a5d !important;
        font-weight: 700 !important;
    }

    .color_1,
    .color_warn,
    .color_warn:focus,
    .color_warn:hover {
        color: #013a60 !important;
    }

    .background_1,
    .candee .background_1,
    #nprogress .bar,
    .miscLinks,
    .candee .main1BTN,
    .candee .main2BTN,
    .candee .main3BTN,
    .candee .yellowBTN,
    .candee input[type=submit],
    .candee input[type=checkbox]:checked~i:after,
    .candee input[type=radio]:checked~i:after {
        padding-bottom: 10px !important;
    }

    .background_1,
    .candee .background_1,
    #nprogress .bar,
    .miscLinks,
    .candee .main1BTN,
    .candee .main2BTN,
    .candee .main3BTN,
    .candee .yellowBTN,
    .candee input[type=submit],
    .candee input[type=checkbox]:checked~i:after,
    .candee input[type=radio]:checked~i:after {
        background-color: #25B9ED90;
        padding-bottom: 10px !important;
        color: #023d5b !important;
        font-weight: 700;
    }

    /* .candee img {
        max-width: 100%;
        border-radius: 3px;
    } */

    #pitchTheme4 .facilityBlock {
        background-color: #005581 !important;
    }

    .candee.loginTheme .social-login-wrapper .social-login-button:not(.social-login-google) {
        color: #ffffff !important;
    }

    .minToggle-1.min.getUnitBTN.googleTagManager .unitUpgradePopup {
        color: #000 !important;
        min-width: 148px;
        text-align: center;
        border-radius: 10px;
    }

    body .activeSpinner.yellowBTN.background_2.action.shadow.rippleFlashL2R {
        border-radius: 10px;
        min-width: 148px;
        border-radius: 10px;
    }

    .candee_translate.unitName {
        word-wrap: break-word;
        width: 100% !important;
    }

    @media (max-width: 375px) {
        .unitsList .cardPrice {
            width: 85% !important;
        }
    }

    /*.candee .unitButtonsWrapper .action {
        background: #25B9ED90!important;
    }*/


    /*Good Better Best requested changes 7/28/23*/

    .upgradeUnitButton .upgradeUnitFeatures {
        margin-top: .6rem;
        padding: 0 5px;
        display: none !important;
    }

    .upgradeUnitButton .upgradeUnitButtonDescription {
        padding: 0;
        margin: .6rem 0 .7rem;
        line-height: normal;
        font-size: .9rem;
        text-align: left !important;
    }

    .upgradeUnitButton .upgradeUnitButtonDescription li::before {
        display: inline-block;
        content: '';
        border-radius: 0.375rem;
        height: 0.25rem;
        width: 0.25rem;
        margin-right: 0.5rem !important;
        background-color: #000;
        margin-bottom: 1.75px !important;
    }


    /* BLOG*/

    div.text_size_2 {
        display: none !important;
    }

    .singleBlogDate {
        display: none !important;
    }

    .blogArchiveExceprtHolder {
        padding: 10px;
    }

    .blogArchiveImgHolder {
        padding: 10px;
    }

    .blogArchiveImgHolder img {
        border-radius: 5px !important;
    }

    .blogArchiveTitle {
        margin-bottom: 5px !important;
        font-family: 'Oswald', sans-serif;
        color: #023d5b;
    }

    .blogArchiveTitle:hover {
        color: #6ac5ed;
    }

    .blogArchiveContainer {
        -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.12), 0 0px 0px rgba(0, 0, 0, 0.24) !important;
        -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
        border-bottom: 1px #ccc solid;
    }

    .tsg-hero-video .hero-text {
        display: none !important;
    }

    .home_text .hero-subtitle {
        font-size: 26px;
        line-height: 34px;
        margin-top: 15px;
    }

    div#popmake-6315,
    div#popmake-6320 {
        min-height: 420px !important;
    }












    /* MOBILE*/

    @media screen and (max-width: 1244px) {
        .tsg-menu-class ul a {
            font-size: 1rem !important;
            margin-left: -50px;
        }

        .page-id-654 .hero-title-fr::before {
            font-size: 2.5rem;
        }

        /* .tsg-hero-video .container {
            width: 99% !important;
        } */

        .tsg-menu-class ul a {
            font-size: 1rem !important;
        }
    }

    @media (min-width:1024px) {
        .flex-item.logo-wrapper {
            width: 100% !important;
            min-width: 200px !important;
            max-width: 200px !important;
        }
    }

    @media screen and (max-width: 1024px) {
        .page-id-654 .hero-title-fr::before {
            line-height: 35px !important;
        }

        div.tsg-hero-video .hero-title {
            font-size: 1.5rem !important;
            line-height: 1.5rem !important;
        }

        .step-box-sections p.number {
            width: 30px;
            padding: 0;
            margin-left: 0px;
        }

        .about-column-left {
            display: none;
        }

        .about-column-right {
            width: 90%;
            display: block;
            text-align: center;
        }

        .internal-title {
            font-size: 1.8rem !important;
            font-family: 'Oswald', sans-serif;
            font-weight: 400;
            text-shadow: 2px 2px 2px #000;
            margin-top: 40%;
            line-height: 35px;
        }

        div.navbar-flex-container a.mobileMenuToggle {
            text-align: center !important;
            color: #005581 !important;
        }

        .about-us-box {
            background: url(https://www.montrealministorage.com/wp-content/uploads/sites/59/facility-bg.jpg) !important;
            background-position: center !important;
            background-size: cover !important;
        }

        .candee-columns one {
            width: 100% !important;
            display: inline-block;
        }

        div.intro-section h2 {
            color: #003a5d !important;
            font-family: 'Oswald', sans-serif;
            font-weight: 400;
            text-transform: uppercase;
            font-size: 1.7rem;
            color: #000 !important;
        }

        .h3,
        h3 {
            font-size: 1.3rem;
        }

        .tsg-menu-class ul {
            font-size: 1rem !important;
            text-transform: uppercase;
            font-family: 'Oswald', sans-serif;
            font-weight: 400;
            text-shadow: 0px 0px 0px #000;
            background: #005581 !important;
        }

        #pinnacleMainNav {
            background: #005581 !important;
        }

        .tsg-menu-class ul a {
            font-size: 1.2rem !important;
            text-transform: uppercase;
            font-family: 'Oswald', sans-serif;
            font-weight: 400;
            text-shadow: 0px 0px 0px #000;
            background: #005581 !important;
        }

        .tsg-menu-class ul a:hover {
            color: #222 !important;
            opacity: 1 !important;
        }

        .tsg-menu-class ul.sub-menu {
            border-radius: 0px !important;
            background: #005581 !important;
        }

        .tsg-menu-class ul.sub-menu a {
            background: #005581;
            color: #ffffff !important;
        }

        .tsg-menu-class ul.sub-menu a:hover {
            background: #002B42;
            color: #ffffff !important;
        }

        .mainAccountIcons.mainAccountIconsHorizontal a .main-candee-cart i {
            font-size: 1.5rem;
            padding-top: 0px;
        }

        .mainAccountIcons.mainAccountIconsHorizontal a .main-candee-account i {
            font-size: 1.5rem !important;
            padding-top: 0px !important;
        }

        .mainAccountIcons.mainAccountIconsHorizontal a .main-candee-cart .cartTotal {
            top: -5px;
            left: 7px;
            width: 17px;
            height: 17px;
            line-height: 15px;
            font-size: 0.7rem;
        }

        /* .mainAccountIcons.mainAccountIconsHorizontal a span {
            width: auto;
            display: inline-block;
            vertical-align: bottom;
        } */

        .main-candee-cart .cartTotal {
            margin-top: 20px;
        }

        .mainAccountIcons.mainAccountIconsHorizontal a span {
            color: #f7d200 !important;
        }

        .page-id-654 .hero-title-fr {
            color: transparent !important;
            font-size: 2rem;
            margin-bottom: 5%;
            line-height: 35px !important;
        }

        .page-id-654 .hero-title-en {
            color: transparent !important;
        }

        .page-id-654 .hero-title-fr::before {
            content: "Besoin d'espace? Nous l'avons!" !important;
            margin-top: 20%;
            margin-bottom: 1% !important;
            font-size: 2.0rem;
            color: #ffffff;
            text-shadow: 2px 2px 2px #000;
            display: inline;
            line-height: 35px !important;
        }

        .page-id-47 .hero-title-fr {
            color: transparent !important;
        }

        .page-id-47 .hero-title-en {
            color: transparent !important;
            font-size: 2.0rem !important;
            margin-top: 35%;
            font-weight: 700;
        }

        .page-id-47 .hero-title-en::before {
            content: "You've got stuff. We've got space." !important;
            margin-top: 25% !important;
            line-height: 35px;
            color: #ffffff;
            text-shadow: 2px 2px 2px #000;
            display: inline;
            word-wrap: wrap;
        }

        figure.effect-feature p {
            font-size: .8rem;
        }

        .img-featured {
            width: 100%;
            height: 100%;
        }

        .english-footer {
            margin-left: 0% !important;
        }

        .step-box-sections p.number {
            margin-left: -15px;
        }

        .blogArchiveImgHolder {
            display: none !important;
        }

        .ten.columns {
            width: 95%;
        }

        .textAlignCenter.english-footer {
            margin-left: 0px !important;
            margin-top: -20px;
            margin-bottom: 20px;
        }

        .textAlignCenter.english-footer img {
            width: 30%;
        }

    }

    @media screen and (max-width: 900px) {

        .bodyLoaded .h1,
        .bodyLoaded h1 {
            font-size: 2rem;
        }

        .internal-title {
            font-size: 1.5rem !important;
            font-family: 'Oswald', sans-serif;
            font-weight: 400;
            text-shadow: 2px 2px 2px #000;
            margin-top: 40%;
            line-height: 35px;
        }

        .english-footer {
            margin-left: 0% !important;
        }

        figure.effect-feature h2 {
            font-family: 'Oswald', sans-serif;
            text-shadow: 2px 2px 2px #000;
            font-size: 1.2rem !important;
            margin-top: 10%;
        }

        figure.effect-feature p {
            display: none;
        }

        .step-box-sections p.number {
            margin-left: 0px;
        }

        .home .candee-column,
        .candee-columns {
            margin-left: 0 !important;
        }

        .home .locations_search_theme_1 .candee-row {
            display: grid !important;
            justify-items: center !important;
        }

        .home .locations_search_theme_1 input#locationsAddressSearch {
            margin: 0 !important;
            border-radius: 0 !important;
        }

        .home .locations_search_theme_1 .rippleFlashL2R {
            position: initial !important;
        }

        .home .radiusWrapper .textAlignCenter {
            width: 100% !important;
            padding: 10px 0px 10px 0px !important;
        }

        .three.candee-columns {
            width: 80% !important;
        }

        .blogArchiveImgHolder {
            display: inline !important;
        }

        .textAlignCenter.english-footer img {
            width: 40%;
        }

        .six.columns {
            width: 100% !important;
            margin-left: 0 !important;
        }


    }

    @media (max-width: 650px) {
        div.tsg-hero-video iframe {
            min-width: 250% !important;
        }

        #sortingOptions {
            min-width: 20vh;
        }
    }

    @media (max-width: 340px) {
        div.tsg-hero-video iframe {
            min-width: 380% !important;
            min-height: 280% !important;
        }
    }

    .candee .featuresBullets .unitFeatureItemQR {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .candee .unitFeatureItemWrapper .featureIconImageWrapper {
        background: unset;
        position: unset;
    }

    /*Partners*/

    .partners-section {}

    .partners-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
        margin: auto 5%;
    }

    .partners-item {
        padding: 20px;
        text-align: center;
        font-weight: 500;
        font-size: 1.2rem;
        color: #023d5b !important;
    }

    .partners-item img {
        width: 70%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 25px;
    }

    .partners-item2 {
        padding: 50px 20px;
        text-align: center;
    }

    .partners-item2 h2 {
        font-size: 1.8rem;
        text-transform: uppercase;
        color: #fff !important;
        font-weight: 700;
        text-shadow: 1px 1px 3px #000;
    }

    .partners-btn {
        background: #023d5b;
        color: #fff;
        line-height: 0;
        font-size: 1.3rem;
        margin-top: 25px;
        margin-bottom: 5px;
        font-weight: 700 !important;
        font-family: 'Oswald', sans-serif;
        border: none !important;
        border-radius: 0 !important;
        text-transform: none;
    }

    .partners-btn:hover {
        color: #fff;
    }

    .partners-btn:focus {
        color: #fff !important;
    }

    .termsandconditions {
        display: none;
    }

    .termsandconditions:target {
        display: block;
        margin: auto 5%;
        transition-duration: 0.3s;
    }

    .offer {
        font-size: 1.5rem;
        font-weight: 600;
    }

    .tooltip {
        position: relative;
        display: inline;
        margin-right: auto;
        margin-left: auto;
        color: #fff;
        cursor: pointer;
        /* font-weight: 700 */
    }

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 600px;
        background: #f7d200;
        color: #000;
        border: #555 1px solid;
        text-align: center;
        padding: 25px;
        position: absolute;
        z-index: 1;
        margin-top: 30px;
        margin-right: auto;
        margin-left: -420px;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

    @media (max-width: 1024px) {
        .partners-container {
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            grid-gap: 10px;
            margin: 5px;
        }

        .partners-section {
            padding: 50px 12%;
        }

        .tooltip .tooltiptext {
            width: 400px;
            margin-right: auto;
            margin-left: -300px;
            padding: 45px;
        }
    }

    @media (max-width: 400px) {
        .partners-section {
            padding: 50px 2%;
        }

        .tooltip .tooltiptext {
            width: 400px;
            margin-right: auto;
            margin-left: -310px;
            padding: 45px;
        }
    }

    /*#pitchThemeContainer .background_1, .candee .background_1{
        padding-bottom: 5px!important;
    }*/
    /* .locations_theme_1 #candee_map_mobile1 {
        display: none;
    } */
    @media (max-width: 600px) {
        .locations_theme_1 #facilityMap {
            display: none;
        }

        .locations_theme_1 #candee_map_mobile1 {
            display: block;
        }
    }

    @media (min-width: 1466px) {

        .container {
            /* max-width: 1500px !important; */
        }
    }


    /*******************************
    styling from the customizer
    *******************************/
    #topmostBar {
        text-align: center !important;
    }

    div#topmostBar.background_3 {
        background: #F9D101;
    }

    #topmostBar p {
        /*margin-bottom: -25px !important;*/
        padding: 0px;
        margin: 0px;
    }

    #topmostBar {
        padding: 6px 0px !important;
    }

    .facilitiesFilter .ripple {
        width: 100%;
    }

    #facilityMap {
        max-height: 350px;
        min-height: 550px !important;
        height: 350px;
    }

    button.background_1.color_2.yellowBTN.candeeButtonAni1.active {
        color: #1a453b !important;
    }

    .page-id-3787 #pitchTheme1 .closestPitchWrapper, .page-id-3790 #pitchTheme1 .closestPitchWrapper {

        justify-content: initial !important;
    }

    .page-id-3787 #pitch_theme_7 .closestPitchWrapper, .page-id-3790 #pitch_theme_7 .closestPitchWrapper {
        justify-content: flex-start !important;
    }

    .page-id-3787 .container, .page-id-3790 .container {
        max-width: 1525px !important;
    }

    .spacestackerbottomtext {
        font-size: initial !important;
    }

    #locations_theme_4 .featureIconImageWrapper {
        display: inline-block !important;
    }

    /*******************************/




    ul.allLinkList li::before {
        display: none !important;
    }

    .cf7sr-g-recaptcha {
        max-width: 100% !important;
    }

    .cf7sr-g-recaptcha>div {
        margin: 0 auto;
    }

    .wpcf7-textarea {
        height: 137px !important;
    }

    .location-info-new {
        background: #f9f9f9;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px;
    }

    .location-info-new a {
        color: #0059B3;
    }

    @media (min-width:900px) {
        .location-info-new {
            min-height: 443px;
        }
    }


    .hero-search .mainLocationsSearchbarWrapper {
        position: relative !important;
        margin-bottom: 15px !important;
        padding: 0 5px 0 !important;
        border-radius: 10px !important;
        max-width: 600px !important;
        width: 100% !important;
        box-shadow: none !important;
    }

    .mainLocationsSearchbarWrapper {
        background-color: #fff !important;
    }

    body.home .tsg-hero-video.heroTheme8.height100vh .cta-buttons {
        margin: 0 auto !important;
    }

    .hero-search .mainLocationsSearchbarWrapper .candee-row {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
    }

    .hero-search .mainLocationsSearchbarWrapper .locationsOrText {
        padding-top: 0 !important;
    }

    .hero-search .mainLocationsSearchbarWrapper .findButt:before {
        line-height: 1rem;
        margin-right: 3px;
    }

    div#findLocationsNearMe,
    div#findLocationsButton {
        border-radius: 6px;
    }

    .h1, h1 {
        opacity: 1 !important;
        margin-left: unset !important;
    }

    .hero-search h1 {
        font-weight: bold;
        color: #fff;
    }


    .banner-container p {
        /* width: 100% !important;
        justify-content: center !important;
        padding: 15px 10px !important;
        border-bottom: solid 1px #fff; */
        padding: 15px !important;
        transition: all 0.3s ease-in-out;
    }

    .banner-container p br {
        display: none;
    }

    .banner-container p:hover {
        background: #69C6EB !important;
        color: #000 !important;
    }

    .candee ul.property_icons_wrap .candee-icon.icon .featureIconImageWrapper img {
        width: 100% !important;
        max-width: 20px !important;
    }

    body.page-id-6468 #locations_theme_4 .property_icons_wrap li {
        display: flex !important;
        align-items: center !important;
    }

    body.page-id-6468 #locations_theme_4 .property_icons_wrap li span.candee-icon.icon.fa.fa-plus {
        margin-right: 4px;
    }

    .navbar-flex-container.flex-container.flex-container-center {
        background: #DCDDDE;
        border-radius: 4px !important;
        padding: 5px 10px;
        position: relative;
    }

    .tsg-menu-class ul a, .mainAccountIcons.mainAccountIconsHorizontal a i {
        color: #005581 !important;
        text-shadow: none !important;
    }

    div.tsg-hero-video {
        background-position: center top !important;
    }

    .hero-search .mainLocationsSearchbarWrapper .candee-columns.three,
    .hero-search .mainLocationsSearchbarWrapper .candee-row>.candee-columns.one:nth-of-type(2) {
        display: none !important;
    }

    .hero-google-rating {
        display: flex;
        font-size: 17px;
    }

    span.hero-stars {
        display: inline-block;
        margin-right: 15px;
        margin-left: 15px;
    }

    .hero-search .mainLocationsSearchbarWrapper .seven.candee-columns {
        width: 80% !important;
        margin-left: 0 !important;
    }

    .hero-search .mainLocationsSearchbarWrapper .one.candee-columns {
        width: 20% !important;
        margin-left: 0 !important;
    }

    html[lang="fr-CA"] .hero-search .mainLocationsSearchbarWrapper .one.candee-columns {
        width: 26% !important;
        margin-left: 0 !important;
    }

    html[lang="fr-CA"] .hero-search .mainLocationsSearchbarWrapper .seven.candee-columns {
        width: 74% !important;
        margin-left: 0 !important;
    }

    #locationsAddressSearch {
        border: none !important;
        height: unset !important;
        padding: 10px 10px 10px 15px !important;
    }

    div#findLocationsButton {
        border-radius: 6px;
        padding: 20px 15px !important;
        /* height: 60px; */
        display: flex;
        align-items: center;
    }

    a.cta-button.find-unit {
        background: #005581 !important;
        color: #fff !important;
        width: 100% !important;
        max-width: 220px !important;
    }

    a.cta-button.call-now {
        background: #72CDF4 !important;
        color: #fff !important;
        width: 100% !important;
        max-width: 220px !important;
    }

    #banner-message-widget {
        background: transparent !important;
        border-bottom: none !important;
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;

    }

    div#toggleBanner {
        width: 100% !important;
        max-width: 230px;
        margin-left: auto;
        margin-top: 20px;
        position: relative;
        background: #023c5b;
        color: #fff;
        padding: 20px;
        border-radius: 20px 20px 0 0;
        cursor: pointer;
        display: none !important;
    }

    div#toggleBanner span::after {
        width: 10px;
        height: 10px;
        border-right: 2px solid #fff !important;
        border-bottom: 2px solid #fff !important;
        position: absolute;
        right: 24px;
        content: " ";
        top: 24px;
        transform: rotate(45deg);
        transition: all 0.2s ease-in-out;
    }

    div#toggleBanner.toggleBannerOpen span::after {
        width: 10px;
        height: 10px;
        border-right: 2px solid #fff !important;
        border-bottom: 2px solid #fff !important;
        position: absolute;
        right: 24px;
        content: " ";
        top: 30px;
        transform: rotate(-135deg);
        transition: all 0.2s ease-in-out;
    }

    body.home div#toggleBanner {
        display: block !important;
    }

    .tsg-btn {
        background: #005581 !important;
        color: #fff !important;
        border-radius: 7px;
        padding: 10px 20px;
        display: inline-block;
        transition: all 0.2s ease-in-out;
    }

    .tsg-btn-light{
        background: #72CDF4 !important;
        color: #fff !important;
        border-radius: 7px;
        padding: 10px 20px;
        display: inline-block;
        transition: all 0.2s ease-in-out;
    }

    .tsg-btn:hover,
    .tsg-btn-light:hover {
        background-color: #69C6EB !important;
        color: #005581 !important;
    }





    /**********************************
    units
    **********************************/
    .units-section {
        display: flex;
        min-height: 670px;
    }

    .units-wrap {
        background: #f1f1f2;
        border: solid 2px #C7C8C9;
        border-radius: 10px;
        max-width: 665px;
        margin-top: 50px;
    }

    .unit-sizes {
        display: flex;
    }

    .unit-sizes div {
        width: 25%;
        text-align: center;
        padding: 20px;
        font-size: 40px;
        line-height: 65px;
        color: #59595B;
        font-weight: 700;
        border-right: solid 2px #C7C8C9;
        cursor: pointer;
    }

    .unit-sizes div.activeUnit {
        background: #69C6EB !important;
        color: #005581 !important;
    }


    .unit-sizes div:last-of-type {
        border-right: none;
    }

    .unit-size {
        width: 100%;
        text-align: center;
        padding: 20px;
        font-size: 64px;
        line-height: 65px;
        color: #59595B;
        font-weight: 600;
        letter-spacing: 14px;
        border-top: solid 2px #C7C8C9;
    }

    .unit-content {
        color: #005581;
        margin: 50px 0;
        max-width: 665px;
    }

    .unit-content p {
        font-size: 18px;
        line-height: 24px;
    }

    .unit-content p.h4 {
        font-size: 36px;
        line-height: 65px;
        font-weight: 600;
    }

    .unit-content .tsg-btn {
        margin-top: 20px;
    }

    img.unit-pic {
        width: 100%;
        max-width: 650px;
        height: 100%;
        max-height: 670px;
        min-height:670px;
        object-fit: cover;
        margin-left: auto;
    }

    .location-item-units .location-item-unit {
        margin: 8px 0 !important;
    }

    /***************************
    types of storage
    ***************************/
    section#wysiwyg-block-6662,
    section#wysiwyg-block-6671 {
        padding: 50px 0;
    }

    section#wysiwyg-block-6662 .container>h2,
    section#wysiwyg-block-6671 .container>h2 {
        margin-bottom: 50px;
    }

    .types-storage-wrap {
        background: url(https://www.montrealministorage.com/wp-content/uploads/sites/59/Rectangle-165.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        max-width: 98%;
        margin: 0 auto;
        border-radius: 8px;
        /* min-height:610px !important; */
    }

    .types-storage {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        max-width: 1400px;
        padding: 100px 10px;
    }

    section#wysiwyg-block-6700 .types-storage{
        flex-wrap: nowrap;
    }

    .types-storage__item {
        background: #fff;
        border-radius: 10px;
        padding: 15px 15px 65px;
        color: #005581;
        font-weight: 500;
        margin: 20px;
        width: 100%;
        max-width: 280px;
        position: relative;
        cursor: pointer;
    }

    .types-storage__item:hover {
        color: #005581 !important;
    }

    .types-storage__item h3 {
        font-size: 20px;
        color: #005581;
        font-weight: 500;
        line-height: 100%;
    }

    .types-storage__item>img{
        margin-bottom: 15px;
    }

    .types-storage__item>img:not(section#wysiwyg-block-6662 .types-storage__item>img) {
        border-radius:10px;
    }

    .types-storage__item p {
        padding-bottom: 0 !important;
        line-height: 20px;
    }


    .types-storage__item li {
        list-style-type: disc;
        margin-left: 26px;
        text-indent: -22px;
        padding-bottom: 0;
        line-height: 20px;
    }

    .types-storage__item li::before {
        display: none !important;
    }

    .types-storage__item ul {
        margin-bottom: 15px !important;
    }

    .types-storage__item .near-you {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        bottom: 15px;
        width: 100%;
        max-width: 250px;
        left: 50%;
        transform: translateX(-50%);
        padding: 5px;
        transition: background 0.2s ease-in-out;
        line-height: 20px;
    }

    .types-storage__item:hover .near-you {
        background: #ECEDEF;
    }

    .types-storage__item .near-you img {
        width: 100%;
        max-width: 30px;
        height: 30px;
    }

    /************************************
    why choose
    *************************************/
    section#wysiwyg-block-6673,
    section#wysiwyg-block-6681 {
        padding: 50px 0 100px;
        background: #f1f1f2;
    }

    section#wysiwyg-block-6673 .container>h2,
    section#wysiwyg-block-6681 .container>h2 {
        margin-bottom: 50px;
    }

    .why-choose-wrap {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

    .why-choose__item {
        background: #fff;
        border-radius: 15px;
        margin: 1%;
        width: 100%;
        max-width: 31%;
        color: #005581;
        padding: 20px;
        line-height: 100%;
    }

    .why-choose__item__title {
        font-size: 26px;
        line-height: 30px;
        font-weight: 600;
    }

    .why-choose__item__title {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
    }

    .why-choose__item__title img {
        margin-right: 20px;
    }

    .why-choose__item li {
        list-style-type: none;
        margin-left: 40px;
        text-indent: -12px;
        margin-bottom: 5px;
        padding-bottom: 0;
    }

    .why-choose__item__text {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    ul.why-choose__item__list li {
        list-style-type: none;
        position: relative;
    }

    ul.why-choose__item__list li::before {
        display: inline-block !important;
        content: url(https://www.montrealministorage.com/wp-content/uploads/sites/59/Vector.svg) !important;
        width: 19px;
        min-width: 19px;
        height: 14px;
    }

    /*********************************
    home testimonials
    *********************************/
    section#wysiwyg-block-6680,
    section#wysiwyg-block-6693 {
        padding: 50px 0;
        background: url(https://www.montrealministorage.com/wp-content/uploads/sites/59/testimonials-bg.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }

    section#wysiwyg-block-6680 .container h2,
    section#wysiwyg-block-6693 .container h2 {
        margin-bottom: 50px;
        color: #fff !important;
    }

    /* section#wysiwyg-block-6680 .container{
        display: flex;
        flex-wrap: wrap;
    } */

    .home-testimonials {
        width: 100%;
        max-width: 550px;
        margin-left: auto;
        padding-top: 20px;
        position: relative;
    }

    .home-testimonials .testimonial-slide {
        /* display: flex !important;
        gap: 5px;
        justify-content: space-between;
        flex-direction: column; */
        padding: 20px;
    }

    .home-testimonials .slick-slide {
        overflow: hidden !important;
        height: auto !important;
    }

    .home-testimonials .testimonial {
        background: #f9f9f9;
        color: #005581;
        padding: 20px;
        border-radius: 15px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        margin-bottom: 15px;
        font-weight: 600;
    }

    .home-testimonials ul.slick-dots {
        bottom: 0;
        left: 0;
        display: flex;
        margin-left: 30px;
    }

    .home-testimonials ul.slick-dots li:before {
        display: none;
    }

    .home-testimonials ul.slick-dots li {
        width: 29px;
        height: 5px;
        margin: 3px;

    }

    .home-testimonials ul.slick-dots li button {
        border-radius: 40px;
        width: 29px;
        height: 5px;
        background: #72CDF4 !important;
        margin: 3px;
    }

    .home-testimonials ul.slick-dots li.slick-active button {
        background: #005581 !important;

    }

    .home-testimonials ul.slick-dots li button:before {
        display: none !important;
    }

    p.testimonial-author {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    p.testimonial-author span {
        font-size: 24px;
        line-height: 40px;
        margin-right: 20px;
    }

    /* p.testimonial-author img{
        width: 17px;
        height: 17px;
    } */


    /********************************
    solutions for everyone
    ********************************/
    /* section#wysiwyg-block-6695,
    section#wysiwyg-block-6700 {
        padding: 50px 0;
    } */

    /* section#wysiwyg-block-6695 .container>h2,
    section#wysiwyg-block-6700 .container>h2 {
        margin-bottom: 50px;
    } */

    section#wysiwyg-block-6695 .types-storage-wrap,
    section#wysiwyg-block-6700 .types-storage-wrap {
        background: #fff !important;
    }

    section#wysiwyg-block-6695 .types-storage__item,
    section#wysiwyg-block-6700 .types-storage__item {
        background: #F1F1F2;
    }

    section#wysiwyg-block-6695 .types-storage,
    section#wysiwyg-block-6700 .types-storage {
        padding: 20px 10px !important;
    }

    section#wysiwyg-block-6695 .types-storage__item,
    section#wysiwyg-block-6700 .types-storage__item {
        margin: 1%;
        width: 100%;
        max-width: 31%;
    }

    section#wysiwyg-block-6695 .types-storage,
    section#wysiwyg-block-6700 .types-storage {
        max-width: 1200px !important;
        margin: 0 auto !important;
    }

    section#wysiwyg-block-6695 .types-storage__item .near-you,
    section#wysiwyg-block-6700 .types-storage__item .near-you {
        max-width: 350px;
    }

    section#wysiwyg-block-6695 .types-storage__item>p,
    section#wysiwyg-block-6700 .types-storage__item>p {
        margin: 24px 0;
    }

    section#wysiwyg-block-6695 .types-storage__item:hover .near-you,
    section#wysiwyg-block-6700 .types-storage__item:hover .near-you {
        background: #fff;
    }

    /********************************
    find branches
    ********************************/
    .row.find-branches {
        padding: 50px 0;
    }

    .row.find-branches h2 {
        font-size: 48px;
        line-height: 45px;
        margin-bottom: 50px;
    }

    .row.find-branches h3 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 600;
        padding-top: 0;
    }

    .row.find-branches p {
        color: #005581;
        line-height: 28px !important;
    }

    .row.find-branches .tsg-btn {
        margin-top: 50px;
    }

    body.home section#wysiwyg-block-5206 h2,
    body.home section#wysiwyg-block-5205 h2 {
        display: none !important;
    }

    /*********************************
    home accordion
    *********************************/
    div#accordionHome {
        max-width: 1200px;
        margin: 0 auto;
    }

    div#accordionHome button {
        width: 100%;
        text-align: left;
        position: relative;
        transition: all 0.2s ease-in-out;
        font-size: 20px;
        line-height: 26px;
        font-weight: 600;
        color: #005581;
        cursor: pointer;
        text-transform: initial;
        border: none !important;
        border-bottom: 1px solid #005581 !important;
        padding: 20px 60px 20px !important;
        height: unset !important;
        margin-bottom: 0;
        border-radius: 0 !important;
        white-space: normal !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    div#accordionHome button::after {
        content: "−";
        font-size: 20px;
        color: #005581;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.2s ease-in-out;
        border-radius: 50%;
        background: #72CDF4 !important;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    div#accordionHome button.collapsed::after {
        content: "+";
        font-size: 20px;
        color: #005581;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.2s ease-in-out;
    }

    div#accordionHome .card-body {
        padding: 20px 60px 20px !important;
        /* font-size: 20px;
        line-height: 30px; */
    }

    div#accordionHome .card-body {
        text-decoration: none;
        color: #005581;
    }

    div#accordionHome .collapse:not(.show) {
        display: none;
    }

    div#accordionHome .collapsing {
        position: relative;
        height: 0;
        overflow: hidden;
        transition: height .35s ease;
    }

    .container.home-faq {
        padding: 50px 0 100px;
    }

    .container.home-faq h2 {
        padding-bottom: 50px;
    }

    /**********************************
    footer
    ***********************************/
    footer.footerTheme3 {
        background: #005581;
        color: #fff;
        padding: 100px 0 0;
    }

    footer.footerTheme3 a {
        color: #fff;
    }

    .footer-links a {
        display: block;
    }

    .footer-phone {
        margin-top: 50px;
        display: flex;
        justify-content: flex-end;
    }

    .footer-phone a {
        font-size: 70px;
        line-height: 76px;
    }

    .sub-footer .container .sub-footer-inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 35px 0;
        width: 100%;
        max-width: 500px;
    }

    .sub-footer .container .sub-footer-inner div {
        margin: 4px;
    }

    footer.footerTheme3 img {
        height: auto;
    }

    .six.columns.footer-links-wrap {
        margin-top: 60px;
        display: flex;
        justify-content: flex-end;
    }

    .sub-footer {
        font-size: 12px;
    }

    .footer-links a {
        font-size: 18px;
    }




    button.mobileMenuToggle {
        height: unset !important;
        border: none !important;
        padding: 10px !important;
        margin-right: 10px !important;
        margin-bottom: 0 !important;
    }

    .mainAccountIcons a.buttPhone img {
        padding: 0px !important;
    }

    .mainAccountIcons.mainAccountIconsHorizontal a {
        margin-left: 5px !important;
    }

    .pinnacleSkipLink a {
        height: 0 !important;
    }

    .pinnacleSkipLink a:focus {
        height: auto !important;
    }

    #pinnacleHeader #navbarTheme8.sticky {
        background: #DCDDDE;
        padding: 0 !important;
    }

    .slick-track {
        min-height: 0 !important;
    }

    .slick-slide {
        height: auto !important;
        display: block !important;
    }

    .slick-slide {
        opacity: 1 !important;
        visibility: visible !important;
        height: auto !important;
    }

    .slick-slide {
        height: auto !important;
        display: flex !important;
        flex-direction: column;
    }
    
    .slick-track {
        min-height: 0 !important;
    }
    
    .slick-list {
        overflow: hidden !important;
    }
    
    h2.branches-mobile{
        display: none !important;
    }

    .candeeFacilityMap {
        border-radius: 10px;
    }


    .mainAccountIcons.candee.mainAccountIconsHorizontal {
        display: initial !important;
        width: unset !important;
    }

    ul#menu-header-menu-en,
    ul#menu-header-menu-fr{
        min-height:42px !important;
    }

    /***********************************
    hero google ratings
    ***********************************/
    .hero-google-rating .rplg-badge2-border {
        display: none !important;
    }

    .hero-google-rating .rplg-badge2 .rplg-badge2-btn{
        background: transparent !important;
        padding:0 10px 0 0 !important;
    }

    .hero-google-rating .rplg .rplg-badge2{
        box-shadow: none !important;
    }

    .hero-google-rating .rplg .rplg-biz-based{
        display: none !important;
    }

    .hero-google-rating .rplg-badge2 .rplg-badge2-score {
        color: #fff !important;
    }

    .hero-google-rating .rplg-badge2 span.rplg-badge-logo {
        border-radius: 100%;
        background: #fff;
        padding: 5px;
        line-height: 100% !important;
    }

    .hero-google-rating .rplg-badge2 span.rplg-badge-logo svg {
        max-width:20px;
        max-height:20px;
    }

    .hero-google-rating .rplg-stars svg use{
        fill:#fff !important;
    }

    .hero-google-rating .rplg-badge2 .rplg-badge2-score {
        display: flex;
        flex-direction: row-reverse;
    }

    .hero-google-rating .rplg .rplg-biz-rating.rplg-biz-google .rplg-biz-score {
        color: #fff !important;
    }

    .hero-google-rating .rplg-badge2 .rplg-badge2-btn.rplg-badge2-clickable:hover .rplg-badge2-score,
    .hero-google-rating .rplg-badge2 .rplg-badge2-btn.rplg-badge2-clickable:hover .rplg-biz-score {
        color: #000 !important;
    }

    .hero-google-rating .rplg-badge2 .rplg-badge2-btn.rplg-badge2-clickable:hover .rplg-stars svg use{
        fill:#e7711b !important;
    }

    /*******************************************/

    .locations-terms {
        margin-top: 30px;
        padding: 0 20px;
    }

    div#navbarTheme8{
        min-height:85px !important;
    }

    div#navbarTheme8.sticky{
        min-height:unset !important;
    }

    .main-logo-bar .flex-container{
        min-height: 55px;
    }

    .main-logo-bar .flex-container img {
    width: 174px;
    height: 55px;
    display: block;
    }


    nav.prev-next-posts {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    nav.prev-next-posts .clear{
        display:none !important;
    }

/********************************
  rotating top banner
********************************/

.mms-top-banner {
    width: 100%;
    background: #ffd84d;
    font-family: inherit;
    font-size: 14px;
    /* display:none !important; */
}

.mms-top-banner-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 20px 10px;
    position: relative;
    min-height: 60px;
    display: flex;
    align-items: stretch;
}

/* Slides container */
.mms-top-banner-slides {
    position: relative;
    flex:1;
    overflow: hidden;
}

/* Each slide */
.mms-top-banner-slide {
    position: relative;
    display: none;
    transform: translateY(10px);
    transition: opacity .35s ease, transform .35s ease;
}

.mms-top-banner-slide.is-active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}


/* Items / columns */
.mms-top-banner-items {
    display: flex;
    width: 100%;
    gap: 8px;
}

.mms-top-banner-item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

.mms-top-banner-item:hover {
    text-decoration: underline;
}

/* Icon + text */
.mms-top-banner-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.mms-top-banner-title {
    font-weight: 600;
    font-size: 0.9rem;
    white-space: nowrap;
}

.mms-top-banner-desc {
    font-weight: 400;
    font-size: 0.8rem;
}

/* Nav arrows */
.mms-top-banner-nav {
    border: none;
    background: transparent;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0 4px;
    display: none !important;
}

.mms-top-banner-prev {
    margin-right: 4px;
}

.mms-top-banner-next {
    margin-left: 4px;
}

/* Dots */
.mms-top-banner-dots {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: 8px;
    display: none !important;
}

.mms-top-banner-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    border: 1px solid #000;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.mms-top-banner-dot.is-active {
    background: #000;
}


.mms-top-banner-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mms-top-banner-text {
    display: flex;
    flex-direction: column; 
    line-height: 1.2;
}

.mms-top-banner-title {
    font-weight: 600;
    font-size: .9rem;
}

.mms-top-banner-desc {
    font-size: .8rem;
    opacity: .9;
}

.mms-top-banner .mms-top-banner-icon-img {
  display: block !important;
  width: 40px !important;
  height: 40px !important;
  max-width: none !important;
  max-height: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.mms-top-banner .mms-top-banner-icon {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-right: 8px;
}

.mms-top-banner .mms-top-banner-item {
  display: flex;
  align-items: center;
  gap: 8px;
}



/* Tablet: 2 columns */
@media (max-width: 900px) {
    .mms-top-banner-items {
        flex-wrap: wrap;
        justify-content: center;
    }

    .mms-top-banner-item {
        flex: 0 0 100%;
        justify-content: flex-start;
        background: #ffd84d;
    }

    .mms-top-banner {
        background: transparent !important;
    }

    .mms-top-banner-slides {
        overflow: hidden;
    }

    .mms-top-banner-mobile-viewport {
        overflow: hidden;
        width: 100%;
    }

    .mms-top-banner-mobile-track {
        position: relative;
    }

    .mms-top-banner-mobile-track .mms-top-banner-item {
        width: 100%;
        margin: 0;
    }

}

@media (max-width:768px){
    body:not([class*="no-header"]):not(.single-candee_location) #pinnacleHeader,
    body #pinnacleHeader {
    position: relative !important;
    background: rgba(50, 50, 50, .6) !important;
    }


    .tsg-hero-video.heroTheme8.height100vh {
        justify-content: center;
    }

    

}

/* Mobile: 1 column stacked */
@media (max-width: 600px) {
    .mms-top-banner-inner {
        padding: 10px 8px 0;
    }

    /* .mms-top-banner-item {
        flex: 0 0 100%;
    } */

    .mms-top-banner-title {
        font-size: 0.85rem;
    }

    /* .mms-top-banner-desc {
        display: none;
    } */
}














    /***********************************
    media queries
    ***********************************/
    @media (max-width:1465px) {
        .footer-phone a {
            font-size: 60px;
            line-height: 60px;
        }
    }
    @media (min-width:1200px) {
        .why-choose__item__text {
            min-height: 97px;
        }
    }

    @media (max-width:1100px){
        .footer-phone a {
            font-size: 44px;
            line-height: 44px;
        }
    }

    @media (min-width:1024px){
        .mainAccountIcons a.buttPhone {
            display: none !important;
        }

        section#wysiwyg-block-6693{
            min-height: 750px;
        }

        body.home .tsg-hero-video.heroTheme8.height100vh {
            min-height: 840px !important;
        }
    }

    @media (max-width:1024px) {

        .tsg-menu-class ul a,
        .mainAccountIcons.mainAccountIconsHorizontal a,
        .mainAccountIcons.mainAccountIconsHorizontal a i {
            color: #fff !important;
            text-shadow: none !important;
        }

        .tsg-menu-class ul a:hover,
        .mainAccountIcons.mainAccountIconsHorizontal a:hover,
        .mainAccountIcons.mainAccountIconsHorizontal a:hover i {
            color: #fff !important;
            text-shadow: none !important;
        }

        #navbarTheme8 .logo-wrapper img {
            width: auto !important;
            height: auto !important;
            max-height: 45px !important;
        }

        .hero-search h1 {
            text-align: left !important;
        }

        #pinnacleMainNav .tsg-menu-class li.menu-item-has-children>a {
            background: transparent !important;
        }

        li.lang-item {
            color: #fff !important;
        }

        li#menu-item-1529-fr a,
        li#menu-item-1529-en a,
        li#menu-item-1715-fr a,
        li#menu-item-1715-en a {
            color: #fff !important;
        }

        .menu-item-has-children ul.sub-menu {
            border-top: 1px solid #ccc !important;
        }

        #pinnacleMainNav {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            position: fixed;
            z-index: 5000;
            top: 0 !important;
            right: 0 !important;
            height: 100% !important;
            width: 320px;
            max-width: 100vw;
            background: white;
            text-align: left;
            transform: translateX(100%) !important;
            transition: transform 0.5s ease;
        }

        body.mmOpen.bodyFixed #pinnacleMainNav {
            transform: translateX(0%) !important;
        }


    }

    @media (min-width:900px) {
        .row.find-branches p {
            max-width: 600px;
        }

        .row.find-branches #facilityMap {
            max-height: 580px !important;
            min-height: 580px !important;
            height: 580px !important;
        }
    }

    @media (max-width:900px) {
        .cta-buttons {
            flex-wrap: nowrap !important;
        }

        .cta-button {
            width: 100% !important;
        }

        .hero-search .mainLocationsSearchbarWrapper .candee-row {
            display: flex !important;
            flex-wrap: nowrap !important;
            justify-content: space-between;
        }

        body.home .mainLocationsSearchbarWrapper .three.candee-columns div#findLocationsNearMe,
        .hero-search .mainLocationsSearchbarWrapper .locationsOrText {
            display: none !important;
        }

        body.home .mainLocationsSearchbarWrapper .three.candee-columns {
            display: none !important;
        }

        body.home .mainLocationsSearchbarWrapper .seven.candee-columns {
            width: 93%;
        }

        /* body.home .mainLocationsSearchbarWrapper .one.candee-columns {
            width: unset !important;
        } */

        .mainLocationsSearchbarWrapper {
            background-color: #fff !important;
        }

        body.home .textAlignCenter.text-white.home_text {
            margin: 0 auto;
            padding: 0px 20px;
        }

        html[lang="fr-CA"] .hero-search .mainLocationsSearchbarWrapper .one.candee-columns {
            width: 30% !important;
        }

        .tsg-hero-video .container {
            padding: 20px !important;
        }

        .units-section {
            flex-direction: column-reverse;
        }

        img.unit-pic {
            max-width: 100% !important;
            margin: 0 auto 30px !important;
        }


        section#wysiwyg-block-6662 .types-storage__item>img {
            display: none !important;
        }

        section#wysiwyg-block-6700 .types-storage__item>p {
            margin: 0 0;
        }

        .types-storage__item {
            width: 100% !important;
            max-width: 100% !important;
        }

        section#wysiwyg-block-6662 .types-storage__item {
            display: flex;
            justify-content: space-between;
        }

        section#wysiwyg-block-6700 .types-storage__item {
            flex-direction: column;
        }

        .types-storage__item .near-you {
            max-width: 95% !important;
        }

        .why-choose-wrap {
            flex-direction: column;
        }

        .why-choose__item {
            max-width: 400px !important;
            margin: 0 auto 30px !important;
        }

        h2.branches-mobile{
            display: block !important;
        }

        .row.find-branches > .six.columns > h2{
            display: none !important;
        }

        .row.find-branches{
            display: flex !important;
            flex-direction: column-reverse !important;  
        }

        .row.find-branches {
            padding: 0 0 50px !important;
        }

        .row.find-branches .six.columns{
            margin-top:20px;
        }


        div#accordionHome button {
            padding: 20px 40px 20px 20px !important;
        }

        iv#accordionHome button::after {
            width: 20px !important;
            height: 20px !important;
        }

        div#accordionHome button {
            font-size: 16px;
            line-height: 20px;
        }

        div#accordionHome button::after,
        div#accordionHome button.collapsed::after {
            right: 5px;
        }

        div#accordionHome .card-body {
            padding: 20px !important;
        }

        footer.footerTheme3 {
            padding: 50px 0 0;
        }

        footer.footerTheme3 img {
            display: block;
            margin: 0 auto;
            padding: 0 10px;
        }

        .six.columns.footer-links-wrap {
            justify-content: flex-start !important;
        }

        .footer-phone {
            justify-content: center !important;
        }

        .sub-footer .container .sub-footer-inner {
            padding: 35px 0 65px;
            width: 100%;
            max-width: 100%;
        }


        h2 {
            font-size: 24px !important;
            line-height: 28px !important;
        }

        .unit-content p {
            font-size: 16px;
            line-height: 22px;
        }

        .unit-content p.h4 {
            font-size: 18px !important;
            line-height: 40px !important;
        }

        .types-storage__item h3,
        .types-storage__item li,
        .types-storage__item p {
            font-size: 16px !important;
        }

        .types-storage__item h3{
            margin-bottom: 10px;
        }

        .types-storage__item .near-you {
            justify-content: flex-start !important;
        }

        .types-storage__item .near-you img {
            margin-left: 15px !important;
        }

        section#wysiwyg-block-6700 .types-storage-wrap{
            overflow-x: scroll !important;
        }

        section#wysiwyg-block-6700 .types-storage{
            min-width:750px !important;
        }

        



    }

    @media (max-width:600px) {
        .cta-button {
            padding: 5px 10px;
        }

        body.home .tsg-hero-video.heroTheme8.height100vh {
            height: 650px !important;
            min-height: 650px !important;
        }

        .spacestackertoptext {
            margin-top: 10px;
            font-size: 1.4rem;
        }

        .innerSearchWrap .content-input-search {
            gap: unset !important;
            flex-direction: column !important;
        }

        .innerSearchWrap label {
            padding: 30px 0 0 !important;
        }

        .innerSearchWrap label {
            padding-top: 20px !important;
        }

        .banner-container {
            padding: 0 !important;
        }

        .banner-container p {
            width: 100% !important;
            justify-content: center !important;
            padding: 15px 10px !important;
            border-bottom: solid 1px #fff;
            transition: all 0.3s ease-in-out;
        }

        .banner-container p:hover {
            background: #69C6EB !important;
        }

        .bottomBannerImg {
            display: none !important;
        }


        body.home div#toggleBanner,
        div#toggleBanner {
            display: none !important;
        }

        .unit-sizes div {
            font-size: 26px;
            line-height: 41px;
        }

        .unit-size {
            font-size: 40px;
            line-height: 41px;
        }

        div#navbarTheme8 .container {
            width: 100% !important;
        }

        .types-storage__item .near-you {
            max-width: 90% !important;
        }

        section#wysiwyg-block-6693 {
            background: url(https://www.montrealministorage.com/wp-content/uploads/sites/59/testimonials-mobile.jpg) no-repeat;
            background-size: cover;
            padding: 0 !important;
        }

        .home-testimonials {
            padding-top: 250px;
        }

        .container.home-faq {
            padding: 50px 0 50px;
        }

        .main-logo-bar .wrap img {
            margin-left: 0 !important;
        }

        html[lang="fr-CA"] .hero-search .mainLocationsSearchbarWrapper .seven.candee-columns {
            width: 69% !important;
        }

        html[lang="fr-CA"] .hero-search .mainLocationsSearchbarWrapper .one.candee-columns {
            width: 33% !important;
        }

        .row.find-branches p {
            font-size: 16px !important;
            line-height: 22px !important;
        }

        h3 {
            font-size: 18px !important;
            line-height: 20px !important;
        }

        .why-choose__item__title,
        .why-choose__item__text {
            font-size: 16px !important;
            line-height: 24px !important;
        }

        .why-choose__item__title img {
            max-width: 47px !important;
        }

    }

    @media (max-width:580px){
        .hero-search .mainLocationsSearchbarWrapper .one.candee-columns {
            width: 22% !important;
        }

        .hero-search .mainLocationsSearchbarWrapper .seven.candee-columns {
            width: 78% !important;
        }
    }

    @media (max-width:490px){
        .hero-search .mainLocationsSearchbarWrapper .candee-row {
            flex-direction: column !important;
        }

        .mainLocationsSearchbarWrapper {
            background-color: transparent !important;
        }

        #locationsAddressSearch, .locationsOrText {
            line-height: 30px;
        }

        .home .locations_search_theme_1 input#locationsAddressSearch {
            border-radius: 6px !important;
            margin-bottom: 5px !important;
        }

        html[lang="fr-CA"] .hero-search .mainLocationsSearchbarWrapper .seven.candee-columns,
        html[lang="fr-CA"] .hero-search .mainLocationsSearchbarWrapper .one.candee-columns,
        .hero-search .mainLocationsSearchbarWrapper .seven.candee-columns,
        .hero-search .mainLocationsSearchbarWrapper .one.candee-columns {
            width: 100% !important;
        }

        .hero-search .mainLocationsSearchbarWrapper {
            padding: 0 !important;
        }

        div#findLocationsButton {
            justify-content: center !important;
        }

        .cta-buttons {
            justify-content: center !important;
        }

        



    }

    @media (max-width:400px){
        .footer-phone a {
            font-size: 28px;
            line-height: 28px;
        }

        .types-storage__item {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .types-storage__item ul {
            text-align: left !important;
        }
    }

    .container.fullWidthContainer:has(.theme4FeaturesSection){
        width: 100%;
        margin: 0px;
        max-width: unset !important;
    }

    .theme4FeaturesSection {
        background: #72CDF4;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3rem;
        padding: 50px 0px;
        min-height:680px !important;
    }

    .theme4FeaturesSectionContent{
        border-radius: .5rem;
        background: #72CDF4;
        color: #005581;
        display: flex;
        justify-content: center;
        padding: 1rem;
        min-height: 580px;

    }

    .theme4FeaturesSectionContent  .features, .theme4FeaturesSectionContent  .description  {
        background: #fff;
        padding: 2rem;
    }
    .theme4FeaturesSectionContent  .features  {
        border-top-left-radius: .5rem;
        border-bottom-left-radius: .5rem;
    }
    .theme4FeaturesSectionContent  .description  {
        width: 50%!important;
        border-top-right-radius: .5rem;
        border-bottom-right-radius: .5rem;
    }

    .wp-child-theme-montreal-mini-storage .content-locations {
        height: 100%;
        max-height: 600px !important;
    }

    .wp-child-theme-montreal-mini-storage .content-locations #facilityMapWrapper {
        width: 100%;
        min-height: 560px !important;
        position: relative !important;
    }

    .wp-child-theme-montreal-mini-storage #facilityMapWrapper .candeeFacilityMap {
        height: 100% !important;
        min-height: 556px !important;
        max-height: 556px !important;
    }

    .location-item-header-title a{
        color:#005581;
    }


    @media (max-width: 768px) {
        .theme4FeaturesSection{
            display: none;
        }

        .content-locations {
            min-height: 847px !important;
        }
    }

    @media (max-width:576px){
        .wp-child-theme-montreal-mini-storage .content-locations {
        height: 100%;
            max-height: 100% !important;
        }
        #locations_theme_5 .content-locations {
            min-height: max-content !important;
            height: unset !important;
        }

        .wp-child-theme-montreal-mini-storage .content-locations #facilityMapWrapper {
            width: 100%;
            min-height: 100% !important;
            position: relative !important;
        }

        .wp-child-theme-montreal-mini-storage #facilityMapWrapper .candeeFacilityMap {
            height: 100% !important;
            min-height: 100% !important;
            max-height: 100% !important;
        }
    }

    #sp-vztjf3.sp-el-row, div#sp-t4181v.sp-el-row {
        max-width: unset!important
    }


    .title-text-page{
        padding: 0px 1rem 0px 1rem;
    }
    #locations_theme_5 .location-item-image img {
        height: 60%;
    }
    @media (max-width: 768px) {
            #locations_theme_5 .location-item-image img {
                height: 100%;
            }
        }

    #locations_theme_5 .location-item-image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    @media (min-width: 768px) {

        .wp-child-theme-montreal-mini-storage #locations_theme_5 .content-locations {
            max-height: 97vh !important;
        }
    }

    .wp-child-theme-montreal-mini-storage #locations_theme_5 #facilityMapWrapper .candeeFacilityMap{
        min-height: 94vh !important;
    }
    @media (max-width: 576px) {
        .wp-child-theme-montreal-mini-storage .content-locations #facilityMapWrapper {
            pointer-events: auto;
            z-index: 1;
            margin-left: 1rem
        }

        #locations_theme_5 .floating-button.show {
            position: absolute;
        }

    }
