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

header { background:#000; }
.red { color:red; }
.wd-content-layout { padding-block: 15px; }
.home .wd-content-layout { padding-block:0px; }
.home .f7-participants-grid { grid-template-columns: repeat(1, 1fr); }
.wd-post-meta { display: none !important; }
.wd-single-post-header { align-items: flex-start !important; }
.wd-post-image { display: none !important; }
.f7-cabinet-login-widget button { border-radius: 25px; }
.f7-login-tabs button {  border-radius: 0px; }
header.wd-single-post-header { background:#fff; }

.wd-dropdown-menu.wd-design-default {
    padding: var(--wd-dropdown-padding, 12px 20px);
    --wd-dropdown-width: 335px;
}

h1 { font-size: 42px; }
h4 { font-size: 16px; }

.wd-popup { padding: 0px !important; }
.mfp-counter { display: none; }

button.mfp-arrow.mfp-arrow-left.mfp-prevent-close:before { content: '<'; font-size: 20px; }
button.mfp-arrow.mfp-arrow-right.mfp-prevent-close:before { content: '>'; font-size: 20px; }

.mfp-wrap .mfp-content { order: 2; }
.mfp-wrap .mfp-arrow-left { order: 1; }
.mfp-wrap .mfp-arrow-right { order: 3; }

.entry-content p a, .entry-content h6 a  { border-bottom: 1px solid #000; }

.vc_do_toggle { border-bottom: 1px solid #eeeeee; padding-bottom: 20px; }


@media screen and (max-width: 768px) {

h1 { font-size: 28px; }
.footstyle img {max-width: 200px; height: auto; }
.footstyle .title-wrapper { text-align:left; margin-top: 30px; }
.footstyle .wd-images-gallery { --wd-justify-content: left !important;  --wd-align-items: left !important; }


}