/* Global Transition
-----------------------------------------------------------------*/

#header .container .menu-container > .menu-item > .menu-link,
#content a,
.footer-widgets-wrap a,
#copyrights a,
#side-panel .nav-tree li a,
.top-links-item a,
.checkbox-style:checked + .checkbox-style-3-label:before,
.radio-style:checked + .radio-style-3-label:before,
.mfp-close {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.dark .header-badge,
.menu-link span.stock-level,
.page-menu-item > a div,
#side-panel .nav-tree span.stock-level {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}


/* General
-----------------------------------------------------------------*/

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
  transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
}

body.dark,
.dark #wrapper,
.dark #content,
.dark .shop-quick-view-ajax,
.dark .portfolio-ajax-modal,
.dark .ajax-modal-title,
.dark .modal-content,
.dark .page-transition-wrap,
.dark #header,
#header.dark,
.dark #header-wrap{
  background-color: #0c0c0c;
}

.dark #page-title,
#page-title.dark,
body.dark #side-panel,
body #side-panel.dark,
.dark .card,
.dark .modal-bg,
.dark .bg-grey {
  background-color: #181818;
}

.dark .form-select:not(.not-dark) optgroup,
.dark .sm-form-select:not(.not-dark) optgroup {
  background-color: #282828;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input.webkitappearance,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

form {
  margin: 0;
}

.ls-0 {
  letter-spacing: 0px !important;
}

.listspacing ul,
.listspacing ol {
  padding-left: 40px;
}

a.racecar {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-decoration: none !important;
  border: 0 none !important;
}

.grecaptcha-badge {
  z-index: 999;
}

.top-links {
  border-left: 1px solid #EEE;
  margin-left: 17px;
}

.dark .top-links {
  border-left-color: rgba(255,255,255,0.1);
}

.top-links-item:hover {
  background-color: transparent !important;
}

.top-links-item a:hover {
  color: #000;
}

.modal-bg {
    background-color: #fff;
}

.mfp-close {
    color: #000;
}

.dark .mfp-close {
  color: #fff;
}

.card {
  background-color: #F5F5F5;
  border: 0 none;
}

.portfolio-meta li:last-child {
  margin-bottom: 0;
}

.button {
  padding: 11px 22px;
}

.button-border {
  padding: 8px 22px;
}

.button.button-small {
  padding: 9px 17px;
}

.button-border.button-small {
  padding: 7px 17px;
}

select.sm-form-control {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

@media (min-width: 992px) {
  .menu-link div > i.icon-angle-down {
    margin: 0 -5px 0 5px;
  }
}

.bg-black {
    background-color: #000;
}

/* Typography
-----------------------------------------------------------------*/

.title-underline::after {
  content: '';
  display: block;
  margin-top: 30px;
  width: 40px;
  border-top: 2px solid #5cccf1;
}

.title-underline {
  margin-bottom: 30px;
}

  .title-underline.underline-center::after {
      margin-left: auto;
      margin-right: auto;
  }

    .lead.primary-font {
  letter-spacing: 0.3px;
  word-spacing: 1.5px;
}

/* Custom Header Size
-----------------------------------------------------------------*/
.header-size-custom #logo img {
  height: 100px;
}

@media (min-width: 992px) {

  .header-size-custom .header-wrap-clone {
    height: calc( 179px + 1px + 1rem );
  }

  #header.header-size-custom + .include-header {
    margin-top: calc( -194px - 2px );
  }

  .header-size-custom.sticky-header-shrink #header-wrap #logo img {
    height: 70px;
  }

  .header-size-custom .menu-container > .menu-item > .menu-link {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .header-size-custom.sticky-header-shrink .menu-container > .menu-item > .menu-link {
    padding-top: 19px;
    padding-bottom: 19px;
  }
}

.overlay-blue {
  width: 100%;
  height: 100%;
  position: absolute;
  left: -50%;
  top: 0px;
  background-color: #00c0ff;
  mix-blend-mode: multiply;
  transform: skew(35deg);
  z-index: 1;
}

#page-title .container {
  z-index: 2;
}

#header,
#footer,
.copyright-links a {
  border: 0 none !important;
}

.menu-link,
.sub-menu-container .menu-item > .menu-link {
  font-size: 0.85rem;
}

.top-links-item > a {
  padding: 12px 15px;
}

.top-links-item i {
  color: var(--themecolor);
}

.btn-primary,
.button.button-primary.button-border:not(.button-fill):hover,
.button-primary-solid {
  background-color: var(--themecolor);
  border-color: var(--themecolor);
}

#page-title {
  border: 0 none;
  padding: 3rem 0;
}

@media (max-width: 767.98px) {
  #page-title h1 {
    font-size: calc(1rem + 2vw) !important;
  }
} 

  #page-title h1 {
    line-height: 1.4;
    font-size: 1.9rem;
    letter-spacing: 7px;
    font-family: 'Michroma', sans-serif !important;
  }

.intro-video video,
.intro-video .swiper-slide-bg {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

/* Image Header
-----------------------------------------------------------------*/

.overlay:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #1b1b1b;
  opacity: 0.7;
  z-index: 0;
}

.image-header {
  background-size: cover;
  padding: 120px 0 !important;
  background-position: center center;
  border-bottom: solid 2px #5cccf1 !important;
}

/* Mode Switcher
---------------------------------------------------------------------------- */
.icon-dark {
  font-family: 'lined-icons' !important;
}

.dark .icon-dark {
  font-family: 'font-icons' !important;
}

.dark .dark-mode .icon-dark::before {
  content: "\eae7";
}

.dark-mode .icon-dark::before {
  content: "\e9e3";
}

.mode-switcher {
  position: relative;
}

  .mode-switcher .pts-text,
  .mode-switcher .pts-switcher {
    display: block;
    overflow: hidden;
  }

  .mode-switcher .pts-text {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 10px !important;
    cursor: default;
  }

    .mode-switcher .pts-text span.tlight,
    .mode-switcher.pts-switch-active .pts-text span.tdark {
      display: none;
    }

    .mode-switcher .pts-text span.tdark,
    .mode-switcher.pts-switch-active .pts-text span.tlight {
      display: inline-block;
    }


/* Stock Side Push Panel
-----------------------------------------------------------------*/

#side-panel .nav-tree li .badge {
  font-size: 12px;
}

#side-panel .side-panel-padding,
#side-panel .nav-tree li a {
  padding-left: 30px;
  padding-right: 30px;
}

#side-panel .widget,
#side-panel .side-panel-wrap {
  width: 100%;
}

.nav-tree li.active > a,
.dark .nav-tree li a {
  color: #fff !important;
}

.dark .nav-tree li:not(.active) a:hover {
  color: var(--navhover) !important;
  padding-left: 35px !important;
}

.dark .si-dark:hover,
.dark .header-badge:hover,
.menu-link:hover span.stock-level,
#side-panel .nav-tree li:not(.active) a:hover span.stock-level {
    background-color: #eee !important;
}

.dark .si-dark:hover i,
.dark .header-badge:hover a,
.menu-link:hover span.stock-level,
#side-panel .nav-tree li:not(.active) a:hover span.stock-level {
    color: #000 !important;
}

.nav-tree li.active {
  background-color: var(--themecolor);
}

@media (max-width: 1199px) {
  .stock-label-hide {
    display: none !important;
  }
}


/* Parts
-----------------------------------------------------------------*/
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate( 90deg);
}

.widget_links li.active,
.widget_links li.active a {
  font-weight: 700;
  color: var(--themecolor);
}

.portfolio-overlay {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.portfolio-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: rgba(0,0,0,0.5);
  opacity: 0;
}

.portfolio-image:hover .portfolio-overlay {
  opacity: 1;
}

.crt-widget.crt-widget-branded {
  padding-bottom: 0 !important;
}

.bg-grey {
  background-color: #F5F5F5;
}

.bg-dark-grey {
  background-color: #282828;
}

.divcenter {
  position: relative !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.modal-summary {
  max-width: 800px;
}

.pt-30,
.py-30 {
  padding-top: 30px !important;
}

.pb-30,
.py-30 {
  padding-bottom: 30px !important;
}

.pr-30,
.px-30 {
  padding-right: 30px !important;
}

.pl-30,
.px-30 {
  padding-left: 30px !important;
}

@media (max-width: 1200px) {
  #logo img {
    padding: 20px 0;
  }

  .menu-link {
    font-size: 0.83rem;
  }
}

@media (max-width: 992px) {
  #header {
    z-index: 99;
  }

    #header + .include-header {
      margin-top: calc( -100px - 1px );
      display: inline-block;
      vertical-align: bottom;
      width: 100%;
    }
}

@media (max-width: 767.98px) {
  #logo img {
    padding: 20px 0;
  }

  #logo img {
    height: 80px !important;
  }

  #header + .include-header {
    margin-top: calc( -80px - 1px );
  }
}

/* BLOCK LINKS
-----------------------------------------------------------------*/

.container-fluid.full-width {
  padding-left: 0;
  padding-right: 0;
  overflow-x: hidden;
}

.block-link {
  position: relative;
  display: block;
  margin: 0 auto;
}

  .block-link h2 {
    position: absolute;
    display: table;
    top: 50% !important;
    transform: translateY(-50%);
    width: 100%;
    color: #fff;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
    z-index: 2;
    margin: 0px;
    font-size: 25px;
  }

@media (max-width: 767px) {
  .block-link h2 {
    font-size: 20px;
    letter-spacing: 0.5em;
  }
}

@media (max-width: 1199px) {
  .block-link h2 {
    letter-spacing: 3px;
  }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  .block-link h2 {
    font-size: 20px;
  }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
  .block-link h2 {
    font-size: 20px;
  }
}

.txt-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000000;
  opacity: 0.6;
  z-index: 1;
  transition: all .45s;
}

.block-link:hover .txt-overlay {
  opacity: 0.75;
}

.block-link .block-link-caption {
  color: #fff;
  opacity: 0;
  display: block;
  background: rgba(0,0,0,.4);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}


.block-link:hover h2 {
  color: var(--themecolor);
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}


  /* HOME
-----------------------------------------------------------------*/

  .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}


.video-wrap video {
  display: block !important;
}


@media (max-width: 991px) and (min-width: 768px) {
  #header + .include-header {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  #header + .include-header {
    margin-top: 0px;
  }
}

  .intro-video span {
    font-size: 1.2rem;
    letter-spacing: .1rem;
  }
}

.intro-video {
  background-size: cover;
  background-position: center center;
}

/*  .intro-video.home-intro-poster-bg {
    background-image: url(/img/home/video-poster.jpg);
  }*/



/* News Index
-----------------------------------------------------------------*/

.more-link {
  font-weight: 600;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-style: normal;
  text-transform: uppercase;
  border-bottom: 2px solid #333;
  letter-spacing: 0.5px;
}

  a.more-link:hover {
    color: var(--themecolor);
    border-bottom-color: var(--themecolor);
  }

.entry-image img {
  border-radius: 0px;
}

.item-image-container {
  position: relative;
}

.item-opacity-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: rgb(0 0 0 / 0%);
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  transition: 0.5s;
  transition-timing-function: ease-out;
}

.item-image-container:hover .item-opacity-overlay {
  background-color: rgb(0 0 0 / 20%);
}

/* Latest Events
-----------------------------------------------------------------*/

.entry-title h2, .entry-title h3, .entry-title h4 {
  font-family: 'Michroma', sans-serif !important;
  font-size: 1.2rem;
  letter-spacing: 2px;
}


  /* Pagination
-----------------------------------------------------------------*/

  .page-link {
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
}


/* Videos Index
-----------------------------------------------------------------*/

.video-holder {
  position: relative;
}

.video-overlay {
  position: absolute;
  top: 0;
  right: 0;
}

.i-custom {
  color: #fff !important;
  border-color: #fff !important;
  border-width: 3px !important;
  width: 92px !important;
  height: 92px !important;
  line-height: 88px !important;
  margin: 0 !important;
  padding-left: 5px;
}

a:hover .i-custom {
  background-color: #FFF !important;
  color: #222 !important;
  text-shadow: none !important;
}


/* Alerts
-----------------------------------------------------------------*/

.alert-success h3 {
  color: #155724;
}

.alert-danger h3 {
  color: #721c24;
}

.alert-success h3, .alert-danger h3 {
  margin-bottom: 5px;
}

.alert-success p, .alert-danger p {
  margin-bottom: 0px;
}


/* Errors 404 & 500
-----------------------------------------------------------------*/

.error404-wrap .error404 {
  color: var(--themecolor) !important;
  opacity: 1;
  text-shadow: none;
}




.more-link.calendar-nav {
  margin-left: 13px;
  margin-right: 13px;
  font-size: 1.2rem;
  letter-spacing: 1.3px !important;
  margin-bottom: 15px;
}

  .more-link.calendar-nav.active {
    color: #fff !important;
    border-bottom-color: #fff !important;
  }
