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

/*--------------------------------------------------
# Contact
--------------------------------------------------*/
.contactForm {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}
.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: #222;
    background: #fff;
    border: 0;
    border: 1px solid #222;
    padding: 15px;
    transition: border-color .6s;
}
.contactForm .contact-field-item .contact-field-element .form-field::placeholder {
}
.contactForm .contact-field-item .contact-field-element textarea.form-field {
	height: 150px;
}
.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: 15px;
    letter-spacing: 0;
    background: #454545;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 30px;
    transition: background .6s;
}


article.content .contact-info > div {
    background: rgb(255 255 255 / 50%);
    padding: 20px;
}
.contactForm .form-submit-button:hover {
      background: #454545;
    color: #fff;
    box-shadow:5px 5px 0 #452200;
}
.contact-info {
    display: grid !important;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px !important;;
}
.contactForm .gdpr_policy label a {
    text-decoration: underline;
}
.contactForm .gdpr_policy label a:hover {
    text-decoration: none;
}
@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: repeat(1, 1fr);
    display: grid;
}
    .contactForm fieldset .fullwidth,
    .contactForm .gdpr_policy{
        grid-column: 1/3;
    }.contactForm .contact-field-item {
    margin-bottom: 10px;
}
.contact-info {
    grid-template-columns: repeat(1,1fr) !important;
}
}

/*--------------------------------------------------
# Gallery
--------------------------------------------------*/
.holder {
	line-height: 1.85em;
	text-align: center;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}
.holder.bottom {
    margin-bottom: 0;
}
.holder:empty {
    display: none;
}
.holder a {
    background: #ff0103;
    color: #fff;
    line-height: 28px;
    margin-right: 5px;
    padding: 0 10px;
    margin-bottom: 7px;
}
.holder a:last-child {
    margin-right: 0;
}
.holder a:hover {
	background: #454545;
	color: #fff;
}
.holder a.jp-current, a.jp-current:hover {
	background: #452200;
	color: #fff;
}
.holder a.jp-disabled, a.jp-disabled:hover {
	background: #454545;
	color: #fff;
}
.holder a.jp-previous::before,
.holder a.jp-next::before {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}
.mcePxmGallery .highslide-gallery {
	position: relative;
	pointer-events: none;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 0;
	min-height: auto !important;
}
.mcePxmGallery .highslide-gallery * {
	pointer-events: all;
}
.mcePxmGallery .highslide-gallery .highslideContainer {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.mcePxmGallery .highslide-gallery .highslideContainer.subgallery a.highslide .folderBackground {
    position: static;
}
.mcePxmGallery .highslide-gallery .highslideContainer.subgallery a.highslide .folderBackground span {
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.7);
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	font-size: .7em;
	letter-spacing: .1em;
	line-height: 2.5em;
	transition: background .6s;
}
.mcePxmGallery .highslide-gallery .highslideContainer.subgallery:hover a.highslide .folderBackground span {
    background: #000;
}
.mcePxmGallery .highslide-gallery .highslideContainer.subgallery a.highslide::before {
    content: none;
}
.mcePxmGallery .highslide-gallery .highslideContainer.subgallery a.highslide::after {
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide {
	position: relative;
	display: block;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide:hover {
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide img {
    width: 100%;
    height: 100%;
    border: none;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide .highslide-caption {
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 0px;
    text-align: center;
    color: #999;
    display: block !important;
    opacity: 0;
    transition: bottom .6s, opacity .6s;
    transition-delay: 0s;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide .highslide-caption strong {
    color: #fff;
    text-transform: uppercase;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide:hover .highslide-caption {
    bottom: 50px;
    opacity: 1;
    transition-delay: .4s;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide::before {
    content: '\f002';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1em;
    margin-top: -50px;
    opacity: 0;
    transition: margin-top .6s, opacity .6s;
    transition-delay: 0s;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide:hover::before {
    margin-top: 0px;
    opacity: 1;
    transition-delay: .4s;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide::after {
    content: '';
    z-index: 2;
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    background: rgb(200 96 45 / 50%);
    opacity: 0;
    transition: opacity .6s;
    transition-delay: .4s;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide:hover::after {
    opacity: 1;
    transition-delay: 0s;
}

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

/* Breadcrumbs */
.mcePxmGallery .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;
}
.mcePxmGallery .breadcrumb span {
	font-size: 0;
}
.mcePxmGallery .breadcrumb span::before {
	content: '\f105';
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 14px;
	margin: 0 5px;
}
.mcePxmGallery .breadcrumb a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 0.6s;
    transition: color 0.6s;
}
.mcePxmGallery .breadcrumb a:hover {
	color: #333;
	text-decoration: none;
}

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

/* 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 #452200;
    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: #454545;
    text-transform: none;
    color: #fff;
    padding: 12px 45px;
    border: none;
    transition: background .6s, border-color .6s;
}
section.newsletter form#form-nl #NewsletterSubmitHeader #subscriber-submit:hover {
    background: #452200;
    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: #ff6f61;
}
.provi-reservation .right-block .date-block,
.provi-reservation .equal-rows [class*="overviewStep"] {
    background-color: #fff6ef;
}
.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: .7em;
    letter-spacing: .1em;
    background: #ff6f61;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 30px;
    border-radius: 0;
}
.provi-reservation .checkoutBtn:hover {
    background: #ee2852;
}
.provi-reservation #step3Title {
    border-top: 1px solid #eee;
    margin-top: 30px;
    padding-top: 30px;
}