:root{
--lp--custom-preset--border-color: #eee;
--lp--custom-preset--body--font-family: Century-Gothic;
--lp--custom-preset--heading--font-family: Century-Gothic;
}  @font-face {
font-family: Century-Gothic;
src: url(//romarkdesign.com.au/wp-content/themes/launchpad-platform-child/assets/fonts/Century-Gothic/Century\ Gothic.otf);
}
@font-face {
font-family: Century-Gothic;
src: url(//romarkdesign.com.au/wp-content/themes/launchpad-platform-child/assets/fonts/Century-Gothic/Century\ Gothic\ Bold.otf);
font-weight: 700;
}
body {
font-size: 16px;
color: var(--lp--base-preset--body--color);
font-family: var(--lp--custom-preset--body--font-family);
}
h1, h2, h3, h4, h5, h6 {
line-height: 1.2;
font-family: var(--lp--custom-preset--heading--font-family);
}
h1, .h1 {
font-size: 2rem;
}
h2, .h2 {
font-size: 1.6rem;
}
h3, .h3 {
font-size: 1.4rem;
}
h4, .h4 {
font-size: 1.2em;
}
h5, .h5 {
font-size: 1.1em;
}
h6, .h6 {
font-size: 1em;
}
a {
color: var(--lp--base-preset--link--color);
transition: all .25s ease;
}
a:hover, a:focus, a:active {
color: var(--lp--base-preset--link--color--hover);
}
.button, .wp-block-button__link, .text-link .hic-button-wrap a, .menu a {
font-family: var(--lp--custom-preset--heading--font-family);
}
@media (min-width: 641px) {
body {
font-size: 18px;
}
}
@media (min-width: 1024px) {
body {
font-size: 21px;
}
}   .wide-layout .body-content.has-sidebar-both,
.wide-layout .body-content.has-sidebar-left,
.wide-layout .body-content.has-sidebar-right,
.wide-layout .hero.form-side .inner-hero {
max-width: 1640px;
margin-left: auto;
margin-right: auto;
}
.wide-layout .grid-container, .wide-layout .lp-default-container .lp-container {
max-width: 1640px;
}
.wide-layout .small-container .grid-container {
max-width: 1000px;
}
.wide-layout .medium-container .grid-container {
max-width: 1200px;
}
.wide-layout .large-container .grid-container {
max-width: 1600px;
}  .full-width-layout .grid-container {
max-width: 100%;
}
.full-width-layout .small-container .grid-container {
max-width: 1000px;
}
.full-width-layout .medium-container .grid-container {
max-width: 1200px;
}
.full-width-layout .large-container .grid-container {
max-width: 1600px;
}  .boxed-layout .off-canvas-wrapper {
max-width: 1200px;
margin: auto;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.boxed-layout {
background-color: #e2e4e5;
}   .hic-button-wrap {
grid-column-gap: 15px;
grid-row-gap: 15px;
}
.button, .wp-block-button__link {
font-size: 16px;
padding: 12px 100px 12px 20px;
margin: 0;
color: var(--lp--base-preset--button--color);
background-color: var(--lp--base-preset--button--background-color);
transition: all .25s ease;
letter-spacing: 1.4px;
border: 1px solid rgba(var(--lp--base-preset--body--color--rgb), 0.25);
border-right: none;
position: relative;
font-weight: 400;
}
.button::before, .wp-block-button__link::before {
font-family: 'Font Awesome 5 Pro';
content: "\f062";
font-weight: 200;
display: inline-block;
transform: rotate(45deg);
position: absolute;
right: 15px;
font-size: 20px;
top: 10px;
color: var(--lp--base-preset--link--color);
z-index: 2;
}
.button::after, .wp-block-button__link::after {
content: "";
width: 50px;
display: inline-block;
border: 1px solid rgba(var(--lp--base-preset--body--color--rgb), 0.25);
border-top: none;
border-bottom: none;
height: 42px;
position: absolute;
top: 0;
right: 0;
transition: all .25s ease;
height: 100%;
}
.button:hover, .button:focus, .wp-block-button__link:hover, .wp-block-button__link:focus {
background-color: var(--lp--base-preset--button--background-color--hover);
color: var(--lp--base-preset--button--color--hover);
border-color: var(--lp--base-preset--button--background-color--hover);
}
.button:hover::before, .wp-block-button__link:hover::before {
color: var(--lp--base-preset--button--color--hover);
}
.button:hover::after, .wp-block-button__link:hover::after {
background-color: var(--lp--base-preset--button--background-color--hover);
border-color: var(--lp--base-preset--button--background-color--hover);
border-left-color: rgba(var(--lp--base-preset--button--color--hover--rgb), 0.25);
}
.video-play-button {
margin: auto;
width: 80px;
height: 80px;
transition: all .25s ease;
display: none !important;
}
.vpv-container .table-cell-mid::before {
content: "";
border-radius: 50%;
display: block;
width: 111px;
height: 111px;
background-color: rgba(255, 255, 255, 0.6);
margin: auto;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
transition: .2s all;
}
.vpv-container .table-cell-mid::after {
font-family: 'Font Awesome 5 Pro';
content: "\f04b";
font-weight: 900;
border-radius: 50%;
display: block;
width: 73px;
height: 73px;
background-color: #fff;
margin: auto;
display: flex;
align-items: center;
justify-content: center;
position: relative;
padding-left: 5px;
}
.vpv-container:hover .table-cell-mid::before {
width: 123px;
height: 123px;
transition: .2s all;
}
#submit.alt, .button.alt{
background-color: var(--lp--base-preset--button--color);
color:#fff;
}
#submit.alt:hover, .button.alt:hover{
background-color: var(--lp--base-preset--button--background-color--hover);
color: var(--lp--base-preset--button--color--hover);
}
#submit.alt.disabled, #submit.alt.disabled:hover, #submit.alt:disabled[disabled], #submit.alt:disabled[disabled]:hover, .button.alt.disabled, .button.alt.disabled:hover,
.button.alt:disabled[disabled], .button.alt:disabled[disabled]:hover {
background-color: var(--lp--base-preset--button--background-color);
color:var(--lp--base-preset--button--color);
}
@media (max-width: 767px) {
.menu li.menu-button {
display: none;
}
}
@media (min-width: 768px) {
.menu li.menu-button a {
font-size: 16px;
padding: 13px 60px;
border: 1px solid #ffffff78;
position: relative;
transition: .2s all;
}
.menu li.menu-button a::before {
content: '\27F6';
position: absolute;
transition: .2s all;
left: 15px;
opacity: 0;
top: 12px;
}
.menu li.menu-button:hover a::before {
left: 15%;
transition: .2s all;
opacity: 1;
}
}   .header-default-color .header, .header-light .header, .hero.default-banner, .hero.light-banner {
background-color: #fff;
}
.header-default-color .header .top-bar .menu-icon:after, .header-light .header .top-bar .menu-icon:after, .header-grey .header .top-bar .menu-icon:after {
background: var(--lp--base-preset--brand-color--primary);
box-shadow: -16px 9px 0 var(--lp--base-preset--brand-color--primary), 0 18px 0 var(--lp--base-preset--brand-color--primary);
}
.grey-section, .header-grey .header, .hero.grey-banner, .grey-boxes .hic-box, .footer-grey .footer {
background-color: var(--lp--base-preset--brand-color--grey);
}
.hero.default-banner, .hero.light-banner {
color: var(--lp--base-preset--brand-color--primary);
}
.hero.grey-banner {
color: var(--lp--base-preset--body--color);
}
.header-default-color .header .menu li:not(.menu-button) a,
.header-light .header .menu li:not(.menu-button) a,
.header-grey .header .menu li:not(.menu-button) a,
.footer-default-color .footer a, .footer-default-color .bottom-footer a,
.footer-light .footer a, .footer-light .bottom-footer a {
color: var(--lp--base-preset--body--color);
}
.default-section.has-bg-img, .default-section.has-bg-img .slick-slider .slick-arrow:before {
color: #fff;
}
.default-section:not(.has-bg-image, .image-overlay-content) .box-link .hic-box, .default-section:not(.has-bg-image, .image-overlay-content) .box-link .hic-box .hic-title h3,
.default-section:not(.has-bg-image, .image-overlay-content) .box-link .hic-box .hic-title a,
.light-section .box-link .hic-box, .light-section .box-link .hic-box .hic-title h3, .light-section .box-link .hic-box .hic-title a,
.default-section:not(.has-bg-image) .accordion-title {
color: var(--lp--base-preset--body--color);
}
.grey-section.image-above-content .hic-box {
background-color: #fff;
}
.grey-section.image-above-content .hic-content, .grey-boxes .hic-content {
padding: 20px;
}
.grey-section .box-link .hic-box, .grey-section .box-link .hic-box .hic-title h3,
.grey-section .accordion-title, .grey-section .tabs-title>a {
color: var(--lp--base-preset--body--color);
}
.default-section .hic-title span, .light-section .hic-title span {
color: var(--lp--base-preset--brand-color--primary);
}
.default-section:not(.has-bg-image).checklist:not(.numeric, .alpha) li::before, .light-section.checklist:not(.numeric, .alpha) li::before,
.default-section:not(.has-bg-image) .checklist:not(.numeric, .alpha) li::before, .light-section .checklist:not(.numeric, .alpha) li::before {
background-color: var(--lp--base-preset--brand-color--primary);
}
.default-section .accordion-title:hover, .default-section .is-active .accordion-title {
background-color: var(--lp--base-preset--brand-color--primary);
color: #fff;
}
.grey-section .accordion-title:hover, .grey-section .is-active .accordion-title {
background-color: var(--lp--base-preset--brand-color--primary);
color: #fff;
}
.footer-default-color .footer a, .footer-default-color .bottom-footer a {
color: var(--lp--base-preset--body--color);
}
.footer-grey .footer a, .footer-grey .bottom-footer a {
color: var(--lp--base-preset--body--color);
}
@media (min-width: 1024px) {
.header-default-color .menu li.menu-button a, .header-light .menu li.menu-button a, .header-grey .menu li.menu-button a {
background-color: var(--lp--base-preset--button--background-color);
color: var(--lp--base-preset--button--color);
}
.header-default-color .menu li.menu-button:hover a, .header-light .menu li.menu-button:hover a, .header-grey .menu li.menu-button:hover a {
background-color: var(--lp--base-preset--button--background-color--hover);
color: var(--lp--base-preset--button--color--hover);
}
}  .theme-section, .header-theme .header, .hero.theme-banner, .theme-boxes .hic-box, .footer-theme .footer {
background-color: var(--lp--base-preset--brand-color--primary);
color: #fff;
}
.dark-section, .header-dark .header, .hero.dark-banner, .dark-boxes .hic-box, .footer-dark .footer {
background-color: var(--lp--base-preset--brand-color--dark);
color: #fff;
}
.header-theme .header .top-bar .menu-icon:after, .header-dark .header .top-bar .menu-icon:after, .header-transparent .header .top-bar .menu-icon:after {
box-shadow: -16px 9px 0px #fefefe, 0px 18px 0px #fefefe;
}
.theme-section, .header-theme .header, .header-theme .header a, .header-theme .header ul li a,
.footer-theme .footer, .footer-theme .footer a,
.footer-theme .bottom-footer, .footer-theme .bottom-footer a, .footer-theme .bottom-footer ul li a,
.footer-theme h4 {
color: #fff;
}
.dark-section, .header-dark .header, .header-dark .header a, .header-dark .header ul li a,
.footer-dark .footer, .footer-dark .footer .menu a {
color: #fff;
}
.footer-dark .footer h4, .footer-dark .footer a, .footer-dark .footer .social-media i,
.footer-dark .footer .menu a:hover {
color: var(--lp--base-preset--brand-color--primary);
}
.footer-dark .footer a:hover, .footer-dark .footer .social-media i:hover {
color: #C29558;
}
.footer-dark .bottom-footer,
.footer-dark .bottom-footer a {
color: #636262;
}
.dark-section .section-title span, .dark-section .hic-title span {
color: var(--lp--base-preset--brand-color--primary);
}
.dark-section .box-link .hic-box, .dark-section .hic-box .hic-title h3, .dark-section .slick-slider .slick-arrow:before,
.theme-section .box-link .hic-box, .theme-section .hic-box .hic-title h3, .theme-section .slick-slider .slick-arrow:before {
color: #fff;
}
.dark-section .accordion-title, .dark-section .tabs-title>a, .theme-section .accordion-title, .theme-section .tabs-title>a {
color: var(--lp--base-preset--body--color);
}
.dark-section .accordion-title:hover, .dark-section .is-active .accordion-title, .theme-section .accordion-title:hover, .theme-section .is-active .accordion-title {
background-color: var(--lp--base-preset--brand-color--primary);
color: #fff;
}
.dark-section .button:not(:hover), .dark-section button.button:not(:hover), .theme-section .button:not(:hover), .theme-section button.button:not(:hover) {
background-color: var(--lp--base-preset--button--background-color);
color: var(--lp--base-preset--button--color--hover);
border-color: rgba(var(--lp--base-preset--button--color--hover--rgb), 0.25);
}
.dark-section .button::before {
color: var(--lp--base-preset--button--color--hover);
}
.dark-section .button::after {
border: 1px solid rgba(var(--lp--base-preset--button--color--hover--rgb), 0.25);
}
.dark-section .button + .button, .theme-section .button + .button {
background-color: transparent;
border: 1px solid;
}
.footer-dark .bottom-footer {
background-color: var(--lp--base-preset--brand-color--dark);
}
@media (min-width: 1024px) {
.header-dark .menu li.menu-button:hover a, .header-theme .menu li.menu-button:hover a, .header-transparent:not(.sticky-header.scrolled) .menu li.menu-button:hover a {
color: var(--lp--base-preset--brand-color--primary);
}
}  .second-theme-section, .header-secondary .header, .hero.secondary-banner, .second-theme-boxes .hic-box, .footer-theme-secondary .footer {
background-color: var(--lp--base-preset--brand-color--secondary);
}
.second-theme-section, .header-secondary .header, .header-secondary .header ul li a, .hero.secondary-banner,
.footer-theme-secondary .footer, .footer-theme-secondary .footer a,
.footer-theme-secondary .bottom-footer, .footer-theme-secondary .bottom-footer a, .footer-theme-secondary .bottom-footer ul li a,
.second-theme-boxes .hic-title a {
color: #000;
}
.second-theme-section .section-title span, .second-theme-section .hic-title span {
color: var(--lp--base-preset--brand-color--primary);
}
.second-theme-section .accordion-title, .second-theme-section .tabs-title>a {
color: var(--lp--base-preset--body--color);
}
.second-theme-section .section-title span, .second-theme-section.image-left-content .hic-title h3 span, .second-theme-section.image-right-content .hic-title h3 span,
.second-theme-section .hic-blurb h1 em {
color: var(--lp--base-preset--brand-color--primary);
}   .placeholder-image {
background-color: #f1f1f1;
} .menu .active>a, .menu .is-active>a {
background: transparent;
}  .hic-more-content.height-based-type:not(.is-active) .hic-content {
max-height: 160px;
transition: max-height .5s ease-out;
}
.hic-more-content.height-based-type:not(.is-active) .hic-content::after {
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 40%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 40%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 40%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
opacity: 1;
}
.hic-more-content.height-based-type .hic-content::after {
position: absolute;
content: '';
width: 100%;
height: 40px;
bottom: 0;
left: 0;
right: 0;
z-index: 0;
transition: background .5s ease;
}
.hic-read-more-toggle {
font-weight: 600;
text-decoration: underline;
}
.hic-read-less-toggle, .hic-read-less {
display: none !important;
}
.hic-read-more span::after {
content: '';
width: 0.85em;
height: 0.85em;
line-height: inherit;
display: inline-block;
margin-left: 6px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
background-color: currentColor;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
clip-path: padding-box inset(0.28125em 0);
-webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMS4xIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMTkyIDM4NGMtOC4xODggMC0xNi4zOC0zLjEyNS0yMi42Mi05LjM3NWwtMTYwLTE2MGMtMTIuNS0xMi41LTEyLjUtMzIuNzUgMC00NS4yNXMzMi43NS0xMi41IDQ1LjI1IDBMMTkyIDMwNi44bDEzNy40LTEzNy40YzEyLjUtMTIuNSAzMi43NS0xMi41IDQ1LjI1IDBzMTIuNSAzMi43NSAwIDQ1LjI1bC0xNjAgMTYwQzIwOC40IDM4MC45IDIwMC4yIDM4NCAxOTIgMzg0eiIvPjwvc3ZnPg==);
mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMS4xIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMTkyIDM4NGMtOC4xODggMC0xNi4zOC0zLjEyNS0yMi42Mi05LjM3NWwtMTYwLTE2MGMtMTIuNS0xMi41LTEyLjUtMzIuNzUgMC00NS4yNXMzMi43NS0xMi41IDQ1LjI1IDBMMTkyIDMwNi44bDEzNy40LTEzNy40YzEyLjUtMTIuNSAzMi43NS0xMi41IDQ1LjI1IDBzMTIuNSAzMi43NSAwIDQ1LjI1bC0xNjAgMTYwQzIwOC40IDM4MC45IDIwMC4yIDM4NCAxOTIgMzg0eiIvPjwvc3ZnPg==);
}
@media (max-width: 767px) {
.hic-read-more span {
width: 100%;
text-align: center;
display: flex;
color: inherit;
border: 1px solid;
padding: 0.85em;
line-height: 1;
margin-top: 15px;
margin-bottom: 15px;
border-radius: 4px;
align-items: center;
justify-content: center;
}
}  .text-center .check-image img {
margin-left: auto;
margin-right: auto;
}
@media (min-width: 641px) {
.text-center .check-image img {
max-width: 85px;
}
}   [type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search],
[type=tel], [type=text], [type=time], [type=url], [type=week], select, textarea, .select2-container .select2-selection--single {
padding: 10px 0;
font-size: 16px;
border: none;
border-bottom: 1px solid #cacaca;
background: transparent;
box-shadow: none;
height: 50px;
margin: 0;
}
select {
background-position: right -10px center;
}
.select2-container .select2-selection--multiple {
min-height: 50px;
border: 1px solid #cacaca;
padding: 10px 15px;
}
[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus,
[type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus, select:focus {
border: none;
border-bottom: 1px solid #cacaca;
box-shadow: none;
background: none;
}
.select2-container{
width:100%;
}
.select2-container .select2-selection--single .select2-selection__rendered {
padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 48px;
}
::-webkit-input-placeholder { color: #0a0a0a;
}
:-ms-input-placeholder { color: #0a0a0a;
}
select, ::placeholder {
color: #0a0a0a;
}  .gform_wrapper input[type=color], .gform_wrapper input[type=date], .gform_wrapper input[type=datetime-local], .gform_wrapper input[type=datetime],
.gform_wrapper input[type=email], .gform_wrapper input[type=month], .gform_wrapper input[type=number], .gform_wrapper input[type=password],
.gform_wrapper input[type=search], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper input[type=time], .gform_wrapper input[type=url],
.gform_wrapper input[type=week], .gform_wrapper select, .gform_wrapper textarea {
margin-top: 0;
margin-bottom: 0;
}
.gform_required_legend {
display: none;
}
.gform_wrapper .gform_fields {
margin-left: -0.5375rem;
margin-right: -0.5375rem;
}
.gform_fields > .gfield {
padding-left: 0.5375rem;
padding-right: 0.5375rem;
}
.gform_wrapper .gform_fields {
grid-row-gap: 16px;
}
.gform_wrapper .gfield_label {
display: inline-block;
font-size: 16px;
font-weight: 700;
margin-bottom: 8px;
padding: 0;
}
.gform_wrapper legend {
margin-left: 0;
margin-right: 0;
}
.gform_wrapper fieldset {
border: none;
margin: 0;
}
.gform_wrapper .gfield textarea {
width: 100%;
}
.gform_wrapper .gfield textarea.small {
height: 90px;
}
.gform_wrapper .gfield textarea.medium {
height: 180px;
}
.gform_wrapper .gfield textarea.large {
height: 270px;
}
.gform_wrapper .gfield .gchoice [type=checkbox]+label, .gform_wrapper .gfield .gchoice [type=radio]+label {
margin-left: 0;
}
.gform_wrapper .gfield.inline-choices .gchoice {
display: inline-block;
margin-right: 15px;
}
.gform_wrapper .gfield_html {
margin-bottom: 16px;
}
.gform_wrapper .ginput_container_consent {
display: flex;
align-items: baseline;
}
.gform_wrapper .ginput_container_consent input {
margin: 0;
position: relative;
top: 2px;
}
.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
clear: both;
font-family: inherit;
font-size: 16px;
letter-spacing: normal;
line-height: inherit;
padding-top: 10px;
width: 100%;
}
.gform_wrapper .field_description_above .description, .gform_wrapper .field_description_above .gfield_description,
.gform_wrapper .field_description_above .gsection_description, .gform_wrapper .field_description_above .instruction {
padding-top: 0;
padding-bottom: 10px;
}
.gform_wrapper .gfield_required {
color: #c02b0a;
display: inline-block;
font-size: 13.008px;
padding-left: 0.125em;
}
.gform_wrapper .gform_required_legend .gfield_required {
padding-left: 0;
}
.gform_wrapper .gform_footer, .gform_wrapper .gform_page_footer {
margin: 6px 0 0;
padding: 16px 0;
display: inline-block;
position: relative;
}
.gform_wrapper .gform_footer::before {
font-family: 'Font Awesome 5 Pro';
content: "\f062";
font-weight: 200;
display: inline-block;
transform: rotate(45deg);
position: absolute;
right: 15px;
font-size: 20px;
top: 20px;
color: var(--lp--base-preset--brand-color--dark);
z-index: 2;
}
.gform_wrapper .gform_footer::after {
content: "";
width: 50px;
display: inline-block;
border: 1px solid rgba(var(--lp--base-preset--body--color--rgb), 0.25);
border-top: none;
border-bottom: none;
height: 42px;
position: absolute;
right: 0;
transition: all .25s ease;
}
.gform_wrapper .gform_footer:hover::after, .gform_wrapper .gform_footer:hover::before {
border-left-color: rgba(var(--lp--base-preset--button--color--hover--rgb), 0.25);
border-right-color: var(--lp--base-preset--button--background-color--hover);
color: var(--lp--base-preset--button--color--hover);
}
.gform_wrapper .gform_footer:hover .button, .gform_wrapper .gform_footer:hover .button {
background-color: var(--lp--base-preset--button--background-color--hover);
color: var(--lp--base-preset--button--color--hover);
border-color: var(--lp--base-preset--button--background-color--hover);
}
@media (max-width: 640px) {
.gform_wrapper .gform_footer input[type=submit] {
width: 100%;
}
} .gform_wrapper .gform_validation_errors {
background: #fff9f9;
border: 1.5px solid #c02b0a;
box-shadow: 0 1px 4px rgb(0 0 0 / 11%), 0 0 4px rgb(18 25 97 / 4%);
margin-top: 8px;
margin-bottom: 15px;
padding: 15px 15px 15px 48px;
position: relative;
width: 100%;
}
.gform_wrapper .gform_validation_errors>h2 {
color: #c02b0a;
font-size: 14px;
font-weight: 500;
line-height: 18px;
margin: 0 0 12px;
}
.gform_wrapper .gform_validation_errors>h2.hide_summary {
margin: 0;
}
.gform_wrapper .gform_validation_errors>h2 .gform-icon {
align-items: center;
display: flex;
font-size: 28px;
height: 100%;
left: 12px;
position: absolute;
top: 0;
}
.gform_wrapper.gfield_validation_message, .gform_wrapper .validation_message {
background: #fff9f9;
border: 1px solid #c02b0a;
font-size: 14.992px;
margin-top: 8px;
padding: 12px 24px;
}
.gform_wrapper .gfield_error [aria-invalid=true] {
border: 1px solid #c02b0a;
}
.gform_wrapper .gfield_error .gfield_repeater_cell label, .gform_wrapper .gfield_error label,
.gform_wrapper .gfield_error legend, .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message,
.gform_wrapper [aria-invalid=true]+label, .gform_wrapper label+[aria-invalid=true] {
color: #c02b0a;
} @media (min-width: 641px) {
.gform_wrapper .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full),
.gform_wrapper .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
padding-right: 0.5375rem;
}
.gform_wrapper .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full),
.gform_wrapper .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full) {
padding-left: 0.5375rem;
padding-right: 0;
}
} .button-choices .gchoice {
margin-bottom: 10px;
}
.button-choices input + label {
display: inline-block;
cursor: pointer;
position: relative;
padding: 15px 10px;
padding-left: 40px;
margin-right: 15px;
font-size: 16px;
line-height: 1.5;
border: 1px solid #cacaca;
border-radius: 5px;
width: 100%;
color: #0a0a0a;
}
.button-choices input + label::before {
content: "";
display: block;
width: 22px;
height: 22px;
position: absolute;
left: 10px;
border: 2px solid #cacaca;
background-color: #fff;
border-radius: 50%;
}
.button-choices input {
display: none !important;
}
.button-choices input:checked + label {
font-weight: 700;
color: var(--lp--base-preset--brand-color--primary);
border-color: var(--lp--base-preset--brand-color--primary);
}
.button-choices input:checked + label::after{
content: "";
display: block;
position: absolute;
top: 20px;
left: 15px;
width: 12px;
height: 12px;
border-radius: 50%;
background: var(--lp--base-preset--brand-color--primary);
}
@media (min-width: 641px) {
.button-choices.columns-2 .gfield_radio, .button-choices.columns-2 .gfield_checkbox {
display: flex;
flex-wrap: wrap;
column-gap: 10px;
}
.button-choices.columns-2 .gchoice {
width: 49%;
}
}    .header .menu a { }
.header .menu .menu-button:not(:first-child) {
margin-left: 1.5rem;
}
.header .menu .submenu {
border: none !important;
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}
.header .menu .submenu li {
margin-left: 0;
padding-left: 0 !important;
padding-right: 0 !important;
}
.header .menu .submenu li a {
transition: all .25s ease-in-out;
}
.header .menu .submenu li a:hover {
padding-left: 15px;
}
.header .menu .is-dropdown-submenu {
padding-top: 0;
opacity: 0;
visibility: hidden;
display: block;
}
.header .menu .is-dropdown-submenu li {
transition: all .25s ease-in-out;
border-bottom: 1px #e6e6e6 solid;
}
.header .menu .is-dropdown-submenu li a {
padding: 10px 8px;
line-height: 1.4;
font-size: 13px;
padding: 8px;
background-color: rgba(255, 255, 255, 0.15);
}
.header .menu .is-dropdown-submenu li a:hover {
color: #fff;
}
.header .menu .is-dropdown-submenu li.active a {
color: #fff !important;
}
.header .menu .is-dropdown-submenu li:last-child {
border-bottom: none;
}
.header .menu li:hover>.is-dropdown-submenu {
transition: opacity .4s ease-in-out;
opacity: 1;
visibility: visible;
}
.header .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
font-family: 'Font Awesome 5 Pro';
content: '\f107';
font-weight: 900;
border: none;
right: 14px;
margin-top: -7px;
}  .header .top-header {
min-height: var(--lp--base-preset--header--top-header--min-height);
padding: 8px 0;
}
.header .top-header ul li, .header .bottom-header ul li {
line-height: 16px;
display: inline-block;
}
.header .top-header ul li:not(:last-child), .header .bottom-header ul li:not(:last-child) {
margin-right: 6px;
padding-right: 8px;
}
.header .top-header .menu, .header .bottom-header .menu {
text-align: right;
}
.header .bottom-header {
min-height: var(--lp--base-preset--header--bottom-header--min-height);
padding: 8px 0;
}
@media (max-width: 640px) {
.header .top-header .contact-info span, header .bottom-header .contact-info span {
display: none;
}
}  .header .top-bar {
min-height: var(--lp--base-preset--header--top-bar--min-height);
padding: 15px 0;
transition: .3s all;
}
.header-transparent:not(.sticky-header.scrolled):not(.page-banner-hidden):not(.single-rep_listing) .header .top-bar {
padding: 20px 0;
transition: .3s all;
}
.header .top-bar .logo-wrap {
margin-bottom: 0;
}
.header .top-bar .logo-wrap .no-logo {
text-transform: uppercase;
font-size: 30px;
font-weight: bold;
font-size: 30px;
line-height: 30px;
}
.header .top-bar .logo-wrap .logo {
max-width: 91px;
}
.header .top-bar .menu .active>a, .header .top-bar .menu .is-active>a {
background: transparent;
}
.header .top-bar .top-bar-right.hide-for-large .menu li {
margin-left: 5px;
}
.header .top-bar .top-bar-right.hide-for-large .menu .phone .number {
display: none;
}
.header .top-bar .elem-phone {
display: none;
}
.header .top-bar .menu-icon {
width: 35px;
height: 24px;
overflow: hidden;
}
@media (max-width: 1023px){
.header .phone a {
padding: 6px 12px;
}
}  .header.custom-header-layout .top-bar .top-bar-body {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
grid-column-gap: 25px;
position: relative;
}
.header.custom-header-layout .top-bar:not(.one-column) .top-bar-body .top-bar-col {
width: auto;
}
.header.custom-header-layout .top-bar.three-column .top-bar-body .top-bar-col-1,
.header.custom-header-layout .top-bar.three-column .top-bar-body .top-bar-col-3 {
position: absolute;
}
.header.custom-header-layout .top-bar.three-column .top-bar-body .top-bar-col-1 {
left: 0;
}
.header.custom-header-layout .top-bar.three-column .top-bar-body .top-bar-col-3 {
right: 0;
}
.header.custom-header-layout .top-bar.three-column .top-bar-body .top-bar-col-3 .menu {
justify-content: flex-end;
}
.header.custom-header-layout .top-bar:not(.one-column) .top-bar-body .top-bar-logo {
justify-self: flex-start;
}
@media (max-width: 1023px){
.header.custom-header-layout .menu .phone .number {
display: none;
}
}
@media (min-width: 1024px) {
.header.custom-header-layout .elem-burger-menu span{
padding-left: 15px;
color: #fff;
cursor: pointer;
font-size: 16px;
}
}  .header-transparent .header {
border-bottom: 1px solid #fff3;
}
.header-transparent .header .menu li a, .header-transparent .header .contact-info li a,
.default-header-color.header-transparent .header .menu li a, .default-header-color.header-transparent .header .contact-info li a,
.header-light.header-transparent .header .menu li a, .header-light.header-transparent .header .contact-info li a,
.header-theme.header-transparent .header .menu li a, .header-theme.header-transparent .header .contact-info li a,
.header-dark.header-transparent .header .menu li a, .header-dark.header-transparent .header .contact-info li a,
.header-transparent .social-media a {
color: #fff;
}
.header-transparent.page-banner-hidden:not(.sticky-header.scrolled) .header, .single-property_type.header-transparent:not(.sticky-header.scrolled) .header,
.lp-hero-hidden.header-transparent:not(.sticky-header.scrolled) .header {
background: var(--lp--base-preset--brand-color--dark);
}
.header-transparent.sticky-header.scrolled .header {
background-color: var(--lp--base-preset--brand-color--dark);
}
.header-transparent.page-banner-hidden .off-canvas-content,
.header-transparent.lp-hero-hidden .off-canvas-content,
.sticky-header:not(.header-transparent) .off-canvas-content,
.sticky-header.page-banner-hidden .off-canvas-content,
.sticky-header.lp-banner-hidden .off-canvas-content {
padding-top: var(--lp--base-preset--header--min-height);
}
@media (min-width: 1024px) {
.header-transparent .header.custom-header-layout .elem-burger-menu:hover span {
color: var(--lp--base-preset--brand-color--primary);
}
.header-transparent .header.custom-header-layout .elem-burger-menu:hover .menu-icon::after {
background: var(--lp--base-preset--brand-color--primary);
box-shadow: -16px 9px 0px var(--lp--base-preset--brand-color--primary), 0px 18px 0px var(--lp--base-preset--brand-color--primary);
}
.header-transparent.page-banner-hidden:not(.sticky-header.scrolled) .menu li.menu-button:not(:hover) a, .lp-hero-hidden.header-transparent:not(.sticky-header.scrolled) .menu li.menu-button:not(:hover) a {
color: #fff;
}
}  .scrolled-up-sticky-header .header {
transition: all 1s ease-in-out;
}
.sticky-header.admin-bar .header {
transition: .3s all
}   .off-canvas::before {
content: "";
display: block;
background: url(https://romarkdesign.com.au/wp-content/uploads/2023/11/RM.png);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
width: 100px;
height: 100px;
margin: 0 auto;
}
.off-canvas {
background-color: var(--lp--base-preset--brand-color--dark);
}
.off-canvas .menu {
text-align: center;
}
.off-canvas li a, .off-canvas .is-accordion-submenu-parent i {
color: #fff;
}
.off-canvas .menu > li a {
padding: 16px 30px 16px 24px;
font-size: 18px;
}
.off-canvas .is-accordion-submenu-parent i {
color: #fff;
padding: 11px 17px;
font-size: 16px;
}
.off-canvas .menu .menu-item-has-children i {
top: 7px;
right: 15px;
cursor: pointer;
}
.off-canvas .menu .menu-item-has-children i::after {
content: "";
position: absolute;
width: 1px;
height: 20px;
background-color: #fff;
left: 0;
top: 50%;
transform: translateY(-50%);
}
@media (min-width: 641px) {
.has-sticky-element .off-canvas-wrapper {
overflow: inherit;
}
}  .row-fluid.carousel .slick-list {
margin: 0 -15px;
}
.slick-slider .slick-dots li button:before {
font-size: 12px;
}
.slick-dots li.slick-active button:before {
color: #000;
}
.carousel .slick-dotted > .slick-dots {
bottom: -35px;
}
.carousel .slick-arrow {
border: 1px solid rgba(112, 112, 112, 0.25);
border-radius: 50%;
width: 50px;
height: 50px;
}
.carousel .slick-arrow::before {
content: '';
width: 0.85em;
height: 0.85em;
line-height: inherit;
display: inline-block;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
background-color: #111;
font-size: 24px;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: contain;
mask-size: contain;
}
.slick-arrow.slick-prev::before {
-webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuNC4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIzIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNOS40IDIzMy40Yy0xMi41IDEyLjUtMTIuNSAzMi44IDAgNDUuM2wxOTIgMTkyYzEyLjUgMTIuNSAzMi44IDEyLjUgNDUuMyAwczEyLjUtMzIuOCAwLTQ1LjNMNzcuMyAyNTYgMjQ2LjYgODYuNmMxMi41LTEyLjUgMTIuNS0zMi44IDAtNDUuM3MtMzIuOC0xMi41LTQ1LjMgMGwtMTkyIDE5MnoiLz48L3N2Zz4=);
mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuNC4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIzIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNOS40IDIzMy40Yy0xMi41IDEyLjUtMTIuNSAzMi44IDAgNDUuM2wxOTIgMTkyYzEyLjUgMTIuNSAzMi44IDEyLjUgNDUuMyAwczEyLjUtMzIuOCAwLTQ1LjNMNzcuMyAyNTYgMjQ2LjYgODYuNmMxMi41LTEyLjUgMTIuNS0zMi44IDAtNDUuM3MtMzIuOC0xMi41LTQ1LjMgMGwtMTkyIDE5MnoiLz48L3N2Zz4=);
}
.slick-arrow.slick-next::before {
-webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuNC4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIzIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMzEwLjYgMjMzLjRjMTIuNSAxMi41IDEyLjUgMzIuOCAwIDQ1LjNsLTE5MiAxOTJjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwcy0xMi41LTMyLjggMC00NS4zTDI0Mi43IDI1NiA3My40IDg2LjZjLTEyLjUtMTIuNS0xMi41LTMyLjggMC00NS4zczMyLjgtMTIuNSA0NS4zIDBsMTkyIDE5MnoiLz48L3N2Zz4=);
mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuNC4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIzIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMzEwLjYgMjMzLjRjMTIuNSAxMi41IDEyLjUgMzIuOCAwIDQ1LjNsLTE5MiAxOTJjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwcy0xMi41LTMyLjggMC00NS4zTDI0Mi43IDI1NiA3My40IDg2LjZjLTEyLjUtMTIuNS0xMi41LTMyLjggMC00NS4zczMyLjgtMTIuNSA0NS4zIDBsMTkyIDE5MnoiLz48L3N2Zz4=);
}
@media (min-width: 641px) {
.carousel .slick-dotted > .slick-dots {
bottom: -65px;
}
}  .grid-padding-x>.cell, .grid-padding-x .slick-track>.cell {
padding-left: 23px;
padding-right: 23px;
} @media (min-width: 641px) {
.page-element.grid.grid-layout-1.image-overlay-content .hic-box, .page-element.grid.grid-layout-1.image-above-content .hic-box {
height: 100%;
}
.grid-layout-1.image-overlay-content .section-body, .grid-layout-1.image-above-content .section-body {
display: grid;
grid-auto-flow: row;
}
.grid-layout-1.image-overlay-content .section-body .hic-item, .grid-layout-1.image-above-content .section-body .hic-item {
width: 100%;
}
.grid-layout-1.image-overlay-content .section-body .hic-item:nth-child(2), .grid-layout-1.image-above-content .section-body .hic-item:nth-child(2),
.grid-layout-1.image-overlay-content .section-body .hic-item:nth-child(3), .grid-layout-1.image-above-content .section-body .hic-item:nth-child(3) {
grid-column: 2;
}
.grid-layout-1.image-overlay-content .section-body .hic-item .hic-image::before, .grid-layout-1.image-above-content .section-body .hic-item .hic-image::before {
padding-top: 66.66667% !important;
}
.grid-layout-1.image-overlay-content .section-body .hic-item:nth-child(1), .grid-layout-1.image-above-content .section-body .hic-item:nth-child(1) {
grid-column: 1;
grid-row: 1 / 3;
}
.grid-layout-1.image-overlay-content .section-body .hic-item:nth-child(1) .hic-image::before {
padding-top: 140% !important;
}
.grid-layout-1.image-above-content .section-body .hic-item:nth-child(1) .hic-image::before {
padding-top: 167% !important;
}
.grid.grid-layout-1.image-overlay-content.default-alignment .section-footer .hic-button-wrap, .grid.grid-layout-1.image-above-content.default-alignment .section-footer .hic-button-wrap {
justify-content: center;
}
.grid-layout-1.image-above-content .hic-item.has-description .hic-blurb {
max-height: 50px;
overflow: hidden;
}
}  @media (min-width: 641px) {
.page-element.grid.grid-layout-2.image-overlay-content .hic-box, .page-element.grid.grid-layout-2.image-above-content .hic-box {
height: 100%;
}
.grid-layout-2.image-overlay-content .section-body, .grid-layout-2.image-above-content .section-body {
display: grid;
grid-auto-flow: row;
}
.grid-layout-2.image-overlay-content .section-body .hic-item, .grid-layout-2.image-above-content .section-body .hic-item {
width: 100%;
}
.grid-layout-2.image-overlay-content .section-body .hic-item .hic-image::before, .grid-layout-2.image-above-content .section-body .hic-item .hic-image::before {
padding-top: 66.66667% !important;
}
.grid-layout-2.image-overlay-content .section-body .hic-item:nth-child(3), .grid-layout-2.image-above-content .section-body .hic-item:nth-child(3) {
grid-column: 2;
grid-row: 1 / 3;
}
.grid-layout-2.image-overlay-content .section-body .hic-item:nth-child(3) .hic-image::before {
padding-top: 140% !important;
}
.grid-layout-2.image-above-content .section-body .hic-item:nth-child(3) .hic-image::before {
padding-top: 167% !important;
}
.grid.grid-layout-2.image-overlay-content.default-alignment .section-footer .hic-button-wrap, .grid.grid-layout-2.image-above-content.default-alignment .section-footer .hic-button-wrap {
justify-content: center;
}
.grid-layout-2.image-above-content .hic-item.has-description .hic-blurb {
max-height: 50px;
overflow: hidden;
}
}  @media (min-width: 641px) {
.grid-layout-3.image-overlay-content .section-body .hic-box, .grid-layout-3.image-above-content .section-body .hic-box {
height: 100%;
}
.grid-layout-3.image-overlay-content .section-body, .grid-layout-3.image-above-content .section-body {
display: grid;
grid-auto-flow: row;
}
.grid-layout-3.image-overlay-content .section-body .hic-item, .grid-layout-3.image-above-content .section-body .hic-item {
width: 100%;
}
.grid-layout-3.image-overlay-content .section-body .hic-item:first-child, .grid-layout-3.image-above-content .section-body .hic-item:first-child {
grid-column: 1;
grid-row: 1 / 3;
}
.grid-layout-3.image-overlay-content .section-body .hic-item:nth-child(2), .grid-layout-3.image-above-content .section-body .hic-item:nth-child(2) {
grid-column: 2;
}
.grid-layout-3.image-overlay-content .section-body .hic-item:nth-child(3), .grid-layout-3.image-above-content .section-body .hic-item:nth-child(3) {
grid-column: 3;
}
.page-element.grid-layout-3.image-overlay-content .hic-item:first-child .hic-image:before {
padding-top: 140% !important;
}
.page-element.grid-layout-3.image-above-content .hic-item:first-child .hic-image:before {
padding-top: 185% !important;
}
.page-element.grid-layout-3.image-overlay-content .hic-image::before, .page-element.grid-layout-3.image-above-content .hic-image::before {
padding-top: 66.66667% !important;
}
.grid-layout-3.image-overlay-content .hic-item .hic-content .hic-title h3, .grid-layout-3.image-above-content .hic-item .hic-content .hic-title h3 {
font-size: 1.5rem;
}
.grid.grid-layout-3.image-overlay-content.default-alignment .section-footer .hic-button-wrap, .grid.grid-layout-3.image-above-content.default-alignment .section-footer .hic-button-wrap {
justify-content: center;
}
.grid-layout-3.image-above-content .hic-item.has-description .hic-blurb {
max-height: 50px;
overflow: hidden;
}
}   .carousel.arrows-bottom-center {
padding-bottom: 170px;
}
.carousel.arrows-bottom-center .slick-arrow,
.carousel.arrows-bottom-left .slick-arrow {
bottom: -100px;
top: unset;
transform: none;
z-index: 2;
}
.carousel.arrows-bottom-left .slick-arrow {
bottom: 0;
}
.carousel.arrows-bottom-left .slick-prev {
left: 0;
}
.carousel.arrows-bottom-left .slick-next {
left: 60px;
}
.carousel.arrows-bottom-left.slides-counter .slick-next {
left: 150px;
}
.carousel.arrows-bottom-center .slick-prev {
left: 40%;
transform: translateX(-50%);
}
.carousel.arrows-bottom-center .slick-next {
left: 54%;
transform: translateX(-50%);
}
.carousel.arrows-bottom-center.slides-counter .slick-prev {
left: 30%;
transform: translateX(-50%);
}
.carousel.arrows-bottom-center.slides-counter .slick-next {
left: 70%;
transform: translateX(-50%);
}
.carousel.arrows-bottom-center .slick-counter,
.carousel.arrows-bottom-left .slick-counter {
position: absolute;
bottom: -90px;
left: 50%;
transform: translateX(-50%);
}
.carousel.arrows-bottom-left .slick-counter {
bottom: 10px;
left: 100px;
}
.carousel .slick-dots li.slick-active button:before {
color: var(--lp--base-preset--brand-color--primary);
}
@media (min-width: 375px) {
.carousel.arrows-bottom-center.slides-counter .slick-prev {
left: 35%;
transform: translateX(-50%);
}
.carousel.arrows-bottom-center.slides-counter .slick-next {
left: 65%;
transform: translateX(-50%);
}
}
@media (min-width: 641px) {
.carousel.arrows-bottom-center .slick-prev {
left: 45%;
transform: translateX(-50%);
}
.carousel.arrows-bottom-center .slick-next {
left: 55%;
transform: translateX(-50%);
}
.carousel.arrows-bottom-center.slides-counter .slick-prev {
left: 42%;
transform: translateX(-50%);
}
.carousel.arrows-bottom-center.slides-counter .slick-next {
left: 58%;
transform: translateX(-50%);
}
}
@media (min-width: 1024px) {
.carousel.arrows-bottom-center .slick-prev {
left: 45%;
transform: translateX(-50%);
}
.carousel.arrows-bottom-center .slick-next {
left: 52%;
transform: translateX(-50%);
}
.carousel.arrows-bottom-center.slides-counter .slick-prev {
left: 45%;
transform: translateX(-50%);
}
.carousel.arrows-bottom-center.slides-counter .slick-next {
left: 55%;
transform: translateX(-50%);
}
} .carousel-layout-1 .lp-element-header-title, .carousel-layout-1 .section-title {
text-align: left;
}
.carousel-layout-1 .slick-slider {
clip-path: inset(-100vw -100vw -100vw 0);
}
.carousel-layout-1 .slick-list {
overflow: visible;
}
.carousel-layout-1 .slick-initialized .slick-arrow {
width: 30px;
height: 30px;
}
@media (min-width: 1024px) {
.carousel-layout-1 .slick-initialized .slick-arrow {
top: -65px !important;
}
.carousel-layout-1 .slick-initialized .slick-arrow.slick-prev {
right: 45px;
left: unset;
}
.carousel-layout-1 .slick-initialized .slick-arrow.slick-next {
right: 15px;
}
}  .carousel-layout-2.default-width.has-bg-img.content-only {
margin: 0 auto;
}
body.default-width .carousel-layout-2.default-width.has-bg-img.content-only {
max-width: 1170px;
}
.wide-layout .carousel-layout-2.default-width.has-bg-img.content-only {
max-width: 1640px;
}
.carousel-layout-2.default-width.has-bg-img.content-only .grid-container {
max-width: 100%;
}
.carousel-layout-2.has-bg-img.content-only .bg-image::before {
display: block;
padding-top: 75%;
position: relative;
}
.carousel-layout-2.has-bg-img.content-only .bg-image {
position: relative;
}
.carousel-layout-2.has-bg-img.content-only .hic-content {
padding: 30px 0;
width: 100%;
}
.carousel-layout-2.has-bg-img.content-only .slick-dots {
bottom: 0;
}
.carousel-layout-2.has-bg-img.content-only.default-alignment .slick-dots {
text-align: left;
padding-left: 5px;
}
.carousel-layout-2.has-bg-img.content-only .slick-list {
margin: 0;
}
.carousel-layout-2.has-bg-img.content-only.default-section, .carousel-layout-2.has-bg-img.content-only.default-section .hic-content, .carousel-layout-2.has-bg-img.content-only.default-section h2 {
color: var(--lp--base-preset--body--color);
}
.carousel-layout-2.has-bg-img.content-only .section-header {
margin: 0;
}
@media (max-width: 640px) {
.carousel-layout-2.has-bg-img.content-only .section-title {
padding-top: 15px;
}
.carousel-layout-2.has-bg-img.content-only .slick-slider {
margin-bottom: 0;
}
.carousel-layout-2.has-bg-img.content-only .slick-dots {
position: relative;
bottom: 30px;
}
}
@media (min-width: 641px) {
.carousel-layout-2.has-bg-img.content-only {
display: flex;
}
.carousel-layout-2.has-bg-img.content-only .bg-image::before, .carousel-layout-2.has-bg-img.content-only.split-50-50 .bg-image::before {
padding-top: 66.66667%;
}
.carousel-layout-2.has-bg-img.content-only .bg-image {
width: 60%;
}
.carousel-layout-2.has-bg-img.content-only .inner-section {
width: 40%;
display: flex;
align-items: center;
}
.carousel-layout-2.has-bg-img.content-only .section-title {
padding-left: 15px;
padding-right: 15px;
}
.carousel-layout-2.has-bg-img.content-only.row-fluid:not(.split-40-60) .section-title, .carousel-layout-2.has-bg-img.content-only.split-50-50.row-fluid .section-title {
padding-left: 45px;
padding-right: 45px;
}
.carousel-layout-2.has-bg-img.content-only .hic-content {
padding: 30px 15px;
}
.carousel-layout-2.has-bg-img.content-only.row-fluid:not(.split-40-60) .hic-content, .carousel-layout-2.has-bg-img.content-only.split-50-50.row-fluid .hic-content {
padding: 30px 45px;
}
.carousel-layout-2.has-bg-img.content-only.default-alignment .slick-dots {
padding-left: 20px;
}
.carousel-layout-2.has-bg-img.content-only.default-alignment.row-fluid:not(.split-40-60) .slick-dots, .carousel-layout-2.has-bg-img.content-only.split-50-50.default-alignment.row-fluid .slick-dots {
padding-left: 50px;
}
}
@media (min-width: 1024px) {
.carousel-layout-2.has-bg-img.content-only.row-fluid .hic-blurb, .carousel-layout-2.has-bg-img.content-only.split-50-50.row-fluid .hic-blurb, .carousel-layout-2.has-bg-img.content-only.split-40-60.row-fluid .hic-blurb {
font-size: 2rem;
}
} @media (min-width: 641px) {
.carousel-layout-2.has-bg-img.content-only.split-50-50 .bg-image {
width: 50%;
}
.carousel-layout-2.has-bg-img.content-only.split-50-50 .inner-section {
width: 50%;
display: flex;
align-items: center;
}
}  @media (min-width: 641px) {
.carousel-layout-2.has-bg-img.content-only.split-40-60 .bg-image {
width: 40%;
}
.carousel-layout-2.has-bg-img.content-only.split-40-60 .inner-section {
width: 60%;
display: flex;
align-items: center;
}
}    .hero, .hero label, .hero h1 {
color: #fff;
}
.hero .hero-body {
grid-row-gap: 30px;
align-items: center;
}
.hero .hero-banner-message h1, .hero .hero-banner-message .h1, .lp-hero .lp-hero-banner h1 {
font-size: 2.5rem;
font-weight: 500;
}
.hero .hero-banner-message h1 span, .hero .hero-banner-message h1 em {
color: var(--lp--base-preset--brand-color--primary);
display: block;
font-size: 1.625rem;
text-transform: uppercase;
letter-spacing: 2.6px;
}
.hero-banner-message .hic-button-wrap .button {
min-width: 180px;
}
.hero .hero-banner-message .hic-button-wrap .button.secondary-white-button {
background-color: #fff;
color: var(--lp--base-preset--body--color);
}
.hero .hero-banner-message .hic-button-wrap .button.secondary-white-button:hover {
background-color: var(--lp--base-preset--button--background-color);
color: #fff;
}
.hero .hero-banner-message .play-video .button {
opacity: 1;
padding: 0;
background-color: transparent;
font-size: 60px;
color: #fff;
}
.header-transparent .hero.page-banner:not(.full-screen-banner) .hero-body {
padding-bottom: 30px;
align-items: end;
}
.hero.hero.full-screen-banner .hero-body::after {
content: "";
width: 1px;
height: 50px;
position: absolute;
bottom: 50px;
background-color: #fff;
left: 50%;
transform: translateX(-50%);
z-index: 2;
transition: .3s all;
}
.hero.hero.full-screen-banner .hero-body:hover::after {
bottom: 0;
transition: .3s all;
}
.hero.hero.full-screen-banner::before {
content: "";
width: 1px;
height: 100px;
position: absolute;
bottom: 0;
background-color: #fff3;
left: 50%;
transform: translateX(-50%);
z-index: 2;
}
.hero.hero.full-screen-banner::after {
content: 'Scroll down';
position: absolute;
bottom: 110px;
font-size: 12px;
left: 50%;
transform: translateX(-50%);
}
@media (max-width: 640px) {
.hero .hero-banner-message .hic-button-wrap {
flex-direction: column;
}
.hero .hero-banner-message .hic-button-wrap .button {
min-width: 200px;
margin-left: auto;
margin-right: auto;
}
}
@media (min-width: 641px) {
.hero.default-alignment .hero-content-col, .hero.text-left .hero-content-col {
max-width: 800px;
}
.default-width .hero.text-center:not(.form-side) .grid-container {
max-width: 900px;
}
.wide-layout .hero.text-center:not(.form-side) .grid-container { }
.hero .hero-banner-message h1, .hero .hero-banner-message .h1, .lp-hero .lp-hero-banner h1 {
font-size: 2.8rem;
}
}
@media (min-width: 1024px) {
.header-transparent .hero.page-banner:not(.full-screen-banner) .hero-body {
padding-bottom: 60px;
}
.hero .hero-banner-message, .hero .hero-banner-message, .lp-hero .lp-hero-banner {
font-size: 1.625rem;
line-height: 32px;
}
.hero .hero-banner-message h1, .hero .hero-banner-message .h1, .lp-hero .lp-hero-banner h1 {
font-size: 3.75rem;
line-height: 82px;
}
.hero.full-screen-banner .hero-banner-message h1, .hero.full-screen-banner .hero-banner-message .h1 {
font-size: 5rem;
line-height: 82px;
}
} .hero .slick-slider .slick-arrow.slick-prev {
left: 0;
}
.hero .slick-slider .slick-arrow.slick-next {
right: 0;
}
.hero .slick-dots {
margin-bottom: 10px;
}
@media (max-width: 640px) {
.hero .hero-slider .slick-list {
margin: 0;
}
}  .header-transparent .hero .hero-body, .default-header-color.header-transparent .hero .hero-body, .header-light.header-transparent .hero .hero-body,
.header-theme.header-transparent .hero .hero-body, .header-dark.header-transparent .hero .hero-body {
padding-top: var(--lp--base-preset--header--min-height);
}  @media (min-aspect-ratio: 16/9) {
.video-background-banner.full-screen-banner .responsive-embed {
height: 300% !important;
top: -100%;
}
}
@media (max-aspect-ratio: 16/9) {
.video-background-banner.full-screen-banner .responsive-embed {
width: 300% !important;
left: -100%;
}
}    .hero .hero-form-container {
padding: 30px;
}  .hero.full-screen-banner {
min-height: 100vh;
}
.hero.short-banner {
min-height: 200px;
}
.hero.tall-banner {
min-height: 350px;
}
.hero.page-banner.default-height {
min-height: 200px;
}
.hero:not(.page-banner).default-height {
min-height: 350px;
}
.hero:not(.page-banner).banner-solid-colour.default-height {
min-height: 150px;
}
.header-transparent .hero.page-banner.default-height {
min-height: calc(200px + var(--lp--base-preset--header--min-height));
}
.header-transparent .hero:not(.page-banner).default-height {
min-height: calc(400px + var(--lp--base-preset--header--min-height));
}
.header-transparent .hero.short-banner {
min-height: calc(200px + var(--lp--base-preset--header--min-height));
}
.header-transparent .hero.tall-banner {
min-height: calc(400px + var(--lp--base-preset--header--min-height));
}
.header-transparent .hero:not(.page-banner).banner-solid-colour.default-height {
min-height: calc(150px + var(--lp--base-preset--header--min-height));
}
body:not(.admin-bar):not(.header-transparent) .hero.full-screen-banner {
min-height: calc(100vh - var(--lp--base-preset--header--min-height));
}
@media (min-width: 641px) {
.hero:not(.page-banner).default-height {
min-height: 400px;
}
.hero:not(.page-banner).banner-solid-colour.default-height {
min-height: 200px;
}
.header-transparent .hero:not(.page-banner).banner-solid-colour.default-height {
min-height: calc(200px + var(--lp--base-preset--header--min-height));
}
}
@media (max-width: 782px){
.admin-bar .hero.full-screen-banner {
min-height: calc(100vh - 46px);
}
.admin-bar.header-transparent .hero.full-screen-banner {
min-height: calc(100vh - 46px);
}
.admin-bar:not(.header-transparent) .hero.full-screen-banner {
min-height: calc(100vh - calc(var(--lp--base-preset--header--min-height) + 46px));
}
}
@media (min-width: 783px){
.admin-bar.header-transparent .hero.full-screen-banner {
min-height: calc(100vh - 32px);
}
.admin-bar:not(.header-transparent) .hero.full-screen-banner {
min-height: calc(100vh - calc(var(--lp--base-preset--header--min-height) + 32px));
}
}
@media (min-width: 1024px) {
.hero.page-banner.default-height {
min-height: 250px;
}
.hero:not(.page-banner).default-height {
min-height: 550px;
}
.hero:not(.page-banner).banner-solid-colour.default-height {
min-height: 250px;
}
.hero.short-banner {
min-height: 300px;
}
.hero.tall-banner {
min-height: 600px;
}
.header-transparent .hero:not(.page-banner).banner-solid-colour.default-height {
min-height: calc(250px + var(--lp--base-preset--header--min-height));
}
.header-transparent .hero.page-banner.default-height {
min-height: calc(250px + var(--lp--base-preset--header--min-height));
}
.header-transparent .hero:not(.page-banner).default-height {
min-height: calc(550px + var(--lp--base-preset--header--min-height));
}
.header-transparent .hero.short-banner {
min-height: calc(300px + var(--lp--base-preset--header--min-height));
}
.header-transparent .hero.tall-banner {
min-height: calc(600px + var(--lp--base-preset--header--min-height));
}
}   .element-breadcrumbs {
padding: 10px 0;
background-color: #f7f7f7;
}
.breadcrumb-separator::after {
font-family: 'Font Awesome 5 Pro';
content: '\f105';
width: 20px;
font-size: 14px;
display: inline-block;
text-align: center;
}   .body-content .inner-body-content > .child-page-menu {
background-color: var(--lp--base-preset--brand-color--grey);
}
@media(max-width: 1023px) {
.body-content .inner-body-content >.child-page-menu .menu {
flex-flow: column;
}
}  .sidebar-widget-element.child-page-menu .menu li a {
padding-left: 0;
padding-right: 0;
border-bottom: 1px solid #CCC;
color: #1B1B1B;
}   .wp-block-image {
margin-bottom: 1rem;
}
.wp-block-buttons {
margin-top: 30px;
}
.widget_tag_cloud .wp-block-tag-cloud a {
background-color: #eee;
color: #222;
padding: 3px 5px;
border-radius: 0;
}
.widget_recent_entries .wp-block-latest-posts__featured-image .wp-post-image:not(.size-thumbnail) {
margin-bottom: 10px;
}
.widget_recent_entries .wp-block-latest-posts__featured-image.alignleft {
display: flex;
flex-direction: row;
margin-bottom: 10px;
}
.widget_search .wp-block-search__button-inside .wp-block-search__inside-wrapper {
border: 0;
}
.widget_search .wp-block-search__button-inside input[type=search] {
margin-bottom: 0;
}
.widget_search .wp-block-search__button-outside input[type=search] {
margin-bottom: 0;
}
.widget_search .wp-block-search__button {
background-color: var(--lp--base-preset--button--background-color);
color: #fff;
padding: 0 10px;
margin-left: 0;
}
.widget_search .wp-block-search__text-button .wp-block-search__button {
font-size: 16px;
}
@media (max-width: 640px) {
.wp-block-image .alignright {
width: 100%;
float: none;
margin: 0;
}
}  .hic-blurb > .page-element.accordion-element {
padding-top: 30px;
}
.accordion-element .accordion {
margin-bottom: 0;
background: transparent;
}
.accordion-title, .tabs-title>a {
font-size: 16px;
}
.accordion-title {
border: none;
line-height:1.2;
transition: all .25s ease-in-out;
padding-left: 0;
font-weight: 600;
}
.accordion-title::before {
transform: translateY(-50%);
margin: 0;
}
.accordion-title,
:last-child:not(.is-active)>.accordion-title,
:last-child:not(.is-active)>.accordion-content {
border: none;
}
.accordion-element:not(.two-column-accordion) .accordion-item:not(.is-active):not(:last-of-type) .accordion-title {
border-bottom: 1px solid rgba(0,0,0,.15);
}
.accordion-content, .tabs-content {
color: var(--lp--base-preset--body--color);
}
:last-child>.accordion-content:last-child {
border:none;
}
.accordion-title:focus, .accordion-title:hover {
background-color: transparent;
}
.accordion-content {
border-left: none;
border-right: none;
border-top: none;
border-bottom: 1px solid rgba(0,0,0,.15);
background: transparent;
padding-left: 0;
padding-top: 0;
font-size: 16px;
}
@media print, screen and (min-width: 40em) {
.accordion-content>.medium-4 {
width: 33.33333%;
}
}
@media (min-width: 1024px) {
.accordion-title {
font-size: 28px;
}
}
@media (max-width: 1023px) {
.accordion-element .feature-image {
margin-bottom: 15px;
}
.accordion-element.two-column-accordion .accordion-container:first-child {
margin-bottom: -1px;
}
} .accordion-element.two-column-accordion .accordion-item:not(.is-active) .accordion-title {
border-bottom: 1px solid rgba(0,0,0,.15);
}   .tabs {
border-top: 0;
border-right: 0;
border-left: 0;
border-color: #CECECE;
display: flex;
column-gap: 20px;
}
.tabs::after, .tabs::before {
display: none;
}
.text-center .tabs {
justify-content: center;
}
.tabs .tabs-title>a {
color: var(--lp--base-preset--body--color);
background-color: transparent;
font-weight: 600;
}
.tabs .tabs-title:not(.is-active) {
border: 1px solid var(--lp--base-preset--body--color);
border-bottom: none;
}
.tabs .tabs-title.is-active>a, .tabs .tabs-title.is-active {
background-color: var(--lp--base-preset--button--background-color);
color: #fff;
}
.tabs-content {
border: 0;
}
@media (min-width: 641px) {
.tabs .tabs-title>a {
min-width: 144px;
}
} .horizontal-tab-layout .tabs .tabs-title, .horizontal-tab-layout .tabs .tabs-title>a {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.horizontal-tab-layout.default-alignment .tabs .tabs-title>a {
text-align: center;
}
.horizontal-tab-layout .tabs-panel {
padding-left: 0;
padding-right: 0;
}  @media (max-width: 640px) {
.vertical-tab-layout .tabs .tabs-title, .vertical-tab-layout .tabs .tabs-title>a {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.vertical-tab-layout .tabs-panel {
padding-left: 0;
padding-right: 0;
}
}
@media (min-width: 641px) {
.vertical-tab-layout .tabs-container {
display: flex;
}
.vertical-tab-layout .tabs {
flex-flow: column;
width: 25%;
border: none;
}
.vertical-tab-layout .tabs .tabs-title:last-of-type {
border-bottom: 1px solid;
}
.vertical-tab-layout .tabs-panel {
padding-top: 0;
}
.vertical-tab-layout .tabs-content {
width: 75%;
}
}   .page-element, .sidebar-element {
padding: 30px 0;
}
.page-element.grid .section-body, .tab .grid-padding-x.tab-properties, .page-element.grid .section-body .hic-block .block-body {
grid-row-gap: 15px;
}
.page-element.default-section.has-bg-img h2 {
color: #fff;
}
.page-element .section-body .lp-element {
padding-top: 0; padding-bottom: 0;margin-left: -15px; margin-right: -15px;
}
.section-header {
margin-bottom: 30px;
}
.section-header .sub-heading {
margin-bottom: 0;
}
.section-title, .split-50-50 .medium-12 .hic-title h3, .split-50-50 .medium-12 .hic-title h1, .row-fluid .medium-12 .hic-title h3,
.split-50-50 .medium-12 .hic-blurb h1, .split-40-60 .medium-12 .hic-title h3, .contact-form h2 {
font-size: 2.2rem;
}
.section-title span, .hic-title span, .image-left-content .hic-title h3 span, .image-right-content .hic-title h3 span,
.hic-blurb h1 em, .page-element.flexible-content.page-columns h2 em, .page-element.flexible-content.page-columns h1 em {
color: var(--lp--base-preset--brand-color--primary);
display: block;
text-transform: uppercase;
font-size: 16px;
letter-spacing: 2.1px; 
padding: 20px 0;
font-weight: 400;
font-style: normal;
}
.hic-title h3 {
margin-top: 0;
font-size: 1.313rem;
}
.medium-6 .hic-title h3, .medium-4.large-2 .hic-title h3 {
font-weight: 700;
}
.hic-blurb p:last-child {
margin-bottom: 0;
}
.hic-item:not(.medium-12) .hic-blurb {
font-size: 1rem;
}
.hic-blurb > .page-element {
padding: 0;
}
.hic-blurb > .page-element.text-left .hic-button-wrap {
justify-content: start;
}
.hic-icon i {
font-weight: 300;
}
.hic-avatar {
width: 120px;
height: 120px;
border-radius: 50%;
}
.hic-avatar.hic-image::before {
padding-top: 100%;
}
.hic-label {
font-weight: 500;
}
.hic-date-time, .hic-location {
position: relative;
padding-left: 28px;
}
.hic-date-time::before, .hic-location::before {
font-family: 'Font Awesome 5 Pro';
position: absolute;
left: 0;
}
.hic-date-time::before {
content: "\f073";
}
.hic-location::before {
content: "\f3c5";
}
.hic-button-wrap {
margin-top: 25px;
}
.hic-seperator::before {
content: ', ';
}
.hic-box-link {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
z-index: 2;
transition: all 1s ease;
}
.hic-image-count {
display: inline-flex;
padding: 4px 8px;
align-items: center;
color: #fff;
background-color: rgba(0,0,0,.45);
position: absolute;
top: 15px;
left: 15px;
}
.hic-image-count::before {
content: '';
width: 0.85em;
height: 0.85em;
line-height: inherit;
display: inline-block;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
background-color: currentColor;
font-size: 24px;
margin-right: 6px;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMS4xIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMTQ0IDI4OEMxNDQgMjI2LjEgMTk0LjEgMTc2IDI1NiAxNzZDMzE3LjkgMTc2IDM2OCAyMjYuMSAzNjggMjg4QzM2OCAzNDkuOSAzMTcuOSA0MDAgMjU2IDQwMEMxOTQuMSA0MDAgMTQ0IDM0OS45IDE0NCAyODh6TTI1NiAyMjRDMjIwLjcgMjI0IDE5MiAyNTIuNyAxOTIgMjg4QzE5MiAzMjMuMyAyMjAuNyAzNTIgMjU2IDM1MkMyOTEuMyAzNTIgMzIwIDMyMy4zIDMyMCAyODhDMzIwIDI1Mi43IDI5MS4zIDIyNCAyNTYgMjI0ek0zNjIuOSA2NC44MkwzNzMuMyA5Nkg0NDhDNDgzLjMgOTYgNTEyIDEyNC43IDUxMiAxNjBWNDE2QzUxMiA0NTEuMyA0ODMuMyA0ODAgNDQ4IDQ4MEg2NEMyOC42NSA0ODAgMCA0NTEuMyAwIDQxNlYxNjBDMCAxMjQuNyAyOC42NSA5NiA2NCA5NkgxMzguN0wxNDkuMSA2NC44MkMxNTUuNiA0NS4yMiAxNzMuOSAzMiAxOTQuNiAzMkgzMTcuNEMzMzguMSAzMiAzNTYuNCA0NS4yMiAzNjIuOSA2NC44MkgzNjIuOXpNNjQgMTQ0QzU1LjE2IDE0NCA0OCAxNTEuMiA0OCAxNjBWNDE2QzQ4IDQyNC44IDU1LjE2IDQzMiA2NCA0MzJINDQ4QzQ1Ni44IDQzMiA0NjQgNDI0LjggNDY0IDQxNlYxNjBDNDY0IDE1MS4yIDQ1Ni44IDE0NCA0NDggMTQ0SDMzOC43TDMxNy40IDgwSDE5NC42TDE3My4zIDE0NEg2NHoiLz48L3N2Zz4=);
mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMS4xIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMTQ0IDI4OEMxNDQgMjI2LjEgMTk0LjEgMTc2IDI1NiAxNzZDMzE3LjkgMTc2IDM2OCAyMjYuMSAzNjggMjg4QzM2OCAzNDkuOSAzMTcuOSA0MDAgMjU2IDQwMEMxOTQuMSA0MDAgMTQ0IDM0OS45IDE0NCAyODh6TTI1NiAyMjRDMjIwLjcgMjI0IDE5MiAyNTIuNyAxOTIgMjg4QzE5MiAzMjMuMyAyMjAuNyAzNTIgMjU2IDM1MkMyOTEuMyAzNTIgMzIwIDMyMy4zIDMyMCAyODhDMzIwIDI1Mi43IDI5MS4zIDIyNCAyNTYgMjI0ek0zNjIuOSA2NC44MkwzNzMuMyA5Nkg0NDhDNDgzLjMgOTYgNTEyIDEyNC43IDUxMiAxNjBWNDE2QzUxMiA0NTEuMyA0ODMuMyA0ODAgNDQ4IDQ4MEg2NEMyOC42NSA0ODAgMCA0NTEuMyAwIDQxNlYxNjBDMCAxMjQuNyAyOC42NSA5NiA2NCA5NkgxMzguN0wxNDkuMSA2NC44MkMxNTUuNiA0NS4yMiAxNzMuOSAzMiAxOTQuNiAzMkgzMTcuNEMzMzguMSAzMiAzNTYuNCA0NS4yMiAzNjIuOSA2NC44MkgzNjIuOXpNNjQgMTQ0QzU1LjE2IDE0NCA0OCAxNTEuMiA0OCAxNjBWNDE2QzQ4IDQyNC44IDU1LjE2IDQzMiA2NCA0MzJINDQ4QzQ1Ni44IDQzMiA0NjQgNDI0LjggNDY0IDQxNlYxNjBDNDY0IDE1MS4yIDQ1Ni44IDE0NCA0NDggMTQ0SDMzOC43TDMxNy40IDgwSDE5NC42TDE3My4zIDE0NEg2NHoiLz48L3N2Zz4=);
}
.thumb-play-video-icon {
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 50%;
text-align: center;
background-color: transparent;
}
.thumb-play-video-icon::before {
font-family: 'Font Awesome 5 Pro';
content: "\f04b";
}
@media (max-width: 640px) {
.page-elements>.page-element.row-fluid.image-left-content:first-of-type {
padding-top: 0;
}
}
@media (min-width: 641px) {
.section-title span, .hic-title span, .image-left-content .hic-title h3 span, .image-right-content .hic-title h3 span,
.hic-blurb h1 em, .page-element.flexible-content.page-columns h2 em, .page-element.flexible-content.page-columns h1 em {
font-size: 26px;
}
}
@media (max-width: 1023px) {
.page-elements > .page-element.image-right-content.row-fluid:first-child {
padding-top: 0 !important;
}
.page-elements > .page-element:first-of-type.image-right-content.split-50-50 .hic-media-container {
order: 1;
}
.page-elements > .page-element:first-of-type.image-right-content.split-50-50 .hic-content {
order: 2;
}
} @media (min-width: 1024px) {
.second-theme-section.split-50-50.row-fluid {
background: linear-gradient(to right, var(--lp--base-preset--brand-color--secondary) 50%, #fff 0%);
}
.second-theme-section.split-50-50.row-fluid .hic-media-container {
padding: 0 50px;
}
}  .header-1-col:not(.instagram-heading, .header-left) .section-header.heading-and-subheading {
margin-bottom: 60px;
}
@media (min-width: 1024px) {
.page-element:not(.header-1-col, .header-left) .section-header.heading-and-subheading {
margin-bottom: 60px;
}
.page-element:not(.header-1-col, .header-left) .section-header.heading-and-subheading .cell {
display: flex;
justify-content: space-between;
}
.page-element:not(.header-1-col, .header-left) .section-header.heading-and-subheading .section-title {
max-width: 400px;
}
.page-element:not(.header-1-col, .header-left) .section-header.heading-and-subheading .sub-heading {
max-width: 960px;
}
}  .has-secondary-image .hic-media-container:hover .hic-image + .hic-secondary-image {
opacity: 1;
visibility: visible;
}
.has-secondary-image .hic-image + .hic-secondary-image {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
opacity: 0;
visibility: hidden;
transition: all .25s ease-in-out;
z-index: 1;
}  .single .content-element .section-header.heading-only, .single .page-element .section-header.heading-only {
margin-bottom: 0;
}
.single .content-element .hic-media-container {
margin-bottom: 20px;
}
.single .post-content .audio-player-container {
margin-bottom: 30px;
}
.single .content-element h2.section-title, .single .content-element h3, .single .has-sidebar .main-content .page-element .section-title { }
.single .content-element h2.section-title, .single .content-element h3 {
font-size: 1.4rem;
}
@media (min-width: 641px) {
.single .content-element h2.section-title, .single .content-element h3, .single .has-sidebar .main-content .page-element .section-title {
font-size: 1.5rem;
}
}  @media (min-width: 641px) {
.page-element, .sidebar-element {
padding: 50px 0;
}
.page-element.grid .section-body, .tab .grid-padding-x.tab-properties, .page-element.grid .section-body .hic-block .block-body {
grid-row-gap: 30px;
}
.section-title, .split-50-50 .medium-12 .hic-title h3, .split-50-50 .medium-12 .hic-title h1, .row-fluid .medium-12 .hic-title h3,
.split-50-50 .medium-12 .hic-blurb h1, .split-40-60 .medium-12 .hic-title h3, .contact-form h2 {
font-size: 2.7rem;
}
}
@media (min-width: 1024px) {
.page-element, .sidebar-element {
padding: 80px 0;
}
.section-title, .split-50-50 .medium-12 .hic-title h3, .split-50-50 .medium-12 .hic-title h1, .row-fluid .medium-6:not(.large-3, .large-4) .hic-title h3, .row-fluid .medium-12 .hic-title h3,
.split-50-50 .medium-12 .hic-blurb h1, .split-40-60 .medium-12 .hic-title h3, .contact-form h2 {
font-size: 2.875rem;
} 
.hic-item:not(.medium-12) .hic-blurb {
font-size: 1.125rem;
}
}    .image-above-content.default-section:not(.content-element, .has-img-bg) .hic-box > .hic-content,
.image-above-content.second-theme-section:not(.content-element, .has-img-bg) .hic-box > .hic-content {
padding: 20px;
background-color: #fff;
}  .image-left-content.row-fluid:not(.long-portrait-images, .portrait-images) .hic-image::before, .image-right-content.row-fluid:not(.long-portrait-images, .portrait-images) .hic-image::before {
padding-top: 66.66667%;
}
.image-left-content.tab-layout .hic-box, .image-right-content.tab-layout .hic-box {
align-items: center;
}
.image-left-content.row-fluid .medium-12.has-media .hic-image, .image-right-content.row-fluid .medium-12.has-media .hic-image {
height: 100%;
}
.image-left-content.row-fluid .medium-12.has-media .hic-content, .image-right-content.row-fluid .medium-12.has-media .hic-content {
align-self: center;
}
.image-left-content.split-50-50.grid:not(.row-fluid) .hic-title h3, .image-right-content.split-50-50.grid:not(.row-fluid) .hic-title h3 {
margin-bottom: 38px;
}
@media (min-width: 641px) {
.image-left-content.then-right.row-fluid .section-body {
row-gap: 0;
}
.image-left-content:not(.row-fluid) .has-media .hic-content, .image-left-content:not(.row-fluid) .has-placeholder-image .hic-content,
.image-right-content.then-left:not(.row-fluid) .cell:nth-child(even).has-media .hic-content, .image-right-content.then-left:not(.row-fluid) .cell:nth-child(even).has-placeholder-image .hic-content {
padding-left: 30px;
padding-right: 0;
}
.image-right-content:not(.row-fluid) .has-media .hic-content, .image-right-content:not(.row-fluid) .has-placeholder-image .hic-content,
.image-left-content.then-right:not(.row-fluid) .cell:nth-child(even).has-media .hic-content, .image-left-content.then-right:not(.row-fluid) .cell:nth-child(even).has-placeholder-image .hic-content {
padding-right: 30px;
padding-left: 0;
}
.image-left-content.row-fluid .has-image .hic-content, .image-right-content.row-fluid .has-image .hic-content,
.image-left-content.row-fluid .has-gallery .hic-content, .image-right-content.row-fluid .has-gallery .hic-content {
padding: 30px;
}
.image-left-content:not(.row-fluid) .medium-12.has-media .hic-box, .image-right-content:not(.row-fluid) .medium-12.has-media .hic-box {
align-items: center;
}
}
@media (min-width: 1024px) {
.image-left-content.split-40-60.row-fluid .hic-item.has-description.has-media .hic-content {
padding-left: 115px;
}
.image-left-content.then-right.row-fluid .hic-item.has-description.has-media:nth-of-type(odd) .hic-content,
.image-right-content.then-left.row-fluid .hic-item.has-description.has-media:nth-of-type(even) .hic-content {
padding-left: 162px;
padding-bottom: 115px;
padding-top: 115px;
}
.image-left-content.then-right.row-fluid .hic-item.has-description.has-media:nth-of-type(even) .hic-content,
.image-right-content.then-left.row-fluid .hic-item.has-description.has-media:nth-of-type(odd) .hic-content {
padding-right: 162px;
padding-bottom: 115px;
padding-top: 115px;
}
.image-left-content.row-fluid .medium-12.has-image .hic-content, .image-right-content.row-fluid .medium-12.has-image .hic-content,
.image-left-content.row-fluid .medium-12.has-gallery .hic-content, .image-right-content.row-fluid .medium-12.has-gallery .hic-content {
padding-left: 60px;
padding-right: 60px;
}
.default-width .image-left-content.row-fluid .medium-12.has-image .hic-content, .default-width .image-right-content.row-fluid .medium-12.has-image .hic-content,
.default-width .image-left-content.row-fluid .medium-12.has-gallery .hic-content, .default-width .image-right-content.row-fluid .medium-12.has-gallery .hic-content {
max-width: 600px;
}
.wide-layout .image-left-content.row-fluid .medium-12.has-image .hic-content, .wide-layout .image-right-content.row-fluid .medium-12.has-image .hic-content,
.wide-layout .image-left-content.row-fluid .medium-12.has-gallery .hic-content, .wide-layout .image-right-content.row-fluid .medium-12.has-gallery .hic-content {
max-width: 760px;
}
.wide-layout .image-left-content.row-fluid.split-40-60 .medium-12.has-image .hic-content {
max-width: 1080px;
}
}
@media (max-width: 1023px) {
.split-50-50.row-fluid .has-media .hic-box > .hic-media-container, .split-50-50.row-fluid .has-media .hic-box > .hic-content {
width: 100%;
}
.image-right-content.row-fluid:not(.then-left) .hic-content {
padding: 30px 15px;
}
.image-right-content.row-fluid:not(.then-left) .has-media .hic-box {
display: flex;
flex-direction: column-reverse;
}
}
@media (max-width: 640px) {
.image-left-content.default-section .has-media .hic-content, .image-right-content.default-section .has-media .hic-content {
padding-top: 20px;
}
.image-left-content:not(.default-section) .hic-content, .image-right-content:not(.default-section) .hic-content {
padding: 20px 15px;
}
.image-left-content.second-theme-boxes .hic-content {
padding: 20px;
}
.image-left-content.row-fluid .hic-content {
padding-left: 15px;
padding-right: 15px;
}
}  .image-below-content .hic-media-container {
margin-top: 20px;
}  .image-overlay-content.row-fluid .medium-12 .hic-image::before {
padding-top: 33.3333%;
}
.image-overlay-content .large-3 .hic-image::before {
padding-top: 150%;
}
.image-overlay-content .has-media .hic-media-container .overlay {
position: absolute;
top: 0;
bottom: 0;
height: 100%;
width: 100%;
background: linear-gradient(to bottom, transparent, rgb(0 0 0 / 90%) 100%);
transition: all .3s ease-in-out;
z-index: 1;
}
.image-overlay-content .has-media .hic-content {
padding: 30px;
justify-content: flex-end;
color: #fff;
}
.image-overlay-content .hic-title h3, .image-overlay-content .text-link .hic-button-wrap a {
color: #fff;
}
.image-overlay-content .hic-content .button {
background-color: var(--lp--base-preset--button--background-color);
color: var(--lp--base-preset--button--color--hover);
border-color: rgba(var(--lp--base-preset--button--color--hover--rgb), 0.25);
}
.image-overlay-content .hic-content .button::before {
color: var(--lp--base-preset--button--color--hover);
}
.image-overlay-content .hic-content .button::after {
border: 1px solid rgba(var(--lp--base-preset--button--color--hover--rgb), 0.25);
}
.image-overlay-content .hic-content .button:hover, .image-overlay-content .hic-content .button:focus {
background-color: var(--lp--base-preset--button--background-color--hover);
border-color: var(--lp--base-preset--button--background-color--hover);
}
.image-overlay-content .hic-box:hover > .hic-content > .hic-button-wrap {
bottom: 0;
transition: .3s all;
}
.image-overlay-content .hic-box {
overflow: hidden;
}
.image-overlay-content:not(.project-profile-element).grid .button-link .hic-box .hic-content, .image-overlay-content:not(.project-profile-element).carousel .button-link .hic-box .hic-content {
transition: .3s all;
transform: translateY(78px);
}
.image-overlay-content:not(.project-profile-element).grid .text-link .hic-box .hic-content, .image-overlay-content:not(.project-profile-element).carousel .text-link .hic-box .hic-content {
transform: translateY(47px);
}
.image-overlay-content:not(.project-profile-element).grid .button-link .hic-box:hover .hic-content, .image-overlay-content:not(.project-profile-element).carousel .button-link .hic-box:hover .hic-content,
.image-overlay-content:not(.project-profile-element).grid .text-link .hic-box:hover .hic-content, .image-overlay-content:not(.project-profile-element).carousel .text-link .hic-box:hover .hic-content {
transition: .3s all;
transform: translateY(0);
}  @media (min-width: 1024px) {
.body-content:not(.has-sidebar-both) .image-above-content:not(.small-container) .medium-12 .hic-image::before,
.body-content:not(.has-sidebar-both) .image-overlay-content:not(.small-container) .medium-12 .hic-image::before {
padding-top: 33.3333%;
}
.image-overlay-content.row-fluid .medium-6:not(.large-3,.large-4) .hic-image::before {
padding-top: 66.6666%;
}
.body-content.has-sidebar-both .image-above-content .medium-12 .hic-image::before, .body-content.has-sidebar-both .image-overlay-content .medium-12 .hic-image::before,
.image-above-content.small-container .medium-12 .hic-image::before, .image-overlay-content.small-container .medium-12 .hic-image::before,
.image-above-content.row-fluid .medium-6:not(.large-3,.large-4) .hic-image::before {
padding-top: 50%;
}
}
@media (max-width: 1023px) {
.image-above-content .medium-12 .hic-image::before, .image-overlay-content .medium-12 .hic-image::before {
padding-top: 50%;
}
}    .icon-above-content .hic-box {
border-bottom: 1px solid rgba(var(--lp--base-preset--brand-color--primary--rgb), 0.25);
padding-bottom: 15px;
}
.icon-above-content .hic-icon {
font-size: 55px;
transition: all .3s ease-in-out;
padding-bottom: 30px;
}
.icon-above-content.text-center .hic-icon {
margin-left: auto;
margin-right: auto;
}
.icon-above-content.box-border .hic-content {
padding: 40px 20px;
}
.icon-above-content .hic-box {
padding: 20px 20px 40px;
height: 100%;
}
.icon-above-content:not(.theme-section) .hic-box .hic-icon {
color: var(--lp--base-preset--brand-color--primary);
}
.icon-above-content .hic-item.large-2 .hic-title h3 {
font-size: 1.125rem;
}  .icon-left-content .hic-box {
height: 100%;
border-bottom: 1px solid rgba(var(--lp--base-preset--brand-color--primary--rgb), 0.5);
padding-bottom: 15px;
}
.icon-left-content .hic-content {
padding: 10px 0 25px 80px;
padding-left: 80px;
position: relative;
text-align: left;
transition: all .25s ease;
top: 0;
} .icon-left-content .hic-icon {
position: absolute;
width: 60px;
border-radius: 8px;
font-size: 30px;
top: 10px;
left: 0;
text-align: center;
}
.icon-left-content:not(.theme-section) .hic-box .hic-icon {
color: var(--lp--base-preset--brand-color--primary);
}
.icon-left-content .hic-item.large-3 .hic-title h3 {
font-size: 1.125rem;
}  @media(min-width: 1024px) {
.icon-left-content .hic-content {
padding: 10px 0 0 80px;
}
.icon-above-content .hic-icon {
font-size: 65px;
}
}    .contact-form .inner-section {
position: relative;
font-size: 1.125rem;
}
.contact-form.flexible-content.page-columns .section-body {
box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .1);
background-color: #fff;
position: relative;
margin: 0 15px;
}
.contact-form .hic-title h3 em {
display: block;
font-size: 18px;
font-style: normal;
}
.contact-form .cell.large-8 {
padding: 30px;
}
.contact-form .cell.large-8 > p {
font-size: 1.125rem;
}
.contact-form .contact-us-form_wrapper {
margin-top: 50px;
}
.contact-form .cell.large-4 {
padding: 30px;
background-color: #FAFAFA;
}
@media (min-width: 641px) { }
@media (max-width: 990px) {
.contact-form .cell.large-8 {
order: 2;
}
.contact-form .cell.large-8, .contact-form .cell.large-4 {
width: 100%;
}
}
@media (min-width: 991px) {
.contact-us-content {
padding-bottom: 300px;
}
.contact-form {
position: relative;
max-height: 1050px;
z-index: 2;
}
.contact-form .inner-section {
top: -200px;
}
.contact-form {
position: relative;
max-height: 600px;
z-index: 2;
}
.contact-form .cell.large-8 {
width: 60%;
padding: 60px;
}
.contact-form .cell.large-4 {
width: 40%;
padding: 60px;
}
.contact-form .inner-section {
top: -350px;
}
}
@media (min-width: 1024px) { }  .is-featured-on-section.icon-left-content .hic-icon {
width: 40px;
font-size: 0;
top: 0;
position: relative;
transition: all .25s ease;
}
.is-featured-on-section.icon-left-content .hic-content {
padding-left: 0;
padding-bottom: 0;
display: flex;
align-items: center;
column-gap: 15px;
}
.is-featured-on-section.icon-left-content .hic-title h3 {
margin-bottom: 0;
}   .project-awards-section.image-above-content .hic-image::before {
padding-top: 60%;
}
.project-awards-section.image-above-content .hic-content {
display: flex;
flex-flow: column;
justify-content: center;
}
.project-awards-section.image-above-content .hic-content::before {
content: "";
background-image: url(https://romarkdesign.com.au/wp-content/uploads/2023/11/Group-259.png);
width: 64px;
height: 50px;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
position: absolute;
}
.project-awards-section.image-above-content .hic-content .hic-title,
.project-awards-section.image-above-content .hic-content .hic-blurb {
padding-left: 80px;
}
.project-awards-section.image-above-content {
position: relative;
z-index: 2;
}
.project-awards-section.image-above-content.dark-section .hic-content {
background-color: #fff;
padding: 20px;
color: var(--lp--base-preset--body--color);
}
.project-awards-section.image-above-content.dark-section .hic-content .hic-title h3 {
color: var(--lp--base-preset--body--color);
}
.wide-layout .project-awards-section.header-1-col .sub-heading {
max-width: 1060px;
margin: 0 auto;
}
@media (max-width: 640px) {
.project-awards-section.image-above-content.default-section .hic-content::before {
filter: brightness(0) invert(1);
}
.project-awards-section.image-above-content.default-section .hic-content {
background-color: var(--lp--base-preset--brand-color--primary) !important;
color: #fff;
}
}
@media (min-width: 641px) {
.project-awards-section.image-above-content {
max-height: 650px;
}
}
@media (min-width: 768px) {
.project-awards-section.image-above-content {
max-height: 550px;
}
}
@media (min-width: 1024px) {
.project-awards-section.image-above-content .hic-content .hic-title,
.project-awards-section.image-above-content .hic-content .hic-blurb {
padding-left: 110px;
}
.project-awards-section.image-above-content .hic-content::before {
width: 94px;
height: 80px;
}
.project-awards-section.image-above-content {
max-height: 750px;
}
}  .project-profile-element.image-overlay-content .overlay {
display: none;
}
.project-profile-element.image-overlay-content .hic-content {
text-align: center;
height: 100%;
justify-content: center;
background: rgba(0, 0, 0, .5);
opacity: 0;
transition: all .25s ease;
}
.project-profile-element.image-overlay-content .hic-box:hover .hic-content {
opacity: 1;
transition: all .25s ease;
}
.project-profile-element.image-overlay-content .hic-term {
font-size: 1rem;
letter-spacing: 1.6px;
text-transform: capitalize;
color: #fff;
order: -1;
}
.project-profile-element.image-overlay-content .hic-term a {
color: #fff;
}
.project-profile-element.image-overlay-content .hic-title h3 {
font-size: 1.8rem;
letter-spacing: 4.2px;
text-transform: uppercase;
}
.project-profile-element.image-overlay-content .hic-button-wrap {
justify-content: center;
margin-top: 10px;
}
@media (min-width: 641px) {
.project-profile-element.image-overlay-content .hic-title h3 {
font-size: 1.4rem;
}
.project-profile-element.grid .section-body {
grid-row-gap: 50px;
}
}
@media (min-width: 768px) {
.project-profile-element.image-overlay-content .hic-title h3 {
font-size: 1.8rem;
}
}
@media (min-width: 1024px) {
.project-profile-element.image-overlay-content .hic-title h3 {
font-size: 1.4rem;
}
}
@media (min-width: 1440px) {
.project-profile-element.image-overlay-content .hic-title h3 {
font-size: 2.425rem;
}
}
@media (max-width: 1023px) and (min-width: 641px) {
.project-profile-element.image-overlay-content .hic-item.medium-4 {
width: 50%;
}
}  .our-services-section .hic-title {
border-bottom: 3px solid;
padding-bottom: 10px;
margin-bottom: 10px;
}  .our-global-clientele-section ul {
column-count: 2;
font-size: 0.875rem;
margin: 100px auto 0 auto;
column-gap: 0;
}
.our-global-clientele-section ul li {
margin-bottom: 10px;
padding-left: 0;
line-height: 1.6;
}
.our-global-clientele-section ul li em {
display: block;
font-weight: 400;
padding-left: 30px;
}
.our-global-clientele-section ul li em strong {
display: flex;
align-items: center;
font-weight: 400;
}
.our-global-clientele-section ul li em strong::before {
content: "";
display: inline-block;
width: 5px;
height: 5px;
background-color: var(--lp--base-preset--brand-color--dark);
border-radius: 50%;
margin-right: 5px;
}
.our-global-clientele-section .checklist.alpha li::before {
border-radius: 50%;
width: 22px;
height: 22px;
background-color: var(--lp--base-preset--brand-color--dark);
color: #fff;
display: inline-block;
text-align: center;
margin-right: 10px;
position: relative;
}
@media (min-width: 641px) {
.our-global-clientele-section ul {
column-count: 4;
max-width: 70%;
}
}  .design-process-section .slick-dots {
display: none !important;
}
.design-process-section .slick-track {
display: flex;
align-items: flex-start;
}
.design-process-section .design-process-step {
padding-top: 10px;
padding-bottom: 80px;
}
.design-process-section .hic-blurb h3 {
font-size: 1.125rem;
margin-bottom: 20px;
}
.design-process-section .hic-blurb .step-number {
color: var(--lp--base-preset--link--color);
display: block;
text-transform: uppercase;
letter-spacing: 2.1px;
font-weight: 400;
padding-top: 30px;
}
.design-process-section .hic-blurb h3:not(.step-number) {
font-weight: 700;
}
@media (min-width: 641px) {
.design-process-section .text-blurb {
font-size: 1.125rem;
}
.design-process-section .hic-blurb h3 {
font-size: 1.625rem;
}
}
@media (max-width: 1023px) {
.design-process-section .hic-media-container {
order: 1;
}
}
@media (min-width: 1024px) {
.design-process-section .has-media.has-gallery.has-description .hic-content {
padding-right: 94px;
}
.wide-layout .design-process-section .has-media.has-gallery.has-description .hic-content {
max-width: 860px;
}
.design-process-section.row-fluid:not(.long-portrait-images, .portrait-images) .hic-image::before {
padding-top: 120%;
}
.design-process-section .design-process-step {
padding-top: 50px;
padding-bottom: 150px;
}
}  .instagram-heading .section-header {
margin-bottom: 0;
}
#sb_instagram {
padding-bottom: 0 !important;
}   .map.row-fluid .cell.filter-column {
padding: 0 15px !important;
}
.map .filter-form {
margin-bottom: 15px;
}
.hic-card {
padding: 10px;
}
.hic-card .hic-button-wrap .button {
min-width: 130px;
font-size: 16px;
padding: 8px 10px;
}
@media (max-width: 1023px) {
.map #htwMap {
height: 400px;
}
.map .section-body {
flex-direction: column-reverse;
}
} .close_side {
position: absolute;
z-index: 20;
font-size: 0;
height: 30px;
width: 35px;
opacity: 0;
pointer-events: none;
display: inline-flex;
justify-content: center;
align-items: center;
}
.close_side::before {
content: '\f00d';
visibility: visible;
font-size: 20px;
font-family: 'Font Awesome 5 Pro';
font-weight: 600;
}
.open .close_side {
opacity: 1;
pointer-events: auto;
}
[data-info-window-layout="info-window-style-1"] .info-window {
background: #FFF;
position: absolute;
top: 0px;
left: 0px;
z-index: 10;
height: 100%;
width: 100%;
transform: translate(-496px, 0px);
transition:  all .25s ease-in-out;
overflow-y: auto;
}
[data-info-window-layout="info-window-style-1"].open .info-window {
box-shadow: 0px 0px 9px 16px rgba(0, 0, 0, 0.15);
transform: translate(0px, 0px);
transition:  all .25s ease-in-out
}
[data-info-window-layout="info-window-style-1"] .gm-style .gm-style-iw-t::after,
[data-info-window-layout="info-window-style-1"] .gm-ui-hover-effect,
[data-info-window-layout="info-window-style-1"] .gmnoprint .gm-style-mtc{
display:none !important;
pointer-events: none !important;
}
[data-info-window-layout="info-window-style-1"] .gm-style .gm-style-iw {
border-radius: 4px;
}
[data-info-window-layout="info-window-style-1"] .gm-style .gm-style-iw-d {
overflow: auto !important;
}
[data-info-window-layout="info-window-style-1"] .gm-style-iw.gm-style-iw-c {
padding: 0 !important;
}
[data-info-window-layout="info-window-style-1"] .info-window::-webkit-scrollbar {
width: 5px;
} [data-info-window-layout="info-window-style-1"] .info-window::-webkit-scrollbar-track {
background: #f1f1f1;
} [data-info-window-layout="info-window-style-1"] .info-window::-webkit-scrollbar-thumb {
background: #888;
} [data-info-window-layout="info-window-style-1"] .info-window::-webkit-scrollbar-thumb:hover {
background: #555;
}
[data-info-window-layout="info-window-style-1"] .mini-info-window {
position: relative;
height: 50px;
font-size: 16px;
padding: 15px 17px 0;
}
[data-info-window-layout="info-window-style-1"] .mini-info-window.has-image{
padding-right: 70px;
}
[data-info-window-layout="info-window-style-1"] .mini-info-window.has-image .img-holder {
position: absolute;
right:0px;
top:0px;
height: 50px;
width: 50px;
background-color: rgba(138, 138, 138, 0.11);
}
@media (max-width: 1023px){
[data-info-window-layout="info-window-style-1"] .close_side {
right: 0;
}
}
@media (min-width: 1024px){
[data-info-window-layout="info-window-style-1"] .close_side {
right: calc(100% - 496px);
}
}
@media (min-width: 1024px) {
[data-info-window-layout="info-window-style-1"] .info-window {
width: 496px;
}
.info-window .social-media-container .social-media li:not(:first-child) {
margin-left: 18px;
}
}  @media (min-width: 1024px) {
.filter-location-listing-left-map .map-column,
.filter-location-listing-right-map .map-column,
.filter-left-map .map-column,
.filter-right-map .map-column {
width: 66.67%;
}
.filter-location-listing-left-map .filter-column,
.filter-location-listing-right-map .filter-column,
.filter-left-map .filter-column,
.filter-right-map .filter-column {
width: 33.33%;
}
.filter-location-listing-right-map .map-column,
.filter-right-map .map-column  {
order: 1;
}
.filter-location-listing-right-map .filter-column,
.filter-right-map .filter-column {
order: 2;
}
.filter-location-listing-left-map .field.filter-location,
.filter-location-listing-right-map .field.filter-location,
.filter-left-map .field,
.filter-right-map .field {
flex-grow: 1;
}
.filter-location-listing-left-map .map-column #htwMap,
.filter-location-listing-right-map .map-column #htwMap,
.filter-left-map .map-column #htwMap,
.filter-right-map .map-column #htwMap {
height: 100%;
}
.map-only #htwMap, .filter-above-map #htwMap, .filter-below-map #htwMap {
height: 700px;
width: 100%;
}
}   .listing-element .listing-content .ovelay-loader {
position: absolute;
top: 0px;
left: 0px;
background: rgba(255, 255, 255, 0.78);
height: 100%;
width: 100%;
z-index: 99;
display: none;
}
.listing-element .listing-content.ajax-call .ovelay-loader {
display: block;
}
.listing-element .filter-button {
display: flex;
flex-wrap: wrap;
}  .post-element:not(.image-overlay-content) .hic-title a h3 {
color: var(--lp--base-preset--heading--color);
}
.post-element .hic-box .hic-term.category .hic-label {
display: none;
}
.post-element.image-above-content.default-section .hic-box .hic-content {
background-color: #fff;
}
.post-element.image-above-content .hic-box .hic-content {
padding: 30px 0;
}
.post-element.image-above-content .has-category .hic-box {
position: relative;
}
.post-element.image-above-content .has-category .hic-box .hic-term.category {
position: absolute;
top: 10px;
right: 10px;
}
.post-element.image-above-content .has-category .hic-box .hic-term.category .hic-value a {
background-color: rgba(0, 0, 0, .6);
padding: 3px 6px; font-weight: 400; color: #fff;
}
.post-element .hic-content {
display: flex;
flex-flow: column;
}
.post-element .hic-published-date {
order: -1;
color: #B2B2B2;
text-transform: uppercase;
margin-bottom: 10px;
}  .single .article .hic-term.category {
margin-top: 30px;
}
.single .article .hic-term.category .hic-label {
display: none;
}
.single .article .hic-term.category .hic-value:before {
content: "More articles like this in:";
margin-right: 5px;
font-weight: 600;
}  .listing-element .section-pagination {
margin-top: 30px;
}
.listing-element .section-pagination .cell {
display: flex;
column-gap: 30px;
justify-content: center;
}
.listing-element .section-pagination .page-numbers{
width: 35px;
height: 35px;
text-align: center;
display: flex;
align-items: center;
font-weight: 700;
justify-content: center;
font-size: 1rem;
}
.listing-element .section-pagination .page-numbers:hover,
.listing-element .section-pagination .page-numbers:focus {
background: #ebe9eb;
}
.listing-element .section-pagination .page-numbers.current {
border-radius: 50%;
border: 1px solid var(--lp--base-preset--brand-color--primary);
background-color: var(--lp--base-preset--brand-color--primary);
color: #fff;
}
.listing-element.theme-section .section-pagination .page-numbers {
color: #fff;
}
.listing-element.theme-section .section-pagination .page-numbers.current {
border: 1px solid #fff;
background-color: #fff;
color: var(--lp--base-preset--brand-color--primary);
}  .page-element.menu-filter ul {
justify-content: center;
column-gap: 10px;
}
.page-element.menu-filter li {
border-radius: 30px;
background-color: #f6f6f8;
}
.page-element.menu-filter li a {
color: var(--lp--base-preset--brand-color--primary);
font-weight: 700;
}
.page-element.menu-filter li.active {
background-color: var(--lp--base-preset--brand-color--primary);
}
.page-element.menu-filter li.active a {
color: #fff;
}   .contact-info {
margin: 0;
list-style: none;
}
.contact-details{
display: flex;
flex-direction: column;
}
.text-center .contact-details {
align-items: center;
}
.contact-details div {
margin-bottom: 10px;
display: inline-block;
}
.contact-info li, .contact-details .contact-address, .contact-details .contact-phone, .contact-details .contact-email, .contact-details .contact-person {
position: relative;
padding-left: 28px
}
.contact-info li .address a::before, .contact-info li .phone-number a::before, .contact-info li .email-address a::before,
.contact-details .contact-address::before, .contact-details .contact-phone::before, .contact-details .contact-email::before, .contact-details .contact-person::before {
font-family: 'Font Awesome 5 Pro';
position: absolute;
left: 0;
top: 2px;
}
.contact-position {
font-weight: 500;
}
.contact-address::before, .contact-info li .address a::before {
content: "\f3c5";
}
.contact-phone::before, .contact-info li .phone-number a::before {
content: "\f095";
}
.contact-email::before, .contact-info li .email-address a::before {
content: "\f0e0";
}
.contact-person::before {
content: "\f007";
}
.social-media, .social-sharer {
margin: 0;
list-style: none;
}
.social-media li, .social-sharer li {
display: inline-block;
}
.social-media li:not(:last-child), .social-sharer li:not(:last-child) {
margin-right: 5px;
}
.social-sharer li .hi-link {
display: inline-block;
cursor: pointer;
margin-top: 2px;
padding: 7px 10px 7px 10px !important;
background: #EDEDED;
color: #000;
border-radius: 50%;
width: 38px;
height: 38px;
text-align: center;
margin-right: 8px !important;
}
.sidebar-element .social-sharer {
text-align: center;
}
.contact-details + .social-media-details {
margin-top: 20px;
}  .team-element.image-overlay-content .hic-image:before {
padding-top: 120%;
}
.team-element:not(.image-overlay-content) .hic-image:before {
padding-top: 80%;
}
.team-element .contact-phone {
margin-top: 10px;
}
.team-element .contact-details, .team-element .contact-details .contact-position, .team-element .contact-phone a {
font-weight: 300;
color: #000;
}
.team-element.image-overlay-content .contact-details, .team-element.image-overlay-content .contact-details .contact-position, .team-element.image-overlay-content .contact-phone a {
color: #B1B1B1;
}
.team-element .social-media-details {
margin-top: 15px;
}
.team-element.image-overlay-content .overlay {
display: none;
}
.team-element.image-overlay-content .hic-box:hover .hic-content {
top: 0;
justify-content: center;
}
.team-element.image-overlay-content .hic-content {
background-color: rgba(23, 29, 33, .84);
padding: 30px 20px;
}  .testimonial-element.default-alignment .hic-avatar, .testimonial-element.text-center .hic-avatar {
margin-left: auto;
margin-right: auto;
}
.testimonial-element .hic-content {
position: relative;
}
.testimonial-element.image-overlay-content .hic-blurb p, .testimonial-element.content-only.carousel .hic-blurb p {
margin: 0;
}
.testimonial-element.image-above-content .hic-profile {
margin-top: 30px;
}
.testimonial-element .hic-client-location {
font-size: 1rem;
}
.testimonial-element .medium-12 .hic-blurb {
font-size: 1.125rem;
}
.testimonial-element .medium-12 .hic-client-name, .testimonial-element .medium-12 .hic-title h3 {
font-size: 1.313rem;
}
.testimonial-element.content-only .medium-12 .hic-client-name {
margin-top: 30px;
margin-bottom: 10px;
max-width: 600px;
}
.testimonial-element.content-only .hic-box {
height: 100%;
}
.testimonial-element.content-only .medium-12 .hic-box {
padding: 0 30px;
}
.testimonial-element.content-only .medium-6.has-content .hic-blurb {
min-height: 175px;
}
.testimonial-element.content-only.carousel .section-body::before,
.testimonial-element.content-only.grid .hic-content::before,
.testimonial-element.content-element .grid-container::before {
content: "";
background-image: url(https://romarkdesign.com.au/wp-content/uploads/2023/11/Group-260.png);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
position: absolute;
top: 0;
left: 10px;
width: 85px;
height: 85px;
}
.testimonial-element.content-only.grid .hic-content::before {
position: relative;
display: block;
left: 0;
margin-bottom: 20px;
}
.testimonial-element.content-only.grid .hic-content {
padding: 30px;
}
.testimonial-element.content-only.grid .hic-title {
margin-bottom: 20px;
}
.testimonial-element .section-pagination {
margin-top: 50px;
}
.testimonial-element.default-alignment .section-pagination {
text-align: center;
}
.hic-client-name {
font-size: 1.313rem;
font-weight: 700;
margin-bottom: 5px;
}
.hic-rating {
margin-top: 50px;
}
.hic-rating .fas.fa-star {
color: var(--lp--base-preset--brand-color--primary);
}
.hic-rating .far.fa-star {
color: #e0e0e0;
font-weight: 900;
}
.hic-profile-details .hic-client-name {
display: none;
}
.single .testimonial-element.content-element .grid-container {
padding: 30px;
background-color: var(--lp--base-preset--brand-color--secondary);
position: relative;
}
.single .testimonial-element.content-element .grid-container::before {
position: relative;
display: block;
margin-bottom: 20px;
width: 100px;
height: 100px;
}
.single .testimonial-element.content-element .section-title.page-title {
font-size: 30px;
font-weight: 700;
margin-bottom: 20px;
} 
@media (min-width: 641px) {
.testimonial-element.grid .section-body {
row-gap: 50px;
}
.single .testimonial-element.content-element .grid-container {
padding: 60px;
}
.testimonial-element:not(.content-element) .hic-content {
padding-left: 15px;
padding-right: 15px;
}
.testimonial-element.content-only.grid .hic-content {
padding: 60px;
}
}
@media (max-width: 767px) {
.single .testimonial-element.content-element {
padding-top: 0;
}
}
@media (min-width: 768px) {
.testimonial-element .medium-12 .hic-client-name, .testimonial-element .medium-12 .hic-title h3 {
font-size: 1.625rem;
}
.testimonial-element .medium-12 .hic-blurb {
font-size: 1.5rem;
}
.testimonial-element.content-only.carousel .section-body::before {
width: 172px;
height: 172px;
left: 0;
}
.testimonial-element.content-only .medium-12 .hic-box {
padding: 0 100px;
}
}
@media (max-width: 1023px) {
.testimonial-element .hic-button-wrap .button {
padding: 12px 80px 12px 10px;
}
}
@media (min-width: 1024px) {
.testimonial-element .hic-content::before {
width: 50px;
height: 50px;
}
.testimonial-element.split-60-40 .hic-blurb {
font-size: 2rem;
line-height: 40px;
}
}  .project-element.our-work-element .section-body {
row-gap: 50px;
}
.project-element.our-work-element .hic-box {
flex-wrap: wrap;
position: relative;
}
.project-element.our-work-element .hic-box .hic-title a {
color: var(--lp--base-preset--heading--color);
}
.project-element.our-work-element .hic-term {
position: absolute;
top: -50px;
text-transform: uppercase;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
.project-element.our-work-element .hic-term, .project-element.our-work-element .hic-term a {
color: var(--lp--base-preset--brand-color--primary);
white-space: nowrap;
}
.project-element.our-work-element .hic-term a {
padding-right: 30px;
}
.project-element.our-work-element .hic-term::after {
content: "";
height: 1px;
width: 100%;
display: inline-block;
background-color: rgba(var(--lp--base-preset--link--color--rgb), 0.5);
}
.project-element.our-work-element .empty-image {
display: none;
}
.project-element.our-work-element .hic-gallery-container {
width: 100%;
margin-top: 80px;
}
.project-element.our-work-element .hic-gallery-container .slick-slider {
margin: 0 -10px;
}
.project-element.our-work-element .hic-gallery-container .slick-slide {
padding: 0 10px;
}
.project-element.our-work-element .carousel.arrows-bottom-center {
padding-bottom: 80px;
}
.project-element.our-work-element .carousel.arrows-bottom-center .slick-arrow {
bottom: 0;
}
.project-element.our-work-element .carousel.arrows-bottom-center .slick-counter {
bottom: 10px;
}
.project-element.our-work-element .hic-testimonial-container {
margin-top: 40px;
width: 100%;
}
.project-element.our-work-element .hic-testimonial-container .hic-item {
padding: 30px;
background-color: var(--lp--base-preset--brand-color--secondary);
position: relative;
}
.project-element.our-work-element .hic-testimonial-container .hic-item::before {
content: "";
background-image: url(https://romarkdesign.com.au/wp-content/uploads/2023/11/Group-260.png);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
position: absolute;
top: 20px;
left: 20px;
width: 100px;
height: 100px;
}
.project-element.our-work-element .hic-testimonial-container .hic-blurb {
font-size: 1.125rem;
}
.project-element.our-work-element .hic-testimonial-container .hic-client-name {
margin-top: 30px;
margin-bottom: 10px;
}
.project-element.our-work-element .hic-testimonial-container .hic-client-location {
font-size: 1rem;
}
.project-element.our-work-element .hic-project-gallery-images .before-after-container {
position: relative;
}
.project-element.our-work-element .hic-project-gallery-images .before-after-container .handle-bar {
width: 5px;
position: absolute;
height: 100%;
left: 50%;
background: #fff;
top: 0;
transform: translateX(-50%);
z-index: 2;
}
.project-element.our-work-element .hic-project-gallery-images .before-after-container .handle-bar.before {
left: 15px;
right: unset;
}
.project-element.our-work-element .hic-project-gallery-images .before-after-container .handle-bar.after {
right: 10px;
left: unset;
}
.project-element.our-work-element .hic-project-gallery-images .before-after-container .handle-bar .before-handle {
width: 0;
height: 0;
border: 20px inset transparent;
position: absolute;
border-right: 20px solid white;
right: 10px;
top: 50%;
transform: translateY(-50%);
z-index: 2;
cursor: pointer;
}
.project-element.our-work-element .hic-project-gallery-images .before-after-container .handle-bar .after-handle {
width: 0;
height: 0;
border: 20px inset transparent;
position: absolute;
border-left: 20px solid white;
left: 10px;
top: 50%;
transform: translateY(-50%);
z-index: 2;
cursor: pointer;
}
.project-element.our-work-element .hic-project-gallery-images .before-after-container .hic-media-container .handle {
width: 50%;
height: 100%;
position: absolute;
top: 0;
}
.project-element.our-work-element .hic-project-gallery-images .before-after-container .hic-media-container .handle::before {
position: absolute;
transform: translateX(-50%);
padding: 10px;
text-transform: uppercase;
bottom: 15px;
background-color: rgba(0, 0, 0, .64);
color: #fff;
min-width: 136px;
text-align: center;
font-size: 12px;
min-width: 80px;
display: none;
}
.project-element.our-work-element .hic-project-gallery-images .before-after-container .hic-media-container .hic-image {
height: 100%;
}
.project-element.our-work-element .hic-project-gallery-images .before-after-container .hic-media-container:first-of-type .handle {
left: 0;
}
.project-element.our-work-element .hic-project-gallery-images .before-after-container .hic-media-container:first-of-type .handle::before {
content: "Before";
left: 55%;
}
.project-element.our-work-element .hic-project-gallery-images .before-after-container .hic-media-container:last-of-type {
position: absolute;
width: 100%;
height: 100%;
left: 0;
padding: 0 10px;
top: 0;
clip: rect(0px, 480px, 450px, 240px);
}
.project-element.our-work-element .hic-project-gallery-images .before-after-container .hic-media-container:last-of-type .handle {
right: 0;
}
.project-element.our-work-element .hic-project-gallery-images .before-after-container .hic-media-container:last-of-type .handle::before {
content: "After";
left: 45%;
}
.project-element.our-work-element .with-lightbox .hic-image:not(.hic-video)::after {
display: none;
}
.project-element.our-work-element.image-below-content .hic-box > .hic-content .hic-title h3 {
font-size: 2.2rem;
}
.project-element.our-work-element.image-below-content .hic-box {
flex-direction: column;
}
.project-element.our-work-element.image-below-content .hic-box .hic-media-container .hic-image::before {
padding-top: 75%;
}
.project-element.our-work-element.image-below-content .hic-box .hic-media-container {
margin-top: 0;
}
.project-element.our-work-element.image-below-content .hic-box > .hic-media-container {
order: 2;
}
.project-element.our-work-element.image-below-content .hic-box .hic-content {
order: 1;
}
.project-element.our-work-element.image-below-content .hic-box .hic-gallery-container {
order: 3;
}
.project-element.our-work-element.image-below-content .hic-box .hic-testimonial-container {
order: 4;
}
.project-element.our-work-element.image-below-content .hic-box .hic-gallery-container .hic-image::before {
padding-top: 100%;
}
.project-element.our-work-element.image-below-content .hic-box > .hic-content {
padding: 20px 0;
}
.project-element .hic-image::before {
padding-top: 100%;
}
.project-element .hic-term.category .hic-label {
display: none;
}
@media (min-width: 641px) {
.project-element.our-work-element .hic-project-gallery-images .before-after-container .hic-media-container:last-of-type {
padding: 0 23px;
}
.project-element.our-work-element .hic-project-gallery-images .before-after-container .hic-media-container .handle::before {
display: block;
}
.project-element.our-work-element .hic-gallery-container .slick-slider {
margin: 0 -23px;
}
.project-element.our-work-element .hic-gallery-container .slick-slide {
padding: 0 23px;
}
.project-element.our-work-element .hic-testimonial-container {
margin-top: 80px;
}
.project-element.our-work-element .hic-testimonial-container .hic-item {
padding: 80px;
}
.project-element.our-work-element.image-below-content .hic-box > .hic-content .hic-title h3 {
font-size: 2.7rem;
}
}
@media (min-width: 768px) {
.project-element.our-work-element .hic-term::after { }
.project-element.our-work-element .hic-testimonial-container .hic-blurb {
font-size: 1.5rem;
}
.project-element.our-work-element .hic-testimonial-container .hic-client-name,
.project-element.our-work-element .hic-term {
font-size: 1.625rem;
}
}
@media (max-width: 1023px) {
.project-element.our-work-element .hic-term {
top: -10px;
}
.project-element.our-work-element .hic-box .hic-content {
position: relative;
padding-top: 50px;
}
.project-element.our-work-element .has-media .hic-box > .hic-media-container,
.project-element.our-work-element .has-media .hic-box > .hic-content {
width: 100%;
}
}
@media (min-width: 1024px) {
.project-element.our-work-element.image-below-content .hic-box > .hic-content .hic-title h3 {
font-size: 2.875rem;
}
.project-element.our-work-element .hic-project-gallery-images .before-after-container .hic-media-container .handle::before {
min-width: 136px;
font-size: 21px;
}
.project-element.our-work-element.image-right-content .has-media.has-description .hic-content {
padding-right: 92px;
}
.project-element.our-work-element .section-body {
row-gap: 150px;
}
.project-element.our-work-element {
padding-top: 150px;
}
.project-element.our-work-element .hic-term::after { }
}
.design-profile-element {
padding: 180px 0;
}
.design-profile-element .bg-image .bg-overlay {
background: linear-gradient(to top, #111 15%, transparent 100%);
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.design-profile-element .hic-term {
font-size: 18px;
letter-spacing: 1.8px;
}
.design-profile-element.has-bg-img .hic-term, .design-profile-element.has-bg-img .hic-term a {
color: #fff;
}
.design-profile-element .section-title {
font-size: 4.688rem;
text-transform: uppercase;
letter-spacing: 7.5px;
}   .location-element .accordion-item.is-active .accordion-content {
display: flex !important;
flex-wrap: wrap;
grid-row-gap: 30px;
flex-direction: row;
}
.hic-serviced-postcodes {
overflow-wrap: anywhere;
}   .membership-notice.notice-error {
background-color: #cc4b37;
color: #fff;
border-color: #900;
}
.membership-notice {
padding: 8px;
border: 1px solid #cecece;
background: #efefef;
margin-bottom: 15px;
}
#membership_login_form #rememberme{
display: inline-block;
margin-right: 2px;
margin-bottom: 0;
}  .sidebar ul.menu, .woocommerce-account .woocommerce-MyAccount-navigation ul {
list-style: none;
margin-left: 0;
}
.sidebar ul.menu li, .woocommerce-account .woocommerce-MyAccount-navigation li {
border-bottom: 1px solid #e9e9e9;
width: 100%;
}
.sidebar ul.menu li a:not(.accordion-control), .woocommerce-account .woocommerce-MyAccount-navigation li a {
padding: 10px 15px 10px 0;
color: var(--lp--base-preset--body--color);
font-weight: 600;
display: block;
}
.sidebar ul.menu:not(.filter-accordion) li.is-active a, .sidebar ul.menu:not(.filter-accordion) li.is-active a:hover, .woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li.is-active a:hover {
color: var(--lp--base-preset--brand-color--primary);
}
.sidebar .submenu > li a {
padding-left: 16px;
font-size: 16px;
}
@media (max-width: 1023px) {
.sidebar-mobile-menu {
border: 1px solid #e6e6e6;
padding: 5px 10px;
background: #eee;
}
.sidebar-mobile-menu .menu-icon:after {
background: var(--lp--base-preset--brand-color--primary);
box-shadow: 0 7px 0 var(--lp--base-preset--brand-color--primary), 0 14px 0 var(--lp--base-preset--brand-color--primary);
}
} ul.filter-accordion .accordion-js {
position: relative;
}
ul.filter-accordion .accordion-js .accordion-control {
position: absolute;
top: 5px;
right: 0;
display: inline-block;
padding: 5px 4px 5px 14px;
cursor: pointer;
color: var(--lp--base-preset--body--color);
}
ul.filter-accordion .accordion-control::after {
font-family: 'Font Awesome 5 Pro';
content: "\f107";
}
ul.filter-accordion li.active > .accordion-control::after {
content: "\f106";
}
ul.filter-accordion .accordion-js .inner .accordion-js {
padding-left: 10px;
}
ul.filter-accordion .accordion-js .inner .accordion-js.active a {
color: var(--lp--base-preset--brand-color--primary);
}
.filter-accordion ul {
list-style: none;
overflow: hidden;
margin: 0;
display: none;
}
.filter-accordion ul.inner li.accordion-js:last-child {
border-bottom: 0;
}  @media (min-width: 1024px) {
.has-sidebar-left .main-content,
.has-sidebar-right .main-content {
width: calc(100% - 300px);
}
.sidebar {
width: 300px;
}
.sidebar .widget {
margin-bottom: 40px;
}
.default-width [class*="has-sidebar-"] .inner-body-content {
max-width: 1170px;
}
.default-width .has-sidebar-both .main-content {
width: calc(100% - 500px);
}
.full-width-layout .has-sidebar-both .main-content {
width: calc(100% - 600px);
}
.default-width .has-sidebar-both .sidebar {
width: 250px;
}
}   .hic-post-meta-nav, .hic-post-meta-nav span, .hic-post-meta-nav a {
display: block;
}
.nav-content {
display: flex;
flex-flow: column;
padding-top: 15px;
padding-bottom: 15px;
}
.hic-post-meta-nav:not(.layout-1) .nav-box {
display: flex;
}
.hic-post-meta-nav:not(.layout-1) .nav-image-container {
width: 25%;
}
.hic-post-meta-nav:not(.layout-1) .nav-content{
width: 75%;
}
.hic-post-meta-nav.layout-2 .nav-content{
order: 2;
padding-left: 15px;
}
.hic-post-meta-nav.layout-2 .nav-image-container{
order: 1;
}
.hic-post-meta-nav.layout-3 .nav-content{
order: 1;
padding-right: 15px;
text-align: right;
}
.hic-post-meta-nav.layout-3 .nav-image-container{
order: 2;
}
.hic-post-meta-nav:not(.layout-1) .hic-image {
height: 100%;
}  body.error404 .hero .hero-bg-overlay {
display: none;
}  .legal-content li {
margin-bottom: 1rem;
}
ol.closed-alpha {
list-style: none;
}
ol.closed-alpha li {
position: relative;
}
ol.closed-alpha li::before {
counter-increment: alpha;
content: "(" counter(alpha, lower-alpha) ") ";
position: absolute;
left: -32px;
}  .footer {
padding: 30px 0;
font-size: 16px;
}
.footer .logo-wrap {
margin-bottom: 20px;
max-width: 230px;
}
.footer h4 {
text-transform: uppercase;
padding-bottom: 10px;
}
.footer h4::after {
content: "";
width: 200px;
height: 1px;
border-bottom: 1px solid;
display: block;
padding-top: 15px;
}
.footer ul {
list-style: none;
margin: 0;
padding: 0;
}
.footer ul:not(.social-media) li:not(.menu-item) {
padding-bottom: 10px;
}
.footer .menu a {
padding-left: 0;
padding-bottom: 20px;
}
.footer .menu a:first-of-type {
padding-top: 0;
}
.footer .social-media {
display: flex;
column-gap: 20px;
}
.footer .social-media li {
margin: 0;
}
@media (min-width: 641px) {
.footer {
padding: 40px 0;
}
}
@media (min-width: 1024px) {
.footer {
padding: 60px 0;
}
} .default-footer-layout .footer-logo {
display: flex;
align-items: center;
justify-content: center;
}
.footer-layout-1 .footer-logo .logo-wrap {
max-width: 250px;
}
@media (max-width: 640px) {
.default-footer-layout .footer-col {
margin-bottom: 20px;
}
}  .footer-layout-2 .footer-col:not(:last-child) {
margin-bottom: 30px;
}
.footer.footer-layout-2 .contact-details [class*="contact-"]::before {
position: relative;
display: block;
font-weight: 300;
padding-bottom: 20px;
font-size: 24px;
}
.footer.footer-layout-2 .social-media {
display: flex;
justify-content: center;
column-gap: 20px;
font-size: 20px;
}
.footer.footer-layout-2 .social-media li {
margin-right: 0;
}
.footer.footer-layout-2 .footer-logo {
margin-top: 50px;
}
.footer-layout-2 .footer-logo .logo-wrap {
margin-left: auto;
margin-right: auto;
}
@media (min-width: 641px){
.footer-layout-2 .footer-logo .logo-wrap {
max-width: 260px;
margin-left: auto;
margin-right: auto;
}
}  .footer.footer-layout-3 .footer-logo .logo-wrap {
max-width: 200px;
}
.footer.footer-layout-3 .footer-col h4 {
margin-bottom: 20px;
font-weight: 600;
}
.footer.footer-layout-3 .footer-col .menu a {
padding-left: 0;
padding-right: 0;
font-weight: 300;
}
.footer.footer-layout-3 .footer-col-2 .menu a {
font-size: 1.2em;
font-weight: 600;
}
.footer.footer-layout-3 .social-media {
display: flex;
column-gap: 20px;
}
.footer.footer-layout-3 .footer-col-2 .menu li:first-of-type a {
padding-top: 0;
}
@media (min-width: 641px) and (max-width: 1023px){
.footer.footer-layout-3 .footer-col.footer-logo {
margin-bottom: 20px;
}
}
@media (max-width: 640px) {
.footer.footer-layout-3 .footer-col:not(:last-child) {
margin-bottom: 30px;
}
}  .bottom-footer {
padding-top: 16px;
padding-bottom: 16px;
font-weight: 300;
font-size: 14px;
}
.bottom-footer:not(.with-colophon-link) {
text-align: center;
}
.bottom-footer .colophon-link .menu a {
padding: 0 8px;
}
.bottom-footer.with-colophon-link .copyright p {
display: inline-block;
}
@media (min-width: 641px) {
.bottom-footer.with-colophon-link .cell {
display: flex;
justify-content: space-between;
align-items: center;
}
}  .footer #back-to-top {
min-width: 50px;
min-height: 50px;
padding: 10px 15px;
}
.footer #back-to-top .b2t-label {
margin-left: 10px;
}
.footer #back-to-top[data-position="top-center"]{
top: -25px;
left: 0;
right: 0;
margin: auto;
border-radius: 25px;
}
.footer #back-to-top[data-position="top-right"]{
top: 3rem;
right: 3rem;
}
.footer #back-to-top[data-position="middle-right"]{
top: 0;
right: 3rem;
bottom: 0;
margin: auto;
}
.footer #back-to-top[data-position="bottom-right"]{
top: auto;
right: 3rem;
bottom: 3rem;
}
.footer #back-to-top .b2t-tooltip {
visibility: hidden;
width: 120px;
background-color: rgba(10,0,0,.35);
color: #fff;
text-align: center;
padding: 5px 10px;
border-radius: 6px;
position: absolute;
z-index: 1;
top: 105%;
left: 50%;
margin-left: -60px;
opacity: 0;
transition: opacity 0.3s;
}
.footer #back-to-top .b2t-tooltip::before{
content: "";
position: absolute;
bottom: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: transparent transparent rgba(10,0,0,.35) transparent;
}   .header-text-center .section-header {
text-align: center;
}
.image-has-border.split-50-50 .hic-media-container, .image-has-borders.split-50-50 .hic-media-container {
padding: 30px;
position: relative;
}
.image-has-border.split-50-50 .hic-media-container::after, .image-has-borders.split-50-50 .hic-media-container::after {
content: "";
position: absolute;
width: 80%;
height: 70%;
bottom: 0;
background-color: var(--lp--base-preset--brand-color--primary);
opacity: .75;
z-index: -1;
}
.image-has-borders.split-50-50 .hic-media-container::before {
content: "";
position: absolute;
width: 80%;
height: 70%;
top: 0;
background-color: var(--lp--base-preset--brand-color--dark);
opacity: .75;
}
.image-has-border.split-50-50.image-right-content .hic-media-container::after, .image-has-borders.split-50-50.image-right-content .hic-media-container::after,
.image-has-borders.split-50-50.image-left-content .hic-media-container::before {
right: 0;
}
.image-has-border.split-50-50.image-left-content .hic-media-container::after, .image-has-borders.split-50-50.image-left-content .hic-media-container::after,
.image-has-borders.split-50-50.image-right-content .hic-media-container::before {
left: 0;
}
@media (min-width: 641px) {
.image-overflow.split-50-50.image-left-content.then-right .hic-item:nth-of-type(odd).has-media.has-description .hic-content {
padding-left: 95px;
}
.image-overflow.split-50-50.image-left-content.then-right .hic-item:nth-of-type(even).has-media.has-description .hic-content {
padding-right: 95px;
}
.image-overflow.split-50-50 .section-body {
row-gap: 200px;
}
.image-overflow.split-50-50 .has-media .hic-media-container {
position: relative;
top: -100px;
}
.image-overflow.split-50-50 .has-media .hic-image::before {
padding-top: 90%;
}
.image-overflow.split-50-50.image-left-content .has-media .hic-content, .image-overflow.split-50-50.image-right-content .has-media .hic-content,
.image-overflow.split-50-50.image-left-content.then-right .hic-item:nth-of-type(even).has-media .hic-content, .image-overflow.split-50-50.image-right-content.then-left .hic-item:nth-of-type(even).has-media .hic-content {
padding: 60px;
}
.image-overflow.split-50-50.second-theme-boxes .has-media .hic-box {
background: linear-gradient(to left, var(--lp--base-preset--brand-color--secondary) 80%, #fff 0%);
}
.image-overflow.split-50-50.image-left-content.then-right.second-theme-boxes .hic-item:nth-of-type(even).has-media .hic-box {
background: linear-gradient(to right, var(--lp--base-preset--brand-color--secondary) 80%, #fff 0%);
}
}
.box-shadow .hic-box,
.box-shadow .lp-box {
box-shadow: 0px 2px 50px 10px rgba(0, 0, 0, .1);
}
.box-border .hic-box,
.box-border .lp-box {
border: 1px solid var(--lp--custom-preset--border-color);
}
.box-borders.image-left-content.split-50-50 .hic-item:not(:last-of-type) .hic-box {
border-bottom: 1px solid rgba(var(--lp--base-preset--link--color--rgb), 0.5);
padding-bottom: 30px;
}
.box-borders.image-left-content.split-50-50 .section-body {
row-gap: 30px;
}
@media (min-width: 641px) {
.box-borders {
padding-top: 0;
}
.box-borders.image-left-content.split-50-50 .hic-item:not(:last-of-type) .hic-box {
padding-bottom: 138px;
}
.box-borders.image-left-content.split-50-50 .hic-item:not(:last-of-type) .hic-box {
padding-top: 138px;
}
.box-borders.image-left-content.split-50-50 .hic-item:last-of-type .hic-box {
padding-top: 80px;
}
.box-borders.image-left-content.split-50-50 .section-body {
row-gap: 0;
}
.box-borders.image-left-content.split-50-50 .has-image .hic-media-container {
position: relative;
}
.box-borders.image-left-content.split-50-50 .hic-item:nth-of-type(odd).has-media .hic-media-container,
.box-borders.image-left-content.split-50-50 .hic-item:nth-of-type(even).has-description .hic-content
{
padding-right: 94px;
}
.box-borders.image-left-content.split-50-50 .hic-item:nth-of-type(even).has-media .hic-media-container,
.box-borders.image-left-content.split-50-50 .hic-item:nth-of-type(odd).has-description .hic-content {
padding-left: 94px;
}
.box-borders.image-left-content.split-50-50 .has-image .hic-media-container::after {
content: "";
width: 1px;
height: 100%;
position: absolute;
right: 0;
background-color: rgba(var(--lp--base-preset--link--color--rgb), 0.5);
top: 0;
}
.box-borders.image-left-content.then-right.split-50-50 .hic-item.has-image:nth-of-type(even) .hic-media-container::after {
left: 0;
right: unset;
}
} @media (min-width: 641px) {
.pt-350 {
padding-top: 350px;
}
.pt-300 {
padding-top: 300px;
}
.pt-200 {
padding-top: 200px;
}
.pb-200 {
padding-bottom: 200px;
}
.pb-300 {
padding-bottom: 300px;
}
}  .bold-text, .bold-text h3, .bold-text .hic-title h3 {
font-weight: 700;
}
.theme-text {
color: var(--lp--base-preset--brand-color--primary);
}
.light-text, .light-text a {
color: #fff;
transition: .3s all;
}
.light-text a:hover {
text-decoration: underline;
transition: .3s all;
}
@media (min-width: 768px) {
.theme-text {
font-size: 1.625rem;
}
}  .checklist > li, .checklist ul li {
margin-bottom: 10px;
line-height: 30px;
padding-left: 40px; }
.checklist > li::before, .checklist ul li::before {
content: '\f058';
width: 30px;
height: 30px;
border-radius: 50%;
text-align: center;
font-weight: 500;
}
.checklist.times > li:before, .checklist.times ul li:before {
content: '\f00d';
}
.checklist.square > li:before, .checklist.square ul li:before {
content: '\f14a';
}
.checklist.round > li:before, .checklist.round ul li:before {
content: '\f058';
}
.checklist.angle-right > li:before, .checklist.angle-right ul li:before {
content: '\f105';
}
.checklist.double-angle-right > li:before, .checklist.double-angle-right ul li:before {
content: '\f101';
}
.checklist.chevron-right > li:before, .checklist.chevron-right ul li:before {
content: '\f054';
}
.checklist.bullet, .checklist.bullet ul {
margin: 30px 0;
}
.checklist.bullet > li, .checklist.bullet ul li {
padding-left: 20px;
line-height: 10px;
line-height: 1.3; }
.checklist.bullet > li:before, .checklist.bullet ul li:before {
content: "";
width: 10px;
height: 10px;
background-color: var(--lp--base-preset--brand-color--primary);
top: 8px;
}
.checklist.bullet > li em, .checklist.bullet ul li em {
padding-left: 10px;
display: block;
font-style: normal;
margin-top: 20px;
}
.checklist.bullet > li em strong, .checklist.bullet ul li em strong {
display: block;
line-height: 1.3;
margin-bottom: 10px;
position: relative;
padding-left: 20px;
font-weight: 400;
}
.checklist.bullet > li em strong::before, .checklist.bullet ul li em strong::before {
content: "";
width: 10px;
height: 10px;
background-color: var(--lp--base-preset--brand-color--primary);
top: 8px;
position: absolute;
left: 0;
border-radius: 50%;
}
.checklist.alpha, .checklist.alpha ul {
counter-reset: letter;
}
.checklist.alpha > li, .checklist.alpha ul li {
counter-increment: letter;
}
.checklist.alpha > li::before, .checklist.alpha ul li::before {
content: counter(letter, upper-alpha);
color: var(--lp--base-preset--link--color);
width: auto;
height: auto;
font-weight: 700;
font-family: var(--lp--custom-preset--body--font-family);
}
.checklist.numeric, .checklist.numeric ul {
counter-reset: number;
}
.checklist.numeric > li, .checklist.numeric ul li {
counter-increment: number;
padding-left: 25px;
}
.checklist.numeric > li::before, .checklist.numeric ul li::before {
content: counter(number) ".";
color: var(--lp--base-preset--link--color);
width: auto;
height: auto;
font-weight: 700;
font-family: var(--lp--custom-preset--body--font-family);
}  .zoom-images .has-image .hic-media-container {
transform: scale(1);
transition: all 1s ease-in-out;
}
.zoom-images .has-image:hover .hic-media-container {
transform: scale(1.2);
}  .contain-images.gallery-element .hic-image {
max-width: 150px;
margin: 0 auto;
}  @media (min-width: 641px) {
.footer-top-right.page-element .section-title {
max-width: 400px;
}
.footer-top-right.page-element .grid-container {
position: relative;
}
.footer-top-right.page-element .section-footer {
position: absolute;
right: 0;
top: 10px;
margin-top: 0;
}
.footer-top-right.page-element .section-footer .hic-button-wrap {
margin-top: 0;
}
}
@media (min-width: 768px) {
.header-left.grid .grid-container {
display: table;
width: 100%;
margin: 0 auto;
}
.header-left.carousel .grid-container {
display: flex;
align-items: center;
}
.header-left .section-header, .footer-left .section-footer {
float: left;
}
.header-left .section-body {
float: right;
}
.header-left.grid .section-header, .footer-left .section-footer {
width: 40%;
}
.header-left.grid .section-body {
width: 60%;
}
.header-left.carousel .section-header {
width: 35%;
}
.header-left.carousel .section-body {
width: 65%;
}
.default-alignment.header-left .section-header, .default-alignment.footer-left .section-footer,
.text-left.header-left .section-header, .text-left.footer-left .section-footer {
text-align: left;
}
}  .columns-bg.columns-4-8 .section-body > .cell {
padding: 70px 30px;
display: flex;
align-items: center;
}
.columns-bg.columns-4-8 .section-body > .cell p {
max-width: 1100px;
margin: 0;
}
.columns-bg.columns-4-8 .section-body > .cell:first-of-type {
background-color: var(--lp--base-preset--brand-color--primary);
text-align: center; }
.columns-bg.columns-4-8 .section-body > .cell:first-of-type h3 {
font-size: 2.2rem;
max-width: 400px;
margin: 0 auto;
}
@media (min-width: 641px) {
.columns-bg.columns-4-8 .section-body > .cell {
padding: 90px;
}
.columns-bg.columns-4-8 .section-body > .cell:first-of-type {
padding: 90px 30px
}
.columns-bg.columns-4-8 .section-body > .cell:first-of-type h3 {
font-size: 2.25rem;
}
} .read-more-box .hic-blurb {
max-height: 350px;
overflow: hidden;
position: relative;
}
.read-more-box .hic-blurb.expanded {
max-height: 100%;
}
.read-more-box .hic-blurb::after {
content: "";
position: absolute;
bottom: 0;
width: 100%;
background: linear-gradient(360deg, #fff 30%, transparent 100%);
height: 50px;
display: block;
}
.read-more-box .hic-blurb.expanded::after {
display: none;
}
.read-more-box .hic-content .read-more-box-button {
cursor: pointer;
color: var(--lp--base-preset--brand-color--primary);
font-size: 16px;
}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}