/*wt-responsive-blog.css*/

/* Small devices (landscape phones, 576px and up)*/
@media (min-width:576px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width:768px) {
}

/* Large devices (desktops, 992px and up)*/
@media (min-width:992px) {
  .navbar-nav .nav-item {
    margin-bottom: 0 !important;
  }

  .wt-navbar__dropdown-menu {
    background: var(--wt-color-light01);
    border-radius: 0;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    display: block;
    height: auto;
    left: 14px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: calc(100%);
    transition: 0.3s all ease-in-out;
    visibility: hidden;
    width: 180px;
    z-index: 99;
  }

  .navbar .dropdown:hover > ul {
    opacity: 1;
    visibility: visible;
  }

  .wt-position--fixed-top.wt-color--white {
    background-color: var(--wt-color-dark02);
  }

  .navbar-nav .nav-link {
    padding: 35px 0;
  }

  .wt-section__clients {
    margin-top: -250px;
  }

  .wt-header--style06 .wt-section__title {
    font-size: 11rem;
    font-weight: 700;
    letter-spacing: 10px;
  }

  .wt-header--style06 .wt-btn.wt-btn--outline {
    min-width: 150px;
  }

  .wt-header--style07 .wt-section__title {
    font-size: 8rem;
  }

  .wt-header--style06 .wt-banner {
    padding: 110px 30px;
  }

  .wt-lg-mt-130 {
    margin-top: 130px !important;
  }

  .wt-footer--style02 .wt-footer__logo, .wt-footer--style02 .wt-widget__desc, .wt-footer--style02 .wt-footer__social-icon {
    display: flex;
    justify-content: center;
  }

  .wt-footer--style02 .wt-widget__desc {
    text-align: center;
    margin-bottom: 0;
  }

}

/* Extra large devices (x large desktops, 1200px and up)*/
@media (min-width:1200px) {
  .wt-img__collage {
    height: 380px;
  }

}

/* Extra large devices (xx large desktops, 1400px and up)*/
@media (min-width:1400px) {
  .wt-img__collage {
    height: 500px;
  }

}

/* Extra large devices (xx large desktops, 1920p and up)*/
@media (min-width:1920px) {
  :root {
    font-size: 16px;
  }

  .particles-js {
    right: 0;
    left: 0;
    width: auto;
    transform: none;
  }

  .particles-js-2 {
    right: 0;
    left: 0;
    width: auto;
    transform: none;
  }

}

/* x Large devices (desktops, less than 1400px)*/
@media (max-width:1399.98px) {
}

/* Large devices (desktops, less than 1200px)*/
@media (max-width:1199.98px) {
}

/* Operators in Media Queries */
@media screen and (min-width:320px) and (max-width:786px) {
}

@media screen and (min-width:576px) and (max-width:991.98px) {
  .wt-section__clients {
    margin-top: -120px;
  }

}

@media screen and (min-width:768px) and (max-width:991.98px) {
  .wt-border-left--style01.wt-border-left-md-0 {
    border-left: 0;
  }

  .wt-post__instagram-item {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }

}

@media screen and (min-width:576px) and (max-width:767.98px) {
  .wt-border-left--style01.wt-border-left-sm-0 {
    border-left: 0;
  }

}

@media screen and (min-width:992px) and (max-width:1399.98px) {
  .wt-img__pillow01 {
    bottom: -100px;
    right: 250px;
    width: 250px;
  }

}

/* Medium devices (tablets, less than 992px)*/
@media screen and (max-width:991.98px) {
  .wt-header__nav--style01[data-show-after-hide|="true"] {
    background-color: var(--wt-background-light01);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.29);
    position: fixed !important;
  }

  .wt-offcanvas__header {
    border-radius: 50%;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 20%);
    display: block;
    padding: 8px;
    position: absolute;
    right: 15px;
    top: 22px;
  }

  .wt-color--white .wt-offcanvas__header {
    box-shadow: 0px 0px 30px rgb(0 0 0 / 60%);
  }

  .btn-close:focus {
    box-shadow: none;
  }

  .wt-offcanvas__mobile {
    background-color: var(--wt-background-light01);
    border-radius: 0;
    display: block;
    height: 100%;
    left: 0;
    max-width: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    text-align: left;
    top: 0;
    transform: translateX(-100%);
    transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    visibility: hidden;
    width: 80%;
    z-index: 1200;
  }

  .wt-offcanvas__mobile.show {
    transform: translateX(0);
    visibility: visible;
  }

  .wt-offcanvas__mobile .container, .wt-offcanvas__mobile .container-fluid {
    display: block;
  }

  .wt-mobilebar {
    display: block;
  }

  .wt-mobile--style01 {
    border-bottom: 1px solid #464646;
    padding-bottom: 15px !important;
    margin-bottom: 25px;
  }

  .wt-color--white.wt-mobile--bg-dark {
    background-color: var(--wt-color-dark02);
  }

  .wt-navbar__dropdown-menu {
    box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
    padding-left: 3px;
  }

  .wt-navbar__follow {
    display: flex;
  }

  .wt-header--style01 .wt-banner {
    padding-top: 118px;
  }

  .wt-header--style01.wt-banner--height02 {
    height: 750px;
  }

  .wt-tab--style01 .accordion-button {
    font-size: 16px;
  }

  .wt-section__media {
    margin-bottom: 40px;
  }

  .wt-shape-divider02, .wt-img__pillow01 {
    display: none;
  }

  .wt-height01 {
    height: 300px;
  }

  .play-btn {
    width: 70px;
    height: 70px;
  }

  h1.wt-text--display01 {
    font-size: 2.257rem;
  }

  h1.wt-text--display02 {
    font-size: 3rem;
  }

  h1.wt-text--display03 {
    font-size: 3.514rem;
  }

  h1.wt-text--display04 {
    font-size: 4.429rem;
  }

  .wt-section__heading, .wt-section__desc {
    max-width: 550px;
    margin: auto;
    margin-bottom: 20px;
  }

  .wt-section__action {
    margin-bottom: 30px !important;
    justify-content: center;
  }

  .wt-topOffcanvas--style01 .wt-section__action {
    margin-bottom: 0 !important;
  }

  .wt-bg__img01 {
    height: 260px;
  }

  .wt-navbar__dropdown-link {
    padding: 7px 0 !important;
  }

  .wt-animation__jumping {
    display: none;
  }

  .wt-header--style06 .wt-section__title {
    font-size: 6rem;
    font-weight: 500;
    letter-spacing: 8px;
  }

  .wt-header--style06 .wt-banner {
    padding: 80px 30px;
  }

  .wt-header--style06 .wt-btn.wt-btn--outline {
    min-width: 140px;
  }

  .wt-header--style07 .wt-section__title {
    font-size: 6rem;
  }

  .wt-header--style07 .wt-banner {
    padding: 100px 30px 80px;
    height: 600px;
  }

  .wt-post-slider03 .wt-post__content {
    padding-bottom: 30PX !important;
  }

  .wt-contact__map iframe {
    height: 300px;
  }

  .wt-menu--vertical .wt-menu__item {
    margin-bottom: 10px;
  }

}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width:767.98px) {
  .wt-member__content {
    padding: 25px;
  }

  .wt-post__instagram-item {
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }

  .wt-post__comment {
    flex-direction: column;
    text-align: center;
    padding: 30px 0px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    margin-bottom: 30px;
    border-radius: 10px;
  }

  .wt-post__comment-reply {
    margin-left: 0px;
  }

  .wt-countdown__wrap-style01 {
    max-width: 350px;
    margin: 0 auto;
  }

}

/* X-Small devices (portrait phones, less than 576px)*/
@media (max-width:575.98px) {
  .wt-section {
    padding: 60px 0;
  }

  .wt-header--style01 .wt-banner--height01, .wt-header--style01.wt-banner--height01 {
    height: 850px;
  }

  .wt-header--style01 .wt-banner--height02, .wt-header--style01.wt-banner--height02 {
    height: 620px;
  }

  .wt-header--style01 .wt-banner {
    padding-top: 125px;
  }

  .wt-section__clients {
    margin-top: -50px;
  }

  .wt-border-left--style01 {
    border-left: 0;
  }

  .wt-client__logo-img {
    border: 1px solid #20d1fb4d;
  }

  .wt-d-sm-none {
    display: none !important;
  }

  .wt-counter__box--style03.wt-counter__box {
    padding: 0;
    margin-bottom: 20px;
  }

  .wt-breadcrumb {
    padding-left: 15px;
  }

  .play-btn {
    width: 65px;
    height: 65px;
  }

  .wt-footer {
    padding-left: 15px !important;
  }

  .wt-footer--style03.wt-footer {
    padding-left: 0 !important;
  }

}