/*
Theme Name: visoCalendar_theme
Author: Chervonos Vyacheslav
Author URI:


License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

header,
section,
footer,
aside,
nav,
article,
figure {
    display: block;
}
h1,
h2,
h3,
h4,
p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
input {
    outline: none;
}
a img,
a img:active,
a img:focus {
    border: none;
    outline: none;
    border-collapse: collapse;
}
table {
    border-collapse: collapse;
    border: none;
}
a:hover {
    text-decoration: none;
}
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
    border: 0;
    padding: 0;
    -webkit-appearance: none !important;
}
img {
    border: 0;
}
form {
    margin: 0;
    padding: 0;
}
a {
    outline: 0;
    color: #0095cc;
}
ul,
ol {
    margin: 0;
    padding: 0;
}
.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: '';
    font-size: 0;
    height: 0;
}
.clearfix:after {
    clear: both;
}
.clear {
    clear: both;
    height: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}
.link-h-none:hover {
    text-decoration: none;
    border-bottom: none;
}
.link-h-none-parent a:hover {
    text-decoration: none;
    border-bottom: none;
}
.link-h-underline:hover {
    text-decoration: underline;
}
.link-h-underline-parent a:hover {
    text-decoration: underline;
}
.button-h-opacity:hover {
    opacity: 0.8;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
.left {
    float: left;
}
.right {
    float: right;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*adaptive*/
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v22/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvUDQ.ttf) format('truetype');
}
html,
body {
    margin: 0 auto;
    padding: 0;
    height: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #333333;
    -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 1499px) {
    html,
    body {
        font-size: 13px;
    }
}
body.locked {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.content__section {
    margin: 0 auto;
    width: 1170px;
}
@media only screen and (max-width: 1200px) {
    .content__section {
        width: 96%;
    }
}
@media only screen and (max-width: 767px) {
    .content__section {
        width: 94%;
    }
}
.content__section__wrapper {
    margin: 0 auto;
    width: 100%;
    min-width: 1170px;
}
@media only screen and (max-width: 1200px) {
    .content__section__wrapper {
        min-width: 100%;
    }
}
.pseudo {
    content: '';
    display: block;
    position: absolute;
}
.siteWrapper {
    padding-top: 40px;
}
.mainContent {
    min-height: 80vh;
}
@media only screen and (max-width: 1030px) {
    .siteWrapper {
        padding-top: 56px;
    }
}
.header {
    margin: 0 auto;
    width: 100%;
    min-width: 1170px;
    border-bottom: 1px solid #EEEEEE;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #ffffff;
    -webkit-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
@media only screen and (max-width: 1200px) {
    .header {
        min-width: 100%;
    }
}
.header.js-active {
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
}
.header.js-active .header__inner {
    padding: 8px 0 8px 0;
}
.header__inner {
    margin: 0 auto;
    width: 1170px;
    padding: 15px 0 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
@media only screen and (max-width: 1200px) {
    .header__inner {
        width: 96%;
    }
}
@media only screen and (max-width: 767px) {
    .header__inner {
        width: 94%;
    }
}
@media only screen and (max-width: 1030px) {
    .header__inner {
        padding: 8px 0 8px 0;
    }
    .header__inner .logo {
        margin: 0 auto;
        width: 106px;
        height: 39px;
    }
}
.header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media only screen and (max-width: 1030px) {
    .header__info {
        display: none;
    }
}
.logo {
    width: 160px;
    height: 59px;
    background: url('site/img/logo.svg') no-repeat;
    background-size: 98% 98%;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
}
@media only screen and (max-width: 767px) {
    .logo {
        margin: 0 0 25px 0;
    }
}
/*footer*/
.footer {
    margin: 0 auto;
    width: 100%;
    min-width: 1170px;
    background-color: #ffffff;
}
@media only screen and (max-width: 1200px) {
    .footer {
        min-width: 100%;
    }
}
.footer__inner {
    margin: 0 auto;
    width: 1170px;
    padding: 50px 0 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
    .footer__inner {
        width: 96%;
    }
}
@media only screen and (max-width: 767px) {
    .footer__inner {
        width: 94%;
    }
}
.footer__inner .logo {
    width: 96px;
    height: 115px;
    background: url('site/img/logo_2.svg') no-repeat;
    margin: 0 auto;
}
@media only screen and (max-width: 1030px) {
    .footer__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer__inner .logo__wrapper {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 15px;
        text-align: center;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .footer__inner .logo__wrapper .logo {
        margin: 0 auto;
    }
}
.footer__inner .textBlock {
    width: 100%;
}
.footer__inner .textBlock > * {
    padding-bottom: 10px;
}
.footer__inner .textBlock a {
    color: #333333;
    text-decoration: none;
}
.footer__inner__left {
    max-width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
}
@media only screen and (max-width: 1030px) {
    .footer__inner__left {
        width: 47%;
        max-width: 47%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
@media only screen and (max-width: 767px) {
    .footer__inner__left {
        width: 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .footer__inner__left {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    .footer__inner__left .textBlock {
        text-align: center;
        padding-bottom: 5px;
        border-bottom: 1px solid #F4F4F4;
        margin-bottom: 14px;
    }
}
.footer__inner__right {
    max-width: 35%;
    padding-top: 10px;
}
@media only screen and (max-width: 1030px) {
    .footer__inner__right {
        width: 47%;
        max-width: 47%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
@media only screen and (max-width: 767px) {
    .footer__inner__right {
        width: 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .footer__inner__right .textBlock {
        text-align: center;
        padding-bottom: 5px;
        border-bottom: 1px solid #F4F4F4;
        margin-bottom: 14px;
    }
    .footer__inner__right .textBlock strong {
        display: block;
        padding-bottom: 5px;
    }
}
.footer__inner__right .messengers {
    padding-top: 5px;
}
@media only screen and (max-width: 767px) {
    .footer__inner__right .messengers {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.footer__copy {
    border-top: 1px solid #F4F4F4;
}
.footer__copy__inner {
    margin: 0 auto;
    width: 1170px;
    padding: 15px 0 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media only screen and (max-width: 1200px) {
    .footer__copy__inner {
        width: 96%;
    }
}
@media only screen and (max-width: 767px) {
    .footer__copy__inner {
        width: 94%;
    }
}
@media only screen and (max-width: 639px) {
    .footer__copy__inner {
        padding-bottom: 9px;
    }
}
@media only screen and (max-width: 767px) {
    .footer__copy__inner {
        display: block;
        text-align: center;
    }
}
.footer__copy__item {
    padding: 0 15px 0 15px;
    position: relative;
    font-size: 8px;
    text-transform: uppercase;
    color: #A7A7A7;
    font-weight: 500;
}
@media only screen and (max-width: 767px) {
    .footer__copy__item {
        padding: 0 0 5px 0;
    }
}
.footer__copy__item a {
    color: #A7A7A7;
    text-decoration: none;
}
.footer__copy__item a:hover {
    text-decoration: underline;
}
.footer__copy__item:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    width: 1px;
    height: 9px;
    background: #A7A7A7;
}
@media only screen and (max-width: 767px) {
    .footer__copy__item:before {
        display: none;
    }
}
.footer__copy__item:first-child:before {
    display: none;
}
.messengers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.messengers__title {
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 20px;
}
.messengers__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.messengers__item {
    display: block;
    max-width: 23px;
    margin: 5px 20px 5px 0;
}
.messengers__item:hover {
    opacity: 0.8;
}
.messengers__item img {
    max-width: 100%;
}
/*textBlock*/
.textBlock {
    width: 70%;
    margin: 0 auto;
    padding: 0 0 10px 0;
}
@media only screen and (max-width: 767px) {
    .textBlock {
        width: 100%;
    }
}
.textBlock_centered {
    text-align: center;
}
.textBlock__wrapper {
    margin: 0 auto;
    width: 1170px;
    padding: 30px 0 30px 0;
}
@media only screen and (max-width: 1200px) {
    .textBlock__wrapper {
        width: 96%;
    }
}
@media only screen and (max-width: 767px) {
    .textBlock__wrapper {
        width: 94%;
    }
}
.textBlock__wrapper_fullWidth {
    margin: 0 auto;
    width: 100%;
    min-width: 1170px;
}
@media only screen and (max-width: 1200px) {
    .textBlock__wrapper_fullWidth {
        min-width: 100%;
    }
}
.textBlock__wrapper_fullWidth .textBlock {
    padding-top: 30px;
}
.textBlock > * {
    padding-bottom: 10px;
}
@media only screen and (max-width: 999px) {
    .textBlock > * {
        padding-bottom: 15px;
    }
}
.textBlock h3,
.textBlock h4,
.textBlock h5,
.textBlock h6 {
    font-weight: 700;
}
.textBlock a {
    color: #333333;
}
.textBlock ol,
.textBlock ul {
    list-style-position: inside;
    padding-left: 15px;
}
.textBlock ol li,
.textBlock ul li {
    padding-bottom: 7px;
}
.textBlock table {
    max-width: 100%;
}
.textBlock table tr th {
    padding: 5px;
    border: 1px solid #333333;
}
.textBlock table tr td {
    padding: 5px;
    border: 1px solid #333333;
}
.textBlock img {
    max-width: 98%;
    display: block;
    padding-bottom: 0;
}
.textBlock img.alignleft {
    float: left;
    margin: 0 2% 2% 0;
}
.textBlock img.aligncenter {
    float: none;
    margin: 0 auto !important;
    margin-bottom: 2% !important;
    display: block;
}
.textBlock img.alignright {
    float: right;
    margin: 0 0 2% 2%;
}
.textBlock iframe {
    width: 80% !important;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 100%;
    display: block;
}
.pageHeading {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    padding: 0 0 20px 0;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.pageHeading:before {
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 1px;
    background-color: #C1A266;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 0;
}
@media only screen and (max-width: 1169px) {
    .pageHeading {
        font-size: 24px;
    }
}

/*booking*/
.wpbc_booking_form_structure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 639px) {
    .wpbc_booking_form_structure {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.wpbc_structure_calendar {
    padding: 0 5% 0 0;
}
@media only screen and (max-width: 639px) {
    .wpbc_structure_calendar {
        width: 100%;
        padding: 0 0 20px 0;
    }
}
.wpbc_structure_form {
    flex-grow: 1;
}
@media only screen and (max-width: 639px) {
    .wpbc_structure_form {
        width: 100%;
    }
}
.control-label {
    display: block;
    font-family: 'Playfair Display', serif;
    color: #515151;
    font-size: 14px;
    padding-bottom: 3px;
}
.input-xlarge {
    width: 100%;
    height: 40px;
    line-height: 16px;
    padding: 12px 15px 12px 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    text-align: left;
    color: #333333;
    border: 1px solid #E4E4E4;
    background-color: #F2F2F2;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.main__input_hidden {
    display: none;
}
.input-xlarge::-webkit-input-placeholder {
    opacity: 1;
    color: #333333;
}
.input-xlarge::-moz-placeholder {
    -moz-opacity: 1;
    opacity: 1;
    color: #333333;
}
.input-xlarge .placeholder {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
    color: #333333;
}
.input-xlarge:focus {
    color: #C1A266;
}
textarea.input-xlarge {
    height: 120px;
    outline: none;
    resize: none;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wpbc_booking_form_structure .btn.btn-default {
    cursor: pointer;
    display: inline-block;
    width: auto;
    height: 50px;
    padding: 0 20px 0 20px;
    min-width: 180px;
    outline: none;
    color: #C1A266;
    background: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 500;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-appearance: none !important;
    border: 1px solid #C1A266;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wpbc_booking_form_structure .btn.btn-default:hover {
    background: #C1A266;
    color: #ffffff;
}
.booking_form .form-group .controls select, .booking_form select, .booking_form textarea, .booking_form input[type="text"] {
    width: 100% !important;
}
.datepick .datepick-unselectable {
    opacity: 0.8;
    pointer-events: none;
    background-color: #cccccc;
}
.datepick .date_available  {
    background-color: #F2F2F2 !important;
    color: #C1A266 !important;
}
.datepick .date_available a  {
    color: #C1A266 !important;
    text-shadow: none !important;
}
.datepick  .datepick-current-day {
    background-color: #C1A266 !important;
    color: #ffffff !important;
}
.datepick  .datepick-current-day a {
    text-shadow: none !important;
    color: #ffffff !important;
}
.block_hints.datepick {
    display: none !important;
}
