/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.5
*/
body{
	overflow-x:hidden;
}
.ur-form-grid.ur-grid-2 {
    display: none;
}

html {
  scroll-behavior: smooth;
}
.lc-wl table{
	width:100%;
	max-width:100%;
	table-layout:fixed
}
.lc-wl td{
	word-wrap:break-word;
	overflow-wrap:break-word
}
:root {
	--lc-font-display: var(--gp-font--playfair-display);
	--lc-font-body: var(--gp-font--inter);
	--lc-radius: 5px;
	--lc-radius-lg: 15px;
	--bt-container-max: 100%;
}
body:not(.full-width-content) .site-content {
    margin-bottom: 20px;
}
.ur-frontend-form form.login .ur-form-row, .ur-frontend-form form.login .ur-form-grid {
    display: flex;
    flex-direction: column;
}
.ur-frontend-form form.login .ur-form-grid > * {
    order: 9;
}
.ur-frontend-form form.login .ur-form-grid > [data-field="username"] {
    order: 1;
}
.ur-frontend-form form.login .ur-form-grid > [data-field="password"] {
    order: 2;
}
.ur-frontend-form form.login .ur-form-grid > .lc-login-check {
    order: 4;
    margin: 0px;
}
.ur-frontend-form form.login .ur-form-grid > .form-row {
    order: 4;
}
.ur-frontend-form form.login .ur-form-grid > [data-field="login-button"] {
    order: 5;
}
body.left-sidebar.separate-containers .site-main, body.right-sidebar.separate-containers .site-main {
    max-width: 1000px;
}
body.right-sidebar.separate-containers .site-main, body .widget-area.is-left-sidebar>.inside-left-sidebar {
    margin-right: auto;
}
@media (min-width: 1230px) {
	body .widget-area.sidebar {
		margin-top: -160px;
	}
    body .widget-area.is-left-sidebar>.inside-left-sidebar,body .widget-area.is-right-sidebar>.inside-right-sidebar {
        max-width:400px;
		margin-left: auto;
    }
    body.left-sidebar .is-left-sidebar>div,.right-sidebar .is-right-sidebar>div {
        position: sticky;
        z-index: 20;
        top: 40px;
    }
}
@media only screen and (max-width: 1229.5px) {
    .site-content {
        flex-direction: column 
    }
    .container .site-content .content-area {
        width: auto 
    }
    .is-left-sidebar.sidebar,.is-right-sidebar.sidebar {
        width: auto;
        order: initial;
        margin-top: -40px;
        margin-bottom: 20px;
    }
}
body {
    min-width: 320px;
    overflow-x: hidden;
}
.grid-container {
	 max-width: var(--bt-container-max);
     position: relative;
     
}
@media (min-width: 576px) {
	:root {
		--bt-container-max: 540px;
	}
}
@media (min-width: 769px) {
	:root {
		--bt-container-max: 720px;
	}
}
@media (min-width: 992px) {
	:root {
		--bt-container-max: 960px;
	}
}
@media (min-width: 1230px) {
	:root {
		--bt-container-max: 1190px;
	}
}
@media (min-width: 1500px) {
	:root {
		--bt-container-max: 1460px;
	}
}

*, ::after, ::before {
	box-sizing: border-box;
}

.swiper * {
	box-sizing: border-box;
}


.bt-container {
	display: block;
	width: 100%;
	max-width: var(--bt-container-max);
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.bt-row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}

.bt-col {
	position: relative;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

.bt-col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.lc-title {
	margin: 0px;
	font-family: var(--lc-font-display);
	font-size: 55px;
	font-weight: 400;
	line-height:normal;
	letter-spacing: -0.01em;
	text-transform: capitalize;
	color: var(--lc-contrast);
}
body.left-sidebar .is-left-sidebar>div>aside:not(:last-child), .right-sidebar .is-right-sidebar>div>aside:not(:last-child) {
    margin-bottom: -20px;
}
.lc-title em, .lc-title i {
	font-style: italic;
}

.lc-title--light {
	color: #FFFFFF;
}

.lc-subtitle {
	margin: 0px;
	font-family: var(--lc-font-body);
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	color: var(--lc-text);
}

.lc-eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: var(--lc-font-body);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2em;
	text-transform: capitalize;
	color: #FFFFFF;
}

.lc-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 20px 24px;
	background-color: var(--lc-accent);
	border: 1px solid transparent;
	border-radius: var(--lc-radius);
	font-family: var(--lc-font-body);
	font-size: 18px;
	font-weight: 600;
	line-height: 1em;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.lc-btn:hover, .lc-btn:focus {
	background-color: var(--lc-accent-2);
	color: #FFFFFF;
}

.lc-btn::after {
	content: "";
	display: block;
	flex: 0 0 19px;
	width: 19px;
	height: 1px;
	background: currentColor;
}

.lc-btn--sm {
	min-width: 100%;
	padding: 11px 10px;
	font-size: 16px;
}

.lc-btn--outline {
	padding: 16px 24px;
	background-color: transparent;
	border-color: rgba(214, 181, 136, 0.25);
	color: var(--lc-accent);
	font-size: 16px;
}

.lc-btn--outline:hover, .lc-btn--outline:focus {
	background-color: var(--lc-accent);
	border-color: var(--lc-accent);
	color: #FFFFFF;
}

.lc-btn--primary {
	padding: 16px 32px;
	gap: 12px;
	font-size: 16px;
	text-transform: none;
	background-color: var(--lc-gold);
	border-color: var(--lc-gold);
	color: var(--lc-dark);
}

.lc-btn--primary:hover, .lc-btn--primary:focus {
	background-color: var(--lc-accent);
	border-color: var(--lc-accent);
	color: #FFFFFF;
}

.lc-btn--secondary {
	padding: 16px 32px;
	gap: 12px;
	font-size: 16px;
	text-transform: none;
	background-color: transparent;
	border-color: var(--lc-gold);
	color: var(--lc-dark);
}

.lc-btn--secondary:hover, .lc-btn--secondary:focus {
	background-color: var(--lc-accent);
	border-color: var(--lc-accent);
	color: #FFFFFF;
}

.lc-btn--dark {
	padding: 16px 32px;
	gap: 12px;
	font-size: 16px;
	text-transform: none;
	background-color: transparent;
	border-color: var(--lc-dark);
	color: var(--lc-dark);
}

.lc-btn--dark:hover, .lc-btn--dark:focus {
	background-color: var(--lc-dark);
	border-color: var(--lc-dark);
	color: #FFFFFF;
}

.lc-btn--small {
	padding: 12px 24px;
	gap: 12px;
	font-size: 14px;
	text-transform: none;
}

.lc-btn--small::after {
	content: none;
}

.lc-tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 16px;
	background-color: transparent;
	border: 1px solid #000000;
	border-radius: 5px;
	font-family: var(--lc-font-body);
	font-size: 13px;
	font-weight: 600;
	line-height: 1em;
	color: var(--lc-dark);
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.lc-tag:hover, .lc-tag:focus, .lc-tag.is-active, .lc-tag--active {
	background-color: var(--lc-dark);
	border-color: var(--lc-dark);
	color: #FFFFFF;
}

.lc-tag--light {
	min-width: 140px;
	padding: 9px 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2em;
	border-color: rgba(255, 255, 255, 0.15);
	color: #FFFFFF;
}

.lc-tag--light:hover, .lc-tag--light:focus {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.15);
	color: #FFFFFF;
}

.lc-tag--eyebrow {
	min-width: 115px;
	padding: 9px 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2em;
	border-color: rgba(0, 0, 0, 0.15);
	color: #000000;
}

.lc-tag--eyebrow:hover, .lc-tag--eyebrow:focus {
	background-color: transparent;
	border-color: rgba(0, 0, 0, 0.15);
	color: #000000;
}
/* form css */
body .gform_wrapper.gravity-theme .gfield_label {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 0.72px;
    color: #000000 !important;
}
body .gform_wrapper.gravity-theme .gfield--type-checkbox legend.gfield_label,body .gform_wrapper.gravity-theme .gfield--type-radio legend.gfield_label {
    padding-top: 8px;
}
body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper.gravity-theme select {
    height: 55px !important;
}
body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea {
    background-color: #FFFFFF !important;
    border: 1px solid #E2E0DA !important;
    border-radius: 7px !important;
    min-height: inherit !important;
    font-size: 14px !important;
    padding: 8px 15px !important;
    outline: none !important;
}
.gform_wrapper.gravity-theme .ginput_container_date button {
    margin-left: -40px !important;
}
body .gform_wrapper.gravity-theme .ginput_container_date input {
    width: 100% !important;
}
body .gform_wrapper.gravity-theme textarea {
    height: 120px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    vertical-align: top !important;
}
body .gform_wrapper.gravity-theme select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 30px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.122' height='3.561' viewBox='0 0 6.122 3.561'%3E%3Cpath d='m.707.707 2.354 2.354L5.415.707' fill='none' stroke='%23666' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 10px 8px;
    background-position: calc(100% - 10px) 50%;
}
body .gform_wrapper.gravity-theme select:not(.gactive) {
    color: #888 !important;
}
body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, body .gform_wrapper.gravity-theme select::-webkit-input-placeholder, body .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder {
    color: #888 !important;
}
body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, body .gform_wrapper.gravity-theme select::-moz-placeholder, body .gform_wrapper.gravity-theme textarea::-moz-placeholder {
    color: #888 !important;
}
body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, body .gform_wrapper.gravity-theme select:-ms-input-placeholder, body .gform_wrapper.gravity-theme textarea:-ms-input-placeholder {
    color: #888 !important;
}
body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder, body .gform_wrapper.gravity-theme select:-moz-placeholder, body .gform_wrapper.gravity-theme textarea:-moz-placeholder {
    color: #888 !important;
}
body .gform_wrapper.gravity-theme .gform_footer, body .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 25px 0px 0px !important;
    padding: 0px !important;
}
body .gform_wrapper.gravity-theme .gform_page_footer {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    justify-content: space-between !important;
}
body .gform_wrapper.gravity-theme .gform_footer .gform_button[type="submit"],body .gform_wrapper.gravity-theme .gform-page-footer .button[type="button"],body .gform_wrapper.gravity-theme .gform-page-footer .button[type="submit"] {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 50px !important;
    white-space: normal !important;
    background-color: #C68346 !important;
    color: white !important;
    font-size: 16px !important;
    line-height: 1.2em !important;
    letter-spacing: normal !important;
    text-transform: unset !important;
    text-align: center !important;
    font-weight: 600 !important;
    border-radius: 5px !important;
    margin: 0px !important;
    transition: all 0.3s ease-in-out;
}
body .gform_wrapper.gravity-theme .gform_footer .gform_button[type="submit"]:hover,body .gform_wrapper.gravity-theme .gform-page-footer .button[type="button"]:hover,body .gform_wrapper.gravity-theme .gform-page-footer .button[type="submit"]:hover {
    border-color: #c68346 !important;
    background-color: #B47239 !important;
    color: #FFFFFF !important;
}
body .gform_wrapper .gform_validation_errors {
    background-color: #C68346 !important;
    border-color: #C68346 !important;
    border-radius: 5px !important;
    margin-bottom: 15px !important;
    outline: unset !important;
}
body .gform_wrapper .gform_validation_errors>h2 {
    font-size: 12px !important;
    color: #FFFFFF !important;
    font-family: var(--gp-font--inter);
}
body .gform_wrapper .gfield_validation_message, body .gform_wrapper .validation_message {
    background-color: transparent !important;
    border: none !important;
    color: #ea6d51 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1em !important;
    padding: 4px 15px !important;
    width: 100% !important;
}
body .gform_wrapper .gform_footer .gform_ajax_spinner {
    margin-left: 10px !important;
}
@media only screen and (min-width: 641px) {
    body .gform_wrapper.gravity-theme .gform_fields {
        grid-row-gap: 16px;
        grid-column-gap: 16px;
    }
}
@media only screen and (min-width: 641px) and (max-width: 1259.5px) {
    body .gform_wrapper.gravity-theme .gfield.gf_list_3col .gfield_checkbox, body .gform_wrapper.gravity-theme .gfield.gf_list_3col .gfield_radio {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media only screen and (max-width: 1229.5px) {
	.lc-title {
		font-size: 44px;
	}
}

@media only screen and (max-width: 768.5px) {
	.lc-title {
		font-size: 32px;
	}
	.lc-subtitle {
		font-size: 16px;
		line-height: 28px;
	}
}

@media only screen and (max-width: 575.5px) {
	.lc-title {
		font-size: 28px;
	}
	.lc-subtitle {
		font-size: 15px;
		line-height: 28px;
	}
}

.lc-wl {
    display: block;
    width: 100%;
}
.lc-wl table {
    width: 100%;
    max-width: 100%;
    margin: 0;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #d8b487;
    border-radius: 15px;
    overflow: hidden;
    background-color: #fff;
}
.lc-wl table td, .lc-wl table th {
    padding: 20px 30px;
    text-align: left;
    vertical-align: middle;
    border: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.lc-wl table tbody tr:first-child td, .lc-wl table tbody tr:first-child th, .lc-wl table thead th {
    background-color: #1b1212;
    font-family: var(--gp-font--playfair-display);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    color: #fff;
}
.lc-wl table tbody tr:first-child td b, .lc-wl table tbody tr:first-child td span, .lc-wl table thead th b, .lc-wl table thead th span {
    color: #fff;
    font-weight: 400;
}
.lc-wl table td p, .lc-wl table td span {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}
.lc-wl table tbody tr:first-child td p, .lc-wl table tbody tr:first-child td span {
    font-size: 20px;
    color: #fff;
}
.lc-wl table tbody tr:not(:first-child):nth-child(odd) {
    background-color: #f7f3ed;
}
.lc-wl table tbody tr:not(:first-child) td {
    border-top: 1px solid rgba(27, 18, 18, .10);
}
.lc-wl table td p:empty, .lc-wl table td span:empty {
    display: none;
}
.lc-wl table td br {
    display: none;
}
@media only screen and (max-width: 1229.5px) {
    .lc-wl table td, .lc-wl table th {
        padding: 18px 22px;
    }
    .lc-wl table tbody tr:first-child td, .lc-wl table thead th {
        font-size: 18px;
    }
    .lc-wl table tbody tr:first-child td p, .lc-wl table tbody tr:first-child td span {
        font-size: 18px;
    }
}
@media only screen and (max-width: 991.5px) {
    .lc-wl table td, .lc-wl table th {
        padding: 16px 18px;
    }
    .lc-wl table td p, .lc-wl table td span {
        font-size: 15px;
        line-height: 1.6;
    }
    .lc-wl table tbody tr:first-child td, .lc-wl table thead th {
        font-size: 17px;
    }
    .lc-wl table tbody tr:first-child td p, .lc-wl table tbody tr:first-child td span {
        font-size: 17px;
    }
}
@media only screen and (max-width: 767.5px) {
    .lc-wl table,
    .lc-wl table tbody,
    .lc-wl table tbody tr,
    .lc-wl table tbody tr td {
        display: block;
        width: 100%;
    }
    .lc-wl table colgroup {
        display: none;
    }
    .lc-wl table {
        border-radius: 12px;
    }
    .lc-wl table tbody tr:first-child {
        display: none;
    }
    .lc-wl table tbody tr {
        padding: 16px 18px;
    }
    .lc-wl table tbody tr:not(:first-child):nth-child(odd) {
        background-color: #f7f3ed;
    }
    .lc-wl table tbody tr:nth-child(n+3) {
        border-top: 1px solid rgba(27, 18, 18, .10);
    }
    .lc-wl table tbody tr td,
    .lc-wl table tbody tr:not(:first-child) td {
        padding: 0;
        border: 0;
    }
    .lc-wl table tbody tr td + td {
        margin-top: 10px;
    }
    .lc-wl table tbody tr td[data-label]::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 4px;
        font-family: var(--gp-font--inter);
        font-size: 12px;
        font-weight: 600;
        line-height: 1.4;
        letter-spacing: .06em;
        text-transform: uppercase;
        color: #8a7f74;
    }
    .lc-wl table tbody tr td:first-child,
    .lc-wl table tbody tr td:first-child b {
        font-family: var(--gp-font--inter);
        font-size: 17px;
        font-weight: 700;
        line-height: 1.5;
        color: #1b1212;
    }
    .lc-wl table tbody tr td:first-child[data-label]::before {
        display: none;
    }
}
@media only screen and (max-width: 575.5px) {
    .lc-wl table tbody tr {
        padding: 14px 15px;
    }
    .lc-wl table td p, .lc-wl table td span {
        font-size: 14px;
    }
    .lc-wl table tbody tr td:first-child,
    .lc-wl table tbody tr td:first-child b {
        font-size: 16px;
    }
}
