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

.testimon-style-boxed .testimonial-inner,
.testimon-align-right .testimonial {
  height: 100% !important;
}
@media (min-width: 1025px) {
  .whb-main-header .wd-logo img {
    width: 100%;
    max-height: 100px;
  }

  .whb-header-bottom .wd-header-nav {
    padding-inline-start: 150px;
  }
}

@media (max-width: 1024px) {
  .whb-general-header {
    position: relative;
  }

  .whb-main-header .wd-logo img {
    height: 200px;
    width: 110px !important;
    max-width: 300px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    max-height: 70px;
    background: #fff;
    border-radius: 64%;
    padding: 10px;
    object-fit: contain;
  }

  .whb-scroll-slide.whb-hide-on-scroll.whb-sticked.whb-scroll-down
    .whb-main-header:before,
  .whb-scroll-slide.whb-hide-on-scroll.whb-sticked.whb-scroll-down
    .whb-main-header
    .wd-logo
    img {
    height: 100%;
  }

  .whb-main-header {
    position: relative;
  }

  .whb-main-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    height: 70px;
    width: 110px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 64%;
  }

  .page-title {
    padding-top: 30px;
  }
}
