/*
Theme Name: Make Child
Theme URI: https://thethemefoundry.com/make/
Template: make
Author: The Theme Foundry
Author URI: https://thethemefoundry.com
*/

/*    adjust padding on site content    */
.site-content {
    padding: 0.0rem 0;
}
/*    hide theme developer name in footer    */
.site-info {
    display: none;
}

/*    Color mobile nav    */
.menu-toggle {
    background-color: #B4E4E1;
    color: #FA6900;
}

/*    Adjust padding of text in mobile menu   */
@media screen and (max-width: 799px) {
      .site-navigation .nav-menu li a{
        padding-left:1rem;
    }
}
/*    Add button effect to menu items    */
.menu-item {
    background-color: #B4E4E1;
    box-shadow: /*3px 3px 2px grey,*/
    inset 0 -1px 1px rgba(0,0,0,0.5), /*bottom internal shadow*/
    inset 0 1px 1px rgba(255,255,255,1); /*top internal highlight*/
}
/*    sub menu button effect   */
.sub-menu {
/*    color can be changed in customizer    */
    inset 0 -1px 1px rgba(0,0,0,0.5), /*bottom internal shadow*/
    inset 0 1px 1px rgba(255,255,255,1); /*top internal highlight*/
}

/*   adjust header padding    */
.site-header-main {
padding: 20px 0px 10px;
}

/*    Adjust section padding and margins    */
.builder-section-text.has-background, .builder-section {
    margin: 0px;
    margin: 0rem;
    padding: 0px;
}
/*    Gravity Forms    */

.site-main .gform_wrapper .top_label .gfield_label {
    margin-top: 0px !important;
}
.gform_wrapper {
    margin: 0px 0 !important;
}
body .gform_wrapper ul li.gfield {
    margin-top: 0px !important;
    padding-top: 0;
}

/* site title and tagline */
.site-title {
    font-size: 6rem;
}
.site-description, .site-description a, .font-site-tagline {
    font-size: 2.5rem;
}
.site-description {
    margin: .3rem 0 .3rem;
}