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



/* VARIOUS */
.wd-timeline-item {
  margin-bottom: 10px !important;
}
.wd-timeline-image {
  max-width: 80px;
}
.wd-timeline-image img {
  border-radius: 50% !important;
}
.wd-item-position-left .timeline-col-primary {
  margin-right: 10px !important;
}
.wd-item-position-right .timeline-col-primary {
  margin-left: 10px !important;
}
.wd-item-position-left .timeline-col-secondary {
  margin-left: 10px !important;
}
.wd-item-position-right .timeline-col-secondary {
  margin-right: 10px !important;
}
@media (max-width: 767.98px) {
	.wd-item-position-left .timeline-col-primary {
	  margin-right: 0px !important;
	}
	.wd-item-position-right .timeline-col-primary {
	  margin-left: 0px !important;
	}
	.wd-item-position-left .timeline-col-secondary {
	  margin-left: 0px !important;
	}
	.wd-item-position-right .timeline-col-secondary {
	  margin-right: 0px !important;
	}
	:is(.wd-item-position-left, .wd-item-position-right) .timeline-col-primary .timeline-arrow {
	  display: none;
	}
	.wd-timeline-item :is(.wd-timeline-title, .wd-timeline-content, .wd-timeline-image) {
	  margin-bottom: 5px !important;
	}
	:is(.wd-item-position-left, .wd-item-position-right):not(:first-child) {
	  margin-top: 40px !important;
	}
	:is(.wd-item-position-left, .wd-item-position-right) {
	  padding: 20px 30px 15px !important;
	}
}
.wd-timeline-title {
  font-weight: 600;
  font-size: 20px;
}
.wpcf7-checkbox .wpcf7-list-item-label {
  color: #fff;
  font-size: 14px;
}
.grecaptcha-badge {
  display: none !important;
}
html .post.wd-post .post-title {
    font-weight: 600 !important;
}
.entry-meta-list .meta-author {
    display: none;
}
.wd-post-meta .wd-meta-author {
    display: none;
}
.wd-page-title {
    background-color: rgb(21,37,53);
    background-image: none;
    background-size: cover;
    background-position: center bottom;
}
.wd-entities-title.title.post-title {
    font-family: Montserrat !important;
}
.wd-nav-pagin-wrap .wd-nav-pagin-item.wd-active span {
    width: 30px !important;
    background-color: #152535 !important;
    border-color: #152535 !important;
}
.wd-nav-pagin-wrap .wd-nav-pagin-item span {
    width: 12px !important;
    height: 12px !important;
    background-color: #152535 !important;
    border-color: #152535 !important;
}
.wd-gallery-item img {
    height: 500px;
    width: 450px;
    object-fit: cover;
}
.wd-carousel-wrap .entry-thumbnail .post-img-wrapp img {
    height: 300px;
    object-fit: cover;
}
.article-inner .entry-thumbnail .post-img-wrapp img {
    height: 300px;
    object-fit: cover;
}
@media (max-width: 767.98px) { 
    .wd-gallery-item img {
        height: 400px;
        width: 400px;
    }
    .wd-carousel-wrap .entry-thumbnail .post-img-wrapp img {
        height: 250px;
    }
    .article-inner .entry-thumbnail .post-img-wrapp img {
        height: 250px;
    }
}
.mobile-nav .mobInfo {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: auto;
    padding: 50px 20px 0px 20px;
    row-gap: 12px;
}
.mobile-nav .mobInfo h4 {
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 400;
}
.mobile-nav .mobInfo .mobFollow {
    margin-top: 30px;
    margin-bottom: 0px;
}
.mobile-nav .mobInfo .info-box-icon {
    align-items: center;
    display: flex;
    column-gap: 6px;
}
.wd-side-hidden {
    width: 100%;
    background-color: rgba(21, 37, 53, 0.7);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}
.mobile-nav .wd-heading {
    justify-content: space-between !important;
    background: rgba(21, 37, 53, 1) !important;
    padding-left: 20px;
    padding-top: 25px;
    padding-bottom: 15px;
}
.wd-nav-mobile > li > a {
    font-size: 16px;
    font-weight: 400;
}


/* HEADER */
#blur_post_header::after {
    content: "";
    background: linear-gradient(180deg, rgba(21, 37, 53, 0) 0%, rgba(21, 37, 53, 0.9) 100%);
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
}
.whb-top-bar .wd-header-text {
    font-size: 13px !important;
}
.whb-top-bar .wd-header-text .fa {
    margin-right: 5px;
}
.whb-sticky-shadow.whb-sticked .whb-row:last-child {
    background: rgba(21, 37, 53, 0.9);
}

/* HOVER BUTTON */
.xplor-btn {
    display: flex;
    align-items: center;
    padding: 5px 15px;
    position: relative;
    cursor: pointer;
}
.xplor-btn .xplor-inner {
    background-color: transparent;
    font-size: 18px;
    letter-spacing: 0px;
    color: #fff;
    position: relative;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border: 0;
    padding-left: 15px;
    left: 0;
    line-height: 30px;
    overflow: hidden;
    text-decoration: underline;
}
.xplor-btn .xplor-inner:before {
    content: "";
    background-color: #2fa8a8;
    width: 3px;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
.xplor-btn .xplor-inner:after {
    content: "";
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    background-color: transparent;
    position: absolute;
    border: solid 3px #2fa8a8;
    border-left: 0;
    border-bottom: 0;
    top: calc(50% - 8px);
    border-radius: 2px;
    transform: translateX(-42px) rotate(45deg);
    transition: all 0.3s 0.2s ease-in-out;
}
.xplor-btn:before {
    content: "";
    background-color: #152535;
    width: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0px;
    border-radius: 8px;
    transition: all 0.4s 0.3s ease-in-out;
}
.xplor-btn:hover:before {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0px;
}
.xplor-btn:hover .xplor-inner {
    padding-left: 50px;
}
.xplor-btn:hover .xplor-inner:before {
    left: 15px;
    transform: rotate(90deg);
}
.xplor-btn:hover .xplor-inner:after {
    transform: translate(-33px) rotate(45deg);
}


/* LEARN MORE BUTTON */
.btn-more {
	 position: relative;
	 display: inline-flex;
	 align-items: center;
	 gap: 10px;
	 color: inherit;
	 font-size: 18px;
	 padding: 5px;
	 border-bottom: 1px solid #152535;
	 cursor: pointer;
	 text-transform: uppercase;
}
.btn-more:before {
	 content: "";
	 background: #2fa8a8;
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 0;
	 height: 100%;
	 transition: 0.3s ease-in-out;
	 z-index: 1;
	 padding-bottom: 1px;
	 box-sizing: unset;
}
.btn-more span {
	 z-index: 2;
}
.btn-more svg {
	 z-index: 3;
}
.btn-more:hover:before {
	 width: 100%;
}