.attachment svg,.widget_media_image svg{max-width:100%;height:auto}@font-face {
font-family: "Patua One";
src: local("PatuaOne Regular"), local("PatuaOne-Regular"), url(//lekallawyers.com.au/wp-content/themes/LekalLawyers_WPTheme/fonts/PatuaOne-Regular.woff2) format("woff2"), url(//lekallawyers.com.au/wp-content/themes/LekalLawyers_WPTheme/fonts/PatuaOne-Regular.woff) format("woff");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Styrene A Web";
src: url(//lekallawyers.com.au/wp-content/themes/LekalLawyers_WPTheme/fonts/StyreneAWeb-Light.eot);
src: local("Styrene A Web Light"), local("StyreneAWeb-Light"), url(//lekallawyers.com.au/wp-content/themes/LekalLawyers_WPTheme/fonts/StyreneAWeb-Light.eot?#iefix) format("embedded-opentype"), url(//lekallawyers.com.au/wp-content/themes/LekalLawyers_WPTheme/fonts/StyreneAWeb-Light.woff2) format("woff2"), url(//lekallawyers.com.au/wp-content/themes/LekalLawyers_WPTheme/fonts/StyreneAWeb-Light.woff) format("woff"), url(//lekallawyers.com.au/wp-content/themes/LekalLawyers_WPTheme/fonts/StyreneAWeb-Light.ttf) format("truetype");
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: "Styrene A Web";
src: url(//lekallawyers.com.au/wp-content/themes/LekalLawyers_WPTheme/fonts/StyreneAWeb-Regular.eot);
src: local("Styrene A Web Regular"), local("StyreneAWeb-Regular"), url(//lekallawyers.com.au/wp-content/themes/LekalLawyers_WPTheme/fonts/StyreneAWeb-Regular.eot?#iefix) format("embedded-opentype"), url(//lekallawyers.com.au/wp-content/themes/LekalLawyers_WPTheme/fonts/StyreneAWeb-Regular.woff2) format("woff2"), url(//lekallawyers.com.au/wp-content/themes/LekalLawyers_WPTheme/fonts/StyreneAWeb-Regular.woff) format("woff"), url(//lekallawyers.com.au/wp-content/themes/LekalLawyers_WPTheme/fonts/StyreneAWeb-Regular.ttf) format("truetype");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Styrene A Web";
src: url(//lekallawyers.com.au/wp-content/themes/LekalLawyers_WPTheme/fonts/StyreneAWeb-Medium.eot);
src: local("Styrene A Web Medium"), local("StyreneAWeb-Medium"), url(//lekallawyers.com.au/wp-content/themes/LekalLawyers_WPTheme/fonts/StyreneAWeb-Medium.eot?#iefix) format("embedded-opentype"), url(//lekallawyers.com.au/wp-content/themes/LekalLawyers_WPTheme/fonts/StyreneAWeb-Medium.woff2) format("woff2"), url(//lekallawyers.com.au/wp-content/themes/LekalLawyers_WPTheme/fonts/StyreneAWeb-Medium.woff) format("woff"), url(//lekallawyers.com.au/wp-content/themes/LekalLawyers_WPTheme/fonts/StyreneAWeb-Medium.ttf) format("truetype");
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: "Styrene A Web";
src: url(//lekallawyers.com.au/wp-content/themes/LekalLawyers_WPTheme/fonts/StyreneAWeb-Bold.eot);
src: local("Styrene A Web Bold"), local("StyreneAWeb-Bold"), url(//lekallawyers.com.au/wp-content/themes/LekalLawyers_WPTheme/fonts/StyreneAWeb-Bold.eot?#iefix) format("embedded-opentype"), url(//lekallawyers.com.au/wp-content/themes/LekalLawyers_WPTheme/fonts/StyreneAWeb-Bold.woff2) format("woff2"), url(//lekallawyers.com.au/wp-content/themes/LekalLawyers_WPTheme/fonts/StyreneAWeb-Bold.woff) format("woff"), url(//lekallawyers.com.au/wp-content/themes/LekalLawyers_WPTheme/fonts/StyreneAWeb-Bold.ttf) format("truetype");
font-weight: 600;
font-style: normal;
}
* {
box-sizing: border-box;
}
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
background: #888;
}
::-webkit-scrollbar-thumb:hover {
background: #555;
}
html {
scroll-behavior: smooth;
}
html,
body {
margin: 0;
padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.heading {
font-family: "Playfair Display", serif;
font-weight: 400;
line-height: 120%;
}
h1 {
font-size: clamp(2rem, 4vw, 3rem);
font-weight: 600;
}
h2 {
font-size: clamp(1.8rem, 3.5vw, 2.5rem);
}
h3 {
font-size: clamp(1.5rem, 3vw, 1.8rem);
}
h4 {
font-size: clamp(1.2rem, 2vw, 1.5rem);
}
h5 {
font-size: clamp(1.1rem, 2vw, 1.2rem);
}
h6 {
font-size: clamp(1rem, 2vw, 1.1rem);
}
a {
text-decoration: none;
color: inherit;
transition: all 0.2s ease-in-out;
}
a:hover {
color: #c0a360;
}
a.underline-on-hover:hover {
color: inherit;
text-decoration: underline;
}
ul {
margin: 0;
padding: 0;
list-style-type: none;
}
ul.dot-points {
list-style-type: square;
}
.email-at-symbol:after {
content: "@";
}
.d-flex {
display: flex;
}
.inline-block {
display: inline-block;
}
.space-between {
justify-content: space-between;
}
.d-block {
display: block;
}
.d-grid {
display: grid;
}
.d-grid.g-9-3 {
grid-template-columns: 9fr 3fr;
}
.d-grid.g-9-3 p {
margin: 0;
}
.d-grid.g-9-3 .btn, .d-grid.g-9-3 input {
margin: 0.5rem 0 0;
line-height: 175%;
}
.d-grid.g-9-3 .btn {
min-width: 200px;
}
.d-grid.g-9-3 input {
border: none;
border-bottom: 1px solid;
padding: 14px 16px;
}
.d-grid.g-1-1 {
grid-template-columns: 1fr 1fr;
}
.jc-start {
justify-content: flex-start;
}
.jc-center {
justify-content: center;
}
.jc-end {
justify-content: flex-end;
}
.ai-start {
align-items: flex-start;
}
.ai-center {
align-items: center;
}
.ai-center .wpcf7-form-control-wrap {
width: 100%;
}
.ai-end {
align-items: flex-end;
}
.flex-dir-row {
flex-direction: row;
}
.flex-dir-col {
flex-direction: column;
}
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.text-black {
color: #000;
}
.text-white {
color: #fff;
}
.text-primary {
color: #000;
}
.text-secondary {
color: #c0a360;
}
.m-0-auto {
margin: 0 auto !important;
}
.p-1 {
padding: 1rem;
}
.p-2 {
padding: 2rem;
}
.p-3 {
padding: 3rem;
}
.p-4 {
padding: 4rem;
}
.px-1 {
padding-left: 1rem;
padding-right: 1rem;
}
.px-2 {
padding-left: 2rem;
padding-right: 2rem;
}
.px-3 {
padding-left: 3rem;
padding-right: 3rem;
}
.px-4 {
padding-left: 4rem;
padding-right: 4rem;
}
.py-1 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.py-2 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.py-3 {
padding-top: 3rem;
padding-bottom: 3rem;
}
.py-4 {
padding-top: 4rem;
padding-bottom: 4rem;
}
.pt-1 {
padding-top: 1rem;
}
.pb-1 {
padding-bottom: 1rem;
}
.p4-0 {
padding: 4rem 0;
}
.w-100 {
width: 100%;
min-width: 0 !important;
}
.mw-480 {
max-width: 480px;
}
.mw-700 {
max-width: 700px;
}
.mw-1140 {
max-width: 1140px !important;
}
.gap-1 {
gap: 1rem;
}
.gap-2 {
gap: 2rem;
}
.gap-3 {
gap: 3rem;
}
.gap-4 {
gap: 4rem;
}
.mt-1 {
margin-top: 1rem !important;
}
.mt-2 {
margin-top: 2rem !important;
}
.mt-3 {
margin-top: 3rem !important;
}
.mt-4 {
margin-top: 4rem !important;
}
.mb-1 {
margin-bottom: 1rem !important;
}
.mb-2 {
margin-bottom: 2rem !important;
}
.mb-3 {
margin-bottom: 3rem !important;
}
.mb-4 {
margin-bottom: 4rem !important;
}
.ctl-mobile {
text-align: center;
}
.fw-medium {
font-weight: 500 !important;
}
.fw-bold {
font-weight: 600 !important;
}
.text-uppercase {
text-transform: uppercase;
}
.overflow-auto {
overflow: auto;
}
.mh-480 {
max-height: 480px;
}
.letter-spacing-2 {
letter-spacing: 2px;
}
.border-top {
border-top: 1px solid #c0a360 !important;
}
.wpcf7 form .wpcf7-response-output,
.gform_confirmation_message {
margin: 2rem auto !important;
padding: 1.2rem !important;
background-color: #3498db;
color: #fff;
line-height: 100% !important;
text-align: center;
border: none !important;
}
.gform_confirmation_message {
background-color: #18bc9c;
}
.wpcf7 form.sent .wpcf7-response-output {
background-color: #18bc9c;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
background-color: #e74c3c;
}
.wpcf7 form.spam .wpcf7-response-output {
background-color: #f56e28;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
background-color: #f39c12;
}
.rounded {
border-radius: 50%;
}
body {
font-family: "Styrene A Web", sans-serif;
font-weight: 300;
font-size: 0.9rem;
line-height: 2rem;
animation: fadeIn 1.5s ease-in;
}
p {
line-height: 2.25rem;
}
.content-area {
width: 100%;
max-width: 1200px;
position: relative;
margin: 0 auto;
}
.content-area.border-top {
border-top: 1px solid #fff;
border-width: calc(100% - 60px);
}
.svg {
display: inline-block;
width: 22px;
height: 22px;
fill: #c0a360;
margin-top: 5px;
margin-bottom: -5px;
transition: all 0.2s ease-in-out;
}
.svg.svg-text-right {
margin-right: 6px;
}
.svg.svg-lrg {
width: 80px;
height: 80px;
fill: #000;
display: block;
margin: 20px auto;
}
.heading-tagline {
display: block;
text-transform: uppercase;
color: #c0a360;
font-weight: 400;
margin-top: -10px;
}
.banner .logo {
width: 10rem;
height: 10rem;
background-color: #fff;
padding: 2rem;
border-radius: 50%;
overflow: hidden;
box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
position: absolute;
top: -5rem;
left: 50%;
margin-left: -5rem;
}
.banner .logo img {
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
.banner .body {
font-size: clamp(1rem, 2vw, 0.9rem);
}
.banner .social-media-container {
margin-top: 2rem;
}
.banner .social-media-container li {
width: 1.3rem;
height: 1.3rem;
}
.banner .social-media-container li svg {
fill: currentColor !important;
}
#faqs .accordion {
font: inherit;
background-color: #eee;
cursor: pointer;
padding: 1.4rem;
width: 100%;
border: none;
text-align: left;
transition: 0.4s;
margin: 0.25rem 0;
font-weight: 500;
line-height: 1.75rem;
}
#faqs .accordion.active, #faqs .accordion:hover {
background-color: #c0a360;
color: #fff;
}
#faqs .panel {
padding: 1.5rem;
display: none;
background-color: white;
overflow: hidden;
text-align: left;
}
#faqs .panel p {
margin: 0;
padding: 0;
}
#faqs .panel .btn {
padding: 0.7rem 1.2rem;
min-width: 0 !important;
}
article.faqs header {
padding: 0;
box-shadow: none;
}
.child-services {
grid-template-columns: 1fr 1fr 1fr;
text-align: left;
}
.child-services a.child-service {
font-size: 1.2rem;
background-color: #c0a360;
color: #fff;
}
.child-services a.child-service:hover {
background-color: #eee;
color: #000;
}
.child-services a.child-service svg {
width: 4rem;
height: 4rem;
-o-object-fit: contain;
object-fit: contain;
-o-object-position: left;
object-position: left;
}
header {
background-color: #fff;
color: #000;
justify-content: space-between;
align-items: center;
z-index: 999;
padding: 1rem 2rem;
box-shadow: 2px 0 1rem rgba(0, 0, 0, 0.2);
transition: all 1s ease-in-out;
}
header.sticky {
position: sticky;
width: 100%;
}
header .btn {
margin-left: -105px;
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, margin 1s ease-in-out;
}
header.scrolled {
top: 0;
}
header.scrolled .btn {
margin-left: -135px;
}
header.scrolled .social-media-container li {
width: 26px;
height: 26px;
}
header.scrolled .social-media-container li:first-child {
margin-left: -40px;
}
header #header-logo-container {
width: 90px;
height: 90px;
line-height: 100%;
transition: all 1s ease-in-out;
}
header #header-logo-container img.logo {
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
transition: all 1s ease-in-out;
}
header #header-logo-container.scrolled {
width: 60px;
height: 60px;
}
#top-header {
background-color: #000;
color: #fff;
line-height: 100%;
}
#top-header .social-media-container li {
width: 1.2rem;
height: 1.2rem;
}
#top-header .social-media-container li svg {
fill: currentColor;
}
#top-header span.divider:after {
content: "|";
margin: 0 1rem;
}
footer .content-area {
gap: 4rem;
}
footer .content-area .footer-widget {
width: 100%;
}
footer .content-area .footer-widget .footer-heading {
font-size: 1rem;
font-family: "Playfair Display";
font-weight: 600;
font-size: 1.3rem;
}
footer .logo {
width: 140px;
height: 144px;
margin-bottom: 2rem;
}
footer .logo img {
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
footer #site-details {
font-size: 0.9rem;
text-align: center;
}
footer #site-details p {
line-height: 1.2rem;
}
footer #site-details .site-details a.site-author {
font-family: "Patua One", cursive;
font-size: 1rem;
color: #000;
text-decoration: none;
transition: color 0.2s ease-in-out;
}
footer #site-details .site-details a.site-author:hover {
color: #6abc9f;
}
footer #legal-links ul li {
display: inline-block;
border-right: 1px solid #fff;
padding: 0px 10px;
height: 20px;
vertical-align: middle;
line-height: 20px;
}
footer #legal-links ul li:last-child {
border-right: none;
}
#top-footer {
padding: 0 2rem;
}
.banner {
width: 100%;
position: relative;
min-height: 480px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
line-height: 2rem;
}
.banner.home {
background-image: url(//lekallawyers.com.au/wp-content/themes/LekalLawyers_WPTheme/images/hero-banner-bg.jpg);
background-attachment: fixed;
min-height: 560px;
}
.banner.home h1 {
font-size: 2rem;
}
.banner.home p {
font-size: 1rem;
font-weight: 300;
}
.banner.contact {
background-image: url(//lekallawyers.com.au/wp-content/themes/LekalLawyers_WPTheme/images/contact-banner-bg.webp);
background-attachment: fixed;
}
.banner .overlay {
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
color: #fff;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.banner .overlay.gradient {
background: rgb(0, 0, 0);
background: linear-gradient(45deg, rgba(0, 0, 0, 0.7) 0%, rgba(192, 163, 96, 0.5) 100%);
}
.banner h1, .banner h2, .banner h3, .banner h4, .banner h5, .banner h6, .banner .heading, .banner p {
margin: 1rem 0;
font-weight: 400;
}
.banner p {
font-size: clamp(1rem, 2vw, 1.2rem);
}
.banner .heading {
font-size: clamp(2rem, 4vw, 3rem) !important;
line-height: 125% !important;
}
.editor-styles-wrapper .banner .overlay {
position: relative !important;
}
.service-container {
grid-template-columns: 1fr 1fr 1fr;
}
.service-container .service {
padding: 4rem 2.5rem;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
font-size: 0.8rem;
position: relative;
overflow: hidden;
color: #000;
line-height: 2rem;
}
.service-container .service:before, .service-container .service:after {
content: "";
width: calc(100% - 2rem);
height: calc(100% - 2rem);
position: absolute;
border: 1px solid #e5e7e9;
transition: 0.33s all ease;
}
.service-container .service:before {
top: 0;
left: 0;
border-width: 1px 0 0 1px;
}
.service-container .service:after {
bottom: 0;
right: 0;
border-width: 0 1px 1px 0;
}
.service-container .service svg, .service-container .service img {
transition: 0.33s all ease;
margin-bottom: 1rem;
width: 60px;
height: 60px;
aspect-ratio: 1;
-o-object-fit: contain;
object-fit: contain;
}
.service-container .service .heading {
font-family: "Playfair Display";
font-size: 1.4rem;
font-weight: 700;
transition: 0.33s all ease;
}
.service-container .service .body {
transition: 0.33s all ease;
color: #9f9f9f;
}
.service-container .service .divider {
width: 100%;
height: 2px;
background-color: #c0a360;
margin: 1rem auto;
display: block;
max-width: 30%;
}
.service-container .service:hover.service:before, .service-container .service:hover.service:after {
width: 100%;
height: 100%;
border-color: #c0a360;
}
.service-container .service:hover .heading, .service-container .service:hover svg, .service-container .service:hover img {
transform: translateY(-1rem);
}
.service-container .service:hover .body {
transform: translateY(1rem);
}
.capability-statement {
letter-spacing: 2px;
height: 320px;
color: #fff;
}
.capability-statement .logo {
min-width: 320px;
height: 100%;
background-color: #000;
overflow: hidden;
}
.capability-statement .logo img {
width: 80px;
height: 80px;
-o-object-fit: contain;
object-fit: contain;
}
.capability-statement .thumbnail {
width: 100%;
height: 100%;
position: relative;
}
.capability-statement .thumbnail img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.capability-statement .thumbnail span {
position: absolute;
right: 1rem;
top: 1rem;
}
.contact-card {
display: flex;
justify-content: center;
gap: 50px;
padding: 50px;
flex-wrap: wrap;
flex-direction: row;
align-items: center;
font-size: 14px;
}
.contact-card .contact-photo {
height: 220px;
width: 220px;
background-color: #efefef;
display: block;
border-radius: 50%;
overflow: hidden;
}
.contact-card .contact-photo img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.contact-card .name {
display: block;
font-weight: 600;
font-size: 1.2rem;
}
.contact-card .qualifications {
display: block;
margin-bottom: 1rem;
font-style: italic;
margin-top: -0.5rem;
}
.contact-card .contact-card p {
font-size: 0.8rem;
margin-bottom: 0;
}
.hero-banner {
width: 100%;
height: 100vh;
overflow: hidden;
position: relative;
}
.hero-banner img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.hero-banner .overlay {
width: 100%;
height: 100%;
padding: 20px;
position: absolute;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.5);
color: #fff;
flex-direction: column;
}
.hero-banner .overlay h1, .hero-banner .overlay h2, .hero-banner .overlay h3, .hero-banner .overlay h4, .hero-banner .overlay h5, .hero-banner .overlay h6, .hero-banner .overlay .heading, .hero-banner .overlay p {
margin: 10px auto;
}
.hero-banner .overlay p {
font-size: clamp(1rem, 2vw, 1.2rem);
}
.hero-banner .overlay .heading {
font-size: clamp(2rem, 4vw, 3rem);
line-height: 125%;
}
.hero-banner .overlay .locality svg {
fill: #fff;
width: 13.95px;
height: 18px;
margin-bottom: -3px;
margin-right: 5px;
}
.social-media-container {
line-height: 100%;
font-size: 0;
}
.social-media-container li {
width: 1.75rem;
height: 1.75rem;
margin-left: 8px;
display: inline-block;
overflow: hidden;
font-size: 1rem;
transition: all 1.5s ease-in-out;
}
.social-media-container li:first-child {
margin-left: 0;
}
.social-media-container a img {
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
opacity: 0.8;
}
.social-media-container a:hover img {
opacity: 1;
}
.social-media-container a svg {
width: 100%;
height: 100%;
fill: #000;
transition: all 0.2s ease-in-out;
}
.social-media-container a:hover svg {
fill: #c0a360;
}
header .social-media-container {
margin-right: 30px;
}
header .social-media-container li:first-child {
margin-left: -20px;
}
#mobile-nav-container .social-media-container a svg {
fill: #000;
}
#mobile-nav-container .social-media-container a:hover svg {
fill: #c0a360;
}
footer .social-media-container li {
width: 1.3rem;
height: 1.3rem;
}
footer .social-media-container li svg {
fill: #000;
}
.team-members {
grid-template-columns: 1fr 1fr 1fr;
}
.team-members .team-member .photo {
width: 100%;
max-width: 336px;
aspect-ratio: 1/1;
overflow: hidden;
}
.team-members .team-member .photo img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.quick-contact {
position: relative;
}
.quick-contact .heading {
font-size: 1.5rem;
margin-bottom: 0.8rem;
}
.quick-contact p {
margin: 0;
}
.quick-contact .widget {
border-left: 1px solid #c0a360;
padding-left: 1.4rem;
}
#primary-menu ul li {
display: inline-block;
margin: 0 20px;
text-transform: uppercase;
letter-spacing: 2px;
position: relative;
padding: 10px 0;
}
#primary-menu ul li a {
padding: 5px 0;
width: 100%;
height: 100%;
display: block;
border-bottom: 1px solid transparent;
}
#primary-menu ul li a:hover {
color: inherit;
border-bottom: 1px solid #c0a360;
}
#primary-menu ul li:last-child {
margin-right: 0;
}
#primary-menu ul li .sub-menu {
width: 320px;
display: none;
position: absolute;
top: 100%;
background-color: #fff;
border-top: 3px solid #000;
box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
animation: fadeIn 0.3s ease-in;
}
#primary-menu ul li .sub-menu li {
display: block;
width: 100%;
border-bottom: 1px solid #ccc;
margin: 0;
text-transform: none;
letter-spacing: 0;
padding: 0;
}
#primary-menu ul li .sub-menu li a {
padding: 1rem;
}
#primary-menu ul li .sub-menu li a:hover {
background-color: #c0a360;
color: #fff;
}
#primary-menu ul li:hover .sub-menu {
display: block;
}
#mobile-nav-container {
width: 100%;
max-width: 260px;
height: 100%;
background-color: #fff;
display: block;
position: fixed;
right: -260px;
top: 0;
z-index: 9999;
padding: 40px;
transition: all 0.5s ease-in-out;
}
#mobile-nav-container .logo {
width: 129px;
height: 77px;
margin-left: 15px;
}
#mobile-nav-container .logo img {
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
#mobile-nav-container .menu-links ul ul {
text-indent: 30px;
}
#mobile-nav-container .menu-links ul li {
width: 100%;
color: inherit;
line-height: 22px;
font-weight: 300;
outline: none;
}
#mobile-nav-container .menu-links ul li a {
padding: 12px 18px;
width: 100%;
height: 100%;
display: block;
color: #000;
}
#mobile-nav-container .menu-links ul li a:hover {
color: #fff;
background-color: #c0a360;
}
#mobile-nav-container .menu-links ul .sub-menu {
display: none;
}
.menu-icon {
width: 30px;
height: 23px;
position: relative;
right: 0;
display: none;
cursor: pointer;
transition: all 0.5s ease-in-out;
}
.menu-icon:hover span {
background-color: #c0a360;
}
.menu-icon span {
display: block;
position: absolute;
height: 1px;
width: 100%;
background: #000;
border-radius: 0px;
opacity: 1;
left: 0;
z-index: 9999;
transform: rotate(0deg);
transition: all 0.5s ease-in-out;
}
.menu-icon span:nth-child(1) {
top: 0px;
}
.menu-icon span:nth-child(2) {
top: 9px;
}
.menu-icon span:nth-child(3) {
top: 18px;
}
.menu-icon.open span:nth-child(1) {
top: 9px;
transform: rotate(135deg);
}
.menu-icon.open span:nth-child(2) {
opacity: 0;
}
.menu-icon.open span:nth-child(3) {
top: 9px;
transform: rotate(-135deg);
}
#menuToggle {
display: none;
}
#menuToggle:checked ~ #mobile-nav-container {
right: 0;
}
#menuToggle:checked ~ header .menu-icon {
right: 260px;
}
.dimmer {
width: 100%;
height: 100%;
display: none;
background-color: rgb(255, 255, 255);
position: fixed;
z-index: 9998;
top: 0;
transition: all 0.5s ease-in-out;
}
footer #quicklinks li {
margin: 5px auto;
line-height: 2rem;
}
footer #quicklinks li a {
font-size: 0.9rem;
width: 100%;
height: 100%;
display: block;
border-left: 3px solid #fff;
}
footer #quicklinks li a:hover {
border-color: #c0a360;
text-indent: 0.6rem;
}
fieldset {
padding: 40px;
border: 1px solid #c0a360;
}
fieldset legend {
padding: 0.4rem 1.3rem;
font-weight: 400;
background-color: #c0a360;
color: #fff;
font-size: 1rem;
}
input,
textarea,
select {
-webkit-appearance: "none";
-moz-appearance: "none";
-o-appearance: "none";
appearance: "none";
outline: none;
width: 100%;
display: block;
border: none;
border-bottom: 1px solid #000;
font: inherit;
padding: 10px;
margin-bottom: 1.5rem;
transition: border 0.1s ease-in;
}
input:focus,
textarea:focus,
select:focus {
border-bottom: 1px solid #c0a360;
}
textarea {
overflow: hidden;
resize: none;
height: 9rem;
}
.opt-input {
opacity: 0;
display: none;
}
.opt-input + label {
position: relative;
padding-left: 40px;
cursor: pointer;
display: inline-block;
line-height: 28px;
}
.opt-input + label:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 20px;
height: 20px;
border: 1px solid #333333;
background-color: #fff;
transition: all 0.2s ease-in-out;
}
.opt-input:hover + label::before {
border: 1px solid #000;
}
.opt-input:checked + label::before {
border: 1px solid #000;
}
.opt-input:checked + label::after {
background-color: #000;
content: "";
width: 14px;
height: 14px;
position: absolute;
top: 4px;
left: 4px;
}
input[type=radio].opt-input + label::before {
border-radius: 50%;
}
input[type=radio].opt-input:checked + label::after {
border-radius: 50%;
}
.list-item, .input-group label, .input-group.list, .input-group.list label {
display: block;
margin: 10px auto;
}
.input-group-question p {
margin-top: 60px;
}
.input-group {
display: flex;
justify-content: space-around;
margin: 0px auto;
}
.gform_wrapper.gravity-theme .gsection {
border: none !important;
padding: 0 !important;
}
h3.gsection_title {
background-color: #c0a360;
color: #fff;
padding: 0.5rem;
margin: 0;
}
.gform_wrapper.gravity-theme input[type=submit],
.btn {
padding: 1.2rem;
font-weight: 400;
font: inherit;
font-size: 1rem;
cursor: pointer;
border: 0;
text-align: center;
min-width: 200px;
line-height: 100%;
transition: all 0.2s ease-in-out;
}
.btn.btn-hollow-primary {
background: transparent;
border: 1px solid #000;
color: #000;
}
.btn.btn-hollow-primary:hover {
background-color: #000;
color: #fff;
}
.btn.btn-hollow-secondary {
background: transparent;
border: 1px solid #c0a360;
color: #c0a360;
}
.btn.btn-hollow-secondary:hover {
background-color: #c0a360;
color: #fff;
}
.btn.btn-hollow-white-primary {
background: transparent;
border: 1px solid #fff;
color: #fff;
}
.btn.btn-hollow-white-primary:hover {
background-color: #fff;
color: #000;
}
.btn.btn-hollow-white-secondary {
background: transparent;
border: 1px solid #fff;
color: #fff;
}
.btn.btn-hollow-white-secondary:hover {
background-color: #fff;
color: #c0a360;
}
.btn.btn-solid-primary {
background-color: #000;
color: #fff;
}
.btn.btn-solid-primary:hover {
background-color: #c0a360;
}
.btn.btn-solid-secondary {
background-color: #c0a360;
color: #fff;
}
.btn.btn-solid-secondary:hover {
background-color: #000;
}
.btn.btn-solid-primary-lighter {
background-color: #000;
color: #fff;
}
.btn.btn-solid-primary-lighter:hover {
background-color: #333333;
}
.btn.btn-solid-secondary-lighter {
background-color: #c0a360;
color: #fff;
}
.btn.btn-solid-secondary-lighter:hover {
background-color: #ddcda9;
}
.btn.btn-solid-primary-darker {
background-color: #000;
color: #fff;
}
.btn.btn-solid-primary-darker:hover {
background-color: black;
}
.btn.btn-solid-secondary-darker {
background-color: #c0a360;
color: #fff;
}
.btn.btn-solid-secondary-darker:hover {
background-color: #856d35;
}
.btn.btn-centered {
display: inline-block;
margin: 0 auto;
}
.btn-group .btn {
margin: 4px auto;
display: inline-block;
}
.btn-group.list .btn {
display: block;
width: 100%;
margin: 8px auto;
}
.gform_wrapper.gravity-theme input[type=submit] {
background: transparent;
border: 1px solid #c0a360 !important;
color: #c0a360;
}
.gform_wrapper.gravity-theme input[type=submit]:hover {
background-color: #c0a360;
color: #fff;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@media (max-width: 1200px) {
.mw-1140 {
max-width: calc(100% - 60px) !important;
}
#primary-menu {
display: none;
}
header .social-media-container, header .btn {
display: none;
}
.menu-icon,
#mobile-nav-container {
display: block;
}
#menuToggle:checked ~ .dimmer {
display: block;
background-color: rgba(0, 0, 0, 0.7);
}
#header-logo-container {
width: 80px;
height: 80px;
}
#header-logo-container img {
width: 40px;
height: 40px;
}
}
@media (max-width: 960px) {
footer .content-area {
flex-direction: column;
}
.projects-wrapper {
grid-template-columns: 1fr 1fr;
}
.quick-contact {
background-color: transparent;
display: block !important;
padding: 0;
}
.quick-contact:after {
display: none;
}
.quick-contact .widget {
padding: 1.5rem;
margin: 32px auto;
text-align: center;
border-right: 1px solid #c0a360;
}
.g-x-2 {
grid-template-columns: 1fr 1fr !important;
gap: 1rem !important;
}
.g-x-2 .btn {
width: 100% !important;
}
#top-footer {
text-align: center;
}
#top-footer .footer-widget {
justify-content: center;
}
footer #quicklinks li a {
border: none;
}
footer #quicklinks li a:hover {
text-indent: 0;
}
}
@media (max-width: 720px) {
.services-wrapper.g-1-1 {
grid-template-columns: 1fr;
}
.g-x-1 {
grid-template-columns: 1fr !important;
gap: 1rem !important;
}
.g-x-1 .btn {
width: 100% !important;
}
.centralise-mobile {
text-align: center;
align-items: center;
justify-content: center;
}
.relative-mobile {
position: relative !important;
}
.child-services a.child-service {
align-items: center;
}
}
@media (max-width: 480px) {
#site-details {
line-height: 150%;
}
#legal-links ul {
margin-bottom: 20px;
}
#legal-links ul li {
display: block;
margin: 10px auto;
height: auto;
border: none;
}
.ctl-mobile {
text-align: left;
}
.btn-group .btn {
display: block;
}
.mobile-flex-center {
justify-content: center;
align-items: center;
}
}