/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

#content {
    background-color: #edece9;
    min-height: 700px;
}
.button {
    background-color: #a6967f;
}
h1 > span:not(.nocolor):not(.badge), h2 > span:not(.nocolor):not(.badge), h3 > span:not(.nocolor):not(.badge), h4 > span:not(.nocolor):not(.badge), h5 > span:not(.nocolor):not(.badge), h6 > span:not(.nocolor):not(.badge) {
    color: #a6967f;
}
#primary-menu ul li:hover > a, #primary-menu ul li.current > a {
    color: #a6967f;
}
::selection {
    background: #d7d1c5 !important;
}
#header.sticky-header #header-wrap {
    background-color: #edece9;
}

@media (max-width: 991.98px) {
    #header.dark.transparent-header, #header.dark.semi-transparent {
        background-color: #b8b4af
    }
    .dark #primary-menu:not(.not-dark) ul ul li > a, #primary-menu.dark ul ul li > a {
        color: #666 !important;
    }
}
h1, h2, h3, h4, h5, h6{
    font-family: "Montserrat", sans-serif;
}

span > a {
    color: #a6967f;
}
.form-widget-contact .form-control, .form-widget-contact .input-group, .form-widget-contact .sm-form-control {
    margin-bottom: 10px;
}

