html{
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  background: #000;
  color: #fff;
}
body,html{
    overflow-x: hidden;
}
a{
  color: #d48063;
  text-decoration: none !important;
}

a:hover, a:focus{
  color: #d48063;
}

a:visited {
  color: #d48063;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: "Unbounded";
  color: #fff;
  text-transform: uppercase;
  font-weight: 700 !important;
      line-height: 140%;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;

}
h1{
    font-size: 36px;
    line-height: 150%;
}
h2{
    font-size: 32px;
    line-height: 150%;
}
h3{
    font-size: 28px;
    line-height: 150%;
}
h4{
    font-size: 24px;
    line-height: 150%;
}
h5{
    font-size: 20px;
    line-height: 150%;
}
h6{
    font-size: 16px;
    line-height: 150%;
}
a{
  color: #d48063;
  text-decoration: none !important;
}

a:hover, a:focus{
  color: #d48063;
}
a:visited {
  color: #fff;
}

ul, ol {
    margin-left: 0;
    padding-left: 17px;
}
#secondary.widget-area .widget ul {
    list-style: none;
    padding-left: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"]{
background-color: transparent;
    color: #fff;
    cursor: pointer;
    padding: 13px 28px;
    border-radius: 0 !important;
    display: inline-block;
    border: 1px solid #fff;
    font-family: "Unbounded",sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    overflow: hidden;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover{
    background: #fff;
    color: #000;
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
    background: #fff !important;
    color: #000;
}

.comment-respond .comment-form input[type="submit"]:hover{
      background: #fff;  
        color: #000;
}
.blog-element article.blog-post {
    width: calc(33.33% - 30px);
    margin: 0 15px;
    margin-bottom: 30px;
}
.blog-element {
height: 100%;
}
.blog-element h3.entry-title {
    font-size: 21px;
    line-height: 125%;
}
.blog-element h3.entry-title a{
  color: #fff;
}
.blog-element h3.entry-title {
    font-size: 21px;
    line-height: 125%;
    margin-top: 0;
    margin-bottom: 0;
}
.blog-element .date {
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    border-radius: 0;
}
.blog-element .date span {
    color: #fff;
}
.blog-element .blog-img {
    position: relative;
    width: 100%;
}
.blog-element p.post-excerpt {
    margin-top: 8px;
}
.blog-element .post-content {
    margin-top: 0;
    padding: 20px;
    width: 100%;
}
.blog-list .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.blog-list .row > [class*='col-'] {
  display: flex;
  flex-direction: column;

}
.blog-list .blog-element{
    border: 1px solid #404040;
}




/* #secondary.widget-area .widget {
    background: #fff;
    padding: 30px;
}*/
.col-md-4 .widget h2 {
    font-size: 19px;
}
.page-section,.full-width {
    padding: 70px 0;
}
/*#content main.site-main {
    padding: 30px;
    background: #fff;
}*/
ol.wp-block-latest-comments {
    padding-left: 0;
}
header.entry-header h1.entry-title {
    font-size: 29px;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 125%;
}
header.entry-header {
    margin-bottom: 15px;
}

span.edit-link a {
    box-shadow: none;
    padding: 7px 21px;
    margin-top: 20px;
    border-radius: 0;
    border: 1px solid #d48063;
    color: #fff;
}
span.edit-link {
    margin-top: 15px;
    display: block;
    margin-bottom: 20px;
}

span.cat-links, span.tags-links {
display: block;
margin-bottom: 5px; }

article .post-bg .entry-footer {
margin-top: 20px; }

span.comments-link {
border: 1px solid #ddd;
font-size: 13px;
padding: 3px 10px;
border-radius: 5px; }
span.comments-link a {
  color: #000; }

select {
width: 100%; }

.comment-respond .comment-form textarea {
  height: 200px;
  padding: 10px;
  background: none;
  border: none;
  border: 1px solid #fff;
  outline: 0 !important;
  transition: all 0.5s ease-out 0s;
  width: 100%;
  border-radius: 3px;
}
.comment-respond .comment-form input {
    background: none;
    border: none;
    outline: 0;
    font-size: 15px;
    padding: 0;
    border: 1px solid #fff;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    border-radius: 3px;
    padding: 10px 16px;
    transition: all 0.5s ease-out 0s;
}
/*.comment-respond .comment-form input[type="submit"] {
  font-weight: normal;
  text-transform: capitalize;
  width: auto;
  color: #fff;
  height: auto;
  background-color: #d48063;
    color: #fff;
    cursor: pointer;
    padding: 15px 28px;
    border-radius: 3px !important;
}*/

.comment-reply-title {
    font-size: 21px;
}


header.page-header {
    margin-top: 0;
    border-bottom: 1px solid #404040;
}
header.page-header h1.page-title {
    font-size: 29px;
    line-height: 125%;
}

.site-logo{
    padding-right: 20px;
    width: 240px;
}

nav#site-navigation {
    position: relative;
    top: 0;
    width: auto;
    height: auto;
    padding: 0rem;
    margin-left: auto;
}
header#masthead .col-md-12 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    column-gap: 1.25rem;
    width: 100%;
    margin: 0 auto;
}

nav#site-navigation .menu .navbar-nav>li>.sub-menu li a:focus,.navbar-nav>li>.sub-menu li a:focus-within {
  background: #000 !important;
  border: none !important;
  color: #fff !important;
}


nav#site-navigation .menu li.menu-item-has-children .sub-menu {
    position: absolute;
    opacity: 0;
    left: -9999px;
    z-index: 99999;
    display: block !important;
    right: auto;
    box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06) !important;
/*    border: 1px solid #ececec;*/
    background: #f5f5f5;
}

nav#site-navigation .menu li.menu-item-has-children:hover .sub-menu,nav#site-navigation .menu li.menu-item-has-children:focus .sub-menu,nav#site-navigation .menu li.menu-item-has-children:focus-within .sub-menu{
  display: block;
  left: 0;
  margin-top: 0;
  opacity: 1;
}

nav#site-navigation .menu li.menu-item-has-children .sub-menu li.menu-item-has-children>.sub-menu{
  position: absolute;
  opacity: 0;
  left: -9999px;
  z-index: 99999;
  display: block !important;
}


nav#site-navigation .menu li.menu-item-has-children .sub-menu li.menu-item-has-children:hover .sub-menu,
nav#site-navigation .menu li.menu-item-has-children .sub-menu li.menu-item-has-children:focus .sub-menu,
nav#site-navigation .menu li.menu-item-has-children .sub-menu li.menu-item-has-children:focus-within .sub-menu{
  display: block;
  left: 220px;
  margin-top: 0;
  opacity: 1;
}
nav#site-navigation li > .sub-menu li a {
    padding: 8px 20px !important;
}
nav#site-navigation li > .sub-menu li a:hover,nav#site-navigation li > .sub-menu li a:focus {
    background:#d48063;
    color: #fff;
}
.header-navigation li a {
    padding: 14px 15px;
    font-size: 15px;
    color: #fff;
}
p.site-title a {
    font-family: "Unbounded";
    color: #fff;
    font-weight: 700;
    font-size: 21px;
}
.header-navigation ul ul {
    background: #fff;
    width: 220px;
}
.header-navigation li {
    display: inline-block;
}

nav#site-navigation .menu li.menu-item-has-children .sub-menu li {
    border-bottom: none;
    width: 100%;
}

.header-navigation ul ul a {
    width: 100%;
}
nav#site-navigation li.menu-item-has-children>a:after {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    top: 2px;
}
header#masthead {
    padding: 15px 25px;
}

#hamburger-menu span {
    opacity: 1;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    color: black;
    background-color: #d48063;
    position: absolute;
    transform: rotate(0deg);
    transition: .4s ease-in-out;
}

#hamburger-menu span:nth-child(1) {
    top: 0;
}
#hamburger-menu span:nth-child(2) {
    top: 7px;
}
#hamburger-menu span:nth-child(3) {
    top: 14px;
}
#hamburger-menu.open span:nth-child(1) {
    transform: translateY(9px) rotate(135deg);
}
#hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    transform: translateX(-60px);
}
#hamburger-menu.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-135deg);
}
#hamburger-menu {
    position: relative;
    width: 22px;
    height: 20px;
}
button.close-menu {
    display: none;
}

nav#site-navigation .menu li.menu-item-has-children .sub-menu li:last-child{
    border: none;
}
.header-navigation {
    display: flex;
    align-items: center;
}
.social-icons span {
    display: inline-block;
    font-size: 19px;
    margin: 0 7px;
}
.header-navigation .social-icons {
    padding-left: 30px;
}


.archive .site-main article header.entry-header h2,.blog .site-main article header.entry-header h2 {
    font-size: 21px;
    margin-bottom: 7px;
}
.archive .site-main article header.entry-header h2 a,.blog .site-main article header.entry-header h2 a {
    color: #fff;
}
.archive .page-section .site-main article, .blog .page-section .site-main article {
    padding-bottom: 0;
    margin-bottom: 40px;
    border: 1px solid #404040;
}
.archive .article-content,.blog .article-content {
    padding: 30px;
}
.archive .page-section .site-main article footer.entry-footer, .blog .page-section .site-main article footer.entry-footer{
    margin-top: 20px;
}

.archive .page-section .site-main article:last-child, .blog .page-section .site-main article:last-child{
    margin-bottom: 0;
}
article a.post-thumbnail img {
    width: 100%;
    display: block;
}

footer#colophon {
background-color: #161616;
    padding-top: 80px;
    padding-bottom: 30px;
}
footer#colophon h3.widget-heading {
    color: #fff;
    font-size: 21px;
    line-height: 125%;
    margin-bottom: 20px;
}
.prefooter {
    padding-top: 0;
    padding-bottom: 40px;
}
#secondary .widget {
    border: 1px solid #404040;
    padding: 20px;
}

div#calendar_wrap table {
background-color: transparent;
width: 100%; }

#wp-calendar caption {
background-color: #33475b;
color: #ffffff;
padding: 10px; }

#wp-calendar thead tr th {
text-align: center; }

table th {
border: 1px solid #404040;
padding: 8px;
line-height: 20px;

vertical-align: top; }

table td {
border: 1px solid #404040;
padding: 8px;
line-height: 20px;

vertical-align: top; }

table td {
border: 1px solid #404040;
padding: 8px;
line-height: 20px;
text-align: center;
vertical-align: top; }

#wp-calendar tbody tr td {
text-align: center; }

#wp-calendar tr th {
border: 1px solid rgba(0, 0, 0, 0.2);
border-right: 0;
border-bottom: 0; }

#wp-calendar tr th:last-child {
border-right: 1px solid rgba(0, 0, 0, 0.2); }

#wp-calendar tr td {
border: 1px solid rgba(0, 0, 0, 0.2);
border-right: 0;
border-bottom: 0; }

#wp-calendar tr td a {
font-weight: bold; }

#wp-calendar tr td:last-child {
border-right: 1px solid rgba(0, 0, 0, 0.2); }

#wp-calendar tfoot tr td {
border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

#secondary #wp-calendar tr td {
border: 1px solid #eee; }

#secondary #wp-calendar tr th {
border: 1px solid #eee; }


.prefooter a, .prefooter p, .prefooter span {
    color: #fff;
}
.prefooter ul {
color: #fff;
}


.site-info, .site-info a {
    color: #fff;
}
.site-info {
padding: 16px 0;
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
}

div#hamburger-menu {
    display: none;
}



input.wp-block-search__input {
    padding: 14px 10px;
    border-radius: 0;
}
.single article footer.entry-footer {
    margin: 30px 0;
}


.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
svg.svg-icon path {
    fill: #d48063;
}


input#wp-comment-cookies-consent {
    width: auto;
    height: auto;
    padding: 0;
    display: inline-block;
}
p.comment-form-cookies-consent label {
    display: inline-block;
}
.widget_recent_jobs ul.job_listings li.job_listing {
    padding-left: 15px;
    padding-right: 15px;
}
.job_filters .select2-container {
    width: 100% !important;
}

.site-logo h1.site-title {
    font-size: 21px;
}

h2.widgettitle,h2.widget-title {
    font-size: 21px;
}
input[type="search"] {
    padding: 8px 10px;
}
.error404 form.search-form {
    margin-bottom: 20px;
}

.section-spacing {
    padding: 115px 0;
}
.section-headings {
    text-align: left;
    margin-bottom: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #404040;
}
.cta-section {
    padding: 115px 0;
    text-align: left;
}
.banner-section {
    height: 100vh;
    display: flex;
    align-items: center;
}




/*.banner-section span {
    color: #FFFFFF;
    font-size: 22px;
    display: block;
    margin-bottom: 30px;
}*/
.banner-section h1 {
    color: #FFFFFF;
    font-size: 60px;
    text-align: center;
margin-bottom: 40px;
}
.section-headings h2 {
    font-size: 34px;
    font-weight: 700;
}
.section-headings span {
    font-size: 16px;
}


.cta-section span {
    display: block;
}


.cta-section,.banner-section,.site-footer {
background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.btn-default {
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    padding: 13px 28px;
    border-radius: 0 !important;
    display: inline-block;
    border: 1px solid #fff;
    font-family: "Unbounded",sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
}


.btn-default:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    transform: translateX(-100%);
    transition: 0s;
}


.qodef-m-text {
    position: relative;
    z-index: 12;
    transition: .2s;
    font-style: normal;
}
.btn-default:hover:after {
    animation: qodef-btn-outline-animation 1.2s cubic-bezier(.34,.43,.13,.96) forwards;
}
.btn-default:hover:not(.qodef-btn-custom-hover-color) .qodef-m-text{
    animation: qodef-btn-text-outline-animation 1.2s forwards;
}
.btn-default:hover:after {
    animation: qodef-btn-outline-animation 1.2s cubic-bezier(.34,.43,.13,.96) forwards;
}
@keyframes qodef-btn-outline-animation {
    0% {
        transform: translateX(-101%)
    }

    50% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(101%)
    }
}
@keyframes qodef-btn-text-outline-animation {
    0%,100%,75% {
        color: #fff
    }

    30%,50% {
        color: #000
    }
}

.cta-section .btn-default {
    margin-top: 30px;
}



header#masthead {
    /* box-shadow: 0 0 5px rgba(62,64,69,.1); */
    border-bottom: 1px solid #404040;
}


.section-overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 34%);
    content: "";
}
.section-overlay {
    position: relative;
}


.cta-section h2 {
    color: #fff;
}
.cta-section span {
    color: #fff;
}

h2.comments-title {
    font-size: 21px;
}




.header-add-listing a {
    font-size: 16px;
    font-weight: 400;
    background-color: #d48063;
    border-radius: 3px 3px 3px 3px;
    padding: 9px 14px !important;
    color: #fff !important;
}
.header-add-listing a:hover{
    background: #222!important;
}

nav#site-navigation .menu li.menu-item-has-children .sub-menu li {
    background: #000;
    border-bottom: 1px solid #404040;
}




.page-template-template-home header#masthead {
    position: absolute;
    width: 100%;
    z-index: 999;
    background: #000;
    border: none;
}
.page-template-template-home p.site-title a,.page-template-template-home p.site-description{
    color: #fff;
}
p.site-title {
    margin-bottom: 0;
}
.page-template-template-home p.site-description {
    font-size: 14px;
}
.page-template-template-home .header-navigation li a {
    color: #fff;
}
header p.site-description {
    margin: 0;
    font-size: 14px;
}


.banner-section {
    text-align: center;
}




.tilt {
  width: 100%;
}
.tilt__item {
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-perspective: 800px;
  perspective: 800px;
  position: relative;
}
.tilt__item .buyPrint {
  border: 0px solid #2b658b;
  border-radius: 4px;
  color: white;
  display: block;
  height: 40px;
  background: #2b658b;
  position: absolute;
  right: 5px;
  bottom: 60px;
  transition: all 0.5s ease !important;
  z-index: -1;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
  padding: 0 30px;
  cursor: pointer;
  transform: none !important;
}
.tilt__item .tilt__overlay {
  position: fixed;
  right: 20px;
  left: 20px;
  top: 20px;
  bottom: 20px;
  border: 2px solid white;
  background: #000000;
  opacity: 0;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease !important;
}
.tilt__item:hover .buyPrint {
  bottom: -55px;
}
.tilt__item:hover .tilt__item-inner {
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
}
.tilt__item:hover .tilt__overlay {
  opacity: 0.1;
}
.tilt__item-inner {
  width: 400px;
  height: 300px;
  background: #fff center;
  background-size: cover;
  border-radius: 3px;
  pointer-events: none;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}
.photo-info h2 {
  margin: 10px 0 0;
}
.photo-info a {
  display: block;
  margin-top: 5px;
}


.album-list .row {
    margin-bottom: 40px;
}

.album-list .row:last-child {
    margin-bottom: 0;
}
.album-list h3.entry-title {
    font-size: 21px;
}
.album-list h3.entry-title a {
    color: #fff;
}
.photo-info {
    margin-top: 25px;
}

.blog-list .row {
    margin-bottom: 40px;
}

.blog-list .row:last-child {
    margin-bottom: 0;
}
h3.entry-title a:hover {
    color: #d48063;
}
.cta-section h2 {
    text-align: left;
    margin-bottom: 25px;
}
.cta-section {
    text-align: left;
}
.cta-section .btn-default {
    margin-top: 60px;
}

@media (min-width: 1200px) {
    .container{
        max-width: 1300px;
        width: 1300px;
    }
}


#page:after {
    display: block;
    pointer-events: none;
    content: '';
    -webkit-animation: grain 8s steps(10) infinite;
    animation: grain 8s steps(10) infinite;
    background-image: url(https://verse.themerex.net/wp-content/themes/verse/skins/default/images/patterns/pattern.png);
    height: 300%;
    width: 300%;
    opacity:0.09;
    position: fixed;
    z-index: 1;
    left: -50%;
    top: -110%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
}
#page.hide-grain:after {
    display: none;
}

@keyframes grain {
    0%, 100% { transform:translate3d(0, 0, 0); }
    10% { transform:translate3d(-5%, -10%, 0); }
    20% { transform:translate3d(-15%, 5%, 0); }
    30% { transform:translate3d(7%, -25%, 0); }
    40% { transform:translate3d(-5%, 25%, 0); }
    50% { transform:translate3d(-15%, 10%, 0); }
    60% { transform:translate3d(15%, 0%, 0); }
    70% { transform:translate3d(0%, 15%, 0); }
    80% { transform:translate3d(3%, 35%, 0); }
    90% { transform:translate3d(-10%, 10%, 0); }
}

.cta-section .row{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}


.single article .post-thumbnail {
    margin-bottom: 30px;
}



.counter-item {
    display: inline-block;
    padding: 0 30px;
}
.counter-item h3 {
    font-size: 40px;
    margin-bottom: 0;
    font-weight: 600 !important;
}
.counter-section {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgb(255 255 255 / 14%);
    padding: 30px 40px;
}
h2.counter-text {
    font-size: 20px;
    max-width: 300px;
    text-align: left;
    margin: 0;
    font-weight: 600 !important;
}

.counter-section {
    display: flex;
    justify-content: center;
    align-items: center;
}
.myCountdown {
    padding-left: 45px;
    padding-right: 45px;
}


.follow-banner i {
    font-size: 35px;
}
.follow-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 27px;
}
.follow-banner span {
    font-size: 18px;
}


.songs-section {
    padding: 100px 0;
    padding-bottom: 0;
}
.follow-banner a {
    color: #fff;
}


.ai-with-typography{
font-family: "Montserrat", sans-serif;
}
.ai-wrap .ai-audio-control {
    background-color: #d48063;
}

.ai-wrap .ai-audio-control:hover,.ai-wrap .ai-audio-control:focus {
    background-color: #d48063
}
.ai-wrap .ai-track-progress {

    background-color: #d48063;
}
.ai-wrap .ai-volume-bar.ai-volume-bar-active::before {
    background-color: #d48063
}
.ai-wrap .ai-btn.ai-btn-active {
    background-color: #d48063
}
.ai-wrap .ai-track:hover,.ai-wrap .ai-track.ai-track-active {
    background-color: #d48063;
    color: #fff
}
.ai-wrap .ai-footer a {
    color: #d48063;
}

.ai-wrap .ai-footer a:hover {
    color: #d48063;
}
.ai-wrap .ai-scroll-wrap>div:last-child div {
    background-color: #d48063 !important
}



.footer-site-logo {
    text-align: center;
}
.cta-section.no-bg-image::before {
    border-top: 1px solid #404040;
    max-width: 1300px;
    margin: 0 auto;
    background: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cta-section.no-bg-image{
        border-bottom: 1px solid #404040;
}


.site-footer .social-icons span {
    font-size: 29px;
    margin: 0 13px;
}
footer#colophon .social-icons {
    margin-top: 30px;
}


.comment-form label {
    display: block;
}
.comment-respond .comment-form input {
    width: 100%;
    color: #fff;
}
.comment-respond .comment-form input[type="submit"] {
    width: auto;
}

.widget select {
    max-width: 100%;
    color: #000;
    font-size: 15px;
    padding: 6px 10px;
    background: none;
    color: #fff;
}
button.wp-block-search__button {
    padding: 8px 15px;
}
.widget.widget_search form {
    display: flex;
}
.widget.widget_search form label {
    margin: 0;
}
.widget.widget_block.widget_search form {
    display: block;
}


.album-details-wrap {
    font-size: 18px;
}
.album-details-wrap .album-details {
    margin-bottom: 7px;
}
.album-details-wrap .album-details strong {
    margin-right: 7px;
    color: #d48063;
}
.tours-single header.entry-header {
    margin-bottom: 25px;
}
.albums-single .col-md-7 {
    padding-left: 60px;
}


.album-links h3 {
    font-size: 17px;
}
.album-links {
    margin-top: 45px;
    border-bottom: 1px solid #404040;
    padding-bottom: 30px;
}
a.album-link {
    font-size: 24px;
    margin-right: 10px;
    color: #fff;
}
.album-links h3 {
    font-size: 17px;
    margin-bottom: 20px;
    display: block;
}
.albums-single .album-content {
    margin-top: 40px;
}
.albums-single div#comments {
    margin-top: 40px;
}

.albums-single header.entry-header h1.entry-title {
    font-size: 34px;
}
.albums-single header.entry-header {
    margin-bottom: 20px;
}
.album-playlist {
    margin-top: 50px;
}

.album-playlist h3 {
    font-size: 21px;
    margin-bottom: 20px;
    display: block;
}

.albums-single .col-md-5 header.entry-header {
    display: none;
}


.tours-container {
    position: relative;
    display: flex;
    align-items: center;
    border-top: 1px solid #404040;
    padding: 15px 0 17px 0;
    gap: 30px;
}
.tours-container:last-child {
    border-bottom: 1px solid #404040;
}
.tours-container:first-child {
    border-top: none;
}


.tours-container .tour-date h4 {
    font-size: 17px;
    margin: 0;
}
.tours-container .tour-title h3 {
    font-size: 22px;
    margin: 0;
}
.tours-container .tour-date {
    width: 20%;
}
.tours-container .tour-info {
    width: 60%;
    display: flex;
    align-items: center;
    gap: 30px;
}
.tours-container .tour-button {
    width: 20%;
    text-align: right;
    display: flex;
    justify-content: right;
    align-items: center;
}
.tours-container .tour-info .tour-title {
    width: 60%;
}
.tours-container .tour-info .tour-address {
    width: 40%;
}
.tours-container .tour-address span {
    font-size: 17px;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}
.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] {
    background-color: transparent;
    border-color: #fff;
}
span.sold-out {
    font-family: "Unbounded",sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}
.tours-container .tour-info .tour-title a {
    color: #d48063;
}
.tour-google-map iframe {
    width: 100%;
    height: 450px;
}
.tours-single .entry-content {
    margin: 0;
}
.tour-google-map {
    margin-bottom: 30px;
}
.single nav.navigation.post-navigation {
    padding: 40px 0;
}
.info-tour h3 {
    font-size: 19px;
}
.info-tour {
    padding-top: 40px;
}
.info-tour h3 span {
    color: #d48063;
}

.info-tour .tour-button {
    margin-top: 40px;
}
.tours-single .post-thumbnail img {
    height: 450px;
    object-fit: cover;
}
.col-md-5.aos-init.aos-animate {
    padding-left: 40px;
}
.merch-section .section-headings h2 {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}





.woocommerce .products ul, .woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0;
    padding: 30px;
    border: 1px solid #404040;
    border-left: none;
    border-bottom: none;
}
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first{
 border-left: 1px solid #404040;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 25%;
}
.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
    width: 33.33%;
}

.woocommerce span.onsale{
      width: auto;
    height: auto;
    min-height: 0;
    min-width: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    line-height: 100%;
    padding: 6px 9px;
    top: 0 !important;
    left: 0;  
}
.woocommerce ul.products li.product .onsale {
    width: auto;
    height: auto;
    min-height: 0;
    min-width: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    line-height: 100%;
    padding: 6px 9px;
    top: 30px !important;
    right: 30px;
}
select {
    color: #fff;
    padding: 7px 10px;
    background: none;
}
.woocommerce ul.products li.product:nth-last-child(-n+3) {
    border-bottom: 1px solid #404040;
}
.woocommerce ul.products li.product .button {
    background-color: #fff !important;
    color: #000;
    cursor: pointer;
    padding: 12px 16px;
    border-radius: 0 !important;
    display: inline-block;
    border: 1px solid #fff;
    font-family: "Unbounded",sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight:500 !important;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.woocommerce ul.products li.product:hover .button{
    opacity: 1;
}
.woocommerce ul.products li.product .price {
    color: #d48063;
    font-size: 16px;
}

.woocommerce ul.products.columns-4 li.product:nth-last-child(-n+4){
    border-bottom: 1px solid #404040;
}

.woocommerce-product-gallery__wrapper {
    border: 1px solid #404040;

}
.flex-viewport .woocommerce-product-gallery__wrapper {
    border: none;
}
.woocommerce-product-gallery .flex-viewport {
    border: 1px solid #404040 !important;
    padding: 0 !important;
}
.woocommerce div.product div.images .flex-control-thumbs li{
  border: 1px solid #404040 !important;  
}
.woocommerce div.product div.images .flex-control-thumbs li {
    border: 1px solid #404040;
    width: calc(25% - 10px);
    margin: 5px;
    padding: 5px;
}
.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}
.woocommerce table.shop_attributes th {
    border: none !important;
    text-align: left;
}
.woocommerce table.shop_attributes td {
    border: 0;
    display: inline-block;
    padding: 0 0 4px;
    border: none !important;
}

.woocommerce div.product .woocommerce-tabs .panel {
    background: none;
    box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 6px 25px;
    border: 1px solid #404040;
    transition: color .2s ease-out,background-color .2s ease-out;
    letter-spacing: 0;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    background: none !important;
    border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff !important;
    color: #000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-left: 5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 1px solid #404040;
}

section.related.products h2,.woocommerce-Tabs-panel h2 {
    font-size: 21px;
}
section.related.products h2 {
    margin-bottom: 30px;
}
section.related.products {
    margin-top: 50px;
}

.product_meta span.sku_wrapper {
    display: block;
    margin-bottom: 10px;
}
.woocommerce div.product form.cart .variations label {
    font-weight: 600;
    font-size: 16px;
    padding-top: 14px;
}
.woocommerce-variation-price {
    margin: 20px 0;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button{
     background: transparent !important;
    color: #fff;
    cursor: pointer;
    padding: 15px 23px;
    border-radius: 0 !important;
    display: inline-block;
    border: 1px solid #fff;
    font-family: "Unbounded",sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight:500 !important;
    overflow: hidden;   
}
.woocommerce .quantity .qty {
    padding: 10px 10px;
    background: none;
    color: #fff;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
    color: #d48063;
    font-size: 17px;
}
.woocommerce div.product form.cart button.single_add_to_cart_button {
    background: #d48063 !important;
    border-color: #d48063 !important;
}
.woocommerce div.product form.cart div.quantity {
    margin: 0 10px 0 0;
}


.widget {
    border: 1px solid #404040;
    padding: 20px;
}
.widget h2.widget-title {
    font-size: 19px;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    color: #fff;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
    color: #fff;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: auto;
    padding: 10px 10px;
    color: #000 !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled] {
    padding: 15px 23px;
}

.cart_totals h2 {
    font-size: 19px;
}
#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: none;
}
#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th{
   border: 1px solid #404040; 
}
.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 1px solid #404040;
}
#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 {
    font-size: 15px;
}
td.wc-block-cart-item__product {
    text-align: left;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    margin-bottom: 10px;
}


#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: none;
    border: 1px solid #404040;
}

h3#order_review_heading {
    margin-top: 50px;
    font-size: 19px;
}
.woocommerce-additional-fields h3,.woocommerce-billing-fields h3{
     font-size: 19px;   
}
.woocommerce form .form-row label {
    font-weight: 500;
}
.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
    color: #000 !important;
}
.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url]{
    border-radius: 0 !important;
}
.select2-results__option {
    color: #000;
}
td.woocommerce-grouped-product-list-item__price ins {
    background: none;
}
ins.wc-block-components-product-price__value {
    background: none;
}
.wc-block-cart__submit-container a.components-button {
    background: transparent !important;
    color: #fff;
    cursor: pointer;
    padding: 15px 23px;
    border-radius: 0 !important;
    display: inline-block;
    border: 1px solid #fff;
    font-family: "Unbounded",sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500 !important;
    overflow: hidden;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
.wc-block-cart__submit-container a.components-button:hover{
    background: #fff !important;
    color: #000 !important;
}
.woocommerce ul.cart_list li ins, .woocommerce ul.product_list_widget li ins{
    background: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover{
    background: #fff !important;
    color: #000 !important;
}

.section-overlay {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.songs-section.section-spacing.section-overlay {
    padding-bottom: 100px;
}
.section-overlay .tours-container .tour-info .tour-title a {
    color: #fff;
}
.merch-section.section-overlay .woocommerce ul.products li.product .price {
    color: #fff;
}





.embed__conttainer {
    position: relative;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed__container {
    position: relative;
    padding-bottom: 40%;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
}

.embed__container iframe {
    width: 100%;
    position: absolute;
    height: 100%;
    overflow: hidden;
}

#player {
    width: 100%;
}

.owl-nav button {
    margin-top: -20px;
    position: absolute;
    top: 45%;
    color: #000 !important;
    padding: 0px;
    width: 46px;
    display: initial;
    height: 46px;
    border-radius: 50px !important;
    background: #fff !important;
}

.owl-nav button:hover {
    color: #ffffff;
    background: #000000;
}

.owl-nav button.disabled {
    color: #ffffff00;
    background: #63636300;
}

.owl-nav button.disabled {
    color: #ffffff00 !important;
    background: #63636300 !important;
}

.owl-nav i {
    font-size: 20px;
    margin: 13px 18px;
}

.owl-nav .owl-prev {
    left: -23px;
}

.owl-nav .owl-prev i:hover {
    transition: all 0.3s ease-in-out;
}

.owl-nav .owl-next i:hover {
    transition: all 0.3s ease-in-out;
}

.owl-nav .owl-next {
    right: -23px;
}


.owl-carousel .owl-item .video-thumb.active:before {
    opacity: 1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #00000087;
    z-index: 1;
    transition: all 250ms ease-out;
}

.owl-carousel .owl-item .video-thumb:not(.active):hover:before {
    opacity: 1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #00000087;
    z-index: 1;
    transition: all 1s ease-out;

}

.video-thumb:not(.active):hover:before {
    background: rgba(247, 148, 30, 0.30);
}

.slick-current.video-thumb:after {
    content: "\f144";
    font-family: "Font Awesome 5 Free";
    top: 50%;
    left: 50%;
    margin: -0.458em 0 0 -0.5em;
    font-size: 2em;
    line-height: 1;
    position: absolute;
    font-weight: 900;
    transition: all 250ms ease-out;
    z-index: 999;
    opacity: 1;
}
.video-thumb{
    position: relative;
}
.video-thumb.active:after {
    color: rgba(255, 255, 255, 1);
}

.owl-carousel .owl-item img {
    position: relative;
}

#player .ytp-expand-pause-overlay .ytp-pause-overlay {
    display: none !important;
}

#playerWrap {
    display: inline-block;
    position: relative;
}

#playerWrap.shown::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    background-color: black;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 64px 64px;
    background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
}

.loading__text__player {
    left: 50%;
    top: 50%
}

.insta-section {
    padding-bottom: 0;
}
#sb_instagram #sbi_load {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#sb_instagram {
    padding-bottom: 0 !important;
}
.mc4wp-form-fields input[type="email"] {
    width: 100%;
    color: #000;
    font-weight: 500;
}
.banner-section.section-overlay::before {
    z-index: 9;
}
.banner-section .container, .banner-section .counter-section {
    z-index: 99;
}
.woocommerce #review_form #respond .form-submit input:hover{
    background: #fff !important;
    color: #000;
}

h3#ship-to-different-address {
    font-size: 19px;
}

/*Video CSS*/

.jarallax {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.jarallax > .jarallax-img,
picture.jarallax-img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.slick-carousel-nav .slick-slide img {
    display: block;
    padding: 10px;
}

.site-info p {
    margin: 0;
}
.envira-lazy img {
    width: 100%;
}

.social-icons a,.follow-banner a {
    color: #fff;
}
.social-icons a:hover,.follow-banner a:hover {
    color: #d48063;
}


.slick-slider .slick-arrow {
    border: 0;
    background-color: #d48063 !important;
    display: block;
    height: 35px;
    width: 35px;
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translate(0, -50%);
    outline: 0;
    cursor: pointer;
    padding: 0;
    color: #000;
    text-indent: -9999px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-appearance: button;
    font-size: 100%;
}
.slick-slider .slick-arrow.slick-next {
    right: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjx0aXRsZT5jaGV2cm9uLXJpZ2h0PC90aXRsZT48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTUuNzA2IDExLjI5NGwtNi02Yy0wLjM4Ny0wLjM4Ny0xLjAyNS0wLjM4Ny0xLjQxMyAwcy0wLjM4NyAxLjAyNSAwIDEuNDEzbDUuMjk0IDUuMjk0LTUuMjk0IDUuMjk0Yy0wLjM4NyAwLjM4Ny0wLjM4NyAxLjAyNSAwIDEuNDEzIDAuMTk0IDAuMTk0IDAuNDUgMC4yOTQgMC43MDYgMC4yOTRzMC41MTMtMC4xIDAuNzA2LTAuMjk0bDYtNmMwLjM5NC0wLjM4NyAwLjM5NC0xLjAyNSAwLTEuNDEzeiI+PC9wYXRoPjwvc3ZnPg==);
}
.slick-slider .slick-arrow.slick-prev {

    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjx0aXRsZT5jaGV2cm9uLWxlZnQ8L3RpdGxlPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0xMC40MTMgMTJsNS4yOTQtNS4yOTRjMC4zODctMC4zODcgMC4zODctMS4wMjUgMC0xLjQxM3MtMS4wMjUtMC4zODctMS40MTMgMGwtNiA2Yy0wLjM4NyAwLjM4Ny0wLjM4NyAxLjAyNSAwIDEuNDEzbDYgNmMwLjE5NCAwLjE5NCAwLjQ1IDAuMjk0IDAuNzA2IDAuMjk0czAuNTEzLTAuMSAwLjcwNi0wLjI5NGMwLjM4Ny0wLjM4NyAwLjM4Ny0xLjAyNSAwLTEuNDEzbC01LjI5NC01LjI5NHoiPjwvcGF0aD48L3N2Zz4=);
}
.slick-slider:hover .slick-arrow {
    opacity: 1;
}

.ai-wrap .ai-btn:focus {
    background: #d48063 !important;
}
.ai-wrap .ai-audio-control:focus {
    background-color: #d48063 !important;
}

.header-navigation ul>li.current-menu-item a {
    color: #d48063;
}

.hover-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 450px;
    height: auto;
    z-index: -1;
    aspect-ratio: 0.9;

    object-fit:cover;
    pointer-events: none;
}

