/*
Theme Name:     Brown Child
Description:    Child theme of the Brown Theme
Author:         Baimai Studio
Author URI:     http://baimaistudio.com
Template:       brown-theme
Version:        1.0.0
*/
/* ------- Insert custom styles below this line ------- */

#primary-nav #branding a img {
    width: 474px;
    height: 104px !important;
    margin: 10px;
}
h2,
h3,
h4,
h5 {
    margin: 0px;
}
a.lt-button:hover {
    background-color: #ffa600;
    border: 2px solid #555;
}
.home .welcome-button {
    color: #fff;
}
.home #welcome {
    color: #fff;
    height: 600px;
}
.vc_custom_1437941854292 {
    padding: 20px !important;
}
.menu-main-menu-container {
    margin-top: 20px;
}
#welcome .row {
    background-color: rgba(137, 85, 69, 0.62);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 10px;
    margin-top: 13%;
}
/* div#primary-nav-sticky-wrapper, div#primary-nav { max-height: 140px; } */
.inner-shadow {
    border: 1px solid #EAEAEA;
}
@media (max-width: 1020px) {
    .menu-main-menu-container {
        background-color: #fff;
        padding: 0px 10px;
        margin-top: 0px;
    }
    #primary-nav #branding {
        margin-top: 0px;
        padding-top: 0px;
    }
}