/*
	Theme Name: VGR
	Theme URI: https://www.webstrum.com/
	Description: VGR WordPress Theme
	Version: 1.5.92

	Author: Webstrum
*/

.icons-block--container {
	display: block;
}

.page-template-page-blocks .icons-block .place--information {
	justify-content: center;
}

.page-template-page-blocks .icons-block,
.page-template-page-blocks .text-image-block {
	padding-top: 83px;
}

.page-template-page-blocks .text-image-block,
.page-template-page-blocks .dining {
	padding-bottom: 83px;
}

.page-template-page-blocks .text-image-block .dining--paragr {
	width: 100%;
}

.page-template-page-blocks .text-image-block--inner img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.text-image-block--container {
	display: block;
}

.page-template-page-blocks .text-image-block--inner:last-child {
	box-shadow: 0 14px 18px 0 rgba(185, 194, 208, 0.5);
}

.page-template-page-blocks .icons-block .place--logo {
	border: 0px;
	background-size: contain;
}

.page-template-page-blocks .golf {
	padding-top: 30px;
    padding-bottom: 10px;
}

.special-offers--item-title {
    margin-top: 16px;
	line-height: 1.5;
}

.block-accordion + .block-accordion {
    padding-top: 0 !important;
}

.block-accordion.spacing-medium + .block-accordion {
    margin-top: -40px;
}

.block-accordion.spacing-large + .block-accordion {
    margin-top: -80px;
}

@media only screen and (max-width: 1025px) {
	.page-template-page-blocks .icons-block,
	.page-template-page-blocks .text-image-block {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media only screen and (max-width: 768px) {
	.page-template-page-blocks .icons-block,
	.page-template-page-blocks .text-image-block {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media (min-width: 1024px) {
	.page-template-page-blocks .text-image-block--container {
		align-items: center;
	}

	/* .page-template-page-blocks .text-image-block--container .dining--paragr {
		margin-bottom: 0;
	} */

	.page-template-page-blocks .text-image-block--inner {
		width: 50%;
	}

	.page-template-page-blocks .text-image-block--inner:first-child {
		padding-right: 30px;
	}

	.text-image-block--container {
		display: flex;
	}
}

body.slim-header {
	padding-top: 110px;
}

#gdpr{
	display: none;
}

.video-wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 61vw;
	padding-bottom: 50px;
	width: 100%;
	padding-right: 0;
}

.container.video {
	width: 100%;
	height: auto;
	padding-right: 0;
	padding-left: 0;
	margin: 0;
}

@media only screen and (max-width: 1025px) {
	.video-wrapper{
		/*padding-right: 20px;*/
	}
}
@media only screen and (max-width: 768px) {
	.video-wrapper{
	}
}


/*  Popup syles */

.vgr-popup {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}    

.vgr-popup-price-wrapper {
    width: 30%;
    background: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 0;
    border-radius: 99999px;
    max-width: 30%;
    margin-left: -15%;
    top: auto;
    bottom: -40%;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.vgr-popup-price {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    color: #D72333;
    }

.vgr-popup-price-old {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    text-decoration-line: line-through;
    color: rgba(0, 0, 0, 0.59);
    }

.vgr-popup-image img {
    width: 100%;
    min-width: 100%;
    object-fit: cover;
}

.vgr-popup-info {
    position: absolute;
    left: 50%;
    top: auto;
    bottom: 55px;
    width: 60%;
    margin-left: -30%;
}

.vgr-popup-image {
    position: relative;
}

.vgr-popup-title {
    text-align: center;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #FFFFFF;
}

.vgr-popup-desc {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
}

.vgr-popup-link {
    width: 50%;
    height: 50px;
}

.vgr-popup-link-wrapper {
    background: #D72333;
    border-radius: 5px;
    display: block;
    width: 50%;
    text-align: center;
    margin: 54px 0;
    margin-top: 20%;
    z-index: 10;
}

a.vgr-popup-link {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 14px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.vgr-popup p {
    display: none;
}

@media (max-width: 500px) {
    .vgr-popup-price-wrapper {
        text-align: center;
        bottom: -90px;
    }

    .vgr-popup-link-wrapper {
        margin-top: 30%;
    }

	.vgr-popup-title {
		font-size: 24px;
		line-height: 32px;
	}

	.vgr-popup-desc {
		font-size: 16px;
		line-height: 22px;
	}

	.vgr-popup-price {
		font-size: 34px;
		line-height: 40px;
	}

	.vgr-popup-price-old {
		font-size: 18px;
		line-height: 26px;
	}
}

.sgpb-main-html-content-wrapper p {
    display: none;
}


/* Default things */

.subtitle {
    font-size: 15px;
    color: #B0B0B0;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.93px;
    margin: 0 0 25px 0;
}

.title {
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.175;
    color: #000000;
    margin: 0 0 30px 0;
}

h3.title {
    font-size: 24px;
    margin-bottom: 30px;
}


.vgr-content a {
    color: #404040;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
}

.vgr-content a:hover {
    color: #D72333;
}

.vgr-content p {
    margin-top: 0;
    margin-bottom: 1em;
}

.vgr-content p:last-child {
    margin-bottom: 0;
}

/* Head */

.block-head .container {
    display: block;
}

.block-head a {
    color: #fff;
}


/* Banners */

.block-banners {
    padding-top: 20px;
}

.banners-container {
    display: block;
}

.banners-container .banners-item {
    margin-bottom: 20px;
}

.banners-container a {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
}

.banners-container.banners-two a {
    padding-bottom: 83.33333333333333%;
}

.banners-container.banners-one a {
    padding-bottom: 25.77319587628866%;
}

.banners-container a img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

@media ( min-width: 670px ) {
    .banners-container.banners-two .banners-items {
        margin: 0 -10px;
        display: flex;
        flex-wrap: wrap;
    }

    .banners-container.banners-two .banners-item {
        width: 50%;
        box-sizing: border-box;
        padding: 0 10px;
    }
}


/* Video */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    cursor: pointer;
    background-color: #000;
}

.video-container:after,
.video-container:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
}

.video-container:after {
    width: 0;
    height: 0;
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #000;
    border-style: solid;
    border-width: 15px 0 15px 26px;
    margin-top: -15px;
    margin-left: -9px;
    z-index: 3;
}

.video-container:before {
    width: 90px;
    height: 90px;
    border-radius: 100px;
    background: #fff;
    opacity: .9;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    margin-top: -45px;
    margin-left: -45px;
    z-index: 2;
}

.video-container:focus:before,
.video-container:hover:before {
    opacity: 1;
}

.video-container img {
    -o-object-fit: cover;
    object-fit: cover;
}

.video-container iframe,
.video-container img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-container.video-loaded:before,
.video-container.video-loaded:after {
    display: none;
}


/* Cards */

.block-cards {
    padding-top: 80px;
    padding-bottom: 80px;
}

.block-cards .card_tabs {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.block-cards .card_title {
    color: #fff;
}

@media screen and (min-width: 1041px) {
    .block-cards .mobile_height {
        height: 300px;
        overflow: hidden;
    }

    .block-cards .card_about {
        width: auto;
    }

    .block-cards .card_link_description {
        white-space: nowrap;
    }
}


/* Main */

.block-main {
    color: #000;
    background-color: #fff;
    overflow: hidden;
    background-image: none;
}

.block-main .text {
    width: 100%;
    max-width: 885px;
}

.block-main .title,
.block-main .subtitle,
.block-main .text {
    color: inherit;
}

.block-main.align-center .title,
.block-main.align-center .subtitle,
.block-main.align-center .text {
    text-align: center;
}

/* .block-main.align-left .block-main-items .block-main-item:first-child {
    margin-left: 10px;
}

.block-main.align-left .block-main-items .block-main-item:last-child {
    margin-right: 10px;
} */


.block-main.align-center .block-main-items .block-main-item:first-child {
    margin-left: auto;
}

.block-main.align-center .block-main-items .block-main-item:last-child {
    margin-right: auto;
}

.block-main.align-center .text {
    margin-left: auto;
    margin-right: auto;
}

.block-main.has-bg {
    background-color: #000;
    color: #fff;
}

.block-main:not(.has-bg) .subtitle {
    color: #B0B0B0;
}

.block-main:not(.has-bg) .golf--item-info {
    background: #F0F0F0;
}

.block-main .container {
    padding-right: 20px;
}

.block-main .block-main-items {
    margin-left: -20px;
    margin-right: -20px;
}

.block-main .block-main-item {
    padding: 0 10px 50px 10px;
    box-sizing: border-box;
    width: 300px;
}

.block-main-item:first-child {
    padding-left: 20px;
    width: 310px;
}

.block-main-item:last-child {
    padding-right: 20px;
    width: 310px;
}

.block-main .block-main-item a {
    display: block;
    text-decoration: none;
    outline: none;
}

.block-main .block-main-item a:active .block-main-item-button,
.block-main .block-main-item a:focus .block-main-item-button,
.block-main .block-main-item a:hover .block-main-item-button {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.block-main-buttons {
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 936px) {
    .block-main-buttons {
        display: none;
    }
}


/* Schedule */

.block-schedule#schedule {
    margin-bottom: 0;
}

.schedule-container {
    display: block;
}


/* Icons */

.block-icons {
    padding-top: 80px;
    padding-bottom: 80px;
}

.block-icons .place--information.type-simple .place--logo {
    border: 0;
    background-size: contain;
}

.block-icons .place--item__vertical {
    margin: 0;
    padding: 10px;
    width: 50%;
}

.block-icons .place--info__vertical {
    width: 100%;
}

.block-icons .has-desc .icon-desc {
    display: block;
    position: relative;
    height: 0;
    width: 100%;
    margin-top: 13px;
}

@-webkit-keyframes descFadeIn {
    from { opacity: 0; margin-top: -10px; }
      to { opacity: 1; margin-top: 0; }
}
@keyframes descFadeIn {
    from { opacity: 0; margin-top: -10px; }
      to { opacity: 1; margin-top: 0; }
}

.block-icons .icon-desc-content {
    display: none;
    -webkit-animation: descFadeIn 0.3s;
    animation: descFadeIn 0.3s;
}

.block-icons .has-desc .icon-desc-content:before {
    content: '';
    display: block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 14px solid #fff;
    width: 0;
    margin: 0 auto;
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
}

.block-icons .has-desc .icon-desc-content > * {
    margin: 0;
}

.block-icons .place--information {
    justify-content: left;
}

.block-icons .has-desc:hover .icon-desc-content {
    display: block;
}

.block-icons .has-desc .icon-desc-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 12px;
    color: #7B7B7B;
    letter-spacing: 0.44px;
    line-height: 19px;
    font-weight: 400;
    padding: 7px 7px;
    border-radius: 3px;
    background: #fff;
    box-shadow: rgba(185, 194, 208, 0.5) 0 0 22px;
    z-index: 5;
    text-align: center;
}

@media ( max-width: 669px ) {
    .block-icons .place--information {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media (min-width: 450px) {
    .block-icons .place--item__vertical {
        width: 33.33333%;
    }
}

@media (min-width: 680px) {
    .block-icons .place--item__vertical {
        width: 25%;
    }
}

@media (min-width: 890px) {
    .block-icons .place--item__vertical {
        width: 16.6%;;
    }
}

@media (min-width: 1026px) {
    .block-icons .place--item__vertical {
        width: 14.28%;;
    }
}

@media ( min-width: 1240px ) {
    .block-icons .place--info__vertical {
        width: 92%;
    }
}

/* Gallery */

.block-gallery .container {
    display: block;
}

.block-gallery .block-gallery-content {
    width: 100%;
    margin-bottom: 40px;
}

.block-gallery .swiper-slide {
    width: 230px;
    height: 276px;
    position: relative;
    margin-left: 20px;
}

.block-gallery .swiper-slide:last-child {
    margin-right: 20px;
}

.block-gallery .swiper-slide > a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

.block-gallery .block-gallery-slider .swiper {
    width: auto;
    margin: 0 -20px;
}

.block-gallery .block-gallery-slider-item {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.block-gallery .block-gallery-buttons {
    display: flex;
    margin-top: 20px;
}

.block-gallery .block-gallery-text > *:last-child {
    margin-bottom: 0;
}

.block-gallery .block-anchor-wrapper {
    position: relative;
    width: 100%;
}

.block-gallery .block-anchor-wrapper > div {
    position: absolute;
    width: 100%;
    bottom: 73px;
}

@media (min-width: 1041px) {
    .block-gallery .block-anchor-wrapper > div {
        bottom: 109px;
    }
}

@media (min-width: 769px) {
    .block-gallery .swiper-slide {
        width: 340px;
        height: 350px;
    }
}

@media (min-width: 1041px) {
    .block-gallery .container {
        display: flex;
        flex-wrap: wrap;
        max-width: 1400px;
        width: auto;
    }

    .block-gallery .block-gallery-slider .swiper {
        margin: 0 -20px 0 0;
    }

    .block-gallery .block-gallery-slider {
        padding-left: 40px;
        width: 60%;
    }

    .block-gallery .block-gallery-slider.has-subtitle {
        padding-top: 55px;
    }

    .block-gallery .block-gallery-content {
        width: 40%;
    }

    .block-gallery .swiper-slide {
        height: 406px;
    }

    .block-gallery .swiper-slide {
        margin-right: 20px;
        margin-left: 0;
    }
}

@media (min-width: 1241px) {
    .block-gallery .block-gallery-content {
        width: 35%;
    }

    .block-gallery .swiper-slide {
        width: 315px;
    }

    .block-gallery .block-gallery-slider {
        width: 65%;
        padding-left: 70px;
    }

    .block-gallery .swiper-slide:last-child {
        margin-right: 0;
    }
}

@media (min-width: 1401px) {
    .block-gallery .block-gallery-slider .swiper {
        margin-right: 0;
    }
}


/* Dialog and Forms */

/**
 * 1. Make the dialog container, and its child overlay spread across
 *    the entire window.
 */
.dialog-container,
.dialog-overlay {
    position: fixed; /* 1 */
    top: 0; /* 1 */
    right: 0; /* 1 */
    bottom: 0; /* 1 */
    left: 0; /* 1 */
}

/**
* 1. Make sure the dialog container and all its descendants sits on
*    top of the rest of the page.
* 2. Make the dialog container a flex container to easily center the
*    dialog.
*/
.dialog-container {
    z-index: 20; /* 1 */
    display: flex; /* 2 */
}

/**
* 1. Make sure the dialog container and all its descendants are not
*    visible and not focusable when it is hidden.
*/
.dialog-container[aria-hidden='true'] {
    display: none; /* 1 */
}

/**
* 1. Make the overlay look like an overlay.
*/
.dialog-overlay {
    background-color: rgb(43 46 56 / 0.9); /* 1 */
}

/**
* 1. Vertically and horizontally center the dialog in the page.
* 2. Make sure the dialog sits on top of the overlay.
* 3. Make sure the dialog has an opaque background.
*/
.dialog-content {
    margin: auto; /* 1 */
    z-index: 2; /* 2 */
    position: relative; /* 2 */
    overflow: auto;
    max-height: 100vh;
    width: 100%;
    max-width: 700px;
}

.dialog-content-inner {
    background: #fff;
    padding: 33px 20px;
    position: relative;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
    font-weight: 300;
    color: #7B7B7B;
}

.dialog-content-inner .title:empty {
    display: none;
}

.dialog-content-inner > button {
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    text-align: inherit;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    color: #D72333;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-weight: 300;
}

.dialog-content-inner > button:before {
    content: '×';
    width: 40px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 35px;
}

@keyframes dialogFadeIn {
    from {
        opacity: 0;
    }
}

@keyframes dialogSlideUp {
    from {
        transform: translateY(10%);
    }
}

.dialog-overlay {
    animation: dialogFadeIn 200ms both;
}

/**
* 1. Add an animation delay equal to the overlay animation duration to
*    wait for the overlay to appear before animation in the dialog.
*/
.dialog-content {
    animation: dialogFadeIn 400ms 200ms both, dialogSlideUp 400ms 200ms both; /* 1 */
}

@media ( min-width: 700px ) {
    .dialog-content {
        max-height: 95vh;
        border-radius: 7px;
    }
}


.block-modal-content {
    display: none;
}

.wpcf7-form input[type=tel],
.wpcf7-form input[type=date] {
    width: 100%;
    height: 50px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 50px;
    padding-left: 15px;
    border: 1px solid #E4E1DF;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel] {
    margin-top: 0;
    margin-bottom: 0;
}

.wpcf7-form p {
    margin-bottom: 1em;
}

.wpcf7-form input[type=submit] {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    width: 100%;
    cursor: pointer;
}

.wpcf7-form select {
    width: 100%;
    height: 50px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 50px;
    padding-left: 15px;
    margin-bottom: 20px;
    margin-top: 10px;
    border: 1px solid #E4E1DF;
}

.wpcf7 .ajax-loader {
    display: block;
    margin: 1em auto 0 auto;
}

.wpcf7-form select.wpcf7-not-valid {
    border-color: #D72333 !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
}

.vgr-submit {
    display: flex;
    align-items: center;
}


/* Text block */
.block-text .container {
    display: block;
}

.block-text .text {
    color: #7B7B7B;
}

.block-text .text {
    width: 100%;
    max-width: 885px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 26px;
    margin-right: auto;
    margin-left: 0;
}

.block-text.spacing-medium {
    padding-top: 40px;
    padding-bottom: 40px;
}

.block-text.spacing-large {
    padding-top: 80px;
    padding-bottom: 80px;
}

.block-text.align-center .title,
.block-text.align-center .subtitle,
.block-text.align-center .text {
    text-align: center;
}

.block-text.align-center .text {
    margin-left: auto;
    margin-right: auto;
}

.block-text .vgr-accordion {
    width: 100%;
    max-width: 885px;
    margin-right: auto;
}


.block-text.align-center .vgr-accordion {
    margin-left: auto;
}

.vgr-accordion .hidden {
    display: none;
}

.pricelist-wrap {
    margin-top: 50px;
}

.pricelist-wrap:first-child {
    margin-top: 0;
}

.vgr-accordion {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.33;
    text-align: left;
    color: #7B7B7B;
}

.vgr-accordion .accordion-title {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-align: inherit;
}

.vgr-accordion .accordion-title button {
    display: block;
    border: 0;
    width: 100%;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    padding: 0.71429em 0 0.71429em 1.42858em;
    background: transparent;
    border-bottom: 1px solid currentColor;
    border-color: #d9d9d9;
    position: relative;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-align: inherit;
    color: inherit;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.vgr-accordion .accordion-title button:before {
    content: '';
    position: absolute;
    top: 0.99em;
    left: 0.2em;
    width: 0.5em;
    height: 0.5em;
    border-left: solid 1px currentColor;
    border-bottom: solid 1px currentColor;
    transform: rotate(-45deg);
}

.vgr-accordion .accordion-title button[aria-expanded=true]:before {
    transform: rotate(-225deg);
    top: 1.3em;
}

.vgr-accordion .accordion-title button[aria-expanded=true] {
    border-color: currentColor;
}

.vgr-accordion .accordion-additional {
    padding: 0.71429em 0 0.71429em 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.vgr-accordion .accordion-additional > div {
    width: 33.3333%;
    padding-right: 0.5em;
}

.vgr-accordion .accordion-additional > div:last-child {
    padding-right: 0;
}

.vgr-accordion .accordion-additional a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #D72333;
    font-size: inherit;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    padding: 0.35em;
    border-radius: 3px;
}

.vgr-accordion .accordion-main .accordion-additional {
    display: none;
    pointer-events: none;
}

.vgr-accordion .accordion-main .accordion-additional a {
    pointer-events: initial;
}

.vgr-accordion .accordion-content {
    padding: 0 0 1.42858em 0;
    line-height: 1.6;
}

.vgr-accordion .accordion-content:empty {
    display: none;
}

.vgr-accordion .accordion-highlight {
    background: #F9FBFF;
    border-radius: 3px;
    padding: 0.714286em;
    margin: 0 -0.714286em;
}

.vgr-accordion .accordion-icons-title {
    margin-bottom: 0.3em;
}

.vgr-accordion .accordion-icons {
    font-size: 0.75em;
}

.vgr-accordion .accordion-icons ul {
    list-style: none;
    padding: 0;
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}

.vgr-accordion .accordion-icons ul li {
    text-align: center;
    width: 33.3333%;
    padding: 0 10px 10px 10px;
}

@media (min-width: 530px) {
    .vgr-accordion .accordion-icons ul li {
        width: 25%;
    }
}

@media (min-width: 700px) {
    .vgr-accordion .accordion-icons ul li {
        width: 20%;
    }
}

@media (min-width: 900px) {
    .vgr-accordion .accordion-icons ul li {
        width: 16.6666667%;
    }

    .vgr-accordion .accordion-icons {
        margin-bottom: 0.5em;
    }
}

.vgr-accordion .accordion-icons ul img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    vertical-align: middle;
}

.vgr-accordion .accordion-icons ul img + span {
    margin-top: 0.3em;
}

.vgr-accordion .accordion-icons ul span {
    display: block;
    text-align: center;
    line-height: 1;
    margin-top: 0.3em;
}

@media (max-width: 899px) {
    .vgr-accordion .accordion-item:not(.is-sm-expanding) .accordion-title button:before {
        display: none;
    }

    .vgr-accordion .accordion-item.is-sm-expanding .accordion-title button[aria-expanded=true] {
        color: #D72333;
    }
}

@media (min-width: 900px) {
    .vgr-accordion {
        font-size: 16px;
    }

    .vgr-accordion .accordion-item:not(.is-expanding) .accordion-title button:before {
        display: none;
    }

    .vgr-accordion .accordion-item.is-expanding .accordion-title button[aria-expanded=true] {
        color: #D72333;
    }

    .vgr-accordion .accordion-panel .accordion-additional {
        display: none;
    }

    .vgr-accordion .accordion-main {
        position: relative;
    }

    .vgr-accordion .accordion-main .accordion-title button {
        padding-right: 40%;
    }

    .vgr-accordion .accordion-main .accordion-additional {
        display: flex;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 40%;
        padding: 0 0 0 0.5em;
        border-bottom: 1px solid transparent;
    }

    .vgr-accordion .accordion-content {
        padding-top: 0.8em;
    }
}

/* Contacts */
.block-contacts h1,
.block-contacts h2,
.block-contacts h3 {
    color: #fff;
    margin-bottom: 0;
}

.block-contacts .contacts--adress-p {
    text-decoration: none;
}

.block-contacts a {
    text-decoration: none;
    border-bottom: 1px solid currentColor;
}

.block-contacts a:hover {
    opacity: 0.9;
}

/* New contacts */
.block-contacts .block-contacts-container {
    flex-wrap: wrap;
}

.block-contacts .block-contacts-main,
.block-contacts .block-contacts-map {
    width: 100%;
}

.block-contacts .block-contacts-main h2 {
    margin-bottom: 32px;
}

.block-contacts .block-contacts-main h3 {
    font-size: 16px;
    color: #FFFFFF;
    font-family: "Playfair Display", sans-serif;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.block-contacts .block-contacts-main p {
    color: #fff;
    margin: 0;
    font-size: 14px;
}

.block-contacts .block-contacts-info > div {
    padding-left: 30px;
    margin-bottom: 30px;
    position: relative;
}

.block-contacts .block-contacts-info > div:before {
    display: block;
    content: '';
    width: 15px;
    height: 21px;
    background-image: url(img/marker.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.block-contacts .block-contacts-info > div.contacts-info-phone:before {
    height: 16px;
    width: 16px;
    background-image: url(img/phone_red.svg);
    top: 3px;
}

.block-contacts .block-contacts-info > div.contacts-info-email:before {
    height: 14px;
    width: 16px;
    background-image: url(img/mail.svg);
    top: 3px;
}

.block-contacts .block-contacts-info > div.contacts-info-time:before {
    height: 17px;
    width: 17px;
    background-image: url(img/time.svg);
    top: 1px;
}

.block-contacts .block-contacts-main .block-contacts-info a {
    color: #fff;
    text-decoration: none;
    border-bottom: 0;
}

.block-contacts .block-contacts-info + .contacts--button {
    margin-top: 0;
}

.block-contacts .block-contacts-map > a {
    display: block;
    height: 400px;
    width: 100%;
    background-color: #e8eaed;
    position: relative;
}

.block-contacts .block-contacts-map > a > img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

.block-contacts .block-contacts-map a:hover {
    opacity: 1;
}

@media (min-width: 620px) and (max-width: 819px) {
    .block-contacts .block-contacts-info {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .block-contacts .block-contacts-info > div {
        width: 48%;
    }
}

@media (max-width: 819px) {
    .block-contacts .block-contacts-info + .contacts--button {
        margin-bottom: 30px;
    }
}

@media (min-width: 820px) {
    .block-contacts .block-contacts-main {
        padding-right: 20px;
    }
    
    .block-contacts .contacts-info-address {
        width: 100%;
    }

    .block-contacts .block-contacts-main {
        width: 50%;
    }

    .block-contacts .block-contacts-map {
        width: 50%;
    }
}

@media (min-width: 1041px) {
    .block-contacts .block-contacts-info {
        display: flex;
        flex-wrap: wrap;
    }

    .block-contacts .contacts-info-phone {
        width: 35%;
    }

    .block-contacts .contacts-info-email {
        width: 65%;
    }
}

/* Fixes */
body.events {
    padding-top: 0;
    padding-bottom: 0;
}

body.golf {
    padding-top: 0;
    padding-bottom: 0;
    background-image: none;
}

.booking_line--peoplepicker-plus,
.booking_line--peoplepicker-minus {
    font-weight: 300;
    user-select: none;
}

.booking_line--peoplepicker-title {
    user-select: none;
}

/* Header */

/* Footer */
.footer > .container.container--column {
    padding-left: 20px;
    padding-right: 20px;
}