html {
  overflow-x: hidden;
}

body {
  max-width: 100vw;
  overflow-x: hidden;
}

main {
  margin-block-start: 0 !important;
}

.entry-content iframe {
	max-width: 100%;
}

.alignfull {
    margin: 0 calc(-50vw + 50%);
	padding: 0 calc(50vw - 50%);
}

@media screen and (min-width: 1280px) {
	.alignfull {
		margin-left: calc(-50vw + 50%); 
		margin-right: calc(-50vw + 50%);
		padding: inherit;
	}
}

@media screen and (max-width: 599px) {
	.wp-block-navigation-item__content, .wp-block-navigation-item__label {
		font-size: var(--wp--preset--font-size--large);
		text-align: right;
	}
}

header nav ul.has-background {
	padding: 0;
}



.h-full {
  height: 100%;
}

.product-gallery div {
	align-self: stretch;
} 

.inner-cover {
  max-height: 250px;
  overflow: hidden;
}

.inner-cover figure {
	display:none;
}

@media screen and (min-width: 1024px) {
	.inner-cover figure {
		display: block;
		transform: translateX(25%);

	}
}

.home-cover,
.wp-block-cover__inner-container {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  height:600px;
}

.home-cover figure {
 display:none;
}

@media screen and (min-width: 1024px) {
	.home-cover figure {
  		display: block;
		position: absolute !important;
  		right: -250px;
		top: 0;
  		height: 80vw;
		width: auto;
	}
}

.home-cover figure img {
  max-height: 100%;
}

.home-cover__stack {
  min-height: 600px;
  justify-content: flex-end;
}

.flb-masking img {
  mask-image: var(--flb-image-mask);
  -webkit-mask-image: var(--flb-image-mask);
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  display: block;
  aspect-ratio: 1;
  object-fit: cover;
}

.is-style-flb-object-fit-contain img {
  object-fit: cover;
}

header nav li {
  text-transform: uppercase;
}

header nav li li {
  text-transform: initial;
}

header nav a:hover {
  text-decoration: underline;
  text-decoration-color: var(--wp--preset--color--custom-secondary);
  text-decoration-thickness: 3px;
  text-underline-offset: 3px;
}

.is-style-flb-shadow {
  box-shadow: 0 0 22px 5px rgba(123, 123, 123, 0.14);
}

.flb-underline {
  text-decoration: underline;
  text-decoration-color: var(--wp--preset--color--custom-secondary);
  text-decoration-thickness: 3px;
  text-underline-offset: 3px;
}

h1 .flb-underline,
h2 .flb-underline,
h3 .flb-underline,
h4 .flb-underline {
  text-decoration-thickness: 4px;
  text-underline-offset: 5px;
}

.wp-block-button.is-style-flb-learn-more .wp-block-button__link {
  font-family: var(--wp--preset--font-family--open-sans-condensed);
  color: var(--wp--preset--color--custom-primary);
  background: transparent;
  text-transform: uppercase;
  padding: 0;
}

.wp-block-button.is-style-flb-learn-more .wp-block-button__link:hover, .wp-block-read-more:hover, .wpcf7-form input[type="submit"]:hover {
  text-decoration: underline;
  text-decoration-color: var(--wp--preset--color--custom-secondary);
  text-decoration-thickness: 3px;
  text-underline-offset: 3px;
}

/*
a:where(:not(.wp-element-button)) {
  text-decoration: none;
}
*/

h2 a {
	text-decoration: none;
}

h1 strong {
  font-family: var(--wp--preset--font-family--montserratlb);
}

.is-style-flb-text-shadow {
  filter: drop-shadow(0px 3px 2.5px #010101);
}

@media screen and (min-width: 1024px) {
  .is-style-flb-divide-columns > :not([hidden]) ~ :not([hidden]) {
    border-left: 1px solid #c5cec7;
    border-right: 0;
  }
}

.loan-table thead tr th {
	background:#536f57;
	color:#fff;
	padding: 0.3rem;
	border: 1px solid #43604a;
}

.loan-table tbody td {
	padding: 0.4rem;
	border: 1px solid #fff;
}

.loan-table table {
	border-spacing: 0;
}

.loan-table tbody tr:nth-child(even) td {
	background: #f3daa2;
}

.items-start {
	align-items: flex-start !important;
}


.height-revert-layer img {
	height: revert-layer;
}

footer.wp-block-template-part {
  position: relative;
  overflow: hidden;
  margin-top: 0;
}

footer a:hover {
	text-decoration: underline;
}

footer.wp-block-template-part .footer-icon {
  display: none;
}

@media screen and (min-width: 1024px) {
  footer.wp-block-template-part .footer-icon {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(10rem) translateY(2rem);
  }
}

.wpcf7-form br {
  display: none;
}

.wpcf7-form input,
.wpcf7-form textarea {
  background: #cbd0cc;
  border: 1px solid #cbd0cc;
  color: #000;
  padding: 0.75rem 1.25rem;
  width: 100%;
  box-sizing: border-box;
  font-family: var(--wp--preset--font-family--montserratlb);
  font-size: 16px;
}

.wpcf7-form input[type="submit"] {
  background: transparent;
  color: var(--wp--preset--color--custom-primary);
  font-family: var(--wp--preset--font-family--open-sans-condensed);
  font-size: var(--wp--preset--font-size--medium);
  text-transform: uppercase;
  border: 0;
  text-align: left;
  padding-left: 0;
  cursor: pointer;
}
