﻿/*Global*/

.footer-contact-info{

    display: none;

}

    /*Video testimonial*/

    .video_new_view_title{

        display: none;

    }

    /*Sitemap menu*/

/*Display Menu on this page*/

.bottom-nav-wrapper{

    display: inherit;

}

/*Desktop Only*/

@media (min-width: 1440px) {

    /*Sitemap Menu*/

    .bottom-nav-wrapper {

        max-width: 125%;

    }

}

/*Tablet Portrait*/

@media (min-width: 768px) and (max-width: 800px) {

    /*Sitemap Menu*/

    .single-footer-widget{

        display: none;

    }

    .bt-googlemaps {

        height: 500px !important;

    }

}

/*Tablet Landscape*/

@media (min-width: 800px) and (max-width: 1439px) {



    /*Sitemap Menu*/

    .single-footer-widget {

        display: none;

    }

    .bottom-nav-wrapper{

        max-width:100%;

    }

}

/*Mobile*/

@media (max-width: 600px) {


#mobileTopBarTaglineContent h3{
    font-size: 23px !important;
}

    

}

/*Phone Landscape*/

@media (min-width: 481px) and (max-width:767px) {

    /*Sitemap Menu*/

    .single-footer-widget {

        display: none;

    }

    .bt-googlemaps {

        height: 500px !important;

    }

}

    