@charset "UTF-8";
/*
Theme Name: unExposed
Theme URI: https://unitedtheme.com/themes/unexposed/
Author: UnitedTheme
Author URI: https://unitedtheme.com/
Description: unExposed delves into the raw, unfiltered world of photography, capturing the beauty in moments often missed. This theme emphasizes the power of shadows, light, and candid shots to reveal the unseen. It explores underrepresented subjects, forgotten places, and hidden stories, encouraging photographers to push boundaries and discover new perspectives. From street photography to intimate portraits, "unExposed" challenges the conventional, bringing to light the extraordinary in the ordinary.
Requires at least: 5.3
Tested up to: 6.6
Requires PHP: 5.6
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: unexposed
Tags: blog, portfolio, photography, two-columns, left-sidebar, right-sidebar, featured-image-header, custom-background, custom-logo, rtl-language-support, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
    ## Preloader
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
.bypostauthor {
  display: block;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #444;
  font-family: "Pontano Sans";
  font-size: 18px;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Raleway";
  font-weight: 600;
  margin: 0 0 20px;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  background: #fff;
}
.window-scroll-locked {
  overflow: hidden;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
## Preloader
--------------------------------------------------------------*/
.page-loaded {
  overflow: inherit;
}
.page-loaded .preloader {
  bottom: -100%;
  transition-delay: 0.55s;
}
.page-loaded .preloader .layer {
  bottom: -100%;
}
.page-loaded .preloader .inner {
  transform: translateY(30px);
  opacity: 0;
}
.page-loaded header {
  transform: scale(1);
}
.page-loaded .navbar {
  transform: translateY(0);
  transition-delay: 0.75s;
}
.preloader {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99999;
  overflow: hidden;
  background: #01f7b6;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-duration: 700ms;
  -webkit-transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.preloader .layer {
  width: 25%;
  height: 100%;
  position: absolute;
  bottom: 0;
  background: #000;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-duration: 700ms;
  -webkit-transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.preloader .layer:nth-child(1) {
  left: 0;
  transition-delay: 0.15s;
}
.preloader .layer:nth-child(2) {
  left: 25%;
  transition-delay: 0.2s;
}
.preloader .layer:nth-child(3) {
  left: 50%;
  transition-delay: 0.25s;
}
.preloader .layer:nth-child(4) {
  left: 75%;
  transition-delay: 0.3s;
}
.preloader .inner {
  margin: 0;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-duration: 700ms;
  -webkit-transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.preloader figure {
  display: block;
  margin: 0;
}
.preloader figure .load-spinner {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  text-indent: -12345px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: spinner 700ms infinite linear;
  -moz-animation: spinner 700ms infinite linear;
  -ms-animation: spinner 700ms infinite linear;
  -o-animation: spinner 700ms infinite linear;
  animation: spinner 700ms infinite linear;
  z-index: 100001;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.transition-overlay {
  width: 100%;
  height: 0;
  position: fixed;
  background: #01f7b6;
  left: 0;
  bottom: 0;
  z-index: 15;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-duration: 700ms;
  -webkit-transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.transition-overlay .layer {
  width: 25%;
  height: 0;
  position: absolute;
  bottom: 0;
  background: #000;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-duration: 700ms;
  -webkit-transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.transition-overlay .layer:nth-child(1) {
  left: 0;
  transition-delay: 0.25s;
}
.transition-overlay .layer:nth-child(2) {
  left: 25%;
  transition-delay: 0.3s;
}
.transition-overlay .layer:nth-child(3) {
  left: 50%;
  transition-delay: 0.35s;
}
.transition-overlay .layer:nth-child(4) {
  left: 75%;
  transition-delay: 0.4s;
}
.transition-overlay.active {
  height: 100%;
}
.transition-overlay.active .layer {
  height: 100%;
}
@-webkit-keyframes animateFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes animateFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animateFadeInUp {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: animateFadeInUp;
  animation-name: animateFadeInUp;
}
/*--------------------------------------------------------------
# Cursor Animation
--------------------------------------------------------------*/
.theme-custom-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}
.theme-cursor-secondary {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #ced0d4;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.theme-cursor-secondary.cursor-hover {
  margin-left: -30px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: #ced0d4;
  opacity: 0.3;
}
.theme-cursor-primary {
  margin-left: -30px;
  margin-top: -30px;
  width: 30px;
  height: 30px;
  border: 2px solid #ced0d4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}
.theme-cursor-primary.cursor-hover {
  opacity: 0;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0;
  padding: 10px 15px;
}
button:focus-visible,
input[type="button"]:focus-visible,
input[type="reset"]:focus-visible,
input[type="submit"]:focus-visible {
  outline: thin dotted;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
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"],
textarea {
  color: #666;
  border: 1px solid #e0e0e0;
  padding: 10px 15px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
  outline: thin dotted;
}
textarea {
  width: 100%;
}
input,
textarea,
select {
  color: #666;
}
.btn-link:link,
.btn-link:visited {
  position: relative;
  margin: 30px auto 0;
  min-width: 280px;
  padding: 14px 30px;
  color: #232323;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: 0.08em;
  border-radius: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.btn-link:link:after,
.btn-link:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}
.btn-link:link:hover,
.btn-link:visited:hover {
  color: #262626;
}
.btn-link:link:hover:after,
.btn-link:visited:hover:after {
  height: 450%;
}
/* Gibson Buttons */
.btn-link {
  border: 2px solid #262626;
  color: #fff;
  display: inline-block;
}
.btn-link:after {
  opacity: 0;
  background-image: -webkit-linear-gradient(
    transparent 50%,
    rgba(225, 181, 183, 0.2) 50%
  );
  background-image: -moz-linear-gradient(
    transparent 50%,
    rgba(225, 181, 183, 0.2) 50%
  );
  background-size: 10px 10px;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
  transform: translateX(-50%) translateY(-50%) rotate(25deg);
}
.btn-link:hover:after {
  height: 600% !important;
  opacity: 1;
  z-index: 1;
}
.continue-link {
  display: block;
  max-width: 280px;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #232323;
  text-decoration: none;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
a:active,
a:visited {
  color: #232323;
}
a:hover,
a:focus {
  color: #f44336;
}
a:hover,
a:focus,
a:active {
  outline: 0;
}
a:focus-visible {
  outline: thin dotted;
}
.entry-content a:not(.more-link):not(.button):not(.btn),
.entry-summary a:not(.more-link):not(.button):not(.btn),
.widget_text a:not(.more-link):not(.button):not(.btn) {
  text-decoration: underline;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.menu-modal {
  background: #fff;
  display: none;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: -99999rem;
  right: 99999rem;
  top: 0;
  transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
  z-index: 99999;
}

@media (min-width: 1000px) {
  .menu-modal {
    background: rgba(0, 0, 0, 0);
    opacity: 1;
    justify-content: flex-end;
    transition: background-color 0.3s ease-in, left 0s 0.3s, right 0s 0.3s;
  }
}

.menu-modal.show-modal {
  display: flex;
}

.menu-modal.active {
  left: 0;
  opacity: 1;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease-out;
}

.menu-modal-toggles {
  margin-bottom: 24px;
  text-align: right;
}

.menu-modal-toggles .toggle {
  display: inline-block;
  font-size: 22px;
}

.menu-modal-toggles .toggle svg {
  color: rgba(0, 0, 0, 0.7);
  height: 2.2rem;
  margin-left: 4px;
  width: 2.2rem;
}

.menu-modal-inner {
  display: flex;
  justify-content: stretch;
  overflow: auto;
  width: 100%;
  background-color: #fff;
  padding: 40px 80px;
}

@media (min-width: 1000px) {
  .menu-modal-inner {
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateX(20rem);
    transition: transform 0.2s ease-in, opacity 0.2s ease-in;
    width: 50%;
  }
}

@media (max-width: 991px) {
  .menu-modal-inner {
    padding: 40px;
  }
}

@media (max-width: 575px) {
  .menu-modal-inner {
    padding: 24px;
  }
}

@media (min-width: 1000px) {
  .menu-modal.active .menu-modal-inner {
    opacity: 1;
    transform: translateX(0);
    transition-timing-function: ease-out;
  }
}

.menu-wrapper.section-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 100px;
  width: 100%;
}

.main-menu,
.sub-menu {
  margin: 0;
  padding: 0;
  width: 100%;
}

.main-menu .sub-menu {
  display: none;
}

.main-menu li {
  list-style: none;
  border-color: #e1e1e3;
  border-style: solid;
  border-width: 1px 0 0;
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  justify-content: flex-start;
  margin: 0;
}

.main-menu .wpintf-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (min-width: 576px) {
  .main-menu ul .wpintf-wrapper > a {
    padding-left: 25px !important;
  }

  .main-menu ul ul .wpintf-wrapper > a {
    padding-left: 50px !important;
  }
}

.main-menu a {
  display: block;
  width: 100%;
  font-size: 24px;
  padding: 25px 25px 25px 0;
  font-weight: 500;
}

.sub-menu-toggle-wrapper {
  display: flex;
  flex-shrink: 0;
}

.sub-menu-toggle {
  align-items: center;
  border-style: solid;
  border-width: 0 0 0 1px;
  border-color: #e1e1e3;
  display: flex !important;
  flex-shrink: 0;
  padding: 0 30px !important;
}

.menu-bottom .icon-label {
  display: none !important;
}

.menu-bottom .icon {
  top: 0;
  margin: 0;
  vertical-align: middle !important;
}

.site-header .toggle-menu {
  display: inline-block;
  height: 80px;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  vertical-align: middle;
  margin-left: 12px;
}
.site .icon-search {
  background: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
.site .icon-search:hover,
.site .icon-search:focus {
  background: none !important;
}
.icon-search svg {
  height: 18px;
  width: 18px;
}
.toogle-icon {
  width: 20px;
  height: 1px;
  top: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.toogle-icon:before,
.toogle-icon:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.toogle-icon:before {
  top: -8px;
}
.toogle-icon:after {
  top: 8px;
}
.site .toogle-icon.toogle-icon-close {
  background-color: transparent !important;
}
.toogle-icon.toogle-icon-close:before {
  -webkit-transform: translateY(8px) rotateZ(-45deg);
  -moz-transform: translateY(8px) rotateZ(-45deg);
  -ms-transform: translateY(8px) rotateZ(-45deg);
  -o-transform: translateY(8px) rotateZ(-45deg);
  transform: translateY(8px) rotateZ(-45deg);
}
.toogle-icon.toogle-icon-close:after {
  -webkit-transform: translateY(-8px) rotateZ(45deg);
  -moz-transform: translateY(-8px) rotateZ(45deg);
  -ms-transform: translateY(-8px) rotateZ(45deg);
  -o-transform: translateY(-8px) rotateZ(45deg);
  transform: translateY(-8px) rotateZ(45deg);
}
.toogle-icon,
.toogle-icon:before,
.toogle-icon:after {
  background: #000;
}
/* ## Single Post Navigation */
/*------------------------------------------------------------
 * ## Post-navigation
 *------------------------------------------------------------
 */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .left-sidebar #primary .site-main .comment-navigation,
  .left-sidebar #primary .site-main .posts-navigation {
    padding-left: 60px;
  }
  .right-sidebar #primary .site-main .comment-navigation,
  .right-sidebar #primary .site-main .posts-navigation {
    padding-right: 60px;
  }
}
.nav-links {
  width: 100%;
  display: table;
  text-align: center;
  margin-bottom: 30px;
}
.nav-previous {
  border-width: 1px 1px 1px 1px;
  text-align: left;
}
.nav-next {
  border-width: 1px 1px 1px 1px;
  text-align: right;
}
.nav-previous,
.nav-next {
  display: table-cell;
  position: relative;
  padding: 15px;
  width: 50%;
  border-style: solid;
}
.nav-previous a,
.nav-next a {
  padding: 0 15px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .site-main .comment-navigation,
  .site-main .posts-navigation,
  .site-main .post-navigation {
    border: 0;
  }
  .nav-previous:before {
    left: inherit;
  }
  .nav-next:after {
    right: inherit;
  }
  .site-main .comment-navigation:after,
  .site-main .posts-navigation:after,
  .site-main .post-navigation:after {
    display: none;
  }
}
.nav-links .page-numbers {
  background: transparent;
  display: inline-block !important;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #ccc;
  margin-right: 7px;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 50px;
  width: auto !important;
}
.nav-links .page-numbers.current,
.nav-links .page-numbers:hover,
.nav-links .page-numbers:focus {
  background: #000;
  color: #fff;
  border-color: #000;
}
/* ## Single Post Comments */
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comments-title {
  border-bottom: 2px solid #f3f2f1;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  font-size: 1.45em;
  padding-bottom: 1.5em;
  margin: 3em 0 3em;
}
.comment-list {
  padding: 0;
  margin: 0;
}
.comment-list,
.comment-list ol {
  list-style-type: none;
}
.comment-body {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 2.2em;
  padding-bottom: 0.8em;
}
.comment-meta {
  position: relative;
  margin-left: 70px;
  color: #000;
  background-color: inherit;
  margin-top: inherit;
  padding: 0;
}
.comment .avatar {
  position: absolute;
  left: -70px;
  width: 50px;
  height: 50px;
}
.children {
  margin-left: 1em;
  padding-left: 0;
}
.comment .avatar {
  top: -5px;
}
@media screen and (min-width: 30em) {
  .children {
    margin-left: 2em;
  }
  .comment-meta {
    margin-left: 80px;
  }
  .comment .avatar {
    top: 0px;
    left: -90px;
    width: 55px;
    height: 55px;
  }
  .comment-content {
    margin-left: 80px;
  }
}
@media screen and (min-width: 50em) {
  .children {
    margin-left: 3em;
  }
  .comment-meta {
    margin-left: 90px;
  }
  .comment .avatar {
    top: 5px;
    left: -90px;
    width: 55px;
    height: 55px;
  }
  .comment-content {
    margin-left: 90px;
  }
}
.comment-meta b a {
  text-decoration: none;
  color: #333;
}
.comment-meta a {
  text-decoration: none;
  color: #888;
}
.comment-meta a:hover,
.comment-meta a:focus {
  border-bottom: 2px solid #000;
}
.comment-metadata a:hover,
.comment-metadata a:focus {
  border-color: #ebebeb;
}
.comment-author {
  font-size: 1em;
  line-height: 1.3em;
}
.comment-author b {
  font-weight: 500;
}
.says {
  font-size: 80%;
}
.comment-metadata {
  margin-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 0.8em;
  line-height: 1em;
}
.comment-metadata .edit-link {
  float: right;
  margin-top: -1.5em;
}
.comment-metadata .edit-link a {
  padding: 0.5em 1em;
  font-weight: 600;
  color: #999;
}
.comment-metadata .edit-link a:hover,
.comment-metadata .edit-link a:focus,
.comment-metadata .edit-link a:active {
  color: #fff;
  border: 1px solid #999;
}
.reply {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 30em) {
  .reply {
    margin-left: 80px;
  }
}
@media screen and (min-width: 50em) {
  .reply {
    margin-left: 90px;
  }
}
.reply a {
  display: inline-block;
  padding: 0.5em 1.3em;
  font-size: 0.62em;
  color: #fff;
  line-height: 1.6em;
  text-decoration: none;
  transition: all 0.3s;
  border-radius: 99px;
  background-color: #999;
  text-transform: uppercase;
  font-weight: 500;
}
.reply a:hover,
.reply a:focus {
  background: #000;
  color: #fff;
  border-color: #000;
}
.comment-respond {
  margin-bottom: 2em;
}
#reply-title {
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 0.5em;
  display: block;
}
.comment-content ol {
  list-style-type: decimal;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor .avatar {
  box-sizing: content-box;
}
.logged-in-as {
  margin: 0.5em 0;
}
@media screen and (min-width: 50em) {
  .logged-in-as {
    font-size: 85%;
  }
}
.comment-notes {
  color: #888;
  margin-top: 0.5em;
}
.comment-form label {
  font-weight: 700;
  width: 5em;
  display: inline-block;
}
.comments-area .comment-form-cookies-consent input,
.comments-area .comment-subscription-form input,
.comments-area .comment-form-cookies-consent label,
.comments-area .comment-subscription-form label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  width: inherit;
}
.comments-area .comment-form-cookies-consent input,
.comments-area .comment-subscription-form input {
  margin-right: 5px;
}
.comment-form textarea,
.comment-form input {
  border-radius: 0;
  border: 1px solid #e3e3e3;
  font-size: 85%;
}
.comment-form-comment label {
  margin-bottom: 15px;
}
.comment-form .submit {
  background-color: #000;
  font-weight: 600;
  border: none;
  color: #fff;
  border-radius: 0;
  padding: 1em 1.5em;
}
.form-submit {
  margin-bottom: 0.8em;
}
.site-main .comment-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous {
  float: left;
  width: 100%;
}
.comment-navigation .nav-next {
  float: right;
  width: 100%;
}
.comment-navigation a {
  font-size: 1.5em;
}
.comment-navigation {
  font-weight: 600;
  text-align: left;
  overflow: hidden;
}
.comment-navigation a {
  color: #000;
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 1.2em;
  border: 1px solid #ebebeb;
  transition: all 0.3s;
  background-color: #fbfbfb;
}
@media screen and (min-width: 62em) {
  .comment-navigation a {
    padding: 1.5em;
  }
}
@media screen and (min-width: 80em) {
  .comment-navigation a {
    padding: 1.8em;
  }
}
.comment-navigation a:hover,
.comment-navigation a:focus {
  border-color: #999;
  color: #fff;
  background-color: #999;
}
@media screen and (min-width: 30em) {
  .comment-navigation .nav-previous {
    display: flex;
    align-items: stretch;
    float: left;
    width: 48%;
  }
  .comment-navigation .nav-next {
    display: flex;
    align-items: stretch;
    float: right;
    text-align: right;
    width: 48%;
  }
}
/*--------------------------------------------------------------
# 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: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.skip-link {
  font-size: 16px !important;
}
#content[tabindex="-1"]:focus {
  outline: none;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.row:before,
.row:after,
.widget:before,
.widget:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.united-navigation:before,
.united-navigation:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.united-block:before,
.united-block:after,
.search-form:before,
.search-form:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.row:after,
.widget:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.united-navigation:after,
.site-content:after,
.site-footer:after,
.united-block:after,
.search-form:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}
#secondary .site-branding,
#secondary .widget {
  padding: 0 0 25px 60px;
  margin: 0 0 25px;
}
#secondary .site-branding .logo {
  border-bottom: 6px solid #000;
  padding-bottom: 20px;
}
#secondary .widget {
  border-bottom: 1px solid;
}
#secondary .widget:last-child {
  border: 0;
  margin-bottom: 0;
}
.widget-title,
.wp-block-heading {
  display: block;
  border-top: 6px solid #000;
  padding-top: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  margin: 20px 0;
  text-transform: uppercase;
  color: #000;
}
#secondary .widget-panel .widget:first-child .widget-title,
#secondary .widget-panel .widget:first-child .wp-block-heading {
  border: 0;
  padding-top: 0;
}
.widget-title:before,
.wp-block-heading:before {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 30px;
  right: 10px;
  margin-left: 10px;
}
.widget select {
  max-width: 100%;
}
.widget ul,
.widget ol {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.widget_recent_comments li,
.widget_pages li a,
.widget_archive li a,
.widget_meta li a,
.widget_categories li,
.widget_nav_menu li a,
.widget_recent_entries li a,
.wp-block-archives-list li a,
.wp-block-categories-list li a,
.wp-block-latest-posts__list li a,
.wp-block-latest-comments__comment {
  padding: 10px 0;
  position: relative;
  display: table;
  width: 100%;
}
.tagcloud a {
  font-size: 14px !important;
  text-transform: uppercase;
  line-height: 25px;
}
#wp-calendar {
  width: 100%;
  margin: 0;
}
#wp-calendar caption {
  text-align: right;
}
#wp-calendar thead th {
  text-align: center;
}
#wp-calendar tbody td {
  border: 1px solid #313131;
  text-align: center;
  padding: 8px;
}
.site-widget-area #wp-calendar tbody td {
  border-color: #d0d0d0;
}
#wp-calendar tbody td:hover {
  background: #000;
  filter: alpha(opacity=62);
  opacity: 0.62;
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tfoot #next {
  text-transform: uppercase;
  text-align: left;
  border: none;
  background: none;
}
#wp-calendar tfoot #prev {
  text-transform: uppercase;
  text-align: left;
  border: none;
  background: none;
}
#wp-calendar tfoot td.pad {
  display: none;
}
.widget_rss img {
  display: none;
}
.rss-date {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.rssSummary {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.6em;
}
.widget_rss li a {
  display: block;
  line-height: 1.4em;
  text-transform: uppercase;
}
.widget_rss cite {
  font-size: 12px;
  display: block;
  padding-bottom: 20px;
}
.widget_rss li:last-child cite {
  padding-bottom: 0;
}
.tagcloud > a {
  border: 1px solid #e2e2e2;
  display: inline-block;
  font-size: 14px !important;
  letter-spacing: 1px;
  padding: 6px 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  color: #333;
  text-transform: uppercase;
}
.full-item {
  margin-bottom: 30px;
}
.full-item .entry-title {
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 6px;
}
.full-item .entry-meta {
  display: none;
}
.social-widget-menu ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.social-widget-menu ul li {
  display: inline-block;
  vertical-align: middle;
}
.social-widget-menu ul li a {
  background: #000;
  color: #fff;
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.author-info {
  text-align: center;
}
.author-header-background {
  height: 160px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: -55px;
}
.author-image {
  position: relative;
  z-index: 1;
}
.author-image img {
  background: #fff;
  width: 116px;
  height: 116px;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 200em;
}
.author-image:hover img,
.author-image:focus img {
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
}
.author-details .author-name {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1px;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.wrapper,
.site-content {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row.row-small {
  margin-right: -10px;
  margin-left: -10px;
}
.col {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.row.row-small .col {
  padding-right: 10px;
  padding-left: 10px;
}
.col-one {
  width: 10%;
}
.col-two {
  width: 20%;
}
.col-three {
  width: 30%;
}
.col-three-1 {
  width: 33.33%;
}
.col-four {
  width: 40%;
}
.col-five {
  width: 50%;
}
.col-six {
  width: 60%;
}
.col-seven {
  width: 70%;
}
.col-eight {
  width: 80%;
}
.col-nine {
  width: 90%;
}
.col-full {
  width: 100%;
}
@media (max-width: 991px) {
  .col {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 500px) {
  .row.row-small .col.col-three {
    width: 30%;
  }
  .row.row-small .col.col-seven {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .wrapper,
  .site-content {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .wrapper,
  .site-content {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .wrapper,
  .site-content {
    width: 1170px;
  }
  .no-sidebar .site-content {
    width: 1024px;
  }
}
@media (min-width: 1500px) {
  .wrapper,
  .site-content {
    width: 1400px;
  }
  .no-sidebar .site-content {
    width: 1400px;
  }
}
.home.no-sidebar #primary .hentry,
.archive.no-sidebar #primary .hentry {
  max-width: 991px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  float: none;
}
.search-results.no-sidebar .page-header,
.archive.no-sidebar .page-header .page-title {
  text-align: center;
}
#primary,
#secondary {
  float: left;
  width: 100%;
  padding-top: 40px;
}
#primary {
  width: 100%;
}
#primary #main {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 575px) {
  #primary #main {
    width: 100%;
  }
}
#primary #main article {
  text-align: center;
}
#primary #main article .continue-link {
  margin-left: auto;
}
.error404 #primary,
.no-sidebar #primary {
  width: 100%;
}
#secondary {
  width: 37%;
  padding-right: 0;
}
.left-sidebar #primary {
  float: right;
}
.left-sidebar #secondary {
  padding-left: 0;
  padding-right: 25px;
}
.right-sidebar #primary {
  border-right: 1px solid;
}
.left-sidebar #primary {
  border-left: 1px solid;
}
.error404 #primary {
  border-right: 1px solid;
  border-left: 1px solid;
}
@media only screen and (min-width: 992px) {
  .right-sidebar #primary .hentry,
  .right-sidebar #primary .slider-wrapper,
  .right-sidebar .site-main .post-navigation,
  .right-sidebar .site-main .related-block,
  .right-sidebar .site-main .comments-area {
    padding-right: 60px;
  }
  .left-sidebar #primary .hentry,
  .left-sidebar #primary .slider-wrapper,
  .left-sidebar .site-main .post-navigation,
  .left-sidebar .site-main .related-block,
  .left-sidebar .site-main .comments-area {
    padding-left: 60px;
  }
  .left-sidebar #secondary .site-branding,
  .left-sidebar #secondary .widget {
    padding-left: 0;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 991px) {
  #primary {
    border: 0 !important;
    width: 100%;
  }
  #secondary {
    width: 100%;
  }
  .left-sidebar #primary {
    float: left;
  }
  .site #secondary .widget {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.site-content {
  clear: both;
}
#masthead {
  border-bottom: 1px solid;
  position: relative;
  padding: 16px 0;
  z-index: 100;
}
#masthead.header-image-disabled {
  border: 0;
}
#masthead.header-image {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.top-social,
.united-navigation {
  display: inline-block;
  vertical-align: middle;
}
.site-header-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 575px) {
  .site-header-details {
    gap: 24px;
  }
}
.site-header-details > * {
  flex: 1;
}
@media (max-width: 575px) {
  .site-header-details > * {
    flex: auto;
  }
}
.site-header-right {
  text-align: right;
  min-width: 64px;
}
.site-content > .site-branding {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid;
}
.site-title {
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 800;
}
.site-description {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.site-title,
.site-description {
  margin: 0 auto;
}
.site-description {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-top: 4px;
}
.model-search-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.popup-form {
  display: table-cell;
  vertical-align: middle;
}
.search-form {
  text-align: center;
}
.search-form label {
  display: block;
  width: 70%;
  float: left;
}
.search-form label .search-field {
  height: 47px;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100%;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #e0e0e0;
}
.search-form .search-submit {
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 30%;
}
.model-search .search-form {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.05);
}
.model-search .search-form label {
  width: 85%;
  width: calc(100% - 200px);
}
.model-search .search-form .search-submit {
  float: right;
  font-size: 24px;
  width: 200px;
  height: 60px;
  line-height: 60px;
  padding-top: 0;
  padding-bottom: 0;
}
.model-search .search-form label .search-field {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #ccc;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  font-size: 18px;
  letter-spacing: 1px;
  width: 100%;
}
.model-search {
  position: fixed;
  width: 0;
  height: 100%;
  overflow-y: auto;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 20px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  margin: auto;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.united-model .model-search {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.model-search .cross-exit {
  background: none;
  position: fixed;
  bottom: 80px;
  right: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  z-index: 1;
  width: 40px;
  height: 30px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.model-search .cross-exit:hover,
.model-search .cross-exit:focus {
  background: none !important;
  outline: thin dotted #000;
}
.model-search .cross-exit:after,
.model-search .cross-exit:before {
  content: "";
  height: 1px;
  width: 41px;
  position: absolute;
  background-color: #333;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.model-search .cross-exit:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.model-search .cross-exit:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mainslider .slick-slide {
  position: relative;
  overflow: hidden;
}
.main-slider-content {
  background-color: #212121;
  position: relative;
  height: 680px;
}
@media (max-width: 1199px) {
  .main-slider-content {
    height: 580px;
  }
}
@media (max-width: 991px) {
  .main-slider-content {
    height: 492px;
  }
}
@media (max-width: 575px) {
  .main-slider-content {
    height: 380px;
  }
}
#mainslider .slides-image {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}
#mainslider .slides-image::before {
  position: absolute;
  content: "";
  inset: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
#mainslider .slide-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 3.2rem;
  color: #fff;
}
@media (max-width: 991px) {
  #mainslider .slide-caption {
    padding: 1.6rem;
  }
}
@media (max-width: 575px) {
  #mainslider .slide-caption .entry-title {
    margin-bottom: 8px;
  }
}
#mainslider .slide-caption a:not(:hover, :focus) {
  color: #fff;
}
.slides-excerpt {
  line-height: 32px;
  font-size: 18px;
}
#mainslider .slide-caption .continue-reading-btn {
  margin-top: 8px;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
#primary .hentry {
  padding-bottom: 2em;
  border-bottom: 1px solid;
}
#primary .hentry:last-child,
.single #primary .hentry,
.page-template-default.page #primary .hentry {
  border: 0;
}
.hentry .entry-header {
  padding-bottom: 20px;
  line-height: 1.1em;
  margin: 0 auto;
}
.hentry .photo-grid .entry-header .entry-title {
  font-size: 20px;
  font-weight: 400;
  margin: 15px auto;
}
.hentry .photo-grid .entry-header .entry-title,
.hentry .photo-grid .entry-header .entry-meta {
  text-align: left;
}
.hentry .photo-grid .entry-header .entry-meta > span {
  padding-left: 0;
}
.single .hentry .entry-header,
.single .hentry .entry-content,
.single .hentry .entry-footer,
.page-template-default.page .hentry .entry-header,
.page-template-default.page .hentry .entry-content,
.page-template-default.page .hentry .entry-footer {
  text-align: left;
  width: 100%;
}
#primary .hentry .zoom-gallery {
  margin-bottom: 20px;
}
.entry-meta,
.entry-footer {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
.entry-meta > span {
  font-weight: 700;
  padding-left: 10px;
  padding-right: 10px;
}
.entry-meta > span:first-child {
  padding-left: 0;
}
.entry-footer .cat-links,
.entry-footer .tags-links {
  font-weight: 700;
  padding-left: 5px;
  padding-right: 5px;
}
.entry-footer .cat-links {
  padding-left: 0;
}
.single .entry-footer .cat-links,
.single .entry-footer .tags-links {
  width: 100%;
  display: block;
  margin: 10px auto;
  padding: 0;
}
.single .entry-meta {
  padding-bottom: 20px;
}
.single .entry-meta > span {
  float: left;
}
.single .entry-meta > span:first-child {
  padding-left: 0;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.excerpt,
.entry-content {
  font-size: 18px;
  line-height: 28px;
  margin: 0 auto;
}
.excerpt .continue-link,
.entry-content .continue-link {
  margin-left: 0;
}
.home.no-sidebar #primary .hentry .excerpt .continue-link,
.home.no-sidebar #primary .hentry .entry-content .continue-link,
.archive.no-sidebar #primary .hentry .excerpt .continue-link,
.archive.no-sidebar #primary .hentry .entry-content .continue-link {
  margin-left: auto;
  margin-right: auto;
}
.slides-excerpt {
  font-size: 18px;
}
.entry-title,
.page-title,
.title-header {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
}

.entry-title-large {
  font-size: 64px;
}

@media (max-width: 1199px) {
  .entry-title-large {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .entry-title-large {
    font-size: 28px;
  }
}

.entry-title-big {
  font-size: 39px;
}

.entry-title-medium {
  font-size: 28px;
}

.entry-title-small {
  font-size: 22px;
}

.continue-reading-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 20px;
  filter: alpha(opacity=70);
}
.continue-reading-btn span,
.continue-reading-btn #svg-arrow,
.continue-reading-btn svg:not(:root) {
  display: inline-block;
  vertical-align: middle;
}
.slide-caption #svg-arrow,
.slide-caption svg:not(:root) {
  width: 24px;
  height: 24px;
  fill: currentColor;
  padding-left: 8px;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.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%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: block;
  max-width: 288px;
}
@media only screen and (max-width: 991px) {
  .custom-logo-link {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .custom-logo-link {
    max-width: 148px;
  }
}
.site-header.scroll-down .custom-logo-link {
  max-width: 152px;
}
/*--------------------------------------------------------------
## 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;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: block;
  float: left;
  width: 100%;
  padding: 0 5px;
  position: relative;
  margin: 2px auto;
}
.wp-block-gallery.columns-1 {
  display: block;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-2 .gallery-item:nth-child(2n + 1) {
  clear: left;
}
.gallery-columns-3 .gallery-item {
  width: 33.33%;
}
.gallery-columns-3 .gallery-item:nth-child(3n + 1) {
  clear: left;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-4 .gallery-item:nth-child(4n + 1) {
  clear: left;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-5 .gallery-item:nth-child(5n + 1) {
  clear: left;
}
.gallery-columns-6 .gallery-item {
  width: 16.66%;
}
.gallery-columns-6 .gallery-item:nth-child(6n + 1) {
  clear: left;
}
.gallery-columns-7 .gallery-item {
  width: 14.28%;
}
.gallery-columns-7 .gallery-item:nth-child(7n + 1) {
  clear: left;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-8 .gallery-item:nth-child(8n + 1) {
  clear: left;
}
.gallery-columns-9 .gallery-item {
  width: 11.11%;
}
.gallery-columns-9 .gallery-item:nth-child(9n + 1) {
  clear: left;
}
.gallery-caption {
  display: block;
  background: #000;
  background: rgba(0, 0, 0, 0.74);
  color: #fff;
  font-size: 85%;
  line-height: 1.22857143;
  position: absolute;
  bottom: 10px;
  left: 5px;
  right: 5px;
  padding: 15px;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  body .gallery:not(.gallery-columns-1) .gallery-item {
    width: 50%;
    clear: none !important;
  }
  body .gallery:not(.gallery-columns-1) .gallery-item:nth-child(2n + 1) {
    clear: left !important;
  }
}
@media only screen and (max-width: 640px) {
  body .gallery:not(.gallery-columns-1) .gallery-item {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 290px;
    width: 100%;
  }
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  border-top: 1px solid;
}
.site-widget-area {
  border-bottom: 1px solid;
  padding-top: 50px;
  padding-bottom: 30px;
}
.footer-social-menu {
  background: #fff;
  text-align: center;
  padding: 25px 0;
}
.site-info {
  background: #212121;
  padding: 20px 0;
}
.social-navigation {
  font-size: 16px;
  font-size: 1rem;
}
.social-navigation ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
.social-navigation li {
  display: inline-block;
  vertical-align: middle;
}
.social-navigation a {
  display: block;
  margin: 0 0.5em 0 0;
  text-align: center;
}
.footer-social-menu .social-navigation a {
  display: inline;
}
.social-navigation a .icon-label {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}
.social-navigation .icon {
  height: 18px;
  width: 18px;
  vertical-align: top;
}
.top-social .social-navigation .icon {
  margin: 25px 0;
  top: 10px;
}
.footer-social-menu .social-navigation li {
  margin: 10px;
}
.footer-social-menu .social-navigation .icon {
  height: 20px;
  top: 10px;
  width: 20px;
}
.icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  position: relative;
  top: -0.0625em;
  vertical-align: middle;
  width: 1em;
}
.copyright-info {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 10px auto;
  text-align: center;
  text-transform: uppercase;
}
.copyright-info a {
  color: #f44336;
}
.photo-grid {
  background-color: #fff;
  margin: 0 0 35px;
}
.photo-grid header {
  border: 1px solid;
}
.photo-wrapper img {
  vertical-align: bottom;
}
.related-block {
  border-top: 1px solid;
  margin-bottom: 20px;
}
.related-block .photo-wrapper img {
  vertical-align: bottom;
  max-height: 160px;
  object-fit: cover;
  width: 100%;
  object-position: center;
}
/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/
#primary .slider-wrapper {
  margin-bottom: 60px;
}
.slider {
  position: relative;
  background: #000;
}
.slider * {
  outline: none !important;
}
.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}
.slider-nav .slick-dots {
  top: 50px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  line-height: 10px;
  margin: 20px 5px;
  padding: 0;
  cursor: pointer;
  vertical-align: middle;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent !important;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  background: transparent !important;
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  content: "";
  background: transparent;
  border: 1px solid #b90808;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  text-align: center;
  opacity: 0.25;
  color: #b90808;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #b90808;
  background: #b90808;
}
#secondary .widget,
#masthead,
.site #primary,
.site-content > .site-branding,
.comments-title,
.comments-area .comment-respond .comment-reply-title,
#wp-calendar tbody td,
.site .site-footer,
.site .site-widget-area,
#primary .hentry,
.nav-previous,
.nav-next,
.photo-grid header,
.related-block {
  border-color: #e0e0e0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.navigation.pagination .page-numbers.current,
.tagcloud > a:hover,
.tagcloud > a:focus {
  background-color: #000000;
  color: #fff;
}
button:hover,
button:active,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
  background-color: #f44336;
}
.comment-form .submit:hover,
.comment-form .submit:active,
.comment-form .submit:focus {
  background: #000;
}
.post-navigation a:hover,
.post-navigation a:focus {
  border-color: #000;
}
@media only screen and (max-width: 767px) {
  .hidden-mobile {
    display: none;
  }
  .slides-title {
    font-size: 28px;
  }
}
.error-404 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.error-404 .search-form {
  margin-bottom: 30px;
}
.error-404 .widget_recent_entries ul {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  counter-reset: list-numbers;
  margin-left: 15px;
  margin-right: 15px;
}
.error-404 .widget_recent_entries ul:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.error-404 .widget_recent_entries ul li {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.error-404 .widget_recent_entries ul li:before {
  counter-increment: list-numbers;
  content: counter(list-numbers);
  background-color: #000;
  color: #fff;
  position: absolute;
  left: 0;
  top: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.search-results .page-header,
.archive .page-header .page-title {
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 58px;
  display: inline-block;
  border-bottom: 2px dashed #000;
}
.search-results .page-header span,
.archive .page-header span {
  color: #000;
  font-weight: 700;
}
.tags-links a:before {
  content: "#";
  display: inline-block;
  margin-right: 4px;
}
.gallery-columns-1 .slick-dots {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.gallery-columns-1 .slick-dots li {
  display: inline-block;
}
.gallery-columns-1 .nav {
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  padding: 10px;
  z-index: 1;
}
.gallery-columns-1 .nav-angle-left {
  left: 5px;
  right: inherit;
}
.gallery-columns-1 .nav-angle-right {
  right: 5px;
  left: inherit;
}
.gallery-columns-1 .nav:before {
  content: "";
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 5px;
  right: 5px;
  z-index: 1;
  top: 5px;
}
.gallery-columns-1 .nav-angle-left:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg class='svg-icon' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32.635 32.635' style='enable-background:new 0 0 32.635 32.635;' xml:space='preserve'%3e%3cg%3e%3cpath d='M32.135,16.817H0.5c-0.276,0-0.5-0.224-0.5-0.5s0.224-0.5,0.5-0.5h31.635c0.276,0,0.5,0.224,0.5,0.5S32.411,16.817,32.135,16.817z'/%3e%3cpath d='M13.037,29.353c-0.128,0-0.256-0.049-0.354-0.146L0.146,16.669C0.053,16.575,0,16.448,0,16.315s0.053-0.26,0.146-0.354L12.684,3.429c0.195-0.195,0.512-0.195,0.707,0s0.195,0.512,0,0.707L1.207,16.315l12.184,12.184c0.195,0.195,0.195,0.512,0,0.707C13.293,29.304,13.165,29.353,13.037,29.353z'/%3e%3c/g%3e%3c/svg%3e");
}
.gallery-columns-1 .nav-angle-right:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg class='svg-icon' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32.635 32.635' style='enable-background:new 0 0 32.635 32.635;' xml:space='preserve'%3e%3cg%3e%3cpath d='M32.135,16.817H0.5c-0.276,0-0.5-0.224-0.5-0.5s0.224-0.5,0.5-0.5h31.635c0.276,0,0.5,0.224,0.5,0.5S32.411,16.817,32.135,16.817z'/%3e%3cpath d='M19.598,29.353c-0.128,0-0.256-0.049-0.354-0.146c-0.195-0.195-0.195-0.512,0-0.707l12.184-12.184L19.244,4.136c-0.195-0.195-0.195-0.512,0-0.707s0.512-0.195,0.707,0l12.537,12.533c0.094,0.094,0.146,0.221,0.146,0.354s-0.053,0.26-0.146,0.354L19.951,29.206C19.854,29.304,19.726,29.353,19.598,29.353z'/%3e%3c/g%3e%3c/svg%3e");
}
.recommended-title {
  font-size: 42px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  .recommended-title {
    font-size: 24px;
    letter-spacing: 1px;
  }
}
#masthead.header-image {
  position: relative;
}
#masthead .wrapper {
  position: relative;
  z-index: 1;
}
/*Gutenberg Fix*/
.wp-block-gallery {
  list-style: none;
  padding: 0 !important;
  margin: 0 auto !important;
}
.wp-block-quote {
  margin: 30px 0 30px 0 !important;
  padding: 50px !important;
  font-size: 15px;
  font-style: normal;
  text-align: left;
  quotes: none;
  box-sizing: border-box;
  font-weight: 400;
  position: relative;
  border-left: 0 !important;
  background: #f5f5f5;
}
.wp-block-quote:before,
.wp-block-quote:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 5px auto;
}
.wp-block-quote:before {
  background: #f5f5f5 url(images/icons/icon-quote-top.svg) no-repeat center;
  top: 10px;
  left: 40px;
  color: #fff;
}
.wp-block-quote:after {
  background: #f5f5f5 url(images/icons/icon-quote-down.svg) no-repeat center;
  right: 40px;
  bottom: 0;
}
.wp-block-quote cite {
  font-size: 12px;
  font-style: normal;
}
.wp-block-quote.is-style-large {
  margin-bottom: 23px;
  margin-top: 0 !important;
}
.wp-block-quote.is-style-large p {
  font-size: 24px !important;
  line-height: 1.5 !important;
}
.wp-block-quote p {
  line-height: 25px !important;
}
@media only screen and (min-width: 768px) {
  .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    max-width: 1000%;
  }
  .alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    width: auto;
    max-width: 1000%;
  }
  .alignwide img,
  .alignfull img {
    display: block;
    margin: 0 auto;
  }
}
.hentry .entry-content ul {
  margin: 0 auto 20px;
  padding: 20px;
}
.visible-devices {
  display: none !important;
  visibility: hidden;
  opacity: 0;
}
body.no-sidebar .visible-devices {
  display: block !important;
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 1199px) {
  .site-branding .site-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .site-branding .site-title {
    font-size: 26px;
  }
  .icon-search svg {
    display: block;
  }
  .hidden-devices {
    display: none !important;
    visibility: hidden;
    opacity: 0;
  }
  .visible-devices {
    display: block !important;
    visibility: visible;
    opacity: 1;
  }
  .site-branding.visible-devices {
    margin-top: 40px;
    text-align: center;
  }
  body .site .social-navigation.social-navigation-nav {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
@media only screen and (max-width: 767px) {
  .site-branding .site-title {
    font-size: 18px;
  }
  .model-search .search-form label,
  .model-search .search-form .search-submit {
    width: 100%;
    margin: 5px auto;
  }
  .model-search .search-form label .search-field {
    border-width: 1px;
  }
  .nav-previous,
  .nav-next {
    display: block;
    margin: 8px auto;
    text-align: center;
    width: 100%;
  }
}
.nav-arrow {
  background: #f44336;
  position: absolute;
  z-index: 1;
  display: block;
  width: 40px;
  height: 35px;
  font-size: 24px;
  line-height: 35px;
  cursor: pointer;
  top: 50%;
  margin-top: -20px;
  text-align: center;
  padding: 0;
  border-radius: 4px;
}
.nav-arrow:hover,
.nav-arrow:focus {
  background: #9b9b9b;
}
.nav-arrow.icon-right {
  right: 15px;
}
.nav-arrow.icon-left {
  left: 15px;
}
.nav-arrow.nav-main {
  left: inherit;
  right: 20px;
  top: 20px;
  margin: 0 auto;
}
.nav-arrow.nav-main.icon-left {
  right: 65px;
}
.nav-arrow:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  display: block;
  width: 16px;
  height: 35px;
  line-height: 35px;
  margin: 0 auto;
}
.nav-arrow.icon-left:before {
  background-image: url("images/icons/left-arrow.svg");
}
.nav-arrow.icon-right:before {
  background-image: url("images/icons/right-arrow.svg");
}
.scroll-up {
  transition: none !important;
}
.scroll-up {
  background: #fff;
  position: fixed;
  bottom: 10px;
  right: 20px;
  width: 60px;
  height: 60px;
  padding: 0;
  text-align: center;
  display: none;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.scroll-up:before {
  content: "";
  background: url("images/icons/up-arrow.svg") no-repeat center;
  display: block;
  width: 25px;
  height: 60px;
  line-height: 60px;
  opacity: 1;
  margin: 0 auto;
}
.scroll-up span {
  display: none;
}
.site-content .zoom-gallery,
.site .zoom-gallery {
  position: relative;
}
.site-content .zoom-gallery img,
.site .zoom-gallery img {
  width: 100%;
  object-fit: cover;
  height: inherit;
}
@media only screen and (min-width: 992px) {
  .site-content .site-main .zoom-gallery img,
  .site .site-main .zoom-gallery img {
    height: 600px;
  }
  .site-content .photo-wrapper-medium img,
  .site .photo-wrapper-medium img {
    height: 300px;
  }
}
.site .enlarge-icon-zoomer,
.site-content .enlarge-icon-zoomer {
  cursor: pointer;
  position: absolute;
  height: 50px;
  right: 20px;
  top: 20px;
  width: 50px;
  display: flex;
  z-index: 99;
  align-items: center;
  justify-content: center;
  background: #333;
  background: rgba(0, 0, 0, 0.12);
  margin: 0;
  padding: 0;
}
.site .enlarge-icon-zoomer:hover,
.site-content .enlarge-icon-zoomer:hover,
.site .enlarge-icon-zoomer:focus,
.site-content .enlarge-icon-zoomer:focus {
  background: #000;
  background: rgba(0, 0, 0, 0.62);
}
.site-content .enlarge-icon,
.site .enlarge-icon {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 490.667 490.667' fill='white' style='enable-background:new 0 0 490.667 490.667;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M423.531,67.136c-4.16-4.16-10.923-4.16-15.083,0L259.115,216.469c-4.16,4.16-4.16,10.923,0,15.083 c2.091,2.069,4.821,3.115,7.552,3.115c2.731,0,5.461-1.045,7.531-3.115L423.531,82.219 C427.691,78.059,427.691,71.296,423.531,67.136z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M416,64c-5.888,0-10.667,4.779-10.667,10.667v128c0,5.888,4.779,10.667,10.667,10.667c5.888,0,10.667-4.779,10.667-10.667 v-128C426.667,68.779,421.888,64,416,64z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M416,64H288c-5.888,0-10.667,4.779-10.667,10.667S282.112,85.333,288,85.333h128c5.888,0,10.667-4.779,10.667-10.667 S421.888,64,416,64z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M231.531,259.136c-4.16-4.16-10.923-4.16-15.083,0L67.115,408.469c-4.16,4.16-4.16,10.923,0,15.083 c2.091,2.069,4.821,3.115,7.552,3.115c2.731,0,5.461-1.045,7.531-3.115l149.333-149.333 C235.691,270.059,235.691,263.296,231.531,259.136z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M74.667,277.333C68.779,277.333,64,282.112,64,288v128c0,5.888,4.779,10.667,10.667,10.667S85.333,421.888,85.333,416V288 C85.333,282.112,80.555,277.333,74.667,277.333z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M202.667,405.333h-128C68.779,405.333,64,410.112,64,416c0,5.888,4.779,10.667,10.667,10.667h128 c5.888,0,10.667-4.779,10.667-10.667C213.333,410.112,208.555,405.333,202.667,405.333z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M458.667,0H32C14.357,0,0,14.357,0,32v426.667c0,17.643,14.357,32,32,32h426.667c17.643,0,32-14.357,32-32V32 C490.667,14.357,476.309,0,458.667,0z M469.333,458.667c0,5.867-4.8,10.667-10.667,10.667H32c-5.867,0-10.667-4.8-10.667-10.667 V32c0-5.867,4.8-10.667,10.667-10.667h426.667c5.867,0,10.667,4.8,10.667,10.667V458.667z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
}
body .mfp-image-holder .mfp-close,
body .mfp-iframe-holder .mfp-close {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: transparent;
}
.rtl .slide-caption #svg-arrow,
.rtl .slide-caption svg:not(:root),
.rtl .nav-arrow.icon-left:before,
.rtl .nav-arrow.icon-right:before {
  /*rtl:begin:ignore*/
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  /*rtl:end:ignore*/
}
.floating-post-navigation {
  position: fixed;
  top: 50%;
  z-index: 999;
  width: 340px;
  height: 200px;
  overflow: hidden;
  background: #000;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.24, 0.6, 0.25, 1);
  -moz-transition: all 0.4s cubic-bezier(0.24, 0.6, 0.25, 1);
  -o-transition: all 0.4s cubic-bezier(0.24, 0.6, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.24, 0.6, 0.25, 1);
}
.floating-post-navigation,
.floating-post-navigation a {
  color: #fff !important;
}
@media (max-width: 575px) {
  .floating-post-navigation {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
.floating-post-navigation img {
  filter: alpha(opacity=65);
  opacity: 0.65;
}
.floating-navigation-prev {
  right: calc(100% - 50px);
}
.floating-navigation-prev:hover {
  right: calc(100% - 339px);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.floating-navigation-next {
  left: calc(100% - 50px);
}
.floating-navigation-next:hover {
  left: calc(100% - 339px);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.floating-post-navigation img {
  object-fit: cover;
  position: absolute;
  top: 0;
  height: 100% !important;
}
.floating-navigation-prev img {
  right: 50px;
}
.floating-navigation-next img {
  left: 50px;
}
.floating-post-navigation a {
  color: inherit;
}
.single .floating-post-navigation a:hover,
.single .floating-post-navigation a:focus {
  color: inherit !important;
}
.floating-post-navigation .floating-navigation-label {
  font-weight: 700;
  position: absolute;
  top: 0;
  writing-mode: vertical-rl;
  right: 0;
  height: 100%;
  text-align: center;
  width: 50px;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 12px;
  z-index: 2;
  letter-spacing: 3px;
}
.floating-navigation-next .floating-navigation-label {
  right: auto;
  left: 0;
}
.floating-post-navigation .floating-navigation-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  width: 100%;
  padding: 20px 60px 20px 20px;
  z-index: 2;
}
.floating-navigation-next .floating-navigation-title {
  padding: 20px 20px 20px 60px;
}
.error-404 .page-header {
  text-align: center;
}
.error-404 .page-title {
  font-size: clamp(4rem, 40vw, 20rem);
  font-weight: 200;
  line-height: 1;
}
.error-404 .page-subtitle {
  font-size: clamp(1.75rem, 3vw, 2.375rem);
}
.error-404 .page-content {
  margin: 100px 0;
}
.error-404 .page-content .search-title {
  font-size: 28px;
  font-weight: 100;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.m-0 {
  margin: 0 !important;
}

.section-spacing {
  margin-bottom: 100px;
}

@media (max-width: 1199px) {
  .section-spacing {
    margin-bottom: 64px;
  }
}

@media (max-width: 991px) {
  .section-spacing {
    margin-bottom: 48px;
  }
}

.unt-block.custom-header {
  position: relative;
  line-height: 0;
  height: 100vh;
  overflow: hidden;
}

@media (max-width: 991px) {
  .unt-block.custom-header {
    height: 600px;
  }
}

.unt-block.custom-header::before {
  position: absolute;
  content: "";
  inset: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

:where(.custom-header-media, .wp-custom-header, .wp-custom-header > *) {
  height: 100%;
  width: 100%;
}

.wp-custom-header img {
  height: 100%;
  object-fit: cover;
}

.wp-custom-header :where(iframe, video) {
  transform: scale(1.8);
}

.wp-custom-header button {
  display: none;
}

.header-media-caption {
  position: absolute;
  top: 40%;
  left: 50%;
  translate: -50% -40%;
  max-width: 800px;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  color: #fff;
  z-index: 5;
}

.header-media-caption .entry-title,
.header-media-caption a:not(:hover, :focus) {
  color: #fff;
}

.header-media-caption p {
  margin: 16px 0 36px;
}

.site-header:not(:has(.unt-block.custom-header)) {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  #page.site:has(.unt-block.custom-header) .site-header {
    position: absolute;
    left: 0;
    right: 0;
    transition: none;
    z-index: 100;
  }
}

.site-header.scroll-down {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0 !important;
  background-color: #fff;
  box-shadow: 0 2px 22px 8px rgba(0, 0, 0, 0.14);
  padding: 8px 0 !important;
}

.site-header.scroll-down .site-title {
  font-size: 26px;
}

.site-header.scroll-down .site-description {
  display: none;
}

.site-header.scroll-down .toggle-menu {
  height: 26px;
}

.site-header.scroll-down .toogle-icon {
  top: 50%;
  translate: 0 -50%;
}

#page.site .site-header button {
  color: #000;
}

#page.site .site-header button:hover,
#page.site .site-header button:focus {
  color: #f44336;
}

@media (min-width: 992px) {
  #page.site:has(.unt-block.custom-header) .site-header a:not(:hover, :focus),
  #page.site:has(.unt-block.custom-header) .site-description {
    color: #fff;
  }

  #page.site:has(.unt-block.custom-header)
    .site-header
    button:not(:hover, :focus) {
    color: #fff;
  }
}

@media (min-width: 992px) {
  #page.site:has(.unt-block.custom-header) .site-header .toogle-icon,
  #page.site:has(.unt-block.custom-header) .site-header .toogle-icon:before,
  #page.site:has(.unt-block.custom-header) .site-header .toogle-icon:after {
    background: #fff;
  }

  #page.site:has(.unt-block.custom-header)
    .site-header.scroll-down
    .toogle-icon,
  #page.site:has(.unt-block.custom-header)
    .site-header.scroll-down
    .toogle-icon:before,
  #page.site:has(.unt-block.custom-header)
    .site-header.scroll-down
    .toogle-icon:after {
    background: #000;
  }
}

#page.site:has(.unt-block.custom-header)
  .site-header
  .nav-toggle:where(:hover, :focus)
  .toogle-icon,
#page.site:has(.unt-block.custom-header)
  .site-header
  .nav-toggle:where(:hover, :focus)
  .toogle-icon:before,
#page.site:has(.unt-block.custom-header)
  .site-header
  .nav-toggle:where(:hover, :focus)
  .toogle-icon:after {
  background: #f44336;
}

#page.site:has(.unt-block.custom-header)
  .site-header.scroll-down
  .site-description {
  color: #000;
}

#page.site:has(.unt-block.custom-header)
  .site-header.scroll-down
  a:not(:hover, :focus),
#page.site:has(.unt-block.custom-header)
  .site-header.scroll-down
  button.icon-search:not(:hover, :focus) {
  color: #000;
}

@media (max-width: 992px) {
  .site-header .icon-search {
    color: #000;
  }
}

@media (min-width: 1200px) {
  #page.site:has(.unt-block.custom-header) .site-header .icon-down {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: -999;
    transition: 0.45s;
  }
}

#page.site:has(.unt-block.custom-header) .site-header.scroll-down .icon-down {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

@media (min-width: 1200px) {
  #page.site:has(.unt-block.custom-header) .site-header .sub-menu {
    display: none;
  }

  #page.site:has(.unt-block.custom-header) .site-header.scroll-down .sub-menu {
    display: inline-block;
  }
}

.unt-btn-primary {
  display: inline-block;
  color: #fff !important;
  background-color: #b90808;
  padding: 20px 36px;
  line-height: 1;
}

body .site .unt-btn-primary:hover,
body .site .unt-btn-primary:focus {
  color: #fff !important;
  background-color: #d80a0a;
}

.unt-btn-primary svg {
  position: relative;
  left: 8px;
  transition: left 0.45s;
}

.unt-btn-primary:where(:hover, :focus) svg {
  left: 12px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

@media (max-width: 1199px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .section-header {
    margin-bottom: 32px;
  }
}

.about-us-top {
  display: flex;
  gap: 32px;
}

@media (max-width: 767px) {
  .about-us-top {
    flex-direction: column;
    gap: 20px;
  }
}

.about-us-top > img {
  width: 40%;
  height: 440px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .about-us-top > img {
    height: 380px;
  }
}

@media (max-width: 575px) {
  .about-us-top > img {
    height: 332px;
  }
}

.about-us-content {
  width: 60%;
  padding-left: 32px;
}

@media (max-width: 991px) {
  .about-us-content {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .about-us-top > img,
  .about-us-content {
    width: 100%;
  }
}

.about-us-content .continue-link {
  display: none;
}

.about-us-bottom,
.about-bottom-item {
  display: flex;
  align-items: center;
  gap: 40px;
}

.about-us-bottom {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .about-us-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
}

.about-us-bottom > * {
  flex: 1;
}

.botton-item-index {
  font-size: 60px;
  font-weight: 600;
}

.bottom-item-text {
  font-size: 22px;
}

.about-us-right {
  position: relative;
  background-color: #f4f4f4;
}

@media (max-width: 991px) {
  .about-us-right {
    margin-top: 40px;
    padding-left: 80px;
  }
}

.about-us-right a {
  position: absolute;
  right: calc(100% - 80px);
  bottom: 80px;
  color: #fff;
  background-color: #b90808;
  height: 160px;
  width: 160px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

@media (max-width: 991px) {
  .about-us-right a {
    right: inherit;
    left: 0;
  }
}

.about-us-right span {
  text-align: center;
}

body .site .about-us-right a:hover,
body .site .about-us-right a:focus {
  color: #fff !important;
  background-color: #d80a0a;
}

.about-us-right {
  height: 548px;
  width: 100%;
}

@media (max-width: 991px) {
  .about-us-right {
    height: 380px;
  }
}

.about-us-right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.about-us-right a svg {
  position: relative;
  left: 8px;
  transform: rotate(-45deg);
}

.category-section {
  background-color: #f5fffe;
  margin-bottom: 0;
  padding: 80px 0;
}

.category-details {
  text-align: center;
}

.category-detail-item img {
  height: 460px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 8px;
}

.our-service {
  position: relative;
  color: #fff;
  padding: 100px 0;
}

.our-service > img,
.our-service::before {
  position: absolute;
  content: "";
  inset: 0;
  height: 100%;
  width: 100%;
}

.our-service:has(> img)::before {
  opacity: .6;
}

.our-service::before {
  background-color: #242424;
  z-index: -1;
}

.our-service a:not(:hover, :focus) {
  color: #fff;
}

.our-service > img {
  object-fit: cover;
  z-index: -2;
}

.our-service-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

@media (max-width: 1199px) {
  .our-service-details {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .our-service-details {
    grid-template-columns: 1fr;
  }
}

.our-service-details .our-service-item img {
  width: 96px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
}

.our-service-details .our-service-item > * {
  margin: 0;
}

.our-service-details .our-service-item > *:last-child {
  margin-bottom: 0;
}

.our-service-item {
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 24px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
}

.theme-link {
  display: block;
  margin-top: 8px;
}

.slick-space {
  padding: 0 20px;
}

.slick-space .slick-list {
  margin: 0 -20px;
}

.slick-space .slick-slide {
  padding: 0 20px;
}

.recommentaion-carousel-item img {
  height: 460px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 16px;
}

.recommendation-block-carousel .slick-dots li button {
  color: #b90808;
}
.recommendation-block-carousel .slick-dots li button:hover,
.recommendation-block-carousel .slick-dots li button:focus {
  outline: none;
}
.recommendation-block-carousel .slick-dots li button:hover:before,
.recommendation-block-carousel .slick-dots li button:focus:before {
  opacity: 1;
}
.recommendation-block-carousel .slick-dots li button:before {
  background: #b90808;
  border: 1px solid #b90808;
  color: #b90808;
}
.recommendation-block-carousel .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #b90808;
  background: #b90808;
}

@media (min-width: 992px) {
  .cta .row {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 991px) {
  .cta-content {
    margin-bottom: 32px;
  }
}

.cta-content p {
  margin: 32px 0 40px;
}

.cta img {
  height: 596px;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .cta img {
    height: 496px;
  }
}

.testimonial {
  position: relative;
  padding: 136px 0;
  color: #fff;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    117deg,
    rgba(0, 0, 0, 0.8) 10%,
    rgba(255, 255, 255, 0) 100%
  );
}

@media (max-width: 991px) {
  .testimonial {
    padding: 100px 0;
  }
}

@media (min-width: 992px) {
  .testimonial .row {
    display: flex;
    justify-content: space-between;
  }

  .testimonial-details {
    position: relative;
    top: -80px;
  }
}

@media (max-width: 991px) {
  .testimonial-details {
    margin-bottom: 40px;
  }
}

.testimonial > img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}

.testimonial-slider-content {
  position: relative;
  background-color: #313131;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

@media (max-width: 575px) {
  .testimonial-slider-content {
    padding: 24px;
  }
}

.testimonial-slider-content a:not(:hover, :focus) {
  color: #fff;
}

.testimonial-slider-content > svg {
  position: absolute;
  top: 24px;
  right: 32px;
  height: 40px;
  width: 40px;
  z-index: 10;
}

.testimonial-user-info img {
  height: 64px;
  width: 64px;
  border-radius: 50%;
  margin-bottom: 8px;
}

.testimonial-user-info .entry-title {
  margin: 0;
}

.testimonial-rating {
  font-size: 24px;
}

.testimonial-slider-content p {
  font-size: 20px;
}

.testimonial-slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
}

.testimonial-slider .slick-dots li {
  margin-top: 0;
  margin-bottom: 0;
}

.testimonial-slider .slick-dots li button:before {
  border-color: #fff;
  background: #fff;
}

article:not(:has(.zoom-gallery .post-thumbnail img)) .enlarge-icon-zoomer {
  display: none;
}

.video-cta {
  position: relative;
  line-height: 0;
}

.video-cta :where(.video-cta-play, svg) {
  cursor: pointer;
}

.video-cta-details {
  position: relative;
}

.video-cta-image {
  height: 580px;
  background-color: #f4f4f4;
}

.video-cta img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.video-cta-play {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: #b90808;

  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.video-cta-play:hover,
.video-cta-play:focus {
  background-color: #d80a0a;
}

.video-cta-play svg {
  height: 44px;
  width: 44px;
  color: #fff;
}

.ripple-1,
.ripple-2,
.ripple-3,
.ripple-4,
.ripple-5 {
  height: 1px;
  width: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #0b89d9;
  border-radius: 50%;
  transform: translate3d(-50%, 50%, 0);
  animation-name: ripple;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
  will-change: transform, opacity;
}

.ripple-1 {
  animation-delay: 0;
}

.ripple-2 {
  animation-delay: 1s;
}

.ripple-3 {
  animation-delay: 2s;
}

.ripple-4 {
  animation-delay: 3s;
}

.ripple-4 {
  animation-delay: 4s;
}

.ripple-5 {
  animation-delay: 5s;
}

@keyframes ripple {
  0% {
    transform: translate3d(-50%, 50%, 0) scale(0);
    opacity: 0.33;
  }
  100% {
    transform: translate3d(-50%, 50%, 0) scale(208);
    opacity: 0;
  }
}

.video-cta-details > iframe {
  display: none;
}

.video-cta-popup {
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: top 0.55s;

  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.video-cta-popup.active {
  top: 0;
}

.video-cta-popup iframe {
  height: 70%;
  width: 70%;
}

@media (max-width: 1199px) {
  .video-cta-popup iframe {
    width: 90%;
  }
}

@media (max-width: 991px) {
  .video-cta-popup iframe {
    height: 50%;
  }
}

.video-cta-popup svg {
  position: absolute;
  top: 32px;
  right: 80px;
  height: 28px;
  width: 28px;
  color: #fff;
}

@media (max-width: 991px) {
  .video-cta-popup svg {
    right: 48px;
  }
}

.video-cta-popup svg:hover,
.video-cta-popup svg:focus {
  color: #d80a0a;
}

.no-results.not-found {
  margin-bottom: 40px;
}

.line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-2 {
  -webkit-line-clamp: 2;
}
