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


.wd-images-gallery .wd-lazy-load.wd-lazy-fade.wd-loaded {height: 273px;object-fit: cover;width: 100%;}
.wd-images-gallery a {width: 100%;}

.elementor-element-d54de39 .elementor-element.elementor-widget.elementor-widget-wd_infobox, .elementor-element-d54de39 .elementor-element.elementor-widget.elementor-widget-wd_infobox .info-box-wrapper, .elementor-element-d54de39 .elementor-element.elementor-widget.elementor-widget-wd_infobox .info-box-wrapper .wd-info-box {height: 100%;}


.menu-item.menu-item-compare {
  display: none;
}
.wd-tools-element.wd-header-mobile-nav {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -20px;
}



.custom-html-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  align-self: flex-end;
  margin-bottom: 15px;
}
.custom-html-block a {
  margin: ;
  padding: 5px 0;
  border-bottom: 1px solid #e4e4e4;
  width: 100%;
  right: ;
  text-align: center;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#comments {
  display: none;
}
.single .meta-author {
  display: none;
}


.ue-dynamic-popup-close i {
  color: #242424;
}


#layout-iframe {
  z-index: 9999 !important;
  top: 50px !important;
  outline: 500px solid rgba(0, 0, 0, 0.8);
}



.btn-close-iframe {
  top: 60px !important;
  z-index: 999999 !important; 
  right: 30px !important;
}


#layout-iframe {
  z-index: 9999 !important;
  top: 50px !important;
  outline: 500px solid rgba(0, 0, 0, 0.8);
  width: calc(100% - 40px) !important;
  left: 20px !important;
  height: calc(100% - 70px) !important;
}


.g__building-button {
  display: none !important;
}

.iframe-layout .button {
  background-color: #B70000 !important;
}

.iframe-layout .button:hover {
  background-color: #DB0000 !important;
}



.plans-item {
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 6px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.plans-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 20px;
  row-gap: 20px;
}

.plans-thumbnail {cursor: pointer;}

.plans-thumbnail img {
  height: 90px;
  object-fit: contain;
  transform: scale(100%);
}

.plans-thumbnail:hover img {
  transform: scale(110%);
}
.plans-title {
  color: #000;
  font-weight: 900;
  font-size: 19px;
  text-align: center;
  font-family: "Rawline", Arial, Helvetica, sans-serif;
  cursor: pointer;
  margin: 0px 0 5px;
}

.plans-title:hover {color: var( --e-global-color-201c0a2 );}

.plans-subtitle {color: rgb(84, 89, 95);font-size: 14px;text-align: center;margin-bottom: 15px;font-weight: 500;}

button.plans-read-more {
  padding: 6px 20px 6px 20px;
  border-radius: 6px;
  color: var( --e-global-color-201c0a2 );
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  background: transparent;
  border: 2px solid var( --e-global-color-201c0a2 );
  min-height: auto;
  line-height: 20px;
}

button.plans-read-more:hover {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  background: var( --e-global-color-201c0a2 );
}



.plan-popup, .popup-form {position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 99999;padding: 20px;display: flex;justify-content: center;align-items: center;visibility: hidden;pointer-events: none;opacity: 0;transition: all .25s ease-in-out}
.plan-popup.active, .popup-form.active {visibility: visible; pointer-events: all; opacity: 1;}
.plan-popup .plan-popup-overlay, .popup-form .popup-form-overlay {position: fixed;top: 0;bottom: 0;right: 0;left: 0;width: 100%;display: flex;background-color: rgba(0, 0, 0, 0.50);align-items: center;justify-content: center;cursor: pointer;opacity: 1;transition: all 0.25s ease-in-out;}
.plan-popup .plan-popup-box {max-width: 670px;background: #e8cfd0;z-index: 9999999;position: relative;border-radius: 12px;max-height: calc(100% - 40px);overflow: auto;}
.plan-popup .plan-popup-close, .plans-item .popup-full-image-close {position: absolute;right: 20px;top: 12px;color: rgb(36, 36, 36);font-size: 20px;cursor: pointer;transition: all .25s ease-in-out;}
.plan-popup .plan-popup-close:hover, .plans-item .popup-full-image-close:hover {color: rgb(0, 0, 0);}
.plan-popup .plan-popup-content, .popup-form .popup-form-content {padding: 10px 50px 10px;color: #242424;display: flex;flex-direction: column;gap: 20px;}
.plan-popup .plan-popup-content h2 {color: #242424;margin: 0;}
.plan-popup .plan-popup-content .plan-popup-title {font-family: "Jost", Sans-serif;}
.plan-popup .plan-popup-content .popup-form-title {}
.plan-popup .plan-popup-content .wpcf7-form {}
.plan-popup .plan-popup-content .wpcf7-form .wpcf7-text, .plan-popup .plan-popup-content .wpcf7-form .wpcf7-mask {background: #fff; color: rgb(118, 118, 118);font-family: "Rawline", Arial, Helvetica, sans-serif;font-size: 14px;font-weight: 400;height: 42px;line-height: 22.4px;outline-color: rgb(118, 118, 118);padding: 0 15px;border: 2px solid rgba(0,0,0,0.1);border-radius: 5px;}
.plan-popup .plan-popup-content .wpcf7-form .wpcf7-text:focus, .plan-popup .plan-popup-content .wpcf7-form .wpcf7-mask:focus {border: 2px solid rgba(0,0,0,0.2);}
.plan-popup .plan-popup-content .wpcf7-form .wpcf7-text::placeholder, .plan-popup .plan-popup-content .wpcf7-form .wpcf7-mask::placeholder {color: rgb(118, 118, 118);}

.plan-popup .plan-details {background: rgb(242, 242, 242);padding: 10px 20px;border-radius: 6px;}
.plan-popup .plan-details p {margin: 0;border-bottom: 1px solid #d8d8d8;padding: 6px;display: flex; justify-content: space-between;}
.plan-popup .plan-details p:last-of-type {margin: 0 0 10px;}
.plan-popup .plan-details p span {color: rgb(84, 89, 95);font-size: 14px;}

.plan-popup .custom-gallery {display: flex;flex-direction: column;width: 100%;}
.plan-popup .custom-gallery .main-image {background: #fff;display: flex;justify-content: center;padding: 15px;margin-bottom: 15px;cursor: pointer;}
.plan-popup .custom-gallery .main-image img {height: 350px;object-fit: contain;}
.plan-popup .custom-gallery .thumbnail-gallery {display: flex;gap: 20px;padding: 0 20px;}
.plan-popup .custom-gallery .thumbnail-gallery img {height: 70px;width: 100px;object-fit: contain;background: #fff;border-radius: 6px;padding: 10px 0;margin-bottom: 15px;cursor: pointer;transition: all .25s ease-in-out;}
.plan-popup .custom-gallery .thumbnail-gallery img:hover {padding: 5px 0;}

.plans-item .popup-full-image {opacity: 0; pointer-events: none;display: none;}
.plans-item .popup-full-image.active {display: block; opacity: 1; pointer-events: all;position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: #fff;padding: 50px;display: flex;justify-content: center;align-items: center;z-index: 9999999;}
.plans-item .popup-full-image img {width: 100%;height: 100%;object-fit: contain;}

.e-n-tabs-content .elementor-shortcode p {color: rgb(84, 89, 95);}

.linktree {flex-direction: column;align-items: center;justify-content: center;display: flex;}
.linktree .linktree-item {background: #b70000;width: 100%;display: flex;gap: 20px;align-items: center;margin-bottom: 10px;padding: 20px;border-radius: 12px;}
.linktree .linktree-item:hover {background: #a60000;}
.linktree .linktree-item .linktree-icon {width: 50px;height: 50px;object-fit: contain;}
.linktree .linktree-item .linktree-text {color: #fff;font-size: 18px;font-weight: 600;}


.popup-form .popup-form-box {max-width: 740px;background: #b70000;z-index: 9999999;position: relative;border-radius: 12px;max-height: calc(100% - 40px);overflow: auto;}
.popup-form .popup-form-close {position: absolute;right: 20px;top: 12px;color: rgba(255, 255, 255,.75);font-size: 20px;cursor: pointer;transition: all .25s ease-in-out;}
.popup-form .popup-form-close:hover {color: rgb(255, 255, 255);}

.popup-form .popup-form-content {display: grid; grid-template-columns: 1fr 1fr;padding: 50px 40px 20px;column-gap: 40px;}
.popup-form .popup-form-content .wpcf7-form {}
.popup-form .popup-form-content .wpcf7-form .wpcf7-text, .popup-form .popup-form-content .wpcf7-form .wpcf7-mask {background: #fff; color: rgb(118, 118, 118);font-family: "Rawline", Arial, Helvetica, sans-serif;font-size: 14px;font-weight: 400;height: 42px;line-height: 22.4px;outline-color: rgb(118, 118, 118);padding: 0 15px;border: 2px solid rgba(0,0,0,0.1);border-radius: 5px;}
.popup-form .popup-form-content .wpcf7-form .wpcf7-text:focus, .popup-form .popup-form-content .wpcf7-form .wpcf7-mask:focus {border: 2px solid rgba(0,0,0,0.2);}
.popup-form .popup-form-content .wpcf7-form .wpcf7-text::placeholder, .popup-form .popup-form-content .wpcf7-form .wpcf7-mask::placeholder {color: rgb(118, 118, 118);}
.popup-form .popup-form-content .wpcf7-form .wpcf7-not-valid-tip {color: rgba(255,255,255,.5);font-size: 14px;}
.popup-form .popup-form-content .wpcf7-form input.wpcf7-not-valid {border-color: #f00;}
.popup-form .popup-form-content .wpcf7-form .wpcf7-response-output {font-size: 14px;line-height: 1.4;background: #ff0000;}
.popup-form .popup-form-content .wpcf7-form.sent .wpcf7-response-output {background: green;}
.popup-form .popup-form-content h2 {color: #fff;font-size: 26px;}
.popup-form .popup-form-content .popup-form-section {display: flex;flex-direction: column;}
.popup-form .popup-form-content .popup-form-section .popup-form-header {margin: 0 0 20px;display: grid; grid-template-columns: auto 1fr;column-gap: 20px;}
.popup-form .popup-form-content .popup-form-section .popup-form-header .popup-form-img {height: 90px;width: 90px;}
.popup-form .popup-form-content .popup-form-section .popup-form-header .popup-form-img img {height: 100%;width: 100%;object-fit: cover;border-radius: 50%;}

.popup-form .popup-form-content .popup-form-section .popup-form-header h2 {margin: 0;font-size: 32px;}
.popup-form .popup-form-content .popup-form-section .popup-form-text {color: rgba(255, 255, 255, 0.8);margin-bottom: 20px;}
.popup-form .popup-form-content .popup-form-section .popup-form-socials {display: flex;gap: 10px;}
.popup-form .popup-form-content .popup-form-section .popup-form-socials a {display: flex;height: 40px;width: 40px;align-items: center;justify-content: center;border: 2px solid rgba(255,255,255,.5);border-radius: 50%;color: #fff;font-size: 20px;}
.popup-form .popup-form-content .popup-form-section .popup-form-socials a:hover {background: #fff;border-color: #fff;color: #b70000;}


.single .elementor-image-carousel-wrapper .swiper-slide {
  height: 100%;
  display: block;
  height: 280px;
}

.single .elementor-image-carousel-wrapper .swiper-slide a, .single .elementor-image-carousel-wrapper .swiper-slide a figure {height: 100%}

.single .elementor-image-carousel-wrapper .swiper-slide .swiper-slide-image {
  border-radius: 12px;
  height: 100%;
  object-fit: cover;
  max-height: 280px;
}
.single .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -5px;
}


@media (max-width: 769px) {
  .plans-wrapper {
  grid-template-columns: 1fr;
}
  .plan-popup .plan-popup-content {padding: 10px 20px;}
.popup-form .popup-form-content {grid-template-columns: 1fr;padding: 50px 20px 20px;}
  .popup-form .popup-form-content .popup-form-section .popup-form-header h2 {font-size: 24px;}
  .popup-form .popup-form-content .popup-form-section .popup-form-header .popup-form-img {height: 70px;width: 70px;}
  .popup-form .popup-form-content h2 {font-size: 24px;}
}


