@import url('https://fonts.googleapis.com/css?family=Exo+2:300,400,500,700');
body{
    font-family: 'Exo 2', sans-serif;
    font-weight: 300;
}

@media only screen and (min-width: 740px) {
    html {
        font-size: 21px;
    }
}

@media only screen and (min-width: 0) {
    html {
        font-size: 21px;
    }
}
.site-logo img {
    height: auto;
    width: 250px;
}

header.header-wrapper h1 {
    font-size: 1.5rem;
}

@media only screen and (max-width: 740px) {
    .block-system-branding-block {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 740px) {
    .block-system-branding-block {
        float: left;
        margin-right: 30px;
    }
}
@media only screen and (max-width: 740px) {
    .block-page-title-block {
        clear: both;
    }
}

.ui-widget-overlay {
    opacity: .8;
}

.layout-container > main {
    background: #fff;
}

.form-type-webform-markup {
    text-align: center;
}

.path-webform header {
    display: none;
}

.form-item.form-has-label:not(.form-type-checkbox):not(.form-type-radio):not(.has-prefix):not(.has-prefix-and-suffix),
.filter-wrapper .form-item.form-has-label:not(.form-type-checkbox):not(.form-type-radio):not(.has-prefix):not(.has-prefix-and-suffix),
.form-item.password-parent.form-has-label:not(.form-type-checkbox):not(.form-type-radio):not(.has-prefix):not(.has-prefix-and-suffix),
.form-item.confirm-parent.form-has-label:not(.form-type-checkbox):not(.form-type-radio):not(.has-prefix):not(.has-prefix-and-suffix) {
    margin: 24px 0 24px;
}
img.logo {
    height: 300px;
}
img.quest {
    height: 165px;
    float: right;
    margin-top: 54px;
}
.btn {
    background-color: #7b7b7b;
}
.form-actions {
    text-align: right;
}
label {
    font-size: 1rem;
}
table thead th {
    font-weight: bold;
}
.material-container.row {
    max-width: 1000px;
}

/**************************************************************
*                        radio buttons
*/

[type="radio"] + label:before, [type="radio"] + label:after {
    width: 18px;
    height: 18px;
    margin: 10px 4px 4px 4px;
}
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
    border-radius: 0;
}

[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before,
[type="radio"] + label:before {
    width: 1em;
    height: 1em;
    background: transparent;
    border: 2px solid #9E9E9E;
    border-radius: 2px;
    cursor: pointer;
    transition: all 250ms cubic-bezier(.4,.0,.23,1);
}
[type="radio"]:checked + label:before {
    background: #9E9E9E;
}
[type="radio"]:checked + label:after {
    -ms-transform: none;
    transform: none;
}
input[type="radio"]:not(:checked) + label,
input[type='radio']:checked + label,
input[type='radio'] + label {
    position: relative;
    transition: all 250ms cubic-bezier(.4,.0,.23,1);
    padding-left: 0px;
}
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
    background-color: transparent;
}
[type="radio"] + label:after {
    content: "";
    position: absolute;
}
[type="radio"]:checked + label:after {
    top: 5px;
    left: 4px;
    height: 7px;
    width: 14px;
    border-top: none;
    border-right: none;
    border-width: 3px;
    transform: rotate(-45deg);
    border-color: #fff;
    transition: all 350ms cubic-bezier(.4,.0,.23,1);
}

.webform-details-toggle-state-wrapper {
    display: none;
}

details.form-wrapper summary {
    background: #e8e8e8;
}

.radios--wrapper label {
    width: 100px;
    padding: 8px 30px !important;
}
.webform .form-radios {
    margin: 0px 0;
}
.form-item-spa-reservation-order-details,
.form-item-spa-problem-details,
.form-item-spa-problem-report-person,
.form-item-spa-problem-resolution-details {
    margin-top: -57px !important;
}

.checkout-pane .fieldset-wrapper {
  max-width: 550px;
}

header.header-wrapper {
    background: transparent;
}
header.header-wrapper h1 {
    color: #777;
    font-size: 24px;
    text-align: right;
}

/**************************************************************
*                  Accepted cards by Pireaus Bank
*/
.accepted-cards {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.accepted-cards img {
    margin: 10px 4px;
}
.accepted-cards img {
    height: 27px;
    width: auto;
}
.accepted-cards .bigger img {
    height: 54px;
}
