@keyframes fadein1 {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
#fhw_cookiehinweis { 
width: 100%; 
animation: fadein1 3s;
position: fixed; 
left: 0px;
z-index: 9999;
display: none;
grid-template-columns: auto auto auto;
padding: 10px;
justify-items: center;
align-items: center;
}
#fhw_cookiehinweis .privacybutton {
color: inherit;
}
#fhw_cookiehinweis p {
display: inline;
text-align: center;
width: 100%;
margin: 0px;
}
@keyframes fadein1 {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
#fhw_cookiehinweis { 
width: 100%; 
animation: fadein1 3s;
position: fixed; 
left: 0px;
z-index: 9999;
display: none;
grid-template-columns: auto auto auto;
padding: 10px;
justify-items: center;
align-items: center;
}
#fhw_cookiehinweis .privacybutton {
color: inherit;
}
#fhw_cookiehinweis p {
display: inline;
text-align: center;
width: 100%;
}
@media screen and (max-width: 650px) {
#fhw_cookiehinweis {
grid-template-rows: auto auto auto;
grid-template-columns: auto;
row-gap: 20px;
}
}.ep-gdpr-badge{
z-index: 1;
width: 10em;
height: 13em;
color: #000;
background-color: #fff;
border: 1px solid #dadada;
border-radius: 1em;
flex-direction: column;
justify-content: space-between;
align-items: stretch;
text-decoration: none;
transition: box-shadow .2s, border-color .2s;
display: flex;
position: relative;
overflow: hidden;
box-shadow: 0 10px 10px -5px rgba(0, 0, 0, .1);
}
.ep-gdpr-badge-icon-wrap {
height: 65%;
background-color: #3f45da;
background-image: linear-gradient(315deg, #4047db, #6e73f7);
flex: none;
justify-content: center;
align-items: center;
display: flex;
}
.ep-gdpr-badge-icon {
width: 60%;
justify-content: center;
align-items: center;
display: flex;
}
.ep-gdpr-badge-text {
width: 100%;
height: 100%;
flex-direction: column;
justify-content: center;
align-items: center;
padding-top: .8em;
padding-bottom: .5em;
font-size: .9em;
line-height: 1.5em;
display: flex;
}
.ep-gdpr-badge-bold {
font-size: 200%;
font-weight: 700;
}
ul.ep-gdpr-modal-content {
margin:0px;
padding: 0px;
} #ep-frontend-event-submission-section .ep-frontend-event-form .ep-fes-section .select2.select2-container{
width: 100% !important;
}.emagic * {
box-sizing: border-box;
}
.emagic a {
text-decoration: none !important;
box-shadow: none !important;
}
.emagic a:hover{
opacity: 1
}
html.ep-embed-responsive .emagic{
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
font-size: 14px;
font-size: var(--themefontsize);
line-height: 1.8;
}
:root { --ep-light-color: 248,249,250;
--ep-dark-color: 33,37,41;
--ep-white-color: 255,255,255;
--ep-black-color: 0,0,0;
--ep-border-color: #dee2e6;
--ep-border-color-rgb: 222,226,230;
--ep-border-light-color: #e8e8e8;
--ep-border-green-color: #cbf9d6;
--ep-default-color: #1a202c;
--ep-body-color: #212529;
--ep-border-opacity-color :rgb(34 113 177 / 50%);
--ep-warning-color: 255,193,7;
--ep-warning-text: #997404;
--ep-warning-bg-subtle: #fff3cd;
--ep-warning-border-subtle: #ffe69c;
--ep-success-color: 25,135,84;
--ep-danger-color: 220,53,69;
--ep-lightgreen-color: 42,175,74;
--ep-dark-bg: 33,37,41;
--ep-transparent-bg:transparent;
--ep-transparent-border:transparent;
--ep-secondary-rgb: 108,117,125;  --ep-border-radius: 0.375rem;
--ep-border-radius-sm: 0.25rem;
--ep-border-radius-lg: 0.5rem;
--ep-border-radius-2xl: 2rem;
--ep-border-radius-pill: 50rem;  --ep-modal-width: 800px; } .ep-dark-mode-enabled {
--ep-white-color:38, 38, 38;
--ep-border-color-rgb: 58, 58, 58;
--ep-border-color:#4D4C4D;
--ep-default-color: #fff;
--ep-dark-color :96,96,96;
--ep-light-color: 58, 58, 58;
--ep-dark-bg: 58, 58, 58;
}
.ep-dark-mode-enabled .ep-list-group{
--ep-list-group-bg: 38, 38, 38; }
.ep-dark-mode-enabled .ep-list-group-item{
--ep-bg-opacity: 1;
background-color: rgba(var(--ep-list-group-bg), var(--ep-bg-opacity)) !important;
}  .ep-pe-none {
pointer-events: none!important;
}
.ep-cursor{
cursor: pointer;
}
.ep-cursor-move{
cursor: move;
}
.ep-text-decoration-none{
text-decoration: none;
}
.ep-desc-truncate {
-webkit-line-clamp: 3;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
}  .ep-alert {
--ep-alert-bg: transparent;
--ep-alert-padding-x: 1rem;
--ep-alert-padding-y: 1rem;
--ep-alert-margin-bottom: 1rem;
--ep-alert-color: inherit;
--ep-alert-border-color: transparent;
--ep-alert-border: var(--ep-border-width) solid var(--ep-alert-border-color);
--ep-alert-border-radius: 0.375rem;
--ep-alert-link-color: inherit;
position: relative;
padding: var(--ep-alert-padding-y) var(--ep-alert-padding-x);
margin-bottom: var(--ep-alert-margin-bottom);
color: var(--ep-alert-color);
background-color: var(--ep-alert-bg);
border: var(--ep-alert-border);
border-radius: var(--ep-alert-border-radius);
}
.ep-alert-warning {
--ep-alert-color: var(--ep-warning-text);
--ep-alert-bg: var(--ep-warning-bg-subtle);
--ep-alert-border-color: var(--ep-warning-border-subtle);
--ep-alert-link-color: var(--ep-warning-text);
}
.ep-alert-danger {
color: #842029;
background-color: #f8d7da;
border-color: #f5c2c7;
}  .ep-button-text{
padding: 0px;
margin: 0px;
color: inherit;
font-weight: normal;
font-size: 0.8rem;
box-shadow: none;
cursor: pointer
}
.ep-button-text:focus{
outline: 0px;
}  .emagic .ep-btn {
--ep-btn-font-size: 1rem;
--ep-border-width:1px;
--ep-btn-bg: transparent;
--ep-btn-padding-x: 0.75rem;
--ep-btn-padding-y: 0.375rem;
--ep-btn-border-color: transparent;
--ep-btn-line-height: 1.5;
--ep-btn-font-weight: 400;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
font-size: var(--ep-btn-font-size);
font-weight: var(--ep-btn-font-weight);
line-height: var(--ep-btn-line-height);
color: var(--ep-btn-color) !important;
text-align: center;
user-select: none;
line-height: 1.75;
text-transform: capitalize;
border-radius: 0.375rem !important;
outline: 0;
margin: 0;
height: auto;
min-width: auto;
display: inline-block;
padding: var(--ep-btn-padding-y) var(--ep-btn-padding-x);
border: var(--ep-border-width) solid var(--ep-btn-border-color);
background-color: var(--ep-btn-bg);
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
box-shadow: none !important;
}
.emagic .ep-btn:hover {
color: var(--ep-btn-hover-color) !important;
background-color: var(--ep-btn-hover-bg);
border-color: var(--ep-btn-hover-border-color);
}
.ep-btn-check:checked+.ep-btn, .ep-btn.active, .ep-btn:first-child:active, :not(.ep-btn-check)+.ep-btn:active {
color: var(--ep-btn-active-color) !important;
background-color: var(--ep-btn-active-bg)!important;
border-color: var(--ep-btn-active-border-color)!important;
}
.emagic .ep-btn-sm {
--ep-btn-padding-y: 0.25rem;
--ep-btn-padding-x: 0.5rem;
--ep-btn-font-size: 0.875rem;
--ep-btn-border-radius: 0.25rem;
} .emagic .ep-btn-primary {
color: rgba(var(--ep-white-color), 1) !important;
background-color:rgba(var(--themeColor), 1);
}
.emagic .ep-btn-primary:hover{
color: rgba(var(--ep-white-color), 1) !important;
background-color:rgba(var(--themeColor), 0.95);
} .emagic .ep-btn-outline-primary {
--ep-btn-color: rgba(var(--themeColor), 1);
--ep-btn-border-color: rgba(var(--themeColor), 1);
}
.emagic .ep-btn-outline-primary:hover{
color: rgba(var(--ep-white-color), 1) !important;
background-color: rgba(var(--themeColor), 1)!important;
border-color: rgba(var(--themeColor), 1);
}
.emagic .ep-btn-outline-danger {
--ep-btn-color: rgba(var(--ep-danger-color), 1);
--ep-btn-border-color: rgba(var(--ep-danger-color), 1);
}
.emagic .ep-btn-outline-danger:hover{
color: rgba(var(--ep-white-color), 1);
background-color: rgba(var(--ep-danger-color), 1);
border-color: rgba(var(--ep-danger-color), 1);
}
.emagic .ep-btn-outline-secondary {
--ep-border-width:2px;
--ep-btn-border-color: var(--ep-border-color);
}
.emagic .ep-btn-outline-secondary:hover {
}  .emagic .ep-btn-outline-dark {
--ep-btn-color: #212529;
--ep-btn-border-color: rgba(var(--ep-dark-color), 1);
--ep-btn-hover-color: #fff;
--ep-btn-hover-bg: #212529;
--ep-btn-hover-border-color: #212529;
--ep-btn-focus-shadow-rgb: 33,37,41;
--ep-btn-active-color: #fff;
--ep-btn-active-bg: #212529;
--ep-btn-active-border-color: #212529;
--ep-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--ep-btn-disabled-color: #212529;
--ep-btn-disabled-bg: transparent;
--ep-btn-disabled-border-color: #212529;
--ep-gradient: none;
}
.emagic .ep-btn-dark {
--ep-btn-color: rgba(var(--ep-white-color), 1);
--ep-btn-bg: rgba(var(--ep-dark-color), 1);
--ep-btn-border-color: rgba(var(--ep-dark-color), 1);
--ep-btn-hover-color: rgba(var(--ep-white-color), 1);
--ep-btn-hover-bg: #424649;
--ep-btn-hover-border-color: #373b3e;
--ep-btn-focus-shadow-rgb: 66,70,73;
--ep-btn-active-color: #fff;
--ep-btn-active-bg: #4d5154;
--ep-btn-active-border-color: #373b3e;
--ep-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--ep-btn-disabled-color: #fff;
--ep-btn-disabled-bg: #212529;
--ep-btn-disabled-border-color: #212529;
} .ep-dark-mode-enabled .emagic .ep-btn-dark {
background-image: linear-gradient(to bottom right, var(--ep-btn-top-color), var(--ep-btn-bottom-color));
}
.ep-dark-mode-enabled .emagic .ep-btn-dark:hover {
background-image: linear-gradient(to bottom right, var(--ep-btn-bottom-color), var(--ep-btn-bottom-color));
}
.ep-dark-mode-enabled .emagic .ep-btn-dark {
--ep-btn-top-color: #424242;
--ep-btn-bottom-color: #383838;
--ep-btn-border-color: #595959;
--ep-btn-color: #fff;
--ep-btn-hover-color: #fff;
--ep-btn-active-color: #fff;
--ep-btn-hover-border-color: #595959;
} .emagic .ep-btn-light {
--ep-btn-color: #000;
--ep-btn-bg: #f8f9fa;
--ep-btn-border-color: #f8f9fa;
--ep-btn-hover-color: #000;
--ep-btn-hover-bg: #d3d4d5;
--ep-btn-hover-border-color: #c6c7c8;
--ep-btn-focus-shadow-rgb: 211,212,213;
--ep-btn-active-color: #000;
--ep-btn-active-bg: #c6c7c8;
--ep-btn-active-border-color: #babbbc;
--ep-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--ep-btn-disabled-color: #000;
--ep-btn-disabled-bg: #f8f9fa;
--ep-btn-disabled-border-color: #f8f9fa;
}
.emagic .ep-btn-warning {
--ep-btn-color: #000;
--ep-btn-bg: #ffc107;
--ep-btn-border-color: #ffc107;
--ep-btn-hover-color: #000;
--ep-btn-hover-bg: #ffca2c;
--ep-btn-hover-border-color: #ffc720;
--ep-btn-focus-shadow-rgb: 217,164,6;
--ep-btn-active-color: #000;
--ep-btn-active-bg: #ffcd39;
--ep-btn-active-border-color: #ffc720;
--ep-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--ep-btn-disabled-color: #000;
--ep-btn-disabled-bg: #ffc107;
--ep-btn-disabled-border-color: #ffc107;
}
.ep-dark-mode-enabled .emagic .ep-btn-warning{
background-image: linear-gradient(to bottom right, var(--ep-btn-top-color), var(--ep-btn-bottom-color));
}
.ep-dark-mode-enabled .emagic .ep-btn-warning:hover{
background-image: linear-gradient(to bottom right, var(--ep-btn-bottom-color), var(--ep-btn-bottom-color));
}
.ep-dark-mode-enabled .emagic .ep-btn-warning:active{
}
.ep-dark-mode-enabled .emagic .ep-btn-warning {
--ep-btn-top-color: #AD8200;
--ep-btn-bottom-color: #997300;
--ep-btn-border-color: #CC9900;
--ep-btn-hover-border-color: #CC9900;
--ep-btn-color: #fff;
--ep-btn-hover-color: #fff;
--ep-btn-active-color: #fff;
}
.emagic .ep-btn-danger {
--ep-btn-color: #fff;
--ep-btn-bg: #dc3545;
--ep-btn-border-color: #dc3545;
--ep-btn-hover-color: #fff;
--ep-btn-hover-bg: #bb2d3b;
--ep-btn-hover-border-color: #b02a37;
--ep-btn-focus-shadow-rgb: 225,83,97;
--ep-btn-active-color: #fff;
--ep-btn-active-bg: #b02a37;
--ep-btn-active-border-color: #a52834;
--ep-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--ep-btn-disabled-color: #fff;
--ep-btn-disabled-bg: #dc3545;
--ep-btn-disabled-border-color: #dc3545;
}
.emagic .ep-btn-green {
--ep-btn-color: #fff;
--ep-btn-bg: #2AAF4A;
--ep-btn-border-color: #2AAF4A;
--ep-btn-hover-color: #fff;
--ep-btn-hover-bg: #3abc59;
--ep-btn-hover-border-color: #2ead4c;
--ep-btn-focus-shadow-rgb: 225,83,97;
--ep-btn-active-color: #fff;
--ep-btn-active-bg: #2ead4c;
--ep-btn-active-border-color: #2ead4c;
--ep-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--ep-btn-disabled-color: #fff;
--ep-btn-disabled-bg: #2AAF4A;
--ep-btn-disabled-border-color: #2AAF4A;
}
.btn-secondary.disabled, .btn-secondary:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.ep-btn.disabled, .ep-btn:disabled, fieldset:disabled .ep-btn {
pointer-events: none;
opacity: .65;
} .ep-box-dropdown{
box-shadow: 0 2px 12px 0 rgb(0 0 0 / 14%);
border: 1px solid var(--ep-border-color);
border-radius: var(--ep-border-radius);
background-color: #fff;
position: absolute;
top: 40px;
z-index: 9999;
width: 200px;
padding: 16px 20px 24px;
}
.ep-box-dropdown-overlay {
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
z-index: -1;
background-color: rgb(0 0 0 / 0%);
}   .ep-button-text-color {
color:var(--ep-default-color);
}
.ep-btn-text-fill-color {
fill:var(--ep-default-color);
}
.ep-text-warning {
--ep-text-opacity: 1;
color: rgba(var(--ep-warning-color),var(--ep-text-opacity))!important;
}
.ep-text-danger {
--ep-text-opacity: 1;
color: rgba(var(--ep-danger-color),var(--ep-text-opacity))!important;
}
.ep-text-success {
--ep-text-opacity: 1;
color: rgba(var(--ep-success-color),var(--ep-text-opacity))!important;
}  .ep-bg-light {
--ep-bg-opacity: 1;
background-color: rgba(var(--ep-light-color),var(--ep-bg-opacity))!important;
}
.ep-bg-dark {
--ep-bg-opacity: 1;
background-color: rgba(var(--ep-dark-bg),var(--ep-bg-opacity))!important;
}
.ep-bg-success {
--ep-bg-opacity: 1;
background-color: rgba(var(--ep-success-color),var(--ep-bg-opacity))!important;
}
.ep-bg-white {
--ep-bg-opacity: 1;
background-color: rgba(var(--ep-white-color),var(--ep-bg-opacity));
}
.ep-dark-mode-enabled .ep-bg-white {
--ep-bg-opacity: 1;
background-color: rgba(var(--ep-white-color),var(--ep-bg-opacity))!important;
}
.ep-bg-warning {
background-color:rgba(var(--ep-warning-color));
}
.ep-bg-danger {
--ep-bg-opacity: 1;
background-color: rgba(var(--ep-danger-color),var(--ep-bg-opacity))!important;
}
.ep-bg-light-green{
--ep-bg-opacity: 1;
background-color: rgba(var(--ep-lightgreen-color),var(--ep-bg-opacity))!important;
}
.ep-bg-primary {
--ep-bg-opacity: 1;
background-color: rgba(var(--themeColor),var(--ep-bg-opacity))!important;
}
.ep-bg-secondary {
--ep-bg-opacity: 1;
background-color: rgba(var(--ep-secondary-rgb),var(--ep-bg-opacity))!important;
}
.ep-transparent-bg{
background-color:var(--ep-transparent-bg)!important;
}  .ep-bg-opacity-10 {
--ep-bg-opacity: 0.1;
}
.ep-bg-opacity-6 {
--ep-bg-opacity: 0.6;
}
.ep-bg-opacity-4 {
--ep-bg-opacity: 0.4;
}
.ep-bg-opacity-3 {
--ep-bg-opacity: 0.3;
}  .emagic .ep-border,
.ep-blocks .ep-border,
.ep-widgets .ep-border{
--ep-border-opacity: 1;
--ep-border-width: 1px;
--ep-border-style: solid;
border: var(--ep-border-width) var(--ep-border-style) rgba(var(--ep-border-color-rgb),var(--ep-border-opacity))!important;
}
.emagic .ep-border-primary {
--ep-border-opacity: 1;
border-color: rgba(var(--themeColor),var(--ep-border-opacity))!important;
}
.emagic .ep-transparent-border{
border-color:var(--ep-transparent-border)!important;
}
.ep-border-0 {
border: 0px !important;
}
.ep-border-2 {
border: 2px solid var(--ep-border-color);
}
.ep-border-1 {
border: 1px solid var(--ep-border-color);
}
.ep-border-top {
border-top: 1px solid var(--ep-border-color);
}
.ep-border-bottom {
--ep-border-width: 1px;
border-bottom: var(--ep-border-width) solid var(--ep-border-color)!important;
}
.ep-border-left {
--ep-border-width: 1px;
border-left: var(--ep-border-width) solid var(--ep-border-color)!important;
}
.ep-border-right {
--ep-border-width: 1px;
border-right: var(--ep-border-width) solid var(--ep-border-color)!important;
}
.ep-rounded {
border-radius: var(--ep-border-radius);
}
.ep-rounded-1{
border-radius:  var(--ep-border-radius-sm)
}
.ep-rounded-5{
border-radius:  var(--ep-border-radius-2xl)
}
.ep-rounded-circle {
border-radius: 50%!important;
}
.ep-rounded-pill {
border-radius: var(--ep-border-radius-pill)!important;
}
.ep-rounded-1{
border-radius:  var(--ep-border-radius-sm)
}
.ep-rounded-top {
border-top-left-radius: var(--ep-border-radius)!important;
border-top-right-radius: var(--ep-border-radius)!important;
}
.ep-rounded-bottom {
border-bottom-left-radius: var(--ep-border-radius)!important;
border-bottom-right-radius: var(--ep-border-radius)!important;
}
.ep-rounded-tbr-right {
border-top-right-radius: var(--ep-border-radius)!important;
border-bottom-right-radius: var(--ep-border-radius)!important;
}
.ep-rounded-tbl-right {
border-top-left-radius: var(--ep-border-radius)!important;
border-bottom-left-radius: var(--ep-border-radius)!important;
}
.ep-border-opacity-50 {
border-bottom: 2px solid var(--ep-border-opacity-color);
}
.ep-border-warning {
--ep-border-opacity: 1;
border-color: rgba(var(--ep-warning-color),var(--ep-border-opacity))!important;
}
.ep-border-3 {
--ep-border-width: 3px;
}
.ep-border-2 {
--ep-border-width: 2px;
}
.ep-border-1 {
--ep-border-width: 1px;
}
.ep-border-light {
border-color:var(--ep-border-light-color)!important;
}
.ep-border-green {
border-color:var(--ep-border-green-color)!important;
}
.emagic .ep-border-top-0 {
border-top: 0!important;
}  .emagic .ep-bg-opacity-10 {
--ep-border-opacity: 0.1;
}
.emagic .ep-border-opacity-4 {
--ep-border-opacity: 0.4;
} .ep-img-fluid {
max-width: 100%;
height: auto;
}
.ep-white-space {
white-space: nowrap;
}
.ep-white-space-normal{
white-space: normal;
} .ep-text-primary {
color: rgba(var(--themeColor), 1)!important;
}
.ep-text-white{
--ep-text-opacity: 1;
color: rgba(var(--ep-white-color),var(--ep-text-opacity))!important;
}
.ep-text-muted {
opacity: 1;
color: #6c757d!important;
}
.ep-dark-mode-enabled .ep-text-muted{
color: #757575!important;
}
.ep-text-dark {
opacity: 1;
color: #212529!important;
}
.ep-text-break {
word-wrap: break-word !important;
word-break: break-word !important;
} .ep-dark-mode-enabled .ep-text-dark {
opacity: 1;
color: #fff!important;
} .ep-text-small{
font-size: .900em !important;
}
.ep-text-smaller{
font-size: .850em !important;
}
.ep-fw-bold {
font-weight: 700!important;
}
.ep-fw-normal {
font-weight: 400!important;
}
.ep-text-uppercase {
text-transform: uppercase!important;
}
.ep-text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ep-content-truncate {
--ep-line-clamp: 5;
-webkit-line-clamp:  var(--ep-line-clamp);
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
}
.ep-content-truncate-line-3{
--ep-line-clamp: 3;
}
.ep-content-truncate-line-4{
--ep-line-clamp: 4;
}
.ep-content-truncate-line-5{
--ep-line-clamp: 5;
}
.ep-fs-6 {
font-size: 1rem!important;
}
.ep-fs-5 {
font-size: 1.25rem!important;
}
.ep-fs-4 {
font-size: 1.5rem!important;
}
.ep-fs-3 {
font-size: 1.75rem!important;
}
.ep-fs-2 {
font-size: 2rem!important;
}
.ep-fs-1 {
font-size: 2.5rem!important;
}
body .emagic .h1,
body .emagic .h2,
body .emagic .h3,
body .emagic .h4,
body .emagic .h5,
body .emagic.h6,
body .emagic h1,
body .emagic h2,
body .emagic h3,
body .emagic h4,
body .emagic h5,
body .emagic h6 {
margin-top: 0;
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
font-style: normal;
}  .ep-img-100{
width:100%;
height: 100%;
}  .ep-box-h-100{
height: 100%!important;
}
.ep-box-w-25{
width: 25%!important;
}
.ep-box-w-50{
width: 50%!important;
}
.ep-box-w-75{
width: 75%!important;
}
.ep-box-w-100{
width: 100%!important;
}  .ep-position-relative {
position: relative!important;
}
.ep-position-absolute {
position: absolute!important;
}
.ep-z-index {
z-index: 999
}
.ep-z-index-1 {
z-index: 1 !important ;
}
.ep-z-index-2 {
z-index: 2!important;
}
.ep-z-index-3 {
z-index: 3 !important;
}  .ep-pb-2 {
padding-bottom: 0.5rem!important;
}
.ep-pb-3 {
padding-bottom: 1rem!important;
}
.ep-p-3 {
padding: 1rem!important;
}
.ep-p-1 {
padding: 0.25rem!important;
}
.ep-p-2{
padding: 0.5rem!important;
}
.ep-p-4{
padding: 1.5rem!important;
}
.ep-p-5{
padding: 3rem!important;
}
.ep-py-3 {
padding: 1rem 0rem;
}
.ep-py-4 {
padding-top: 1.5rem!important;
padding-bottom: 1.5rem!important;
}
.ep-py-5 {
padding-top: 3rem!important;
padding-bottom: 3rem!important;
}
.ep-py-2 {
padding-top: 0.5rem!important;
padding-bottom: 0.5rem!important;
}
.ep-pr-2{
padding-right: 0.5rem!important;
}
.ep-pr-4{
padding-right: 1.5rem!important;
}
.ep-pr-0{
padding-right: 0!important;
}
.ep-pl-0{
padding-left: 0!important;
}
.ep-pl-1 {
padding-left: 0.25rem!important;
}
.ep-pl-2 {
padding-left: 0.5rem!important;
}
.ep-pt-2 {
padding-top: 0.5rem!important;
}
.ep-pt-4 {
padding-top: 1.5rem!important;
}
.ep-px-4 {
padding-right: 1.5rem!important;
padding-left: 1.5rem!important;
}
.ep-px-1 {
padding-right: 0.25rem!important;
padding-left: 0.25rem!important;
}
.ep-px-2 {
padding-left: 0.5rem!important;
padding-right: 0.5rem!important;
}
.ep-px-3 {
padding-left: 1rem!important;
padding-right: 1rem!important;
}
.ep-p-0{
padding: 0px !important;
}
.ep-px-0{
padding-right: 0!important;
padding-left: 0!important
}
.ep-py-0{
padding-top: 0!important;
padding-bottom: 0!important
}
.ep-ps-3 {
padding-left: 1rem!important;
}
.ep-pe-3 {
padding-right: 1rem!important;
}
.ep-box-pl-0, .ep-box-px-0 {
padding-left: 0!important;
}
.ep-box-pr-0, .ep-box-px-0 {
padding-right: 0!important;
}
.ep-box-py-0 {
padding-top: 0!important;
padding-bottom: 0!important;
}
.ep-py-1{
padding-top: 0.25rem!important;
padding-bottom: 0.25rem!important;
}
.ep-box-px-0 {
padding-left: 0!important;
padding-right: 0!important;
}
.ep-pt-3 {
padding-top: 1rem ;
}  .ep-mb-5 {
margin-bottom: 3rem!important;
}
.ep-mb-3 {
margin-bottom: 1rem!important;
}
.ep-mb-4 {
margin-bottom: 1.5rem!important;
}
.ep-mb-0 {
margin-bottom: 0rem!important;
}
.ep-mt-4 {
margin-top: 1.5rem!important;
}
.ep-mt-5 {
margin-top: 3rem!important;
}
.ep-mt-6 {
margin-top: 3.5rem!important;
}
.ep-mt-7 {
margin-top: 4rem!important;
}
.ep-mt-3 {
margin-top: 1rem!important;
}
.ep-mt-1 {
margin-top: 0.25rem!important;
}
.ep-mt-2 {
margin-top: 0.5rem!important;
}
.ep-mb-2 {
margin-bottom: 0.5rem!important;
}
.ep-m-2 {
margin: 0.5rem!important;
}
.ep-m-3 {
margin: 1rem!important;
}
.ep-m-0{
margin: 0px !important;
}
.ep-ml-2{
margin-left: 0.5rem!important;
}
.ep-ml-3{
margin-left: 1rem!important;
}
.ep-ml-4{
margin-left: 1.5rem!important;
}
.ep-mr-4{
margin-right: 1.5rem!important;
}
.ep-mr-3{
margin-right: 1rem!important;
}
.ep-mx-2{
margin-left: 0.5rem!important;
margin-right: 0.5rem!important;
}
.ep-mx-3{
margin-left: 1rem!important;
margin-right: 1rem!important;
}
.ep-mr-2{
margin-right: 0.5rem!important;
}
.ep-mr-1{
margin-right: 0.25rem!important;
}
.ep-ml-1{
margin-left: 0.25rem!important;
}
.ep-my-1{
margin-top: 0.25rem!important;
margin-bottom: 0.25rem!important;
}
.ep-my-2{
margin-top: 0.5rem!important;
margin-bottom: 0.5rem!important;
}
.ep-my-3{
margin-top: 1rem!important;
margin-bottom: 1rem!important;
}
.ep-my-4{
margin-top: 1.5rem!important;
margin-bottom: 1.5rem!important;
}
.ep-my-5{
margin-top: 2rem!important;
margin-bottom: 2rem!important;
}
.ep-mx-0{
margin-left: 0rem!important;
margin-right: 0rem!important;
}
.ep-my-0{
margin-top: 0rem!important;
margin-bottom: 0rem!important;
}
.ep-mt-auto{
margin-top: auto;
}
.ep-mx-auto{
margin-left: auto !important;
margin-right: auto!important;
}
.ep-my-auto{
margin-top: auto !important;
margin-bottom: auto!important;
}
.ep-mb-auto{
margin-bottom: auto;
}
.ep-box-ml-0, .ep-box-mx-0 {
margin-left: 0!important;
}
.ep-box-mr-0, .ep-box-mx-0 {
margin-right: 0!important;
}  .ep-list-group {
--ep-list-group-color: #212529;
--ep-list-group-bg: #fff;
--ep-list-group-border-color: rgba(0, 0, 0, 0.125);
--ep-list-group-border-width: 1px;
--ep-list-group-border-radius: 0.375rem;
--ep-list-group-item-padding-x: 1rem;
--ep-list-group-item-padding-y: 0.5rem;
--ep-list-group-action-color: #495057;
--ep-list-group-action-hover-color: #495057;
--ep-list-group-action-hover-bg: #f8f9fa;
--ep-list-group-action-active-color: #212529;
--ep-list-group-action-active-bg: #e9ecef;
--ep-list-group-disabled-color: #6c757d;
--ep-list-group-disabled-bg: #fff;
--ep-list-group-active-color: #fff;
--ep-list-group-active-bg: #0d6efd;
--ep-list-group-active-border-color: #0d6efd;
display: flex;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
border-radius: var(--ep-list-group-border-radius);
}
.ep-list-group-item:first-child {
border-top-left-radius: inherit;
border-top-right-radius: inherit;
}
.ep-list-group-item:last-child {
border-bottom-right-radius: inherit;
border-bottom-left-radius: inherit;
}
.emagic .ep-list-group-item {
--ep-bg-opacity: 0.25;
position: relative;
display: block;
padding: var(--ep-list-group-item-padding-y) var(--ep-list-group-item-padding-x);
color: var(--ep-list-group-color);
text-decoration: none;
background-color: rgba(var(--ep-white-color), var(--ep-bg-opacity));
border: var(--ep-list-group-border-width) solid var(--ep-list-group-border-color);
margin: 0px !important;
}
.emagic .ep-list-group-item+.ep-list-group-item {
border-top-width: 0 !important;
}
.ep-list-group-item:hover{
background-color: rgba(var(--themeColor), 0.1);
}
.ep-list-group-item .ep-tab-link.ep-tab-active{
--ep-bg-opacity: 1;
z-index: 2;
color: var(--ep-list-group-active-color);
background-color: rgba(var(--themeColor),var(--ep-bg-opacity))!important;
border-color: var(--ep-list-group-active-border-color);
display: block;
}
.ep-list-group.ep-myaccount-tabs .ep-list-group-item.ep-tab-item {
padding:0px !important;
}
.ep-list-group.ep-myaccount-tabs .ep-list-group-item .ep-tab-link{
padding: var(--ep-list-group-item-padding-y) var(--ep-list-group-item-padding-x);
display: block;
box-shadow: none;
text-decoration: none;
}  .ep-dark-mode-enabled .ep-list-group.ep-myaccount-tabs .ep-list-group-item .ep-tab-link{
--ep-bg-opacity: 0.2;
}  .ep-items-center {
align-items: center!important;
}
.ep-align-items-center {
align-items: center!important;
}
.ep-items-end {
align-items: flex-end!important;
}
.ep-items-start {
align-items: flex-start!important;
}
.ep-content-center{
justify-content: center!important;
}
.ep-content-left{
justify-content: flex-start !important;
}
.ep-content-right{
justify-content: flex-end!important;
}
.ep-justify-content-between {
justify-content: space-between;
}
.ep-justify-content-end {
justify-content: flex-end!important;
}
.ep-justify-content-center {
justify-content: center!important;
}
.ep-align-right{
text-align: right;
}
.ep-text-start {
text-align: left!important;
}
.ep-text-end {
text-align: right;
}
.ep-text-center {
text-align: center!important;
}
.ep-align-middle {
vertical-align: middle!important;
}
.ep-align-top {
vertical-align: top!important;
}
.ep-align-bottom {
vertical-align: bottom!important;
}  .ep-item-hide{
display:none
}
.ep-d-none{
display:none
}
.ep-d-inline-block {
display: inline-block!important;
}  .ep-overflow-hidden {
overflow: hidden!important;
}
.ep-overflow-auto {
overflow: auto!important;
}
.ep-overflow-visible {
overflow: visible!important;
}
.ep-overflow-scroll {
overflow: scroll!important;
}
.ep-overflow-x-hidden{
overflow-x: hidden!important;
} .ep-flex-wrap{
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important;
}
.ep-inline-block{
display: inline-block;
}
.ep-d-flex {
display: flex;
}
.ep-flex-1{
flex: 1;
}
.ep-d-inline-flex {
display: inline-flex;
}
.ep-di-flex {
display: inline-flex;
}
.ep-box-direction {
flex-direction: column;
}
.ep-flex-column {
flex-direction: column!important;
}
.ep-flex-row-reverse {
flex-direction: row-reverse!important;
}
.ep-justify-content-between {
justify-content: space-between!important;
}
.ep-shadow {
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.ep-shadow-sm {
box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.ep-object-cover-fit{
object-fit: cover;
}
.ep-lh-0 {
line-height: 0!important;
}
.ep-lh-1 {
line-height: 1!important;
}
.ep-lh-2 {
line-height: 2!important;
}
.ep-lh-sm {
line-height: 1.25!important;
}
.ep-lh-base {
line-height: 1.5!important;
}
.ep-lh-lg {
line-height: 2!important;
}
.ep-box-wrap{
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
background: none;
}
.ep-box-row{
--ep-gutter-x: 1.5rem;
--ep-gutter-y: 0;
display: flex;
flex-wrap: wrap;
margin-top: calc(-1 * var(--ep-gutter-y));
margin-right: calc(-.5 * var(--ep-gutter-x));
margin-left: calc(-.5 * var(--ep-gutter-x));
}
.ep-box-row>* {
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--ep-gutter-x) * .5);
padding-left: calc(var(--ep-gutter-x) * .5);
margin-top: var(--ep-gutter-y);
}
.ep-box-col-1,
.ep-box-col-2,
.ep-box-col-3,
.ep-box-col-4,
.ep-box-col-5,
.ep-box-col-6,
.ep-box-col-7,
.ep-box-col-8,
.ep-box-col-9,
.ep-box-col-10,
.ep-box-col-11,
.ep-box-col-12,
.ep-box-col-left-2,
.ep-box-col-right-10{
position: relative;
width: 100%;
min-height: 1px;
}
@media (min-width: 540px){ .ep-xsm-text-start {
text-align: left!important;
}
.ep-xsm-text-end {
text-align: right;
}
.ep-xsm-text-center {
text-align: center!important;
}
}
@media (min-width:360px){
.ep-box-col-xsm-2{
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.ep-box-col-xsm-10{
-ms-flex: 0 0 83.3333333333%;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
}
@media (min-width: 767px){
.ep-box-col-sm-1{
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.ep-box-col-sm-2{
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.ep-box-col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.ep-box-col-sm-4 {
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.ep-box-col-sm-5 {
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.ep-box-col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.ep-box-col-sm-7 {
-ms-flex: 0 0 58.3333333333%;
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.ep-box-col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.ep-box-col-sm-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.ep-box-col-sm-10 {
-ms-flex: 0 0 83.3333333333%;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.ep-box-col-sm-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.ep-box-col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
#ep-event-organizers-loader-section .ep-box-col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
#ep-event-organizers-loader-section .ep-box-col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
#ep-event-organizers-loader-section .ep-box-col-4 {
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
} .ep-sm-text-center {
text-align: center!important;
}
}
.ep-event-organizers-colored_grid-container .ep-organizer-colored_grid-wrap{
padding-left: 1rem !important;
padding-right: 1rem !important;
}
@media (min-width: 992px){
.ep-box-col-md-4 {
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.ep-box-col-md-4 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
} @media (max-width: 1068px){
.ep-justify-content-between-sm{
justify-content: space-between !important;
}
.ep-user-booking-btn-section{
margin-bottom: 1rem;
}
.ep-checkout-cart-section {
margin-top: 10px;
}
.ep-buy-ticket-section, .ep-profile-coming-up-section{
margin-bottom: 2rem;
}
.ep-booking-payment-option-button-container{
justify-content: center !important;
}
.ep-user-coming-up-section{
margin-left: 1rem;
}
} @media (min-width: 1068px){
.ep-box-col-1{
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.ep-box-col-2{
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.ep-box-col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.ep-box-col-4 {
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.ep-box-col-5 {
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.ep-box-col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.ep-box-col-7 {
-ms-flex: 0 0 58.3333333333%;
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.ep-box-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.ep-box-col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.ep-box-col-10 {
-ms-flex: 0 0 83.3333333333%;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.ep-box-col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.ep-box-col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
} .ep-box-col-left-2 {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.ep-box-col-right-10 {
-ms-flex: 0 0 80%;
flex: 0 0 80%;
max-width: 80%;
} }
@media (min-width: 768px){
.ep-box-col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.ep-flex-row-reverse-md{
flex-direction: row-reverse!important;
}
}
.ep-box-col {
-ms-flex: 0 0 0%;
flex: 1 0 0%;
max-width: 100%;
}
.ep-box-col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.ep-box-row-cols-3>* {
flex: 0 0 auto;
width: 33.3333333333%;
}
.ep-box-row-cols-4>* {
flex: 0 0 auto;
width: 25%;
} .ep-g-5, .ep-gy-5 {
--ep-gutter-y: 3rem;
}
.ep-g-5, .ep-gx-5 {
--ep-gutter-x: 3rem;
}
.ep-g-4, .ep-gy-4 {
--ep-gutter-y: 1.5rem;
}
.ep-g-4, .ep-gx-4 {
--ep-gutter-x: 1.5rem;
}
.ep-g-3, .ep-gy-3 {
--ep-gutter-y: 1rem;
}
.ep-g-3, .ep-gx-3 {
--ep-gutter-x: 1rem;
}  .ep-card-col-3,
.ep-card-col-4,
.ep-card-col-6,
.ep-card-col-12
{
position: relative;
width: 100%;
min-height: 1px;
}
@media (min-width: 650px){
.ep-card-col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.ep-card-col-4 {
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.ep-card-col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
}    .ep-nav-pills,
.ep-nav-tabs {
display: flex;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.ep-nav-pills .ep-tab-active {
background-color: rgba(var(--themeColor), 1);
color: rgba(var(--ep-white-color),1) !important;
}
.ep-tab-link.ep-tab-active{
padding: 0px;
margin: 0px
}
.ep-nav-pills .ep-tab-item .ep-tab-link,
.ep-nav-tabs .ep-tab-item .ep-tab-link{
padding: 0.5rem 1rem;
border-radius: var(--ep-border-radius);
box-shadow: none;
display: inline-flex;
box-shadow: none;
} .ep-nav-tabs .ep-tab-link.ep-tab-active {
color: #495057;
background-color: rgba(var(--ep-white-color), 1);
border-color: var(--ep-border-color);
border-bottom: 1px solid rgba(var(--ep-white-color), 1);
} .ep-dark-mode-enabled .ep-nav-tabs .ep-tab-link.ep-tab-active {
color: #fff;
} .ep-nav-tabs .ep-tab-link{
margin-bottom: -1px !important;
background: 0 0;
border: 1px solid transparent;
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0px !important;
}
.ep-nav-tabs .ep-tab-link:focus{
outline: 0px;
}
.ep-nav-tabs {
border-bottom: 1px solid var(--ep-border-color);
}  .ep-btn-group{
position: relative;
display: inline-flex;
vertical-align: middle;
}
.ep-btn-check {
position: absolute;
clip: rect(0,0,0,0);
pointer-events: none;
}
.ep-btn-check:checked+.ep-btn-outline-secondary,
.ep-btn-outline-secondary:active {
}
.ep-btn-check:checked+.ep-btn-outline-secondary:before{
font-family: 'Material Icons Outlined';
content: "\e876";
position: absolute;
top: -8px;
left: -5px;
font-size: 1.25rem!important;
--ep-text-opacity: 1;
color: rgba(var(--ep-warning-color),var(--ep-text-opacity))!important;
background-color: #fff;
line-height: 16px;
border-radius:  var(--ep-border-radius-sm)
} .ep-dark-mode-enabled .ep-btn-check:checked+.ep-btn-outline-secondary:before{
background-color: #424242;
} .ep-btn-check:checked+.ep-btn-outline-secondary,
.ep-btn-group>.ep-btn-group:not(:first-child),
.ep-btn-group>.ep-btn:not(:first-child) {
margin-left: 3px;
}
.ep-btn-group>.ep-btn {
position: relative;
flex: 1 1 auto;
line-height: 1;
}
.ep-btn-group input[type="number"] {
margin: 0px !important;
background-color: #fff !important;
}
.ep-dark-mode-enabled .ep-btn-group input[type="number"] {
margin: 0px !important;
background-color: #333 !important;
}  .ep-btn-group {
border-radius: 0.375rem;
}
.ep-btn-group, .ep-btn-group-vertical {
position: relative;
display: inline-flex;
vertical-align: middle;
}
.ep-btn-group>.ep-btn-group:not(:last-child)>.ep-btn, .ep-btn-group>.ep-btn.dropdown-toggle-split:first-child,
.ep-btn-group>.ep-btn:not(:last-child):not(.ep-dropdown-toggle) {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.ep-btn-group>.ep-btn-group:not(:first-child)>.ep-btn, .ep-btn-group>.ep-btn:nth-child(n+3),
.ep-btn-group>:not(.ep-btn-check)+.ep-btn {
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}  body.ep-modal-open-body {
overflow: hidden;
padding-right: 15px;
}
.ep-modal {
--ep-modal-margin: 1.75rem;
--ep-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
--ep-modal-padding: 1rem;
}
.ep-modal-view {
position: fixed;
width: 100%;
top: 0px;
height: 100%;
z-index: 99999;
max-height: 100%;
left: 0px;
overflow-x: hidden;
overflow-y: auto;
outline: 0;
background: rgba(0, 0, 0, 0.7);
}
#ep_show_woocommerce_products_popup.ep-modal-view{
height: auto !important;
}
.ep-modal-overlay {
z-index: 1;
display: block;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
}
.ep-modal-wrap{
margin: 1.75rem;
}
.ep-modal-wrap {
width: 100%;
max-width: var(--ep-modal-width); top:0px;
z-index: 9999;
position: relative;
display: flex;
align-items: center;
min-height: calc(100% - var(--ep-modal-margin) * 2);
margin-right: auto;
margin-left: auto;
height: auto;
}
.ep-modal-dialog-centered {
display: flex;
align-items: center;
min-height: calc(100% - var(--ep-modal-margin) * 2);
}
.ep-modal-dialog {
position: relative;
width: auto;
margin: var(--ep-modal-margin);
pointer-events: none;
}
@media (min-width: 576px){
.ep-modal-dialog {
max-width: var(--ep-modal-width);
margin-right: auto;
margin-left: auto;
}
}
.ep-modal-content {
background: #fff;
border-radius: 6px;
position: relative;
display: flex;
flex-direction: column;
width: 100%;
pointer-events: auto;
z-index: 9999;
height: 100%;
} .ep-dark-mode-enabled .ep-modal-content, .ep-dark-mode-enabled .ep-modal-body{
background: #333;
}
.ep-dark-mode-enabled .emagic .ep-btn-outline-dark{
--ep-btn-color: #fff;
} .ep-modal-body {
background: #fff;
border-radius: 6px;
position: relative;
flex: 1 1 auto;
padding: var(--ep-modal-padding);
}
.ep-modal-lg {
--ep-modal-width: 800px;
}
.ep-modal-xl {
--ep-modal-width: 1140px;
}
.ep-modal-xxl {
--ep-modal-width: 1440px;
}
.ep-modal-titlebar {
position: relative;
width: 100%;
justify-content: space-between; }
.ep-modal-titlebar .ep-modal-close {
font-size: 25px;
padding: 0px 20px 0px 20px;
float: right;
cursor: pointer;
text-decoration: none;
color: #8b8b8b;
position: relative;
z-index: 99
}
.ep-modal-in {
animation: ep-bounceIn 0.8s ease-in forwards;
}
.ep-modal-out {
animation: ep-bounceOut 0.6s ease-out forwards;
}
.ep-modal-overlay-fade-in {
animation: ep-globalSetting-fadeIn 0.3s ease-in forwards;
}
.ep-modal-overlay-fade-out {
animation: ep-globalSetting-fadeOut 0.3s ease-in forwards;
}
@keyframes ep-bounceIn {
0%   {
transform: translateY(-200%) scale(1.5);
opacity:0;
}
30%  {
opacity:1;
}
58%  {
transform: translateY(0) rotate(1deg) scale(1);
opacity: 1
}
72%  {
transform: translateY(-30px) rotate(-1deg);
}
80%  {
transform: translateY(0) rotate(0.5deg);
}
100% {
transform: translateY(0) rotate(0deg);
}
}
@keyframes ep-bounceOut {
0%   {
transform: translateY(0);
}
10%  {
transform: translateY(-10px) rotate(-0.5deg);
}
30%  {
transform: translateY(20px) rotate(8deg);
}
70%  {
opacity: 1;
}
90%  {
transform: translateY(300%) translateX(40px) rotate(35deg);
opacity: 0;
}
100% {
display: none;
}
}
@keyframes ep-globalSetting-fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes ep-globalSetting-fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}  .emagic .ep-form-control {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
margin: 0px;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0.375rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.emagic .ep-form-control:focus {
color: #212529;
background-color: #fff;
border-color: #86b7fe;
outline: 0;
box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}
.ep-form-control-sm {
min-height: calc(1.5em + 0.5rem + 2px);
padding: 0.25rem 0.5rem;
font-size: .875rem;
border-radius: 0.25rem;
}
.emagic .ep-form-select {
--ep-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
display: block;
width: 100%;
padding: 0.375rem 2.25rem 0.375rem 0.75rem;
-moz-padding-start: calc(0.75rem - 3px);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-repeat: no-repeat;
background-position: right 0.75rem center;
background-size: 16px 12px;
border: 1px solid #ced4da;
border-radius: 0.375rem;
background-image: var(--ep-form-select-bg-img), var(--ep-form-select-bg-icon, none);
background-repeat: no-repeat;
background-position: right .75rem center;
background-size: 16px 12px;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.ep-input-group {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: stretch;
width: 100%;
}
.emagic .ep-input-group>.ep-form-control {
position: relative;
flex: 1 1 auto;
width: 1%;
min-width: 0;
}
.emagic .ep-input-group>:not(:first-child) {
margin-left: -1px !important;
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.emagic .ep-input-group:not(.has-validation)>.ep-dropdown-toggle:nth-last-child(n+3),
.emagic .ep-input-group:not(.has-validation)>:not(:last-child):not(.ep-dropdown-toggle):not(.ep-dropdown-menu) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ep-input-group .ep-btn {
position: relative;
z-index: 2;
}
.ep-btn-group>.ep-btn-group:not(:first-child),
.ep-btn-group>:not(.ep-btn-check:first-child)+.ep-btn {
margin-left: -1px;
}
.emagic .ep-btn-group>:not(.ep-btn-check:first-child)+input.ep-btn{
margin-left: -1px !important;
}
.emagic .ep-btn-group>:not(.ep-btn-check:first-child)+input.ep-btn:focus{
border-style: solid;
}
.emagic .ep-btn-group>:not(.ep-btn-check:first-child)+input.ep-btn:hover{
color: var(--ep-btn-hover-color) !important;
background-color: var(--ep-btn-hover-bg) !important;
border-color: var(--ep-btn-hover-border-color)!important ;
}
.ep-input-group-text {
display: flex;
align-items: center;
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: 0.375rem;
}
.ep-input-group:not(.ep-has-validation)>:not(:last-child):not(.ep-dropdown-toggle):not(.ep-dropdown-menu):not(.ep-form-floating){
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ep-input-group-sm>.ep-input-group-text {
padding: 0.25rem 0.5rem;
font-size: .875rem;
border-radius: 0.25rem;
}
.ep-form-range {
width: 100%;
height: 1.5rem;
padding: 0;
} .ep-dark-mode-enabled .emagic .ep-form-control {
background-color: rgba(86,86,86,0.33);
color: #fff;
border: 1px solid rgba(128,128,128,0.5);
}
.ep-dark-mode-enabled .emagic .ep-input-group-text{
border: 1px solid rgba(var(--themeColor), 1);
border: 1px solid rgba(128,128,128,0.5);
}   .ep-invalid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: .875em;
color: #dc3545;
}
.ep-success-feedback {
--ep-text-opacity: 1;
color: rgba(var(--ep-success-color),var(--ep-text-opacity))!important;
}
.ep-error-message {
width: 100%;
margin-top: 0.25rem;
font-size: .875em;
color: #dc3545;
}
.ep-success-message {
width: 100%;
margin-top: 0.25rem;
font-size: .875em;
color: #8CC600;
}  .emagic .ep-table {
--ep-table-color: var(--ep-body-color);
--ep-table-bg: transparent;
--ep-table-border-color: var(--ep-border-color);
--ep-table-accent-bg: transparent;
--ep-table-striped-color: var(--ep-body-color);
--ep-table-striped-bg: rgba(0, 0, 0, 0.05);
--ep-table-active-color: var(--ep-body-color);
--ep-table-active-bg: rgba(0, 0, 0, 0.1);
--ep-table-hover-color: var(--ep-body-color);
--ep-table-hover-bg: rgba(0, 0, 0, 0.075);
width: 100%;
margin-bottom: 1rem;
color: var(--ep-table-color);
vertical-align: top;
border-color: var(--ep-table-border-color);
border: 0px;
table-layout: auto;
}
.ep-table-danger {
--ep-table-color: #000;
--ep-table-bg: #f8d7da;
--ep-table-border-color: #dfc2c4;
--ep-table-striped-bg: #eccccf;
--ep-table-striped-color: #000;
--ep-table-active-bg: #dfc2c4;
--ep-table-active-color: #000;
--ep-table-hover-bg: #e5c7ca;
--ep-table-hover-color: #000;
color: var(--ep-table-color);
border-color: var(--ep-table-border-color);
}
.ep-table-hover>tbody>tr:hover>* {
--ep-table-accent-bg: var(--ep-table-hover-bg);
color: var(--ep-table-hover-color);
}
.emagic table.ep-table-borderless>:not(caption)>*>* {
border-width: 0;
}
.emagic table.ep-table-borderless {
border-width: 0;
}
.ep-table>thead {
vertical-align: bottom;
}
.ep-table>tbody {
vertical-align: inherit;
}
.ep-table tbody, .ep-table td, .ep-table tfoot, .ep-table th, .ep-table thead, .ep-table tr {
border-color: inherit;
border-style: solid;
border-width: 0;
}
.ep-table>:not(caption)>*>* {
padding: 0.5rem 0.5rem;
background-color: var(--ep-table-bg);
border-bottom-width: 1px;
box-shadow: inset 0 0 0 9999px var(--ep-table-accent-bg);
}  .ep-sl-other-event-img {
width: 60px;
height: 60px;
object-fit: cover;
background-color: rgba(var(--themeColor), 0.2);
}
#ep_event_edit_booking_page .ep-checkout-img-icon{
background-color: rgba(var(--themeColor), 0.2);
}  .ep-loader-fw-overlay {
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background-color: rgb(8 8 8 / 66%);
z-index: 9999;
}
.ep-loader {
width: 48px;
height: 48px;
border: 3px solid rgb(0 0 0 / 8%);
border-radius: 50%;
-webkit-animation: rotation 1s linear infinite;
animation: rotation 1s linear infinite;
margin: 50px auto;
position: absolute;
top: 30%;
left: 40%;
z-index: 9999999;
}
.ep-loader:after {
content: "";
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 40px;
height: 40px;
border-radius: 50%;
border: 3px solid transparent;
border-bottom-color: rgba(var(--themeColor), 1);
}
.ep-loader-overlay {
position: fixed;
left: 0px;
top: 0px;
height: 100%;
width: 100%;
background-color: #000;
}
@keyframes rotation {
0% {
transform: rotate(0deg)
}
100% {
transform: rotate(360deg)
}
} .ep-modal-body.ep-loader-active:after {
content: "";
background-color: transparent;
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
} .ep-event-loader {
align-items: flex-start;
background-color: rgb(255 255 255 / 60%);
bottom: 0;
display: flex;
justify-content: center;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 9999;
}
.ep-event-loader-circles-wrap {
display: flex;
padding-top: 94px;
}
.ep-event-loader-circle-dot:not(:first-of-type) {
margin-left: 8px;
}
.ep-event-loader svg:not(:root) {
overflow: hidden;
}
.ep-event-loader .ep-event-loader-circle-icon {
color: rgba(var(--themeColor), 1);
}
.ep-event-loader .ep-event-loader-circle-dot {
width: 15px;
}
.ep-event-loader .ep-event-loader-circle-dot circle {
animation-direction: normal;
animation-duration: 2.24s;
animation-iteration-count: infinite;
animation-name: epLoader;
fill: currentColor;
opacity: 0.07;
}
.ep-event-loader .ep-event-loader-first circle {
animation-delay: .45s;
}
.ep-event-loader .ep-event-loader-second circle {
animation-delay: 1.05s;
}
.ep-event-loader .ep-event-loader-third circle {
animation-delay: 1.35s;
}
@keyframes epLoader {
50% {
opacity: 1;
}
}  .ep-progress {
--ep-progress-height: 4px;
--ep-progress-font-size: 0.75rem;
--ep-progress-bg: 233, 236, 239;
--ep-progress-border-radius: 0.375rem;
--ep-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
--ep-progress-bar-color: #fff;
--ep-progress-bar-transition: width 0.6s ease;
display: flex;
height: var(--ep-progress-height);
overflow: hidden;
font-size: var(--ep-progress-font-size);
background-color: rgba(var(--ep-progress-bg), 0.75);
border-radius: var(--ep-progress-border-radius);
margin-top: 4px;
}
.ep-progress-bar{
display: flex;
flex-direction: column;
justify-content: center;
overflow: hidden;
color: var(--ep-progress-bar-color);
text-align: center;
white-space: nowrap;
background-color:rgba(var(--themeColor), 1);
transition: var(--ep-progress-bar-transition);
} .ep-dark-mode-enabled .ep-progress-bar{
background-color:#37854A;
}
.ep-dark-mode-enabled .ep-progress{
--ep-progress-bg: #2B4A33;
}   .ep-spinner {
display: none;
visibility: hidden;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
border: 0.25em solid currentColor;
border-right-color: transparent;
border-radius: 50%;
-webkit-animation: spinner-border .75s linear infinite;
animation: spinner-border .75s linear infinite;
}
.ep-spinner.ep-is-active{
visibility: visible;
display: inline-block;
}
.ep-spinner-border-sm {
width: 1rem;
height: 1rem;
border-width: 0.2em;
}
@keyframes spinner-border {
to {
transform: rotate(360deg);
}
} @media (max-width: 600px){
.ep-sm-py-3{
padding-top: 1rem!important;
padding-bottom: 1rem!important;
}
.ep-col-order-1{
order:1
}
.ep-col-order-2{
order:2
}
}
@media (max-width: 600px){
}
@media (min-width: 600px){
.ep-sm-py-3{
padding-top: 1rem!important;
padding-bottom: 1rem!important;
}
} @media (min-width: 1080px){
.ep-md-py-4{
padding-top: 1.5rem!important;
padding-bottom: 1.5rem!important;
}
}
@media (min-width: 1200px){
.ep-lg-py-5{
padding-top: 3rem!important;
padding-bottom: 3rem!important;
}
} .emagic a::after {
display: none;
}
.theme-twentytwentytwo .emagic{
display: table;
}
.theme-twentytwentythree .emagic, .theme-twentytwentyfour .emagic{
max-width: 1200px;
width: 100%;
}
.theme-twentytwentytwo .emagic {
width: 100%;
max-width: 1000px;
}
.theme-twentytwenty .entry-content .emagic{
max-width: 120rem !important;
font-family: sans-serif; } .ep-ui-show-on-top {
z-index: 99999 !important;
}
.em-events-gcal img{
margin-right: 10px;
}
.ep-checkout-ticket-quantity-num {
border-right-width: 0px !important;
border-color: var(--ep-btn-border-color) !important;
}
#ep-frontend-event-submission-section input.ep-disabled-input{
background-color: #f0f0f1;
border: 1px solid #ccc;
color: rgba(44, 51, 56, .5);
}
.ep-outline-width-0{
outline-width: 0px !important;
} .ep-popover-wrap{
display: inline-flex;
}
.ep-popover-wrap .ep-popover-icon:hover .ep-popover-info {
display: block !important;
position: absolute;
transform: translate(0, 10px);
background: #fff;
padding: 6px 8px;
width: 200px;
border-radius: 6px;
left: -1.5em;
font-weight: normal;
z-index: 99999;
border: 1px solid rgba(0, 0, 0, 0.175);
line-height: 18px;
}
.ep-popover-wrap .ep-popover-info .ep-popover-nub{
position: absolute;
top: -9px;
left: 22px;
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid rgba(0, 0, 0, 0.175);
}
.ep-popover-wrap .ep-popover-info .ep-popover-nub:after{
content: "";
position: absolute;
top: 2px;
left: -7px;
width: 0;
height: 0;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #ffffff;
}  .theme-coral-dark .emagic textarea{
min-height: auto !important;
background-color: rgb(var(--ep-white-color));
}
.theme-coral-dark .emagic .select2-container--classic .select2-selection--multiple{
background-color: rgb(var(--ep-white-color));
}  #ep_gdpr_modal{
display: none;
}
#ep_gdpr_modal.ep_gdpr_modal_active{
} #ep-gdpr-badge{
cursor: pointer;
}
ul.ep-gdpr-modal-content {
margin-left: 8px;
padding: 0px;
width: 90%;
}
#ep-gdpr-modal-content li {
position: relative;
padding: 12px 12px 12px 48px;
font-size: 15px;
line-height: 1.6;
list-style: none;
margin: 8px auto;
}
#ep-gdpr-modal-content li::before {
content: "✔";
position: absolute;
left: 1em;
top: 50%;
transform: translateY(-50%);
font-size: 1em;
color: rgba(var(--themeColor), 1);
background: #fff;
border-radius: 50%;
width: 27px;
height: 27px;
text-align: center;
padding: 1.5px 4.5px;
box-shadow: 0 0 0 1px rgba(var(--themeColor), 1);
box-sizing: border-box;
}
#ep-gdpr-modal-content li::marker{
display: none;
}
.ep_gdpr_modal_wrap a.ep-modal-close{
box-shadow:none !important;
}
.ep_gdpr_modal_wrap a.ep-modal-close:focus{
outline:0px !important;
box-shadow:none !important;
} .ep-cookie-banner {
position: fixed;
bottom: 20px;
left: 20px;
right: 20px;
max-width: 720px;
margin: 0 auto;
background: #fff;
border: 1px solid #e2e8f0;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
border-radius: 10px;
padding: 16px 20px;
z-index: 99999;
font-family: "Inter", sans-serif;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 10px;
animation: fadeInUp 0.3s ease-in-out;
}
.ep-cookie-banner .ep-cookie-banner-content {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
flex-wrap: wrap;
gap: 10px;
}
.ep-cookie-banner .ep-cookie-text {
font-size: 14px;
color: #2d3748;
flex: 1 1 auto;
}
.ep-cookie-banner .ep-cookie-actions {
display: flex;
gap: 10px;
}
.ep-cookie-banner .ep-cookie-btn {
padding: 8px 16px;
border-radius: 6px;
border: none;
font-size: 14px;
font-weight: 500;
cursor: pointer;
transition: all 0.2s ease-in-out;
}
.ep-cookie-banner .ep-cookie-accept {
background-color: rgba(var(--themeColor), 1);
}
.ep-cookie-banner .ep-cookie-accept:hover {
background-color: rgba(var(--themeColor), 0.9);
}
.ep-cookie-banner .ep-cookie-decline {
background-color: #edf2f7;
color: #4a5568;
}
.ep-cookie-banner .ep-cookie-decline:hover {
background-color: #e2e8f0;
color: #4a5568;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(10px);
}
to {
opacity: 1;
transform: translateY(0);
}
} .ep_checkout_attendee-term-content{}@font-face {
font-family: "Material Icons";
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//www.thecruizers.at/wp-content/plugins/eventprime-event-calendar-management/public/css/iconfont/material-icons.woff2) format("woff2"), url(//www.thecruizers.at/wp-content/plugins/eventprime-event-calendar-management/public/css/iconfont/material-icons.woff) format("woff");
}
.material-icons {
font-family: "Material Icons";
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
font-feature-settings: "liga";
}
@font-face {
font-family: "Material Icons Outlined";
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//www.thecruizers.at/wp-content/plugins/eventprime-event-calendar-management/public/css/iconfont/material-icons-outlined.woff2) format("woff2"), url(//www.thecruizers.at/wp-content/plugins/eventprime-event-calendar-management/public/css/iconfont/material-icons-outlined.woff) format("woff");
}
.material-icons-outlined {
font-family: "Material Icons Outlined";
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
font-feature-settings: "liga";
}
@font-face {
font-family: "Material Icons Round";
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//www.thecruizers.at/wp-content/plugins/eventprime-event-calendar-management/public/css/iconfont/material-icons-round.woff2) format("woff2"), url(//www.thecruizers.at/wp-content/plugins/eventprime-event-calendar-management/public/css/iconfont/material-icons-round.woff) format("woff");
}
.material-icons-round {
font-family: "Material Icons Round";
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
font-feature-settings: "liga";
}.jq-toast-wrap.top-right {z-index: 99999 !important;}.jq-toast-wrap,.jq-toast-wrap *{margin:0;padding:0}.jq-toast-wrap{display:block;position:fixed;width:250px;pointer-events:none!important;letter-spacing:normal;z-index:9000!important}.jq-toast-wrap.bottom-left{bottom:20px;left:20px}.jq-toast-wrap.bottom-right{bottom:20px;right:40px}.jq-toast-wrap.top-left{top:20px;left:20px}.jq-toast-wrap.top-right{top:20px;right:40px}.jq-toast-single{display:block;width:100%;padding:10px;margin:0 0 5px;border-radius:4px;font-size:12px;font-family:arial,sans-serif;line-height:17px;position:relative;pointer-events:all!important;background-color:#444;color:#fff}.jq-toast-single h2{font-family:arial,sans-serif;font-size:14px;margin:0 0 7px;background:0 0;color:inherit;line-height:inherit;letter-spacing:normal}.jq-toast-single a{color:#eee;text-decoration:none;font-weight:700;border-bottom:1px solid #fff;padding-bottom:3px;font-size:12px}.jq-toast-single ul{margin:0 0 0 15px;background:0 0;padding:0}.jq-toast-single ul li{list-style-type:disc!important;line-height:17px;background:0 0;margin:0;padding:0;letter-spacing:normal}.close-jq-toast-single{position:absolute;top:3px;right:7px;font-size:14px;cursor:pointer}.jq-toast-loader{display:block;position:absolute;top:-2px;height:5px;width:0;left:0;border-radius:5px;background:red}.jq-toast-loaded{width:100%}.jq-has-icon{padding:10px 10px 10px 50px;background-repeat:no-repeat;background-position:10px}.jq-icon-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=);background-color:#31708f;color:#d9edf7;border-color:#bce8f1}.jq-icon-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=);background-color:#8a6d3b;color:#fcf8e3;border-color:#faebcc}.jq-icon-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=);background-color:#a94442;color:#f2dede;border-color:#ebccd1}.jq-icon-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==);color:#dff0d8;background-color:#3c763d;border-color:#d6e9c6}.emagic * {
box-sizing: border-box;
}
.emagic a {
text-decoration: none !important;
box-shadow: none !important;
}
.emagic a:hover{
opacity: 1
}
html.ep-embed-responsive .emagic{
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
font-size: 14px;
font-size: var(--themefontsize);
line-height: 1.8;
}
:root { --ep-light-color: 248,249,250;
--ep-dark-color: 33,37,41;
--ep-white-color: 255,255,255;
--ep-black-color: 0,0,0;
--ep-border-color: #dee2e6;
--ep-border-color-rgb: 222,226,230;
--ep-border-light-color: #e8e8e8;
--ep-border-green-color: #cbf9d6;
--ep-default-color: #1a202c;
--ep-body-color: #212529;
--ep-border-opacity-color :rgb(34 113 177 / 50%);
--ep-warning-color: 255,193,7;
--ep-warning-text: #997404;
--ep-warning-bg-subtle: #fff3cd;
--ep-warning-border-subtle: #ffe69c;
--ep-success-color: 25,135,84;
--ep-danger-color: 220,53,69;
--ep-lightgreen-color: 42,175,74;
--ep-dark-bg: 33,37,41;
--ep-transparent-bg:transparent;
--ep-transparent-border:transparent;
--ep-secondary-rgb: 108,117,125;  --ep-border-radius: 0.375rem;
--ep-border-radius-sm: 0.25rem;
--ep-border-radius-lg: 0.5rem;
--ep-border-radius-2xl: 2rem;
--ep-border-radius-pill: 50rem;  --ep-modal-width: 800px; } .ep-dark-mode-enabled {
--ep-white-color:38, 38, 38;
--ep-border-color-rgb: 58, 58, 58;
--ep-border-color:#4D4C4D;
--ep-default-color: #fff;
--ep-dark-color :96,96,96;
--ep-light-color: 58, 58, 58;
--ep-dark-bg: 58, 58, 58;
}
.ep-dark-mode-enabled .ep-list-group{
--ep-list-group-bg: 38, 38, 38; }
.ep-dark-mode-enabled .ep-list-group-item{
--ep-bg-opacity: 1;
background-color: rgba(var(--ep-list-group-bg), var(--ep-bg-opacity)) !important;
}  .ep-pe-none {
pointer-events: none!important;
}
.ep-cursor{
cursor: pointer;
}
.ep-cursor-move{
cursor: move;
}
.ep-text-decoration-none{
text-decoration: none;
}
.ep-desc-truncate {
-webkit-line-clamp: 3;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
}  .ep-alert {
--ep-alert-bg: transparent;
--ep-alert-padding-x: 1rem;
--ep-alert-padding-y: 1rem;
--ep-alert-margin-bottom: 1rem;
--ep-alert-color: inherit;
--ep-alert-border-color: transparent;
--ep-alert-border: var(--ep-border-width) solid var(--ep-alert-border-color);
--ep-alert-border-radius: 0.375rem;
--ep-alert-link-color: inherit;
position: relative;
padding: var(--ep-alert-padding-y) var(--ep-alert-padding-x);
margin-bottom: var(--ep-alert-margin-bottom);
color: var(--ep-alert-color);
background-color: var(--ep-alert-bg);
border: var(--ep-alert-border);
border-radius: var(--ep-alert-border-radius);
}
.ep-alert-warning {
--ep-alert-color: var(--ep-warning-text);
--ep-alert-bg: var(--ep-warning-bg-subtle);
--ep-alert-border-color: var(--ep-warning-border-subtle);
--ep-alert-link-color: var(--ep-warning-text);
}
.ep-alert-danger {
color: #842029;
background-color: #f8d7da;
border-color: #f5c2c7;
}  .ep-button-text{
padding: 0px;
margin: 0px;
color: inherit;
font-weight: normal;
font-size: 0.8rem;
box-shadow: none;
cursor: pointer
}
.ep-button-text:focus{
outline: 0px;
}  .emagic .ep-btn {
--ep-btn-font-size: 1rem;
--ep-border-width:1px;
--ep-btn-bg: transparent;
--ep-btn-padding-x: 0.75rem;
--ep-btn-padding-y: 0.375rem;
--ep-btn-border-color: transparent;
--ep-btn-line-height: 1.5;
--ep-btn-font-weight: 400;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
font-size: var(--ep-btn-font-size);
font-weight: var(--ep-btn-font-weight);
line-height: var(--ep-btn-line-height);
color: var(--ep-btn-color) !important;
text-align: center;
user-select: none;
line-height: 1.75;
text-transform: capitalize;
border-radius: 0.375rem !important;
outline: 0;
margin: 0;
height: auto;
min-width: auto;
display: inline-block;
padding: var(--ep-btn-padding-y) var(--ep-btn-padding-x);
border: var(--ep-border-width) solid var(--ep-btn-border-color);
background-color: var(--ep-btn-bg);
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
box-shadow: none !important;
}
.emagic .ep-btn:hover {
color: var(--ep-btn-hover-color) !important;
background-color: var(--ep-btn-hover-bg);
border-color: var(--ep-btn-hover-border-color);
}
.ep-btn-check:checked+.ep-btn, .ep-btn.active, .ep-btn:first-child:active, :not(.ep-btn-check)+.ep-btn:active {
color: var(--ep-btn-active-color) !important;
background-color: var(--ep-btn-active-bg)!important;
border-color: var(--ep-btn-active-border-color)!important;
}
.emagic .ep-btn-sm {
--ep-btn-padding-y: 0.25rem;
--ep-btn-padding-x: 0.5rem;
--ep-btn-font-size: 0.875rem;
--ep-btn-border-radius: 0.25rem;
} .emagic .ep-btn-primary {
color: rgba(var(--ep-white-color), 1) !important;
background-color:rgba(var(--themeColor), 1);
}
.emagic .ep-btn-primary:hover{
color: rgba(var(--ep-white-color), 1) !important;
background-color:rgba(var(--themeColor), 0.95);
} .emagic .ep-btn-outline-primary {
--ep-btn-color: rgba(var(--themeColor), 1);
--ep-btn-border-color: rgba(var(--themeColor), 1);
}
.emagic .ep-btn-outline-primary:hover{
color: rgba(var(--ep-white-color), 1) !important;
background-color: rgba(var(--themeColor), 1)!important;
border-color: rgba(var(--themeColor), 1);
}
.emagic .ep-btn-outline-danger {
--ep-btn-color: rgba(var(--ep-danger-color), 1);
--ep-btn-border-color: rgba(var(--ep-danger-color), 1);
}
.emagic .ep-btn-outline-danger:hover{
color: rgba(var(--ep-white-color), 1);
background-color: rgba(var(--ep-danger-color), 1);
border-color: rgba(var(--ep-danger-color), 1);
}
.emagic .ep-btn-outline-secondary {
--ep-border-width:2px;
--ep-btn-border-color: var(--ep-border-color);
}
.emagic .ep-btn-outline-secondary:hover {
}  .emagic .ep-btn-outline-dark {
--ep-btn-color: #212529;
--ep-btn-border-color: rgba(var(--ep-dark-color), 1);
--ep-btn-hover-color: #fff;
--ep-btn-hover-bg: #212529;
--ep-btn-hover-border-color: #212529;
--ep-btn-focus-shadow-rgb: 33,37,41;
--ep-btn-active-color: #fff;
--ep-btn-active-bg: #212529;
--ep-btn-active-border-color: #212529;
--ep-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--ep-btn-disabled-color: #212529;
--ep-btn-disabled-bg: transparent;
--ep-btn-disabled-border-color: #212529;
--ep-gradient: none;
}
.emagic .ep-btn-dark {
--ep-btn-color: rgba(var(--ep-white-color), 1);
--ep-btn-bg: rgba(var(--ep-dark-color), 1);
--ep-btn-border-color: rgba(var(--ep-dark-color), 1);
--ep-btn-hover-color: rgba(var(--ep-white-color), 1);
--ep-btn-hover-bg: #424649;
--ep-btn-hover-border-color: #373b3e;
--ep-btn-focus-shadow-rgb: 66,70,73;
--ep-btn-active-color: #fff;
--ep-btn-active-bg: #4d5154;
--ep-btn-active-border-color: #373b3e;
--ep-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--ep-btn-disabled-color: #fff;
--ep-btn-disabled-bg: #212529;
--ep-btn-disabled-border-color: #212529;
} .ep-dark-mode-enabled .emagic .ep-btn-dark {
background-image: linear-gradient(to bottom right, var(--ep-btn-top-color), var(--ep-btn-bottom-color));
}
.ep-dark-mode-enabled .emagic .ep-btn-dark:hover {
background-image: linear-gradient(to bottom right, var(--ep-btn-bottom-color), var(--ep-btn-bottom-color));
}
.ep-dark-mode-enabled .emagic .ep-btn-dark {
--ep-btn-top-color: #424242;
--ep-btn-bottom-color: #383838;
--ep-btn-border-color: #595959;
--ep-btn-color: #fff;
--ep-btn-hover-color: #fff;
--ep-btn-active-color: #fff;
--ep-btn-hover-border-color: #595959;
} .emagic .ep-btn-light {
--ep-btn-color: #000;
--ep-btn-bg: #f8f9fa;
--ep-btn-border-color: #f8f9fa;
--ep-btn-hover-color: #000;
--ep-btn-hover-bg: #d3d4d5;
--ep-btn-hover-border-color: #c6c7c8;
--ep-btn-focus-shadow-rgb: 211,212,213;
--ep-btn-active-color: #000;
--ep-btn-active-bg: #c6c7c8;
--ep-btn-active-border-color: #babbbc;
--ep-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--ep-btn-disabled-color: #000;
--ep-btn-disabled-bg: #f8f9fa;
--ep-btn-disabled-border-color: #f8f9fa;
}
.emagic .ep-btn-warning {
--ep-btn-color: #000;
--ep-btn-bg: #ffc107;
--ep-btn-border-color: #ffc107;
--ep-btn-hover-color: #000;
--ep-btn-hover-bg: #ffca2c;
--ep-btn-hover-border-color: #ffc720;
--ep-btn-focus-shadow-rgb: 217,164,6;
--ep-btn-active-color: #000;
--ep-btn-active-bg: #ffcd39;
--ep-btn-active-border-color: #ffc720;
--ep-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--ep-btn-disabled-color: #000;
--ep-btn-disabled-bg: #ffc107;
--ep-btn-disabled-border-color: #ffc107;
}
.ep-dark-mode-enabled .emagic .ep-btn-warning{
background-image: linear-gradient(to bottom right, var(--ep-btn-top-color), var(--ep-btn-bottom-color));
}
.ep-dark-mode-enabled .emagic .ep-btn-warning:hover{
background-image: linear-gradient(to bottom right, var(--ep-btn-bottom-color), var(--ep-btn-bottom-color));
}
.ep-dark-mode-enabled .emagic .ep-btn-warning:active{
}
.ep-dark-mode-enabled .emagic .ep-btn-warning {
--ep-btn-top-color: #AD8200;
--ep-btn-bottom-color: #997300;
--ep-btn-border-color: #CC9900;
--ep-btn-hover-border-color: #CC9900;
--ep-btn-color: #fff;
--ep-btn-hover-color: #fff;
--ep-btn-active-color: #fff;
}
.emagic .ep-btn-danger {
--ep-btn-color: #fff;
--ep-btn-bg: #dc3545;
--ep-btn-border-color: #dc3545;
--ep-btn-hover-color: #fff;
--ep-btn-hover-bg: #bb2d3b;
--ep-btn-hover-border-color: #b02a37;
--ep-btn-focus-shadow-rgb: 225,83,97;
--ep-btn-active-color: #fff;
--ep-btn-active-bg: #b02a37;
--ep-btn-active-border-color: #a52834;
--ep-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--ep-btn-disabled-color: #fff;
--ep-btn-disabled-bg: #dc3545;
--ep-btn-disabled-border-color: #dc3545;
}
.emagic .ep-btn-green {
--ep-btn-color: #fff;
--ep-btn-bg: #2AAF4A;
--ep-btn-border-color: #2AAF4A;
--ep-btn-hover-color: #fff;
--ep-btn-hover-bg: #3abc59;
--ep-btn-hover-border-color: #2ead4c;
--ep-btn-focus-shadow-rgb: 225,83,97;
--ep-btn-active-color: #fff;
--ep-btn-active-bg: #2ead4c;
--ep-btn-active-border-color: #2ead4c;
--ep-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--ep-btn-disabled-color: #fff;
--ep-btn-disabled-bg: #2AAF4A;
--ep-btn-disabled-border-color: #2AAF4A;
}
.btn-secondary.disabled, .btn-secondary:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.ep-btn.disabled, .ep-btn:disabled, fieldset:disabled .ep-btn {
pointer-events: none;
opacity: .65;
} .ep-box-dropdown{
box-shadow: 0 2px 12px 0 rgb(0 0 0 / 14%);
border: 1px solid var(--ep-border-color);
border-radius: var(--ep-border-radius);
background-color: #fff;
position: absolute;
top: 40px;
z-index: 9999;
width: 200px;
padding: 16px 20px 24px;
}
.ep-box-dropdown-overlay {
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
z-index: -1;
background-color: rgb(0 0 0 / 0%);
}   .ep-button-text-color {
color:var(--ep-default-color);
}
.ep-btn-text-fill-color {
fill:var(--ep-default-color);
}
.ep-text-warning {
--ep-text-opacity: 1;
color: rgba(var(--ep-warning-color),var(--ep-text-opacity))!important;
}
.ep-text-danger {
--ep-text-opacity: 1;
color: rgba(var(--ep-danger-color),var(--ep-text-opacity))!important;
}
.ep-text-success {
--ep-text-opacity: 1;
color: rgba(var(--ep-success-color),var(--ep-text-opacity))!important;
}  .ep-bg-light {
--ep-bg-opacity: 1;
background-color: rgba(var(--ep-light-color),var(--ep-bg-opacity))!important;
}
.ep-bg-dark {
--ep-bg-opacity: 1;
background-color: rgba(var(--ep-dark-bg),var(--ep-bg-opacity))!important;
}
.ep-bg-success {
--ep-bg-opacity: 1;
background-color: rgba(var(--ep-success-color),var(--ep-bg-opacity))!important;
}
.ep-bg-white {
--ep-bg-opacity: 1;
background-color: rgba(var(--ep-white-color),var(--ep-bg-opacity));
}
.ep-dark-mode-enabled .ep-bg-white {
--ep-bg-opacity: 1;
background-color: rgba(var(--ep-white-color),var(--ep-bg-opacity))!important;
}
.ep-bg-warning {
background-color:rgba(var(--ep-warning-color));
}
.ep-bg-danger {
--ep-bg-opacity: 1;
background-color: rgba(var(--ep-danger-color),var(--ep-bg-opacity))!important;
}
.ep-bg-light-green{
--ep-bg-opacity: 1;
background-color: rgba(var(--ep-lightgreen-color),var(--ep-bg-opacity))!important;
}
.ep-bg-primary {
--ep-bg-opacity: 1;
background-color: rgba(var(--themeColor),var(--ep-bg-opacity))!important;
}
.ep-bg-secondary {
--ep-bg-opacity: 1;
background-color: rgba(var(--ep-secondary-rgb),var(--ep-bg-opacity))!important;
}
.ep-transparent-bg{
background-color:var(--ep-transparent-bg)!important;
}  .ep-bg-opacity-10 {
--ep-bg-opacity: 0.1;
}
.ep-bg-opacity-6 {
--ep-bg-opacity: 0.6;
}
.ep-bg-opacity-4 {
--ep-bg-opacity: 0.4;
}
.ep-bg-opacity-3 {
--ep-bg-opacity: 0.3;
}  .emagic .ep-border,
.ep-blocks .ep-border,
.ep-widgets .ep-border{
--ep-border-opacity: 1;
--ep-border-width: 1px;
--ep-border-style: solid;
border: var(--ep-border-width) var(--ep-border-style) rgba(var(--ep-border-color-rgb),var(--ep-border-opacity))!important;
}
.emagic .ep-border-primary {
--ep-border-opacity: 1;
border-color: rgba(var(--themeColor),var(--ep-border-opacity))!important;
}
.emagic .ep-transparent-border{
border-color:var(--ep-transparent-border)!important;
}
.ep-border-0 {
border: 0px !important;
}
.ep-border-2 {
border: 2px solid var(--ep-border-color);
}
.ep-border-1 {
border: 1px solid var(--ep-border-color);
}
.ep-border-top {
border-top: 1px solid var(--ep-border-color);
}
.ep-border-bottom {
--ep-border-width: 1px;
border-bottom: var(--ep-border-width) solid var(--ep-border-color)!important;
}
.ep-border-left {
--ep-border-width: 1px;
border-left: var(--ep-border-width) solid var(--ep-border-color)!important;
}
.ep-border-right {
--ep-border-width: 1px;
border-right: var(--ep-border-width) solid var(--ep-border-color)!important;
}
.ep-rounded {
border-radius: var(--ep-border-radius);
}
.ep-rounded-1{
border-radius:  var(--ep-border-radius-sm)
}
.ep-rounded-5{
border-radius:  var(--ep-border-radius-2xl)
}
.ep-rounded-circle {
border-radius: 50%!important;
}
.ep-rounded-pill {
border-radius: var(--ep-border-radius-pill)!important;
}
.ep-rounded-1{
border-radius:  var(--ep-border-radius-sm)
}
.ep-rounded-top {
border-top-left-radius: var(--ep-border-radius)!important;
border-top-right-radius: var(--ep-border-radius)!important;
}
.ep-rounded-bottom {
border-bottom-left-radius: var(--ep-border-radius)!important;
border-bottom-right-radius: var(--ep-border-radius)!important;
}
.ep-rounded-tbr-right {
border-top-right-radius: var(--ep-border-radius)!important;
border-bottom-right-radius: var(--ep-border-radius)!important;
}
.ep-rounded-tbl-right {
border-top-left-radius: var(--ep-border-radius)!important;
border-bottom-left-radius: var(--ep-border-radius)!important;
}
.ep-border-opacity-50 {
border-bottom: 2px solid var(--ep-border-opacity-color);
}
.ep-border-warning {
--ep-border-opacity: 1;
border-color: rgba(var(--ep-warning-color),var(--ep-border-opacity))!important;
}
.ep-border-3 {
--ep-border-width: 3px;
}
.ep-border-2 {
--ep-border-width: 2px;
}
.ep-border-1 {
--ep-border-width: 1px;
}
.ep-border-light {
border-color:var(--ep-border-light-color)!important;
}
.ep-border-green {
border-color:var(--ep-border-green-color)!important;
}
.emagic .ep-border-top-0 {
border-top: 0!important;
}  .emagic .ep-bg-opacity-10 {
--ep-border-opacity: 0.1;
}
.emagic .ep-border-opacity-4 {
--ep-border-opacity: 0.4;
} .ep-img-fluid {
max-width: 100%;
height: auto;
}
.ep-white-space {
white-space: nowrap;
}
.ep-white-space-normal{
white-space: normal;
} .ep-text-primary {
color: rgba(var(--themeColor), 1)!important;
}
.ep-text-white{
--ep-text-opacity: 1;
color: rgba(var(--ep-white-color),var(--ep-text-opacity))!important;
}
.ep-text-muted {
opacity: 1;
color: #6c757d!important;
}
.ep-dark-mode-enabled .ep-text-muted{
color: #757575!important;
}
.ep-text-dark {
opacity: 1;
color: #212529!important;
}
.ep-text-break {
word-wrap: break-word !important;
word-break: break-word !important;
} .ep-dark-mode-enabled .ep-text-dark {
opacity: 1;
color: #fff!important;
} .ep-text-small{
font-size: .900em !important;
}
.ep-text-smaller{
font-size: .850em !important;
}
.ep-fw-bold {
font-weight: 700!important;
}
.ep-fw-normal {
font-weight: 400!important;
}
.ep-text-uppercase {
text-transform: uppercase!important;
}
.ep-text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ep-content-truncate {
--ep-line-clamp: 5;
-webkit-line-clamp:  var(--ep-line-clamp);
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
}
.ep-content-truncate-line-3{
--ep-line-clamp: 3;
}
.ep-content-truncate-line-4{
--ep-line-clamp: 4;
}
.ep-content-truncate-line-5{
--ep-line-clamp: 5;
}
.ep-fs-6 {
font-size: 1rem!important;
}
.ep-fs-5 {
font-size: 1.25rem!important;
}
.ep-fs-4 {
font-size: 1.5rem!important;
}
.ep-fs-3 {
font-size: 1.75rem!important;
}
.ep-fs-2 {
font-size: 2rem!important;
}
.ep-fs-1 {
font-size: 2.5rem!important;
}
body .emagic .h1,
body .emagic .h2,
body .emagic .h3,
body .emagic .h4,
body .emagic .h5,
body .emagic.h6,
body .emagic h1,
body .emagic h2,
body .emagic h3,
body .emagic h4,
body .emagic h5,
body .emagic h6 {
margin-top: 0;
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
font-style: normal;
}  .ep-img-100{
width:100%;
height: 100%;
}  .ep-box-h-100{
height: 100%!important;
}
.ep-box-w-25{
width: 25%!important;
}
.ep-box-w-50{
width: 50%!important;
}
.ep-box-w-75{
width: 75%!important;
}
.ep-box-w-100{
width: 100%!important;
}  .ep-position-relative {
position: relative!important;
}
.ep-position-absolute {
position: absolute!important;
}
.ep-z-index {
z-index: 999
}
.ep-z-index-1 {
z-index: 1 !important ;
}
.ep-z-index-2 {
z-index: 2!important;
}
.ep-z-index-3 {
z-index: 3 !important;
}  .ep-pb-2 {
padding-bottom: 0.5rem!important;
}
.ep-pb-3 {
padding-bottom: 1rem!important;
}
.ep-p-3 {
padding: 1rem!important;
}
.ep-p-1 {
padding: 0.25rem!important;
}
.ep-p-2{
padding: 0.5rem!important;
}
.ep-p-4{
padding: 1.5rem!important;
}
.ep-p-5{
padding: 3rem!important;
}
.ep-py-3 {
padding: 1rem 0rem;
}
.ep-py-4 {
padding-top: 1.5rem!important;
padding-bottom: 1.5rem!important;
}
.ep-py-5 {
padding-top: 3rem!important;
padding-bottom: 3rem!important;
}
.ep-py-2 {
padding-top: 0.5rem!important;
padding-bottom: 0.5rem!important;
}
.ep-pr-2{
padding-right: 0.5rem!important;
}
.ep-pr-4{
padding-right: 1.5rem!important;
}
.ep-pr-0{
padding-right: 0!important;
}
.ep-pl-0{
padding-left: 0!important;
}
.ep-pl-1 {
padding-left: 0.25rem!important;
}
.ep-pl-2 {
padding-left: 0.5rem!important;
}
.ep-pt-2 {
padding-top: 0.5rem!important;
}
.ep-pt-4 {
padding-top: 1.5rem!important;
}
.ep-px-4 {
padding-right: 1.5rem!important;
padding-left: 1.5rem!important;
}
.ep-px-1 {
padding-right: 0.25rem!important;
padding-left: 0.25rem!important;
}
.ep-px-2 {
padding-left: 0.5rem!important;
padding-right: 0.5rem!important;
}
.ep-px-3 {
padding-left: 1rem!important;
padding-right: 1rem!important;
}
.ep-p-0{
padding: 0px !important;
}
.ep-px-0{
padding-right: 0!important;
padding-left: 0!important
}
.ep-py-0{
padding-top: 0!important;
padding-bottom: 0!important
}
.ep-ps-3 {
padding-left: 1rem!important;
}
.ep-pe-3 {
padding-right: 1rem!important;
}
.ep-box-pl-0, .ep-box-px-0 {
padding-left: 0!important;
}
.ep-box-pr-0, .ep-box-px-0 {
padding-right: 0!important;
}
.ep-box-py-0 {
padding-top: 0!important;
padding-bottom: 0!important;
}
.ep-py-1{
padding-top: 0.25rem!important;
padding-bottom: 0.25rem!important;
}
.ep-box-px-0 {
padding-left: 0!important;
padding-right: 0!important;
}
.ep-pt-3 {
padding-top: 1rem ;
}  .ep-mb-5 {
margin-bottom: 3rem!important;
}
.ep-mb-3 {
margin-bottom: 1rem!important;
}
.ep-mb-4 {
margin-bottom: 1.5rem!important;
}
.ep-mb-0 {
margin-bottom: 0rem!important;
}
.ep-mt-4 {
margin-top: 1.5rem!important;
}
.ep-mt-5 {
margin-top: 3rem!important;
}
.ep-mt-6 {
margin-top: 3.5rem!important;
}
.ep-mt-7 {
margin-top: 4rem!important;
}
.ep-mt-3 {
margin-top: 1rem!important;
}
.ep-mt-1 {
margin-top: 0.25rem!important;
}
.ep-mt-2 {
margin-top: 0.5rem!important;
}
.ep-mb-2 {
margin-bottom: 0.5rem!important;
}
.ep-m-2 {
margin: 0.5rem!important;
}
.ep-m-3 {
margin: 1rem!important;
}
.ep-m-0{
margin: 0px !important;
}
.ep-ml-2{
margin-left: 0.5rem!important;
}
.ep-ml-3{
margin-left: 1rem!important;
}
.ep-ml-4{
margin-left: 1.5rem!important;
}
.ep-mr-4{
margin-right: 1.5rem!important;
}
.ep-mr-3{
margin-right: 1rem!important;
}
.ep-mx-2{
margin-left: 0.5rem!important;
margin-right: 0.5rem!important;
}
.ep-mx-3{
margin-left: 1rem!important;
margin-right: 1rem!important;
}
.ep-mr-2{
margin-right: 0.5rem!important;
}
.ep-mr-1{
margin-right: 0.25rem!important;
}
.ep-ml-1{
margin-left: 0.25rem!important;
}
.ep-my-1{
margin-top: 0.25rem!important;
margin-bottom: 0.25rem!important;
}
.ep-my-2{
margin-top: 0.5rem!important;
margin-bottom: 0.5rem!important;
}
.ep-my-3{
margin-top: 1rem!important;
margin-bottom: 1rem!important;
}
.ep-my-4{
margin-top: 1.5rem!important;
margin-bottom: 1.5rem!important;
}
.ep-my-5{
margin-top: 2rem!important;
margin-bottom: 2rem!important;
}
.ep-mx-0{
margin-left: 0rem!important;
margin-right: 0rem!important;
}
.ep-my-0{
margin-top: 0rem!important;
margin-bottom: 0rem!important;
}
.ep-mt-auto{
margin-top: auto;
}
.ep-mx-auto{
margin-left: auto !important;
margin-right: auto!important;
}
.ep-my-auto{
margin-top: auto !important;
margin-bottom: auto!important;
}
.ep-mb-auto{
margin-bottom: auto;
}
.ep-box-ml-0, .ep-box-mx-0 {
margin-left: 0!important;
}
.ep-box-mr-0, .ep-box-mx-0 {
margin-right: 0!important;
}  .ep-list-group {
--ep-list-group-color: #212529;
--ep-list-group-bg: #fff;
--ep-list-group-border-color: rgba(0, 0, 0, 0.125);
--ep-list-group-border-width: 1px;
--ep-list-group-border-radius: 0.375rem;
--ep-list-group-item-padding-x: 1rem;
--ep-list-group-item-padding-y: 0.5rem;
--ep-list-group-action-color: #495057;
--ep-list-group-action-hover-color: #495057;
--ep-list-group-action-hover-bg: #f8f9fa;
--ep-list-group-action-active-color: #212529;
--ep-list-group-action-active-bg: #e9ecef;
--ep-list-group-disabled-color: #6c757d;
--ep-list-group-disabled-bg: #fff;
--ep-list-group-active-color: #fff;
--ep-list-group-active-bg: #0d6efd;
--ep-list-group-active-border-color: #0d6efd;
display: flex;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
border-radius: var(--ep-list-group-border-radius);
}
.ep-list-group-item:first-child {
border-top-left-radius: inherit;
border-top-right-radius: inherit;
}
.ep-list-group-item:last-child {
border-bottom-right-radius: inherit;
border-bottom-left-radius: inherit;
}
.emagic .ep-list-group-item {
--ep-bg-opacity: 0.25;
position: relative;
display: block;
padding: var(--ep-list-group-item-padding-y) var(--ep-list-group-item-padding-x);
color: var(--ep-list-group-color);
text-decoration: none;
background-color: rgba(var(--ep-white-color), var(--ep-bg-opacity));
border: var(--ep-list-group-border-width) solid var(--ep-list-group-border-color);
margin: 0px !important;
}
.emagic .ep-list-group-item+.ep-list-group-item {
border-top-width: 0 !important;
}
.ep-list-group-item:hover{
background-color: rgba(var(--themeColor), 0.1);
}
.ep-list-group-item .ep-tab-link.ep-tab-active{
--ep-bg-opacity: 1;
z-index: 2;
color: var(--ep-list-group-active-color);
background-color: rgba(var(--themeColor),var(--ep-bg-opacity))!important;
border-color: var(--ep-list-group-active-border-color);
display: block;
}
.ep-list-group.ep-myaccount-tabs .ep-list-group-item.ep-tab-item {
padding:0px !important;
}
.ep-list-group.ep-myaccount-tabs .ep-list-group-item .ep-tab-link{
padding: var(--ep-list-group-item-padding-y) var(--ep-list-group-item-padding-x);
display: block;
box-shadow: none;
text-decoration: none;
}  .ep-dark-mode-enabled .ep-list-group.ep-myaccount-tabs .ep-list-group-item .ep-tab-link{
--ep-bg-opacity: 0.2;
}  .ep-items-center {
align-items: center!important;
}
.ep-align-items-center {
align-items: center!important;
}
.ep-items-end {
align-items: flex-end!important;
}
.ep-items-start {
align-items: flex-start!important;
}
.ep-content-center{
justify-content: center!important;
}
.ep-content-left{
justify-content: flex-start !important;
}
.ep-content-right{
justify-content: flex-end!important;
}
.ep-justify-content-between {
justify-content: space-between;
}
.ep-justify-content-end {
justify-content: flex-end!important;
}
.ep-justify-content-center {
justify-content: center!important;
}
.ep-align-right{
text-align: right;
}
.ep-text-start {
text-align: left!important;
}
.ep-text-end {
text-align: right;
}
.ep-text-center {
text-align: center!important;
}
.ep-align-middle {
vertical-align: middle!important;
}
.ep-align-top {
vertical-align: top!important;
}
.ep-align-bottom {
vertical-align: bottom!important;
}  .ep-item-hide{
display:none
}
.ep-d-none{
display:none
}
.ep-d-inline-block {
display: inline-block!important;
}  .ep-overflow-hidden {
overflow: hidden!important;
}
.ep-overflow-auto {
overflow: auto!important;
}
.ep-overflow-visible {
overflow: visible!important;
}
.ep-overflow-scroll {
overflow: scroll!important;
}
.ep-overflow-x-hidden{
overflow-x: hidden!important;
} .ep-flex-wrap{
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important;
}
.ep-inline-block{
display: inline-block;
}
.ep-d-flex {
display: flex;
}
.ep-flex-1{
flex: 1;
}
.ep-d-inline-flex {
display: inline-flex;
}
.ep-di-flex {
display: inline-flex;
}
.ep-box-direction {
flex-direction: column;
}
.ep-flex-column {
flex-direction: column!important;
}
.ep-flex-row-reverse {
flex-direction: row-reverse!important;
}
.ep-justify-content-between {
justify-content: space-between!important;
}
.ep-shadow {
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.ep-shadow-sm {
box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.ep-object-cover-fit{
object-fit: cover;
}
.ep-lh-0 {
line-height: 0!important;
}
.ep-lh-1 {
line-height: 1!important;
}
.ep-lh-2 {
line-height: 2!important;
}
.ep-lh-sm {
line-height: 1.25!important;
}
.ep-lh-base {
line-height: 1.5!important;
}
.ep-lh-lg {
line-height: 2!important;
}
.ep-box-wrap{
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
background: none;
}
.ep-box-row{
--ep-gutter-x: 1.5rem;
--ep-gutter-y: 0;
display: flex;
flex-wrap: wrap;
margin-top: calc(-1 * var(--ep-gutter-y));
margin-right: calc(-.5 * var(--ep-gutter-x));
margin-left: calc(-.5 * var(--ep-gutter-x));
}
.ep-box-row>* {
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--ep-gutter-x) * .5);
padding-left: calc(var(--ep-gutter-x) * .5);
margin-top: var(--ep-gutter-y);
}
.ep-box-col-1,
.ep-box-col-2,
.ep-box-col-3,
.ep-box-col-4,
.ep-box-col-5,
.ep-box-col-6,
.ep-box-col-7,
.ep-box-col-8,
.ep-box-col-9,
.ep-box-col-10,
.ep-box-col-11,
.ep-box-col-12,
.ep-box-col-left-2,
.ep-box-col-right-10{
position: relative;
width: 100%;
min-height: 1px;
}
@media (min-width: 540px){ .ep-xsm-text-start {
text-align: left!important;
}
.ep-xsm-text-end {
text-align: right;
}
.ep-xsm-text-center {
text-align: center!important;
}
}
@media (min-width:360px){
.ep-box-col-xsm-2{
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.ep-box-col-xsm-10{
-ms-flex: 0 0 83.3333333333%;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
}
@media (min-width: 767px){
.ep-box-col-sm-1{
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.ep-box-col-sm-2{
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.ep-box-col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.ep-box-col-sm-4 {
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.ep-box-col-sm-5 {
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.ep-box-col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.ep-box-col-sm-7 {
-ms-flex: 0 0 58.3333333333%;
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.ep-box-col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.ep-box-col-sm-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.ep-box-col-sm-10 {
-ms-flex: 0 0 83.3333333333%;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.ep-box-col-sm-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.ep-box-col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
#ep-event-organizers-loader-section .ep-box-col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
#ep-event-organizers-loader-section .ep-box-col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
#ep-event-organizers-loader-section .ep-box-col-4 {
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
} .ep-sm-text-center {
text-align: center!important;
}
}
.ep-event-organizers-colored_grid-container .ep-organizer-colored_grid-wrap{
padding-left: 1rem !important;
padding-right: 1rem !important;
}
@media (min-width: 992px){
.ep-box-col-md-4 {
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.ep-box-col-md-4 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
} @media (max-width: 1068px){
.ep-justify-content-between-sm{
justify-content: space-between !important;
}
.ep-user-booking-btn-section{
margin-bottom: 1rem;
}
.ep-checkout-cart-section {
margin-top: 10px;
}
.ep-buy-ticket-section, .ep-profile-coming-up-section{
margin-bottom: 2rem;
}
.ep-booking-payment-option-button-container{
justify-content: center !important;
}
.ep-user-coming-up-section{
margin-left: 1rem;
}
} @media (min-width: 1068px){
.ep-box-col-1{
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.ep-box-col-2{
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.ep-box-col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.ep-box-col-4 {
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.ep-box-col-5 {
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.ep-box-col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.ep-box-col-7 {
-ms-flex: 0 0 58.3333333333%;
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.ep-box-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.ep-box-col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.ep-box-col-10 {
-ms-flex: 0 0 83.3333333333%;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.ep-box-col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.ep-box-col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
} .ep-box-col-left-2 {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.ep-box-col-right-10 {
-ms-flex: 0 0 80%;
flex: 0 0 80%;
max-width: 80%;
} }
@media (min-width: 768px){
.ep-box-col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.ep-flex-row-reverse-md{
flex-direction: row-reverse!important;
}
}
.ep-box-col {
-ms-flex: 0 0 0%;
flex: 1 0 0%;
max-width: 100%;
}
.ep-box-col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.ep-box-row-cols-3>* {
flex: 0 0 auto;
width: 33.3333333333%;
}
.ep-box-row-cols-4>* {
flex: 0 0 auto;
width: 25%;
} .ep-g-5, .ep-gy-5 {
--ep-gutter-y: 3rem;
}
.ep-g-5, .ep-gx-5 {
--ep-gutter-x: 3rem;
}
.ep-g-4, .ep-gy-4 {
--ep-gutter-y: 1.5rem;
}
.ep-g-4, .ep-gx-4 {
--ep-gutter-x: 1.5rem;
}
.ep-g-3, .ep-gy-3 {
--ep-gutter-y: 1rem;
}
.ep-g-3, .ep-gx-3 {
--ep-gutter-x: 1rem;
}  .ep-card-col-3,
.ep-card-col-4,
.ep-card-col-6,
.ep-card-col-12
{
position: relative;
width: 100%;
min-height: 1px;
}
@media (min-width: 650px){
.ep-card-col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.ep-card-col-4 {
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.ep-card-col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
}    .ep-nav-pills,
.ep-nav-tabs {
display: flex;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.ep-nav-pills .ep-tab-active {
background-color: rgba(var(--themeColor), 1);
color: rgba(var(--ep-white-color),1) !important;
}
.ep-tab-link.ep-tab-active{
padding: 0px;
margin: 0px
}
.ep-nav-pills .ep-tab-item .ep-tab-link,
.ep-nav-tabs .ep-tab-item .ep-tab-link{
padding: 0.5rem 1rem;
border-radius: var(--ep-border-radius);
box-shadow: none;
display: inline-flex;
box-shadow: none;
} .ep-nav-tabs .ep-tab-link.ep-tab-active {
color: #495057;
background-color: rgba(var(--ep-white-color), 1);
border-color: var(--ep-border-color);
border-bottom: 1px solid rgba(var(--ep-white-color), 1);
} .ep-dark-mode-enabled .ep-nav-tabs .ep-tab-link.ep-tab-active {
color: #fff;
} .ep-nav-tabs .ep-tab-link{
margin-bottom: -1px !important;
background: 0 0;
border: 1px solid transparent;
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0px !important;
}
.ep-nav-tabs .ep-tab-link:focus{
outline: 0px;
}
.ep-nav-tabs {
border-bottom: 1px solid var(--ep-border-color);
}  .ep-btn-group{
position: relative;
display: inline-flex;
vertical-align: middle;
}
.ep-btn-check {
position: absolute;
clip: rect(0,0,0,0);
pointer-events: none;
}
.ep-btn-check:checked+.ep-btn-outline-secondary,
.ep-btn-outline-secondary:active {
}
.ep-btn-check:checked+.ep-btn-outline-secondary:before{
font-family: 'Material Icons Outlined';
content: "\e876";
position: absolute;
top: -8px;
left: -5px;
font-size: 1.25rem!important;
--ep-text-opacity: 1;
color: rgba(var(--ep-warning-color),var(--ep-text-opacity))!important;
background-color: #fff;
line-height: 16px;
border-radius:  var(--ep-border-radius-sm)
} .ep-dark-mode-enabled .ep-btn-check:checked+.ep-btn-outline-secondary:before{
background-color: #424242;
} .ep-btn-check:checked+.ep-btn-outline-secondary,
.ep-btn-group>.ep-btn-group:not(:first-child),
.ep-btn-group>.ep-btn:not(:first-child) {
margin-left: 3px;
}
.ep-btn-group>.ep-btn {
position: relative;
flex: 1 1 auto;
line-height: 1;
}
.ep-btn-group input[type="number"] {
margin: 0px !important;
background-color: #fff !important;
}
.ep-dark-mode-enabled .ep-btn-group input[type="number"] {
margin: 0px !important;
background-color: #333 !important;
}  .ep-btn-group {
border-radius: 0.375rem;
}
.ep-btn-group, .ep-btn-group-vertical {
position: relative;
display: inline-flex;
vertical-align: middle;
}
.ep-btn-group>.ep-btn-group:not(:last-child)>.ep-btn, .ep-btn-group>.ep-btn.dropdown-toggle-split:first-child,
.ep-btn-group>.ep-btn:not(:last-child):not(.ep-dropdown-toggle) {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.ep-btn-group>.ep-btn-group:not(:first-child)>.ep-btn, .ep-btn-group>.ep-btn:nth-child(n+3),
.ep-btn-group>:not(.ep-btn-check)+.ep-btn {
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}  body.ep-modal-open-body {
overflow: hidden;
padding-right: 15px;
}
.ep-modal {
--ep-modal-margin: 1.75rem;
--ep-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
--ep-modal-padding: 1rem;
}
.ep-modal-view {
position: fixed;
width: 100%;
top: 0px;
height: 100%;
z-index: 99999;
max-height: 100%;
left: 0px;
overflow-x: hidden;
overflow-y: auto;
outline: 0;
background: rgba(0, 0, 0, 0.7);
}
#ep_show_woocommerce_products_popup.ep-modal-view{
height: auto !important;
}
.ep-modal-overlay {
z-index: 1;
display: block;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
}
.ep-modal-wrap{
margin: 1.75rem;
}
.ep-modal-wrap {
width: 100%;
max-width: var(--ep-modal-width); top:0px;
z-index: 9999;
position: relative;
display: flex;
align-items: center;
min-height: calc(100% - var(--ep-modal-margin) * 2);
margin-right: auto;
margin-left: auto;
height: auto;
}
.ep-modal-dialog-centered {
display: flex;
align-items: center;
min-height: calc(100% - var(--ep-modal-margin) * 2);
}
.ep-modal-dialog {
position: relative;
width: auto;
margin: var(--ep-modal-margin);
pointer-events: none;
}
@media (min-width: 576px){
.ep-modal-dialog {
max-width: var(--ep-modal-width);
margin-right: auto;
margin-left: auto;
}
}
.ep-modal-content {
background: #fff;
border-radius: 6px;
position: relative;
display: flex;
flex-direction: column;
width: 100%;
pointer-events: auto;
z-index: 9999;
height: 100%;
} .ep-dark-mode-enabled .ep-modal-content, .ep-dark-mode-enabled .ep-modal-body{
background: #333;
}
.ep-dark-mode-enabled .emagic .ep-btn-outline-dark{
--ep-btn-color: #fff;
} .ep-modal-body {
background: #fff;
border-radius: 6px;
position: relative;
flex: 1 1 auto;
padding: var(--ep-modal-padding);
}
.ep-modal-lg {
--ep-modal-width: 800px;
}
.ep-modal-xl {
--ep-modal-width: 1140px;
}
.ep-modal-xxl {
--ep-modal-width: 1440px;
}
.ep-modal-titlebar {
position: relative;
width: 100%;
justify-content: space-between; }
.ep-modal-titlebar .ep-modal-close {
font-size: 25px;
padding: 0px 20px 0px 20px;
float: right;
cursor: pointer;
text-decoration: none;
color: #8b8b8b;
position: relative;
z-index: 99
}
.ep-modal-in {
animation: ep-bounceIn 0.8s ease-in forwards;
}
.ep-modal-out {
animation: ep-bounceOut 0.6s ease-out forwards;
}
.ep-modal-overlay-fade-in {
animation: ep-globalSetting-fadeIn 0.3s ease-in forwards;
}
.ep-modal-overlay-fade-out {
animation: ep-globalSetting-fadeOut 0.3s ease-in forwards;
}
@keyframes ep-bounceIn {
0%   {
transform: translateY(-200%) scale(1.5);
opacity:0;
}
30%  {
opacity:1;
}
58%  {
transform: translateY(0) rotate(1deg) scale(1);
opacity: 1
}
72%  {
transform: translateY(-30px) rotate(-1deg);
}
80%  {
transform: translateY(0) rotate(0.5deg);
}
100% {
transform: translateY(0) rotate(0deg);
}
}
@keyframes ep-bounceOut {
0%   {
transform: translateY(0);
}
10%  {
transform: translateY(-10px) rotate(-0.5deg);
}
30%  {
transform: translateY(20px) rotate(8deg);
}
70%  {
opacity: 1;
}
90%  {
transform: translateY(300%) translateX(40px) rotate(35deg);
opacity: 0;
}
100% {
display: none;
}
}
@keyframes ep-globalSetting-fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes ep-globalSetting-fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}  .emagic .ep-form-control {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
margin: 0px;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0.375rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.emagic .ep-form-control:focus {
color: #212529;
background-color: #fff;
border-color: #86b7fe;
outline: 0;
box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}
.ep-form-control-sm {
min-height: calc(1.5em + 0.5rem + 2px);
padding: 0.25rem 0.5rem;
font-size: .875rem;
border-radius: 0.25rem;
}
.emagic .ep-form-select {
--ep-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
display: block;
width: 100%;
padding: 0.375rem 2.25rem 0.375rem 0.75rem;
-moz-padding-start: calc(0.75rem - 3px);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-repeat: no-repeat;
background-position: right 0.75rem center;
background-size: 16px 12px;
border: 1px solid #ced4da;
border-radius: 0.375rem;
background-image: var(--ep-form-select-bg-img), var(--ep-form-select-bg-icon, none);
background-repeat: no-repeat;
background-position: right .75rem center;
background-size: 16px 12px;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.ep-input-group {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: stretch;
width: 100%;
}
.emagic .ep-input-group>.ep-form-control {
position: relative;
flex: 1 1 auto;
width: 1%;
min-width: 0;
}
.emagic .ep-input-group>:not(:first-child) {
margin-left: -1px !important;
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.emagic .ep-input-group:not(.has-validation)>.ep-dropdown-toggle:nth-last-child(n+3),
.emagic .ep-input-group:not(.has-validation)>:not(:last-child):not(.ep-dropdown-toggle):not(.ep-dropdown-menu) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ep-input-group .ep-btn {
position: relative;
z-index: 2;
}
.ep-btn-group>.ep-btn-group:not(:first-child),
.ep-btn-group>:not(.ep-btn-check:first-child)+.ep-btn {
margin-left: -1px;
}
.emagic .ep-btn-group>:not(.ep-btn-check:first-child)+input.ep-btn{
margin-left: -1px !important;
}
.emagic .ep-btn-group>:not(.ep-btn-check:first-child)+input.ep-btn:focus{
border-style: solid;
}
.emagic .ep-btn-group>:not(.ep-btn-check:first-child)+input.ep-btn:hover{
color: var(--ep-btn-hover-color) !important;
background-color: var(--ep-btn-hover-bg) !important;
border-color: var(--ep-btn-hover-border-color)!important ;
}
.ep-input-group-text {
display: flex;
align-items: center;
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: 0.375rem;
}
.ep-input-group:not(.ep-has-validation)>:not(:last-child):not(.ep-dropdown-toggle):not(.ep-dropdown-menu):not(.ep-form-floating){
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ep-input-group-sm>.ep-input-group-text {
padding: 0.25rem 0.5rem;
font-size: .875rem;
border-radius: 0.25rem;
}
.ep-form-range {
width: 100%;
height: 1.5rem;
padding: 0;
} .ep-dark-mode-enabled .emagic .ep-form-control {
background-color: rgba(86,86,86,0.33);
color: #fff;
border: 1px solid rgba(128,128,128,0.5);
}
.ep-dark-mode-enabled .emagic .ep-input-group-text{
border: 1px solid rgba(var(--themeColor), 1);
border: 1px solid rgba(128,128,128,0.5);
}   .ep-invalid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: .875em;
color: #dc3545;
}
.ep-success-feedback {
--ep-text-opacity: 1;
color: rgba(var(--ep-success-color),var(--ep-text-opacity))!important;
}
.ep-error-message {
width: 100%;
margin-top: 0.25rem;
font-size: .875em;
color: #dc3545;
}
.ep-success-message {
width: 100%;
margin-top: 0.25rem;
font-size: .875em;
color: #8CC600;
}  .emagic .ep-table {
--ep-table-color: var(--ep-body-color);
--ep-table-bg: transparent;
--ep-table-border-color: var(--ep-border-color);
--ep-table-accent-bg: transparent;
--ep-table-striped-color: var(--ep-body-color);
--ep-table-striped-bg: rgba(0, 0, 0, 0.05);
--ep-table-active-color: var(--ep-body-color);
--ep-table-active-bg: rgba(0, 0, 0, 0.1);
--ep-table-hover-color: var(--ep-body-color);
--ep-table-hover-bg: rgba(0, 0, 0, 0.075);
width: 100%;
margin-bottom: 1rem;
color: var(--ep-table-color);
vertical-align: top;
border-color: var(--ep-table-border-color);
border: 0px;
table-layout: auto;
}
.ep-table-danger {
--ep-table-color: #000;
--ep-table-bg: #f8d7da;
--ep-table-border-color: #dfc2c4;
--ep-table-striped-bg: #eccccf;
--ep-table-striped-color: #000;
--ep-table-active-bg: #dfc2c4;
--ep-table-active-color: #000;
--ep-table-hover-bg: #e5c7ca;
--ep-table-hover-color: #000;
color: var(--ep-table-color);
border-color: var(--ep-table-border-color);
}
.ep-table-hover>tbody>tr:hover>* {
--ep-table-accent-bg: var(--ep-table-hover-bg);
color: var(--ep-table-hover-color);
}
.emagic table.ep-table-borderless>:not(caption)>*>* {
border-width: 0;
}
.emagic table.ep-table-borderless {
border-width: 0;
}
.ep-table>thead {
vertical-align: bottom;
}
.ep-table>tbody {
vertical-align: inherit;
}
.ep-table tbody, .ep-table td, .ep-table tfoot, .ep-table th, .ep-table thead, .ep-table tr {
border-color: inherit;
border-style: solid;
border-width: 0;
}
.ep-table>:not(caption)>*>* {
padding: 0.5rem 0.5rem;
background-color: var(--ep-table-bg);
border-bottom-width: 1px;
box-shadow: inset 0 0 0 9999px var(--ep-table-accent-bg);
}  .ep-sl-other-event-img {
width: 60px;
height: 60px;
object-fit: cover;
background-color: rgba(var(--themeColor), 0.2);
}
#ep_event_edit_booking_page .ep-checkout-img-icon{
background-color: rgba(var(--themeColor), 0.2);
}  .ep-loader-fw-overlay {
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background-color: rgb(8 8 8 / 66%);
z-index: 9999;
}
.ep-loader {
width: 48px;
height: 48px;
border: 3px solid rgb(0 0 0 / 8%);
border-radius: 50%;
-webkit-animation: rotation 1s linear infinite;
animation: rotation 1s linear infinite;
margin: 50px auto;
position: absolute;
top: 30%;
left: 40%;
z-index: 9999999;
}
.ep-loader:after {
content: "";
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 40px;
height: 40px;
border-radius: 50%;
border: 3px solid transparent;
border-bottom-color: rgba(var(--themeColor), 1);
}
.ep-loader-overlay {
position: fixed;
left: 0px;
top: 0px;
height: 100%;
width: 100%;
background-color: #000;
}
@keyframes rotation {
0% {
transform: rotate(0deg)
}
100% {
transform: rotate(360deg)
}
} .ep-modal-body.ep-loader-active:after {
content: "";
background-color: transparent;
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
} .ep-event-loader {
align-items: flex-start;
background-color: rgb(255 255 255 / 60%);
bottom: 0;
display: flex;
justify-content: center;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 9999;
}
.ep-event-loader-circles-wrap {
display: flex;
padding-top: 94px;
}
.ep-event-loader-circle-dot:not(:first-of-type) {
margin-left: 8px;
}
.ep-event-loader svg:not(:root) {
overflow: hidden;
}
.ep-event-loader .ep-event-loader-circle-icon {
color: rgba(var(--themeColor), 1);
}
.ep-event-loader .ep-event-loader-circle-dot {
width: 15px;
}
.ep-event-loader .ep-event-loader-circle-dot circle {
animation-direction: normal;
animation-duration: 2.24s;
animation-iteration-count: infinite;
animation-name: epLoader;
fill: currentColor;
opacity: 0.07;
}
.ep-event-loader .ep-event-loader-first circle {
animation-delay: .45s;
}
.ep-event-loader .ep-event-loader-second circle {
animation-delay: 1.05s;
}
.ep-event-loader .ep-event-loader-third circle {
animation-delay: 1.35s;
}
@keyframes epLoader {
50% {
opacity: 1;
}
}  .ep-progress {
--ep-progress-height: 4px;
--ep-progress-font-size: 0.75rem;
--ep-progress-bg: 233, 236, 239;
--ep-progress-border-radius: 0.375rem;
--ep-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
--ep-progress-bar-color: #fff;
--ep-progress-bar-transition: width 0.6s ease;
display: flex;
height: var(--ep-progress-height);
overflow: hidden;
font-size: var(--ep-progress-font-size);
background-color: rgba(var(--ep-progress-bg), 0.75);
border-radius: var(--ep-progress-border-radius);
margin-top: 4px;
}
.ep-progress-bar{
display: flex;
flex-direction: column;
justify-content: center;
overflow: hidden;
color: var(--ep-progress-bar-color);
text-align: center;
white-space: nowrap;
background-color:rgba(var(--themeColor), 1);
transition: var(--ep-progress-bar-transition);
} .ep-dark-mode-enabled .ep-progress-bar{
background-color:#37854A;
}
.ep-dark-mode-enabled .ep-progress{
--ep-progress-bg: #2B4A33;
}   .ep-spinner {
display: none;
visibility: hidden;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
border: 0.25em solid currentColor;
border-right-color: transparent;
border-radius: 50%;
-webkit-animation: spinner-border .75s linear infinite;
animation: spinner-border .75s linear infinite;
}
.ep-spinner.ep-is-active{
visibility: visible;
display: inline-block;
}
.ep-spinner-border-sm {
width: 1rem;
height: 1rem;
border-width: 0.2em;
}
@keyframes spinner-border {
to {
transform: rotate(360deg);
}
} @media (max-width: 600px){
.ep-sm-py-3{
padding-top: 1rem!important;
padding-bottom: 1rem!important;
}
.ep-col-order-1{
order:1
}
.ep-col-order-2{
order:2
}
}
@media (max-width: 600px){
}
@media (min-width: 600px){
.ep-sm-py-3{
padding-top: 1rem!important;
padding-bottom: 1rem!important;
}
} @media (min-width: 1080px){
.ep-md-py-4{
padding-top: 1.5rem!important;
padding-bottom: 1.5rem!important;
}
}
@media (min-width: 1200px){
.ep-lg-py-5{
padding-top: 3rem!important;
padding-bottom: 3rem!important;
}
} .emagic a::after {
display: none;
}
.theme-twentytwentytwo .emagic{
display: table;
}
.theme-twentytwentythree .emagic, .theme-twentytwentyfour .emagic{
max-width: 1200px;
width: 100%;
}
.theme-twentytwentytwo .emagic {
width: 100%;
max-width: 1000px;
}
.theme-twentytwenty .entry-content .emagic{
max-width: 120rem !important;
font-family: sans-serif; } .ep-ui-show-on-top {
z-index: 99999 !important;
}
.em-events-gcal img{
margin-right: 10px;
}
.ep-checkout-ticket-quantity-num {
border-right-width: 0px !important;
border-color: var(--ep-btn-border-color) !important;
}
#ep-frontend-event-submission-section input.ep-disabled-input{
background-color: #f0f0f1;
border: 1px solid #ccc;
color: rgba(44, 51, 56, .5);
}
.ep-outline-width-0{
outline-width: 0px !important;
} .ep-popover-wrap{
display: inline-flex;
}
.ep-popover-wrap .ep-popover-icon:hover .ep-popover-info {
display: block !important;
position: absolute;
transform: translate(0, 10px);
background: #fff;
padding: 6px 8px;
width: 200px;
border-radius: 6px;
left: -1.5em;
font-weight: normal;
z-index: 99999;
border: 1px solid rgba(0, 0, 0, 0.175);
line-height: 18px;
}
.ep-popover-wrap .ep-popover-info .ep-popover-nub{
position: absolute;
top: -9px;
left: 22px;
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid rgba(0, 0, 0, 0.175);
}
.ep-popover-wrap .ep-popover-info .ep-popover-nub:after{
content: "";
position: absolute;
top: 2px;
left: -7px;
width: 0;
height: 0;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #ffffff;
}  .theme-coral-dark .emagic textarea{
min-height: auto !important;
background-color: rgb(var(--ep-white-color));
}
.theme-coral-dark .emagic .select2-container--classic .select2-selection--multiple{
background-color: rgb(var(--ep-white-color));
}  #ep_gdpr_modal{
display: none;
}
#ep_gdpr_modal.ep_gdpr_modal_active{
} #ep-gdpr-badge{
cursor: pointer;
}
ul.ep-gdpr-modal-content {
margin-left: 8px;
padding: 0px;
width: 90%;
}
#ep-gdpr-modal-content li {
position: relative;
padding: 12px 12px 12px 48px;
font-size: 15px;
line-height: 1.6;
list-style: none;
margin: 8px auto;
}
#ep-gdpr-modal-content li::before {
content: "✔";
position: absolute;
left: 1em;
top: 50%;
transform: translateY(-50%);
font-size: 1em;
color: rgba(var(--themeColor), 1);
background: #fff;
border-radius: 50%;
width: 27px;
height: 27px;
text-align: center;
padding: 1.5px 4.5px;
box-shadow: 0 0 0 1px rgba(var(--themeColor), 1);
box-sizing: border-box;
}
#ep-gdpr-modal-content li::marker{
display: none;
}
.ep_gdpr_modal_wrap a.ep-modal-close{
box-shadow:none !important;
}
.ep_gdpr_modal_wrap a.ep-modal-close:focus{
outline:0px !important;
box-shadow:none !important;
} .ep-cookie-banner {
position: fixed;
bottom: 20px;
left: 20px;
right: 20px;
max-width: 720px;
margin: 0 auto;
background: #fff;
border: 1px solid #e2e8f0;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
border-radius: 10px;
padding: 16px 20px;
z-index: 99999;
font-family: "Inter", sans-serif;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 10px;
animation: fadeInUp 0.3s ease-in-out;
}
.ep-cookie-banner .ep-cookie-banner-content {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
flex-wrap: wrap;
gap: 10px;
}
.ep-cookie-banner .ep-cookie-text {
font-size: 14px;
color: #2d3748;
flex: 1 1 auto;
}
.ep-cookie-banner .ep-cookie-actions {
display: flex;
gap: 10px;
}
.ep-cookie-banner .ep-cookie-btn {
padding: 8px 16px;
border-radius: 6px;
border: none;
font-size: 14px;
font-weight: 500;
cursor: pointer;
transition: all 0.2s ease-in-out;
}
.ep-cookie-banner .ep-cookie-accept {
background-color: rgba(var(--themeColor), 1);
}
.ep-cookie-banner .ep-cookie-accept:hover {
background-color: rgba(var(--themeColor), 0.9);
}
.ep-cookie-banner .ep-cookie-decline {
background-color: #edf2f7;
color: #4a5568;
}
.ep-cookie-banner .ep-cookie-decline:hover {
background-color: #e2e8f0;
color: #4a5568;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(10px);
}
to {
opacity: 1;
transform: translateY(0);
}
} .ep_checkout_attendee-term-content{}@font-face {
font-family: 'southernaire';
src: url(//www.thecruizers.at/wp-content/uploads/useanyfont/3405SouthernAire.woff2) format('woff2'),
url(//www.thecruizers.at/wp-content/uploads/useanyfont/3405SouthernAire.woff) format('woff');
font-display: auto;
}
.southernaire{font-family: 'southernaire' !important;}
.site-title{
font-family: 'southernaire' !important;
}.wprevpro_t1_outer_div{padding:0;margin:0 0px 0 0px}.wprevpro_t1_DIV_1{box-sizing:border-box;color:#777;text-size-adjust:100%;column-rule-color:#fff;perspective-origin:277.5px 115px;transform-origin:277.5px 115px;border:0 none #fff;font:normal normal normal normal 13px/20.8px "Helvetica Neue",Helvetica,Arial,sans-serif;outline:#fff none 0;margin-bottom:20px;margin-top:10px}.wprevpro_t1_DIV_2{bottom:0;box-shadow:rgba(0,0,0,.09) 2px 2px 3px 0;box-sizing:border-box;color:#777;height:auto;left:0;position:relative;right:0;text-size-adjust:100%;top:0;column-rule-color:#fff;perspective-origin:277.5px 69px;transform-origin:277.5px 69px;background:#fff none repeat scroll 0 0/auto padding-box border-box;border:1px solid #f5f5f5;font: italic normal normal normal 14px / 22.4px "Helvetica Neue", Helvetica, Arial, sans-serif;margin:0 0 25px;outline:#fff none 0;padding:20px 25px 20px 48px}.wprevpro_t1_DIV_2:after{bottom:-30px;box-sizing:border-box;color:#fff;content:'';display:block;height:30px;left:80px;position:absolute;right:445px;text-size-adjust:100%;width:30px;column-rule-color:#fff;perspective-origin:15px 15px;transform-origin:15px 15px;filter: drop-shadow(2px 2px 1px rgba(0,0,0,.0980392));border-top:30px solid #fff;border-right:30px solid transparent;border-bottom:0 solid transparent;border-left:0 solid transparent;font:normal normal normal normal 13px/20.8px "Helvetica Neue",Helvetica,Arial,sans-serif;outline:#fff none 0}.wprevpro_t1_DIV_2:before{bottom:47px;box-sizing:border-box;color:#bbb;content:'\201C';display:block;height:96px;left:55px;position:absolute;right:515.391px;text-size-adjust:100%;top:20px;width:24.6094px;column-rule-color:#bbb;perspective-origin:12.2969px 48px;transform-origin:12.2969px 48px;border:0 none #bbb;font:normal normal normal normal 60px/96px Georgia,serif;margin:-25px 0 0 -40px;outline:#bbb none 0}.wprevpro_t1_P_3{box-sizing:border-box;color:#777;text-size-adjust:100%;column-rule-color:#777;perspective-origin:240px 44px;transform-origin:240px 44px;border:0 none #777;font:italic normal normal normal 14px/22.4px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0 0 5px;outline:#777 none 0}.wprevpro_t1_IMG_4{box-sizing:border-box;color:#fff;display:block;float:left;height:50px;text-size-adjust:100%;vertical-align:middle;width:50px;column-rule-color:#fff;perspective-origin:30px 30px;transform-origin:30px 30px;border:0 none #fff;border-radius:50% 50% 50% 50%!important;font:normal normal normal normal 13px/20.8px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0 20px;outline:#fff none 0}.wprevpro_t1_SPAN_5{color:#555;display:block;text-size-adjust:100%;text-transform:uppercase;overflow:hidden;padding:8px 0 0}.marginb10{margin-bottom:10px}.w3_wprs-row-padding-small{padding:0 4px}.noboxshadow{box-shadow:transparent 0 0 0 0}.wprevpro_t1_P_3>img{box-shadow:0 0 0 transparent}.wprevpro_t1_A_8>img{box-shadow:0 0;padding:0}img.wprevpro_t1_star_img_file{width:100px;height: 19px;}img.wprevpro_t1_yelp_logo{position:absolute;right:10px;bottom:2px}img.wprevpro_t1_site_logo {position: absolute;right: 2px;bottom: 2px;height: 32px;width: unset;margin-bottom: unset!important;}
.w3_wprs-responsive{overflow-x:auto}.w3_wprs-btn-bar:after,.w3_wprs-btn-bar:before,.w3_wprs-btn-group:after,.w3_wprs-btn-group:before,.w3_wprs-clear:after,.w3_wprs-container:after,.w3_wprs-panel:after,.w3_wprs-row-padding:after,.w3_wprs-row:after,.w3_wprs-topnav:after{content:"";display:table;clear:both}.w3_wprs-col,.w3_wprs-half,.w3_wprs-quarter,.w3_wprs-third,.w3_wprs-threequarter,.w3_wprs-twothird{float:left;width:100%}.w3_wprs-col.s1{width:8.33333%}.w3_wprs-col.s2{width:16.66666%}.w3_wprs-col.s3{width:24.99999%}.w3_wprs-col.s4{width:33.33333%}.w3_wprs-col.s5{width:41.66666%}.w3_wprs-col.s6{width:49.99999%}.w3_wprs-col.s7{width:58.33333%}.w3_wprs-col.s8{width:66.66666%}.w3_wprs-col.s9{width:74.99999%}.w3_wprs-col.s10{width:83.33333%}.w3_wprs-col.s11{width:91.66666%}.w3_wprs-col.s12,.w3_wprs-half,.w3_wprs-quarter,.w3_wprs-third,.w3_wprs-threequarter,.w3_wprs-twothird{width:99.99999%}@media only screen and (min-width:601px){.w3_wprs-col.m1{width:8.33333%}.w3_wprs-col.m2{width:16.66666%}.w3_wprs-col.m3,.w3_wprs-quarter{width:24.99999%}.w3_wprs-col.m4,.w3_wprs-third{width:33.33333%}.w3_wprs-col.m5{width:41.66666%}.w3_wprs-col.m6,.w3_wprs-half{width:49.99999%}.w3_wprs-col.m7{width:58.33333%}.w3_wprs-col.m8,.w3_wprs-twothird{width:66.66666%}.w3_wprs-col.m9,.w3_wprs-threequarter{width:74.99999%}.w3_wprs-col.m10{width:83.33333%}.w3_wprs-col.m11{width:91.66666%}.w3_wprs-col.m12{width:99.99999%}}@media only screen and (min-width:993px){.w3_wprs-col.l1{width:8.33333%}.w3_wprs-col.l2{width:16.66666%}.w3_wprs-col.l3,.w3_wprs-quarter{width:24.99999%}.w3_wprs-col.l4,.w3_wprs-third{width:33.33333%}.w3_wprs-col.l5{width:41.66666%}.w3_wprs-col.l6,.w3_wprs-half{width:49.99999%}.w3_wprs-col.l7{width:58.33333%}.w3_wprs-col.l8,.w3_wprs-twothird{width:66.66666%}.w3_wprs-col.l9,.w3_wprs-threequarter{width:74.99999%}.w3_wprs-col.l10{width:83.33333%}.w3_wprs-col.l11{width:91.66666%}.w3_wprs-col.l12{width:99.99999%}}.w3_wprs-content{max-width:980px;margin:auto}.w3_wprs-row-padding,.w3_wprs-row-padding>.w3_wprs-col,.w3_wprs-row-padding>.w3_wprs-half,.w3_wprs-row-padding>.w3_wprs-quarter,.w3_wprs-row-padding>.w3_wprs-third,.w3_wprs-row-padding>.w3_wprs-threequarter,.w3_wprs-row-padding>.w3_wprs-twothird{padding:0 8px}
a.wprev_media_img_a{display:inline-block}img.wprev_media_img{height:50px!important;margin-right:4px;border-radius:5px;margin-bottom: 2px;}.wprev_media_div{margin-bottom:0;margin-top:10px;margin-left:0;margin-right:0}.wpproslider_t3_DIV_1a .wprev_media_div{margin:-25px 5px 34px 55px}.wpproslider_t6_DIV_2 .wprev_media_div{margin-left:10px;margin-right:10px}
.wprs_unslider{overflow:visible;margin:0;padding:0;position:relative}.wprs_unslider-wrap{position:relative}.wprs_unslider-wrap.wprs_unslider-carousel>li{float:left}.wprs_unslider-vertical>ul{height:100%}.wprs_unslider-vertical li{float:none;width:100%}.wprs_unslider-fade{position:relative}.wprs_unslider-fade .wprs_unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8;list-style-type:none}.wprs_unslider-fade .wprs_unslider-wrap li.wprs_unslider-active{z-index:10}.wprs_unslider li,.wprs_unslider ol,.wprs_unslider ul{list-style:none;margin:0;padding:0!important;border:none;list-style-type:none}.wprs_unslider-arrow{position:absolute;z-index:2;cursor:pointer}.wprs_unslider-arrow.next{left:auto;background-position-x: 52%;    background-position-y: 50%;}.wprs_unslider-arrow{display:block;width:25px;height:25px;top:50%;right:10px;left:auto;margin-top:-30px;overflow:hidden;background:rgba(0,0,0,.2) no-repeat 58% 51%;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAi0lEQVR4AU3OISBEQQBAwS0AACS9NxqQgCZpkiYBVddFvWhAAUABAPQCAGC4g/0vTnrBqCfDIZl70J+kMUBPpEwT4FNXxBxz4F1HxHyr4EVTxBLb4EFNxEon4CJSlVNw9AcV9sC16h8osgke1P1ArgXwouVvdQq86ww/GQefusNf7kBviBlxpT8k+gL/Wox4r1d4MwAAAABJRU5ErkJggg==);background-size:7px 11px;border-radius:32px;text-indent:-999em;opacity:.6;transition:opacity .2s;border-width:0!important}.wprs_unslider-arrow.prev{left:10px;right:auto;-ms-transform:rotate(-180deg);transform:rotate(-180deg);background-position-x: 52%;background-position-y: 50%;}.wprs_unslider-nav ol{list-style:none;text-align:center}.wprs_unslider-nav ol li{display:inline-block;width:9px;height:9px;margin:0 4px!important;background:0 0;border-radius:5px;overflow:hidden;text-indent:-999em;border:1px solid #c3c3c3;cursor:pointer}.wprs_unslider-nav ol li.wprs_unslider-active{background:#c3c3c3;cursor:default}
a.wprs_rd_more {
cursor: pointer;
text-decoration: none !important;
}
.wprs_unslider-wrap.wprs_unslider-carousel>li {
float: left;
margin: 0px !important;
}
span.wprs_rd_more_text {
display: inline;
transition: opacity 1s;
opacity: 0;
}
.wprev-slider {
margin-left: 30px;
margin-right: 30px;
}
div.wprev-slider ul {
list-style-type: none !important;
padding: 0 0 0 0 !important;
}
.wprev-slider ul {
list-style-type: none;
}
li.wprevnextslide {
display: none;
}
img.sitetype_Google {
width:32px;
height:32px;
}
img.sitetype_Facebook {
width:32px;
height:32px;
}
span.svgicons.svg-wprsp-verified {
width: 18px;
height: 18px;
background: #a3a29e;
display: inline-block;
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: contain;
-webkit-mask-position: bottom;
margin-bottom: -3px;
margin-right: 5px;
margin-left: 2px;
}
.wprevtooltip{
cursor: pointer;
}
.wprevpro_tooltip {
display: none;
position: absolute;
padding-left: 10px;
padding-right: 10px;
color: #efefef;
background-color: #000000bf;
border-radius: 3px;
font-family: sans-serif;
font-style: normal;
font-size: 10px;
line-height: 24px;
z-index: 999999;
} .wprevpro_star_imgs span.svgicons{
width: 18px;
height: 18px;
background: gold;
display: inline-block;
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: contain;
-webkit-mask-position: bottom;
margin-bottom: -2px;
margin-right: 1px;
}
span.svgicons.svg-wprsp-star-full.ratingRow__star{
width: 19px;
height: 19px;
background: gold;
display: inline-block;
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: contain;
-webkit-mask-position: center;
margin-bottom: 1px;
margin-right: 0px;
}
span.svgicons.svg-empty {
width: 0px !important;
height: 0px !important;
}
fieldset#wprevpro_review_rating span.svgicons{
width: 35px;
height: 35px;
display: inline-block;
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: contain;
-webkit-mask-position: bottom;
margin-bottom: -2px;
margin-right: 0px;
}
li.wprevnextslide {
display: none;
}
span.wprevpro_star_imgs_T1 {
margin-right: 2px;
}
.svg-wprsp-verified{
-webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 24 24'%3E%3Cpath d='M23.016 12l-2.438-2.813 0.328-3.656-3.609-0.844-1.875-3.188-3.422 1.453-3.422-1.453-1.875 3.188-3.609 0.797 0.328 3.703-2.438 2.813 2.438 2.813-0.328 3.656 3.609 0.844 1.875 3.188 3.422-1.453 3.422 1.453 1.875-3.188 3.609-0.844-0.328-3.656zM10.078 16.734l-3.797-3.844 1.5-1.453 2.297 2.344 5.859-5.906 1.5 1.5z'%3E%3C/path%3E%3C/svg%3E%0A");
}
.svg-wprsp-star{
-webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22'%3E%3Cpath d='M20.429 8.14c0 0.221-0.16 0.43-0.319 0.589l-4.456 4.346 1.056 6.138c0.012 0.086 0.012 0.16 0.012 0.246 0 0.319-0.147 0.614-0.503 0.614-0.172 0-0.344-0.061-0.491-0.147l-5.512-2.897-5.512 2.897c-0.16 0.086-0.319 0.147-0.491 0.147-0.356 0-0.516-0.295-0.516-0.614 0-0.086 0.012-0.16 0.025-0.246l1.056-6.138-4.469-4.346c-0.147-0.16-0.307-0.368-0.307-0.589 0-0.368 0.381-0.516 0.687-0.565l6.163-0.896 2.762-5.586c0.11-0.233 0.319-0.503 0.602-0.503s0.491 0.27 0.602 0.503l2.762 5.586 6.163 0.896c0.295 0.049 0.688 0.196 0.688 0.565z'%3E%3C/path%3E%3C/svg%3E%0A");
}
.svg-wprsp-star-o{
-webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22'%3E%3Cpath d='M13.959 12.522l3.757-3.646-5.181-0.761-2.32-4.69-2.32 4.69-5.181 0.761 3.757 3.646-0.896 5.169 4.641-2.443 4.628 2.443zM20.429 8.14c0 0.221-0.16 0.43-0.319 0.589l-4.456 4.346 1.056 6.138c0.012 0.086 0.012 0.16 0.012 0.246 0 0.331-0.147 0.614-0.503 0.614-0.172 0-0.344-0.061-0.491-0.147l-5.512-2.897-5.512 2.897c-0.16 0.086-0.319 0.147-0.491 0.147-0.356 0-0.516-0.295-0.516-0.614 0-0.086 0.012-0.16 0.025-0.246l1.056-6.138-4.469-4.346c-0.147-0.16-0.307-0.368-0.307-0.589 0-0.368 0.381-0.516 0.687-0.565l6.163-0.896 2.762-5.586c0.11-0.233 0.319-0.503 0.602-0.503s0.491 0.27 0.602 0.503l2.762 5.586 6.163 0.896c0.295 0.049 0.688 0.196 0.688 0.565z'%3E%3C/path%3E%3C/svg%3E");
}
.svg-wprsp-star-empty{
-webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cpath d='M22 8.53l-7.601-1.104-3.399-6.888-3.399 6.888-7.601 1.104 5.5 5.361-1.298 7.57 6.798-3.574 6.798 3.574-1.298-7.57 5.5-5.361zM11 16.188l-4.801 2.524 0.917-5.346-3.884-3.786 5.368-0.78 2.4-4.864 2.401 4.864 5.368 0.78-3.884 3.786 0.917 5.346-4.801-2.524z'%3E%3C/path%3E%3C/svg%3E");
}
.svg-wprsp-star-full{
-webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cpath d='M22 8.53l-7.601-1.104-3.399-6.888-3.399 6.888-7.601 1.104 5.5 5.361-1.298 7.57 6.798-3.574 6.798 3.574-1.298-7.57 5.5-5.361z'%3E%3C/path%3E%3C/svg%3E%0A");
}
.svg-wprsp-star-half{
-webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cpath d='M22 8.53l-7.601-1.104-3.399-6.888-3.399 6.888-7.601 1.104 5.5 5.361-1.298 7.57 6.798-3.574 6.798 3.574-1.298-7.57 5.5-5.361zM11 16.188l-0.020 0.011 0.020-12.263 2.401 4.864 5.368 0.78-3.884 3.786 0.917 5.346-4.801-2.524z'%3E%3C/path%3E%3C/svg%3E");
} .wprev_outer_wb {
display: flex !important;
margin-bottom: 7px;
}
.wprev_badge_div.badgeleft {
margin: 10px 5px 10px 10px !important;
}
.wprev_badge_div.badgeright {
margin: 10px 10px 10px 5px !important;
}
.wprev-google-place {
display: flex !important;
padding: 8px 12px !important;
box-shadow: rgba(0, 0, 0, .08) 2px 2px 3px 0px !important;
border: 1px solid #f5f5f5 !important;
}
.wprev-google-left {
padding: 10px 8px 10px 5px !important;
}
.wprev-google-right {
padding: 3px !important;
}
.wprev-google-right div {
line-height: 24px !important;
font-size: 15px !important;
width: max-content !important;
}
.wprev-google-name {
font-weight: bold !important;
}
.wprev-google-place a {
text-decoration: none !important;
}
a.wprev-google-wr-a {
color: #fff !important;
padding: 1px 8px 5px !important;
outline: none !important;
border-radius: 3px !important;
background: #0a6cff !important;
white-space: nowrap !important;
vertical-align: middle !important;
box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24) !important;
user-select: none !important;
transition: all .2s ease-in-out !important;
display: flex !important;
align-items: center !important;
width: fit-content !important;
}
a.wprev-google-wr-a:hover {
background: #0a6cffc7 !important;
}
.wprev-google-wr {
margin: 12px 0px 6px !important;
}
a.wprev-google-wr-a svg {
margin-left: 5px !important;
margin-top: 3px !important;
}
span.wprev-google-rating {
font-size: 18px !important;
margin-right: 5px !important;
font-weight: 500 !important;
}
span.wprev_btot {
font-weight: 600 !important;
}
.badgehideclass {
display:none !important;
}
img.sprev-google-left-src {
border-radius: 5% !important;
min-width: 50px !important;
min-height: 50px !important;
}
span.wprev-businessname {
font-size: 15px !important;
color: #373737 !important;
font-weight: 600 !important;
}
img.wprev-google-powered-img {
vertical-align: middle !important;
}html {
line-height: 1.15; }
body {
margin: 0;
color: #04134e;
font-size: 14px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
background: #fff;
}
* {
box-sizing: border-box;
}
h1 {
font-size: 4em;
margin: 0.67em 0;
font-weight: bold;
}
hr {
box-sizing: content-box; height: 0; overflow: visible; }
pre {
font-family: monospace, monospace; font-size: 1em; }
a {
background-color: transparent;
}
.seos-cont-form a,
#popular-id .top-slick-sticky-content h3 a,
.vintalight__container a,
.h-button-1 a, .h-button-2 a,
.breadcrumb a,
.cd-top,
.site-branding .site-title a,
.postnav a,
.entry-meta a,
.container-slider .autoplay1 h3 a,
article header .entry-title a {
text-decoration: none;	
}
abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; }
b,
strong {
font-weight: bolder;
}
code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; }
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
img {
border-style: none;
}
.post-thumb-featured img {
width: 100%;
}  button,
input,
optgroup,
select,
textarea {
font-size: 100%; line-height: 1.15; margin: 0; background: #fff;
border: #04134e;
color: #04134e;
} button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
.myButt:focus {
opacity: 0.8;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} input[type="checkbox"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-tap-highlight-color: transparent;
width: auto;
height: auto;
vertical-align: middle;
position: relative;
border: 0;
outline: 0;
cursor: pointer;
background: none;
box-shadow: none;
font-size: 12px;
}
input[type="checkbox"]:focus {
box-shadow: none;
background: none;
}
input[type="checkbox"]:after {
content: '';
font-weight: 400;
line-height: 18px;
text-indent: -14px;
color: #ffffff;
width: 36px;
height: 18px;
display: inline-block;
background-color: #eee;
border-radius: 72px;
box-shadow: 0 0 12px rgb(0 0 0 / 15%) inset;
}
input[type="checkbox"]:before {
content: '';
width: 14px;
height: 14px;
display: block;
position: absolute;
top: 2px;
left: 2px;
margin: 0;
border-radius: 50%;
background-color: #ffffff;
}
input[type="checkbox"]:checked:before {
left: 20px;
margin: 0;
background-color: #ffffff;
}
input[type="checkbox"],
input[type="checkbox"]:before,
input[type="checkbox"]:after,
input[type="checkbox"]:checked:before,
input[type="checkbox"]:checked:after {
transition: ease .15s;
}
input[type="checkbox"]:checked:after {
background-color: #008989;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} h1, h2, h3, h4, h5, h6 {
clear: both;
color: #1a1a1a;
font-weight: 900;
}
article p {
margin-top: 0;
margin-bottom: 10px;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0;
overflow: hidden;
}
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 {
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
main {
margin: 0 auto;
text-align: center;
}
body #primary main article {
margin-bottom: 20px;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul {
list-style: disc;
font-size: 18px;	
}
ol {
list-style: decimal;
font-size: 18px;	
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table, .wp-block-table table {
margin: 0 0 1.5em;
width: 100%;
border-spacing: 2px;
}
.wp-block-table td, .wp-block-table th,
table td, table th {
padding: 10px;
border: 1px solid #eee;
}
th {
background: #eee; 	
}
.wp-block-embed figcaption {
text-align: left;
}
article h2 {
margin-top: 20px;
}
.wp-block-embed figcaption {
text-align: left;
position: absolute;
top: -30px;
}
.wp-block-embed {
margin: 0 0 3em;
position: relative;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
background: #008989;
color: #FFF;
text-transform: uppercase;	
padding: 10px;
position: relative;	
font-weight: 800;
border-radius: 2px;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
cursor:pointer;
background: #005656;   
}
.wp-block-search .wp-block-search__button:hover {
background: #005656;   
}
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: #04134e;
border: 1px solid #CCD5E0;
padding: 10px;
}
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: 0 ;	
box-shadow: none;
border: 1px solid #A6BFDD;	
}
select {
border: 1px solid #04134e;
}
textarea {
width: 100%;
}
#commentform textarea:focus, textarea:focus, input:focus {
background: #E8F5FF;	
} .t-center {
position: relative;
margin: 0 auto;
margin-top: 20px;
padding-bottom: 60px; 
width: 100%;
text-align: center;
}
.photography-view {  
text-align: center;
display: inline-block;
width: 300px;
height: 250px;
padding: 0;
margin: 5px 10px 10px 10px;
overflow: hidden;
box-shadow: 0px 0px 5px #aaa;
cursor: default;
position: relative;
}
.photography-view .photography-mask {
width: 300px;
height: 250px;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
position: absolute;
z-index: 6;
}
.photography-center .photography {
width: 300px;
height: 250px;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
position: absolute;
z-index: 6;
background: #333;
}
.photography-view img {
width: 300px;
height: 250px;
display: block;
position: absolute;
object-fit: cover;
object-position: 50% 50%;
}
.photography-infos {
color: #997500;
position: absolute;	
z-index: 1;
width: 300px;
height: 250px;
display: inline-block;
text-align: center;
top: 0;
left: 0;
opacity: 0.1;
font-size: 243px;
background-image: url(//www.thecruizers.at/wp-content/themes/music-press/images/url1.png);
background-repeat: no-repeat;	
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;	
}
.photography-view:hover .photography-infos {
z-index: 999999;
font-size: 43px;
width: 60px;
height: 60px;
line-height: 60px;
opacity: 1;	
font-weight: bold;
background-image: url(//www.thecruizers.at/wp-content/themes/music-press/images/url.png);
background-repeat: no-repeat;
color: #fff;
border-radius: 50%;
display: inline-block;
text-align: center;
top: 40%;
left: 40%;
position: absolute;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.photography-img-effect .photography-mask {
opacity: 0.1;
overflow: visible;
border: 0px solid rgba(119,142,4,0.5);
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}
.photography-img-effect:hover .photography-mask {
opacity: 1;
border: 167px solid rgba(119,142,4,0.5);
position: absolute;
z-index: 6;
} .site-header {
position: relative;
}
.s-header-right {
position: relative;
max-width: 70%;
width: 100%;
margin: 0 auto;
}
.s-search-top, .s-search-top-mobile {
position: absolute;
display: inline-block;
top: 12px;
}
.s-search-top button, .s-search-top-mobile button  {
background: none;	
outline: none;
}
.s-search-top  .dashicons-search {
position: absolute;
font-size: 35px;
top: 11px;
color: #eee;
cursor: pointer;
opacity: 0.9;
user-select: none;
outline: 0;	
}
.s-search-top-mobile  .dashicons-search {
position: absolute;
font-size: 30px;
top: 10px;
cursor: pointer;
opacity: 0.8;	
color: #eee;
}
.s-search-top-mobile  .dashicons-search:hover,
.s-search-top  .dashicons-search:hover {
opacity: 1;
color: #008989;
}
#s-search-field {
background: #fff;
}
#s-search-field, #s-search-field-mobile {
position: absolute;
top: 40%;
width: 100%;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
color: #eee;
border: 2px solid #fff;
padding: 20px;
-webkit-animation-duration: 1.4s !important;
animation-duration: 1.4s !important;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
#stss, #stss-mobile  {
position: absolute;
top: 65px;
left: 0;
width: 300px;
right: 0;
margin-left: auto;
margin-right: auto;
padding: 20px;
font-size: 18px;
letter-spacing: 2px;
font-weight: bold;
-webkit-animation-duration: 1.4s !important;
animation-duration: 1.4s !important;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
.s-search-show, .s-search-show-mobile {
position: relative;
width: 300px;
left: 0; 
right: 0; 
top: 200px;
margin-left: auto; 
margin-right: auto; 
}
#s-close, #s-close-mobile {
position: absolute;
background: #008989;
font-size: 20px;
width: 28px;
font-weight: 900;
letter-spacing: 2px;
border: 2px solid #fff;
right: -15px;
top: -10px;
padding: 3px 7px;
border-radius: 50%;
color: #fff;
font-size: 14px;
-webkit-animation-duration: 3.5s !important;
animation-duration: 3.5s !important;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
user-select: none;
outline: 0;   
}
#s-close-mobile:hover,
#s-close:hover {
opacity: 0.8;
cursor: pointer;
}
#big-search, #big-search-mobile {
position: fixed;
text-align: center;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.8);
z-index: 99999999999;
left: 0; 
right: 0;
top: 0;
margin-left: auto; 
margin-right: auto; 
}
#s-earch-field, #big-search,  #s-earch-field-mobile, #big-search-mobile {
-webkit-animation-duration: 0.4s !important;
animation-duration: 0.4s !important;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
-webkit-animation-name: zoomIn !important;
animation-name: zoomIn !important;
}
.search-top, .search-top-mobile {
position: relative;
display: inline-block;
padding-right: 20px;
padding-left: 10px;
font-weight: bold;
text-align: left;
border-right: 1px solid #04134e;
}
.search-top .button-search, .search-top .button-search-mobile {
position: absolute;
padding: 3px;
}
.header-top {
position: relative;
width: 100%;
}
.nav-top-detiles {
width: 80px;
display: inline-block;   margin-left: 20px;
}
body.search-active {
overflow: hidden;
}
body.search-active .search-input {
position: fixed;
z-index: 99;
left: 0;
opacity: 1;
transform: none;
pointer-events: all;
width: 100%;  
padding: 130px 0 130px 0;
background: rgba(0,0,0,0.7);
text-align:center;
}
body.search-active .icon-close {
opacity: 1;
}
body.search-active .control {
cursor: default;
}
body.search-active .control .btn-material {
transform: scale(70);
}
body.search-active .control .icon-material-search {
opacity: 0;
} .icon-close {
position: relative;
top: 10px;
right: 80px;
color: #101010;
height: 100%;
cursor: pointer;
font-size: 70px !important;
opacity: 0;
transition: all 0.3s ease-in-out;
}
.dashicons-no {
display: inline-block;
}
.icon-close:hover {
transform: rotate(0);
} .search-input {
position: absolute;
top: 50%;
padding:10px;
left: 50px;
margin-top: -40px;
pointer-events: none;
opacity: 0;
transform: translate(40px, 0);
transition: all 0.3s ease-in-out;
}
.search-input input {
color: #101010;
border: 0;
background: #eee;
-webkit-appearance: none;
box-sizing: border-box;
outline: 0;
font-size: 54px;
font-weight: 200;
}
.search-input ::-webkit-input-placeholder {
color: #EEE;
}
.search-input :-moz-placeholder {
color: #EEE;
opacity: 1;
}
.search-input ::-moz-placeholder {
color: #EEE;
opacity: 1;
}
.search-input :-ms-input-placeholder {
color: #EEE;
} .container {
position: relative;
}
.container.container-dark {
background: #22313F;
color: #FFF;
} .control {
cursor: pointer;
line-height: 25px;	
}
.control .btn-material {
position: absolute;
top: -6px;
width: 40px;
height: 40px;
border-radius: 100%;
box-sizing: border-box;
background: #101010;
outline: 0;
transform-origin: 25%;
transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.control .btn-material:hover {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.control .icon-material-search {
color: rgba(255,255,255,0.75);
font-size: 20px;
transition: opacity 0.3s ease-in-out;
}
.control .icon-material-search:hover {
color: #fff;
} .nav-links {
display: block;
clear: both;
margin-bottom: 20px;
margin-top: 20px;
}
.postnav {
margin-top: 20px;
margin-bottom: 20px;
display: inline-block;
width: 100%	
}
.postnav .dashicons {
bottom: 1px;
position: relative;
display: inline;
font-size: 30px;
vertical-align: middle;
color: #666;
}
.postnav .dashicons-arrow-left {
left: 10px;
}
.postnav .dashicons-arrow-right{
right: 10px;
}
.meta-nav .fa {
color: #666;	
}
.postnav a {
color: #666;
font-size: 16px;
font-family: 'Open Sans', sans-serif;
font-weight: 900;
}
.postpagination {
margin-top: 10px;
width: 100%;
font-family: 'Coda Caption', serif;
}
.pagination a {
font-size: 14px;
}
.nextpage {
padding: 10px 0 10px 0;
text-align: center;
}
.prevpost {
float: left;
}
.nextpost {
float: right;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.postnav .nav-previous {
float: left;
padding: 5px;
color: #101010;	
}
.postnav .nav-next {
float: right;
padding: 5px;
color: #101010;	
}
.attachment img {
float: left;
width: auto;
margin: 0 10px 5px 0;
} .before-header {
position: relative;
width: 100%;
padding: 30px 0 30px 40px;
border-bottom: 1px solid #444;
background: #101010;
}
.before-header a:hover {
color: #fff;
}
.before-header .bh-woo-cart {
display: inline-block;
text-align: left;
max-width: 100%;
padding-right: 10px;
border-right: 1px solid #fff;
}
.before-header .left-top {
position: relative;
display: inline-block;
left: 120px;
text-align: left;
}
.before-header .h-email,
.before-header .h-phone,
.before-header .h-address {
position: relative;
display: inline-block;
padding-right: 10px;
margin-left: 5px;
color: rgba(255,255,255,0.75);
height: 20px;
line-height: 22px;
font-weight: bold;
font-size: 20px;
border-right: 1px solid #777; 
font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.before-header  .dashicons-email-alt {
margin-top: 1px;
}
.before-header a {
color: rgba(255,255,255,0.75);
text-decoration: none;
}
.woo-loginout a {
text-decoration: none;	
}
.header-thumbnail img {
position: relative;
z-index: 1;
width: 100%;
height: 100%;
display: block;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
.before-header .dashicons-email-alt,
.before-header .dashicons-location,
.before-header .dashicons-phone {
margin-right: 5px;
color: rgba(255,255,255,0.75);
font-size: 20px;
}
.before-header .dashicons-email-alt:hover,
.before-header .dashicons-location:hover,
.before-header .dashicons-phone:hover {
color: #fff;
}
.before-header .dashicons-admin-users {
line-height: 20px;
color: rgba(255,255,255,0.75);	
}
.before-header .right-top {
position: absolute;
z-index: 9;
top: 6px;
right: 10px;
display: inline-block;
padding: 5px;
min-width: 140px;
line-height: 20px;
font-size: 13px;
-webkit-transition: all 0.4s linear 0s;
-moz-transition: all 0.4s linear 0s;
-o-transition: all 0.4s linear 0s;
transition: all 0.4s linear 0s;
text-align: center;	
text-decoration: none;
}
.before-header .right-top  a {
color: rgba(255,255,255,0.75);		
}
.before-header  span,
.before-header .cart-customlocation {
color: #eee;
}
.h-button-1, .h-button-2 {
background: rgba(0,0,0,0.7);
border: 1px solid #000;
position: relative;
color: #fff;
margin-top: 20px;
border-radius: 2px;
text-transform: uppercase;
transition: all .2s;
padding: 17px 40px;
line-height: 21px;
font-size: 18px;
display: inline-block;
zoom: 1;
text-align: center;
text-transform: uppercase;
text-decoration: none;
font-weight: 700;
cursor: pointer;
box-sizing: border-box;
transition: all .2s;
margin-right: 20px;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-fill-mode: none;
animation-fill-mode: none;
}
.h-button-1 a, .h-button-2 a {
color: #eee;   
-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}
.h-button-1:hover, .h-button-2:hover {
background: #008989;
}
.h-button-1:hover a, .h-button-2:hover a {
color: #fff;
}
.simple-marquee-container {
width: 100%;
background-repeat: repeat;
vertical-align: top;
float: none;
display: inline-block;
overflow: hidden;
box-sizing: border-box;
height: 165px;
position: relative;
cursor: pointer;
z-index: 7;	
}
audio {
padding: 0;
}
.grid-top {
position: relative;
max-width: 1200px;
padding: 30px;
margin: 0 auto;
text-align: center;
z-index: 799;
width: 100%;
}
.menu-cont {
z-index: 99;
top: 0;
left: 0;
right: 0;
min-width: 100%;
margin: 0px;
padding: 40px;
}
.grid-menu {
display: flex;
max-width: 1200px;
margin: 0 auto;
}
.s-header-right-deg {
width: 100%;
text-align: left;
}
.header-image {
position: relative;
z-index: 1;
width: 100%;
height: 800px;
display: block;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
.header-right {
float: left;
max-width: 100%;
vertical-align: super;	
}
.header-right  img {
width: auto;
}
.site-branding {
position: absolute;
z-index: 9;
position: absolute;
top: 50%; left: 50%; transform: translate(-50%, -50%);
display:  block;
padding: 10px 40px;
margin: 0 auto;
width: 100%;
max-width: 1200px;
color: #04134e;
text-align: left;
}
.site-branding .site-title a, .site-title {
display:  inline-block;	
margin: 0;
padding: 0;
left: 15%;
color: #fff;
font-size: 3vw;
line-height: inherit;
font-weight: 900;
margin-bottom: 10px;
text-shadow: -1px 0 black, 0 1px black, 2px 0 black, 0 -2px black;	
}
.site-description {
font-family: 'Open Sans', sans-serif;
right: 15%;
color: #fff;
line-height: inherit;
margin: 0;
padding-top: 10px;
margin-bottom: 0;
font-size: 20px;
text-shadow: -1px 0 black, 0 1px black, 2px 0 black, 0 -2px black;
}
.s-shadow {
position: absolute;
top: 0;
z-index: 9;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.4);
overflow: hidden;
}
.h-center {
padding: 40px;
margin: 0 auto;
overflow: hidden;
}
.header-desc {
color: #fff;
margin-right: 30px;
padding: 0;
line-height: 1.8em;	
}
.header-desc .dashicons {
color: #14E5DE;
font-size: 42px;
width: auto;
font-weight: bold;
} .container-images {
max-width: 100%;
text-align: center;
display: block;
margin: 0 auto;
padding-top: 20px;
}
.container-images .sp-image {
width: 28%;
display: inline-block;
margin: 20px;
position: relative;	
z-index: 1;-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.sp-image:hover .sp-title, .sp-image:hover .sp-description {
position: absolute;	
text-align: center;
z-index: 7;
color: #fff;
padding: 20px;
width:100%;
display: block;
-webkit-animation-duration: 0.8s !important;
animation-duration: 0.8s !important;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
-webkit-animation-name: zoomIn !important;
animation-name: zoomIn !important;
}
.container-images .sp-overlay {
z-index: 1;
}
.container-images .sp-image:hover .sp-overlay {
width: 100%;
height: 99%;
display: inline-block;
background-color: rgba(0, 0, 0, 0.7);
z-index: 3;
padding: 20px;
position: absolute;	
display: block;
-webkit-animation-duration: 0.4s !important;
animation-duration: 0.4s !important;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
-webkit-animation-name: zoomIn !important;
animation-name: zoomIn !important;
}
.container-images .sp-title {
position: absolute;
top: 10%;
font-size: 2vw;	
text-transform: uppercase;
font-weight: bold;	
}
.container-images .sp-description {
position: absolute;	
top: 40%;
font-size: 0.8vw;	
}
.container-images img {
width: 30vw;
height: 15vw;
position: relative;
z-index: 2;
object-fit: cover;
object-position: 50% 50%;
} a {
color: #282828;
}
h2 a {
color: #1a1a1a;
font-weight: 900;
}
h2 a:hover {
color: #008989;
}
a:hover, a:active  {
outline: 0;
color: #008989;
}
.footer-widgets li a, #secondary ul li a {
font-size: 14px;
line-height: 1.2;
color: #C0C0C0;
text-decoration: none;
display: inline-block;
position: relative;
}
.footer-widgets li a {
margin: 5px;	
}
.footer-widgets li a:hover {
color: #fff;
}
#secondary ul li a:hover:after, #secondary ul li a:focus:after,
.footer-widgets li a:hover:after, .footer-widgets li a:focus:after {
right: 0;
}
#secondary ul li a:after,
.footer-widgets li a:after {
position: absolute;
width: auto;
height: 1px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
left: 0;
right: 100%;
bottom: -6px; content: "";
}
article p a {
text-decoration: underline;
}
#secondary:after {
clear: both;
display: block;
content: "";
}
.customize-partial-edit-shortcut-hide_author button,
.customize-partial-edit-shortcut-article_font_size button{
margin-left: 20px;
top: -20px;
} .menu-top-container {
width: 100%;
margin: 0 auto;
padding: 0;
max-height: 65px;
}
.nav-center {
display: table;	
width: 100%;
margin: 0;
padding: 0;
background: none;
background-color: rgba(0,0,0,0.7);
text-align: right;
}
#site-navigation {
display: table;
position: relative;
z-index: 999;
padding: 0;
font-weight: bold;
text-decoration: none;
max-width: 70%;	
left: 0; 
right: 0; 
margin-left: auto; 
margin-right: auto;
top: 50%;
transform: translate( 0%, -50%);	
}
.main-navigation:after {
display: block;
float: none;
}
.main-navigation {
display: inline-block;
}
.main-navigation ul {
position: relative;
z-index: 99999;
padding: 0;
margin: 0 auto;
color: #fff;
list-style: none;
}
.main-navigation ul ul {
position: absolute;
z-index: 99999999999999;
border-radius: 0px;
min-width: 150px;
padding: 0;
background: #333;
box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 5%);	
}
.main-navigation ul li:hover > ul {
display: block;
padding-top: 0;	
}
.main-navigation ul:after {
display: block;
content: "";
clear: both;
}
.main-navigation ul li {
float: left;
text-align: center;
}
.dotted .header-face {
position: absolute;
right: 10%;
bottom: 0%;	
width: 50%;
height: auto;	
text-align: center;
}
.s-hidden {
overflow: hidden;
}
.s-hidden video {
position: relative;
z-index: 1;
width: 100%;
height: 100%;
display: block;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
.photo-autor {
position: absolute;
z-index: 9;
right: 4%;	
bottom: 10%;
max-width: 400px;
height: auto;
padding: 30px;
background-color: rgba(0,0,0,0.4);
color: #fff;
text-align: left;
font-size: 3vw;
text-shadow: -1px 0 black, 0 1px black, 2px 0 black, 0 -2px black;
}
.photo-autor a {
color: #fff;
}
.main-navigation ul ul li a:hover {
color: cyan;	
}
.main-navigation ul ul li:hover {
color: #fff;
-webkit-transition: all 0.2s linear 0s;
-moz-transition: all 0.2s linear 0s;
-o-transition: all 0.2s linear 0s;
transition: all 0.2s linear 0s;
}
.rp-menu {
background: #222;
}
.rp-menu .main-navigation ul li a:hover {
color: cyan;
}
.main-navigation ul li a {
display: block;  
font-size: 20px;
color: #eee;
text-decoration: none;
font-weight: 700;
}
#primary-menu li a {
padding: 25px 25px 25px 0;
}
.main-navigation ul li a:hover {
color: cyan;
}
.main-navigation ul ul li {
position: relative;
z-index: 999;
float: none;
min-width: 200px;
margin: 0;
text-align: left;
border-bottom: 1px solid #444;	
}
.main-navigation .dash-mobile {
display: none;
}
.dotted {
position: absolute;
width: 100%;
height: 100%;
z-index: 2;
background-repeat: repeat;
}
.before-header .search-form {
position:relative;
display: inline-block;
}
.before-header .search-submit-mobile,
.before-header .search-submit,
footer .search-submit {
}
.before-header .search-form input {
width: 150px;
font-size: 14px;
background-color: #008989;
background-position: 5px 5px;
background-repeat: no-repeat;
padding: 5px 5px 5px 40px;
border: none;
color: #eee;	
-webkit-transition: width 0.4s ease-in-out;
transition: width 0.4s ease-in-out;
}
.before-header .search-form input:focus {
width: 100%;
}
.main-navigation ul ul li a {
font-size: 13px;
font-weight: 500;
padding: 10px 8px 10px 15px !important;
color: #eee;
line-height: 1em;	
text-transform: none;
}
.main-navigation ul ul li a:hover {
-webkit-transition: all 0.1s linear 0s;
-moz-transition: all 0.1s linear 0s;
-o-transition: all 0.1s linear 0s;
transition: all 0.1s linear 0s;
}
.main-navigation ul ul:hover ul {
padding-top: 0px;	
}
.main-navigation ul ul ul {
position: absolute; 
left: 100%;
top: 0;
width: 100%;
}
.main-navigation:after {
content: "";
clear: both;
display: block;
}
.main-navigation  ul ul, .main-navigation  ul ul ul {
position:absolute;
left: -9999999px;	
z-index:0;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
nav ul li:hover > ul {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
.menu-toggle {
padding: 0 0 15px 0;
font-size: 22px;
display: none;	
} #secondary ul li > a:before,
.menu-item-has-children a:after,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit-mobile:before,
.search-submit:before {
display: inline-block;
font-size: 13px;
font-style: normal;
font-variant: normal;
font-weight: normal;
speak: none;
text-align: center;
text-decoration: inherit;
text-transform: none;
}
.main-navigation ul li > a:after {
display: inline-block;
line-height: 1px;
font-family: 'dashicons';
content: "\f345";
left: 10px;
margin-right: 5px;
position: relative;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);	
}
.nav-menu ul {
border-top: 3px solid cyan;
}
.nav-menu ul ul, .nav-menu .nav-menu {
border-top: 0;
}
.nav-menu ul ul:before,  .nav-menu .nav-menu:before  {
display: none;
}
.main-navigation ul li a:after > hover {
color: #fff !important;	
}
.main-navigation ul ul li > a:after, .main-navigation ul ul ul li > a:after {
position: relative;
left: 10px;
font-family: 'dashicons';	
content: "\f345";
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
top: 2px;
}
.main-navigation li > a:only-child:after {
content: '';
}
.main-navigation ul li:hover > ul {
z-index: 99999;
display: block;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
#s-button-menu{
display: none;
} .seos-cont-form {
display: table;
width: 100%;
border-bottom: 1px solid #000000;
overflow: hidden;
background: #000;
line-height: 25px;	
}
.seos-cont-form table {
border-spacing: 0;
border-bottom: 1px solid #101010;
width: 100%;
margin:0;
}
.seos-cont-form .fa {
color: #eee;
font-size: 20px;
padding-bottom: 10px;
text-align: center;
width: 100%;
}
.seos-cont-form a {
color: #eee;	
}
.seos-cont-form a:hover {
opacity: 0.8;
}
.seos-cont-form td {
background: #101010;
height: auto;
font-size: 15px;
padding: 10px;
text-align: center;
width: 33.3%;
margin-top: 40px;
border: 0;
font-style: normal;
}
.seos-maps {
min-width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
.seos-maps iframe {
width: 100%;
margin: 0;
padding: 0;
display: table;	
}
.entry-header .entry-title {
margin-top: 0;
margin-bottom: 40px;
} .pagination a, .pagination span {
padding: 8px 12px;
margin: 0;
display: inline-block;
color: #fff;
font-size: 15px;
background: #008989;
}
.pagination span {
background-color: #030303;
box-shadow: none;		
}
.pagination a:hover,
.pagination span:hover {
box-shadow: none;
opacity:0.8;
}  .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 {
display: block;
z-index: 100000;
top: 5px;
left: 5px;
width: auto;
height: auto;	
padding: 15px 23px 14px;	
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;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
line-height: normal;
text-decoration: none; } #content[tabindex="-1"]:focus {
outline: 0;
}
.mobile-cont, .mobile-setiles {
display: none;
} .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;
margin-bottom: 1.5em;
}
#content .template-right  #primary {
float: right;
}
#content .template-right #secondary {
float: left;
} .clear {
content: "";
display: table;
table-layout: fixed;
float: none;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%;
}
.wp-block-latest-posts__list li a:before,
.widget_recent_entries  ul li a:before {
content: "\f109";
font-family: dashicons;
padding-right: 5px;
font-size: 15px !important;
vertical-align: bottom;
}
.widget_recent_comments ul li a:before {
content: "\f101";
font-family: dashicons;
padding-right: 5px;
font-size: 15px !important;
vertical-align: bottom;
}
.wp-block-archives-list li a:before,
.widget_archive ul li a:before {
content: "\f145";
font-family: dashicons;
padding-right: 5px;
font-size: 15px !important;
vertical-align: bottom;
}
.wp-block-categories-list li a:before,
.widget_categories ul li a:before {
content: "\f318";
font-family: dashicons;
padding-right: 5px;
font-size: 15px !important;
vertical-align: bottom;
}
.widget_meta ul li a:before {
content: "\f110";
font-family: dashicons;
padding-right: 5px;
font-size: 15px !important;
vertical-align: bottom;
}
.wp-block-pages-list__item a:before,
.widget_pages ul li a:before {
content: "\f121";
font-family: dashicons;
padding-right: 5px;
font-size: 15px !important;
vertical-align: bottom;
}
.wp-block-search .wp-block-search__label {
display: none;	
}
.wp-block-search .wp-block-search__button {
background: #008989;
color: #fff;
border: 0;
letter-spacing: 1px;
}
ol.wp-block-latest-comments {
padding: 0;
} #wp-calendar {
width: 100%; 
}
#wp-calendar caption {
margin-top: 10px;
margin-bottom: 15px;
color: #008989;
font-size:	12px;
text-align: right;
}
#wp-calendar thead {
font-size: 10px; 
}
#wp-calendar thead th { 
padding-bottom: 10px; 
}
#wp-calendar tbody {
color: #aaa; 
}
#wp-calendar tbody td {
padding:8px;
background: #f5f5f5;
border: 1px solid #fff;
text-align: center;
}
#wp-calendar tbody td:hover {
background: #fff;
}
#wp-calendar tbody .pad {
background: none; 
}
#wp-calendar #today {
background: #008989;
color: #fff;
}
footer #wp-calendar tbody .pad {
background: none; 	
}
#wp-calendar tfoot #next {
font-size: 10px;
text-transform: uppercase;
text-align: right; 
}
#wp-calendar tfoot #prev {
padding-top: 10px; 
font-size: 10px;
text-transform: uppercase;
}
footer #wp-calendar tbody td {
background: none;
} .link-more {
margin-bottom: 30px;
}
.link-more a:hover {
color: #fff;
}
.read-more {
background: #3CAEA3;
padding: 8px 15px 8px 15px;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.read-more:hover {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.myButt{
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
padding: 5px 15px;
font-weight: 800;
text-decoration: none;
background: #008989;
color: #fff;
letter-spacing: 1px;
}
.myButt:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #005656;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.myButt:hover, .myButt:focus, .myButt:active {
color: white;
}
.myButt:hover:before, .myButt:focus:before, .myButt:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.three {
color: #008989;
border-color: transparent;
}
.three:after {
width: 0;
height: 3px;
content: " ";
background-color: #008989;
position: absolute;
top: 0;
left: 50%;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
}
.three:after {
top: 100%;
}
.three:hover { color: #008989;
}
.three:hover:before, .three:hover:after {
width: 100%;
left: 0;
}
.three:hover:after {
width: 100%;
left: 0;
} .app-img-effect, .fig {
width: 100%;
height: 220px;	
}
.fig img {
width: 100%;
height: 220px;
object-fit: cover;
object-position: 50% 50%;
overflow: hidden;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.fig img:hover {
transform: scale(1.2);
}
.app-first .app-sub {
float: left;
width: 200px;
height: 220px;
margin: 1px 15px 20px 0;
overflow: hidden;
}
.app-basic {
width: 100%;
position: relative;
cursor: pointer;
-webkit-perspective: 300px;
-moz-perspective: 300px;
-o-perspective: 300px;
-ms-perspective: 300px;
perspective: 300px;
}
.app-transform {
position: absolute;
width: 100%;
height: 100%;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.app-transform > div {
display: block;
position: absolute;
width: 100%;
height: 100%;
background-position: center center;
-webkit-transition: all 0.4s linear;
-moz-transition: all 0.4s linear;
-o-transition: all 0.4s linear;
-ms-transition: all 0.4s linear;
transition: all 0.4s linear;
-webkit-transform-origin: 50% 0%;
-moz-transform-origin: 50% 0%;
-o-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
.app-transform .app-transform-back {
padding: 10px;
background: #778e04;
-webkit-transform: translate3d(0,0,-250px) rotate3d(1,0,0,90deg);
-moz-transform: translate3d(0,0,-250px) rotate3d(1,0,0,90deg);
-o-transform: translate3d(0,0,-250px) rotate3d(1,0,0,90deg);
-ms-transform: translate3d(0,0,-250px) rotate3d(1,0,0,90deg);
transform: translate3d(0,0,-250px) rotate3d(1,0,0,90deg);
box-shadow: inset 0 0 0 #000, inset 0 1px 122px #000, inset 0 0 0 #000;	
opacity: 0;
}
.app-transform h2 {
color: #fff;
letter-spacing: 1px;
font-size: 26px;
padding: 60px 10px 10px 10px;
text-align: center;
margin: 0 auto;
}
.app-basic:hover .app-transform-front {
-webkit-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
-moz-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
-o-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
-ms-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
opacity: 0;
}
.app-basic:hover .app-transform-back {
-webkit-transform: rotate3d(1,0,0,0deg);
-moz-transform: rotate3d(1,0,0,0deg);
-o-transform: rotate3d(1,0,0,0deg);
-ms-transform: rotate3d(1,0,0,0deg);
transform: rotate3d(1,0,0,0deg);
opacity: 1;
}
.app-basic img {
width: 100%;
height: 150px;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
object-fit: cover;
object-position: 50% 50%;	
}
.app-basic img:hover {
opacity: 0.8;
overflow: hidden;
} .social-ico {
float: right;
width: auto;
margin: 0 auto;
padding: 10px;
}
header .social {
font-size: 22px;
position: relative;
border-bottom: 1px solid #04134e;
}
header .social a {
padding: 5px;
}
.all-header {
position: relative;
height: auto;	
}
.social-top {
position: fixed;
z-index: 999999999999;
right: 0;
top: 25%;
width: 58px;
}
.social-pad {
padding: 10px 0 10px 60px;
}
.border-bot {
border-bottom: 1px solid #000;
}
.social-top a {
display: block;
padding: 10px 20px 10px 20px;
width: 58px;
background: #111;
text-align: left;
}
.social-top a:hover {
width: 100px;
transform: translate(-38px );
-ms-transform: translate(-38px); -webkit-transform: translate(-38px); transform: translate(-38px); }
.social-top .fa {
font-size: 20px;
color: #eee;
}
.seos-fa-icons {
position: relative;
top: 0;
text-align: center;
margin: 0;
padding-top: 15px;
border-radius: 2px;		
}
.seos-fa-icons a {
font-size: 20px;
color: #fff;
opacity: 0.9;
border: 1px solid #222;
padding: 5px;
background: #111;
margin-top: 2px;
margin-bottom: 10px;	
text-align: center;
width: 40px;
display: inline-block;
transform: scale(1);
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
border-radius: 2px;		
}
footer .seos-fa-icons a:hover {
opacity: 1;
color: #fff;	
transform: scale(1.1);
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
} .social-top .fa-icons a {
display: inline-block;
min-width: 35px;
border: 1px solid #666;
padding: 3px;
}
.social-top .fa-icons a:hover {
background: #eee;
}
.social .ap-cart a {
float: right;
margin: 0;
color: #fff;
padding-right: 10px;
line-height: 1em;
font-size: 0.6em;
}
.ap-cart {
display: block;
padding: 10px;
margin: 0;
width: 100%;
text-align: center;
}
.ap-cart a {
position: relative;
z-index: 7;
padding: 5px 8px 5px 8px;
color: #fff;
background: #008989;
text-align: center;
}
.social input {
color: #FFFFFF !important;
}
.soc-right {
float: right;
padding: 8px;	
color: #eee;
font-size: 13px;
}
.soc-right span {
padding-right: 10px;
padding-left: 10px;
border-right: 1px solid #828282;
} #page {
margin: 0 auto;
}
.bilder-template {
max-width: 100% !important;
}
.bilder-template #primary,
.bilder-template article {
margin: 0 !important;
padding: 0 !important;
width: 100% !important;
}
.bilder-template .entry-footer {
border: none;
}
.bilder-template .ap-full-width,
.bilder-template .page {
margin: 0;
padding: 0;
}
#content {
max-width: 1200px;
margin: 0 auto;
overflow: hidden;
margin-top: 20px;
}
.ap-full-width article {
border: 0;
}
#content .ap-full-width #primary {
float: none !important;
width: 100% !important;
}
#content .ap-full-width #secondary {
display: none !important;
}
.page-template-templeat-full-width .entry-footer {
border: 0 !important;
}
body #content-center .blog-full-width,
body #content-center .blog-two,
body #content-center .blog-three {
width: 100% !important;
float: none;	
}
body #content-center .blog-two  main article {
width: 47%;
margin: 10px;
}
body #content-center .blog-three  main article {
width: 31%;
margin: 10px;
}
#content .block-full-width #primary{
float: none !important;
width: 100% !important;	
}
.blog-right #primary {
float: left;
}
.blog-right #secondary {
float: right;
}
.template-left #primary {
float: left;
}
.template-left #secondary {
float: right;
}
.template-right #primary {
float: right;
}
.template-right #secondary {
float: left;
}
article {
vertical-align:top;
text-align: left;	
width: 100%;	
display: inline-block;
padding-top: 10px;
padding: 20px 20px;
background: #fff;
box-shadow: 0 6px 22px rgb(0 0 0 / 18%);
border: 1px solid #eee;	
}
.category aside article {
width: 100%;
padding: 10px;
}
#search-by-price {
font-size: 24px;
margin-top: 40px;
margin-bottom: 20px;
font-weight: 900;
}
.s-input {
width: 160px;
}
.s-input-name {
width: 250px;
}
.page-template-templeat-page-bilder #content {
max-width: 100%;
}
.page-template-templeat-page-bilder article {
margin-top: 20px;
background: none;
box-shadow: none;
}
.page-template-templeat-page-bilder #primary {
padding: 0;
} .category article {
width: 33%;
padding: 0;
border:none;
}
.category #primary {
padding: 0 20px;
}
.category .app-first .app-sub {
width: 100%;
margin: 0;
}
.category .mp-details {
position: relative;
display: inline-flex;
width: 100%;
background: #333;
justify-content: space-evenly;
border-top: 1px solid #999;	
}
.category .cont-artist .dashicons-groups {
position: absolute;
z-index: 99;
color: #fff;
padding: 5px;		
}
.category .cont-artist .entry-header .entry-title {
margin-bottom: 8px;
}
.category #iframe-overlay {
visibility: hidden;
position: fixed;
z-index: 99999;
top: 0;
left: 0;
background: rgba(0,0,0,0.8);
width: 100%;
height: 100%;
}
.category .mp-details .iframe-elements {
display: none;
position: fixed;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 800px;
height: 560px;
z-index: 9999999;
background: #111;
padding: 10px;
border: 5px solid #222;
}
.category .close-iframe {
position: absolute;
z-index: 99999999;
right: -12px;
top: -12px;
border-radius: 50%;
width: 30px;
height: 30px;
line-height: 30px;
background: rgb(255, 0, 0, 0.5);
color: #fff;
font-weight: 900;
cursor: pointer;
}
.category .close-iframe:hover {
cursor: pointer;
background: #D11919;
}
.category .iframe-elements iframe{
width: 800px;
height: 525px;
margin-top: 3px;
border: 2px solid #111;	
}
.category  .search-category {
width: 33%;
margin: 0;
}
.category .cont-artist .mp-price {
position: absolute;
left: 0;
bottom: 61px;
z-index: 999;
margin: 0;
color: #fff;
line-height: 25px;
font-weight: 700;
background: #D11919;
padding: 0 10px;
border: 1px solid #D11919;
}
.category .cont-artist .dashicons {
line-height: 25px;
}
.category .mp-details .mp-1,
.category .mp-details .mp-2,
.category .mp-details .mp-3 {
position: relative;
border-left: 1px solid #999;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
width: 33.33%;
height: 60px;
vertical-align: top;
padding: 5px;
text-align: center;
overflow: hidden;
}
.mp-details .mp-1:hover,
.mp-details .mp-2:hover,
.mp-details .mp-3:hover {
background: #444;
cursor: pointer;
}
.category .mp-details .show-desc {
color: #fff;
font-size: 13px;
line-height: 35px;
margin-top: 20px;
}
.category .mp-details .dashicons{
width: 30px;
font-size: 30px;
text-align: center;
margin: 0;
padding: 0;
color: #fff;
}
.category .mp-details .dash-a {
width: 100%;
flex-basis: 100%;
text-decoration: none;
text-align: center;
text-decoration: none;
}
.category  article header h2 a {
color: #fff;	
font-size: 13px;
padding: 5px 10px 5px 30px;
z-index: 99999;
font-weight: 400;
}
.page-header .page-title,
.category .page-header .page-title {
background: #f1f1f1;
border: 1px solid #eee;
padding: 10px 10px 25px 10px;
margin: 0px 0 20px 0;	
}
.category .cont-artist {
position: relative;
width: 100%;
min-height: 220px;
}
.category article .entry-header {
position: absolute;	
z-index: 9;
top: 0;
background: rgba(0,0,0,0.7);
width: 100%;
} #wrap-query {
width: 100%;
display: inline-block;
text-align: center;
margin-top: 40px;
}
#query-form {
margin: 5px 20px 20px 20px;
}
.search-category {
display: inline-block;
width: 24%;
margin: 10px;
}
.search-category #primary {
padding: 0;
}
.search-category article {
width: 100%;
padding: 0;
border:none;
}
.search-category .app-first .app-sub {
width: 100%;
margin: 0;
}
.search-category .mp-details {
position: relative;
display: inline-flex;
width: 100%;
background: #333;
justify-content: space-evenly;
border-top: 1px solid #999;	
}
.search-category .cont-artist .dashicons {
position: absolute;
z-index: 99;
color: #fff;
padding: 5px;		
}
.search-category .cont-artist .entry-header .entry-title {
margin-bottom: 8px;
}
.search-category #iframe-overlay {
visibility: hidden;
position: fixed;
z-index: 99999;
top: 0;
left: 0;
background: rgba(0,0,0,0.8);
width: 100%;
height: 100%;
}
.search-category .mp-details .iframe-elements {
display: none;
position: fixed;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 800px;
height: 560px;
z-index: 9999999;
background: #111;
padding: 10px;
border: 5px solid #222;
}
.search-category .close-iframe {
position: absolute;
z-index: 99999999;
right: -12px;
top: -12px;
border-radius: 50%;
width: 30px;
height: 30px;
line-height: 30px;
background: rgb(255, 0, 0, 0.5);
color: #fff;
font-weight: 900;
cursor: pointer;
}
.search-category .close-iframe:hover {
cursor: pointer;
background: #D11919;
}
.search-category .iframe-elements iframe{
width: 800px;
height: 525px;
margin-top: 3px;
border: 2px solid #111;
}
.search-category .cont-artist .mp-price {
position: absolute;
left: 0;
bottom: 61px;
z-index: 9;
margin: 0;
color: #fff;
line-height: 25px;
font-weight: 700;
background: #D11919;
padding: 0 10px;
border: 1px solid #D11919;
}
.search-category .cont-artist .mp-details .dashicons {
width: 100%;
height: 59px;
position: absolute;
font-size: 30px;
text-align: center;
margin: 0;
padding: 0;
top: 5px;
left: 0;
color: #fff;
}
.search-category .mp-details .mp-1,
.search-category .mp-details .mp-2,
.search-category .mp-details .mp-3 {
position: relative;
border-left: 1px solid #999;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
width: 33.33%;
height: 60px;
vertical-align: top;
padding: 5px;
text-align: center;
overflow: hidden;
}
.search-category .mp-details .show-desc {
color: #fff;
font-size: 13px;
line-height: 38px;
margin-top: 20px;
text-align: center;
}
.search-category .mp-details .dashicons{
width: 96px;
height: 59px;
position: absolute;
font-size: 30px;
text-align: center;
margin: 0;
padding: 0;
top: 0;
left: 0;
color: #fff;
}
.search-category .mp-details .dash-a {
width: 100%;
flex-basis: 100%;
text-decoration: none;
text-align: center;
text-decoration: none;
}
.search-category  article header h2 a {
color: #fff;	
font-size: 13px;
padding: 5px 10px 5px 30px;
z-index: 99999;
font-weight: 400;
}
.search-category .page-header .page-title {
background: #f9f9f9;
border: 1px solid #eee;
padding: 10px 10px 25px 10px;
margin: 20px 0 20px 0;	
}
.search-category .cont-artist {
position: relative;
width: 100%;
min-height: 220px;
}
.search-category article .entry-header {
position: absolute;	
z-index: 9;
top: 0;
background: rgba(0,0,0,0.7);
width: 100%;
} #band-cont {
width: 100%;
height: 600px;
}
#band-cont .vid {
width: 100%;
margin: 0 auto;
}
.artist-info {
width: 100%;
margin-top: 40px;
}
.artist-info audio {
display: block;
height: 30px;
vertical-align: middle;
width: 100%;
margin: 0 auto;
margin-top: 10px;
}
.artist-info table td {
border: none;
padding: 0;
vertical-align: middle;
}
.artist-info .first-el {
width: 40%;
}
.artist-info .artist-video{
width: 70%;	
}
.ytp-chrome-bottom {
visibility: hidden !important;
}
.artist-info .ytube-video {
width: 100%;	
height: 400px;
}
.artist-info .artist-tracks {
margin: 0 auto;
width: 80%;
} article p, p {
line-height: 1.6em;
font-size: 17px;
}
article p {
min-height: 10px;
}
article header h2 {
margin: 0 0 10px 0;
}
.entry-meta {
margin-bottom: 10px;
line-height: 30px;
}
.entry-meta  .cont-date .dashicons-calendar {
padding-top: 1px;
}
.entry-meta .dashicons,
.entry-footer .dashicons {
font-size: 15px;
color: #04134e;
vertical-align: middle;
padding-top: 1px;
}
.entry-meta span {
font-size: 14px;	
display: inline-block;
}
.entry-footer {
display: inline-block;
width: 100%;
}
.entry-footer  .dashicons-admin-comments {
font-size: 18px;
}
.cont-date, .cont-portfolio, .cont-edit, .cont-comments, .cont-tags {
padding: 0 8px 0 4px;
border: 1px solid #eee;
background: #f5f5f5;
margin-right: 5px;
margin-top: 5px;
}
.cont-author {
padding: 0 8px 0 4px;
border: 1px solid #eee;
background: #f5f5f5;
margin-right: 5px;
}
#primary {
width: 100%;
float: none;
padding: 0 20px 20px 20px;
overflow: hidden;	
}
#secondary {
display: none;
overflow: hidden;
}
#secondary section {
padding: 20px;
background: #fff;
border: 1px solid #eee;
overflow: hidden;
box-shadow: 0 6px 22px rgb(0 0 0 / 18%);
}
#secondary ul {
margin: 0;
padding: 0;
list-style: none;
}
#secondary h2 {
margin-top: 0;
}
#secondary ul li {
padding: 5px 0;
margin-top: 5px;
border-bottom: 1px dotted #CECECE;	
}
#secondary ul .categories {
border: none;
}
#secondary ul li a {
color: #282828;	
}
#secondary ul li a:hover {
color: #008989;	
}
#secondary .children li {
border-bottom: 0;	
}
#secondary section a {
text-decoration: underline;
}
.widget-area figure {
margin: 0;
}
.widget-area .gallery-icon:hover {
opacity: 0.8;
}
.site-footer {
margin: 0 auto;
width: 100%;
text-align: center;
background: #101010;
overflow: hidden;
border-top: 1px solid #333333;
}
.site-footer, .site-footer p {
color: #eee;
}
.site-footer .wp-block-calendar table th{
color:#333;
}
.footer-center {
margin: 0 auto;
width: 100%;
text-align: center;
background: #101010;
overflow: hidden;
}
.footer-widgets {
vertical-align: top;
width: 20.4%;
font-size: 16px;
line-height: 20px;
height: auto;
text-align: left;
word-wrap: break-word;
margin: 0 auto;
padding: 20px;
display: inline-block;
}
footer ol, footer ul {
list-style: none;
margin: 0;
padding: 0;
}
footer .fa-icons {
padding: 10px;
}
footer .fa-icons .fa {
width: 40px;
color: #999999;
padding: 10px;
margin-right: 5px;	
font-size: 18px;
border: 1px solid #999999;
}
footer .fa-icons .fa:hover {
background: #444444;
color: #ffffff;
}
.footer-widgets h2 {
margin-left: 5px;
}
.footer-widgets h2, .footer-widgets a {
color: #999999;
}
.footer-widgets a {
font-size: 14px;
}
.footer-widgets a:hover {
color: #ffffff;
}
.site-info {
padding: 20px;
background: #000000;
color: #999999;
background-repeat: no-repeat;
background-repeat: repeat;
width: 100%;
}
.site-info a {
color: #999999;
}
.site-info p {
color: #999999;
}
.site-info a:hover {
color: #008989;
}
.home-widget {
width: 100%;
}
.home-widget .widget {
margin: 0;
}
.home-widget p {
margin: 0;	
} .sticky {
display: inline-block;
background: #F9F9F9;
}
.post,
.page {
margin: 0;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary { }
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.error-404 {
width: 100%;
text-align: center;
padding: 20px 20px 60px 20px;
}
.error-404 p {
font-size: 3em;
font-weight: 900;
}
.error-404 .search-submit,
.error-404 .search-field {
display: block;
width: 300px;
margin: 0 auto;
margin-top: 20px;
padding: 15px;
}
.cont-date, .cont-portfolio, .cont-edit, .cont-comments, .cont-tags {
margin-right: 5px;
margin-top: 8px;
}
.cont-portfolio {
display: inline;
}
.cont-author {
padding: 0 8px 0 4px;
margin-right: 5px;
}
.page-template-template-blog-full-width .seos-parallax,
.page-template-template-blog-full-width .container-slider,
.page-template-template-blog-three-columns .container-slider,
.page-template-template-blog-three-columns .seos-parallax,
.page-template-template-blog-two-columns .container-slider,
.page-template-template-blog-two-columns .seos-parallax,
.page-template-template-blog-right-sidebar .container-slider,
.page-template-template-blog-right-sidebar  .seos-parallax,
.page-template-template-blog-left-sidebar .seos-parallax,
.page-template-template-blog-left-sidebar .container-slider {
display: none;
}
.blog-three .app-first .app-sub {
width: 100%;	
} #commentform {
width: 100%;
}
#commentform .logged-in-as,
#commentform #email-notes {
font-size: 12px;
}
#commentform textarea {
display: inline-block;
max-width: 100%;
background: #fff;
border: 1px solid #eee;	
}
#commentform label {
display: block;
padding-bottom: 5px;
}
#commentform{
text-align: left;
}
#commentform .comment-form-email,
#commentform .comment-form-url,
#commentform .comment-form-author {
display: inline-block;
margin-bottom: 0;
width: 32.9%;
}
#commentform .requi {
color: #008989;
}
#commentform .comment-form-email input,
#commentform .comment-form-url input,
#commentform .comment-form-author input {
width: 100%;
border: 1px solid #eee;
}
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comment-list {
padding: 0;
}
.comment-list article {
margin-bottom: 10px;
}
.comment-meta {
width: 100%;
background: #F9F9F9;
border: 1px solid #eee;	
padding: 10px;
}
.comment-author {
vertical-align: top;
display: inline-block;
}
.comment-author .fn , .comment-author .says {
vertical-align: top;
display: inline-block;	
}
.comment-author img {
width: 50px;
height: 50px;
}
.comment-metadata {
display: inline-block;	
}
.children {
list-style: none;
}
article .comment-meta .comment-metadata a {
padding: 5px;
background: #FFF;
border: 1px solid #eee;	
font-size: 12px;
}
#reply-title {
text-align: left;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
padding: 0;
margin-bottom: 0;
border: none;
margin-top: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
flex: 1 1 auto;
display:flex;
flex-flow:row nowrap;
position:relative;
width:100%;
min-height:100%;
min-width: 0; } .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;
}
.cont-mob {
display: inline-block;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
padding: 5px;
margin: 0;
width: 100%;
text-align: center;
vertical-align: top;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
.wp-block-gallery:not(.has-nested-images).alignleft, 
.wp-block-gallery:not(.has-nested-images).alignright, 
.blocks-gallery-grid:not(.has-nested-images).alignleft, 
.blocks-gallery-grid:not(.has-nested-images).alignright {
padding: 10px;
} .rp-about-me img {
overflow: hidden;
width: 100%;
height: 500px;
transform: scale(1);
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.rp-about-me .wp-block-cover {
overflow: hidden;
}
.rp-about-me .wp-block-cover:hover img {
transform: scale(1.2);
}
@media screen and (max-width: 900px) {
body #content #primary,
body #secondary,
.before-header .right-top,
.before-header,
.footer-widgets, #tabs-widget{
position: relative;
width: 100% !important;
float: none !important;
margin: 0 auto !important;
text-align: left;
left: 0;
border: 0;	
}
article, .home article {
width: 100% !important;
}
body #content, body .h-center {
padding: 10px !important;		
}
#secondary, #primary  {
padding: 0 !important;
}
body #content #secondary {
width: 100% !important;
}
.social-pad {
text-align: center;
}
.before-header {
text-align: center;
padding-left: 0;
}
.social-top {
top: 46%;
}
.before-header .right-top {
display: block !important; 	
}
.site-branding .site-title a, .site-title {
font-size: 6vw;
}
.site-description {
font-size: 3vw;
margin-bottom: 0;
}
.h-button-1, .h-button-2 {
padding: 7px 10px;
}
.before-header .left-top,
.before-header .h-email, 
.before-header .h-phone,
.before-header .h-address{
text-align: center;
float: none;
position: static;
}
.before-header .right-top {
position: static;
padding-bottom: 0 !important;
width: 10% !important;
text-align: center;		
}
.app-first .app-sub {
width: 100% !important;
}
.ui-tabs .ui-tabs-nav li {
width: 100% !important;
}
.header-right { 
display: none;
}
.mobile-cont {
position: absolute;
display: inline-block;
right: 20px;
top: 25px;
}
.mobile-setiles .woo_log {
left: 210px;
top: 9px;
z-index: 999;
}
.mobile-setiles {
position: absolute;
display: block;
top: 0;
width: 75%;
}	
#primary-menu ul:before {
display: none;
}
#primary-menu ul{
border-top: 0 !important;
}
.seos-cont-form td {
margin-top: 0;
border-top: 1px solid #333;
border-bottom: 1px solid #000;
}
.dl-menuwrapper li a {
text-align: left;
}
.header-right{
z-index: 99999999;
}
.before-header .left-top {
width: 100%;
}
#content {
padding: 10px;
}
.album h2 {
font-size: 20px;
}
.main-navigation ul li {
width: 100%;
float: none;
display: block;
text-align: left;
margin: 0;
padding: 0;
}
.main-navigation ul li a:hover {
opacity: 1;
}
#site-navigation {
position: static; 
max-width: 100%;
display: none;
}
.main-navigation ul, 
.main-navigation ul ul,
.main-navigation ul ul ul {
position: static; 
width: 100%;	
margin-top: 0;
padding: 0;
}
.main-navigation ul li a,
.main-navigation ul ul li a,
.main-navigation ul ul ul li a {
padding-left: 10px;
}
.main-navigation ul li a{
border-bottom: 1px solid #111;
}
.main-navigation ul li a{
padding: 10px;
}
.main-navigation ul ul li {
border-bottom: 0;
}
.main-navigation ul ul li a{
padding: 5px !important;
padding-left: 10px  !important;
}
.main-navigation ul ul ul li a{
padding-left: 20px !important;
}
.main-navigation ul ul ul ul li a{
padding-left: 30px !important;
}
.main-navigation ul ul ul ul ul li a{
padding-left: 40px !important;
}
.main-navigation ul ul ul ul ul ul li a{
padding-left: 50px !important;
}
.main-navigation ul ul ul ul ul ul ul li a{
padding-left: 60px !important;
}		
#s-button-menu{
width:60px;
padding: 10px;
margin: 0;
background: none;
}
#s-button-menu:hover {
cursor: pointer;	
}
#s-button-menu {
-webkit-transition: all 0.7s ease-in-out;
-moz-transition: all 0.7s ease-in-out;
-o-transition: all 0.7s ease-in-out;
-ms-transition: all 0.7s ease-in-out;
transition: all 0.7s ease-in-out;
}
.main-navigation ul li {
position: relative;
}
.main-navigation ul li > a:after,
.main-navigation ul ul li > a:after,
.main-navigation ul ul ul li > a:after,
.main-navigation ul ul ul ul li > a:after,
.main-navigation ul ul ul ul ul li > a:after{
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.grid-top {
padding-left: 0%;
}
#primary-menu li a {
padding: 5px;
background-color: #000;
color: #fff;
}
.main-navigation ul ul, .main-navigation ul ul ul {
border-left: none;
display: block;
}
.mobile-logo img {
height: 65px;
width: auto;
}
.header-top {
width: 100%;
display: block;
}
.cont-mob {
width: 100%;
margin: 0 auto;
position: relative;
display: inline-block;
text-align: center;
padding-right: 20px;
padding-top: 10px;	
}
.s-search-top .dashicons-search	{
position: relative;
display: inline-block;
margin: 0 auto;
top: 0;
}
.cont-mob .s-search-top, .cont-mob .cart-contents  {
position: relative;
display: inline-block;
margin: 0 auto;
top: 0;
}
.cont-mob .cart-contents {
top: 14px;
left: 20px;
}
#site-navigation {
padding: 0 10px;
position: relative;
top: 135px;
left: 45px;
overflow: hidden;
}
.s-header-right-deg {
text-align: center;
}
#s-close, #s-close-mobile {
right: 44px;
}
.main-navigation ul li, .main-navigation ul li:hover > ul, .main-navigation ul ul li a:hover {
-webkit-animation-name: none !important;
animation-name: none !important;
-webkit-transform-origin: none !important;
transform-origin: none !important;
}
#content {
overflow: hidden;
}
.seos-cont-form td {
font-size: 12px;
display: block;
width: 100%;
}
.before-header .h-email,
.before-header .h-phone,
.before-header .h-address {
text-align: center;
display: block;
margin: 8px 0;
}
.header-top .woo-loginout {
position: relative;
text-align: center;
top: 0;
left: 0;
width: fit-content;
margin: 0 auto;
width: 100%;
border-radius: 0;
border: 0;
}
.woo-loginout:hover a {
background: none !important;
}
body #content-center .blog-three main article,
body #content-center .blog-two main article,
body #content-center .blog-full-width main article {
width: 100%;
float: none;	
margin: 10px 0;
}
.social-top {
display: none;
}
.fig img {
width: 100%;
}
.nav-top-detiles{
position: relative;
right: 10px;
margin: 0 auto;
padding: 0;
width: 100%;
}
.s-search-top, .s-search-top-mobile {
position: relative;	
top:0;
}
.nav-top-detiles .cart-contents {
position: relative !important;
border-left: none !important;
margin-left: 25px;
top: 21px;	
}
.menu-center .header-right {
display: block;
position: relative;
}
.grid-menu {
display: block;
}
#query-form input,
#query-form .custom-select select {
width: 40%;
margin-top:10px;
}
#s-button-menu {
display: block;
}
.category .search-category, .search-category {
width: 100%;
}
.search-category {
margin: 0;
padding: 10px;
}
.search-category .mp-details .iframe-elements {
width: 90%;
height: 300px;
}
.search-category .iframe-elements iframe {
height: 265px;
}
.grid-top {
padding: o;
}
.main-navigation ul ul li, body .menu-cont {
min-width: 100%;
width: 100%;
padding: 0;
}
.s-hidden video {
height: 600px;
width: auto;
}
}