/*--------------------------------------------------
>> TABLE OF CONTENTS:
----------------------------------------------------
# Contact
# Gallery
# Newsletter
--------------------------------------------------*/

/*--------------------------------------------------
# Contact
--------------------------------------------------*/
.contactForm::after {
	content: '';
	display: block;
	clear: both;
}
.contactForm {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px 50px;
}
.contactForm .contact-field-item {
	margin-bottom: 20px;
}
.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 {
background: none;
    border: none;
    border-bottom: 1px dashed #fff;
    padding: 15px 0;
    color: #fff;
}
.contactForm .contact-field-item .contact-field-element .form-field::-webkit-input-placeholder
{
   color: #fff;
   opacity:1;
}
.contactForm .contact-field-item .contact-field-element .form-field:-moz-placeholder
{
   color: #fff;
   opacity:1;
}
.contactForm .contact-field-item .contact-field-element .form-field::-moz-placeholder
{
  color: #fff;
  opacity:1;
}
.contactForm .contact-field-item .contact-field-element .form-field:-ms-input-placeholder
{
   color: #fff;
   opacity:1;
}
.contactForm .contact-field-item .contact-field-element textarea.form-field {
	height: 100px;
	width:calc(200% + 50px)
}
.contactForm .contact-field-item .contact-field-element .form-field:focus {
    background: rgba(255,255,255,.1);
}
.contactForm .gdpr_policy {
    text-align: center;
    margin: 10px 0;
    font-size: 13px;
    text-transform: uppercase;
}
.contactForm .gdpr_policy label {
	font-weight: normal;
	display: inline !important;
}
.contactForm .gdpr_policy label a{
	text-decoration:none;
}
.contactForm .gdpr_policy label a:hover{
	text-decoration:underline;
}
.contactForm .g-recaptcha {
	margin: 0;
	float: left;
}
.contactForm .contact-submit {
    float: right;
}
.contactForm .form-submit-button {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    background: #057fc1;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 30px;
    letter-spacing: .05em;
}
.contactForm .form-submit-button:hover {
    color: #057fc1;
    background: #fff;
}
.footer-form .contactForm {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px 156px;
    margin: 0 10%;
}
.footer-form .contactForm > fieldset {
    display: contents;
}
.footer-form .contactForm > div,
.footer-form .contactForm .contact-field-item.fullwidth {
    grid-column: 1 / 3;
}
.footer-form .contactForm .contact-field-item {
	margin-bottom: 20px;
}
.footer-form .contactForm .contact-field-item:last-child {
	margin-bottom: 0;
}
.footer-form .contactForm .contact-field-item .contact-field-element .form-field {
    background: none;
    border-bottom: 1px dashed #fff;
    padding: 15px 0 6px;
    color: #fff;
}
.footer-form .contactForm .contact-field-item .contact-field-element textarea.form-field {
    height: 55px;
    width: calc(200% + 156px);
}
.contactForm .contact-field-item .contact-field-element .form-field::placeholder {
    color: #fff;
}
.footer-form .contactForm .contact-field-item .contact-field-element .form-field:focus {
    border-bottom-style: solid;
}
.footer-form .contactForm .gdpr_policy {
    text-align: center;
    margin: 10px 0;
    font-size: 13px;
    text-transform: uppercase;
}
.footer-form .contactForm .g-recaptcha {
    float: none;
    display: block;
    text-align: center;
}
.footer-form .contactForm .g-recaptcha > div {
    display: inline-block;
    margin: 0 auto;
}
.footer-form .contactForm .contact-submit {
    float: none;
    text-align: center;
}
@media only screen and (max-width : 1199px) {
.footer-form .contactForm{margin:0}
}
@media only screen and (max-width : 991.98px) {
.footer-form .contactForm{grid-gap:25px 56px}
.footer-form .contactForm .contact-field-item .contact-field-element textarea.form-field{width:calc(200% + 56px)}
}
@media only screen and (max-width : 767.98px) {
    .footer-form .contactForm {
        margin: 0;
        grid-template-columns: 1fr;
    }
    .footer-form .contactForm > div,
    .footer-form .contactForm .contact-field-item.fullwidth {
        grid-column: auto;
    }
    .footer-form .contactForm .contact-field-item {
        margin-bottom: 0;
    }
.footer-form .contactForm .contact-field-item .contact-field-element textarea.form-field {
    width: 100%;
}
}
@media only screen and (max-width : 387.98px) {
.footer-form .contactForm {
    margin: 0 -11px;
}
}

/*--------------------------------------------------
# Gallery
--------------------------------------------------*/
.holder {
	line-height: 1.85em;
	text-align: center;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
}
.holder a {
	background: #000;
	color: #fff;
	line-height: inherit;
    margin-right: 5px;
}
.holder a:last-child {
    margin-right: 0;
}
.holder a:hover {
	background: #0281c4;
}
.holder a.jp-current, a.jp-current:hover {
	background: #0281c4;
}
.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: 10px;
	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;
	left: 5px;
	right: 5px;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	background: rgba(0,0,0,.9);
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 2.5em;
	transition: opacity .6s;
}
.mcePxmGallery .highslide-gallery .highslideContainer.subgallery:hover a.highslide .folderBackground span {
	opacity: .2;
}
.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;
	overflow: hidden;
	padding-bottom:70%;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide img {
    position: absolute;
    left: 0;
    top: 0;
	border: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .6s;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide:hover img {
    transform: scale(1.1);
}

@media only screen and (max-width : 768px) {
	.mcePxmGallery .highslide-gallery {
		grid-template-columns: repeat(2, 1fr);
	}
	.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-top: 10px;
	border-radius: 5px;
}
.mcePxmGallery .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: #000;
	transition: background .4s, color .4s;
}
.mcePxmGallery .backbtn:hover {
	text-decoration: none;
}
.mcePxmGallery .backbtn:hover::after {
	background: #0281c4;
}

/* Pop Up */
.highslide-container .highslide-caption {
    font-family: 'Lustria', serif;
	font-size: 1.5em !important;
	color: #fff;
	text-align: center;
	font-weight: normal;
	background: #2e2e2e;
	padding: 15px 10px 20px !important;
}
.highslide-container .highslide-caption strong {
    text-transform: uppercase;
	font-size: .6em;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 10px;
	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: 20px 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: 3fr 1fr;
	grid-gap: 25px;
}
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%;
	font-family: 'Raleway', sans-serif;
    color: #fff;
    background: none;
	border: 0;
	border-bottom: 1px dashed #fff;
	padding: 15px 0;
}
section.newsletter form#form-nl .txtbox-long:focus {
	border-bottom: 1px solid #fff;
}
section.newsletter form#form-nl .required {
	color: #f00;
}
section.newsletter form#form-nl .gdpr_policy {
	grid-column: 1 / 3;
	order: 3;
	text-align: center;
}
section.newsletter form#form-nl .gdpr_policy label {
    display: inline-block !important;
	font-weight: normal;
}
section.newsletter form#form-nl #NewsletterSubmitHeader {
	order: 2;
	text-align: center;
}
section.newsletter form#form-nl #NewsletterSubmitHeader #subscriber-submit {
    display: block;
    width: 100%;
	font-family: 'Raleway', sans-serif;
    font-size: .85em;
    font-weight: bold;
    background: #fff;
    text-transform: uppercase;
    color: #000;
    padding: 15px;
    border: none;
    transition: background .4s, color .4s;
}
section.newsletter form#form-nl #NewsletterSubmitHeader #subscriber-submit:hover {
    color: #fff;
    background: #0281c4;
}
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 .gdpr_policy {
		grid-column: auto;
	}
}