/* Responsive Css */


@media only screen and (max-width: 1749px){



}


@media only screen and (max-width: 1499px){

 

}


@media only screen and (max-width: 1399px){



}


@media only screen and (max-width: 1299px){



}



@media only screen and (max-width: 1200px){

  .main-menu,
  .sticky-header,
  .main-header.style-one .outer-container:before{
    display: none !important;
  }

  .menu-area .mobile-nav-toggler {
    display: block;
    padding: 10px;
  }

  .megamenu ul li:first-child{
    display: none;
  }

  .slide-text-section{
    padding-left: 0px;
    padding-right: 0px;
  }

}



@media only screen and (min-width: 768px){
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul,
  .main-menu .navigation > li > .megamenu{
    display:block !important;
    visibility:hidden;
    opacity:0;
  }
}



@media only screen and (max-width: 991px){


}


@media only screen and (max-width: 767px){
  .sec-title h2{
    font-size: 36px;
    line-height: 44px;
  }

  .sec-title h2 br{
    display: none;
  }

}

@media only screen and (max-width: 599px){

  .pagination li a{
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .search-popup .upper-box{
    padding-left: 30px;
    padding-right: 30px;
  }


}


@media only screen and (max-width: 499px){

  .mobile-menu,
  .chat-popup{
    width: 100%;
  }


}






















/* ==========================================
   GLOBAL FONT OVERRIDES
   Added for WM typography update
========================================== */

html,
body {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
}

body,
p,
li,
input,
textarea,
select {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
}

/* Main h2 headings */
h2,
.banner-static .content-box h2,
.what-we-do-title h2,
.wm-experience-title h2,
.hosts-title h2,
.featured-talent-content h2,
.instagram-title h2,
.contact-content h2 {
    font-family: "Poppins", sans-serif !important;
    font-weight: 600 !important;
}

/* Section title labels */
.upper-text,
h3.upper-text,
.what-we-do-title .upper-text,
.wm-experience-title .upper-text,
.hosts-title .upper-text,
.featured-talent-content .upper-text,
.instagram-title .upper-text,
.contact-content .upper-text {
    font-family: "League Spartan", sans-serif !important;
    font-weight: 700 !important;
}

/* Subheadings */
h3:not(.upper-text),
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif !important;
    font-weight: 600;
}

/* Body/copy text */
p,
.who-text p,
.what-we-do-title p,
.wm-experience-title p,
.hosts-title p,
.featured-talent-content p,
.instagram-title p,
.contact-content p,
.host-card .lower-content p,
.host-modal-content p {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400 !important;
}

/* Navigation */
.main-nav ul li a,
.main-menu li a,
nav a {
    font-family: "Poppins", sans-serif !important;
    font-weight: 700 !important;
}

/* Buttons and CTA text */
button,
.theme-btn,
.theme-btn .text,
.contact-btn,
.hosts-toggle-btn,
.instagram-follow-btn,
.footer-links a,
.contact-footer-links a {
    font-family: "Poppins", sans-serif !important;
}
