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

a.bvi-open {
    font-size: 0;
}

a.bvi-open svg {
    font-size: 28px !important;
}

.wpls-logo-showcase .slick-dots li button, .wd-nav-pagin-wrap[class*="wd-style-shape"] span {
    border: 2px solid #009846 !important;
    min-height: auto;
}

.wpls-logo-showcase .slick-dots li.slick-active button, .wd-nav-pagin-wrap[class*="wd-style-shape"] li.wd-active span {
    background: #009846 !important;

}

.wd-copyrights.wd-layout-centered {
    background-color: #7da1bd;
    color: #fff;
}

.wd-copyrights.wd-layout-centered a {
    color: #fff;
}

.footer-column-3 p {
    line-height: 160%;
}

.footer-column-3 a,
.footer-column-2 a,
.footer-column-2 a:hover{
    color: #009846;
}

@media (min-width: 768px) {
    .twoColumns .wpb_wrapper {
        column-count: 2;
        column-gap: 20px;
    }
}

/* Gtranslate
===========================================================*/

.website-wrapper .gt_float_switcher img {
    display: none;
}

.gt_float_switcher.notranslate {
    background-color: #ffffff;
    border: 1px solid #009846;
    margin-top: 2px;
    margin-bottom: 3px;
    padding: 9px;
    border-radius: 50%;
    box-shadow: none;
    width: 50px;
    height: 50px;
    line-height: 26px;
    position: relative;
    overflow: visible;
    cursor: pointer;
    transition: all .4s;
}

.gt_float_switcher.notranslate {
    line-height: 21px;
    padding: 12px 4px;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    display: none !important;
}

.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0 !important;
    font-weight: 100 !important;
    text-align: center;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    font-size: 16px;
    font-weight: 500;
    color: #009846;
}

.gt_float_switcher .gt_options a {
    background-color: #ffffff;
    border: 1px solid #009846;
    margin-bottom: 5px;
    padding: 9px 4px !important;
    border-radius: 50%;
    box-shadow: none;
    width: 50px;
    height: 50px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    color: #009846 !important;
}

.gt_float_switcher .gt_options {
    position: absolute !important;
    z-index: 1 !important;
    top: 100% !important;
    left: 50%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    min-width: max-content !important;
    padding-top: 10px !important;
    -webkit-transition: opacity .2s, background-color .4s, -webkit-transform .4s !important;
    transition: transform .4s, opacity .2s, background-color .4s, -webkit-transform .4s !important;
    -webkit-transform: scaleY(0) !important;
    transform: scaleY(0) translateX(-50%) !important;
    will-change: transform !important;
    -webkit-transform-origin: top !important;
    transform-origin: top !important;
    opacity: 0 !important;
    border-radius: 5px !important;
}

.gt_float_switcher .gt_options.gt-open {
    display: block !important;
    -webkit-transition: opacity .4s, -webkit-transform .4s !important;
    transition: transform .4s, opacity .4s, -webkit-transform .4s !important;
    -webkit-transform: scaleY(1) !important;
    transform: scaleY(1) translateX(-50%) !important;
    opacity: 1 !important;
}

.website-wrapper .gt_float_switcher .gt_options a:hover {
    background: #fff !important;
    border: 1px solid var(--wd-link-color-hover);
    color: #333333;
}

/*===========================================================*/

.whb-column.whb-mobile-right.whb-column_mobile4.whb-hidden-lg > div {
    text-align: right;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
}

.bvi-widget, .bvi-shortcode a, .bvi-widget a, .bvi-shortcode {
    border-radius: 15px;
}

.wd-nav-header > li > a.woodmart-nav-link {
    cursor: pointer;
}

body .woodmart-recent-posts :is(.recent-posts-time,.recent-posts-comment) {
    color: rgb(10 10 10);
}
.hfe-post-card{
	display: flex;
}
.hfe-post-image{
	flex: 0 0 auto;
    max-width: 50%;
    overflow: hidden;
    margin-inline-end: 15px;
}
.hfe-post-image img{
	width: 75px;
    border-radius: calc(var(--wd-brd-radius) / 1.5);
	height: 60px;
}
.elementor-icon-list-text{
	text-wrap: nowrap !important;
}
.elementor-icon-list-item a{
	display: inline-flex !important;
}
.footer-item p, footer-item i{
	    color: rgba(0, 0, 0, 0.8);
}
.footer-item a{
	color: #009846;
}
footer .info-box-icon{
	width: 66px !important;
}
footer .widget-title, .footer-widget{
	color: rgba(0,0,0,0.8);
}
footer a, .wd-entities-title a, .wd-info-box h4{
	color: #009846; 
}
footer a:hover, .wd-entities-title a:hover{
	color: rgba(0,0,0,0.8);
}
footer a.wd-entities-title:hover, .wd-entities-title a:hover {
   color: rgba(0,0,0,0.8);
}
.wd-post-author.wd-meta-author{
	display: none;
}