/*
Theme Name: Make Child
Theme URL: https://thethemefoundry.com/make/
Description: Make Child Theme
Author: The Theme Foundry
Author URL: https://thethemefoundry.com
Template: make
Version: 1.0.0
Text Domain: make-child
*/ Custom CSS goes after this line



.builder-section-gallery .builder-section-content, .builder-section-text .builder-section-content, .builder-section-blank .builder-section-content {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 0; 

}


@media screen and (max-width: 800px)  {
    
.site-navigation .menu-toggle {
    color: #000 !important;
}

.site-navigation .menu li a, .site-navigation .nav-menu li a {
    display: block;
    padding: 11px 10;
    padding: 1.1rem 0.5em;
    border-bottom: 1px solid #171717;
    color: #171717;
    background-color: #fff;

}
    
.menu-toggle:before {
    background-image: url(menu.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 20px auto;
    padding-right: 40px;
    /*padding-right: 0.6rem;*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
}

}


@media screen and (min-width: 800px)  {
.site-navigation .page_item_has_children a:after, .site-navigation .menu-item-has-children a:after {
    display: none;
    }

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {
    margin-bottom: 10px !important;
    color: #000;
}
    
}

@media screen and (min-width: 1000px) {

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {
    margin-bottom: 20px !important;
}
    
}