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

/*--------------------------------------------------
# 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: var(--dark-color);
    background: #f2f2f2;
	border: 1px solid #ddd;
	padding: 15px;
	transition: border-color .6s;
  color: black;
}
.contactForm .contact-field-item .contact-field-element .form-field::placeholder {
}
.contactForm .contact-field-item .contact-field-element textarea.form-field {
	height: 100px;
}
.contactForm .contact-field-item .contact-field-element .form-field:focus {
	border-color: var(--gold-color);
}
.contactForm .gdpr_policy {
    margin: -10px 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-family: var(--font-family-oswald);
    background: #660000;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 30px;
    transition: background .6s;
}
.contactForm .form-submit-button:hover {
    background: #000;
  COLOR: #fff;
}
@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;
		grid-gap: 10px;
    }
    .contactForm fieldset .fullwidth,
    .contactForm .gdpr_policy,
    .contactForm .g-recaptcha,
    .contactForm .contact-submit {
        grid-column: 1;
	}
	.contactForm .gdpr_policy {
		margin: 0;
	}
}

/*--------------------------------------------------
# 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: var(--gold-color);
	color: #fff;
	line-height: inherit;
    margin-right: 5px;
    padding: 0 10px;
}
.holder a:last-child {
    margin-right: 0;
}
.holder a:hover {
	background: var(--dark-color);
}
.holder a.jp-current, a.jp-current:hover {
	background: var(--dark-color);
}
.holder a.jp-disabled, a.jp-disabled:hover {
	background: rgba(0,0,0, .1);
	color: rgba(57,57,57, .35);
}
.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;
  height: 240px;
}
.mcePxmGallery .highslide-gallery .highslideContainer.subgallery a.highslide .folderBackground {
    /*position: static;*/
  background: #000;
    height: 100%;
}
.mcePxmGallery .highslide-gallery .highslideContainer.subgallery a.highslide .folderBackground span {
	position: absolute;
	z-index: 10;
	left: 10px;
	right: 10px;
	top: 50%;
	bottom: auto;
	padding: 20px 10px;
	background: var(--gold-color);
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.4em;
    font-family: var(--font-family-oswald);
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateX(0deg) translateY(-50%);
    opacity: 1;
    transition: .6s ease;
}
.mcePxmGallery .highslide-gallery .highslideContainer.subgallery:hover a.highslide .folderBackground span {
    transform: perspective(1000px) rotateX(-90deg) translateY(0);
    opacity: 0;
}
.mcePxmGallery .highslide-gallery .highslideContainer.subgallery a.highslide::before {
    content: none;
}
.mcePxmGallery .highslide-gallery .highslideContainer.subgallery a.highslide::after {
    content: none;
}
.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;
  object-fit: cover;
      opacity: 0.9;
}
.highslideContainer.imgthumbpos.galleryphoto img {
    opacity: 1!important;
}
.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;
      opacity: 0;
}
.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: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
	background: #660000;
	mix-blend-mode: multiply;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateX(-90deg);
    transition: .6s ease;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide:hover::after {
    opacity: 1;
    transform: perspective(1000px) rotateX(0deg);
}

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

/* 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: var(--gold-color);
	transition: background .4s;
}
.mcePxmGallery .backbtn:hover {
	text-decoration: none;
}
.mcePxmGallery .backbtn:hover::after {
	background: var(--dark-color);
}

/* 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
--------------------------------------------------*/
.newsletter form#form-nl {
	position: relative;
}
.newsletter form#form-nl ol,
.newsletter form#form-nl ol > li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.newsletter form#form-nl ol {
}
.newsletter form#form-nl ol li {
	position: relative;
	width: auto!important;
}
.newsletter form#form-nl ol li#NewsletterFirstNameHeader,
.newsletter form#form-nl ol li#NewsletterLastNameHeader {
    display: none;
}
.newsletter form#form-nl ol li#NewsletterEmailHeader {
    order: 1;
}
.newsletter form#form-nl ol li#NewsletterListHeader {
    order: 4;
}
.newsletter form#form-nl label.field-title {
    display: none;
}
.newsletter form#form-nl li > span {
	display: block;
}
.newsletter form#form-nl .txtbox-long {
    margin: 0;
    width: 100%;
    color: #fff;
	font-weight: normal;
	background: none;
	border: 1px solid #666;
	padding: 10px 20px;
	transition: border-color .6s;
}
.newsletter form#form-nl .txtbox-long:focus {
	border-color: var(--gold-color);
}
.newsletter form#form-nl .required {
	color: #f00;
}
.newsletter form#form-nl .gdpr_policy {
	font-size: .8em;
	margin: 5px 0;
}
.newsletter form#form-nl .gdpr_policy label {
    display: inline-block !important;
	font-weight: normal;
	margin: 0;
}
.newsletter form#form-nl #NewsletterSubmitHeader {
	order: 2;
	text-align: center;
}
.newsletter form#form-nl #NewsletterSubmitHeader #subscriber-submit {
    display: block;
    font-weight: normal;
    font-family: var(--font-family-oswald);
    background: var(--gold-color);
    text-transform: uppercase;
    color: #fff;
    padding: 10px 30px;
    border: none;
    transition: background .6s;
}
.newsletter form#form-nl #NewsletterSubmitHeader #subscriber-submit:hover {
    background: #000;
}
.newsletter form#form-nl .clearFix{
	display:none;
}
@media only screen and (max-width : 991.98px) {
}
@media only screen and (max-width : 767.98px) {
}