/**
 * Theme Name:     GeneratePress Child 2
 * Author:         Tom Usborne
 * Template:       generatepress
 * Text Domain:	   generatepress-child-2
 * Description:    GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
 */

/*--------------------- Global STYLES ---------------------*/
* {
  box-sizing: border-box;
}

body {
  background-color: #ffffff !important;
}

/* .elementor-nav-menu .elementor-item,
p,
h1,
h2,
h3,
h4,
a,
span,
div {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol" !important;
} */

.p-no-mg p {
  margin: 0 !important;
}

.a-style a {
  color: #d0e5fd !important;
  text-decoration: none !important;
}

.a-style a:hover {
  color: #d0e5fd !important;
  text-decoration: underline !important;
}

.a-style-2 a {
  color: #fff !important;
  text-decoration: none !important;
}

.a-style-3 a:visited {
  color: #551a8b !important;
}

.a-style-3 a:visited strong {
  color: darkgreen !important;
}

.a-style-3 a {
  color: #0d6efd;
  text-decoration: underline !important;
}

.a-style-4 a {
  color: #0d6efd;
}

.a-style-4 a:visited {
  color: #551a8b !important;
}

.a-style-4 a:hover,
.a-style-3 a:hover {
  text-decoration: underline !important;
  color: #208f00 !important;
}

.a-style-5 a {
  color: #0d6efd !important;
}

.a-style-5 a:visited {
  color: #551a8b !important;
}

.a-style-5 a:hover {
  color: #208f00 !important;
}

.media-detail h2 a,
.media-detail h3 a {
  text-decoration: none !important;
}

.media-detail a:visited {
  color: #551a8b !important;
}

.media-detail a {
  color: #0d6efd;
  text-decoration: underline;
}

.media-detail a:hover {
  text-decoration: underline !important;
  color: #208f00 !important;
}

.li-style ul {
  margin-left: 10px !important;
}

p {
  margin-bottom: 16px;
}

/*--------------------- MOBILE HEADER STYLES ---------------------*/
.e-search-input-wrapper {
  width: 13vw !important;
  max-width: 200px !important;
}

@media (max-width: 1024px) {
  .elementor-nav-menu--dropdown {
    position: fixed !important;
    top: 0 !important;
    right: -102% !important;
    width: 100vw !important;
    background: #212529 !important;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1) !important;
    z-index: 9999 !important;
    overflow-y: auto !important;
    padding: 20px !important;
    transition: right 0.3s ease-in-out !important;
    opacity: 1 !important;
    transform: none !important;
    height: 100vh !important;
  }

  .elementor-nav-menu--dropdown[aria-hidden="false"] {
    right: 0 !important;
  }

  .elementor-nav-menu--dropdown .elementor-nav-menu {
    flex-direction: column !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    padding-top: 30px !important;
  }

  .elementor-nav-menu--dropdown .menu-item {
    width: 100% !important;
    margin-bottom: 0 !important;
  }

  .elementor-menu-toggle {
    z-index: 10000 !important;
  }

  .e-search-input-wrapper {
    width: 21vw !important;
  }

  body.menu-open {
    overflow: hidden;
  }
}


@media (max-width: 767px) {

  .elementor-nav-menu--dropdown[aria-hidden="false"] {
    left: 0 !important;
  }

  .e-search-input-wrapper {
    width: 49vw !important;
  }
}


select.gt_selector.notranslate {
  border: 1px solid #8080808a;
  padding: 4px;
  width: 100%;
}

.gt-cont {
  max-width: 240px !important;
}

/* --------------------Home Styles-------------------------- */

.temp-styles li {
  list-style: none;
  padding-bottom: 8px;
}

.temp-styles ul {
  margin: 0;
}

html,
body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site,
.elementor-location-footer {
  margin-bottom: auto;
}
/*------------------------------------------ Guidebook Details------------------------------------ */
.guidebook-detail h2,
.guidebook-detail h3,
.guidebook-detail h4,
.guidebook-detail h5 {
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.guidebook-detail h2 {
  font-size: 30px;
  line-height: 1.2;
}

.guidebook-detail h3 {
  font-size: 28px;
  line-height: 34px;
}

.guidebook-detail h4 {
  font-size: 24px;
  line-height: 29px;
}
@media(max-width:1024px){
  .guidebook-detail h2 {
    font-size: 24px;
    line-height: 1.2;
  }

  .guidebook-detail h3 {
    font-size: 22px;
    line-height: 34px;
  }

  .guidebook-detail h4 {
    font-size: 20px;
    line-height: 29px;
  }
}
@media(max-width:768px){
  .guidebook-detail h2 {
    font-size: 20px;
    line-height: 1.2;
  }

  .guidebook-detail h3 {
    font-size: 18px;
    line-height: 34px;
  }

  .guidebook-detail h4 {
    font-size: 16px;
    line-height: 29px;
  }
}

.a-style-6 a,
.a-style-7 a {
  color: #007bff !important;
}

.a-style-6 a:hover {
  color: #0056b3 !important;
  text-decoration: underline !important;
}

.a-style-7 a:hover {
  color: #0056b3 !important;
  text-decoration: none !important;
}

ul.guidebook-sidebar li {
  padding-bottom: 16px;
}

ul.guidebook-sidebar {
  margin: 0;
}

ul.guidebook-children {
  padding-top: 16px;
}

.guidebook-sidebar li.current a.active {
  color: #333 !important;
}

/* ----------------------------------------------search template--------------------------------- */
table#gs_id50 {
  margin: 0;
}

td.gsc-search-button {
  border: none;
}

td.gsc-input {
  border: none;
}

div#gsc-iw-id1 {
  margin: 0 !important;
}

input#gsc-i-id1 {
  padding: 0 !important;
}

.header-search .e-search-input-wrapper {
  margin: 0 !important;
}

td.gsc-result-info-container {
  border: none !important;
  padding-left: 0;
}

table.gsc-above-wrapper-area-container {
  margin: 0;
  border: none;
}

div#resInfo-0 {
  padding-bottom: 0;
}

td.gsc-input {
  padding-left: 0;
}



/* Header/Footer Styles */
/* Desktop + Laptop View */
.header-search-row{
    width:min-content !important;
}
.header-search-row .header-btn{
    width: fit-content !important;
}
.header-search-row .gt-cont{
    border-radius:30px;
    width:60px;
    height:60px;
}
a.gt_switcher-popup.glink.nturl.notranslate span{
    display:none !important;
}
a.gt_switcher-popup.glink.nturl.notranslate img{
    width:53px;
    height:53px;
    border-radius: 50% !important;
     object-fit: cover;
    display: block;
}
.header-search svg.e-font-icon-svg.e-fas-search {
    fill:rgba(137, 143, 150, 1) !important;
    background: rgba(232, 231, 231, 1) !important;
    padding: 8px !important;
    border-radius: 50% !important;
    width: 35px !important;
    height: 35px !important;
}
.header-search button.e-search-submit {
   padding:7px !important;
}
.foot-social.foot-social a{
    width:fit-content !important;
}
.footer-sponsor .elementor-icon-list-item a {
    text-decoration: underline;
    text-decoration-color: #ffffffcc !important;
    text-underline-offset: 4px;
}
.footer-sponsor .elementor-icon-list-item a:hover {
    text-decoration-color: #006400 !important;
}
@media(max-width:1500px){
    .header-wac{
        padding: 24px 80px !important;
    }
    .header-menu ul a{
        font-size:16px !important;
    }
    .header-search-row .header-btn div{
        width: max-content !important;
    }
    .outer-body{
      padding-right:80px !important;
      padding-left:80px !important;
    }
    
}
@media(max-width:1150px){
    .header-menu ul a{
        font-size:14px !important;
    }
    .header-wac{
        padding: 12px 40px !important;
    }
    .outer-body{
      padding-right:40px !important;
      padding-left:40px !important;
    }
}
/* Tablet View */
@media(max-width:1024px) {
  .header-search{
    max-width:fit-content !important;
  }
  .tab-ham-logo{
    width:fit-content !important;
  }
  .header-btn {
    max-width:fit-content !important;
  }
  .header-col-2{
    max-width:fit-content !important;
  }
  .header-col-2 div{
    margin:unset !important;
  }
  .header-btn a {
    width: 250px !important;
  }
  .elementor-nav-menu--dropdown.elementor-nav-menu__container{
    margin-top: 85px;
  }
  nav.elementor-nav-menu--dropdown.elementor-nav-menu__container ul{
    padding-top:unset !important;
  }
  .elementor-nav-menu a{
    padding-left:unset;
  }
  .elementor-menu-toggle {
    border:unset;
  }
}
/* Mobile View */
@media(max-width:767px){
  .header-search-row {
    width:100% !important;
  }
  .header-search{
    max-width: 100% !important;
    width: 100%;
  }
  .header-search form, .header-search .e-search-input-wrapper{
    width: 100% !important;
    max-width: 95% !important;
  }
  .outer-body{
    padding-right:16px !important;
    padding-left:16px !important;
  }

}

nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    margin-top:100px; 
}
@media(max-width:768px){
  nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    margin-top:180px; 
  }
}

.home-links a{
  text-decoration: underline !important;
}
ul.home-links li{
  margin-bottom: 10px;
}
@media(max-width:767px){
  .banner-grids img{
    height:36px !important;
    width:36px !important;
  }
}

.breadcrumb a{
  color:#212529 !important;
  font-family:inter !important;
  font-size:18px;
}
@media(max-width:1366px){
  .breadcrumb a{
    font-size:16px;
  }
}
.breadcrumb a:hover{
  color:#208F00 !important;
}

.guidebook-detail a{
  color:#1F9A1F !important;
}
.guidebook-detail a:hover{
  color:#006400 !important;
}
/* Guidebook Detail sidebar */
.guidebook-detail-2 a{
    color:#212529 !important;
}
.guidebook-detail-2 a:hover{
    color:#006400 !important;
}

/* translatepress */
.gt-cont .trp-shortcode-switcher__wrapper{
    display:flex;
    justify-content:center;
}

.footer-a a{
  text-decoration: underline !important;
}
.elementor-menu-toggle{
    border:unset !important;
}
.elementor-nav-menu--dropdown li a{
    padding-left:unset !important;
}