<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Author: Mohammad Zare
Author URI: http://mohammadz.com/
*/
@font-face {
  font-family: "Louize Display";
  font-weight: bold;
  src: url("../fonts/Louize-Display-Medium.woff") format("woff");
}

@font-face {
  font-family: "FuturaStd";
  font-weight: bold;
  src: url("../fonts/FuturaStd-Book.woff") format("woff");
}

@font-face {
  font-family: "FuturaStd";
  font-weight: normal;
  src: url("../fonts/FuturaStd-Light.woff") format("woff");
}

:focus {
  outline: 0 !important;
}

::selection {
  background: rgba(0, 0, 0, 0.1);
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}

a {
  color: rgb(182, 177, 169);
  text-decoration: none !important;
}

a:hover {
  color: rgb(66, 212, 156);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FuturaStd", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: 700;
  line-height: 1.4;
}

html {
  background: rgb(66, 212, 156);
}

html,
body {
  min-height: 100%;
  min-height: 100vh;
}

body {
  font-family: "FuturaStd", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 1px;
  direction: ltr;
  background: rgb(6, 39, 67);
  color: rgb(255, 255, 255);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.overlay-link {
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}

.body-overlay {
  position: fixed !important;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: 100;
  cursor: pointer;
}

.body-overflow {
  overflow: hidden;
}

.btn,
.custom-file-input,
.custom-select,
.form-control {
  border-radius: 0;
  box-shadow: none !important;
}

.btn,
label,
th,
.control-label {
  font-weight: normal;
  font-family: "FuturaStd", sans-serif;
  font-weight: Bold;
  font-size: 14px;
}

a&gt;i:only-child,
button&gt;i:only-child {
  line-height: inherit;
}

ol {
  list-style-type: decimal;
}

.row.v-gutters {
  margin-top: -15px;
  margin-bottom: -15px;
}

.row.v-gutters&gt;div {
  padding: 15px;
}

.sm-gutters {
  margin-left: -5px;
  margin-right: -5px;
}

.sm-gutters&gt;.col,
.sm-gutters&gt;[class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.row.sm-gutters.v-gutters {
  margin-top: -5px;
  margin-bottom: -5px;
}

.row.sm-gutters.v-gutters&gt;div {
  padding: 5px;
}

.lg-gutters {
  margin-left: -30px;
  margin-right: -30px;
}

.lg-gutters&gt;.col,
.lg-gutters&gt;[class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}

.row.lg-gutters.v-gutters {
  margin-top: -30px;
  margin-bottom: -30px;
}

.row.lg-gutters.v-gutters&gt;div {
  padding: 30px;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.modal-dialog {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.pagination {
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pagination&gt;li {
  padding: 0 6px;
}

.pagination&gt;li&gt;a,
.pagination&gt;li&gt;.current {
  min-width: 40px;
  height: 40px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  background: rgb(255, 255, 255);
  color: rgb(51, 51, 51) !important;
  padding: 0 10px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pagination&gt;li&gt;a:hover {
  background: rgb(50, 50, 50);
  color: rgb(239, 236, 232) !important;
}

.pagination&gt;li&gt;.current {
  background: rgb(66, 212, 156);
  color: rgb(255, 255, 255) !important;
}

/*Custom*/
.container-fluid {
  max-width: 1400px;
}

.section {
  position: relative;
  z-index: 1;
}

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

.section-cover {
  position: relative;
}

.section-cover img {
  width: 100%;
}

.section-header+.section-body,
.section-body+.section-footer,
.section-header+.section-footer {
  margin-top: 30px;
}

.section-title {
  font-family: "Louize Display";
  letter-spacing: 5px;
  display: inline-block;
  margin: 0;
  position: relative;
  z-index: 1;
}

h2.section-title:after {
  background: rgb(66, 212, 156);
  width: 1px;
  height: 125%;
  transform: translateY(-50%) rotate(25deg);
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
  content: "";
}

.tbutton {
  height: 37px;
  padding: 0 24px;
  font-weight: bold;
  border: 1px solid transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.tbutton-block {
  display: flex;
  width: 100%;
}

.tbutton-block+.tbutton-block {
  margin-top: 15px;
}

.tbutton-primary-fill {
  background: rgb(66, 212, 156);
  color: rgb(255, 255, 255);
}

.tbutton-primary-fill:hover {
  background: rgb(255, 255, 255);
  color: rgb(66, 212, 156);
}

.tbutton-primary-outline {
  background: none;
  border-color: rgb(66, 212, 156);
  color: rgb(66, 212, 156);
}

.tbutton-primary-outline:hover {
  background: rgb(66, 212, 156);
  border-color: rgb(66, 212, 156);
  color: rgb(255, 255, 255);
}

.tbutton-secondary-fill {
  background: rgb(255, 255, 255);
  color: rgb(66, 212, 156);
  border-color: #fff;
}

.tbutton-secondary-fill:hover {
  background: none;
  color: rgb(255, 255, 255);
  border-color: #fff;
}

#header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  backface-visibility: hidden;
  transition: 0.5s ease-in-out;
}

body.sidebar-opened #header {
  background: #000;
}

body.sidebar-closed #header {
  animation: header-slide-out 0.5s ease-in-out;
}

body.sidebar-opened #header {
  animation: header-slide-in 0.5s ease-in-out;
}

#nav-toggle {
  background: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: none;
  padding: 0;
  margin: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 2;
}

#nav-toggle:after {
  border: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
}

body.sidebar-opened #nav-toggle:after {
  border-color: rgb(229, 229, 229);
}

#navigation {
  background: rgba(0, 0, 0, 0.92);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: fixed;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

body.sidebar-opened #navigation {
  opacity: 1;
  visibility: visible;
}

#navigation&gt;ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#navigation&gt;ul&gt;li+li {
  margin-top: 15px;
}

#navigation&gt;ul&gt;li&gt;a {
  color: rgb(220, 220, 220);
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 3px;
}

#navigation&gt;ul&gt;li.current-menu-item&gt;a,
#navigation&gt;ul&gt;li&gt;a:hover {
  color: rgb(66, 212, 156);
}

.section-intro .section-title {
  font-size: 15vh;
  line-height: 1;
  word-spacing: 100vw;
  font-weight: bold;
  text-transform: uppercase;
}

.section-intro .section-header {
  position: relative;
  z-index: 1;
}

.section-intro:before,
.section-intro:after {
  background: rgb(66, 212, 156);
  position: absolute;
  content: "";
  z-index: -1;
}

.section-intro:before {
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.section-about .section-cover img {
  filter: grayscale(1);
  box-shadow: 0 0 30px rgb(0, 0, 0);
}

.section-about .section-cover:before {
  background: rgb(66, 212, 156);
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
}

.music-card {
  position: relative;
}

.music-list .music-card {
  display: flex;
}

.music-list .music-card-header {
  width: 70px;
  margin-right: 10px;
}

.music-card-img {
  width: 100%;
}

.music-grid .music-card:hover .music-card-img {
  filter: grayscale(1);
}

.music-grid .music-card-body {
  background-color: rgba(33, 33, 33, 0.7);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}

.music-grid .music-card:hover .music-card-body {
  opacity: 1;
  visibility: visible;
}

.music-card-title {
  font-size: 20px;
  font-weight: bold;
}

.music-list .music-card-title {
  font-size: 17px;
}

.music-card-subtitle {
  font-size: 15px;
  font-weight: normal;
}

.video-card-header {
  position: relative;
}

.video-card-header:before {
  padding-top: 56.25%;
  display: block;
  content: "";
}

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

.video-card-body {
  padding: 10px 0 0;
}

.video-card-title {
  font-size: 20px;
  margin: 0;
}

.event-card {
  height: 100%;
  background: rgb(0, 0, 0);
  padding: 10px;
  display: flex;
  position: relative;
}

.event-card-header {
  min-width: 50px;
  max-width: 50px;
  background: rgb(66, 212, 156);
  font-family: "Louize Display";
  text-transform: capitalize;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.event-card-header&gt;span {
  display: block;
}

.event-card-title {
  font-size: 20px;
  margin: 0;
}

.event-card-subtitle {
  font-size: 15px;
  margin: 0;
}

.course-card {
  position: relative;
}

.course-card-header {
  position: relative;
}

.course-card-header:before {
  padding-top: 100%;
  display: block;
  content: "";
}

.course-card-img {
  box-shadow: 0 0 15px rgb(0, 0, 0);
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.course-card-body {
  padding: 10px 0 0;
}

.course-card-title {
  font-size: 20px;
  margin: 0;
}

.photo-card img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center top;
}

.photo-carousel .owl-nav&gt;button {
  width: 40px;
  height: 40px;
  background: rgb(66, 212, 156) !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}

.photo-carousel .owl-nav&gt;button.owl-prev {
  left: -10px;
}

.photo-carousel .owl-nav&gt;button.owl-next {
  right: -10px;
}

.instagram-card {
  display: block;
  position: relative;
}

.instagram-card:before {
  padding-top: 100%;
  display: block;
  content: "";
}

.instagram-card&gt;img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: auto;
}

.footer-inner {
  background: rgb(0, 0, 0);
  box-shadow: 0 0 30px rgb(0, 0, 0);
  padding: 20px;
}

.contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-nav {
  display: flex;
  font-size: 24px;
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}

.social-nav&gt;li+li {
  margin-left: 20px;
}

.entry-media video,
.entry-media iframe {
  width: 100% !important;
}

.entry-footer iframe {
  height: 80px;
}

.entry-cover {
  position: relative;
  z-index: 1;
}

.entry-cover:before {
  background: rgb(66, 212, 156);
  width: 40px;
  height: 40%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate3d(50%, 20px, 0);
  content: "";
  z-index: -1;
}

.entry-cover&gt;img {
  width: 100%;
}

.entry-preview-audio {
  width: 100%;
  margin: 15px 0;
}

.entry-meta {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}

.entry-meta&gt;li+li {
  margin-top: 10px;
}

.entry-meta&gt;li&gt;ul {
  margin: 0;
  padding: 0;
  list-style-type: square;
  list-style-position: inside;
}

.entry-header+.entry-content,
.entry-footer {
  margin-top: 30px;
}

.entry-title {
  font-size: 30px;
  margin: 0;
}

.entry-subtitle {
  font-size: 20px;
  margin: 10px 0 0;
}

.entry-cover+.entry-title {
  margin-top: 15px;
}

.subsection+.subsection {
  margin-top: 60px;
}

.subsection-header+.subsection-body,
.subsection-body+.subsection-footer,
.subsection-header+.subsection-footer {
  margin-top: 30px;
}

.subsection-header,
.subsection-footer {
  margin: 0 0 15px;
  text-align: center;
}

.subsection-title {
  font-size: 24px;
}

#header+#page-body {
  margin-top: 70px;
}

#page-header {
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-header-cover {
  padding-top: 0 !important;
}

.page-header-cover&gt;img {
  width: 100%;
  margin-bottom: 50px;
}

.page-title {
  font-family: "Louize Display";
  letter-spacing: 5px;
  display: inline-block;
  margin: 0;
  position: relative;
  z-index: 1;
}

.page-title:after {
  background: rgb(66, 212, 156);
  width: 1px;
  height: 125%;
  transform: translateY(-50%) rotate(25deg);
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
  content: "";
}

.blog-card {
  height: 100%;
  background: rgb(0, 0, 0);
  padding: 10px;
  display: flex;
  position: relative;
  flex-direction: column;
}

.blog-card-header {
  position: relative;
}

.blog-card-header:before {
  padding-top: 75%;
  display: block;
  content: "";
}

.card-square-grid .blog-card-header:before {
  padding-top: 100%;
}

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

.blog-card-body {
  padding-top: 10px;
}

.blog-card-footer {
  min-width: 100px;
  max-width: 100px;
  background: rgb(66, 212, 156);
  font-family: "Louize Display";
  text-transform: capitalize;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.blog-card-title {
  font-size: 20px;
  margin: 0;
}

.blog-card-subtitle {
  font-size: 15px;
  margin: 0;
}

.entry-video iframe,
.entry-video video {
  width: 100%;
}

.entry-gallery a {
  position: relative;
  display: block;
}

.entry-gallery a:before {
  padding-top: 100%;
  display: block;
  content: "";
}

.entry-gallery a&gt;img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  top: 0;
  left: 0;
}

.action-btn-dropdown {
  position: relative;
  z-index: 1;
}

.action-btn-dropdown.open&gt;button {
  background-color: rgb(255, 255, 255) !important;
  color: rgb(66, 212, 156) !important;
}

.action-btn-dropdown&gt;button&gt;i {
  border: inherit;
  border-width: 0 2px 2px 0;
  padding: 3px;
  margin-left: 10px;
  transform: rotate(45deg);
  border-color: rgb(255, 255, 255);
}

.action-btn-dropdown:hover&gt;button&gt;i,
.action-btn-dropdown.open&gt;button&gt;i {
  border-color: rgb(66, 212, 156);
}

.action-btn-dropdown.open&gt;button&gt;i {
  transform: rotate(-135deg);
}

.action-btn-dropdown&gt;ul {
  font-size: 90%;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 5px 0 0;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  min-width: 100%;
}

.action-btn-dropdown.open&gt;ul {
  opacity: 1;
  visibility: visible;
}

.action-btn-dropdown&gt;ul&gt;li&gt;a {
  background: rgb(255, 255, 255);
  color: rgb(66, 212, 156);
  padding: 10px 20px;
  line-height: 1;
  white-space: nowrap;
  display: block;
}

.action-btn-dropdown&gt;ul&gt;li&gt;a:hover {
  background: rgb(66, 212, 156);
  color: rgb(255, 255, 255);
}

.testimonial-card-img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}

.testimonial-card-body {
  margin: 20px 0 0;
}

.testimonial-card-title {
  font-size: 20px;
  text-align: center;
  margin: 0;
}

.testimonial-card-desc {
  margin: 20px 0 0;
  text-align: justify;
  text-align-last: center;
}

.testimonial-carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.testimonial-carousel .owl-dots&gt;button {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: rgb(255, 255, 255);
  transition: width 300ms ease-in;
  border: none;
  padding: 0;
}

.testimonial-carousel .owl-dots&gt;button:not(:last-child) {
  margin-right: 10px;
}

.testimonial-carousel .owl-dots&gt;button.active {
  width: 30px;
}

.testimonial-carousel .owl-nav&gt;button {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 80px;
  left: 50%;
  border: none;
  padding: 0;
}

.testimonial-carousel .owl-nav&gt;button.owl-prev {
  transform: translate(calc(-100% - 100px), -50%);
}

.testimonial-carousel .owl-nav&gt;button.owl-next {
  transform: translate(100px, -50%);
}

.entry-gallery&gt;div:nth-child(n + 7) {
  display: none;
}

.entry-video&gt;div:nth-child(n + 4) {
  display: none;
}

/*Plugins*/
body .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons img {
  opacity: 1 !important;
  filter: brightness(0) invert(1);
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

body.lg-on {
  overflow: hidden;
}

.lg-inner {
  direction: ltr;
}

.lg-outer .lg-thumb-item {
  border-radius: 0;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: rgb(187, 28, 48);
}

/*Shop*/
.entry-content&gt;.woocommerce {
  background: rgba(255, 255, 255, 0.2);
  padding: 15px;
}

.woocommerce span.onsale {
  min-height: 50px;
  min-width: 50px;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  height: auto !important;
}

.product-quantity,
.quantity {
  display: inline-flex;
}

.coupon {
  display: inline-flex;
  align-items: center;
}

.woocommerce-MyAccount-navigation ul {
  background: rgb(200, 200, 200);
  margin: 0;
  padding: 15px;
  line-height: 1;
  white-space: nowrap;
  list-style: none;
}

.woocommerce-MyAccount-navigation ul&gt;li&gt;a {
  display: flex;
  padding: 10px 0 10px 50px;
}

.woocommerce-MyAccount-navigation ul&gt;li:not(:last-child)::after {
  border-top: 1px solid rgb(41, 38, 99);
  border-bottom: 2px solid rgb(255, 255, 255);
  display: block;
  content: "";
}

.woocommerce .col2-set&gt;div {
  flex: unset;
  max-width: unset;
  padding-right: 0;
  padding-left: 0;
}

.woocommerce .form-row {
  flex-direction: column;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment,
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
.woocommerce table {
  border-radius: 0 !important;
}

.add_to_cart_inline {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  border: none !important;
  padding: 0 !important;
}

.add_to_cart_inline&gt;a {
  margin-top: 10px !important;
}

.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  margin: 0 !important;
}

.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
  content: "" !important;
}

.woocommerce ul.order_details {
  padding: 0;
}

.pw-gateway-checkout-form {
  text-align: center;
}

.woocommerce button.button.disabled,
.woocommerce input.button.disabled {
  background-color: rgb(100, 100, 100) !important;
  color: rgb(255, 255, 255) !important;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border: none;
  border-radius: 0;
  height: 45px;
  font-weight: 600;
  font-size: 16px !important;
  padding: 0 20px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: flex !important;
}

.woocommerce .button+.button {
  margin-right: 10px !important;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: rgb(40, 40, 40);
  color: rgb(255, 255, 255);
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: rgb(120, 120, 120);
  color: rgb(255, 255, 255);
}

.variations select,
.select2-selection--single,
.input-text {
  border: 1px solid rgb(120, 120, 120) !important;
  padding: 10px;
  min-height: 45px;
  width: 100%;
  border-radius: 0 !important;
}

.variations select:focus,
.select2-selection--single:focus,
.input-text:focus {
  border-color: rgb(40, 40, 40) !important;
}

.select2-selection--single {
  height: 47px !important;
}

.select2-dropdown {
  border: 1px dashed rgb(225, 225, 225) !important;
  border-radius: 0 !important;
}

.select2-selection--single .select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%);
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom-color: rgb(40, 40, 40) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0 !important;
  border-color: rgb(40, 40, 40) !important;
  border-bottom: none !important;
  background-color: rgb(60, 60, 60) !important;
  color: rgb(255, 255, 255) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: rgb(255, 255, 255) !important;
  color: rgb(40, 40, 40) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: inherit !important;
}

.woocommerce-customer-details--email,
.woocommerce-customer-details--phone {
  position: relative;
}

.woocommerce-customer-details--email::before,
.woocommerce-customer-details--phone::before {
  margin-right: auto !important;
  margin-left: -1.5em !important;
  right: 0;
}

/*CMS*/
.entry-content {
  font-size: 16px;
}

.entry-content h6 {
  font-size: 16px;
}

.entry-content h5 {
  font-size: 18px;
}

.entry-content h4 {
  font-size: 20px;
}

.entry-content h3 {
  font-size: 22px;
}

.entry-content h2 {
  font-size: 24px;
}

.entry-content h1 {
  font-size: 26px;
}

.entry-content p:last-child {
  margin-bottom: 0;
}

.entry-content iframe {
  border: none;
}

.entry-content img {
  max-width: 100%;
  margin: 0 0 1.5em 0;
  height: auto !important;
}

.entry-content video {
  width: 100%;
}

.entry-content iframe {
  max-width: 100% !important;
  display: block;
  margin: 0 auto;
  border: none;
}

.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.alignnone,
img.alignnone {
  /* not sure about this one */
}

.post-image-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.post-image-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.post-image-caption p.post-image-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

/*Responsive*/

@media (max-width: 767.98px) {
  body {
    padding-top: 60px;
  }

  #header {
    right: 0;
    height: 60px;
    padding: 0 20px;
    border-bottom: 1px solid rgb(229, 229, 229);
  }

  body.sidebar-opened #header {
    border-bottom-color: rgb(53, 54, 58);
  }

  #header.disabled {
    transform: translate3d(0, -100%, 0);
  }

  #navigation {
    left: 0;
    right: 0;
    transform: translate3d(0, -100%, 0);
  }

  body.sidebar-opened #navigation {
    transform: translate3d(0, 0, 0);
    top: 60px;
  }

  #nav-toggle:after {
    width: 40px;
    height: 10px;
    border-left: none;
    border-right: none;
    left: auto;
    right: 0;
  }

  @keyframes header-slide-in {
    50% {
      transform: translate3d(0, -100%, 0);
    }
  }

  @keyframes header-slide-out {
    50% {
      transform: translate3d(0, -100%, 0);
    }
  }

  .section-intro {
    text-align: center;
    height: 100vw;
  }

  .section-intro:before {
    width: 75vw;
    height: 75vw;
  }

  .section-intro .section-title {
    font-size: 8vh;
    letter-spacing: 5px;
  }

  .section-about {
    overflow: hidden;
  }

  .section-about .section-cover {
    padding: 30px;
  }

  .section-about .section-cover:before {
    width: 40%;
    height: 60px;
  }
}

@media (min-width: 768px) {
  body {
    padding-left: 60px;
  }

  #header {
    bottom: 0;
    width: 60px;
    padding: 21px 0;
    border-right: 1px solid rgb(229, 229, 229);
    cursor: pointer;
  }

  body.sidebar-opened #header {
    border-right-color: rgb(53, 54, 58);
  }

  #navigation {
    width: 50vw;
    left: -60px;
    transform: translate3d(-100%, 0, 0);
  }

  body.sidebar-opened #navigation {
    transform: translate3d(0, 0, 0);
    left: 60px;
  }

  #nav-toggle:after {
    width: 10px;
    height: 40px;
    border-top: none;
    border-bottom: none;
  }

  @keyframes header-slide-in {
    50% {
      transform: translate3d(-100%, 0, 0);
    }
  }

  @keyframes header-slide-out {
    50% {
      transform: translate3d(-100%, 0, 0);
    }
  }

  .section-intro .section-title {
    letter-spacing: 50px;
  }

  .section-full {
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #page-header,
  #footer,
  .section {
    padding-right: 30px;
    padding-left: 30px;
  }

  .page-header-cover&gt;img {
    width: calc(100% + 60px);
    margin-left: calc(-30px);
    margin-right: calc(-30px);
  }

  .section-intro:before {
    width: 50vh;
    height: 50vh;
  }

  .section-intro:after {
    width: 60px;
    height: 30vh;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
  }

  .section-about .section-cover:before {
    width: 60px;
    height: 40%;
    transform: translate(50%, 30px);
  }
}</pre></body></html>