/*@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,700&display=swap');*/
@import url("https://use.typekit.net/ctz1wfj.css");
/*@import url("https://use.typekit.net/sdi3jrg.css");*/
@font-face {
  font-family: "one-thing-icon";
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/one-thing-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/one-thing-icon.woff") format("woff"), url("../fonts/one-thing-icon.ttf") format("truetype"), url("../fonts/one-thing-icon.svg#one-thing-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "one-thing-icon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: bold !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 2;
	float:right;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "one-thing-icon" !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: 'mr-eaves-modern', sans-serif;
  font-style: normal;
  margin: 0 !important;
  color: #000;
  overflow-x: hidden !important;
}

html {
  scroll-behavior: smooth;
}
img {
  max-width: 100%;
  height: auto
}

#left-sidebar {
  position: relative
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
a:hover {
  color: #7a7a7a; /* #e0e0e0;*/
  text-decoration: none
}
.dropdown-menu {
  background: #f8ea1b;
  top: -30px;
  font-size: 21px;
  border-radius: 0;
  font-family: 'mr-eaves-modern';
  border: none
}
.dropdown-item:focus, .dropdown-item:hover {
  background: none
}
.btn {
  box-shadow: none !important;
}
.fixed-top {
  z-index: 999
}
.navbar-nav .nav-link {
  padding: 0px 15px;
}
.navbar {
  padding: 25px 1rem 25px 1rem;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #fff
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff
}
.dropdown-item {
  text-decoration: none;
  min-width: 11.9rem;
  font-weight: 300;
  padding: .11rem 1rem;
}
.search-hide-on-desktop {
  display: none
}
.plus-minus {
  display: none;
}
.dropdown-menu {
  list-style-type: none;
  margin: 0;
  padding: 0
}
.dropdown-item ul li {
  list-style-type: none;
}
.navbar-nav li {
  margin: 0 10px;
  list-style-type: none;
}
.navbar-light .navbar-nav .nav-link {
  color: #000000;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  text-decoration: none;
}
.nav-link {
  background: #f8ea1b;
  margin: 0 0;
  color: #000;
  font-family: 'mr-eaves-modern';
  font-weight: 400;
  font-size: 20px;
}
.nav-link:focus, .nav-link:hover {
  color: #000
}
.navbar-light {
  background: #fff;
}
.dropdown-toggle::after {
  display: none
}
.dropdown-menu {
  padding: 0;
  /*top: 30px;*/
}
.dropdown-menu ul {
  padding-left: 0;
  padding-right: 0;

}
.dropdown-menu ul li:last-child {margin-bottom: 5px}

.navbar-light .navbar-toggler {
  border: none;
  background-color: #f8ea1b;
  border-radius: 0;
  color: #000;
  font-family: 'mr-eaves-modern';
  font-size: 18px;
  padding: 10px 20px;
  margin: 25px 25px 0 0;
}
button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}
h1 {
  font-family: 'mr-eaves-modern';
  font-weight: 300;
  font-size: 26px;
  margin: 0;
  padding: 0;
}
h1 span {
  font-weight: 700;
  margin: 0;
  padding: 0;
}
h4 {
  font-family: 'warnock-pro';
  font-weight: 300;
  font-size: 26px;
  margin: 0;
  padding: 0;
}
a {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
input, select, textarea { 
    -webkit-appearance: none; 
    -webkit-border-radius:0; 
    border-radius: 0; 
}
p {
  font-size: 18px;
  color: #000;
  font-family: 'mr-eaves-modern', sans-serif;
  font-style: normal;
  font-weight: 200;
  line-height:24px;
  margin: 10px 0 0 0
}
p span {
  font-family: 'MrEavesXLModOT-Bold';
}
.social-part a {
  color: #000;
  margin-left: 10px;
  font-size: 25px;
  vertical-align:text-top;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.social-part a:hover {
  color: #7a7a7a; /* #e0e0e0; */
}
.ot-brand {
  top: 25px;
}
.search-link {
	font-weight: 200;
}
.search-link:hover {
	color: #fff;
}
#main {
  margin: 200px 0 0 0;
}
#content-page {
  margin: 185px 0 100px 0;
}
#content-page p {
  font-family: 'mr-eaves-modern';
  font-weight: 200;
  font-size: 18px;
  line-height: 24px;
}
#content-page p span {
  font-weight: 400;
  font-family: 'mr-eaves-modern';
}
.map-wrap {
  /* position: absolute;*/
  top: 16px;
  right: 15px;
  bottom: 0;
  height: 100%;
}
.main-map {
  position: relative
}
#thing-section-one {
  margin-top: 95px
}
.thing-left-wrap {
  position: relative;
  height: 100%;
  /* overflow-y: scroll;*/
  scroll-behavior: smooth;
}
#map-main {
  margin: 100px 0 0 0
}
.thing-desktop-wrapper {
  /*height: 264px;*/
  margin-top: 20px;
}
.plr-0 {
  padding-left: 0 !important;
  padding-right: 0 !important
}
#home-section-one {
  margin-top: 135px;
  position: relative;
}
#home-section-two {
  padding-top: 165px;
  position: relative;
}
/*#home-section-three {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  }*/
  #home-section-three {
    margin-bottom: 70px;
    position: relative;
    padding-top: 200px;
  }
  #thing-scroll-section-one {
    margin-top: 0px;
    position: relative;
	  margin-bottom: 20px;
  }
  #thing-scroll-section-two {
    margin-top: 0px;
    position: relative;
  }
  #thing-scroll-section-three {
    margin-top: 0px;
    position: relative;
  }
  #thing-scroll-section-four {
    margin-top: 0px;
    position: relative;
  }
  #category-section-one {
    margin-top: 160px;
    position: relative;
  }
  #category-section-two {
    margin-top: 0px;
    position: relative;
  }
  .tagline-desktop {
    margin-top: 30px;



  }
  .tagline-desktop p span {
    font-weight: 400;
    font-family: 'mr-eaves-modern';
  }
  .tagline-desktop a {
    color: #212529;
    text-decoration: none
  }
  .tagline-desktop a:hover {
    color: #7a7a7a; /* #e0e0e0; */
    text-decoration: none
  }
  .tagline-mobile {
    position: static;
    width: 100%;
    margin: 30px 0 0 0;
    display: none;
  }
  .tagline-mobile a {
    color: #212529;
    text-decoration: none;
    width: 100%;
  }
  .tagline-mobile a:hover {
    color: #7a7a7a; /* #e0e0e0; */
    text-decoration: none
  }
  .tagline1-desktop {

    margin-top: 30px;
    font-weight: 200;
    font-family: 'mr-eaves-modern';
  }
  .tagline1-desktop p {
    font-size: 18px;
    padding: 0;
    margin: 5px 0 0 0
  }
  .tagline1-desktop p span {
    font-weight: 700;
    font-family: 'mr-eaves-modern';
  }
  .tagline1-desktop a {
    color: #212529;
    text-decoration: none
  }
  .tagline1-desktop a:hover {
    color: #e0e0e0;
    text-decoration: none
  }
  .tagline1-mobile {
    position: static;
    width: 100%;
    margin: 30px 0 0 0;
    display: none;
    font-weight: 200;
    font-family: 'mr-eaves-modern';
  }
  .tagline1-mobile p {
    font-size: 18px;
    padding: 0;
    margin: 10px 0 0 0
  }
  .tagline1-mobile p span {
    font-weight: 400;
    font-family: 'mr-eaves-modern';
  }
  .tagline1-mobile a {
    color: #212529;
    text-decoration: none
  }
  .tagline1-mobile a:hover {
    color: #e0e0e0;
    text-decoration: none
  }
  .tagline1-mobile {
    display: none
  }
  .tagline-mobile {
    display: none
  }
  .mobile-arrow-btn {
    display: none
  }
  .arw-btn-wrap img.image {
    /*type your css here which you want to use for both*/
  }
  .arw-btn-wrap:hover img.image {
    display: none;
  }
  .arw-btn-wrap img.hover {
    display: none;
  }
  .arw-btn-wrap:hover img.hover {
    display: block;
  }
  .arrow_icon img.image {
    /*type your css here which you want to use for both*/
  }
  .arrow_icon:hover img.image {
    display: none;
  }
  .arrow_icon img.hover {
    display: none;
  }
  .arrow_icon:hover img.hover {
    display: block;
  }
  .ot-figure {margin-bottom:12px;}
  .ot-figure .figure {
    position: relative
  }
  .ot-figure .figure-caption {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    font-size: 18px;
    color: #000;
    text-align: center;
    font-family: 'mr-eaves-modern';
    font-weight: 300;
    background: rgba(248, 234, 27, 0.75);
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
  }
  .ot-figure .figure-caption span {
    font-family: 'mr-eaves-modern';
    font-weight: 700;
  }
  .ot-figure .figure-caption:hover {
    background: none;
    color: #fff
  }
  .formBox {
    width: 80%;
  }
 .formBox h2 {
    font-family: 'mr-eaves-modern';
    font-weight: 200;
    font-size: 24px;
    margin: 0;
    padding: 0;
  }
  .inputBox {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .inputBox .inputText {
    position: absolute;
    font-size: 18px;
    line-height: 40px;
    transition: .5s;
    opacity: .5;
  }
  .inputBox .input {
    position: relative;
    width: 100%;
    height: 40px;
    background: transparent;
    border: none;
    outline: none;
    font-size: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .5);	  
    border-radius: 0 !important;
  }
  .focus .inputText {
    transform: translateY(-20px);
    font-size: 18px;
    opacity: 1;
    color: #000000;
  }
  textarea {
    height: 100px !important;
  }
  .mb-4, .my-4 {
    margin-bottom: 1rem !important;
  }
 .mb-3, .my-3 {
    margin-bottom: 10px !important;
  }
 .mt-3, .mt-3 {
    margin-bottom: 25px !important;
  }
  .button {
  /*width: 100%;
  height: 50px;*/
  border: none;
  outline: none;
  background: #f8ea1b;
  color: #000;
  font-size: 18px;
  font-weight: 300;
}
.button:hover {
  color: #fff;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.btn-wrap {
  margin: 0 0 0 0;
  background-color: #f8ea1b;
  color: #000;
  font-size: 19px;
  font-family: 'mr-eaves-modern';
  font-weight: 200;
  padding: 0px 10px;
  position: relative
}
.btn-wrap span {
  font-family: 'mr-eaves-modern';
  color: #000;
}
.btn-wrap span:hover {
  font-family: 'mr-eaves-modern';
  color: #fff;
}
.btn-wrap button {
  background: none;
  box-shadow: 0 0 0 0;
  border-width: 0px;
  margin: 0;
  padding: 0;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.arw-btn {
  position: absolute;
  right: 12px;
  top: 9px;
}
.arrow-btn-position-one {
  bottom: 3px;
  left: -100px;
}
.arrow-btn-position-two {
  bottom: 16px;
  left: -100px;
}
.arrow-btn-position-three {
  bottom: 0;
  left: -83px;
  z-index: 999999;
  overflow: visible
}
.arrow-btn-position-four {
  bottom: 168px;
  left: 112px;
}
.arrow-btn {
  position: absolute;
}
.arrow-btn img.image {
  /*type your css here which you want to use for both*/
}
.arrow-btn:hover img.image {
  display: none;
}
.arrow-btn img.hover {
  display: none;
}
.arrow-btn:hover img.hover {
  display: block;
}
.btn-wrap a:hover {
  color: #fff
}
.btn-wrap button:hover {
  color: #fff !important;
}
.btn-wrap a {
  color: #000;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.card {
  border: none !important
}
.card a {
  text-decoration: none
}
.card-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 12px;
}
.card-title {
  margin: 0
}
.card-title a {
  text-decoration: none
}
.card-title a:active a:hover {
  text-decoration: none
}
.card-body p {
  padding: 0;
  margin: 5px 0 0 0;
  line-height: 24px;
  font-size: 18px;
  font-family: 'mr-eaves-modern';
  font-weight: 200;
}
.card-img-top {
  border-radius: 0
}
.card h5 {
  font-size: 20px;
  font-family: 'mr-eaves-modern';
  font-weight: 200;
}
.card h5 span {
  font-family: 'mr-eaves-modern';
  font-weight: 600;
}
.card-body .card-btn {
  background: #f8ea1b;
  border: none;
  padding: 0px 7px;
  margin: 12px 10px 0 0;
  border-radius: 0;
  color: #000;
  font-size: 16px;
  font-family: 'mr-eaves-modern';
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.card-body .card-btn:hover {
  background: #f8ea1b;
  color: #fff;
}
.card-body .card-btn:active {
  background: #f8ea1b;
  color: #fff;
}
.card-body .card-btn:focus {
  background: #f8ea1b;
  box-shadow: 0 0 0 0 rgba(38, 143, 255, .0);
  color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background: #f8ea1b;
  box-shadow: 0 0 0 0;
  color: #000
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(38, 143, 255, .5);
}
.ot-btn {
  background: #f8ea1b;
  border: none;
  padding: 5px 10px;
  margin: 12px 10px 0 0;
  border-radius: 0;
  color: #000;
  font-size: 18px;
  font-family: 'mr-eaves-modern', sans-serif;
  font-weight: 300;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.ot-btn:hover {
  background: #f8ea1b;
  color: #fff;
}
.ot-btn:active {
  background: #f8ea1b;
}
.ot-btn :focus {
  background: #f8ea1b;
  box-shadow: 0 0 0 0 rgba(38, 143, 255, .0);
}
.mgn-none {
  margin: 0 !important
}
.ot-box {
  position: relative;
  width: 100%;
}
.ot-box .image {
  display: block;
  width: 100%;
  height: auto;
}
.ot-box .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background: rgba(248, 234, 27, 0.75);
}
.ot-box .overlay {
  opacity: 1;
}
.ot-box .arrow_icon {
  position: absolute;
  bottom: 0;
  left: 10%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.ot-card {}
.ot-card h6 {
  font-size: 20px;
  padding: 0;
  margin: 0 0 10px 0;
  font-family: 'mr-eaves-modern', sans-serif;
  font-weight: 200;
}
.ot-card h6 span {
  font-family: 'mr-eaves-modern', sans-serif;
  font-weight: 400;
}
/*================ EMAIL CSS ================ */
#email-main {
  margin: 30px 0 50px 0
}
#email-main .top-text {
  font-size: 18px;
  text-align: right;
  font-family: 'MrEavesXLModOT-Bold';
  margin: 0 0 0 0;
  font-weight: 300 !important;
}
#email-main .logo {
  width: 100%
}
#email-main .container {
  max-width: 800px;
}
#email-main a {
  color: #000;
  text-decoration: underline
}
#email-main a:hover {
  color: #e0e0e0;
  text-decoration: none
}
#email-main .text-bold {
  font-family: 'MrEavesXLModOT-Bold';
  font-size: 22px
}
#email-main h1 {
  font-size: 48px !important
}
#email-main .justify-content-end a {
  text-decoration: none !important
}
.mobile-post-list {
  display: none
}
.navbar {
  position: fixed
}
#myOverlay {
  width: 1px;
  opacity: 0;
  transition: all .75s ease;
}
#myOverlay.show {
  opacity: 1;
  width: 72.4%;
  margin-right: 15px;
}
.search-box .top-search-input {
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 24px;
  font-family: 'mr-eaves-modern';
  font-weight: 200;
  padding: 0px 0px 5px 0;
  width: 100%;
  margin: 0 0 9px 0
}
.search-box .top-search-input:focus {
  border-bottom: 1px solid #000;
  box-shadow: 0 0 0 0;
  outline: 0
}
.search-box {
  height: 100px;
  width: 66%;
  position: absolute;
  z-index: 9999999;
  top: 0;
  right: 0;
  display: block;
  background-color: #f8ea1b;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.search-box-content {
  position: relative;
  top: 43%;
  width: 100%;
  text-align: left;
  margin-top: 0px;
  padding: 0px 20px 0px 20px;
}
.search-box .closebtn {
  position: absolute;
  /*bottom: 39px;*/
  top: -23px;
  right: 18px;
  font-size: 53px;
  cursor: pointer;
  color: #000;
  z-index: 99999;
  height: 20px;
}
.search-box .closebtn:hover {
  color: #fff;
}
.search-box button {
  padding: 0;
  background: none;
  font-size: 25px;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 3px;
  right: 16px;
}
.search-box button:hover {
  background: none;
  color: #fff;
}
.search-box ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}
.search-box :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}
.search-box ::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
.mobile-map {
  display: none
}
#demo {
  position: relative;
}
#demo .overlay {
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: .9;
  transition: .3s ease;
  background: rgba(248, 234, 27, 0.75);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}
.search-input-mobile {
  display: none
}
.carousel-control-next-icon {
  background: url("/wp-content/themes/onething/images/arrow_icon.png");
  background-repeat: no-repeat;
  height: 52px;
  width: 19px;
}
.carousel-control-next-icon:hover {
  background: url("../images/arrow_icon1.png");
  background-repeat: no-repeat;
  height: 52px;
  width: 19px;
}
.carousel-control-next {
  left: 20px;
}
.carousel-control-next, .carousel-control-prev {
  top: 200px;
  display: block;
  height: 52px;
  width: 19px;
  left: 52%;
  z-index: 9999;
}
.footer-menu {
  display: none
}
footer {
  background: #ececec;
  padding: 30px 0 40px 0;
  width: 100%;
  margin: 0 0 0 0;
  bottom: 0;
  text-align: center
}
footer ul {
  margin: 0 0 0 -14px;
  padding: 0;
  list-style-type: none;
  text-align:left;
}
footer ul li {
  display: inline-block;
  margin: 0 15px;
  font-size: 16px;
  font-family: 'mr-eaves-modern';
  font-weight: 300;
  font-style: normal;
  
}
footer ul li a {
  color: #000;
  text-decoration: none
}
footer ul li a:hover {
  color: #000;
  text-decoration: underline 
}
.cooki-wrap {
  background: #f8ea1b;
  font-family: 'mr-eaves-modern';
  font-weight: 200;
  color: #000;
  bottom: 0;
  text-align: center;
  font-size: 18px;
  width: 100%;
  padding: 20px 0;
  position: fixed;
  z-index: 9999
}
.cooki-wrap span {
  font-family: 'mr-eaves-modern';
  font-weight: 400;
}
.cooki-wrap a {
  color: #000;
  text-decoration: underline;
}
.cooki-wrap a:hover {
  color: #fff;
  text-decoration: none;
}
.cooki-wrap a.ok-btn {
  background: #fff;
  color: #000;
  text-decoration: none;
  padding: 5px;
  margin: 0 0 0 10px;
  font-family: 'mr-eaves-modern';
  font-weight: 300;
}
.cooki-wrap a.ok-btn:hover {
  color: #f8ea1b
}
.full-width {
  width: 100% !important
}
ul.social-list {
  margin: 20px 0 30px 0;
  padding: 0
}
ul.social-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style-type: none
}
ul.social-list li a {
  background: #666;
  color: #fff;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  vertical-align: middle;
  text-align: center
}
ul.social-list li a .fa {
  margin: 0
}
ul.social-list li a:hover {
  background: #f8ea1b;
  color: #fff;
}
.mapboxgl-popup {
  max-width: 400px;
  font: 12px/20px;
  font-family: 'mr-eaves-modern';
  font-weight: 200;
}

#map {
  position: absolute;
  top: 100px;
  bottom: 90px;
  width: 100%;
}
.button-Yellow {
  background: #f8ea1b;
  border: none;
  color: #000;
  font-size: 22px;
  /*padding-left:20px;*/
  margin-top: 20px;
  margin-bottom: 10px;
  width: 100%;
  font-family: 'mr-eaves-modern';
  font-style: normal;
  text-align: left;
	-webkit-font-smoothing: antialiased;
}
.button-Yellow span {
  display: inline-block;
  vertical-align: bottom;
  font-weight: 200;
	font-size:20px;
  font-family: 'mr-eaves-modern';
  font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.button-Yellow i.icon {
  /* padding: 6px 20px 7px 23px;
  font-size: 32px;*/
  padding-left: 39px;
  vertical-align: -webkit-baseline-middle;
	-webkit-font-smoothing: antialiased;
}
.button-Yellow:hover {
  background: #f8ea1b;
  color: #ffffff;
}
.animate-section-one {
  animation-delay: 0s
}
.animate-section-two {
  animation-delay: 1s
}
.animate-section-three {
  animation-delay: 1s
}
.animate-section-four {
  animation-delay: 3s
}
.animate-section-five {
  animation-delay: 4s
}
.animate-section-six {
  animation-delay: 5s
}
.animate-section-seven {
  animation-delay: 6s
}
.search-input-box {
  border-top: 1px solid #000;
}
.searchMobileInputBox {
  position: relative;
  box-sizing: border-box;
}
.searchMobileInput {
  position: relative;
  width: 100%;
  height: 40px;
  background: transparent;
  border: none;
  outline: none;
  font-size: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
}
.searchMobileButton {
  /* background: transparent;
  border: 1px solid;*/
  padding: 4px 15px;
  font-size: 20px;
}
.map-btn {
  position: absolute;
  bottom: 5px;
  left: 10px;
  z-index: 99999;
  background: #f8ea1b;
  border: none;
  padding: 2px 10px;
  margin: 12px 10px 0 0;
  border-radius: 0;
  color: #000;
  font-size: 18px;
  font-family: 'mr-eaves-modern';
  font-weight: 300;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.map-btn:hover {
  color: #ffffff
}
#sticky {
  top: 80px;
}
.advertise-detail {
  margin-bottom: 60px;
}
.main-content {
  position: relative;
  
}
.owl-next {
  display: none !important;
}
.owl-dots {
  display: none;
}
.custom-nav.owl-nav {position: relative;}
.owl-prev {
  border: none;
  background: url("../images/arrow_icon.png");
  background-repeat: no-repeat;
  width: 19px;
  height: 52px;
  position: absolute;
  bottom: 20px;
  z-index: 99;
  left: 450px;
}
.owl-prev:hover {
  background: url("../images/arrow_icon1.png");
	background-repeat: no-repeat;
}
#thing-section-one .overlay {
  position: absolute;
  top: 0;
  right: 0px; 
  height: 100%;
  opacity: .9;
  transition: .3s ease;
  background: rgba(248, 234, 27, 0.75);
  z-index: 9;
  width: 50%;
}

.section-container-position {
  position: absolute;
  bottom: -20px;
  left: -100px;
  width: 62px;
  height:62px;
}

#section-scroller-button {
  position: fixed;
  left: auto;
  bottom: auto;
  color: #000;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  bottom: 0px;
}

#section-scroller-button span {
  font-size: 34px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  position: relative;
}

#section-scroller-button {
  display: block;
  visibility: visible;
  opacity: 1;
}

#section-scroller-button.rotate {
  display: none;
  visibility: hidden;
  opacity: 0;
}

#section-scroller-button.rotate span {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);  
  top: 4px; 
  opacity: -1;
}

.section-scroll {
  padding-top: 60px; /* 165px*/
}
.section-scroll-three {
  padding-bottom: 40px;
  padding-top: 0px;
}

.overflow-x {
  overflow-x: hidden;
}

@keyframes slide-out {
  0% {
    transform: translateX(0%);
    opacity: 1;
    visibility: visible;
  }
  50% {
    transform: translateX(50%);
    opacity: 0;
    visibility: hidden;
  }
  75% {
    transform: translateX(75%);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
    visibility: visible;
  }
  50% {
    -webkit-transform: translateX(50%);
    opacity: 0;
    visibility: hidden;
  }
  75% {
    -webkit-transform: translateX(75%);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes slide-in {
  0% {
    transform: translateX(100%);
    visibility: hidden;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    visibility: visible;
    opacity: 1;
  }
}

@-webkit-keyframes slide-in {
  0% {
    -webkit-transform: translateX(100%);
    visibility: hidden;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
    visibility: visible;
    opacity: 1;
  }
}


@keyframes fadeInUp {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
  }

  100% {
    transform: translateY(-200%);
    opacity: 0;
    visibility: hidden;
  }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 1;
        visibility: visible;
        -moz-transform: translateY(0)
    }
    100% {
        opacity: 0;
        visibility: hidden;
        -moz-transform: translateY(-200%);
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(-200%);
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 1;
        visibility: visible;
        -o-transform: translateY(0)
    }
    100% {
        opacity: 0;
        visibility: hidden;
        -o-transform: translateY(-200%);
    }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%)
  }

  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);    
  }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        visibility: hidden;
        -moz-transform: translateY(-100%)
    }
    100% {
        opacity: 1;
        visibility: visible;
        -moz-transform: translateY(0);
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(-100%)
    }
    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        visibility: hidden;
        -o-transform: translateY(-100%)
    }
    100% {
        opacity: 1;
        visibility: visible;
        -o-transform: translateY(0);
    }
}

/* Swiper Slider Detail Page CSS */
.swiper-container {
	width:auto;
	height: 100%;
	
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	width: 50%;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 500px;
}

/*figure.figure {
	margin-bottom: 30px !important;
}
.arrow-right-contact {
	font-size: 39px !important;
	padding-left: 0px !important;
    right: 0 !important;
	vertical-align: -webkit-baseline-middle !important;
	position: absolute !important;
}
.arrow-right-contact:before {
	line-height: 1.6 !important;
}
.button-Yellow {
	padding: 5px 0px !important;
}
.navbar-nav .dropdown-menu {
	padding: 25px 0px;
}
.dropdown-item {
	line-height: 1.2;
}
.search-form {
	color: #6e6e6e;
}
.search-link {
	color: #6e6e6e;
	text-decoration: underline;
}
.search-link:hover {
	color: #fff;
}*/

.big-image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.big-image-link img,
.swiper-container-horizontal .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.single-post .carousel-control-next,
.single-post .carousel-control-prev{
	top: auto;
	bottom: 68px;
}
.category-browse .card .post-thumbnail{
position: relative;
padding-bottom: 66.67%;
height: 0;
overflow: hidden;
	}
.category-browse .card .post-thumbnail img {
	position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
@media screen and (max-width: 575px) {
	.swiper-container-horizontal {
		max-height: 240px;
	}
	.single-post .carousel-control-next, .single-post .carousel-control-prev {
		top: auto;
		bottom: 11px;
	}
}
.readmore {
    font-size: 16px;
    color: #000;
    font-family: 'mr-eaves-modern', sans-serif;
    font-style: normal;
    font-weight: 200;
}
#my-img:hover {
    content: url('/wp-content/uploads/2021/01/bt_arrow-gray.png');
}
.style-svg {
  fill: #000000;
	width:23px;
	height:23px;
	margin-bottom: 8px;
}
.style-svg:hover {
  fill: #7a7a7a;
	width:23px;
	height:23px;
	margin-bottom: 8px;
}