.tp_event_counter {
background-color: #ffb606;
display: flex;
flex-wrap: wrap;
gap: 8px;
height: auto;
overflow: hidden;
padding: 20px;
}
.countdown-section {
align-items: center;
background: rgba(255, 255, 255, .2);
border: 1px solid rgba(255, 255, 255, .1);
display: flex;
flex: 1 1 72px;
flex-direction: column;
justify-content: center;
min-width: 72px;
padding: 10px;
text-align: center;
}
.countdown-amount {
display: block;
font-size: 24px;
font-weight: 700;
height: auto;
line-height: 1.2;
position: relative;
width: auto;
overflow: hidden;
}
.countdown-period {
display: block;
font-size: 12px;
line-height: 1.4;
margin-top: 4px;
}
.countdown-descr {
font-size: 13px !important;
}
@font-face {
font-family: 'icomoon';
src: url(//marketingmindslab.com/wp-content/plugins/wp-events-manager/assets//css/fonts/icomoon.eot?c3wvz6);
src: url(//marketingmindslab.com/wp-content/plugins/wp-events-manager/assets//css/fonts/icomoon.eot?c3wvz6#iefix) format('embedded-opentype'),
url(//marketingmindslab.com/wp-content/plugins/wp-events-manager/assets//css/fonts/icomoon.ttf?c3wvz6) format('truetype'),
url(//marketingmindslab.com/wp-content/plugins/wp-events-manager/assets//css/fonts/icomoon.woff?c3wvz6) format('woff'),
url(//marketingmindslab.com/wp-content/plugins/wp-events-manager/assets//css/fonts/icomoon.svg?c3wvz6#icomoon) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="event-icon-"], [class*=" event-icon-"] { font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.event-icon-spinner2:before {
content: "\e97b";
}
@keyframes anim-rotate {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
.spinner {
display: inline-block;
line-height: 1;
margin: .5em;
animation: anim-rotate 2s infinite linear;
color: #fff;
text-shadow: 0 0 .25em rgba(255, 255, 255, .3);
} .event-lightbox-wrap .mfp-close {
display: none;
}
.wpems-modal-overlay {
align-items: center;
background: rgba(0, 0, 0, .62);
display: flex;
inset: 0;
justify-content: center;
opacity: 0;
overflow-y: auto;
padding: 20px;
position: fixed;
transition: opacity .35s ease-in-out;
z-index: 999999;
}
.wpems-modal-overlay.event-in {
opacity: 1;
}
.wpems-modal-dialog {
max-width: 100%;
outline: none;
position: relative;
transform: translateY(10px) scale(.98);
transition: transform .35s ease-in-out;
}
.wpems-modal-dialog.event-in {
transform: translateY(0) scale(1);
}
.wpems-modal-close {
align-items: center;
background: #1a1a1a;
border: 0;
border-radius: 50%;
color: #fff;
cursor: pointer;
display: flex;
font-size: 18px;
height: 32px;
justify-content: center;
line-height: 1;
padding: 0;
position: absolute;
right: -12px;
top: -12px;
width: 32px;
z-index: 2;
}
.wpems-modal-close:hover,
.wpems-modal-close:focus {
background: #007acc;
color: #fff;
}
#event-lightbox {
display: none;
visibility: hidden;
position: relative;
max-width: calc(100vw - 40px);
width: 500px;
margin: 0 auto;
padding: 20px;
background-color: #fff;
}
#event-lightbox.event-fade {
display: block;
opacity: 0;
-webkit-backface-visibility: hidden; -webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
#event-lightbox.event-fade.event-in {
opacity: 1;
visibility: visible;
}
.wpems-carousel-ready {
display: flex;
overflow-x: auto;
scroll-behavior: smooth;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
}
.wpems-carousel-ready::-webkit-scrollbar {
display: none;
}
.wpems-carousel-ready > * {
min-width: 0;
scroll-snap-align: start;
}
.wpems-carousel-nav {
clear: both;
display: flex;
gap: 8px;
justify-content: center;
margin-top: 12px;
}
.wpems-carousel-prev,
.wpems-carousel-next {
align-items: center;
background: #1a1a1a;
border: 0;
border-radius: 2px;
color: #fff;
cursor: pointer;
display: inline-flex;
height: 34px;
justify-content: center;
line-height: 1;
padding: 0;
width: 34px;
}
.wpems-carousel-prev:hover,
.wpems-carousel-next:hover,
.wpems-carousel-prev:focus,
.wpems-carousel-next:focus {
background: #007acc;
color: #fff;
}
.tp-event-notice {
margin: 10px 0 2em !important;
position: relative;
list-style: none !important;
width: auto;
word-wrap: break-word;
}
.tp-event-notice.success {
color: #31708f;
background: #d9edf7;
padding: 10px 15px !important;
}
.tp-event-notice.error {
padding: 1em 2em 1em 1.5em !important;
background-color: #fdb494;
color: #515151;
border-left: 3px solid #c35a2c;
}
.form-row input,
.form-row input[type="text"],
.form-row input[type="email"],
.form-row input[type="checkbox"],
.form-row input[type="number"],
.form-row input[type="password"] {
border: 1px solid #eee;
background-color: transparent;
}
.form-row.has-error {
color: #a00;
}
.form-row.has-error input {
border-color: #a00;
}
.form-row.validated input {
border-color: #69bf29;
}
.event_auth_button {
background: #1a1a1a;
border: 0;
border-radius: 2px;
color: #fff;
font-family: Montserrat, "Helvetica Neue", sans-serif;
font-weight: 700;
letter-spacing: 0.046875em;
line-height: 1;
padding: 0.84375em 0.875em 0.78125em;
text-transform: uppercase;
}
.event_auth_button:hover {
background: #007acc;
cursor: pointer;
color: #fff;
}
.event_auth_payment_methods {
margin: 10px 0;
list-style: none;
padding: 10px;
border-radius: 3px;
background-color: #eee;
}
.single-tp_event .entry-summary {
margin-bottom: 0;
}
.post-type-archive-tp_event .entry-title, .tax-tp_event_category .entry-title, .entry-summary .entry-countdown, .entry-summary .entry-content {
margin-top: 20px;
}
.post-type-archive-tp_event ul, .tax-tp_event_category ul {
list-style-type: none;
}
.post-type-archive-tp_event ul li.tp_event, .tax-tp_event_category ul li.tp_event {
width: calc(50% - 30px);
float: left;
}
.post-type-archive-tp_event ul li.tp_event:nth-child(2n), .tax-tp_event_category ul li.tp_event:nth-child(2n) {
margin-left: 15px;
}
.post-type-archive-tp_event ul li.tp_event:nth-child(2n+1), .tax-tp_event_category ul li.tp_event:nth-child(2n+1) {
margin-right: 15px;
clear: both;
}
.post-type-archive-tp_event .events-pagination {
clear: both;
}
.post-type-archive-tp_event .events-pagination ul.page-numbers li {
display: inline-block;
padding: 0 5px;
}
#content article.tp_single_event .entry-content {
float: none;
width: 100%;
}
.single-tp_event .entry-register a {
display: inline-block;
margin-top: -10px;
margin-bottom: 20px;
}
.wpems_g_calendar_url{
display: block !important;
}.xendit-overlay-box {
position:fixed;
top:50%;
left:50%;
transform:translate(-50%, -50%);
color: white; background: #666666; opacity: .8;
z-index: 1000;
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
#xendit-overlay-content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.xendit-overlay-text {
display: inline-block;
vertical-align: middle;
line-height: normal;
}
.label-dd {
font-family: Open Sans;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 19px;
color: #3D3D3D;
}
.input-dd {
margin-top: 8px !important;
margin-bottom: 10px !important;
font-size: 1em !important;
}
.subtitle-dd {
font-family: Open Sans;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 22px;
margin-top: 20px !important;
margin-bottom: 24px !important;
color: #3D3D3D;
}
.input-cvv-dd {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAfBJREFUWAntVk1OwkAUZkoDKza4Utm61iP0AqyIDXahN2BjwiHYGU+gizap4QDuegWN7lyCbMSlCQjU7yO0TOlAi6GwgJc0fT/fzPfmzet0crmD7HsFBAvQbrcrw+Gw5fu+AfOYvgylJ4TwCoVCs1ardYTruqfj8fgV5OUMSVVT93VdP9dAzpVvm5wJHZFbg2LQ2pEYOlZ/oiDvwNcsFoseY4PBwMCrhaeCJyKWZU37KOJcYdi27QdhcuuBIb073BvTNL8ln4NeeR6NRi/wxZKQcGurQs5oNhqLshzVTMBewW/LMU3TTNlO0ieTiStjYhUIyi6DAp0xbEdgTt+LE0aCKQw24U4llsCs4ZRJrYopB6RwqnpA1YQ5NGFZ1YQ41Z5S8IQQdP5laEBRJcD4Vj5DEsW2gE6s6g3d/YP/g+BDnT7GNi2qCjTwGd6riBzHaaCEd3Js01vwCPIbmWBRx1nwAN/1ov+/drgFWIlfKpVukyYihtgkXNp4mABK+1GtVr+SBhJDbBIubVw+Cd/TDgKO2DPiN3YUo6y/nDCNEIsqTKH1en2tcwA9FKEItyDi3aIh8Gl1sRrVnSDzNFDJT1bAy5xpOYGn5fP5JuL95ZjMIn1ya7j5dPGfv0A5eAnpZUY3n5jXcoec5J67D9q+VuAPM47D3XaSeL4AAAAASUVORK5CYII=);
background-repeat: no-repeat;
background-attachment: scroll;
background-size: 16px 18px;
background-position: 98% 50%;
cursor: pointer;
}
.three-ds-overlay {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: rgba(0,0,0,0.5);
z-index: 999;
}
#three-ds-container {
width: 550px;
height: 450px;
line-height: 200px;
position: fixed;
top: 25%;
left: 40%;
margin-top: -100px;
margin-left: -150px;
background-color: #ffffff;
border-radius: 5px;
text-align: center;
z-index: 9999; }
.xendit-cc-icons{
display: flex;
float: right;
max-width: 84px;
flex-flow: wrap;
}
.xendit-gateway-payment-label {
display: flex;
float: right;
flex-flow: wrap;
}
.xendit-gateway-payment-label .xendit-cc-icons {
max-width: 100%;
}
.xendit-gateway-payment-description {
margin-top: 5px;
padding-bottom: 10px;
}
.test-description {
color: red;
font-size:80%;
}
#radio-control-wc-payment-method-options-xendit_gateway__label {
justify-content: space-between;
}
#radio-control-wc-payment-method-options-xendit_cc__label {
justify-content: space-between;
}
.xendit-gateway-title {
width: 100%;
}
.wc-block-components-radio-control__label>.xendit-gateway-title>.xendit-gateway-icon {
float: right;
display: flex;
align-items: center;
justify-content: center;
}html.yith-quick-view-is-open,
html.yith-quick-view-is-open body {
overflow: hidden;
}
html.yith-quick-view-is-open .select2-container.select2-container--open {
z-index: 1500;
}
html.yith-quick-view-is-open.yith-quick-view-on-mobile .select2-container.select2-container--open {
z-index: 999999;
}
#yith-quick-view-modal {
position: fixed;
visibility: hidden;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1400;
opacity: 0;
text-align: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.yith-wcqv-head {
position: absolute;
top: 15px;
right: 15px;
z-index: 1000;
width: 30px;
height: 30px;
}
#yith-quick-view-modal:before { ; display: inline-block;
vertical-align: middle;
height: 100%;
width: 0;
}
#yith-quick-view-modal span.onsale {
top: 25px;
left: 25px;
right: auto;
z-index: 10;
}
#yith-quick-view-modal .yith-wcqv-wrapper .woocommerce-variation-description p {
font-size: 16px;
}
#yith-quick-view-modal .yith-wcqv-wrapper {
display: inline-block;
vertical-align: middle;
visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
text-align: left;
height: 600px;
width: 1000px;
position: absolute;
}
.yith-quick-view.yith-modal .yith-wcqv-wrapper {
position: absolute;
visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
text-align: left;
}
#yith-quick-view-modal .yith-wcqv-main { -moz-transform: translateY(20%);
-ms-transform: translateY(20%); opacity: 0;
height: 100%;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
-webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, .25);
box-shadow: 0 1px 30px rgba(0, 0, 0, .25);
border-radius: 22px;
}
#yith-quick-view-modal.open,
#yith-quick-view-modal.open .yith-wcqv-wrapper {
visibility: visible;
opacity: 1;
}
#yith-quick-view-modal #yith-quick-view-content { }
#yith-quick-view-modal .yith-wcqv-main:after,
#yith-quick-view-modal .yith-wcqv-main:before { display: table;
clear: both;
}
#yith-quick-view-modal.open .yith-wcqv-main {
opacity: 1;
height: 100%;
overflow-y: scroll;
position: relative;
border-radius: 22px;
}
#yith-quick-view-close {
border: 1px solid;
position: absolute;
top: 5px;
right: 5px;
width: 20px;
height: 20px;
text-align: center;
line-height: 18px;
z-index: 2;
opacity: 0.5;
}
#yith-quick-view-close:hover {
opacity: 1;
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
}
div#yith-quick-view-content div[id^="product"] {
display: flex;
flex-direction: row;
}
#yith-quick-view-content div.images { opacity: 1 !important;
margin: 0;
box-sizing: border-box;
}
#yith-quick-view-content div.images img {
max-width: 100%;
object-fit: cover;
height: 100%;
object-position: center;
}
#yith-quick-view-content div.images a {
display: block;
font-size: 0;
max-height: 600px;
height: 100%;
}
#yith-quick-view-content div.summary {
margin: 0;
padding: 15px; font-size: 16px;
box-sizing: border-box;
overflow-y: auto;
padding-left: 30px;
padding-right:30px;
}
#yith-quick-view-content div.summary.entry-summary .woocommerce-product-details__short-description p{
font-size: 16px;
}
.yith-quick-view-content.woocommerce div.summary .price {
font-size: 22px;
margin-bottom: 15px;
}
.yith-quick-view-content.woocommerce div.summary .price del,
.yith-quick-view-content.woocommerce div.summary .price ins {
display: inline-block;
background: none;
}
.yith-quick-view-content.woocommerce div.summary .price del {
font-size: 80%;
opacity: 0.5;
}
.yith-quick-view-content.woocommerce div.product .product {
height:600px;
}
.yith-quick-view-content.woocommerce div.summary div[itemprop="description"],
.yith-quick-view-content.woocommerce div.summary .product_meta {
font-size: 15px;
}
.yith-quick-view-content.woocommerce div.summary .product_meta span {
margin-bottom: 10px !important;
}
.yith-quick-view-content.woocommerce div.summary div[itemprop="description"] {
margin-bottom: 30px;
}
.yith-quick-view-content.woocommerce div.summary .product_meta > span {
display: block;
}
.yith-quick-view-content.woocommerce div.summary div.quantity,
.yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button {
margin-right: 15px;
display: inline-block;
}
.yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button {
padding: 12px 40px;
border-radius: 12px;
font-size: 15px;
}
.yith-quick-view-content.woocommerce div.summary table.variations {
border: 0;
margin-bottom: 0;
}
.yith-quick-view-content.woocommerce div.summary .yith-wcqv-view-details {
margin: 10px 0;
display: inline-block;
}
.yith-quick-view-content.woocommerce div.product form.cart .variations select {
float: none;
width: 100%;
max-width: 450px;
}
.yith-quick-view.yith-modal.fade-in.open .yith-quick-view-content.woocommerce div.product form.cart .variations select {
max-width: 350px;
}
#yith-quick-view-content div.woocommerce-product-rating:after,
#yith-quick-view-content div.woocommerce-product-rating:before {
content: '';
display: table;
clear: both;
}
#yith-quick-view-content div.woocommerce-product-rating a.woocommerce-review-link {
display: none;
}
#yith-quick-view-content .onsale {
top: 5px;
right: auto;
left: 5px;
}
#yith-quick-view-content figure.woocommerce-product-gallery__wrapper > div:not(:first-child) {
display: none;
}
li.product .yith-wcqv-button .blockUI.blockOverlay:before {
background: none;
}
.yith-quick-view.yith-modal .yith-quick-view-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
@media( max-width: 480px ){
#yith-quick-view-modal {
position: fixed;
z-index: 1400;
top: 0px;
bottom: 0;
left: 0;
right: 0;
visibility: hidden;
overflow: scroll;
height:100%;
}
#yith-quick-view-modal.open .images,
#yith-quick-view-modal.open .images img {
width: 100%!important;
float: none;
}
#yith-quick-view-modal .yith-wcqv-wrapper{
width:100% !important;
height: 100% !important;
top: 0!important;
bottom: 0!important;
left: 0!important;
right: 0!important;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main {
width: 100%;
height:100%!important;
border-radius:0!important; height:auto;
}
#yith-quick-view-modal .yith-wcqv-wrapper .summary.entry-summary {
width: 100%;
padding-right: 30px;
float: none;
}
#yith-quick-view-modal #yith-quick-view-content {
height: auto;
}
.yith-quick-view-content.woocommerce div.product .product {
height: calc(100vh - 100px) !important;
}
}
@media( min-width: 480px ) and (max-width: 768px) {
#yith-quick-view-modal .yith-wcqv-wrapper {
height: calc(100vh - 100px) !important;
top: 50px !important;
bottom: 50px !important;
max-width: 450px;
left: 0 !important;
right: 0 !important;
margin-inline: auto;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main {
height:100%!important;
border-radius:inherit;
}
}
@media (max-width: 768px) {
div#yith-quick-view-content div[id^="product"] {
flex-direction: column;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main {
height:auto;
border-radius:inherit;
}
#yith-quick-view-modal .yith-quick-view-content div.images,
#yith-quick-view-modal .yith-quick-view-content div.summary {
width: 100% !important;
height: auto;
max-height: none;
}
.yith-quick-view-mobile #yith-quick-view-modal .yith-wcqv-main {
width: 100% !important;
border-radius:0!important;
}
#yith-quick-view-modal #yith-quick-view-content{ }
#yith-quick-view-content div.summary{
overflow:inherit;
}
html.yith-quick-view-is-open  #yith-quick-view-modal {
width: 100% !important;
}
}
@media ( min-width: 768px ) {
#yith-quick-view-modal.open .yith-wcqv-main {
overflow: hidden;
}
#yith-quick-view-content div.summary {
max-height: 600px;
}
} .theme-yith-proteo .yith-quick-view .single-product div.product .summary.entry-summary .product_title {
margin-top: 20px;
}
.theme-yith-proteo .yith-quick-view .single-product div.product .summary.entry-summary .product_title,
.theme-yith-proteo .yith-quick-view .single-product div.product .summary.entry-summary .price {
font-size: 24px;
}
.theme-yith-proteo .yith-quick-view .single-product div.product .summary.entry-summary .woocommerce-product-details__short-description.
.theme-yith-proteo .yith-quick-view .single-product div.product .summary.entry-summary .single_variation_wrap .woocommerce-variation-description,
.theme-yith-proteo .yith-quick-view .single-product div.product .summary.entry-summary form.cart .quantity input {
font-size: 16px;
}
.theme-yith-proteo .yith-quick-view .yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button {
padding: 12px 40px;
border-radius: 12px;
font-size: 15px
}
.theme-yith-proteo .single-product div.product .summary.entry-summary {
padding-left: 30px;
} .woocommerce .yith-quick-view .single-product div.product .summary.entry-summary {
font-size: 16px; }
.woocommerce .yith-quick-view .single-product div.product .summary.entry-summary .product_title,
.woocommerce .yith-quick-view .single-product div.product .summary.entry-summary .price {
font-size: 24px;
}
.woocommerce .yith-quick-view .single-product div.product .summary.entry-summary form.cart .quantity input {
font-size: 20px;
}
.woocommerce .yith-quick-view .yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button {
padding: 12px 40px;
border-radius: 12px;
font-size: 15px;
}