/*--------------------------------------------------
>> TABLE OF CONTENTS:
----------------------------------------------------
# Contact
# Gallery
# Newsletter
# Provider
--------------------------------------------------*/

/*--------------------------------------------------
# Contact
--------------------------------------------------*/
.contactForm {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
}
.contactForm fieldset {
    display: contents;
    margin-bottom: 20px;
}
.contactForm .contact-field-item {
	margin-bottom: 0px;
}
.contactForm fieldset .fullwidth {
    grid-column: 1 / 3;
}
.contactForm .contact-field-item .contact-field-label {
	font-weight: 300;
	letter-spacing: 0.1em;
	font-size: 1.1em;
}
.contactForm .contact-field-item .contact-field-element .form-field {
    color: #282828;
    background: #fff;
    border: 1px solid #000;
    padding: 10px 15px;
    transition: border-color .6s;
    outline: none;
}
.contactForm .contact-field-item .contact-field-element .form-field::placeholder {
	color:#282828 !important;
}
.contactForm .contact-field-item .contact-field-element textarea.form-field {
    height: 180px;
}
.contactForm .contact-field-item .contact-field-element .form-field:focus {
	border-color: #ccc;
}
.contactForm .gdpr_policy {
    margin: 0;
    grid-column: 1 / 3;
}
.contactForm .gdpr_policy label {
	font-weight: normal;
	display: inline !important;
}
.contactForm .g-recaptcha {
	margin: 0;
}
.contactForm .contact-submit {
    text-align: right;
}
.contactForm .form-submit-button {
    font-weight: normal;
    font-size: 17px;
    letter-spacing: 0;
    background: #fed01a;
    text-transform: uppercase;
    color: #000;
    padding: 10px 30px;
    transition: background .6s;
}.contactForm .form-submit-button:hover {
    background: #fed01a;

    box-shadow: 5px 5px 0px #fff !important;
}.contactForm .gdpr_policy input {
    margin: 6px 10px 0 0;
    transition: border-color .4s,box-shadow .4s;
    float: left;
}
@media only screen and (max-width : 1199.98px) {
    .contactForm .g-recaptcha,
    .contactForm .contact-submit {
        grid-column: 1 / 3;
    }
    .contactForm .contact-submit {
        text-align: left;
    }
}
@media only screen and (max-width : 991.98px) {
}
@media only screen and (max-width : 767.98px) {
    .contactForm {
        grid-template-columns: 1fr;
    }
    .contactForm fieldset .fullwidth, .contactForm .gdpr_policy {
    grid-column: 1/3;
}

form#form-nl #NewsletterSubmitHeader #subscriber-submit {
    
    margin-left: 0px !important;
}

.contactForm fieldset {
    display: block;
    margin-bottom: 20px;
}

.contactForm .contact-field-item {
    margin-bottom: 10px;
}

}
@media only screen and (max-width : 480px) {

}

/*--------------------------------------------------
# Gallery
--------------------------------------------------*/
.holder {
    line-height: 1.85em;
    text-align: left;
    margin-bottom: 20px;
    display: flex;
    justify-content: left;
}
.holder a {
    background: #fff;
    color: #000;
    line-height: inherit;
    margin-right: 5px;
    padding: 5px 0 5px;
    line-height: 18px;
}
.holder a:last-child {
    margin-right: 0;
}
.holder a:hover {
	background: #fed01a;
  color: #000;
}
.holder a.jp-current, a.jp-current:hover {
	background: #fed01a;
    color: #000;
}
.holder a.jp-disabled, a.jp-disabled:hover {
    background: #fff;
    color: #000;
}
.holder a.jp-previous::before,
.holder a.jp-next::before {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}
.highslide-gallery {
    position: relative;
    pointer-events: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    min-height: auto !important;
}
.highslide-gallery * {
	pointer-events: all;
}
.highslide-gallery .highslideContainer {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.highslide-gallery .highslideContainer.subgallery a.highslide .folderBackground {
    position: static;
}
.highslide-gallery .highslideContainer.subgallery a.highslide .folderBackground span {
    position: absolute;
    left: 5px;
    right: 5px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background: #faae40;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 2.5em;
}
.highslide-gallery .highslideContainer.subgallery:hover a.highslide .folderBackground span {
}
.highslide-gallery .highslideContainer.subgallery a.highslide::before {
    content: none;
}
.highslide-gallery .highslideContainer a.highslide {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 100%;
    background: #fff;
    border-bottom: none;
}
.highslide-gallery .highslideContainer a.highslide img {
    position: absolute;
    left: 0;
    top: 0;
	border: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	pointer-events: none;
	transition: transform .6s, opacity .6s;
}
.highslide-gallery .highslideContainer a.highslide:hover img {
    transform: scale(2);
    opacity: 0;
	transition: transform .8s, opacity .4s;
}
.highslide-gallery .highslideContainer a.highslide .highslide-caption {
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 0px;
    text-align: center;
    color: #999;
 
    opacity: 0;
    transition: bottom .6s, opacity .6s;
    transition-delay: 0s;
    display: none !important;
}
.highslide-gallery .highslideContainer a.highslide .highslide-caption strong {
    color: #000;
    text-transform: uppercase;
}
.highslide-gallery .highslideContainer a.highslide:hover .highslide-caption {
    bottom: 50px;
    opacity: 1;
    transition-delay: .4s;
}
.highslide-gallery .highslideContainer a.highslide::before {
    content: '\f002';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #eddf40;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -200%);
    opacity: 0;
    transition: transform .6s, opacity .6s;
    transition-delay: 0s;
}
.highslide-gallery .highslideContainer a.highslide:hover::before {
    transform: translate(-50%, -100%);
    opacity: 1;
    transition-delay: .4s;
}
.highslide-gallery .highslideContainer a.highslide::after {
    content: '';
    z-index: 3;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    
    background-size: 0;
    background-repeat: no-repeat;
    background-image:   linear-gradient(to right, #fff 100%, #fff 100%),
                        linear-gradient(to bottom, #fff 100%, #fff 100%),
                        linear-gradient(to right, #fff 100%, #fff 100%),
                        linear-gradient(to bottom, #fff 100%, #fff 100%);
    background-position:    0 0,
                            100% 0,
                            100% 100%,
                            0 100%;
}
.highslide-gallery .highslideContainer a.highslide:hover::after {
    animation: bg 1.25s;
    animation-fill-mode: forwards;
}

@media only screen and (max-width : 767.98px) {
	.highslide-gallery {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px;
	}
	.highslide-gallery .highslideContainer.subgallery a.highslide .folderBackground span {
	}
}
@media only screen and (max-width : 640px) {
}
@media only screen and (max-width : 480px) {
  	.highslide-gallery {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* Breadcrumbs */
.breadcrumb {
	position: relative;
	background: #000;
	text-align: center;
	border: none;
	line-height: 27px;
	font-weight: normal;
	padding: 5px 10px;
	color: #fff;
	border-radius: 0;
	margin-bottom: 10px;
}
.breadcrumb span {
	font-size: 0;
}
.breadcrumb span::before {
	content: '\f105';
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 14px;
	margin: 0 5px;
}
.breadcrumb a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 0.6s;
    transition: color 0.6s;
}
.breadcrumb a:hover {
	color: #333;
	text-decoration: none;
}

/* Back button */
.backbtn {
    background: none;
    text-indent: 0;
    font-size: 0;
    text-decoration: none;
    color: #fff;
    width: auto;
    height: auto;
    margin-top: 10px;
    border-radius: 5px;
    border-bottom: none;
}
.backbtn::after {
    content: '\f060';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 0;
    background: #d50004;
    transition: background .4s, color .4s;
}
.backbtn:hover {
	text-decoration: none;
}
.backbtn:hover::after {
    background: #333;
}

/* Pop Up */
.highslide-container .highslide-caption {
    font-size: 1em !important;
	color: #999 !important;
	text-align: center;
	font-weight: normal;
	background: #2e2e2e;
	padding: 15px 10px 20px !important;
}
.highslide-container .highslide-caption strong {
	color: #fff !important;
    text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
	display: inline-block;
}
.highslide-container .highslide-dimming{
	background: rgba(0,0,0,.5);
	opacity: 1!important;
}
.highslide-wrapper, .highslide-outline,
.highslide-container table, .highslide-container td {
	background: none!important;
}
.highslide-container img.highslide-image,
.highslide-container .highslide-image {
	border: 0px!important;
	box-shadow: 0px 0px 20px #000;
}

/*--------------------------------------------------
# Newsletter
--------------------------------------------------*/
section.newsletter form#form-nl {
	position: relative;
	margin: 30px auto 0;
	
}
section.newsletter form#form-nl ol,
section.newsletter form#form-nl ol > li {
	margin: 0;
	padding: 0;
	list-style: none;
}
section.newsletter form#form-nl ol {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-gap: 10px;
}
section.newsletter form#form-nl ol li {
	position: relative;
	width: auto!important;
}
section.newsletter form#form-nl ol li#NewsletterFirstNameHeader,
section.newsletter form#form-nl ol li#NewsletterLastNameHeader {
    display: none;
}
section.newsletter form#form-nl ol li#NewsletterEmailHeader {
    order: 1;
}
section.newsletter form#form-nl ol li#NewsletterListHeader {
    order: 4;
}
section.newsletter form#form-nl label.field-title {
    display: none;
}
section.newsletter form#form-nl li > span {
	display: block;
}
section.newsletter form#form-nl .txtbox-long {
    margin: 0;
    width: 100%;
    color: #1a1a1a;
    font-weight: normal;
    background: #fff;
    border: 1px solid #080808;
    padding: 12px 10px;
    transition: border-color .6s;
}
section.newsletter form#form-nl .txtbox-long:focus {
	border-color: #ccc;
}
section.newsletter form#form-nl .required {
	color: #000;
}
section.newsletter form#form-nl .gdpr_policy {
        font-size: 15px;
	grid-column: 1 / 3;
	order: 3;
}
section.newsletter form#form-nl .gdpr_policy label {
    display: inline-block !important;
	font-weight: normal;
	margin: 0;
}
section.newsletter form#form-nl #NewsletterSubmitHeader {
	order: 2;
	text-align: center;
}
section.newsletter form#form-nl #NewsletterSubmitHeader #subscriber-submit {
    display: block;
    width: 100%;
    font-weight: normal;
    font-size: 17px;
    letter-spacing: 0;
    background: #656363;
    text-transform: uppercase;
    color: #fff;
    padding: 12px 45px;
    border: none;
    transition: background .6s, border-color .6s;
}
section.newsletter form#form-nl #NewsletterSubmitHeader #subscriber-submit:hover {
    background: #282828;
    color: #ffffff;
 
}
section.newsletter form#form-nl .clearFix{
	display:none;
}




@media only screen and (max-width : 767px) {
	section.newsletter form#form-nl ol {
		grid-template-columns: 1fr;
	}
	section.newsletter form#form-nl ol li {
	    width: 100%;
	}
	section.newsletter form#form-nl .gdpr_policy,
	section.newsletter form#form-nl #NewsletterSubmitHeader {
		grid-column: auto;
	}
}

/*--------------------------------------------------
# Provider
--------------------------------------------------*/
.provi-reservation .cat-block .buttonCategory.active,
.provi-reservation .serv-block .buttonService.active {
    background: #c49d64;
}
.provi-reservation .right-block .date-block, .provi-reservation .equal-rows [class*="overviewStep"] {
    background-color: #c49d64;
}
.provi-reservation .form-control {
    border-radius: 0;
    border: 1px solid #eee;
    box-shadow: none !important;
}
.provi-reservation .form-control:focus {
    border-color: #ccc;
}
.provi-reservation .checkoutBtn {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0;
    background: #c49d64;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 30px;
    border-radius: 0;
}
.provi-reservation .checkoutBtn:hover {
    background: #111;
}
.provi-reservation #step3Title {
    border-top: 1px solid #eee;
    margin-top: 30px;
    padding-top: 30px;
}