* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.6;
  font-weight: 400;
}

html {
    zoom: .95;
}

*:focus {
    outline: none;
}

input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

:focus { outline: none !important; }

h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
  line-height: 1.4;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p, .title {
  font-size: 16px;
}

.fsmall {
  font-size: 11px;
}

.extrabold {
  font-weight: 800;
}

.bold {
  font-weight: 700;
}

.semibold {
  font-weight: 600;
}

.medium {
  font-weight: 500;
}

.light {
  font-weight: 300;
}

.fwhite {
  color: #fff;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.dtable {
  display: table;
  width: 100%;
}

.nomargin {
  margin: 0 !important;
}

.mt30 {
  margin-top: 30px;
}

.mt45 {
  margin-top: 45px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb60 {
  margin-bottom: 60px;
}

.mtb15 {
  margin:15px 0;
}

.dnone {
  display: none !important;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  opacity: 0.8;
}

.aligncenter {
  text-align: center !important;
}

.alignright {
  text-align: right !important;
}

.alignleft {
  text-align: left !important;
}

.single-page .sosmed-icon svg,
.single-page img.sosmed-icon {
  width: 30px;
  height: auto;
  float: left;
  margin-top: 0;
  margin-right: 10px;
}

.age-gate-background-colour {
  width: 100%;
  height: 100%;
}

.age-gate-wrapper {
  z-index: 9999999999;
}

.adp-slider {

}

.adp-slider a {
  float: left;
  width: 100%;
}

.adp-slider div {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}

.section-as {
  margin: 60px 0 20px;
  float: left;
  width: 100%;
}

.sos ul li {
  display: inline-table;
  margin: 0 5px;
  position: relative;
}

.sos ul li::after {
  position: absolute;
  content: '|';
  right: -8px;
  top: -2px;
}

.sos ul li:last-child:after {
  content: '';
}

.more-wrap {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.more-wrap .download-c {
  float: left;
  width: auto;
}

.more-wrap .readmore-c {
  float: right;
  width: auto;
}

.banner-slider-wrapper {
  float: left;
  width: 100%;
}

.banner-slider-wrapper .slick-slide img {
  float: left;
  width: 100%;
  height: auto;
}

.banner-slider {
  float: left;
  width: 100%;
  height: auto;
}

.banner-slider img {
  float: left;
  height: auto;
  width: 100%;
}
/*
.banner-slider .mobile {
  display: none;
} */

.grid-box-wrap {
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
}

.grid-box {
  display: flex;
  gap: 15px;
  width: calc(100% - 300px);
}

.grid-box-right {
  width: calc(100% / 3);
  position: relative;
}


.col-box {
  width: 33.33%;
}

.col-box-big {
  width: calc(100% - 33.33%);
  border-left: 1px solid rgb(201, 204, 202);
  border-right: 1px solid rgb(201, 204, 202);
  padding: 0 15px;
}


.grid-box-right .col-box {
  width: 100%;
}

.grid-box-right .category-item{
  display: flex;
  grid-gap: 10px;
}

.grid-box-right .img-f-box {
  width: 100%;
  max-width: 104px;
  display: inline-table;
  order: 2;
}

.grid-box-right .detail {
  padding-top: 0;
}

.col-box-big .category-item,
.col-box .category-item {
  width: 100%;
  margin: 10px 0;
}

.metaslider .flexslider .flex-direction-nav li.flex-nav-prev a {
  background-image: url('../images/arrow-left.svg') !important;
  background-size: cover !important;
  background-repeat: no-repeat;
}

.metaslider .flexslider .flex-direction-nav li.flex-nav-next a {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  background-image: url('../images/arrow-left.svg') !important;
  background-size: cover !important;
  background-repeat: no-repeat;
}

.alm-load-more-btn.btn {
  margin: 40px 0;
}

.date-col,
.detail a.title-col {
  float: left;
  width: auto;
}

.date-col {
  padding-left: 5px;
}

.detail .date {
  margin: 10px 0;
  float: left;
  width: 100%;
  font-weight: 600;
}

.detail .date span {
 border: 1px solid #000;
    border-radius: 10px;
    padding: 5px 10px;
    margin-right: 10px;
}

.footer-col-left-inner ul.appsdownload {
  margin-top: 15px;
  float: left;
  width: 100%;
}

.footer-col-left-inner ul.appsdownload li {
  display: inline-table;
  float: left;
  width: 100%;
}

.footer-col-left-inner ul.appsdownload li img {
  float: left;
  width: 100%;
  height: auto;
  filter: brightness(0) saturate(100%) invert(0%) sepia(97%) saturate(12%) hue-rotate(187deg) brightness(95%) contrast(102%);
}

.footer-col-left-inner .logo-appstore {
  max-width:92px;
}

.footer-col-left-inner .logo-playstore {
  margin-left: 4px;
  max-width:98px;
}


#return-to-top {
  position: absolute;
  padding: 19px 11px;
  width: 62px;
  height: 62px;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  border-radius: 50px;
  left: 0;
  right: 0;
  top: -30px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

#return-to-top:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}

header {
  float: left;
  width: 100%;
  position: relative;
  z-index: 999;
}

.logo-h {
    display: flex;
    justify-content: center;
}

.logo {
  width: 100%;
  max-width: 300px;
  float: left;
  padding: 21px 0;
}

.logo img {
  float: left;
  width: 100%;
}

.nav-right {
    width: 100%;
    display: flex;
    justify-content: center;
        background: #fff;
}

.nav-right .menu {
    display: flex;
    gap: 20px;
}

.nav-right ul li {
  display: inline-table;
  padding: 8px;
}

.nav-right ul li a {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

.btn-white {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
  padding: 14px 30px;
  border-radius: 5px;
  font-size: 12px;
  float: left;
  margin: 20px 0;
}

.btn-white:hover {
  background: #000;
  color: #fff;
  opacity: 1;
  border: 1px solid #333;
}

.container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 50px;
  display: block;
  position: relative;
}

.nav-mobile {
  display: none;
}

.empty-title {
  height: 25px;
  width: 100%;
  background: linear-gradient(-45deg, #eee, #e6e6e6, #fff, #eee);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
  margin-bottom: 10px;
}

.empty-bg {
  background: linear-gradient(-45deg, #eee, #e6e6e6, #fff, #eee);
  background-size: 400% 400%;
  -webkit-animation: Gradient 2s ease infinite;
  -moz-animation: Gradient 2s ease infinite;
  animation: Gradient 2s ease infinite;
}


@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

.empty-title.date {
  width: 100%;
  max-width: 200px;
}


#page {
  float: left;
  width: 100%;
}

.banner-page {
  float: left;
  width: 100%;
  height: 500px;
  position: relative;
  border-bottom: 1px solid #ECECEC;
}

.banner {
  float: left;
  width: 100%;
  position: relative;
}

.banner img {
  float: left;
  width: 100%;
  height: auto;
}

.banner .flex-direction-nav .flex-next {
  right: 0;
}

.banner .flex-direction-nav .flex-prev {
  left: 0;
}

.banner .metaslider .caption-wrap {
  position: absolute;
  right: 0;
  left: unset;
  bottom: 0;
  color: #000;
  max-width: 500px;
  width: 100%;
  background: #fff;
  opacity: 1;
  top: 0;
  padding: 20px 40px;
  display: table;
  height: 100%;
}

.banner .metaslider .slides img {

  /* width: calc(100% - 500px); */
}

.banner .metaslider .caption a {
  color: #000;
  margin-top: 20px;
  float: left;
  width: 100%;
}

.banner .metaslider .caption {
  font-size: 14px;
  display: table-cell;
  vertical-align: middle;
}

.banner .metaslider .caption h2 {
  font-weight: 700;
  margin-bottom: 10px;
}

.banner .metaslider .caption h5 {
  font-weight: 500;
  margin-top: 10px;
}

.wp-caption {
  margin: 20px auto 40px;
  width: 100% !important;
  max-width: 750px !important;
}

p.wp-caption-text {
  font-size: 14px !important;
}


/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  color: #000;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  top: 10px;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: 6px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.inner-banner {
  position: absolute;
  max-width: 390px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.inner-banner h1 {
  line-height: normal;
}

.inner-banner h5 {
  margin: 8px 0;
}

.section1 {
  float: left;
  width: 100%;
  padding: 40px 0;
}

.section2 {
  float: left;
  width: 100%;
}

.section3 {
  float: left;
  width: 100%;
  margin-top: 40px;
  padding: 15px 0 60px 0;
  background: #fff;
}

.section4 {
  float: left;
  width: 100%;
  padding: 60px 0;
}

.section4 h3 {
  padding-bottom: 40px;
}


.section-popularpost {
  background-color: rgb(247, 247, 247);
}

.section-popularpost .section-head {
  justify-content: center;
  border-bottom: 0;
}

.section-popularpost .section-head h3 {
  font-size: 26px;
  font-weight: 700;
}

.section-popularpost .container-inner {
  margin-top: 10px;
}

.section-popularpost .row {
  display: flex;
  gap: 40px;
  justify-content: center;
}

.section-popularpost .category-item {
  display: flex;
  grid-gap: 15px;
}

.section-popularpost .img-f-box {
  width: 100%;
  max-width: 116px;
}

.section-popularpost .detail{
  padding-top: 0;
}

.section-popularpost .detail h3 {
  font-size: 16px;
}

.wrap {
  float: left;
  width: 100%;
}

.store_locator_search_box,
#store_locator {
  border-bottom: 0 !important;
}

#store_locator h3 {
  margin-bottom: 30px;
}

.store_locator-1 h1 {
  line-height: normal;
  text-shadow: 3px 0px 0px #e600e9;
  font-size: 36px;
}

.store_locator-1,
.store_locator {
  padding: 20px 0;
  border-bottom: 1px solid #ECECEC;
  float: left;
  width: 100%;
}

.category-description {
  padding: 140px 0 50px 0;
  margin-bottom: 40px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #ECECEC;
}

.inner-description{
  width: 50%;
  float: left;
}

.inner-description h3 {
  margin-bottom: 10px;
}

.inner-description p {
  font-weight: lighter;
}

.alm-btn-wrap {
  float: left;
  width: 100%;
  text-align: center;
}

.single-stores * {
  font-size: 14px;
}

.btn {
  background-color: #000;
  color: #fff;
  height: 40px;
  padding: 9px 35px;
  font-size: 16px;
  border: 1px solid #000;
  margin: 30px 0 0 0;
  font-weight: bold;
  cursor: pointer;
  line-height: normal;
  display: inline-table;
}

.btn.store_locator_visit_map {
  font-size: 12px;
  padding: 4px 30px;
  display: inline-table;
  margin: 30px 0;
  height: 20px;
  line-height: 20px;
}

#mc_embed_signup .btn {
    padding: 0 35px !important;
}

.btn:hover,
#mc_embed_signup .button.btn:hover,
.form-contact input.wpcf7-submit:hover {
  background-color: #fff;
  color: #000;
}

.btn.done {
  display: none;
}

.share {
  margin-top: 40px;
}

.share p {
  font-weight: 600 !important;
}

.addtoany_list a, .widget .addtoany_list a {
  padding: 0 14px !important;
}

.section-wrapper {
  padding: 120px 0;
}

.section-wrapper h1 {
  line-height: normal;
}

.col {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  height: 100%;
}

.inner-col.img {
  margin: 0 auto;
}

.inner-col.img img {
  float: left;
  width: 100%;
  height: auto;
}

.inner-col {
  max-width: 495px;
  width: 100%;
  padding: 20px;
}

.form-contact h3,
.inner-col h3 {
  margin-bottom: 20px;
}

.form-contact {
  max-width: 495px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}

.subcription .form-contact {
  margin: 0;
  padding: 0;
}

.form-contact.forms label {
  margin-bottom: 15px;
  float: left;
  width: 100%;
  position: relative;
}

#mc_embed_signup .mc-field-group {
  margin-bottom: 8px;
}

#mc_embed_signup .mc-field-group label,
.mc-field-group h5,
.form-contact h5 {
  font-weight: 600;
  margin-bottom: 5px;
}


#mc_embed_signup .mc-field-group input,
.form-contact input {
  color: #000;
  width: 100%;
  height: 40px;
  padding: 10px 20px !important;
  border-radius: 5px;
  font-size: 14px;
  border: 1px solid #000;
}

#mc_embed_signup input::-moz-placeholder,
#mc_embed_signup input::-webkit-input-placeholder,
#mc_embed_signup input {
  text-align: left;
}

/* all */
::-webkit-input-placeholder { font-style: italic;  font-size: #fff; }
::-moz-placeholder { font-style: italic;  font-size: #fff;  } /* firefox 19+ */
:-ms-input-placeholder { font-style: italic;  font-size: #fff;  } /* ie */
input:-moz-placeholder { font-style: italic;  font-size: #fff; }


 /* Reset Select */
 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #000;
  border: 1px solid #fff !important;
  color:#fff;
  background-image: none;
}
/* Custom Select */
.select {
  position: relative;
  display: block;
  background: #000;
  border: 1px solid #fff !important;
  color:#fff;
  overflow: hidden;
  border-radius: 5px;
}
select {
  width: 100%;
  height: 100%;
  margin-top: 10px;
  padding: 20px;
  background: #000;
  border: 1px solid #fff !important;
  color:#fff;
  cursor: pointer;
  font-size: 16px;
  line-height: normal;
}
select::-ms-expand {
  display: none;
}
/* Arrow */

.select-wrap {
  position: relative;
  width: 100%;
}

.select-wrap:after {
  position: absolute;
  content: '';
  right: 20px;
  top: 22px;
  width: 16px;
  height: 16px;
  background: url('../images/icn-down-w.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* Transition */
.select:hover::after {
  color: #fff;
}
.select::after {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}


input#keyword::-webkit-input-placeholder,
.form-contact.forms input::-webkit-input-placeholder {
 text-align: left;
}

.form-contact.forms input {
  text-align: left;
}

input#keyword::-moz-placeholder,
.form-contact.forms input::-moz-placeholder {
  text-align: center;
}

.menu-menu-footer-mobile-container {
  float: left;
  width: 100%;
  display: none;
}

.form-contact textarea {
  color: #000;
  width: 100%;
  height: 170px;
  border-radius: 5px;
  padding: 20px;
  font-size: 14px;
  text-align: left;
  border: 1px solid #000;
}

#mc_embed_signup .button.btn,
.form-contact input.wpcf7-submit  {
  background-color: #000;
  color: #fff;
  height: 40px;
  padding: 0 35px !important;
  line-height: normal;
  width: auto;
  border-radius: 5px;
  font-size: 16px;
  border: 1px solid #000;
  margin: 20px 0;
  font-weight: 800;
  cursor: pointer;
  text-transform: uppercase;
}

.form-contact #mc_embed_signup form {
  padding: 0;
}

.form-contact #mc_embed_signup .mc-field-group {
  width: 100%;
}

.form-contact #mc_embed_signup div#mce-responses {
  margin: 0;
  width: 100%;
}

.form-contact #mc_embed_signup div.response {
  margin: 0;
  padding: 0;
}

#mc_embed_signup .button.btn {
  float: right;
}

div.wpcf7-response-output {
  float: left;
  width: 100%;
  margin: 0;
}

div.wpcf7 .ajax-loader {
  position: absolute;
  bottom: 0;
  left: 48%;
}

#keyword {
  color: #000;
  width: 100%;
  max-width: 560px;
  height: 40px;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 18px;
  text-align: left;
  margin: 40px 0;
  border: 1px solid #000;
}

.store_locator .store_locator_address_field, .store_locator .select {
  border: 1px solid #000 !important;
}

.store_locator .select {
  margin-top: 0;
}

.st-footer .store-locator-row:nth-child(2),
.st-footer #store_locator_filter {
  display: none;
}

#store_locator_find_stores_button {
  max-width: 250px;
  float: unset;
}

#store_locator_filter_active_filter {
  float: left;
  width: 100%;
  padding: 10px 0;
}

#store_locator_more-1 {
  padding: 11px 10px;
  width: 100% !important;
  text-align: center;
  max-width: 115px;
  float: none;
  display: table;
  margin: 40px auto 30px auto;
  font-size: 12px;
}

#store_locator_more {
  padding: 9px 10px;
  width: 100% !important;
  text-align: center;
  max-width: 300px;
  float: none;
  display: table;
  margin: 0 auto 30px auto;
}

.store-locator-label {
  background-color: #666666;
  font-size: 11px;
  font-weight: bold;
  border-radius: 5px;
  padding: 4px 14px;
}


.container-inner {
  width: 100%;
  margin-top: 35px;
  position: relative;
}

  .section4 .container-inner {
    height: 368px;
  }

.container-inner img {
  float: left;
  width: 100%;
  height: auto;
}

.container-inner-store {
  display: table;
  width: 100%;
  max-width: 800px;
  margin: 30px auto;
}

.section-wrapper-search {
  padding: 100px 0 25px 0;
  display: table;
  width: 100%;
  max-width: 500px;
  margin: 30px auto;
}

.store_locator_single_opening_hours {
  margin-top: 30px;
}


.category-item {
  width: calc(25% - 30px);
  display: inline-table;
  margin: 0 15px 40px 15px;
    overflow: hidden;

  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}

.category-item:hover {
  /*-webkit-transition: all 200ms ease-in;*/
  /*-webkit-transform: scale(1.05);*/
  /*-ms-transition: all 200ms ease-in;*/
  /*-ms-transform: scale(1.05);*/
  /*-moz-transition: all 200ms ease-in;*/
  /*-moz-transform: scale(1.05);*/
  /*transition: all 200ms ease-in;*/
  /*transform: scale(1.05);*/
}

.detail .category-name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.category-store {
  width: 100%;
  max-width: 150px;
  display: inline-table;
  padding: 10px;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}

.category-store:hover {
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.05);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.05);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.05);
  transition: all 200ms ease-in;
  transform: scale(1.05);
}

.category-item img {
  float: left;
  width: 100%;
  height: auto;
}

.detail {
  text-align: left;
  width: 100%;
  padding: 20px 0;
}

.category-store h5 {
  line-height: 1.2;
  text-align: center;
}

.detail h1,
.detail h3 {
  line-height: normal;
  display: inline-table;
}

.detail .title {
  margin-bottom: 10px;
}

.detail p {
    width: 100%;
  font-weight: lighter;
  font-size: 16px;
  overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    display: -webkit-box;
}

.detail a {
  float: left;
  width: 100%;
  font-size: 12px;
}

.date {
  font-size: 12px;
}

.more-link {
  width: auto;
}

#side {
  width: 20%;
  float: right;
  margin-top: 5px;
}

#side h5 {
  padding-bottom: 20px;
  padding-left: 6px;
}

.thumbnail {
  float: left;
  width: 100%;
  margin-bottom: 45px;
}

.thumbnail img {
  float: left;
  width: 100%;
  height: auto;
}

.page-wrapper,
.single-wrapper {
  float: left;
  width: 100%;
}

.single-wrapper .thumbnail {
  position: relative;
  padding-top: 400px;
  overflow: hidden;
}

.single-wrapper .thumbnail img {
  position: absolute;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.comment-wrapper {
  width: 100%;
  max-width: 800px;
  padding: 0 25px;
  height: auto;
  margin: 0 auto;
}

#reply-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  float: left;
  width: 100%;
  margin-top: 40px;
}

#comments {
  font-size: 18px;
  margin-bottom: 40px;
}

.commentlist cite {
  font-weight: bold;
}

.commentlist .avatar {
  margin-right: 15px;
  position: absolute;
  top: 0;
  left: 0;
}

.commentlist .comment-author {
  padding: 5px 0 5px 50px;
  position: relative;
}

.comment-meta.commentmetadata {
  float: left;
  width: 100%;
}

.comment-meta.commentmetadata a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}

.comment-reply-link {
  font-style: italic;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
}

.comment-body {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

.comment-body p {
  margin-bottom: 10px;
}

ol.commentlist li {
  display: inline-table;
  width: 100%;
}

ul.children li {
  padding-left: 30px;
}

#commentform label {
  font-weight: 700;
  margin-bottom: 5px;
  padding-left: 15px;
  float: left;
  width: 100%;
}

#commentform textarea {
  background: #000;
  color: #fff;
  width: 100%;
  height: 170px;
  border-radius: 30px;
  padding: 20px;
  font-size: 14px;
  text-align: left;
  border: 1px solid #000;
}

#commentform input {
  background: #000;
  color: #fff;
  width: 100%;
  height: 40px;
  padding: 10px 20px !important;
  border-radius: 30px;
  font-size: 14px;
  border: 1px solid #000;
}

#commentform p {
  margin-bottom: 15px;
}

#commentform .comment-form-cookies-consent {
  float: left;
  width: 100%;
}

#commentform .comment-form-cookies-consent #wp-comment-cookies-consent {
  width: 30px;
  float: left;
}

#commentform .comment-form-cookies-consent label {
  width: 100%;
  float: left;
  padding: 8px 8px 80px 40px;
}

#commentform #submit {
  background-color: #000;
  color: #fff;
  height: 40px;
  padding: 0 35px !important;
  line-height: normal;
  width: auto;
  border-radius: 20px;
  font-size: 16px;
  border: 1px solid #000;
  margin: 20px auto;
  font-weight: 800;
  cursor: pointer;
  text-transform: uppercase;
}

#commentform #submit:hover{
  background-color: #fff;
  color: #000;
}

#commentform .form-submit {
  float: left;
  width: 100%;
  text-align: center;
}

.single-page .content {
  margin: 20px 0 40px 0;
}

.gm-style img {
  margin: 0 !important;
}

.gm-svpc img {
  width: 20px !important;
}

.single-page img,
.single-page h1.titles,
.single-page p,
.single-page .pripol ol,
.single-page ol,
.single-page ul,
.single-page .pripol h3 {
  width: 100%;
  max-width: 750px;
  height: auto;
  margin: 0 auto;
  display: table;
}

.single-page ol,
.single-page ul {
  padding-left: 30px;
  margin: 20px auto;
}

.single-page p {
  font-size: 18px;
  margin-bottom: 10px;
}

.single-page .pripol p, .single-page .pripol ol {
  font-size:14px !important;
}

.single-page .pripol h3, .single-page .pripol ol, .single-page .pripol ul {
  margin-bottom: 10px;
}

.single-page .pripol ol li {
	margin-left:15px;
  font-weight: 300 !important;
}

.single-page .pripol ol li ul li {
	margin-left:30px;
}
.single-page h1,
.single-page h2,
.single-page h3,
.single-page h4,
.single-page h5 {
  margin-bottom: 10px;
}

.single-page p.date {
  font-weight: 600;
  font-size: 16px;
  margin: 10px auto 30px auto;
}

.single-page img {
  margin: 10px 0;
}

.single-page .content blockquote,
.single-page .content blockquote p,
.single-page .content h1,
.single-page .content h2
.single-page .content h3 {
  width: 100%;
  float: left;
  text-align: center;
  font-weight: 800;
  line-height: 1.4;
  margin: 20px 0;
  max-width: unset;
}

.single-page .content blockquote p,
.single-page blockquote {
  font-size: 36px;
}

.single-page .content blockquote h1,
.single-page .content blockquote h2,
.single-page .content blockquote h3 {
  margin: 0;
}


.subcription {
  padding: 110px 0;
}

.gallery-thumb {
  width: 100%;
  height: 220px;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
}

.cube {
  /* background: #000; */
  border-radius: 100%;
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border:1px solid #CCC;
}

.icon-store {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.inner-adv-member {
  position: absolute;
  max-width: 400px;
  width: 100%;
  left: 2vw;
  bottom: 4vw;
  color: #fff;
}

.inner-adv-member h1 {
  line-height: 1.4;
}

#post-gallery {
  width: 100%;
  margin-top: 10px;
  padding-right: 30px;
  margin-bottom: -55px;
  padding-bottom: 55px;
}

.section-recommends .scroll-wrap {
  overflow: hidden;
}

.section-recommends .section-head {
  justify-content: center;
}

.scroll-wrap .row {
  margin-left: -15px;
  margin-right: -15px;
}

.post-tabs {
  margin-bottom: 20px;
}

.post-tabs ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.post-tabs ul li {
  display: inline-table;
  margin: 0 15px;
  position: relative;
}

ul#menu-main-menu li a {
  position: relative;
}

ul#menu-main-menu li.current-menu-item a:after,
.post-tabs ul li a.tab-link.current:after {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  bottom: -5px;
  height: 3px;
  background: #333333;
}

.post-tabs ul li a.tab-link.current {
  color: #000;
}

.post-tabs ul li a {
  font-size: 16px;
  font-weight: 700;
  float: left;
  width: 100%;
  color: #999999;
}

.scrolling-wrapper {
  position: relative;
  overflow-y: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  overflow-x: scroll;
}

.scrolling-wrapper {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}

.scrolling-wrapper::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}


.category-tab {
  width: calc(25% - 30px);
  display: inline-table;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;


  overflow: hidden;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.category-tab:first-child {
  padding-left: 15px;
}

.category-tab:last-child {
  padding-right: 15px;
}


.category-tab:hover {
  z-index: 2;
  /*-webkit-transition: all 200ms ease-in;*/
  /*-webkit-transform: scale(1.01);*/
  /*-ms-transition: all 200ms ease-in;*/
  /*-ms-transform: scale(1.01);*/
  /*-moz-transition: all 200ms ease-in;*/
  /*-moz-transform: scale(1.01);*/
  /*transition: all 200ms ease-in;*/
  /*transform: scale(1.01);*/
}

.category-tab .wrap {
  width: 100%;
  background: #f5f5f5;
}

.category-tab img {
  max-width: 300px;
  width: 100%;
}

.category-tab .detail {
  width: 100%;
  float: left;
  margin: 0;
  padding: 30px;
}

.category-tab .detail  p {
  margin: 10px 0 20px 0;
}

footer {
  border-top: 6px solid #000;
  background: #000;
  float: left;
  width: 100%;
  color: #fff;
  padding: 30px 0;
  margin-top: 30px;
  position: relative;
}

.logo-f {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.inner-footer {
  padding: 10px 0 60px 0;
  float: left;
  width: 100%;
}

.inner-footer ul li {
  display: block;
  margin: 5px 0;
}

.inner-footer ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.footer-col-left {
  float: left;
  width: 100%;
  max-width: 500px;
}

.footer-col-left img {
  max-width: 190px;
  float: left;
  width: 100%;
  height: auto;
}

.footer-col-left-inner {
  display: table;
  padding-left: 30px;
}

.footer-col-left-inner h6 {
  line-height: 1.6;
  margin: 10px 0;
}

.footer-col-left-inner a:hover h5 {
  opacity: 0.8;
}

.footer-col-right {
  float: right;
  width: 100%;
  max-width: 400px;
}

.footer-col-right i {
    font-size: 22px;
    color: #fff;
}

.menu-main-menu-container,
.menu-footer-menu-1-container {
  float: left;
  padding: 0 20px;
}

.footer-bottom {
  float: left;
  width: 100%;
  padding: 30px 0;
  margin-top: 30px;
  border-top: 1px solid #fff;
}

.footer-bottom ul li {
  display: inline-table;
  padding: 0 20px;
  font-size: 12px;
}

.footer-bottom ul li p,
.footer-bottom ul li a {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.desktop {
  display: block !important;
}

.mobile {
  display: none !important;
}

.ae-select {
  display: none;
}

.openSearch {
  position: absolute;
  right: 25px;
  top: 0;
  width: 24px;
  height: 24px;
}

.scrolled .openSearch {
  margin: auto;
  top: 9px;
}

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


.searchBlock {
    opacity: 0;
    text-align: center;
    height: 0;
    position: fixed;
    top: 50%;
    left: 50%;
	 margin-top: -41px;
	 margin-left: calc(-520px / 2);
}
 @media (max-width: 480px) {
	 .searchBlock {
     margin-left: calc(-320px / 2);
	}
}
 .searchBlock.visible {
	 z-index: 999;
	 opacity: 1;
	 height: auto;
}
 .searchBlock.visible .searchBox {
	 opacity: 1;
	 visibility: visible;
	 top: 0;
	 transform: scale(1);
}
 .searchBlock .overlayer {
	 background-color: rgba(0, 0, 0, .8);
	 position: fixed;
	 top: 0;
	 left: 0;
	 height: 100%;
	 width: 100%;
   pointer-events: none;
}
 .searchBlock.visible  .overlayer  {
   pointer-events: auto;
 }
 .searchBox {
	 background-color: #fcfaee;
	 box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.5);
	 display: inline-block;
	 opacity: 0;
	 visibility: hidden;
	 padding: 10px;
	 position: relative;
	 text-align: center;
	 top: -120px;
	 transform: scale(1.05);
	 transition: all 0.4s ease 0s;
	 z-index: 10;
}
 .searchBox .searchInput {
	 border: 3px solid #fff;
	 box-sizing: border-box;
	 display: inline-block;
	 height: 60px;
	 line-height: 2;
	 min-width: 280px;
	 outline: medium none;
	 padding: 10px 10px 10px 43px;
	 width: 520px;
	 transition: all 0.45s ease 0s;
	 -webkit-appearance: none;
	 border-radius: 0;
	 font-size: 14px;
}
 @media (max-width: 480px) {
	 .searchBox .searchInput {
		 width: 320px;
	}
}
 .searchBox .searchInput.typing {
	 border: 3px solid #000;
}
 .searchBox .searchIcon {
	 background-color: transparent;
	 border: medium none;
	 color: #111;
	 font-size: 16px;
	 left: 20px;
	 line-height: 1;
	 padding: 8px;
	 position: absolute;
	 top: 24px;
}
 ::-webkit-input-placeholder {
	 color: #999;
	 font-style: italic;
}
 :-moz-placeholder {
	/* Firefox 18- */
	 color: #999;
	 font-style: italic;
}
 ::-moz-placeholder {
	/* Firefox 19+ */
	 color: #999;
	 font-style: italic;
}
 :-ms-input-placeholder {
	 color: #999;
	 font-style: italic;
}


.col-articles-wrap,
.col-vd-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.col-vd-1 {
  width: calc(100% - 33.33%);
  padding: 0 15px;
  border-right: 1px solid rgb(201, 204, 202);
}

.col-vd-1 .category-item,
.col-vd-2 .category-item {
  width: 100%;
  margin: 0;
}

.col-vd-2 {
  width: 33.33%;
  padding: 0 15px;
}

.col-vd-1 .img-f {
  padding-top: 74%;
}

.col-vd-2 .img-f {
  padding-top: 62%;
}


.col-articles-1 {
  width: calc(100% - 300px);
  border-right: 1px solid rgb(201, 204, 202);
}

.col-articles-1 .category-item {
  width: calc(100% / 3 - 33px);
}

.col-articles-2 {
  width: 300px;
  padding: 0 15px;
}

.col-articles-2 #side {
  width: 100%;
  float: unset;
}


.btn-emagz {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}



@media (max-width: 1200px) {

  .banner .metaslider .slides img {
    width: 100%;
  }

  .banner {
    border-bottom: 1px solid #ECECEC;
  }

  .banner .metaslider .caption-wrap {
    position: relative;
    width: 100%;
    bottom: 0;
    right: unset;
    max-width: none;
    color: #000;
    padding: 10px 25px;
    float: left;
  }

  .banner .metaslider .caption a {
    color: #000;
    margin-bottom: 10px;
  }

  .banner .metaslider .caption h2 {
    font-size: 18px;
  }

  .metaslider .caption {
    font-size: 12px;
  }
  
  
  .nav-right .menu {
      gap: 0;
  }
  
  .nav-right ul li a {
      font-size: 14px;
  }


    .btn-emagz {
        padding: 9px 20px;
    }

}

@media (max-width: 1024px) {
    
        .btn-emagz {
        padding: 9px;
    }

  .category-tab .detail {
    width: calc(100% - 280px);
  }

  .gallery-thumb {
    max-width: 280px;
    height: 280px;
  }

}

@media (max-width: 999px) {


    .btn-emagz {
        display: none;
    }
    
    .nav-mobile {
        display: block;
        margin-bottom: 30px;
    }
    
    .scrolled .openSearch {
            top: 28px !important;
    }
    
    
    .nav-mobile .menu-item-object-downloads a {
        background: #000;
        color: #fff !important;
        padding: 10px;
    }

  .openSearch {
    position: absolute;
    right: 70px;
    top: 30px;
  }

  .banner .metaslider .caption-wrap {
    bottom: 20px;
  }

  .category-item {
    width: calc(50% - 20px);
    display: inline-table;
  }

  #post-gallery {
    width: 100%;
    padding: 0;
  }

  #side {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }

  .adp-slider div {
    margin-bottom: 5px;
  }

  .inner-footer .footer-col-right {
    margin-top: 40px;
  }

  .footer-col-right .menu-main-menu-container {
    width: 50%;
  }

  .grid-box-right,
  .grid-box {
    width: 100%;
    max-width: 100%;
  }

  .grid-box-right .category-item {
    max-width: 100%;
  }

  .section-popularpost .category-item,
  .grid-box-wrap {
    flex-direction: column;
  }


  #store_locator_result_list {
    margin-bottom: 60px;
  }


  #store_locator_map {
    height: 500px !important;
  }



  #post-gallery {

  }

  .category-tab {
    width: 100%;
    max-width: 300px;
    padding: 10px;
  }

  .category-tab {
    background: none;
  }

  .category-tab .detail {
    width: 100%;
    background: #fff;
  }

  .gallery-thumb {
    height: 200px !important;
    max-width: 100%;
  }

  .inner-adv-member {
    bottom: 0;
  }

  .footer-col-left,
  .footer-col-right {
    max-width: 100%;
  }

  .footer-col-right {
      margin: 20px 0;
  }

  .footer-bottom {
    text-align: center;
  }

  .col-vd-1 {
      margin-bottom: 60px;
  }

  .col-articles-1,
  .col-articles-2,
  .col-vd-1,
  .col-vd-2 {
    width: 100%;
    padding: 0 15px;
    border: 0;
  }

  .col-articles-1 .category-item {
    max-width: 100% !important;
    margin: 0 0 40px 0;
  }


    .scrolling-wrapper {
      overflow-x: scroll;
      overflow-y: hidden;
      white-space: nowrap;
      display: block;
      margin-left: -10px;
      margin-right: -10px;
    }



    .scroll-wrap .category-item {
      max-width: 300px;
      width: 100%;
      float: none;
      vertical-align: top;

      overflow: hidden;
      position: relative;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      scroll-snap-align: start;
      scroll-snap-stop: always;
    }
    .scroll-wrap .detail.ba .date {
      float: none;
    }

    .scroll-wrap .detail {
      float: left;
      width: 100%;
      white-space: normal;
    }

    .scrolling-wrapper .category-item {
        margin: 0 0 40px;
        padding-left: 25px
    }

   .scrolling-wrapper .category-item:last-child {
        padding-right: 25px;
    }

    .section-recommends .scroll-wrap  {
      margin-left: -25px;
      margin-right: -25px;
      width: auto;
    }

    #post-gallery,
    .section-recommends .row {
      margin-left: 0;
      margin-right: 0;
    }

    .section-recommends .category-tab {
      padding-left: 25px
    }

    .item-magz-head {
      display: flex;
      align-items: center;
    }

}

@media (max-width: 767px) {


  footer .menu-main-menu-container, footer .menu-footer-menu-1-container,
  .desktop {
    display: none !important;
  }

  .slide-show,
  .mobile {
    display: block !important;
  }

  .mobile-menu {
    padding: 15px;
    float: left;
    width: 100%;
  }

  .mobile-menu select {
    width: 100%;
    float: left;
  }

  .menu-menu-footer-mobile-container {
    display: block;
  }

  .form-contact,
  .inner-col {
    max-width: 100%;
  }

  .form-contact,
  .inner-col {
    padding: 20px 0;
    float: left;
  }

  .dropdown-wrapper{
    width:100%;
    padding: 0 15px;
    float: left;
  }

  .ae-dropdown .menu,
  .dropdown-wrapper .ae-select {
    padding: 8px;
    position: relative;
    border: 1px solid #ccc;
    height: 20px;
    display: inline-table;
    width: 100%;
  }

  .dropdown-wrapper .ae-select.chosen {
    color: #333;
  }

  .dropdown-wrapper .ae-select .down-icon, .ae-select .up-icon {
    position: absolute;
    right: 8px;
    top: 7px;
  }


  .ae-dropdown.hide-menu .menu {
    display: none;
  }

  .search-page .row {
    margin: 0;
  }

  .store_locator_single_sosmed,
  .store_locator_single_contact,
  .store_locator_single_address {
    width: 100%;
    padding: 0;
    margin-top: 15px;
  }

  .appsdownload {
    display: none;
  }

  .category-tab {
    width: 100%;
    padding: 0;
  }

  .single-page h1.titles {
    font-size: 26px;
  }


  .container-inner {
    background-position: right !important;
  }

  .section4 .container-inner {
    height: 300px;
  }



  .inner-banner,
  .inner-description {
    width: 100%;
  }

  .inner-banner {
    padding: 0 25px;
  }

  .col {
    width: 100%;
    display: inline-table;
  }

  .inner-footer ul li a {
    font-size: 16px;
  }

  .flex-direction-nav {
    display: none !important;
  }


}

@media (max-width: 500px) {

  .ae-select {
    width: 100%;
    margin: 10px 0;
    padding: 0 20px;
    position: relative;
    display: block;
  }

  .ae-select:after {
    position: absolute;
    content: '';
    right: 20px;
    top: 5px;
    width: 16px;
    height: 16px;
    background: url('../images/icn-down.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .ae-select:before{
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    bottom: -5px;
    height: 3px;
    background: #333333;
  }

  .post-tabs ul li a.tab-link.current::after {
    background: transparent;
  }

  .ae-select.ae-open:after {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }

  .ae-select-content {
    font-size: 16px;
    font-weight: 700;
  }

  .ae-select.chosen {
    color: #333;
  }

  .ae-select .down-icon, .ae-select .up-icon {
      position: absolute;
      right: 8px;
      top: 7px;
  }

  .ae-dropdown .dropdown-menu {
      box-shadow: none;
  }

  .ae-dropdown .ae-select, .ae-dropdown .dropdown-menu>li {
      cursor: pointer;
  }

  .ae-dropdown .dropdown-menu>li>a:focus, .ae-dropdown .dropdown-menu>li>a:hover {
      background: none;
  }

  .ae-disabled{
      pointer-events: none;
  }

  .ae-hide{
    display:none !important;
  }

  ul.dropdown-menu{
    list-style-type: none;
  }

  ul.dropdown-menu{
    margin:0px;
    padding:5px;
    border: 1px solid #ccc;
  }

  ul.dropdown-menu li{
    padding:5px 0px;
  }

  #side ul {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .category-store {
    max-width: 140px;
  }

  .category-item {
    width: 100%;
  }

  .post-type-archive .category-item .detail h3 {
    font-size: 14px;
  }

  .dtable {
    display: block;
    float: left;
  }

  .banner-page {
    height: 400px;
  }

  .form-contact {
    padding: 0;
  }

  .post-tabs ul li {
    width: 100%;
    margin: 10px 0;
    padding: 0 15px;
  }

  .gallery-thumb {
    height: 200px;
  }

  .category-description {
    padding: 50px 0;
  }

  .inner-adv-member,
  .section4 .container-inner {
    position: relative;
    height: auto;
    color: #000;
    background: #fff !important;
    float: left;
  }

  .inner-adv-member {
    max-width: unset;
    right: unset;
    text-align: center;
    margin-top: 20px;
  }

  .inner-adv-member h1 {
    font-size: 24px;
  }

  .inner-adv-member .btn-white {
    float: none;
    display: inline-table;
    border: 1px solid #000;
  }

  .category-tab .detail {
    padding: 20px;
  }

  body .metaslider .caption {
    padding: 0;
  }

  .footer-col-left-inner {
    padding: 0;
    float: left;
    margin: 20px 0;
  }
  #age-verification {
    top: 10%;
    width: 90% !important;
    height: 450px;
    padding: 10px;
   }
   #age-verification h3, #age-verification p, #age-verification a {
    font-size:85%;
  }
}

#age-verification {
  background: #000;
  color: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  top: 20%;
  bottom: 0;
  margin: 0 auto;
  z-index: 9;
  width: 30%;
  height: 450px;
  padding: 30px;
 }

#age-verification p {
  clear:both;
}

#age-verification a{
  width:100%;
  font-weight: bold;
  text-transform: uppercase;
}
.overlay-verify{
  background: #FFF;
  opacity: .9;
  position:fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}




.header-inner {
    width: 100%;
    position: relative;
    background-color: #fff;
    display: flex;
    align-items: center;
    height: 164px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
}

.header-inner.scrolled {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: fixed;
    height: 80px;
    z-index: 9999;
    transition: height 1s ease,background-color 1000ms linear;
    animation-name: bounceInDown;
    animation-duration: 1s;
}

.header-inner.scrolled .logo-h {
    display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #000;
}

.swiper-pagination-bullet-active,
.swiper-pagination-bullet {
    background: #000;
    opacity: 1;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullet-active {
    width: 30px;
    height: 10px;
    border-radius: 10px;
}

#heroSlider .swiper {
    width: 100%;
    height: 100%;
}

#heroSlider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

#heroSlider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

#heroSlider .swiper-slide:after {
    display: block;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: rgb(232,232,232);
    background: -moz-linear-gradient(90deg, rgba(232,232,232,0.8029805672268908) 0%, rgba(232,232,232,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(232,232,232,0.8029805672268908) 0%, rgba(232,232,232,0) 100%);
    background: linear-gradient(90deg, rgba(232,232,232,0.8029805672268908) 0%, rgba(232,232,232,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8e8e8",endColorstr="#e8e8e8",GradientType=1);
}

.heroSlider {
    width: 100%;
    height: calc(100vh - 164px);
    max-height: 100vh;
    min-height: 500px;
    overflow: hidden;
}

.heroSlider-content {
    position: absolute;
    width: 600px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    left: 30px;
    top: 0;
    z-index: 1;
    padding: 0 40px;
}

.heroSlider-content h3 {
    text-transform: uppercase;
}

.heroSlider-in {
    margin: 20px 0;
}

.heroSlider-in a {
    display: inline-table;
    margin-top: 30px;
    font-size: 14px;
    text-decoration: underline;
}


.img-f {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
}

.img-f img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.alm-reveal {
    display: flex;
    flex-wrap: wrap;
    margin-right: auto;
    position: relative;
    width: 100%;
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(201, 204, 202);
}

.section-head h3 {
    font-size: 30px;
}

.aad-box {
  width: 100%;
  margin: 10px auto;
}

.aad-box ul {
  margin: 0 auto;
  width: 100%;
  max-width: 940px;
}

.aad-box img {
    width: 100%;
}

.item-magz {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 1000px;
  margin: 40px auto;
  padding: 15px 0;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
}

.item-magz-col-1 {
    width: 200px;
}

.item-magz-col-3 {
    text-align: left;
}

.item-magz-col-3 h3 {
    font-size: 27px;
}



.item-magz-col-2 {
    width: 100%;
    max-width: 150px;
}

.item-magz-col-2 .img-f {
    padding-top: 130%;
}

.item-magz-head p {
  font-size: 20px;
    font-weight: 600;
}


.item-magz-head h3 {
    font-size: 74px;
    font-weight: 600;
}

.footer-copyright {
    font-size: 12px;
}


.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}

.map-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}



#downloads .img-f {
  padding-top: 130%;
}


.scroll-arrow {
  position: absolute;
  top: 40%;
  background-color: rgb(18, 18, 18);
  display: inline-block;
  border: 0px;
  width: 40px;
  min-width: auto;
  height: 40px;
  z-index: 2;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
}

.scroll-arrow svg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40px;
  height: 40px;
  fill: rgb(255, 255, 255);
}

.scroll-arrow[disabled] {
  opacity: 0;
  visibility: hidden;
}

.scroll-arrow[data-slider-prev] {
  transform: rotate(180deg);
  left: 0;
}

.scroll-arrow[data-slider-next] {
  right: 0;
}

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

  .container {
    padding: 0 25px;
  }


    .header-inner {
        flex-wrap: wrap;
        height: 80px;
    }

    .logo {
        max-width: 200px;
    }

    .logo-h {
        display: inline-table;
    }

    .nav-right {
        height: 0;
        overflow: hidden;
    }

    .menu-opened .nav-right {
        height: auto;
    }

}

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



  .detail h1 {
    font-size: 28px;
  }

  .item-magz-col-3 h3,
  .col-box .detail h3 {
    font-size: 22px;
  }

  .grid-box-right .detail h3,
  .detail h3 {
    font-size: 16px;
  }
        .heroSlider {
            height: calc(80vh - 80px);
        }

    .swiper-button-next:after, .swiper-button-prev:after {
        color: #000;
        font-size: 28px;
    }

    .heroSlider-content {
        left: 0;
        width: 100%;
        align-items: end;
        bottom: 0;
        top: unset;
        padding-bottom: 45px;
    }

    .heroSlider-content h3 {
        font-size: 16px;
    }

    .heroSlider-in p {
        font-size: 12px;
    }

    .section-head h3 {
        font-size: 24px;
    }

    .item-magz {
        flex-direction: column;
        text-align: center;
    }

    .item-magz-col-3 {
        text-align: center;
    }

    .grid-box,
    .grid-box-wrap {
      flex-wrap: wrap;
    }

    .col-box .category-item,
    .col-box-big .category-item,
    .grid-box-right,
    .col-box,
    .col-box-big,
    .grid-box {
      width: 100%;
      max-width: 100%;
    }

    .col-box-big {
      padding: 0;
      border: 0;
    }

    .section-popularpost .category-item {
      flex-direction: row;
      gap: 15px;
      margin: 0 15px;
      flex-wrap: wrap;
    }

    .section-popularpost .detail {
      width: calc(100% - 80px - 40px);
    }


    .section-popularpost .img-f-box,
    .grid-box-right .img-f-box {
      max-width: 80px;
    }

    .section-popularpost .row {
      flex-direction: column;
      gap: 20px;
    }

}


@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}