header .logo img {
  height: 65px;
  width: 160px;
}
header .link-enabler {
  height: 70px;
  width: 150px;
}

.fullpage .section {
  height: auto !important;
}

footer .logo img {
  height: 65px;
  width: 160px;
  margin: auto;
}
footer .link-enabler {
  height: 70px;
  width: 150px;
}

html {
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}

body {
  font-family: "Jost", Sans-serif;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  background-color: #fff;
}

.fw-light-bold {
  font-weight: 600;
}

.float-left {
  float: left;
}

.chatham-pagination-link a {
  text-decoration: none;
}

.fp-watermark {
  display: none !important;
}

.column-image-content .column-image-wrapper {
  width: 100%;
  position: relative;
}
.column-image-content .column-image-wrapper .column-image-cover {
  background-color: #000;
  opacity: 0.2;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  border-radius: 0.5rem;
}
.column-image-content .column-image-wrapper img {
  width: 100%;
  border-radius: 0.5rem;
}
.column-image-content .column-image-wrapper .column-image-description-content {
  color: #ffffff;
  position: absolute;
  z-index: 100;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 120px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.1+0,0.38+12,0.7+25,0.95+100 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.38) 12%, rgba(0, 0, 0, 0.7) 25%, rgba(0, 0, 0, 0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  opacity: 0.5;
  padding: 10px 0;
  cursor: pointer;
  transition: opacity 2s;
}
.column-image-content .column-image-wrapper .column-image-description-content:hover {
  opacity: 0.7;
}

.card-image {
  display: block;
  overflow: hidden;
  border-radius: 0.5rem;
}

.card-image > img {
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.card-image:hover > img,
.card-image:focus > img {
  transform: scale3d(1.1, 1.1, 1);
  transition: transform 5s ease-in-out;
}

.ls-1 {
  letter-spacing: 1px;
}

.ls-2 {
  letter-spacing: 2px;
}

.ls-3 {
  letter-spacing: 3px;
}

.pr-0 {
  padding-right: 0;
}

.pl-0 {
  padding-left: 0;
}

.h-0 {
  height: 0 !important;
  min-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  visibility: hidden;
}
.h-0 div {
  display: none;
}
.h-0 div a {
  display: none;
}

input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  border-radius: 0;
  outline: none;
  height: auto;
  width: auto;
  font-size: 16px;
  margin: 0;
  padding: 0.4rem 1rem;
}

.header-icon {
  padding: 0 8px;
  font-size: 18px;
  cursor: pointer;
  line-height: 1.872;
}

.header-appointment-wrapper {
  line-height: 28px;
  padding: 0 8px;
}
.header-appointment-wrapper a {
  text-decoration: none;
}
.header-appointment-wrapper span {
  padding: 7px 20px;
  border-radius: 0.25rem;
  border: 1px solid #444444;
  cursor: pointer;
}

/* Scroll Up */
#scroll-up {
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  box-sizing: content-box;
  bottom: 20px;
  cursor: pointer;
  display: none;
  font-size: 20px;
  font-weight: 900;
  opacity: 0.5;
  padding: 5px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  line-height: 28px;
  z-index: 9999;
  background-color: #000;
  color: #fff;
}

/* Accessibility - only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.elementor-widget-heading .elementor-heading-title {
  font-family: inherit !important;
  font-weight: inherit !important;
}

.display-8 {
  font-size: calc(0.5rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

.normal-font-weight p,
.normal-font-weight h1,
.normal-font-weight h2,
.normal-font-weight h3,
.normal-font-weight h4,
.normal-font-weight h5,
.normal-font-weight h6 {
  font-weight: normal !important;
}

.chatham-header-section {
  max-width: 1140px;
  margin: auto;
}

:root {
  --logo-width: 200px;
  --spin-speed: 1.3s;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.25s ease;
}

.preloader--invisible {
  opacity: 0;
}

.preloader--hidden {
  visibility: hidden;
}

.preloader__logo {
  width: var(--logo-width);
  padding-bottom: 10px;
  background: url("../images/logo.svg") no-repeat center;
  background-size: 50%;
}

.preloader__circle {
  border-top: 2px solid #090c31;
  border-radius: 50%;
  width: calc(var(--logo-width) + 5px);
  height: calc(var(--logo-width) + 5px);
  animation: preloader-spin var(--spin-speed) linear infinite;
}

@keyframes preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rolex-details-content {
  position: relative;
}

.rolex-city-details {
  background-color: #0a3e27;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: opacity 0.8s linear;
  z-index: 1000;
}
.rolex-city-details i {
  color: #ffffff;
  cursor: pointer;
}

.city-list-content {
  display: table;
  width: 100%;
  height: 80%;
}
.city-list-content .city-list {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.city-list-content .city-list div {
  color: #ffffff;
  cursor: pointer;
  font-weight: 500;
}

.rolex-details {
  background-color: #0a3e27;
  width: 100%;
  height: 100%;
}
.rolex-details .full-width {
  width: 100%;
}
.rolex-details .available-time-label {
  font-weight: 500;
  color: #ffffff;
}
.rolex-details .open-now-label {
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
}
.rolex-details .open-now-label .open-now-wrapper {
  box-shadow: 0 0 10px rgba(21, 40, 61, 0.9);
}

.hide-section {
  visibility: hidden;
  opacity: 0;
}

.display-section {
  visibility: visible;
  opacity: 1;
}

.slider-left-text-content {
  position: absolute;
  bottom: 30%;
  left: 50px;
  color: #fff;
  z-index: 10;
}

.slider-right-text-content {
  position: absolute;
  bottom: 30%;
  right: 50px;
  color: #fff;
  z-index: 10;
}

.slide-1-right-to-left {
  position: relative;
  animation: linear reverse;
  animation-name: slide-1-right-to-left-run;
  animation-duration: 1s;
}

@keyframes slide-1-right-to-left-run {
  0% {
    left: 0;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 100%;
  }
}
.slide-1-top-to-bottom {
  position: relative;
  animation: linear reverse;
  animation-name: slide-1-top-to-bottom-run;
  animation-duration: 1s;
}

@keyframes slide-1-top-to-bottom-run {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 100%;
  }
}
.slide-1-bottom-to-top {
  position: relative;
  animation: linear reverse;
  animation-name: slide-1-bottom-to-top-run;
  animation-duration: 1s;
}

@keyframes slide-1-bottom-to-top-run {
  0% {
    top: 0;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}
.slide-3-left-to-right {
  position: relative;
  animation: linear forwards;
  animation-name: slide-3-right-to-left-run;
  animation-duration: 1s;
}

@keyframes slide-3-right-to-left-run {
  0% {
    right: 100%;
  }
  50% {
    right: 50%;
  }
  100% {
    right: 0;
  }
}
.slide-3-top-to-bottom {
  position: relative;
  animation: linear reverse;
  animation-name: slide-3-top-to-bottom-run;
  animation-duration: 1s;
}

@keyframes slide-3-top-to-bottom-run {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 100%;
  }
}
.slide-3-bottom-to-top {
  position: relative;
  animation: linear reverse;
  animation-name: slide-3-bottom-to-top-run;
  animation-duration: 1s;
}

@keyframes slide-3-bottom-to-top-run {
  0% {
    top: 0;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}
.social-icons {
  position: relative;
  height: 40px;
}
.social-icons ul {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.social-icons ul li {
  list-style: none;
}
.social-icons ul li a {
  width: 50px;
  height: 50px;
  background-color: transparent;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  margin: 0 5px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 1px solid #696868;
  color: #696868;
  z-index: 1;
}
.social-icons ul li a .icon {
  position: relative;
  color: #696868;
  transition: 0.5s;
  z-index: 3;
}
.social-icons ul li a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}
.social-icons ul li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #424242;
  transition: 0.5s;
  z-index: 2;
}
.social-icons ul li a:hover:before {
  top: 0;
}
.social-icons ul li:nth-child(1) a:before {
  background: #424242;
  opacity: 0.5;
}
.social-icons ul li:nth-child(2) a:before {
  background: #424242;
  opacity: 0.5;
}
.social-icons ul li:nth-child(3) a:before {
  background: #424242;
  opacity: 0.5;
}
.social-icons ul li:nth-child(4) a:before {
  background: #424242;
  opacity: 0.5;
}

.holographic-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.holographic-card {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}

.holographic-card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(0deg, transparent, transparent 30%, rgba(223, 153, 32, 0.3));
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  opacity: 0;
}

.holographic-card:hover {
  border-radius: 0.5rem;
  transform: scale(1);
  box-shadow: 0 0 10px rgba(21, 40, 61, 0.5);
}

.holographic-card:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}

.holographic-menu-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}

.holographic-menu-item::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(0deg, transparent, transparent 30%, rgba(223, 153, 32, 0.3));
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  opacity: 0;
}

.holographic-menu-item:hover {
  border-radius: 0.5rem;
  transform: scale(1);
}

.holographic-menu-item:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}

.header-menu {
  background-color: #fff;
}
.header-menu.sticky-menu {
  padding: 20px 0;
}

.sticky-menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.sticky-menu .megamenu-main-link {
  position: relative;
}
.sticky-menu .megamenu-main-link .megamenu-content {
  top: 53px;
}

.hover-underline {
  position: relative;
  display: inline-block;
}

.hover-underline::after,
.hover-underline::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #be8d60, #15283d);
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease-out;
}

.hover-underline::before {
  top: -5px;
  transform-origin: left;
}

.hover-underline:hover::after,
.hover-underline:hover::before {
  transform: scaleX(1);
}

.megamenu-main-link {
  position: relative;
}
.megamenu-main-link:hover .megamenu-content {
  opacity: 0.9;
  z-index: 2000;
  visibility: visible;
}
.megamenu-main-link:hover .megamenu-content .megamenu-item {
  opacity: 0.9;
}
.megamenu-main-link:hover .megamenu-content .megamenu-item:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.megamenu-main-link .megamenu-content {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: -2000;
  left: 0;
  width: 690px;
  background-color: #0a141f;
  transition: opacity 0.8s linear;
}
.megamenu-main-link .megamenu-content .megamenu-item {
  border-bottom: 1px solid #15283d;
  cursor: pointer;
  opacity: 0;
  padding: 5px;
  transition: opacity 1s ease;
}
.megamenu-main-link .megamenu-content .megamenu-item .menu-image img {
  width: 100px;
  height: auto;
  border-radius: 0.25rem;
}
.megamenu-main-link .megamenu-content .megamenu-item .menu-logo {
  width: 100px;
}
.megamenu-main-link .megamenu-content .megamenu-item .menu-logo img {
  padding: 10px;
  width: 80px;
  height: auto;
}
.megamenu-main-link .megamenu-content .sub-menu {
  padding-left: 0 !important;
}
.megamenu-main-link .megamenu-content .sub-menu li {
  list-style: none !important;
}

.simple-main-link {
  position: relative;
}
.simple-main-link:hover .simple-menu-content {
  opacity: 0.9;
  z-index: 2000;
  visibility: visible;
}
.simple-main-link:hover .simple-menu-content .simple-menu-item {
  opacity: 0.9;
}
.simple-main-link:hover .simple-menu-content .simple-menu-item:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.simple-main-link .simple-menu-content {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: -2000;
  left: 0;
  width: 250px;
  background-color: #0a141f;
  transition: opacity 0.8s linear;
}
.simple-main-link .simple-menu-content .simple-menu-item {
  border-bottom: 1px solid #15283d;
  cursor: pointer;
  opacity: 0;
  padding: 5px;
  transition: opacity 1s ease;
  justify-content: start !important;
  color: #ffffff;
}
.simple-main-link .simple-menu-content .simple-menu-item .menu-image img {
  width: 100px;
  height: auto;
  border-radius: 0.25rem;
}
.simple-main-link .simple-menu-content .simple-menu-item .menu-logo {
  width: 100px;
}
.simple-main-link .simple-menu-content .simple-menu-item .menu-logo img {
  padding: 10px;
  width: 80px;
  height: auto;
}
.simple-main-link .sub-menu {
  padding-left: 0 !important;
}
.simple-main-link .sub-menu li {
  list-style: none !important;
}

@media (min-width: 992px) {
  .arimax-main-nav-row {
    display: block;
  }
  .arimax-mobile-main-nav-row {
    display: none;
  }
}
@media (max-width: 991px) {
  .arimax-main-nav-row {
    display: none;
  }
  .arimax-mobile-main-nav-row {
    display: block;
  }
  .header-menu.sticky-menu {
    padding: 0;
  }
}
.arimax-mobile-main-nav-wrapper {
  position: relative;
}
.arimax-mobile-main-nav-wrapper .arimax-mobile-main-nav-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #0a141f;
  opacity: 0.9;
  z-index: 1000;
}

.arimax-mobile-menu-toggle {
  color: #404040;
  background: transparent !important;
  border: none !important;
}
.arimax-mobile-menu-toggle:hover {
  border-color: transparent;
  box-shadow: 0 -7.25em 0 0 rgba(0, 0, 0, 0) inset;
  color: #000;
}

.carousel-container {
  position: relative;
}

.carousel {
  background-color: #000;
}

.carousel .carousel-item {
  cursor: grab;
  opacity: 1 !important;
}

.carousel .carousel-item:active {
  cursor: grabbing;
}

.carousel-section {
  max-width: 1920px;
  margin: auto;
}

.images-carousel {
  height: auto;
  background-color: transparent;
}
.images-carousel .images-carousel-item {
  width: 304px !important;
  height: auto;
  background-color: transparent;
  cursor: pointer;
}
.images-carousel .images-carousel-item:hover.duble-side-card:hover .card-inner {
  transform: rotateY(180deg);
}

.images-carousel .owl-carousel .owl-nav .owl-prev {
  width: 50px;
  height: calc(100% - 30px);
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+60,0+100 */
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  transition: none;
  top: 0px;
}
.images-carousel .owl-carousel .owl-nav .owl-prev span {
  font-size: 50px;
  height: 100%;
}
.images-carousel .owl-carousel .owl-nav .owl-next {
  position: absolute;
  width: 50px;
  height: calc(100% - 30px);
  right: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0+0,1+40 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  transition: none;
  top: 0px;
}
.images-carousel .owl-carousel .owl-nav .owl-next span {
  font-size: 50px;
  height: 100%;
}

.images-carousel .images-carousel-item .images-carousel-wrapper {
  padding: 10px;
  position: relative;
}
.images-carousel .images-carousel-item .images-carousel-wrapper .product-info-widget {
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.images-carousel .images-carousel-item .images-carousel-wrapper .product-info-widget .card-back-image {
  position: absolute;
  z-index: 5;
}
.images-carousel .images-carousel-item .images-carousel-wrapper .product-info-widget .card-back-image img {
  width: 100%;
  height: 100%;
}
.images-carousel .images-carousel-item .images-carousel-wrapper .product-info-widget .product-info-content {
  position: absolute;
  bottom: 0px;
  left: 20px;
  z-index: 10;
  background-color: #fff;
  opacity: 0;
  transition: all 1s ease;
  width: calc(100% - 40px);
  height: 0;
  margin: auto;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  display: table;
}
.images-carousel .images-carousel-item .images-carousel-wrapper .product-info-widget .product-info-content .product-specs {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  color: #000;
  font-weight: 400;
}
.images-carousel .images-carousel-item .images-carousel-wrapper .product-info-widget .product-info-content .product-specs table td,
.images-carousel .images-carousel-item .images-carousel-wrapper .product-info-widget .product-info-content .product-specs table th {
  padding: 5px;
  width: 50%;
}
.images-carousel .images-carousel-item .images-carousel-wrapper img {
  border-radius: 0.5rem;
  width: 100%;
}
.images-carousel .owl-carousel .owl-nav .owl-prev {
  width: 50px;
  height: calc(100% - 30px);
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+60,0+100 */
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  transition: none;
  top: 0px;
}
.images-carousel .owl-carousel .owl-nav .owl-prev:hover {
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.images-carousel .owl-carousel .owl-nav .owl-prev span {
  font-size: 50px;
  height: 100%;
}
.images-carousel .owl-carousel .owl-nav .owl-next {
  position: absolute;
  width: 50px;
  height: calc(100% - 30px);
  right: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0+0,1+40 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  transition: none;
  top: 0px;
}
.images-carousel .owl-carousel .owl-nav .owl-next:hover {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.images-carousel .owl-carousel .owl-nav .owl-next span {
  font-size: 50px;
  height: 100%;
}

.images-carousel .images-carousel-item .images-carousel-wrapper {
  padding: 10px;
}
.images-carousel .images-carousel-item .images-carousel-wrapper .product-info-widget:hover .product-info-content {
  opacity: 0.7;
  height: 30%;
}
.images-carousel .carousel-link-content {
  text-align: center;
}
.images-carousel .carousel-link-content .carousel-link-wrapper a {
  text-decoration: none;
  font-weight: 700;
}

.products-common-carousel {
  height: auto;
  background-color: transparent;
}
.products-common-carousel .products-carousel-item {
  width: 304px !important;
  height: auto;
  background-color: transparent;
  cursor: pointer;
}
.products-common-carousel .products-carousel-item:hover.duble-side-card:hover .card-inner {
  transform: rotateY(180deg);
}

.products-common-carousel .owl-carousel .owl-nav .owl-prev {
  width: 50px;
  height: calc(100% - 30px);
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+60,0+100 */
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  transition: none;
  top: 0px;
}
.products-common-carousel .owl-carousel .owl-nav .owl-prev span {
  font-size: 50px;
  height: 100%;
}
.products-common-carousel .owl-carousel .owl-nav .owl-next {
  position: absolute;
  width: 50px;
  height: calc(100% - 30px);
  right: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0+0,1+40 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  transition: none;
  top: 0px;
}
.products-common-carousel .owl-carousel .owl-nav .owl-next span {
  font-size: 50px;
  height: 100%;
}

.products-common-carousel .products-carousel-item .products-carousel-wrapper {
  padding: 10px;
  position: relative;
}
.products-common-carousel .products-carousel-item .products-carousel-wrapper .product-info-widget {
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.products-common-carousel .products-carousel-item .products-carousel-wrapper .product-info-widget .card-back-image {
  position: absolute;
  z-index: 5;
}
.products-common-carousel .products-carousel-item .products-carousel-wrapper .product-info-widget .card-back-image img {
  width: 100%;
  height: 100%;
}
.products-common-carousel .products-carousel-item .products-carousel-wrapper .product-info-widget .product-info-content {
  position: absolute;
  bottom: 0px;
  left: 20px;
  z-index: 10;
  background-color: #fff;
  opacity: 0;
  transition: all 1s ease;
  width: calc(100% - 40px);
  height: 0;
  margin: auto;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  display: table;
}
.products-common-carousel .products-carousel-item .products-carousel-wrapper .product-info-widget .product-info-content .product-specs {
  display: table-cell;
  vertical-align: middle;
  font-weight: 400;
  width: 100%;
  height: 100%;
  color: #000;
}
.products-common-carousel .products-carousel-item .products-carousel-wrapper .product-info-widget .product-info-content .product-specs table td,
.products-common-carousel .products-carousel-item .products-carousel-wrapper .product-info-widget .product-info-content .product-specs table th {
  padding: 5px;
  width: 50%;
}
.products-common-carousel .products-carousel-item .products-carousel-wrapper img {
  border-radius: 0.5rem;
  width: 100%;
}
.products-common-carousel .owl-carousel .owl-nav .owl-prev {
  width: 50px;
  height: calc(100% - 30px);
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+60,0+100 */
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  transition: none;
  top: 0px;
}
.products-common-carousel .owl-carousel .owl-nav .owl-prev:hover {
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.products-common-carousel .owl-carousel .owl-nav .owl-prev span {
  font-size: 50px;
  height: 100%;
}
.products-common-carousel .owl-carousel .owl-nav .owl-next {
  position: absolute;
  width: 50px;
  height: calc(100% - 30px);
  right: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0+0,1+40 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  transition: none;
  top: 0px;
}
.products-common-carousel .owl-carousel .owl-nav .owl-next:hover {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.products-common-carousel .owl-carousel .owl-nav .owl-next span {
  font-size: 50px;
  height: 100%;
}

.products-common-carousel .products-carousel-item .products-carousel-wrapper {
  padding: 10px;
}
.products-common-carousel .products-carousel-item .products-carousel-wrapper .product-info-widget:hover .product-info-content {
  opacity: 0.7;
  height: 30%;
}

.products-carousel {
  height: 450px;
  background-color: transparent;
}
.products-carousel .products-carousel-item {
  width: 400px !important;
  height: auto !important;
  background-color: transparent;
  cursor: pointer;
}
.products-carousel .products-carousel-item:hover.duble-side-card:hover .card-inner {
  transform: rotateY(180deg);
}

.products-carousel .products-carousel-item .products-carousel-wrapper {
  padding: 20px;
}
.products-carousel .products-carousel-item .products-carousel-wrapper .product-info-widget {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.products-carousel .products-carousel-item .products-carousel-wrapper .product-info-widget .card-back-image {
  position: absolute;
  z-index: 5;
}
.products-carousel .products-carousel-item .products-carousel-wrapper .product-info-widget .card-back-image img {
  width: 100%;
  height: 100%;
}
.products-carousel .products-carousel-item .products-carousel-wrapper .product-info-widget .product-info-content {
  position: absolute;
  bottom: 40px;
  left: 20px;
  z-index: 10;
  background-color: #fff;
  opacity: 0;
  transition: all 1s ease;
  width: calc(100% - 40px);
  height: 0;
  margin: auto;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  display: table;
}
.products-carousel .products-carousel-item .products-carousel-wrapper .product-info-widget .product-info-content .product-specs {
  display: table-cell;
  vertical-align: middle;
  font-weight: 400;
  width: 100%;
  height: 100%;
  color: #000;
}
.products-carousel .products-carousel-item .products-carousel-wrapper .product-info-widget .product-info-content .product-specs table td,
.products-carousel .products-carousel-item .products-carousel-wrapper .product-info-widget .product-info-content .product-specs table th {
  padding: 5px;
  width: 50%;
}
.products-carousel .products-carousel-item .products-carousel-wrapper img {
  border-radius: 0.5rem;
  width: 100%;
}
.products-carousel .owl-carousel .owl-nav .owl-prev {
  width: 50px;
  height: calc(100% - 50px);
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+60,0+100 */
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  transition: none;
  top: 20px;
}
.products-carousel .owl-carousel .owl-nav .owl-prev:hover {
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.products-carousel .owl-carousel .owl-nav .owl-prev span {
  font-size: 50px;
  height: 100%;
}
.products-carousel .owl-carousel .owl-nav .owl-next {
  position: absolute;
  width: 50px;
  height: calc(100% - 50px);
  right: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0+0,1+40 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  transition: none;
  top: 20px;
}
.products-carousel .owl-carousel .owl-nav .owl-next:hover {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.products-carousel .owl-carousel .owl-nav .owl-next span {
  font-size: 50px;
  height: 100%;
}

.products-carousel .products-carousel-item .products-carousel-wrapper {
  padding: 20px;
}
.products-carousel .products-carousel-item .products-carousel-wrapper .product-info-widget:hover .product-info-content {
  opacity: 0.7;
  height: 30%;
}

.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.card-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
}

.card-back {
  color: white;
  transform: rotateY(180deg);
}

.carousel .carousel-item h3 {
  display: none;
  background-color: #ffffff;
  color: #000000;
  font-size: 2em;
  font-weight: bold;
  margin: -5px 0 0;
  padding: 10px 5px;
  text-align: center;
}

.brands-carousel {
  background-color: transparent;
  height: 400px;
}

.brands-carousel-item {
  width: 380px !important;
  height: 380px !important;
  border-radius: 0.5rem;
}

.brands-carousel .brands-carousel-item:hover .brands-carousel-wrapper .brand-logo-mouseover-content {
  height: 100%;
  opacity: 0.9;
}
.brands-carousel .brands-carousel-item:hover .brands-carousel-wrapper .brand-logo-mouseover-content img {
  margin-top: 35%;
  width: 45%;
}
.brands-carousel .brands-carousel-item .brands-carousel-wrapper {
  padding: 0;
  position: relative;
}
.brands-carousel .brands-carousel-item .brands-carousel-wrapper .brand-logo-mouseover-content {
  position: absolute;
  z-index: 100;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.25+15,0.7+42,0.95+100 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 15%, rgba(0, 0, 0, 0.7) 42%, rgba(0, 0, 0, 0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  opacity: 0.7;
  padding: 10px 0;
  cursor: pointer;
  transition: opacity 2s;
}
.brands-carousel .brands-carousel-item .brands-carousel-wrapper .brand-logo-mouseover-content:hover {
  background-color: #000;
  height: 100%;
  opacity: 0.9;
}
.brands-carousel .brands-carousel-item .brands-carousel-wrapper .brand-logo-mouseover-content:hover img {
  width: 45%;
}
.brands-carousel .brands-carousel-item .brands-carousel-wrapper .brand-logo-mouseover-content img {
  transition: width 2s;
  width: 40%;
  margin: auto;
}
.brands-carousel .brands-carousel-item .brands-carousel-wrapper > img {
  width: 100%;
  border-radius: 0.5rem;
}

.news-carousel {
  height: 400px;
  background-color: transparent;
}

.news-carousel-item {
  width: 300px !important;
  height: 360px !important;
  background-color: transparent;
}

.news-carousel .news-carousel-item .news-carousel-wrapper {
  position: relative;
  padding: 0;
}
.news-carousel .news-carousel-item .news-carousel-wrapper .news-summary-content {
  position: absolute;
  color: #ffffff;
  z-index: 100;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.1+0,0.38+12,0.7+25,0.95+100 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.38) 12%, rgba(0, 0, 0, 0.7) 25%, rgba(0, 0, 0, 0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  opacity: 0.7;
  padding: 10px 0;
  cursor: pointer;
  transition: opacity 2s;
}
.news-carousel .news-carousel-item .news-carousel-wrapper .news-summary-content:hover {
  opacity: 0.9;
}
.news-carousel .news-carousel-item .news-carousel-wrapper img {
  width: 100%;
  border-radius: 0.5rem;
}

.brands-logo-carousel {
  height: 110px !important;
  background-color: transparent;
}

.brands-logo-carousel-item {
  width: 180px !important;
  height: 100px !important;
  background-color: transparent;
}

.brands-logo-carousel .brands-logo-carousel-item .brands-logo-carousel-wrapper {
  padding: 20px 30px;
}
.brands-logo-carousel .brands-logo-carousel-item .brands-logo-carousel-wrapper img {
  width: 100%;
}

/*! elementor - v3.30.0 - 09-07-2025 */
.elementor-widget-chatham-image-carousel .swiper {
  position: static;
}

.elementor-widget-chatham-image-carousel .swiper .swiper-slide figure {
  line-height: inherit;
}

.elementor-widget-chatham-image-carousel .swiper-slide {
  text-align: center;
}

.elementor-widget-image-carousel .swiper-slide-inner {
  position: relative;
}
.elementor-widget-image-carousel .swiper-slide-inner .product-info-widget {
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.elementor-widget-image-carousel .swiper-slide-inner .product-info-widget:hover .product-info-content {
  opacity: 0.7;
  height: 30%;
}
.elementor-widget-image-carousel .swiper-slide-inner .product-info-widget .card-back-image {
  position: absolute;
  z-index: 5;
}
.elementor-widget-image-carousel .swiper-slide-inner .product-info-widget .card-back-image img {
  width: 100%;
  height: 100%;
}
.elementor-widget-image-carousel .swiper-slide-inner .product-info-widget .product-info-content {
  position: absolute;
  bottom: 0px;
  left: 20px;
  z-index: 10;
  background-color: #fff;
  opacity: 0;
  transition: all 1s ease;
  width: calc(100% - 40px);
  height: 0;
  margin: auto;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  display: table;
}
.elementor-widget-image-carousel .swiper-slide-inner .product-info-widget .product-info-content .product-specs {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  color: #000;
  font-weight: 400;
}
.elementor-widget-image-carousel .swiper-slide-inner .product-info-widget .product-info-content .product-specs table td,
.elementor-widget-image-carousel .swiper-slide-inner .product-info-widget .product-info-content .product-specs table th {
  padding: 5px;
  width: 50%;
}

.parallax-hero-section {
  position: relative;
}

.parallax-wrapper {
  position: relative;
}

.hero-parallax-container {
  height: 80vh;
}

.hero-parallax-overlay {
  height: 80vh;
  background-color: #000;
  opacity: 0.5;
  width: 100%;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
}

.rolex-parallax-window {
  height: 69vh;
  min-height: 69vh;
  background-image: url("img/rolex-shop.jpg");
}

.newsletter-parallax-container {
  height: 40vh;
  min-height: 40vh;
  background: transparent;
  box-sizing: border-box;
  background-color: #fff;
  opacity: 0.8;
}

.newsletter-parallax-overlay {
  height: 40vh;
  background-color: #fff;
  opacity: 0.5;
  width: 100%;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
}

.parallax-text-content {
  position: absolute;
  bottom: 70px;
  left: 50px;
  color: #fff;
  z-index: 6;
}

.newsletter-parallax-text-content {
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.newsletter-parallax-text-content .newsletter-text-content .newsletter-text {
  border: 1px solid #000 !important;
  padding: 10px 35px !important;
}

:root {
  --size-pri: 1px;
  --size-sec: 100px;
  --main-clr: #000000;
  --white: #fff;
}

.view-all-button .white-button {
  background-color: #fff;
  border: 1px solid #000;
  padding: 10px 35px;
  border-radius: 3px;
}
.view-all-button .transparent-button {
  border: 1px solid #fff;
  padding: 10px 35px;
  border-radius: 3px;
}

.transparent-black-button {
  padding: 10px 35px;
  border-radius: 1px;
  width: auto;
}

.button-content .btn {
  background: none;
  height: 40px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  border: 1px solid var(--main-clr);
  color: var(--main-clr);
  background-color: transparent;
  overflow: hidden;
}
.button-content .btn::before,
.button-content .btn::after {
  content: "";
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background-color: var(--main-clr);
  z-index: -1;
  transition: all 400ms ease-in;
}
.button-content .btn:hover {
  color: #fff;
}
.button-content .btn::before {
  opacity: 1;
}
.button-content .btn::after {
  transition-delay: 0.3s;
}
.button-content .btn:hover::before,
.button-content .btn:hover::after {
  top: 0;
}

.dark-button-content .btn {
  background: none;
  height: 40px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  overflow: hidden;
}
.dark-button-content .btn::before,
.dark-button-content .btn::after {
  content: "";
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background-color: #fff;
  z-index: -1;
  transition: all 400ms ease-in;
}
.dark-button-content .btn:hover {
  color: #000;
}
.dark-button-content .btn::before {
  opacity: 1;
}
.dark-button-content .btn::after {
  transition-delay: 0.3s;
}
.dark-button-content .btn:hover::before,
.dark-button-content .btn:hover::after {
  top: 0;
}

.video-action-button {
  background: transparent;
  position: absolute;
  color: #ffffff;
  bottom: 100px;
  left: calc(50% - 81px);
  width: 160px;
  text-align: center;
  padding: 10px 0;
  border: 2px solid #fff;
  border-radius: 60px;
  font-weight: 700;
}
.video-action-button a {
  width: 100%;
  display: inline-block;
  color: #ffffff;
}
.video-action-button a:hover {
  color: #cfcfcf;
}
.video-action-button a span {
  padding: 0 25px;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Elements
	## Table
	## Scroll Up
	## Field
	## Button
	## Separator
	## Thumbnail
	## Google Map
	## Preloader
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
	## Singular
	## Blog
	## Portfolio
	## Fullscreen Home
# Infinite scroll
# Media
	## Captions
	## Galleries
# Essential Grids
# The Events Calendar
# Quadmenu
# Contact Form 7
# WP Bakery Page Builder
--------------------------------------------------------------*/
/**
 * Objects
 */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* Forms
	 ========================================================================== */
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* Interactive
     ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* Inherit box-sizing to more easily change it's value on a component level.*/
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  overflow-x: hidden;
}

img {
  height: auto;
  max-width: 100%;
}

blockquote {
  padding: 0.875rem 1.3125rem;
}

blockquote p {
  margin: 0;
}

/*--------------------------------------------------------------
## Table
--------------------------------------------------------------*/
/* Tables */
table {
  width: 100%;
}

table th {
  text-transform: uppercase;
}

/*--------------------------------------------------------------
## Scroll Up
--------------------------------------------------------------*/
/*Scroll bar*/
.nicescroll-rails {
  z-index: 9999999 !important;
}

/* Scroll Up */
#scroll-up {
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  box-sizing: content-box;
  bottom: 20px;
  cursor: pointer;
  display: none;
  font-size: 20px;
  font-weight: 900;
  opacity: 0.5;
  padding: 5px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  line-height: 28px;
  z-index: 9999;
}

/* Accessibility - only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/*--------------------------------------------------------------
## Field
--------------------------------------------------------------*/
/* class applies to select element itself, not a wrapper element */
select {
  display: block;
  line-height: inherit;
  padding: 0.4rem 1rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0.1rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}

/* Hide arrow icon in IE browsers */
select::-ms-expand {
  display: none;
}

/* Focus style */
select:focus {
  box-shadow: none;
  box-shadow: none;
  outline: none;
}

/* Set options to normal weight */
select option {
  font-weight: normal;
}

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir=rtl] select,
:root:lang(ar) select,
:root:lang(iw) select {
  background-position: left 0.7em top 50%, 0 0;
  padding: 0.4rem 1rem;
}

/* Disabled styles */
select:disabled,
select[aria-disabled=true] {
  color: graytext;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
}

select:disabled:hover,
select[aria-disabled=true] {
  border-color: #aaa;
}

textarea {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
  overflow: auto;
  resize: vertical;
  display: block;
  height: auto;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.572;
  background-clip: padding-box;
  border-radius: 0.1rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input[type=text],
input[type=email],
input[type=password],
input[type=url],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
input[type=search] {
  display: block;
  width: 100%;
  height: calc(1.572em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
  background-clip: padding-box;
  border-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*--------------------------------------------------------------
## Button
--------------------------------------------------------------*/
button:hover,
.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  border-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0 -7.25em 0 0 rgba(0, 0, 0, 0.3) inset;
}

button,
.button,
input[type=button],
input[type=reset],
input[type=submit] {
  transition: 0.3s;
}

.link-sweep-border {
  position: relative;
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
  user-select: none;
  border: none;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.link-sweep-border:before,
.link-sweep-border:after {
  content: "";
  position: absolute;
  transition: inherit;
  z-index: 1;
}

.link-sweep-border:hover {
  transition-delay: 0.5s;
}

.link-sweep-border:hover:before {
  transition-delay: 0s;
}

.link-sweep-border:hover:after {
  transition-delay: 0.35s;
}

.link-sweep-border:before {
  top: 0;
  left: 50%;
  height: 100%;
  width: 0;
}

.link-sweep-border:after {
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
}

.link-sweep-border:hover:before {
  left: 0;
  width: 100%;
}

.ubtn {
  position: relative;
}

.ubtn .link-sweep-border {
  position: relative;
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
  user-select: none;
  border: none;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.ubtn .link-sweep-border:before,
.ubtn .link-sweep-border:after {
  content: "";
  position: absolute;
  transition: inherit;
  z-index: 1;
}

.ubtn .link-sweep-border:hover {
  transition-delay: 0.5s;
}

.ubtn .link-sweep-border:hover:before {
  transition-delay: 0s;
}

.ubtn .link-sweep-border:hover:after {
  transition-delay: 0.35s;
}

.ubtn .link-sweep-border:before {
  top: 0;
  left: 50%;
  height: 100%;
  width: 0;
}

.ubtn .link-sweep-border:after {
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
}

.ubtn .link-sweep-border:hover:before {
  left: 0;
  width: 100%;
}

.from-center:hover:after {
  top: 0;
  height: 100%;
}

button,
.button,
input[type=button],
input[type=reset],
input[type=submit] {
  font-family: -apple-system, BlinkMacSystemFont, "Jost", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.695;
  border-radius: 0.1rem;
}

button:hover,
.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  text-decoration: none;
}

button:focus, button.focus,
.button:focus,
.button.focus,
input[type=button]:focus,
input[type=button].focus,
input[type=reset]:focus,
input[type=reset].focus,
input[type=submit]:focus,
input[type=submit].focus {
  outline: 0;
}

button.disabled, button:disabled,
.button.disabled,
.button:disabled,
input[type=button].disabled,
input[type=button]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled,
input[type=submit].disabled,
input[type=submit]:disabled {
  opacity: 0.65;
  box-shadow: none;
}

/*--------------------------------------------------------------
## Separator
--------------------------------------------------------------*/
.title-separator-lg {
  width: 60px;
  height: 2px;
  margin: auto;
}

.title-separator-md {
  width: 40px;
  height: 2px;
  margin: auto;
}

.horizontal-separator {
  height: 1px;
}

/*--------------------------------------------------------------
## Common
--------------------------------------------------------------*/
.border-radius-zero-button button,
.border-radius-zero-button .button,
.border-radius-zero-button input[type=button],
.border-radius-zero-button input[type=reset],
.border-radius-zero-button input[type=submit] {
  border-radius: 0 !important;
}

.arimax-gray-scale img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.main-container .site-main article .entry-content .content-wrapper ul li,
.main-container .site-main article .entry-content .content-wrapper ol li {
  margin-bottom: 0.25rem;
}

/*--------------------------------------------------------------
## Thumbnail
--------------------------------------------------------------*/
.arimax-large {
  max-height: 550px;
}

.arimax-medium {
  max-height: 418px;
}

.widget-thumbnail-wrapper {
  width: 70px;
  max-width: 70px;
}

.oz-arimax-widget-circle-thumbnail {
  border-radius: 50%;
}

.arimax-widget-thumbnail {
  max-height: 50px;
  max-width: 50px;
  height: 50px;
  width: 50px;
}

.post-slider {
  height: inherit;
  max-height: inherit;
}

.post-thumbnail {
  overflow: hidden;
}

.post-thumbnail-container img {
  width: 100%;
  height: auto;
}

/* Gray Scale */
.arimax-thumbnail-gray img {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.arimax-thumbnail-gray:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* Sepia */
.arimax-thumbnail-sepia img {
  -webkit-filter: sepia(0);
  filter: sepia(0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.arimax-thumbnail-sepia:hover img {
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
}

/* Opacity */
.arimax-thumbnail-opacity img {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.arimax-thumbnail-opacity:hover img {
  opacity: 0.7;
}

/* Flashing */
.arimax-thumbnail-flash:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
/* Shine */
.arimax-thumbnail-shine {
  position: relative;
}

.arimax-thumbnail-shine::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.arimax-thumbnail-shine:hover::before {
  -webkit-animation: thumbnailShine 0.75s;
  animation: thumbnailShine 0.75s;
}

@-webkit-keyframes thumbnailShine {
  100% {
    left: 125%;
  }
}
@keyframes thumbnailShine {
  100% {
    left: 125%;
  }
}
/* Circle */
.arimax-thumbnail-circle {
  position: relative;
}

.arimax-thumbnail-circle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.arimax-thumbnail-circle:hover::before {
  -webkit-animation: thumbnailCircle 0.75s;
  animation: thumbnailCircle 0.75s;
}

@-webkit-keyframes thumbnailCircle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes thumbnailCircle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
/* Zoom In */
.arimax-thumbnail-zoomin {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.arimax-thumbnail-zoomin img {
  -webkit-transition: all 4.5s ease;
  /* Safari and Chrome */
  -moz-transition: all 4.5s ease;
  /* Firefox */
  -ms-transition: all 4.5s ease;
  /* IE 9 */
  -o-transition: all 4.5s ease;
  /* Opera */
  transition: all 4.5s ease;
}

.arimax-thumbnail-zoomin:hover img {
  -webkit-transform: scale(1.25);
  /* Safari and Chrome */
  -moz-transform: scale(1.25);
  /* Firefox */
  -ms-transform: scale(1.25);
  /* IE 9 */
  -o-transform: scale(1.25);
  /* Opera */
  transform: scale(1.25);
}

/* Related posts */
/* Default */
.related-post-container {
  position: relative;
}

.related-post-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: calc(100% - 30px);
  height: 100%;
  margin: 0 15px;
  z-index: 0;
}

figure.related-post:hover .related-post-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

figure.related-post figcaption {
  text-align: center;
}

figure.related-post .h6,
figure.related-post p {
  position: absolute;
  right: 30px;
  left: 30px;
  padding: 10px 0;
  z-index: 1;
}

figure.related-post p {
  bottom: 0;
  line-height: 1.5;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

figure.related-post .h6 {
  font-weight: 400;
  opacity: 0;
  top: 30px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

figure.related-post:hover .h6 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.related-post .h6::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}

figure.related-post .h6::after,
figure.related-post p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.related-post:hover .h6::after,
figure.related-post:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Border Effect */
figure.related-border-effect-post:hover .related-post-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

figure.related-border-effect-post figcaption {
  text-align: center;
}

figure.related-border-effect-post figcaption::before,
figure.related-border-effect-post figcaption::after {
  position: absolute;
  top: 10px;
  right: 25px;
  bottom: 10px;
  left: 25px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.related-border-effect-post figcaption::before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

figure.related-border-effect-post figcaption::after {
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

figure.related-border-effect-post .h6 {
  font-weight: 400;
  position: absolute;
  opacity: 0;
  padding: 0 25px;
  z-index: 1;
  top: 20%;
  left: 0;
  right: 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

figure.related-border-effect-post p {
  position: absolute;
  z-index: 1;
  padding: 10px;
  opacity: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

figure.related-border-effect-post:hover figcaption::before,
figure.related-border-effect-post:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.related-border-effect-post:hover .h6,
figure.related-border-effect-post:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Related Posts Zoom In */
.related-zoom-post {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: inherit;
  transition: background-color 1.25s;
}

figure.related-zoom-post:hover .related-post-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

figure.related-zoom-post figcaption {
  text-align: center;
}

figure.related-zoom-post .h6,
figure.related-zoom-post p {
  opacity: 0;
  transition: opacity 2s;
  position: absolute;
  right: 30px;
  left: 30px;
  padding: 10px 0;
  z-index: 1;
}

figure.related-zoom-post .h6 {
  font-weight: 400;
  top: 10px;
}

figure.related-zoom-post .h6::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
}

figure.related-zoom-post p {
  bottom: 0px;
}

figure.related-zoom-post:hover .h6,
figure.related-zoom-post:hover p {
  opacity: 1;
}

.related-zoom-post img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 4.5s ease;
  -moz-transition: all 4.5s ease;
  -ms-transition: all 4.5s ease;
  -o-transition: all 4.5s ease;
  transition: all 4.5s ease;
}

.related-zoom-post:hover img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}

/* Portfolio */
/* Default */
figure.arimax-portfolio:hover .portfolio-grid-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

figure.arimax-portfolio figcaption {
  text-align: center;
}

figure.arimax-portfolio .h6,
figure.arimax-portfolio p {
  position: absolute;
  right: 30px;
  left: 30px;
  padding: 10px 0;
  z-index: 1;
}

figure.arimax-portfolio p {
  bottom: 20px;
  line-height: 1.5;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

figure.arimax-portfolio .h6 {
  font-weight: 400;
  opacity: 0;
  top: 30px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

figure.arimax-portfolio:hover .h6 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.arimax-portfolio .h6::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}

figure.arimax-portfolio .h6::after,
figure.arimax-portfolio p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.arimax-portfolio:hover .h6::after,
figure.arimax-portfolio:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Portfolio Zoom In */
.arimax-portfolio-zoom {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: inherit;
  transition: background-color 1.25s;
}

figure.arimax-portfolio-zoom .portfolio-grid-overlay {
  transition: background-color 2s;
}

figure.arimax-portfolio-zoom:hover .portfolio-grid-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

figure.arimax-portfolio-zoom figcaption {
  text-align: center;
}

figure.arimax-portfolio-zoom .h6,
figure.arimax-portfolio-zoom p {
  opacity: 0;
  transition: opacity 2s;
  position: absolute;
  right: 30px;
  left: 30px;
  padding: 10px 0;
  z-index: 1;
}

figure.arimax-portfolio-zoom .h6 {
  font-weight: 400;
  top: 30px;
}

figure.arimax-portfolio-zoom .h6::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
}

figure.arimax-portfolio-zoom p {
  bottom: 0px;
}

figure.arimax-portfolio-zoom:hover .h6,
figure.arimax-portfolio-zoom:hover p {
  opacity: 1;
}

.arimax-portfolio-zoom img {
  -webkit-transition: all 4.5s ease;
  -moz-transition: all 4.5s ease;
  -ms-transition: all 4.5s ease;
  -o-transition: all 4.5s ease;
  transition: all 4.5s ease;
}

.arimax-portfolio-zoom:hover img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}

/* Portfolio Border */
figure.arimax-portfolio-border-effect:hover .portfolio-grid-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

figure.arimax-portfolio-border-effect figcaption {
  text-align: center;
}

figure.arimax-portfolio-border-effect figcaption::before,
figure.arimax-portfolio-border-effect figcaption::after {
  position: absolute;
  top: 10px;
  right: 25px;
  bottom: 10px;
  left: 25px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.arimax-portfolio-border-effect figcaption::before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

figure.arimax-portfolio-border-effect figcaption::after {
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

figure.arimax-portfolio-border-effect .h6 {
  font-weight: 400;
  opacity: 0;
  padding: 0 25px;
  position: absolute;
  z-index: 1;
  top: 20%;
  left: 0;
  right: 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

figure.arimax-portfolio-border-effect p {
  position: absolute;
  z-index: 1;
  padding: 10px;
  opacity: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

figure.arimax-portfolio-border-effect:hover figcaption::before,
figure.arimax-portfolio-border-effect:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.arimax-portfolio-border-effect:hover .h6,
figure.arimax-portfolio-border-effect:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.arimax-portfolio-border-effect img {
  display: block;
  width: 100%;
  height: auto;
}

/* Portfolio Bubble */
figure.arimax-portfolio-bubble:hover .portfolio-grid-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

figure.arimax-portfolio-bubble figcaption {
  text-align: center;
}

figure.arimax-portfolio-bubble .h6,
figure.arimax-portfolio-bubble p {
  position: absolute;
  right: 30px;
  left: 30px;
  padding: 10px 0;
  z-index: 1;
}

figure.arimax-portfolio-bubble p {
  bottom: 20px;
  line-height: 1.5;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

figure.arimax-portfolio-bubble .h6 {
  font-weight: 400;
  opacity: 0;
  top: 30px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

figure.arimax-portfolio-bubble:hover .h6 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.arimax-portfolio-bubble .h6::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}

figure.arimax-portfolio-bubble .h6::after,
figure.arimax-portfolio-bubble p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.arimax-portfolio-bubble:hover .h6::after,
figure.arimax-portfolio-bubble:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.arimax-portfolio-bubble img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.arimax-portfolio-bubble:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.arimax-portfolio-bubble .portfolio-grid-overlay {
  background: rgba(10, 10, 10, 0.5);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.arimax-portfolio-bubble:hover .portfolio-grid-overlay {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/*--------------------------------------------------------------
## Google Map
--------------------------------------------------------------*/
/* ACF Google Map */
.acf-map {
  width: 100%;
  height: 250px;
  margin: 20px 0;
}

.acf-map img {
  max-width: inherit !important;
}

.contact-google-map-top .acf-map {
  width: 100%;
  height: 500px;
  margin: 0 0 20px 0;
}

.contact-google-map-bottom .acf-map {
  width: 100%;
  height: 500px;
  margin: 20px 0 0 0;
}

.full-height-map {
  margin-bottom: 0 !important;
}

.full-height-map .wpb_map_wraper {
  padding-bottom: 100% !important;
}

.wpb_gmaps_widget .wpb_wrapper {
  padding: 0 !important;
}

/*--------------------------------------------------------------
## Preloader
--------------------------------------------------------------*/
/* Preloader - Spinner */
.arimax-preload-spinner {
  position: relative;
  width: 80px;
  height: 80px;
  margin: auto;
}

.arimax-preload-spinner div {
  transform-origin: 30px 40px;
  animation: arimax-preload-spinner 1.2s linear infinite;
}

.arimax-preload-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 3px;
  height: 18px;
  border-radius: 20%;
}

.arimax-preload-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.arimax-preload-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.arimax-preload-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.arimax-preload-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.arimax-preload-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.arimax-preload-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.arimax-preload-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.arimax-preload-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.arimax-preload-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.arimax-preload-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.arimax-preload-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.arimax-preload-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes arimax-preload-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Preloader - Roller */
.arimax-preload-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.arimax-preload-roller div {
  animation: arimax-preload-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.arimax-preload-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: -4px 0 0 -4px;
}

.arimax-preload-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.arimax-preload-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.arimax-preload-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.arimax-preload-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.arimax-preload-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.arimax-preload-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.arimax-preload-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.arimax-preload-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.arimax-preload-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.arimax-preload-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.arimax-preload-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.arimax-preload-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.arimax-preload-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.arimax-preload-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.arimax-preload-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.arimax-preload-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes arimax-preload-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Preloader - Ripple */
.arimax-preload-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.arimax-preload-ripple div {
  position: absolute;
  opacity: 1;
  border-radius: 50%;
  animation: arimax-preload-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.arimax-preload-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes arimax-preload-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
/* Preloader - Ellipsis */
.arimax-preload-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.arimax-preload-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.arimax-preload-ellipsis div:nth-child(1) {
  left: 8px;
  animation: arimax-preload-ellipsis1 0.6s infinite;
}

.arimax-preload-ellipsis div:nth-child(2) {
  left: 8px;
  animation: arimax-preload-ellipsis2 0.6s infinite;
}

.arimax-preload-ellipsis div:nth-child(3) {
  left: 32px;
  animation: arimax-preload-ellipsis2 0.6s infinite;
}

.arimax-preload-ellipsis div:nth-child(4) {
  left: 56px;
  animation: arimax-preload-ellipsis3 0.6s infinite;
}

@keyframes arimax-preload-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes arimax-preload-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes arimax-preload-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
/* Preloader - Default */
.arimax-preload-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.arimax-preload-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  animation: arimax-preload-default 1.2s linear infinite;
}

.arimax-preload-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}

.arimax-preload-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}

.arimax-preload-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}

.arimax-preload-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}

.arimax-preload-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}

.arimax-preload-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}

.arimax-preload-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}

.arimax-preload-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}

.arimax-preload-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}

.arimax-preload-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}

.arimax-preload-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}

.arimax-preload-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}

@keyframes arimax-preload-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
/* Preloader - Ring */
.arimax-preload-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.arimax-preload-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  animation: arimax-preload-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.arimax-preload-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.arimax-preload-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.arimax-preload-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes arimax-preload-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Preloader - Dual Ring */
.arimax-preload-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.arimax-preload-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  animation: arimax-preload-dual-ring 1.2s linear infinite;
}

@keyframes arimax-preload-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Preloader - Facebook */
.arimax-preload-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.arimax-preload-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  animation: arimax-preload-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.arimax-preload-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}

.arimax-preload-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}

.arimax-preload-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0s;
}

@keyframes arimax-preload-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
/* Preloader - Grid */
.arimax-preload-grid {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.arimax-preload-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  animation: arimax-preload-grid 1.2s linear infinite;
}

.arimax-preload-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}

.arimax-preload-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s;
}

.arimax-preload-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s;
}

.arimax-preload-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s;
}

.arimax-preload-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s;
}

.arimax-preload-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s;
}

.arimax-preload-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s;
}

.arimax-preload-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s;
}

.arimax-preload-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}

@keyframes arimax-preload-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
/* Preloader - Circle */
.arimax-preload-circle {
  display: inline-block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  animation: arimax-preload-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

@keyframes arimax-preload-circle {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(1800deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  100% {
    transform: rotateY(3600deg);
  }
}
/* Preloader - Text Loader */
.text-animation-loader {
  font-family: "Jost";
  font-weight: 300;
  font-size: 3em;
  display: inline;
}

.text-animation-loader {
  text-align: center;
  -webkit-background-size: 125px 100%;
  -moz-background-size: 125px 100%;
  background-size: 125px 100%;
  -webkit-animation-name: text-animation-loader;
  -moz-animation-name: text-animation-loader;
  animation-name: text-animation-loader;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: 0 0;
}

@-moz-keyframes text-animation-loader {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
@-webkit-keyframes text-animation-loader {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
@-o-keyframes text-animation-loader {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
@keyframes text-animation-loader {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
#arimax-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  display: table;
}

#arimax-preloader .arimax-preloader-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
.pagination .dots .page-link {
  border: none;
}

.pagination .dots .page-link:hover {
  background: transparent;
}

.navbar {
  box-shadow: 0 2px 2px #1a1816;
  background: rgba(26, 24, 22, 0.95);
  height: 81px;
}

.navbar .nav-item {
  padding-right: 1.4rem;
}

.navbar .nav-item .nav-link {
  color: #cccac8;
}

.navbar .nav-item .current-link {
  color: #636260;
}

.navbar .nav-item .nav-link:hover {
  color: #e99c29;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.arimax-main-nav {
  width: 100%;
}

.arimax-main-nav nav[data-template=collapse] .quadmenu-container, .arimax-main-nav nav.quadmenu-is-horizontal[data-template=offcanvas] .quadmenu-container,
.arimax-main-nav nav.quadmenu-hover-slidebar[data-template=offcanvas] .quadmenu-container {
  max-width: 1140px !important;
}

.arimax-main-nav nav[data-template=collapse] .manage-expanded.quadmenu-container, .arimax-main-nav nav.quadmenu-is-horizontal[data-template=offcanvas] .manage-expanded.quadmenu-container,
.arimax-main-nav nav.quadmenu-hover-slidebar[data-template=offcanvas] .manage-expanded.quadmenu-container {
  max-width: 100% !important;
}

.arimax-footer-nav .arimax-footer-nav-content ul {
  margin-bottom: 0;
}

.arimax-footer-nav .arimax-footer-nav-content ul li {
  display: inline-block;
  border-bottom: none;
  margin: 0 0 0 10px;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
#quadmenu select,
.widget select {
  max-width: 100%;
}

#quadmenu h1,
#quadmenu h2,
#quadmenu h3,
#quadmenu h4,
#quadmenu h5,
#quadmenu h6,
#quadmenu .h1,
#quadmenu .h2,
#quadmenu .h3,
#quadmenu .h4,
#quadmenu .h5,
#quadmenu .h6,
.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6,
.widget .h1,
.widget .h2,
.widget .h3,
.widget .h4,
.widget .h5,
.widget .h6 {
  font-size: 0.875rem;
}

#quadmenu .wp-block-group__inner-container > h2,
.widget .wp-block-group__inner-container > h2 {
  text-align: center;
  padding-bottom: 0.6875rem !important;
  padding-top: 0.6875rem !important;
}

#quadmenu .wp-block-group__inner-container > .h2,
.widget .wp-block-group__inner-container > .h2 {
  text-align: center;
  padding-bottom: 0.6875rem !important;
  padding-top: 0.6875rem !important;
}

#quadmenu .widget-title-wrapper h6,
.widget-area .widget-title-wrapper h6,
.footer-widget-area .widget-title-wrapper h6 {
  margin-bottom: 0;
}

#quadmenu ul,
#quadmenu ol,
.widget-area ul,
.widget-area ol,
.footer-widget-area ul,
.footer-widget-area ol {
  list-style: none;
  padding-left: 0;
}

#quadmenu ul ul,
#quadmenu ul ol,
#quadmenu ol ul,
#quadmenu ol ol,
.widget-area ul ul,
.widget-area ul ol,
.widget-area ol ul,
.widget-area ol ol,
.footer-widget-area ul ul,
.footer-widget-area ul ol,
.footer-widget-area ol ul,
.footer-widget-area ol ol {
  padding-left: 40px;
}

#quadmenu ul li,
#quadmenu ol li,
.widget-area ul li,
.widget-area ol li,
.footer-widget-area ul li,
.footer-widget-area ol li {
  margin-top: 0.6875rem;
  padding-bottom: 0.6875rem;
}

#quadmenu ul li .post-date,
#quadmenu ul li .rss-date,
#quadmenu ol li .post-date,
#quadmenu ol li .rss-date,
.widget-area ul li .post-date,
.widget-area ul li .rss-date,
.widget-area ol li .post-date,
.widget-area ol li .rss-date,
.footer-widget-area ul li .post-date,
.footer-widget-area ul li .rss-date,
.footer-widget-area ol li .post-date,
.footer-widget-area ol li .rss-date {
  font-size: 0.75rem;
  display: block;
}

#quadmenu ul li:last-child,
#quadmenu ol li:last-child,
.widget-area ul li:last-child,
.widget-area ol li:last-child,
.footer-widget-area ul li:last-child,
.footer-widget-area ol li:last-child {
  border-bottom: none;
}

#quadmenu .widget_recent_entries ul li::before,
#quadmenu .widget_recent_entries ol li::before,
.widget-area .widget_recent_entries ul li::before,
.widget-area .widget_recent_entries ol li::before,
.footer-widget-area .widget_recent_entries ul li::before,
.footer-widget-area .widget_recent_entries ol li::before {
  display: inline;
  font-size: 0.65625rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  margin: 0 5px 0 0;
  opacity: 0.3;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

#quadmenu .tagcloud .tag-cloud-link,
.widget-area .tagcloud .tag-cloud-link,
.footer-widget-area .tagcloud .tag-cloud-link {
  font-size: 0.75em !important;
  padding: 2px 5px;
  margin: 0 3px 5px 0;
  border-radius: 0.1rem;
  transition: color 0.5s ease-in-out, border-color 0.5s ease-in-out;
  display: inline-grid;
}

#quadmenu .rssSummary,
.widget-area .rssSummary,
.footer-widget-area .rssSummary {
  padding: 0.875rem 0;
}

#quadmenu .gallery,
.widget-area .gallery,
.footer-widget-area .gallery {
  grid-gap: 0.125rem;
  margin-bottom: 0;
}

#quadmenu .gallery .gallery-item,
.widget-area .gallery .gallery-item,
.footer-widget-area .gallery .gallery-item {
  margin: 0;
}

#quadmenu select,
.widget-area select,
.footer-widget-area select {
  width: 100%;
  padding: 0.4rem 1rem;
}

#quadmenu .recentcomments::before,
.widget-area .recentcomments::before,
.footer-widget-area .recentcomments::before {
  display: inline;
  font-size: 0.65625rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  margin: 0 5px 0 0;
  opacity: 0.3;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

#quadmenu .recentcomments > a,
.widget-area .recentcomments > a,
.footer-widget-area .recentcomments > a {
  font-style: oblique;
}

#quadmenu .wp-calendar-table,
.widget-area .wp-calendar-table,
.footer-widget-area .wp-calendar-table {
  text-align: center;
}

#quadmenu .wp-calendar-table thead tr th,
.widget-area .wp-calendar-table thead tr th,
.footer-widget-area .wp-calendar-table thead tr th {
  padding: 0.25rem;
}

#quadmenu .wp-calendar-table tr td,
.widget-area .wp-calendar-table tr td,
.footer-widget-area .wp-calendar-table tr td {
  padding: 0.25rem;
}

#quadmenu .wp-calendar-table tr td a,
.widget-area .wp-calendar-table tr td a,
.footer-widget-area .wp-calendar-table tr td a {
  font-weight: 600;
}

#quadmenu .wp-calendar-table caption,
.widget-area .wp-calendar-table caption,
.footer-widget-area .wp-calendar-table caption {
  text-align: center;
}

#quadmenu .wp-calendar-nav,
.widget-area .wp-calendar-nav,
.footer-widget-area .wp-calendar-nav {
  text-align: center;
  padding: 0.75rem 0;
}

footer .widget-title-wrapper h6 {
  margin-bottom: 0;
}

footer ul {
  list-style: none;
  padding-left: 0;
}

footer ul li:last-child {
  border-bottom: none;
}

.footer-logo img {
  width: 120px;
  max-width: 120px;
  height: auto;
}

.fullscreen-footer-section .footer-logo img {
  width: 90px;
  max-width: 120px;
  height: auto;
}

.footer-social-icons {
  margin: 0 15px;
}

.footer-social-icons .dashicons,
.footer-social-icons .dashicons-before::before {
  font-size: 0.875rem;
  vertical-align: middle;
  height: 0.875rem;
}

.fullscreen-footer-section .footer-social-icons {
  margin: 0 15px;
}

.fullscreen-footer-section .footer-social-icons .dashicons,
.fullscreen-footer-section .footer-social-icons .dashicons-before::before {
  font-size: 0.65625rem;
  vertical-align: middle;
  height: 0.65625rem;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
body {
  word-wrap: break-word;
}

.not-found-label {
  font-size: 5.25rem;
}

.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.fullscreen-404-page {
  overflow: hidden;
}

.fullscreen-404-page .fix-slider-height {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.none-content-wrapper {
  min-height: 250px;
  height: 250px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-list {
  padding-left: 0;
  list-style: none;
}

.comments-list .children {
  padding-left: 40px;
  list-style: none;
}

.comments-list .comment-body {
  position: relative;
}

.comments-list .comment-body .comment-author .avatar {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 0 20px 0 0;
}

.comments-list .comment-body .comment-author .says {
  margin-right: 5px;
}

.comments-list .comment-body .comment-meta {
  display: inline-flex;
}

.comments-list .comment-body .comment-meta .comment-metadata {
  align-items: center;
  display: flex;
}

.comments-list .comment-body .comment-meta .comment-metadata .edit-link {
  margin-left: 20px;
}

.comments-list .comment-body .comment-content {
  margin-left: 70px;
}

.comments-list .comment-body .comment-reply-link-wrapper {
  text-align: right;
  margin-left: 70px;
  padding-bottom: 0.875rem;
  margin-bottom: 0.875rem;
}

.comments-list .comment-body .comment-reply-link-wrapper .reply {
  display: inline-flex;
}

ul.pagination {
  margin-bottom: 0;
}

.no-comments {
  padding: 0.875rem;
  text-align: center;
}

.comment-reply-title {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.comment-reply-title span {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}

/*--------------------------------------------------------------
## Singular
--------------------------------------------------------------*/
.arimax-hidden-title {
  opacity: 0;
  position: absolute;
  z-index: -10;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.arimax-transparent-title {
  position: absolute;
  top: 0;
}

.page-title-slider {
  min-height: 300px;
  height: 300px;
}

.page-title-relative-slider {
  position: relative;
}

.post-title-section .post-title-overlay,
.post-title-section .page-title-overlay,
.page-title-section .post-title-overlay,
.page-title-section .page-title-overlay {
  height: inherit;
}

.post-title-section .post-title-overlay .container,
.post-title-section .page-title-overlay .container,
.page-title-section .post-title-overlay .container,
.page-title-section .page-title-overlay .container {
  height: inherit;
}

.post-title-section .post-title-overlay .container .row,
.post-title-section .page-title-overlay .container .row,
.page-title-section .post-title-overlay .container .row,
.page-title-section .page-title-overlay .container .row {
  min-height: 300px;
  height: 300px;
}

.post-title-section h1,
.page-title-section h1,
.page-lite-title-section h1,
.post-lite-title-section h1 {
  margin-bottom: 0;
}

.post-title-section p.lead,
.page-title-section p.lead,
.page-lite-title-section p.lead,
.post-lite-title-section p.lead {
  margin-bottom: 0;
  margin-top: 0.875rem;
}

.main-container .site-main article {
  width: inherit;
}

.main-container .site-main article .entry-content {
  width: inherit;
}

.main-container .site-main article .entry-content .content-wrapper {
  width: inherit;
}

.post-navigation .nav-links {
  width: 100%;
  float: left;
}

.post-navigation .nav-links .nav-subtitle {
  min-width: 130px;
}

.post-navigation .nav-links .nav-previous {
  display: inline-block;
}

.post-navigation .nav-links .nav-next {
  float: right;
}

.single-post-pagination .page-item a {
  padding: 0;
}

.single-post-pagination .page-item .page-link {
  padding: 0.5rem 0.75rem;
}

.single-post-pagination .page-item .current .page-link {
  color: #fff;
  background-color: #282623;
  border-color: #282623;
}

.arimax-author-image img {
  border-radius: 50%;
  width: 90px;
  min-width: 90px;
  height: 90px;
}

.related-post,
.related-border-effect-post,
.related-zoom-post {
  margin: 0;
}

.related-post .post-thumbnail-content-sm img,
.related-border-effect-post .post-thumbnail-content-sm img,
.related-zoom-post .post-thumbnail-content-sm img {
  width: 100%;
  height: auto;
}

.arimax-portfolio-bubble,
.arimax-portfolio-border-effect,
.arimax-portfolio-zoom,
.arimax-portfolio {
  margin-bottom: 30px;
}

.arimax-portfolio-bubble .post-thumbnail-content-sm img,
.arimax-portfolio-border-effect .post-thumbnail-content-sm img,
.arimax-portfolio-zoom .post-thumbnail-content-sm img,
.arimax-portfolio .post-thumbnail-content-sm img {
  display: block;
  width: 100%;
  height: auto;
}

.portfolio-without-gutters .arimax-portfolio-bubble,
.portfolio-without-gutters .arimax-portfolio-border-effect,
.portfolio-without-gutters .arimax-portfolio-zoom,
.portfolio-without-gutters .arimax-portfolio {
  margin-bottom: 0;
}

.arimax-portfolio-bubble .portfolio-grid-overlay,
.arimax-portfolio-border-effect .portfolio-grid-overlay,
.arimax-portfolio-zoom .portfolio-grid-overlay,
.arimax-portfolio .portfolio-grid-overlay {
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  width: calc(100% - 30px);
  height: 100%;
  margin: 0 15px;
}

.portfolio-without-gutters .arimax-portfolio-bubble .portfolio-grid-overlay,
.portfolio-without-gutters .arimax-portfolio-border-effect .portfolio-grid-overlay,
.portfolio-without-gutters .arimax-portfolio-zoom .portfolio-grid-overlay,
.portfolio-without-gutters .arimax-portfolio .portfolio-grid-overlay {
  width: 100%;
  margin: 0;
}

.portfolio-without-gutters .arimax-portfolio-grids, .portfolio-without-gutters .portfolio-post-pagination {
  max-width: 1400px;
  margin: auto;
}

.bottom-meta {
  width: 100%;
}

.full-width-type-2 {
  margin-top: 0.9375rem;
}

.full-width-type-2-content {
  margin-bottom: 0.9375rem;
}

.full-width-type-3 {
  margin-top: 0;
}

.full-width-type-3-content {
  margin-bottom: 0;
}

.entry-footer .edit-link {
  line-height: 2.6026rem;
}

@media (max-width: 767.98px) {
  .related-posts-section .related-post,
  .related-posts-section .related-border-effect-post,
  .related-posts-section .related-zoom-post {
    margin-bottom: 1.3125rem;
  }
}
/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
.post-thumbnail-lg {
  width: 100%;
  height: auto;
}

.post-meta-data {
  list-style: none;
  margin-bottom: 0.25rem;
  padding-left: 0;
}

.post-meta-data li {
  display: inline;
  padding: 0 5px;
}

.small i {
  font-size: 0.75rem;
  line-height: 1.125rem;
  margin-right: 4px;
}

.cat-links,
.tags-links {
  display: block;
  margin-bottom: 0.25rem;
}

.cat-links i,
.tags-links i {
  font-size: 0.75rem;
  line-height: 1.125rem;
  margin-right: 4px;
}

.arrow-pagination .nav-previous {
  float: left;
}

.arrow-pagination .nav-next {
  float: right;
}

.pagination .page-link {
  padding: 0;
}

.pagination .active .page-link,
.pagination .dots .page-link {
  padding: 0.5rem 0.75rem;
}

.pagination a {
  padding: 0.5rem 0.75rem;
  display: inherit;
}

.pagination .not-active .page-link {
  padding: 0;
}

/*--------------------------------------------------------------
## Portfolio
--------------------------------------------------------------*/
.portfolio-container .portfolio-skills li::before {
  display: inline;
  font-size: 0.875rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  margin: 0 5px 0 0;
  opacity: 0.3;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/*--------------------------------------------------------------
## Fullscreen Home
--------------------------------------------------------------*/
.arimax-fullscreen-page {
  overflow: hidden;
}

.arimax-fullscreen-page .fix-slider-height {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.arimax-fullscreen-page .site-main {
  height: inherit;
  max-height: inherit;
}

.arimax-fullscreen-page .site-main .page {
  height: inherit;
  max-height: inherit;
}

.arimax-fullscreen-page .site-main .page .entry-content {
  height: inherit;
  max-height: inherit;
}

.fulscreen-toggle-icon i {
  cursor: pointer;
}

.arimax-home-audio {
  position: absolute;
  width: 150px;
  height: auto;
  bottom: 20px;
  right: 20px;
}

.arimax-home-audio .mejs-container,
.arimax-home-audio .mejs-container .mejs-controls,
.arimax-home-audio .mejs-embed,
.arimax-home-audio .mejs-embed body {
  background: transparent;
}

.arimax-home-audio .mejs-time,
.arimax-home-audio .mejs-time-rail {
  display: none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
  width: 100%;
}

.wp-video,
video.wp-video-shortcode {
  height: auto !important;
  max-width: 100% !important;
  position: relative;
  width: 100% !important;
}

.wp-video .mejs-overlay.load,
video.wp-video-shortcode .mejs-overlay.load {
  width: 100% !important;
  height: auto !important;
}

.wp-video .mejs-container,
video.wp-video-shortcode .mejs-container {
  width: 100% !important;
  padding-top: 56.25%;
}

.wp-video .mejs-mediaelement,
video.wp-video-shortcode .mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.wp-video .mejs-overlay-play,
video.wp-video-shortcode .mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}

.mejs-time-buffering,
.mejs-time-current,
.mejs-time-hovered,
.mejs-time-loaded,
.mejs-time-marker,
.mejs-time-total {
  height: 4px !important;
}

.mejs-time-handle-content {
  height: 2px !important;
  top: -4px !important;
  border: 2px solid rgba(255, 255, 255, 0.9) !important;
}

.mejs-time-rail {
  padding-top: 14px !important;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.arimax-media-caption {
  font-size: 1.1em;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.arimax-media-caption::before {
  display: inline;
  font-size: 0.875rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  margin: 0 5px 0 0;
  opacity: 0.3;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.arimax-media-caption::after {
  display: inline;
  font-size: 0.875rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 0 5px;
  opacity: 0.3;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

#primary .gallery-caption {
  display: block;
  margin: 0.21875rem 0;
  opacity: 0.6;
  font-style: oblique;
}

.widget .gallery-caption {
  display: none;
}

.arimax-media-meta {
  text-align: center;
}

.arimax-media-meta .arimax-media-meta-wrapper {
  margin-left: 10px;
  margin-right: 10px;
}

/*--------------------------------------------------------------
# Essential Grids
--------------------------------------------------------------*/
/* Essential Grid */
input.eg-search-input[type=text] {
  padding: 0px 16px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 38px;
  width: auto;
  height: auto;
}

/*--------------------------------------------------------------
# The Events Calendar
--------------------------------------------------------------*/
/* General */
.recurring-info-tooltip h2,
.recurring-info-tooltip h3,
.tribe-events-calendar .tribe-events-tooltip h2,
.tribe-events-calendar .tribe-events-tooltip h3,
.tribe-events-shortcode.view-week .tribe-events-tooltip h2,
.tribe-events-shortcode.view-week .tribe-events-tooltip h3,
.tribe-events-week .tribe-events-tooltip h2,
.tribe-events-week .tribe-events-tooltip h3 {
  text-transform: none;
}

.tribe-button,
a.tribe-button,
button.tribe-button,
input.tribe-button,
#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button,
#tribe-events .tribe-events-button,
.tribe-events-button.tribe-inactive {
  position: relative;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  letter-spacing: 2px;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  border-radius: 0.1rem;
  transition: 0.3s;
}

.tribe-events-adv-list-widget .tribe-events-widget-link a, .tribe-events-back a, .tribe-events-list-widget .tribe-events-widget-link a, ul.tribe-events-sub-nav a {
  font-size: inherit !important;
  font-weight: inherit !important;
}

#tribe-events .tribe-events-button:hover,
.tribe-events-button:hover,
.tribe-events-button.tribe-active:hover button:hover {
  border-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0 -5.25em 0 0 rgba(0, 0, 0, 0.3) inset;
}

.tribe-events-list-separator-month,
.tribe-events-day .tribe-events-day-time-slot .tribe-events-day-time-slot-heading {
  font-weight: 400;
}

.tribe-events-day .tribe-events-day-time-slot .tribe-events-day-time-slot-heading {
  background: transparent;
  font-weight: 400;
}

#tribe-events-pg-template .tribe-events-content h1,
#tribe-events-pg-template .tribe-events-content h2,
#tribe-events-pg-template .tribe-events-content h3,
#tribe-events-pg-template .tribe-events-content h4,
#tribe-events-pg-template .tribe-events-content h5,
#tribe-events-pg-template .tribe-events-content h6,
.tribe-events-after-html h1,
.tribe-events-after-html h2,
.tribe-events-after-html h3,
.tribe-events-after-html h4,
.tribe-events-after-html h5,
.tribe-events-after-html h6,
.tribe-events-before-html h1,
.tribe-events-before-html h2,
.tribe-events-before-html h3,
.tribe-events-before-html h4,
.tribe-events-before-html h5,
.tribe-events-before-html h6 {
  margin-top: 0;
  text-transform: uppercase;
}

#tribe-events, #tribe-events-pg-template, .tribe-events-pg-template {
  padding: 0 20px 20px;
}

.events-list .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.tribe-events-day .tribe-events-loop {
  max-width: 100%;
}

/* Events Loop */
.tribe-events-loop-thumbnail .tribe-events-event-cost {
  position: absolute;
  top: 0;
  left: auto;
}

.tribe-events-loop-thumbnail .tribe-events-event-cost span {
  border-top: none;
  border-bottom: none;
}

.tribe-events-loop-thumbnail .featured-event .tribe-events-event-cost {
  margin: 0;
}

.tribe-events-loop-thumbnail .featured-event .tribe-events-event-cost span {
  border-top: none;
  border-bottom: none;
}

.tribe-events-loop-thumbnail .featured-event .tribe-common .tribe-common-c-btn,
.tribe-events-loop-thumbnail .featured-event .tribe-common a.tribe-common-c-btn {
  padding: 10px;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost {
  margin: 0;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost span {
  border-top: none;
  border-bottom: none;
}

.tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
  margin-left: 0;
}

.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn {
  border-radius: 0.1rem;
  padding: 8px 12px;
  line-height: 1;
  color: inherit !important;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured {
  padding: 0;
}

/* Singe Event */
.single-tribe_events {
  /* Typography */
}

.single-tribe_events .tribe-events-event-meta {
  margin: 0 0 2.75rem 0;
}

.single-tribe_events .tribe-events-venue-map {
  border-radius: 0.1rem;
}

.single-tribe_events .tribe_events h2,
.single-tribe_events .tribe_events h3,
.single-tribe_events .tribe_events .tribe-events-meta-group .tribe-events-single-section-title {
  font-weight: 400;
  margin: 20px 0;
}

a.tribe-events-gcal,
a.tribe-events-ical {
  margin-top: 0;
}

#tribe-events-footer .tribe-events-sub-nav,
#tribe-events-header .tribe-events-sub-nav {
  margin: 1.25rem 0;
  padding: 0;
}

#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next,
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next {
  margin-left: 0;
}

#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous,
#tribe-events-footer .tribe-events-sub-nav li,
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous,
#tribe-events-header .tribe-events-sub-nav li {
  margin-right: 0;
}

/* Tickets */
.tribe-events-tickets input[type=date],
.tribe-events-tickets input[type=datetime-local],
.tribe-events-tickets input[type=email],
.tribe-events-tickets input[type=month],
.tribe-events-tickets input[type=number],
.tribe-events-tickets input[type=password],
.tribe-events-tickets input[type=search],
.tribe-events-tickets input[type=tel],
.tribe-events-tickets input[type=text],
.tribe-events-tickets input[type=time],
.tribe-events-tickets input[type=url],
.tribe-events-tickets input[type=week],
.tribe-events-tickets select,
.tribe-events-tickets textarea {
  outline: 0;
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-weight: 400;
  white-space: nowrap;
  border-radius: 0.1rem;
}

.tribe-events-tickets {
  background: transparent !important;
}

.tribe-tickets-rsvp {
  margin: 2.75rem 0;
}

.tribe-events-tickets tr td,
.tribe-events-tickets tr th {
  padding: 8px 0;
}

.tribe-events-tickets tr td .tribe-button,
.tribe-events-tickets tr th .tribe-button {
  margin: 10px auto;
}

/* Updated Design */
.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn,
.tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn {
  height: 100%;
}

/* Widgets */
.tribe-events-list-widget .tribe-event-title {
  text-transform: none;
}

.tribe-events-list-widget .tribe-events-list-widget-events {
  padding: 0 0 0.75rem 0 !important;
}

.tribe-events-list-widget .tribe-event-featured .tribe-event-image {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.tribe-events-list-widget .tribe-event-featured,
.tribe-events-venue-widget .tribe-event-featured,
.tribe-mini-calendar-list-wrapper .tribe-event-featured,
.tribe-events-adv-list-widget .tribe-event-featured .tribe-mini-calendar-event {
  background-color: transparent !important;
}

.tribe-events-page-title {
  font-weight: 400;
}

.events-list.tribe-bar-is-disabled #tribe-events-content-wrapper {
  max-width: 100%;
  width: 100%;
}

.tribe-events-event-meta.primary, .tribe-events-event-meta.secondary {
  width: 100%;
  padding: 0 20px;
}

.tribe-events-cal-links .tribe-events-gcal, .tribe-events-cal-links .tribe-events-ical {
  padding-left: 0;
}

.events-list #tribe-events-footer,
.single-tribe_events #tribe-events-footer,
.tribe-events-day #tribe-events-footer,
.tribe-events-map #tribe-events-footer,
.tribe-events-photo #tribe-events-footer {
  border-top: 0;
}

.tribe-events-content ol, .tribe-events-content p, .tribe-events-content ul {
  font-size: inherit;
  line-height: inherit;
}

/* Mobile */
.tribe-events-sub-nav li a {
  background: transparent;
}

@media screen and (max-width: 767px) {
  .single-tribe_events .secondary .tribe-events-venue-map {
    width: 100%;
    border-left: none;
    border-right: none;
    margin-bottom: 0;
  }
  #tribe-events .tribe-events-loop .tribe-events-content {
    padding: 5% 0;
  }
}
@media (max-width: 991.98px) {
  .tribe-events-loop .tribe-events-content {
    padding: 5% 0;
  }
}
/* New Design*/
.tribe-common .tribe-common-h5,
.tribe-common .tribe-common-h6,
.tribe-common .tribe-common-h7,
.tribe-common .tribe-common-h8 {
  font-weight: 400 !important;
}

.single-tribe_events a.tribe-events-gcal,
.single-tribe_events a.tribe-events-gcal:hover,
.single-tribe_events a.tribe-events-ical,
.single-tribe_events a.tribe-events-ical:hover,
.tribe-events .tribe-events-c-top-bar__nav-link:hover,
.tribe-events .tribe-events-c-top-bar__datepicker-button:hover,
.tribe-events .tribe-events-c-nav__next:disabled:hover,
.tribe-events .tribe-events-c-nav__prev:disabled:hover {
  border-color: transparent;
  box-shadow: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.tribe-events .tribe-events-c-ical__link,
.tribe-common .tribe-common-c-btn-border,
.tribe-common a.tribe-common-c-btn-border {
  border-radius: 0.1rem;
}

.tribe-common .link-sweep-border {
  padding: 0.5rem 1rem !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.tribe-events-c-arimax-nav__next > span::after {
  font: normal normal normal 16px/1 FontAwesome;
  content: "\f054";
  display: inline;
  margin: 0 0 0 15px;
  opacity: 0.8;
}

.tribe-events-c-arimax-nav__prev > span::before {
  font: normal normal normal 16px/1 FontAwesome;
  content: "\f053";
  display: inline;
  margin: 0 15px 0 0;
  opacity: 0.8;
}

/*--------------------------------------------------------------
# Quadmenu
--------------------------------------------------------------*/
/* Quadmenu - General */
#quadmenu .widget_media_image figure {
  margin: 0;
}

#quadmenu .gallery-caption {
  display: none;
}

/*--------------------------------------------------------------
# Contact Form 7
--------------------------------------------------------------*/
.wpcf7 form .wpcf7-response-output {
  margin: 2em 0 1em;
}

.arimax-cf7-full-width .wpcf7-form-control-wrap,
.arimax-cf7-full-width .wpcf7-form-control {
  width: 100%;
}

div.wpcf7 .ajax-loader {
  margin: 10px 0 0 0;
}

/*--------------------------------------------------------------
# WP Bakery Page Builder
--------------------------------------------------------------*/
.arimax-blog-container main .wpb_content_element {
  margin-bottom: 0 !important;
}

.vc_progress_bar .vc_single_bar {
  margin-bottom: 23.132px !important;
}

.vc_progress_bar .vc_single_bar .vc_label {
  padding: 0.1em 0 !important;
}

.vc_progress_bar .vc_single_bar {
  background: transparent !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.vc_progress_bar .vc_single_bar .vc_bar {
  height: 5px !important;
  top: 100% !important;
  border-radius: 0 !important;
}

.vc_separator h4,
.vc_separator.vc_separator_align_center h4 {
  font-size: 1.218rem !important;
}

/*--------------------------------------------------------------
# Slider Revolution
--------------------------------------------------------------*/
/* Slider Revolution */
.arimax-fullscreen-page rs-module-wrap,
.arimax-fullscreen-page rs-module {
  width: 100% !important;
}

.vc_chatham-tta-title-text .vc_tta-title-text {
  color: rgba(0, 0, 0, 0.9) !important;
}

.chatham-animate-top {
  position: relative;
  animation: animatetop 0.4s;
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.chatham-animate-left {
  position: relative;
  animation: animateleft 0.4s;
}

@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
.chatham-animate-right {
  position: relative;
  animation: animateright 0.4s;
}

@keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
.chatham-animate-bottom {
  position: relative;
  animation: animatebottom 0.4s;
}

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes slideInFromTop {
  from {
    opacity: 0;
    transform: translateY(-100%); /* Start above the viewport */
  }
  to {
    opacity: 1;
    transform: translateY(0); /* End at its natural position */
  }
}
.animated-element {
  animation: slideInFromTop linear forwards; /* Apply the animation */
  animation-timeline: view(); /* Link to the document's scroll timeline */
  animation-range: entry 0% cover 50%; /* Define when the animation plays */
}

.woocommerce ul.products {
  margin: 0 0 1em;
  padding: 0;
  list-style: none outside;
  clear: both;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  float: left;
  margin: 0 3.8% 2.992em 0;
  margin-bottom: 2.992em;
  margin-left: 0px;
  padding: 0;
  position: relative;
  width: 22.05%;
  margin-left: 0;
}

.products {
  background-color: transparent;
}
.products .chatham-product-list-item {
  background-color: transparent;
}
.products .chatham-product-list-item.active {
  cursor: pointer;
}
.products .chatham-product-list-item.active:hover.duble-side-card:hover .card-inner {
  transform: rotateY(180deg);
}

.products .chatham-product-list-item .chatham-product-list-wrapper .product-info-widget {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.products .chatham-product-list-item .chatham-product-list-wrapper .product-info-widget .card-back-image {
  position: absolute;
  z-index: 5;
}
.products .chatham-product-list-item .chatham-product-list-wrapper .product-info-widget .card-back-image img {
  width: 100%;
  height: 100%;
}
.products .chatham-product-list-item .chatham-product-list-wrapper .product-info-widget .product-info-content {
  position: absolute;
  bottom: 0;
  left: 20px;
  z-index: 10;
  background-color: #fff;
  opacity: 0;
  transition: all 1s ease;
  width: calc(100% - 40px);
  height: 0;
  margin: auto;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  display: table;
}
.products .chatham-product-list-item .chatham-product-list-wrapper .product-info-widget .product-info-content .product-specs {
  display: table-cell;
  vertical-align: middle;
  font-weight: 400;
  width: 100%;
  height: 100%;
  color: #000;
}
.products .chatham-product-list-item .chatham-product-list-wrapper .product-info-widget .product-info-content .product-specs table td,
.products .chatham-product-list-item .chatham-product-list-wrapper .product-info-widget .product-info-content .product-specs table th {
  padding: 5px;
  width: 50%;
}
.products .chatham-product-list-item .chatham-product-list-wrapper img {
  border-radius: 0.5rem;
  width: 100%;
}

.products .chatham-product-list-item.active .chatham-product-list-wrapper {
  padding: 20px;
}
.products .chatham-product-list-item.active .chatham-product-list-wrapper .product-info-widget:hover .product-info-content {
  opacity: 0.7;
  height: 30%;
}

.woocommerce div.product div.summary {
  padding: 2em;
}

.wishlist-title-container {
  display: none;
}

.request-inquery .request-inquery-form-content {
  display: none;
}
.request-inquery .request-inquery-form-content .inquery-form {
  border: 1px solid #eceaea;
}

textarea.inquery-text {
  min-height: 100px !important;
  height: 100px !important;
}