:root {
	--mainfont: 'Lato';
	--headfont: 'Oswald';
	--charcoal: #596169;
	--darkcharcoal: #3d4248;
	--gold: #c9a347;
	--darkgold: #ba9541;
	--lightgold: #f7e2b2;
	--midgold: #e7c684;
	--blue: #0080FF;
	--lightgrey: #eee;
	--lightshade: #faf3e5;
}
/*--------------------------------------------------------------*/

body, /* Base Font for Site */
a.read-more {
	font-family: var(--mainfont), sans-serif;
}
h1, h2, h3, h4, h5, h6,
.navigation--main,
.navbar-toggle,
.navbar-toggle__text,
.navigation--main .sub-menu,
a.action {
	font-family: var(--headfont), sans-serif;
}
body { /* Base Font Size for whole site */
	font-size: 18px;
}
.master-container h1 {
	font-size: clamp(42px, 4vw, 50px);
	letter-spacing: -0.05em;
	border-bottom: 2px solid #acb2b9;
	padding-bottom: 0.2em;
}
h2.subby {
	font-size: clamp(32px, 3vw, 38px);
	margin-top: -0.5em;
	color: var(--charcoal);
}
.panel-grid .widget-title {
	font-size: clamp(32px, 3vw, 38px);
	font-weight: 400;
}
.panel-grid .gold-row .widget-title {
	color: var(--charcoal);
}
.panel-grid .dark .widget-title {
	color: var(--gold);
}
a.action.a-full {
	margin: 0.8em 0 0;
}
blockquote {
	border-color: var(--gold);
	font-size: 1.3em;
	font-weight: 400;
	line-height: 1.1;
}
ul.boldlist {
	background: var(--lightshade);
	padding: 1em;
	border: 1px solid var(--gold);
	margin-top: 1em;
}
.boldlist li {
	font-weight: 600;
}
ul.keylist li::before {
	content: '\f084';
}
blockquote ul.question {
	margin-bottom: -0.7em;
}
.widget_sow-editor ul.question li:before {
	content: '\f059';
}
.page-emergency-locksmith #slider-wrap::after {
	content: '';
	position: absolute;
	top: 5%;
	left: 40px;
	width: 30%;
	max-width: 250px;
	height: 50%;
	background: url(/wp-content/uploads/2025/11/Emergency-Locksmith-Badge.png) top/contain no-repeat;
	pointer-events: none;
}
h3.main-title__secondary {
	font-weight: 500;
	letter-spacing: 0.05em;
}
.family h4 {
	font-weight: 400;
	letter-spacing: 0;
	color: var(--lightgold);
}
/*--------------------------------------------------------------*/

.grey-row {
	background: var(--charcoal);
}
.fade-row {
	background: var(--lightgrey);
}
.gold-row {
	background: var(--midgold);
}
.memberships img {
	transition: all 0.3s ease;
}
.memberships a:hover img {
	opacity: 0.7;
}
.post-holder {
	margin-top: 1em;
}
/*--------------------------------------------------------------*/

.head-accred,
.top-logos {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 5px;
}
.footer .top-logos {
	gap: 15px;
	margin: 10px 0;
}
.footer .top-logos img {
	max-width: 90px;
}
.head-accred div.ts-widgetReviewPanel {
	display: none !important;
}
.head-accred div.ts-small div.ts-widgetBody {
	border-color: #ddd !important;
	margin: 5px !important;
	padding: 0 5px !important;
}
.header-widgets .widget h2 {
	font-size: 34px;
}
.header-widgets .widget h2 .fa {
	color: inherit;
}
.header-widgets .widget p {
	font-size: 26px;
	text-transform: uppercase;
}
/*----------------------------Slider----------------------------------*/

.jumbotron__title h2 {
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1;
}
/*--------------------------------------------------------------*/

.blocklinks div.sow-image-container {
	padding: 5%;
}
.master-container .blocklinks a img.so-widget-image {
	max-width: 200px;
	margin: 0 auto;
}
.blocklinks .so-widget-sow-image .widget-title {
	text-transform: uppercase;
	color: var(--gold);
}
.blocklinks p {
	line-height: 1.3;
}
/*----------------------Trustist Reviews------------------------*/

#trust-reviews div.ts-reviewList {
    display: flex !important;
    flex-wrap: wrap !important;
    width: calc(100% + 20px) !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
}
#trust-reviews .ts-reviewContainer {
    padding: 15px 15px 0 !important;
    background: #fff !important;
    border-radius: 5px !important;
    box-shadow: 0 7px 5px -5px rgba(0,0,0,0.2) !important;
    position: relative !important;
    margin: 10px 10px 30px !important;
    width: calc(25% - 50px)!important;
    flex-direction: column;
}
#trust-reviews .ts-reviewContainer:after {
    font-family: 'FontAwesome';
    content: '\f0d7';
    position: absolute;
    color: #fff;
    text-shadow: 0 4px 5px rgba(0,0,0,0.15);
    right: 30px;
    font-size: 4em;
    top: 100%;
    line-height: 0.2;
}
#trust-reviews .ts-reviewTitle a {
    text-transform: initial !important;
    font-weight: 500 !important;
    color: var(--gold); !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    display: inline-block !important;
    margin: 0.5em 0 !important;
}
#trust-reviews div.ts-reviewLogo img {
    height: 30px !important;
    width: auto !important;
}
#trust-reviews span.ts-reviewReply {
    font-size: 14px !important;
    color: #cca344 !important;
    line-height: 1.3 !important;
    display: inline-block !important;
}
#trust-reviews div.ts-reviewText {
    font-size: 15px !important;
    font-weight: 400 !important;
}
#trust-reviews #tsLoadMore {
	margin: 10px !important;
	border-radius: 0 !important;
	transition: all 0.3s ease !important;
	box-shadow: none !important;
}
#trust-reviews div.ts-reviewlist-logo {
    width: calc(100% - 20px) !important;
    margin: -80px 10px 10px !important;
}
#trust-reviews h2.widget-title {
	padding-right: 135px;
	font-size: clamp(28px,3vw,38px);
}
body div.ts-widgetBody {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
/*--------------------------------------------------------------*/

a.what {
	display: inline-flex;
	align-items: center;
	border: 1px solid;
	padding: 10px;
	border-radius: 5em 0 0 5em;
	font-weight: 600;
	margin-top: 10px;
}
a.what img {
	margin-right: 8px;
}
a.what:hover {
	background: rgba(255,255,255,0.1);
	color: #ccc;
}
.footer a.what:hover img {
	opacity: 1;
}
.footer {
	padding: 3em 0 2em;
}
/*-----------------------------Side Nav---------------------------------*/

ul.side-nav li.side-whatsapp a::after {
	font-size: 30px;
}
ul.side-nav li.side-chat a::after {
	content: '\f075';
}
ul.side-nav li a::after {
	border-radius: 2em;
}
ul.side-nav li.side-phone a::after,
ul.side-nav li.side-phone a::before {
	background: var(--blue);
}
ul.side-nav li.side-whatsapp a::after,
ul.side-nav li.side-whatsapp a::before {
	background: var(--whatsapp);
}
/*-----------------------------Contact Form---------------------------------*/

.recap {
	margin: 0 auto;
}
.form-row .so-widget-sow-editor {
	padding: 3em 5%;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}
.gform_wrapper legend,
.gform_wrapper .gfield_description {
	border: 0;
	color: var(--gold);
	font-weight: 700;
}
.form-row h2.widget-title {
	text-align: center;
}
.centre-text .inline-check .gfield_radio {
	justify-content: center;
}
.fade-row input,
.fade-row textarea {
	background: #fff;
	border-color: #bbb;
}
div#chatform {
	padding: 3% 5% 2%;
}
input.gform_button[type=submit] {
	font-size: 26px;
}
/*--------------------------------------------------------------*/

.lp-list-container {
	gap: 5px;
	margin-top: 1em;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}
ul.lp-pages li::before {
	display: none;
}
ul.lp-pages li {
	margin: 0 0 5px;
}
ul.lp-pages li a {
	display: block;
	background: rgba(255,255,255,0.5);
	padding: 0.3em 0.5em;
	border: 1px solid;
	transition: all 0.3s ease;
}
ul.lp-pages li a:hover {
	background: #fff;
}
/*_____________________________DESKTOP STYLES_____________________________________*/

@media (min-width: 992px) {
.navigation--main > li > a {
	text-shadow: 0 1px 5px rgba(0,0,0,0.2);
	line-height: 1.2;
}
.undernav .navigation--main > .menu-item-has-children > a::after {
	font-size: 12px;
	bottom: -2px;
}
.navigation--main .sub-menu > .menu-item-has-children > a::after {
	bottom: 50%;
	line-height: 0;
	font-size: 14px;
}
.navigation--main .sub-menu .sub-menu > li a {
	box-shadow: inset 7px 0 9px -4px rgba(0,0,0,0.15);
}
.footer .top-logos {
	justify-content: flex-start;
}
}

/*_____________________________TABLET STYLES______________________________________*/

@media (min-width: 780px) {
ul.side-nav li {
	margin: 0;
	position: fixed;
	bottom: 50px;
	font-weight: 600;
}
.side-nav li a {
	transition: opacity 0.3s ease;
}
.side-nav li a:hover {
	opacity: 0.8;
}
ul.side-nav li.side-whatsapp {
	left: calc(50% - 70px);
}
ul.side-nav li.side-phone {
	left: 75px;
}
ul.side-nav li.side-chat {
	right: 27px;
}
ul.side-nav li.side-whatsapp a::before,
ul.side-nav li.side-phone a::before {
	right: unset;
	left: 100%;
	font-size: 18px;
	opacity: 1;
	pointer-events: all;
	border-radius: 0 2em 2em 0;
}
ul.side-nav li.side-phone a::after,
ul.side-nav li.side-whatsapp a::after {
	border-radius: 2em 0 0 2em;
}
ul.side-nav li.side-chat a::before {
	display: none;
}
}

/*______________________________MOBILE STYLES______________________________________*/

@media (max-width: 991px) {
.top-logos img {
	max-height: 65px;
}
.jumbotron.under .carousel-content {
	padding: 1em 0 0;
}
.jumbotron .carousel-content ul li {
	margin-bottom: 0.3em;
	font-size: 16px;
}
#trust-reviews .ts-reviewContainer {
    width: calc(50% - 50px)!important;
}
}
/*_____________________________SMALL MOBILE STYLES________________________________*/

@media (max-width: 779px) {
ul.side-nav {
	bottom: 8px;
}
.hidemob {
	display: none;
}
}
/*_____________________________VERY SMALL MOBILE STYLES________________________________*/

@media (max-width: 479px) {
#trust-reviews .ts-reviewContainer {
    width: calc(100% - 50px)!important;
}
.blocklinks div.sow-image-container {
	padding-top: 0;
}
.blocklinks .so-widget-sow-image .widget-title {
	padding-top: 0;
}
.blocklinks .so-widget-sow-editor {
	padding: 0 20px;
}
}