/*
Theme Name: ReviewitGR theme
Description: ReviewitGR Theme based on the StoreFront Theme
Author: ReviewitGR
Theme URI: http://www.reviewit.gr
Template: storefront
Version: 1.6.1
License: Proprietary Licence
*/

/* ==[ GENERAL ]== */

body {
    color: #626262;
}

body.no-scroll {
    overflow: hidden;
}

body,
button,
input,
textarea {
    font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

*:focus {
    outline: none !important;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea, .input-text {
    background: #fff;
    box-shadow: none;
    border: 1px solid rgb(98,98,98,0.4);
}

table:not(.has-background) tbody tr:nth-child(2n) td,
fieldset,
fieldset legend,
#respond {
    background-color: #f8f8f8;
}

button:not(.components-button),
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.widget a.button,
button.alt,
input[type="button"].alt,
input[type="reset"].alt,
input[type="submit"].alt,
.button.alt,
.widget-area .widget a.button.alt {
    background-color: #00CEC9;
    border-color: #00CEC9;
    color: #fff;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.widget a.button:hover,
button.alt:hover,
input[type="button"].alt:hover,
input[type="reset"].alt:hover,
input[type="submit"].alt:hover,
.button.alt:hover,
.widget-area .widget a.button.alt:hover {
    background-color: #00b3b0;
    border-color: #00b3b0;
    color: #fff;
}

.hidden,
.hide {
    display: none !important;
}

.text-center {
    text-align: center !important;
}

.text-white {
	color: #fff !important;
}

/* ==[ GUTENGERG CLASSES ]== */

.home .site-main {
    margin-bottom: 0;
}

.wp-block {
    max-width: 1064px !important;
}

.wp-block[data-align="full"] {
    max-width: none !important;
}

.hero-cover .wp-block-cover__inner-container {
    padding-top: 264px !important;
    padding-bottom: 164px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info-bubble {
    border: 2px solid;
    border-radius: 20px;
    padding: 20px 30px;
    width: 128px;
    box-sizing: border-box;
    margin: 0 auto 20px;
    font-weight: 700;
    font-size: 22px !important;
    padding: 5px;
}

.has-info-overlay {
    border-radius: 10px;
}

.info-overlay {
    max-width: 100%;
    min-height: 164px;
    margin: -110px 10px 0 10px !important;
    display: block;
    background: #fff;
    flex-basis: auto !important;
    border-radius: 10px;
    padding: 20px !important;
    box-shadow: 0 3px 26px rgba(0,0,0,0.16);
	position: relative;
	z-index: 10;
}

.info-overlay h3 {
    position: relative;
    line-height: 30px;
}

.info-overlay h3:before {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.info-overlay h3.icon-beauty:before {
    background-image: url(assets/images/where-can-i-use-beauty-icon.svg);
}

.info-overlay h3.icon-hair:before {
    background-image: url(assets/images/where-can-i-use-hair-icon.svg);
}

.info-overlay h3.icon-fitness:before {
    background-image: url(assets/images/where-can-i-use-fitness-icon.svg);
}

.info-overlay h3.icon-spa:before {
    background-image: url(assets/images/where-can-i-use-spa-icon.svg);
}

.info-overlay p {
    margin-bottom: 0;
}

.content-column {
    background: #fff;
    border-radius: 10px;
    padding: 30px 40px !important;
    box-shadow: 0 3px 26px rgba(0,0,0,0.16);
    margin-bottom: 0 !important;
}

.content-column h3 {
    position: relative;
    line-height: 30px;
    margin-bottom: 30px;
}

.content-column h3:before {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.content-column h3.icon-search:before {
    background-image: url(assets/images/how-it-works-icon-search.svg);
}

.content-column h3.icon-book:before {
    background-image: url(assets/images/how-it-works-icon-book.svg);
}

.content-column h3.icon-show:before {
    background-image: url(assets/images/how-it-works-icon-show.svg);
}

.limited-width-heading-60 {
    max-width: 60%
}

.limited-width-content-80 {
    max-width: 80%
}

.limited-width-content-center {
    margin: 0 auto !important;
}

.styled-search {
    max-width: 440px !important;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 30px;
}

.styled-search .wp-block-search__input {
    background: transparent;
    border: none;
    box-shadow: none;
    padding-left: 1.5em;
}

.styled-search .wp-block-search__input:focus {
    background: transparent;
}

.styled-search .wp-block-search__button {
    font-size: 0;
    line-height: 0;
    background-image: url(assets/images/search-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #00CEC9;
    background-size: 20px auto;
    width: 46px;
    height: 46px;
    border-radius: 50%;
}

.storefront-align-wide.page-template-template-fullwidth-php .entry-content .alignfull,
.storefront-align-wide.storefront-full-width-content .entry-content .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
}

.ultp-block-wrapper .ultp-block-item .ultp-block-image {
	min-height: 70%;
	display: flex;
	align-items: center;
	justify-content: center;
}


@media only screen and (max-width: 1100px) {
    .where-can-i-use-row {
        display: block;
    }

    .how-it-works-cover {
        margin-top: 0 !important;
    }

    .how-it-works-cover .wp-block-cover__inner-container {
        padding: 60px 2.617924em 0 2.617924em !important;
        max-width: 100% !important;
    }

    .content-column {
        padding: 20px !important;
    }
}

@media only screen and (max-width: 993px) {
    .where-can-i-use-row .wp-block-columns {
        margin: 0 !important;
    }

    .where-can-i-use-row .where-can-i-use-row-columns-wrapper > .wp-block-column {
        margin-bottom: 40px !important;
    }

    .where-can-i-use-row .where-can-i-use-row-columns-wrapper > .wp-block-column:nth-child(2n) {
        padding: 0;
        padding-left: 2.1739130435%;
    }

    .where-can-i-use-row .where-can-i-use-row-columns-wrapper > .wp-block-column:nth-child(2n+1) {
        padding: 0;
        padding-right: 2.1739130435%;
    }

    .how-it-works-cover .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
        flex-basis: 100% !important;
        margin-bottom: 40px !important;
    }
}

@media only screen and (max-width: 767px) {
    .limited-width-heading-60,
    .limited-width-content-80 {
        max-width: 100%;
    }

    .home.page-template-template-fullwidth .hentry .entry-content > .wp-block-cover.hero-cover {
        margin-bottom: 30px;
    }

    .how-it-works-cover {
        padding: 0 !important;
    }

    .how-it-works-cover .wp-block-cover__inner-container {
        padding: 30px 2.617924em 0 2.617924em !important
    }

    .how-it-works-cover .wp-block-columns {
        margin-bottom: 0 !important;
    }

    .wp-block-image:not(.is-style-rounded) img {
        margin: 0 auto;
    }

    .partner-logos .wp-block-image img {
        max-width: 140px;
    }
}

@media only screen and (max-width: 640px) {
    .info-bubble {
        font-size: 18px !important;
    }

    .info-overlay {
        min-height: 0;
    }

    .hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h1 {
        font-size: 2em;
    }

    .hero-cover .wp-block-cover__inner-container {
        padding-top: 184px !important;
        padding-bottom: 64px !important;
    }

    .styled-search {
        max-width: 100% !important;
    }

    .wp-block-search__inside-wrapper {
        display: block;
        position: relative;
        padding-right: 64px;
    }

    .wp-block-search__button   {
        position: absolute;
        top: 0;
        right: 0;
    }

    .where-can-i-use-row h2,
    .how-it-works-cover h2 {
        font-size: 28px !important;
    }

    .how-it-works-cover .wp-block-cover__inner-container {
        padding: 20px !important;
    }

	.ultp-block-wrapper .ultp-block-item .ultp-block-image {
		min-height: 50%;
	}
}

/* ==[ WOOCOMMERCE ]== */

.storefront-breadcrumb {
    padding: 1em 0;
    margin: 0;
}

.storefront-full-width-content.woocommerce-cart .entry-header,
.storefront-full-width-content.woocommerce-checkout .entry-header,
.storefront-full-width-content.woocommerce-account .entry-header,
.storefront-full-width-content .woocommerce-products-header {
    padding: 0 0 2em;
}

.select2-container--default .select2-selection--single {
    border: 1px solid rgb(98,98,98,0.4);
    border-radius: 0;
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: .6180469716em;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 0;
}

.storefront-full-width-content.single-product div.product.nyp-product .summary {
    float: none;
    max-width: 100%;
    width: 360px;
    margin: 0 auto;
    text-align: center;
}

.storefront-full-width-content.single-product div.product.nyp-product .quantity {
    display: inline-block;
    float: none;
}

.storefront-full-width-content.single-product div.product.nyp-product .suggested-price {
    color: inherit;
    font-size: .75em;
    opacity: .7;
    margin: 0;
}

.storefront-full-width-content.single-product .product .nyp .nyp-input,
.storefront-full-width-content.single-product .wcopc .product-item .nyp .nyp-input,
.storefront-full-width-content.single-product .wp-block-sg-gutenberg-customisations-gift-card-balance input[type="text"] {
    max-width: 100%;
    width: 100%;
    display: block;
    font-weight: normal;
}

.storefront-full-width-content.single-product .wp-block-sg-gutenberg-customisations-gift-card-balance label {
    font-weight: 700;
}

.storefront-full-width-content.single-product .wp-block-sg-gutenberg-customisations-gift-card-balance {
    margin-bottom: 40px;
}

.storefront-full-width-content.single-product .wp-block-sg-gutenberg-customisations-gift-card-balance .input-text {
    text-align: center;
}

.storefront-full-width-content.single-product .wp-block-sg-gutenberg-customisations-gift-card-balance p {
    margin-bottom: 10px;
}

.storefront-full-width-content.single-product .wp-block-sg-gutenberg-customisations-gift-card-balance p:last-of-type {
    margin-bottom: 0;
}

.woocommerce-message {
    background-color: #00cec9;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: #646464;
}

#order_review_heading {
    width: 100%;
    float: none;
}

.woocommerce-thankyou-order-received {
    text-align: center;
}

/* ==[ HEADER ]== */

.site-header {
    padding: 0;
    border-bottom: none;
    color: #626262;
}

.site-header .col-full {
    position: relative;
}

.site-header .col-full:after {
    content: "";
    clear: both;
    display: table;
}

.site-header .col-full:before {
    height: 1px;
    position: absolute;
    bottom: 0;
    width: calc(100% - 5.235848em);
    left: 2.617924em;
    background: #626262;
    opacity: 0.4;
    content: '';
}

.site-header .site-branding {
    width: auto !important;
    margin: 20px 52px 20px 0 !important;
}

.site-header .site-branding a {
    display: block;
    font-size: 0;
    line-height: 0;
}

.site-header .site-branding a img {
	max-height: 56px;
	width: auto;
}

.site-header .main-navigation {
    width: auto !important;
    margin: 28px 0 0 0 !important;
    clear: none !important;
	float: right;
}

.site-header .account-button {
    float: right;
    font-size: 0;
    margin: 28px 0 0 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    color: inherit;
}

.site-header .account-button svg {
    stroke: currentColor;
    margin: 8px;
}

.site-header .account-button svg path,
.site-header .account-button svg circle {
    stroke: currentColor;
}

.site-header .search-toggle-button {
    float: right;
    font-size: 0;
    margin: 28px 0 0 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.site-header .search-toggle-button svg {
    stroke: currentColor;
    margin: 8px;
}

.site-header .search-overlay {
    position: fixed;
    z-index: 100000;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    margin: 0;
    left: 0;
    top: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    cursor: pointer;
}

.site-header .search-overlay.active {
    opacity: 1;
    visibility: visible;
}

.site-header .search {
    position: fixed;
    z-index: 100001;
    right: 0;
    height: 114px;
    width: 100%;
    background: #fff;
    transition: all 300ms ease;
    padding: 37px 0;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -20%, 0);
}

.site-header .search.active {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

.site-header .search .col-full {
    position: relative;
}

.site-header .search .col-full:before {
	display: none;
}

.site-header .search .search-close-button {
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
    font-size: 0;
    position: absolute;
    top: 0;
    right: 42px;
}

.site-header .search .search-close-button svg {
    width: 18px;
    height: 18px;
    margin: 11px;
    fill: #626262;
    stroke: #626262;
}

.site-header .search .search-form {
	max-width: 100%;
	width: 600px;
	margin: 0 auto;
    position: relative;
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
    color: #626262;
}

.site-header .search .search-form .relevanssi-live-search-results-showing {
    top: 50px !important;
    left: 0 !important;
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
    width: 100% !important;
}

.wp-block-search__button-inside {
    position: relative;
}

.wp-block-search__button-inside .relevanssi-live-search-results-showing {
    top: 58px !important;
    left: 0 !important;
    width: 100% !important;
}

.site-header .search .search-form input[type="search"],
.site-header .search .search-form input[type="submit"] {
	height: 48px;
}

.site-header.site-header-white {
    background-color: transparent;
    color: #fff;
    position: absolute;
    width: 100%;
    margin: 0;
}

.site-header.site-header-white .col-full:before {
    background: #fff;
}

@media only screen and (max-width: 1063px) {
    .site-header .col-full:before {
        width: 100%;
        left: 0;
    }
}

@media only screen and (max-width: 640px) {
	.site-header .site-branding {
		margin-right: 20px !important;
	}

	.site-header .site-branding a img {
		max-height: 46px;
	}
}

@media only screen and (max-width: 360px) {
	.site-header .site-branding {
		margin-right: 10px !important;
	}

	.site-header .site-branding a img {
		max-height: 32px;
	}

	.site-header .search-toggle-button,
	.site-header .account-button {
		width: 32px;
	}

	.site-header .account-button svg,
	.site-header .search-toggle-button svg {
		margin-left: 4px;
		margin-right: 4px;
	}
}

/* ==[ FOOTER ]== */

.site-footer {
    background-color: #010101;
    background-image: url(assets/images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 125px 0;
    position: relative;
    z-index: 48;
}

.site-footer .footer-area {
    background: var(--wp--preset--color--white);
    padding: 50px 30px 30px 30px;
    border-radius: 15px;
}

.site-footer .footer-area .footer-static {
    float: left;
    width: 20%;
}

.site-footer .footer-area .footer-static a {
    display: inline-block;
    vertical-align: top;
}

.site-footer .footer-area .footer-static a img {
    max-height: 74px;
}

.site-footer .footer-area .footer-widgets {
    float: left;
    width: 80%;
    padding: 0;
    border: none;
}

.site-footer .footer-area .footer-widgets .widget {
    margin: 0 0 1em 0;
}

.site-footer .footer-area .footer-widgets .widget_nav_menu ul li:before {
    display: none;
}

.site-footer .footer-area .footer-widgets .widget_nav_menu ul li {
    padding-left: 0;
}

.site-footer .footer-area .footer-widgets .widget_nav_menu ul li a {
    text-decoration: none;
}

.site-footer .wp-block-social-links a {
	color: #fff !important;
}

.site-footer .wp-block-social-links:not(.is-style-logos-only) li {
    background-color: #00cec9;
}

.site-footer .footer-credit {
    margin: 30px 0 0 0;
    padding: 10px 0 0 0;
    border-top: 1px solid rgba(98, 98, 98, 0.1);
    font-size: 75%;
}

@media only screen and (max-width: 993px) {
    .site-footer .footer-area .footer-static {
        display: none;
    }

    .site-footer {
        padding: 50px 0;
    }

    .site-footer .footer-area .footer-widgets {
        float: none;
        width: 100%;
    }
}


@media only screen and (max-width: 767px) {
    .site-footer .footer-area {
        padding: 30px 20px 20px 20px;
    }
    .site-footer .footer-area .block {
        margin-bottom: 40px;
    }
}

/* ==[ BUTTONS ]== */

.btn {
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    font-weight: 700;
    font-size: 16px;
    padding: 7px 23px 10px 20px;
    border-radius: 5px;
    border-width: 2px;
    border-style: solid !important;
    border-bottom: none;
    text-align: center;
}

@media (max-width: 767px) {
    .btn {
        width: 100%;
    }
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-lg,
.btn-block {
    font-size: 20px;
    line-height: 30px;
    padding: 8px 28px 13px 28px;
}

.btn-primary {
    border-color: #00cec9 !important;
    background-color: #00cec9 !important;
    color: #FFFFFF !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #00cec9 !important;
    border-color: #00cec9 !important;
}

.btn-primary:disabled {
    background-color: #00cec9 !important;
    border-color: #00cec9 !important;
}

.btn-default {
    border-radius: 5px !important;
    border-color: #00cec9 !important;
    background-color: transparent !important;
    color: #00cec9 !important;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
    border-color: #00cec9 !important;
    background-color: #00cec9 !important;
    color: #FFFFFF !important;
}

.btn-default:disabled {
    border-color: #00cec9 !important;
    background-color: transparent !important;
    color: #00cec9 !important;
}

/* ==[ SG VENUES ]== */

.sg-venues .storefront-breadcrumb,
.sg-venues .site-header .col-full:before {
    display: none;
}

.select2-container .select2-selection {
    height: 48px !important;
    font-size: 16px;
}

.venues-with-map .venues-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
    transform: none;
}
.venues-listing-elements .venues-listing-elements-tabs a {
    font-size: 16px;
    line-height: 20px;
    padding: 10px !important;
    font-weight: normal;
}

.habgc-venue-search {
    background: #fff;
    width: 526px;
	max-width: 100%;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 30px;
    height: 50px;
	position: relative;
}

.habgc-venue-search .habgc-venue-search-input,
.habgc-venue-search .habgc-venue-search-input:focus {
	background: transparent;
	border: none;
	float: left;
	padding: 10px;
	line-height: 26px;
	width: 100%;
	padding-left: 20px;
	padding-right: 180px;
}

.habgc-venue-search .habgc-venue-search-right {
	position: absolute;
	top: 0;
	right: 0;
}

.habgc-venue-search .habgc-venue-search-right .habgc-venue-search-options {
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 6px;
}

.habgc-venue-search .habgc-venue-search-right .habgc-venue-search-options .current-location {
	color: #616161;
	height: 46px;
	width: 46px;
	text-align: center;
	line-height: 46px;
	cursor: pointer;
	position: relative;
}

.habgc-venue-search .habgc-venue-search-right .habgc-venue-search-options .current-location:after {
	height: 20px;
	width: 1px;
	display: block;
	position: absolute;
	top: 13px;
	right: 0;
	content: '';
	background: #616161;
}

.habgc-venue-search .habgc-venue-search-right .habgc-venue-search-options select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	background-image: url(assets/images/dropdown-arrow.svg);
	background-repeat: no-repeat;
	background-size: 24px auto;
	background-position: center right;
	padding-right: 16px;
	margin: 0 0 0 15px;
	cursor: pointer;
}

.habgc-venue-search .habgc-venue-search-right .habgc-venue-search-button {
    font-size: 0;
    line-height: 0;
    background-image: url(assets/images/search-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #00CEC9;
    background-size: 20px auto;
    width: 46px;
    height: 46px;
    border-radius: 50%;
}

.venues-filter .filters .col-lg-6:last-of-type,
.venues-listing-elements .venue .venue-featured-image .offer {
	display: none;
}

.sg-venue .storefront-breadcrumb {
	display: none;
}

.sg-venue .availability h2 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
}

.venue-details .venue-detail-gallery .slick-arrow:before {
	font-family:"Font Awesome 5 Free";
}

.venues-listing-elements-filter-response h2 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
	font-weight: bold;
}

.venues-listing-elements-filter-response h2.small {
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
}

.venues-listing-elements .venue {
	box-shadow: 0 10px 20px rgba(0,0,0,.07), 0 7px 35px rgba(0,0,0,.07);
	border-radius: 3px;
}

.venues-listing-elements .venue .venue-featured-image {
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 300px;
	border-radius: 3px 3px 0 0;
}

.venues-listing-elements .venue .venue-featured-image img {
	margin: 5%;
	max-width: 95%;
	border-radius: none;
}

.venues-listing-elements .venue .venue-content {
	border-radius: 0 0 3px 3px;
}

.venues-listing-elements .venue .venue-content .btn {
	display: inline-block;
	vertical-align: top;
}

.venues-listing-elements-pagination {
	text-align: center;
	list-style: none;
	margin: 0 0 30px 0;
}

.venues-listing-elements-pagination li {
	display: inline-block;
	vertical-align: top;
	margin: 0 6px;
}

.venues-listing-elements-pagination li.disabled a {
	cursor: not-allowed;
}

.venues-listing-elements-pagination li a {
	padding: 4px 5px;
}

.venues-listing-elements-pagination li.active a,
.venues-listing-elements-pagination li.active a:hover,
.venues-listing-elements-pagination li.active a:focus {
	color: #00cec9 !important;
	background: transparent !important;
	border: none !important;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
	border: none;
}
