/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* ALLGEMEIN */
body { background-color: #eddec7; }
body[class*="wrapper-boxed"] .wd-page-wrapper { box-shadow: unset !important; }
h2, h3, h4 { color: rgb(187,165,135); }
.wd-content-layout { padding-top: 0px !important; padding-block: 0 ; padding-bottom: 40px; }

/* HEADER */
.whb-general-header { padding-top: 30px; }
.wd-dropdown-menu { width: 260px; }
.site-logo { transform: scale(1.3); }
.whb-header-bottom { padding-top: 20px; }
.whb-sticked .whb-header-bottom { padding-top: 0px; }
.wd-header-mobile-nav { position: absolute !important; right: 0 !important; }

/* FOOTER */
footer .kurzmenu a { text-transform: uppercase; font-weight: 600; padding: 0 10px; }
footer .kurzmenu { padding-bottom: 10px; }
footer { padding: 20px 0; }

.wd-prefooter { padding-bottom: 0 !important; }
.wd-copyrights { border-top: none !important; }

/* RESPONISVE */

@media screen and (min-width: 767px) {
	body .whb-sticky-prepared { padding-top: 204px !important; }

}

@media screen and (max-width: 767px) {
	.whb-general-header { padding-bottom: 20px !important; }
	.whb-sticked .whb-general-header { padding-bottom: 10px !important; padding-top: 10px; }
	body .vc_btn3-container { margin-bottom: 20px !important; }
}