/*      
Theme Name: GS SASS
Theme URI: http://www.graphicallyspeaking.ca/
Description: Template by GSSI.
Version: 1.0
Author: Graphically Speaking Services Inc.
Author URI: http://www.graphicallyspeaking.ca/
Tags: 
   
*/

@media screen and (max-width: 1024px) {
    footer #subfooter .util-nav > li > a {
        line-height: 48px;
    }

    footer #copyright .copy-nav > li > a {
        margin: 20px 0;
    }
}


/* Location disable loading popup*/

.page-template-page-location-php .wpgmza-preloader {
    display: none !important;
}

.wpgmza-infowindow a {
    color: #1982D1 !important;
}

/*****************************
GSSI - Top Buttons - 20200526
*******************************/
#header #header-nav {
    bottom: 30px;
}

.top-featured-btns {
    position: absolute;
    top: 35px;
    right: 20px;
}

.top-featured-btns ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.top-featured-btns li {
    width: 85px;
    margin-right: 15px;
}

.top-featured-btns a {
    display: block;
}

.top-featured-btns img {
    width: 100%;
    height: auto;
    transition: all 0.2s ease;
}

@media screen and (max-width: 1024px) {
    #header .section-inner {
        height: 120px;
    }

    #header #logo {
        top: 35px;
    }

    #header #menu-mobile {
        top: 70px;
        height: 50px;
        line-height: 50px;
    }

    #header #menu-mobile:after {
        top: 19px;
    }

    #header #header-nav {
        top: 120px;
    }

    .top-featured-btns li:last-child {
        margin-right: 0;
    }
}

@media screen and (min-width: 400px) {
    .top-featured-btns li {
        width: 100px;
        margin-right: 25px;
    }
}

@media screen and (min-width: 640px) {
    .top-featured-btns {
        top: 30px;
    }

    .top-featured-btns li {
        width: 120px;
    }
}

@media screen and (min-width: 1025px) {
    .top-featured-btns {
        top: 5px;
        right: 25px;
    }

    .top-featured-btns li {
        width: 170px;
    }

    .top-featured-btns a:hover img {
        transform: translateY(3px);
    }
}