.stories-visual {
  max-width: 2200px;
  margin: 0 auto;
}
.breadcrumb {
  background: none;
  margin: 38px 0 94px;
  padding: 0;
}
.breadcrumb li {
  padding-right: 14px;
  position: relative;
  font-size: 16px;
  font-weight: 300;
}
.breadcrumb li:before {
  content: '/';
  position: absolute;
  left: -10px;
  top: 0;
}
.breadcrumb li:first-child:before {
  display: none;
}
.breadcrumb li a {
  font-weight: 500;
}
.align-center {
  margin: 0 auto;
  text-align: center;
}
.stories-header h1 {
  margin: 0 0 50px;
  position: relative;
  font-weight: normal;
  letter-spacing: 2px;
  padding: 0 0 20px;
}

.stories-header h1:before {
  content: '';
  width: 82px;
  height: 2px;
  max-width: 96%;
  background: #f9d600;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.stories-content p {
  font-size: 22px;
  line-height: 34px;
  font-weight: 300;
}
.story-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 85px 0;
}
.story-img img {
  box-shadow: 0px 9px 9px rgba(0,0,0,0.5);
  max-width: 100%;
}
.align-left {
  text-align: left;
}
.stories-content-holder p {
  font-style: 22px;
  line-height: 35px;
}
.highligted-text {
  margin: 102px 0;
  font-size: 75px;
  line-height: 72px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'khand';
}
.highligted-text span {
  background: #161515;
  color: #fff;
  padding: 2px 8px;
}
.back-stories {
  margin: 85px 0 90px;
  padding-left: 40px;
}
.back-stories a {
  font-family: 'khand';
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;

}

@media (max-width: 992px) {
  .breadcrumb {
    margin: 30px 0 50px;
  }
  .stories-header h1 {
    margin: 0 0 30px;
    padding: 0 0 15px;
  }
  .highligted-text {
    margin: 50px 0;
    font-size: 50px;
    line-height: 48px;
    letter-spacing: 1px;
  }
  .back-stories {
    margin: 50px 0;
  }
}
@media (max-width: 767px) {
  .stories-content-holder {
    padding: 0 20px;
  }
  .breadcrumb {
    margin: 30px 0;
  }
  .story-img {
    margin: 25px 0;
  }
  .highligted-text {
    font-size: 40px;
    line-height: 42px;
    margin: 25px 0;
  }
  .back-stories {
    margin: 20px 0 35px;
  }
}

.story-holder {
  margin-top: 92px;
}
.story-holder h2 {
  font-size: 33px;
  font-family: 'khand';
  line-height: 34px;
  margin-bottom: 20px;
}
.story-holder p {
  font-family: 'palanquin';
  font-weight: 300;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 30px;
}
.story-holder img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .story-holder img {
    width: 100%;
    margin-bottom: 30px;
    display: block;
  }
  .story-holder {
    margin-top: 50px;
  }
  .top-form form {
    justify-content: center;
  }
}
#mapwrapper {
  max-width: 1170px;
  margin: 0 auto;
}
#mapwrapper path {
  cursor: pointer;
  fill: #f9d600;
}
#mapwrapper path:hover {
  fill: #161515;
}
#mapwrapper path g,
#mapwrapper svg g text {
  font-size: 14px;
  color: red;
}
#visnames text {
  fill: #fff;
  pointer-events: none
}
#mymodal .modal-header {
  padding: 0;
  background: none;
  border: none;
}
#mymodal .modal-content {
  background: none;
}
.modal-backdrop.show {
  opacity: 0;
}
#mymodal .modal-content {
  border: none
}
#mymodal .modal-header .close {
  padding: 0;
  width: 30px;
  height: 32px;
  border: 2px solid #fff;
  background: rgba(0,0,0,0.7);
  color: #fff;
  font-weight: bold;
  margin-right: -28px;
  margin-top: -29px;
  opacity: 1;
}
#mymodal .modal-header .close span {
  position: relative;
  top: -10px;
}
#mymodal .modal-body,
#mymodal .modal-dialog {
  max-width: 634px;
  width: 100%;
  padding: 0;
}
.map-modal-wrap {
  display: flex;
}
.map-modal-left {
  width: 47%
}
.map-modal-right {
  width: 53%
}
.map-modal-left .map-modal-content,
.map-modal-right .map-modal-content {
  border: 2px solid #fff;
  background: rgba(0,0,0,0.7);
  text-align: center;
  font-style: 19px;
  line-height: 26px;
  padding: 20px;
  color: #fff;
  font-weight: 300
}
.map-modal-content h3 {
  font-family: 'jomhuriaregular';
  font-weight: bold;
  font-size: 70px;
  text-transform: uppercase;
  line-height: 42px;
  margin: 0;
  padding: 10px 0 0 0;
}

@media (max-width: 767px) {
  .map-modal-content h3 {
    font-size: 44px;
    line-height: 30px;
  }
  .map-modal-left .map-modal-content,
  .map-modal-right .map-modal-content {
    font-size: 12px;
    line-height: 15px;
  }
}
.map-modal-left .map-modal-content strong,
.map-modal-right .map-modal-content strong {
  font-family: 'khand';
  font-weight: bold;
  font-size: 25px;
  display: block;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .map-modal-left .map-modal-content strong,
  .map-modal-right .map-modal-content strong {
    font-size: 16px;
    line-height: 20px;
  }
}
.map-modal-right p {
  text-align: left;
}
.map-modal-right p strong {
  margin-top: 10px;
  display: block;
}

#agegate {
  z-index: 99999;
}
#agegate .modal-dialog {
  z-index: 99999;
  max-width: 512px;
  width: 100%;
  background: #161515;
  border: 3px solid #fff;
  box-shadow: 0 0 15px rgba(0,0,0,0.4)
}
#agegate .modal-dialog .modal-content {
  background: none;
  border: none;
  padding: 35px 30px;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#agegate .modal-dialog .modal-content h2 {
  font-weight: 300;
  font-style: 28px;
  margin: 15px 0 20px;
  text-transform: uppercase;
  font-family: 'khand';
}
#agegate .modal-dialog .modal-content p {
  font-weight: 300;
  font-size: 16px;
  margin: 0 0 20px;
}
#agegate .modal-dialog .modal-content form {
  display: block;
  margin-bottom: 10px;
}
#agegate .modal-dialog .modal-content form div {
  text-align: center;
  margin-bottom: 18px;
}
#agegate .modal-dialog .modal-content form input[type="text"] {
  width: 92px;
  height: 39px;
  border: 1px solid #f5d300;
  background: none;
  text-align: center;
  font-size: 20px;
  font-family: 'khand'; 
  color: #f5d300;
  font-weight: 600;
  line-height: 37px;
  outline: none;
  margin: 0 5px;
}
#agegate .modal-dialog .modal-content form input[type="text"]::placeholder { 
  color: #f5d300;
  opacity: 1;
}
#agegate .modal-dialog .modal-content form input[type="text"]:-ms-input-placeholder {
  color: #f5d300;
}
#agegate .modal-dialog .modal-content form input[type="text"]::-ms-input-placeholder {
  color: #f5d300;
}
#agegate .modal-dialog .modal-content form input[type="submit"] {
  width: 92px;
  height: 39px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 20px;
  font-family: 'khand'; 
  color: #161515;
  font-weight: 600;
  line-height: 37px;
  outline: none;
  background: #f5d300;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
#agegate .modal-dialog .modal-content form input[type="submit"]:hover {
  background: #fff;
}
.modal-copy {
  text-align: center;
  font-size: 11px !important;
  line-height: 13px !important;
  margin-top: 22px !important;
}
.modal-copy a {
  color: #fff;
  text-decoration: underline;
}
.modal-copy a:hover {
  text-decoration: none;
  color: #f5d300;
}
@media (max-width: 767px) {  
   
  #mymodal .modal-header {
    margin: 10px 0 0 0;
  }
}
@media (max-width: 767px) {
  #mymodal .modal-body, #mymodal .modal-dialog {
    width: 100%;
    margin-right: auto;
    margin-left: auto;  
    max-width: 375px;
  }
}
@media (max-width: 600px) {
  #agegate .modal-dialog .modal-content h2 {
    font-size: 27px !important;
    margin: 15px 0 10px;
  }
  #agegate .modal-dialog {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 460px) {
  #agegate .modal-dialog .modal-content form input[type="text"],
  #agegate .modal-dialog .modal-content form input[type="submit"] {
    margin: 0 auto 12px;
    width: 100%;  
  }
  #agegate .modal-dialog .modal-content h2 {
    font-size: 23px !important;
    text-align: center;
  }
  #mymodal .modal-body, #mymodal .modal-dialog {
    max-width: 325px;
  }
}
.dist_items-slider .slick-arrow,
.scroll-to-bottom,
.scroll-to-bottom:before,
.topics-area a img,
.stories-area .slick-arrow,
.stories-area .actions .btn-primary {  
  transition: 0.4s ease-in-out;
}
.dist_items-slider .slick-arrow:hover {
  color: #161515;
}
.scroll-to-bottom:hover {
  border-color: #f5d300;
}
.scroll-to-bottom:hover:before {
  background: #f5d300;
}
.stories-area .slick-arrow:hover {
  color: #fff;
}
.stories-area .actions .btn-primary:hover {
  background: #fff;
  color: #151516;
}
.stories-area .actions .link:hover {
  color: #fff;
}
.nav-link {
  padding: 0;
}
.menu li {
  list-style: none !important;
}
#agegate .modal-dialog .modal-content form div br {
  display: none;
}

.jcf-list .jcf-option {
  color: #161515 !important;
}
.page-template-stories .store-filter {
  padding-bottom: 10px;
}
.page-template-stories .products-area.style01 {
  padding-bottom: 100px;
}


@media (min-width: 767px) {
    .trails-blocks .image-box .counter-box .box {
        min-height : 120px;
    }
}
@media (max-width: 767px) {
  .map-modal-left .map-modal-content,
  .map-modal-right .map-modal-content {
    padding: 10px;
  }
  .sign-up-area .form-area .gform_fields li:first-child {
    width: 100%;
  }
  .sign-up-area .form-area .gform_fields li {
    width: 100%;
  }
  .gform_wrapper .ginput_container span:not(.ginput_price) {
    margin: 0 !important;
  }
  .sign-up-area .form-area .gform_footer {
    position: static;
    width: 50%;
  }
  .map-modal-content h3 {
    padding-top: 5px;
  }
}
.products-area .alm-btn-wrap .alm-load-more-btn {
    display: inline-block;
    white-space: nowrap;
    user-select: none;
    transition: all 0.4s ease;
    font-family: "khand", "Arial", "Helvetica", sans-serif;
    font-size: 20px;
    line-height: 29px;
    text-transform: uppercase;
    height: 39px;
    position: relative;
    background: none;
    font-weight: 600;
    padding: 5px 20px;
    text-align: center;
    border: 1px solid #f5d300;
    color: #161515;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.products-area .alm-btn-wrap .alm-load-more-btn:hover,
.products-area .alm-btn-wrap .alm-load-more-btn:focus,
.products-area .alm-btn-wrap .alm-load-more-btn:active {
    background: none !important;
    border-color: #f5d300 !important;
    color: #f5d300;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.products-area .alm-btn-wrap .alm-load-more-btn.done {
    opacity: 0;
}
.products-area .alm-btn-wrap .alm-load-more-btn.loading,
.products-area .alm-btn-wrap .alm-load-more-btn:hover {
    background-color: none !important;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.09);
    box-shadow: 0 1px 3px rgba(0,0,0,.09);
    color: #f5d300 !important;
    text-decoration: none;
}
.products-area .alm-btn-wrap .alm-load-more-btn::before {
    width: 26px !important;
    height: 25px !important;
}
.story-img img {
  width: 100%;
  height: auto;
}
.gfield_error .ginput_container_select {
  border-bottom: 2px solid #ef3d4a !important;
}
#gform_confirmation_message_1  br {
  display: none !important
}
.gallery-area .text {
  display: block;
  width: 100%;
}
.search_error {
    color: #FF0000;
    font-family: "khand", "Arial", "Helvetica", sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding: 4px 0 0;
}

.item {
  padding: 15px;
}

.item img {
  width: 100%;
  height: auto;
}

.column.size-1of3 {
  width: 33.333%;
  float: left;
}
.detail-section2 .item-list {
  justify-content: center;
}
.gallery-area .image-col:nth-child(4) {
  width: 40%;
}
.postid-531 .gallery-area .image-col:nth-child(3) {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.postid-531 .gallery-area .image-col:nth-child(3) .image {
  width: 58%;
}
.postid-531 .gallery-area .image-col:nth-child(3) .image-col-holder {
  width: 41%;
}
.postid-531 .gallery-area .image-col:nth-child(3) .image-col-holder .image-col-wrap,
.postid-531 .gallery-area .image-col:nth-child(3) .image-col-holder .image-col-wrap .image {
  width: 100%;
}
.spirits-visual img {
  max-width: 2400px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  
  .products-area .products-block .image {
    height: 100%;
    background: #eee;
  }
}
@media (max-width: 480px) {
  .products-area .products-block {
    height: auto;
  }
}

.page-template-stories .alm-btn-wrap {
  margin-top: 50px;
  margin-bottom: -20px;
}
.home .dist_items-slider .slick-prev {
  right: auto;
}
@media (min-width: 767px) {
  .postid-1050 .gallery-area .image-col:nth-child(3) {
    margin-top: -88px;
  }
}

@media (max-width: 767px) {
  .gallery-area {
    margin: 0 -7px 40px;
  }
  .gallery-area .image-col {
    padding: 0 7px;
    width: 50% !important;
  }
  .gallery-area .image-col:nth-child(4) {
    width: 100%;
  }
}

#menu-footer-menu .active a {
  color: #f5d300;
}
.page-id-219 .content_area {
  min-height: 700px;
}
.alm-btn-wrap .alm-load-more-btn.loading, .alm-btn-wrap .alm-load-more-btn:hover {
  background-color: #fff !important
}
.single-trail .trails-visual p a {
  color: #f5d300
}
.single-trail .trails-visual p a:hover {
  text-decoration: underline;
}

@media (max-width: 460px) {
  .map-modal-content h3 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
  }
}
.explore-active .wrapper:after {
  z-index: 9990;
}
#post_results {
  margin-top: 15px;
}
.home .heading-style::before {
  background: #f5d300 !important;
}
.home .stories-area .heading-style::before {
  background: #161515 !important;
}
.back-stories a:hover {
  color: #f5d300
}
input[type="text"]:focus::placeholder,
input[type="text"]:active::placeholder,
input[type="email"]:focus::placeholder,
input[type="email"]:active::placeholder,
input[type="tel"]:focus::placeholder,
input[type="tel"]:active::placeholder {
  opacity: 0.5 !important;
}


.form-area .emptyContainer,
.form-area .columnContainer {
  padding: 0 !important;
}


.sign-up-area .form-area .columnContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center !important;
  font-family: "khand", "Arial", "Helvetica", sans-serif !important;
  margin: 0 -5px !important;
  min-height: inherit !important;
  min-width: inherit !important;
  float: none !important;
  padding: 0 !important;
  width: 100%;
  flex-direction: inherit !important;

}

.form-area .columnContainer > div {
  padding: 0 5px 8px !important;
  margin: 0 !important;
  width: 33.333%;
  position: relative;
  border-bottom: 2px solid transparent;
}

.form-area .columnContainer > div:first-child,
.form-area .columnContainer > div:nth-child(2) {
  width: 50%;
}

.form-area .columnContainer > div label {
  display: none !important;
}

.form-area .columnContainer > div:last-child {
  width: 33.333%;
}

.form-area .columnContainer .lp-form-fieldInput {
  width: 100%;
  border: none;
  height: 38px;
  text-align: center;
  font-size: 20px !important;
  line-height: 27px;
  padding: 6px 5px 4px !important;
  outline: none;
  text-transform: uppercase;
  color: #161515;
  font-weight: 600;
  background: #fff;
}

.form-area .columnContainer .lp-form-button {
  cursor: pointer;
  background: #161515;
  color: #f5d300;
  font-family: "khand", "Arial", "Helvetica", sans-serif;
  font-weight: 600;
  width: 100% !important;
  line-height: 30px !important;
  transition: all 0.4s ease;
}

.form-area .columnContainer .lp-form-button:hover {
  background: #f2e8c9 !important;
  border-color: #f2e8c9 !important;
  color: #161515 !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}


div[data-form-block-id] .lookup-behavior {
  filter: none;
}

form [data-layout="true"] {
  max-width: 100% !important;
}


@media (max-width: 767px) {
  .form-area .columnContainer > div {
    padding: 0 0 8px !important;
    width: 100%;
  }

  .form-area .columnContainer > div:first-child {
    width: 100%;
  }

  .form-area .columnContainer > div:last-child {
    width: 170px;
  }
}




.age-gate {
max-width: 520px;
padding: 0;
display: block;
width: 100%;
max-height: none !important;
height: auto;
}
.age-gate-form-elements {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.age-gate-headline {
    font-weight: 300 !important;
    margin: 15px 0 20px !important;
    text-transform: uppercase !important;
    font-family: 'khand' !important;
font-size: 28px !important
}
.age-gate-message {
    font-weight: 300 !important;
    font-size: 16px !important;
    margin: 0 0 20px !important;
}
ol.age-gate-form-elements label.age-gate-label {
    display: none !important;
}
ol.age-gate-form-elements input {
    width: 92px !important;
    height: 39px !important;
    border: 1px solid #f5d300 !important;
    background: none !important;
    text-align: center !important;
    font-size: 20px !important;
    font-family: 'khand' !important;
    color: #f5d300 !important;
    font-weight: 600 !important;
    line-height: 37px !important;
    outline: none !important;
    margin: 0 5px !important;
max-width: 80px;
border-radius: 0px !important
}
.age-gate-button{
    width: 92px !important;
    height: 39px !important;
    border: 1px solid #fff !important;
    text-align: center !important;
    font-size: 20px !important;
    font-family: 'khand' !important;
    color: #161515 !important;
    font-weight: 600 !important;
    line-height: 37px !important;
    outline: none !important;
    background: #f5d300 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: 0.3s ease-in-out !important;;
padding:0 !important;
border-radius:0px !important
}
.age-gate-fields {margin:0 !important}
.age-gate-additional-information img {
    max-width: 170px !important;
    margin: 18px 0 0 !important;
}
.age-gate-heading-title {margin: 0 !important}
.age-gate-form {
    padding: 35px 20px 20px !important;
    border: 3px solid #fff !important;
}
ol.age-gate-form-elements input::placeholder {
    color: #f5d300 !important;
}
p.age-gate-error-message {
    font-family: 'khand' !important;
    color: #c00 !important;
    border: 1px solid !important;
}
.age-gate-additional-information img {
  max-width: 170px !important;
  margin: 18px auto 22px !important;
  display: block !important;
}
.age-gate__error {
	font-size: 20px !important;
    font-family: 'khand' !important;
	max-width: 320px;
	font-weight: 400 !important
}
.age-gate-subheadline {
	font-weight: 300 !important;
font-size: 16px !important;
margin: 0 0 25px !important;
}
.age-gate-additional-information p {
  text-align: center;
  font-size: 11px !important;
  line-height: 13px !important;
  margin-top: 22px !important;
}
.age-gate-additional-information p a {color: #fff;
text-decoration: underline;}
.age-gate-additional-information {margin-bottom: 15px;
max-width: 310px;}


.icon-facebook:before {
  content: "\e909";
}
.icon-instagram:before {
  content: "\e90c";
}
.icon-twitter:before {
  content: "\e90a";
}
.icon-facebook1:before {
  content: "\e90b";
}

.social-networks {
  display: flex;
  flex-wrap: wrap;
  margin-left: 30px;
}

.social-networks .title {
  font-size: 20px;
  line-height: 22px;
}

.social-networks ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 8px;
  font-size: 18px;
  line-height: 1;
}

.social-networks ul li {
  padding: 0 7px;
}

.footer-menu li {
  padding: 0 12px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
}

.footer-menu {
  margin: 0;
}


@media (max-width: 1199.99px) {
  .social-networks {
    margin-left: 15px;
  }
  .footer-logo {
    width: 180px;
  }

  .footer-menu li {
    padding: 0 10px;
  }
}

@media (max-width: 991.99px) {
  .footer-logo {
    width: 180px;
    margin: 0 auto 30px;
  }

  .footer-menu {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }

  .footer .container {
    display: block;
  }

  .social-networks {
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 413.98px) {
  .footer-logo {
    width: 110px;
  }
}



/*new from amir */


@media (min-width: 768px) {
  .menu li.dropdown:hover .dropdown-menu {
    -webkit-transform: scaleY(1) translateZ(0) !important;
            transform: scaleY(1) translateZ(0) !important;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 767.98px) {
  .menu li.dropdown.show {
    border: none;
  }
}

.menu li.dropdown.show a:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.menu li.dropdown > a:after {
  position: relative;
  top: 2px;
}


@media (max-width: 767.98px) {
  .menu li.dropdown > a:after {
    font-size: 24px;
    position: absolute;
    right: 20px;
    top: 20px;
  }
}
.dropdown-menu {
  font-size: 16px;
  line-height: 20px;
  background: none;
  font-weight: 400;
  text-transform: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  border: none;
  margin: 0;
}

@media (min-width: 768px) {
  .dropdown-menu {
    display: block !important;
    position: absolute !important;
    padding: 10px 0 10px !important;
    top: 100% !important;
    left: -6px !important;
    visibility: hidden;
    min-width: 180px;
    display: block;
    -webkit-transform-origin: 50% 0 !important;
            transform-origin: 50% 0 !important;
    -webkit-transform: scaleY(0) translateZ(0) !important;
            transform: scaleY(0) translateZ(0) !important;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease , visibility 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease , visibility 0.4s ease, -webkit-transform 0.4s ease;
    transition: transform 0.4s ease, opacity 0.4s ease , visibility 0.4s ease;
    transition: transform 0.4s ease, opacity 0.4s ease , visibility 0.4s ease, -webkit-transform 0.4s ease;
    background: #fff;
    z-index: 999;
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
  }
}

@media (max-width: 767.98px) {
  .dropdown-menu {
    -webkit-transform: none !important;
            transform: none !important;
    position: relative !important;
    background: #fff;
    margin: 0 0 10px;
    padding: 0 !important;
    font-size: 16px;
    min-width: inherit;
    float: none;
    width: auto;
    min-width: inherit;
  }
}

.dropdown-menu li {
  margin: 0;
  padding: 0;
}

.dropdown-menu li:after {
  display: none;
}

.dropdown-menu li:last-child {
  border: none;
}

.dropdown-menu a {
  max-width: inherit;
  padding: 10px 15px;
  color: #023047 !important;
  display: block;
}

.dropdown-menu a:hover {
  color: #0152aa !important;
  background: none;
}

.dropdown-menu a:after,
.dropdown-menu a:before {
  display: none;
}

@media (min-width: 768px) {
  .menu > li {
    padding-bottom: 22px;
    margin-bottom: -22px;
  }

  .menu > li:hover > a:before {
    width: auto;
    left: 0;
    right: 0;
  }

  /* .menu > li:hover > a {
    color: #f5d300;
  } */ 
}
.menu-item-has-children .dropdown-menu { padding: 0 !important}

@media (max-width: 767.98px) {
  .btn-explore {
    top: 7px;
  }
	.menu-item-has-children .dropdown-menu li a { background: #ccc !important}

  .header .container {
    position: static;
  }

  .btn-explore {
    right: 57px;
    top: 17px;
  }

  .header.fixed-position .container {
    position: relative;
  }

  .header.fixed-position .btn-explore {
    top: 3px;
  }

  .menu-opener {
    top: 13px;
  }

  .header.fixed-position .menu-opener {
    top: 19px;
  }

  .logo {
    top: 15px;
  }

  .header {
    padding-bottom: 5px;
  }
}

@media (max-width: 574.98px) {
  .btn-explore {
    right: 20px;
  }
}