/*
Theme Name: Divi Child Theme
Description: A child theme for Divi.
Author: Squirrell Gripp
Template: Divi
*/

@import url("../Divi/style.css");

/* //// Font Face /////////////////////////////////////////////////*/

@font-face {
    font-family: 'GothamBold';
    src: url('fonts/GothamBold.eot'); /* IE9 Compat Modes */
    src: url('fonts/GothamBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('fonts/GothamBold.woff2') format('woff2'), /* Super Modern Browsers */
        url('fonts/GothamBold.woff') format('woff'), /* Pretty Modern Browsers */
        url('fonts/GothamBold.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('fonts/GothamBold.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
} 

.et-social-rss a.icon:before { content: '\e09a'; }

@media (max-width: 980px) {
.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: fixed !important; } }
.et_mobile_menu {
    overflow: scroll !important;
    max-height: 83vh;
}

.et_overlay {
    display:none;
}
 
.et_portfolio_image, .et_shop_image  {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
 
.et_portfolio_image:hover, .et_shop_image:hover {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}
