:root {
	--mainfont: 'Poppins';
	--gold: #caa347;
	--darkgold: #b5913f;
	--boldgold: #e5b029;
	--lightgold: #efe3c7;
	--charcoal: #1b252d;
	--darkcharcoal: #151d23;
	--midgrey: #84898d;
	--darkgrey: #4e5255;
	--lightgrey: #c1c5c7;
	--vlightgrey: #eaebec;
	--blue: #0080FF;
	--bluehover: #0069d1;
	--whatsapphover: #1fad53;
	--red: #ca4747;
	--green: #76ca47;
	--text-shad: 0 1px 1px rgba(0,0,0,.25);
}
/*--------------------------------------------------------------*/

@font-face {
  font-family: 'material-symbols-outlined';
  font-style: normal;
  font-weight: 400;
   src: url(/wp-content/uploads/icon-font/MaterialSymbolsOutlined.woff2) format('woff2');
}
.material-symbols-outlined {
  font-family: 'material-symbols-outlined';
  font-weight: normal;
  font-style: normal;
  font-size: inherit;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
/*--------------------------------------------------------------*/

body, h1, h2, h3, h4, h5, h6, /* Base Font for Site */
.navigation--main,
.navbar-toggle__text,
.navigation--main .sub-menu,
a.read-more {
	font-family: var(--mainfont), sans-serif;
}
body { /* Base Font Size for whole site */
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6, .action {
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1;
}
p > strong {
	font-weight: 600;
}
.light-shade-row p a:not(.action),
.shade p a:not(.action) {
	color: var(--darkgold);
	font-weight: 500;
}
.centre-title h2.widget-title,
.centre-title h1 {
	text-align: center;
}
h2.widget-title b,
h1 strong {
	font-weight: 600;
	color: var(--gold);
}
h2 small {
	color: var(--charcoal);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .15em;
}
.dark h2 small {
	color: #fff;
}
.main-row h2.widget-title,
.master-container h1 {
	border-bottom: 1px solid var(--gold);
	padding-bottom: 15px;
}
.key-title h2.widget-title::before,
.master-container h1::before,
.family h2::before {
	content: '';
	display: block;
	text-align: center;
	background: url(/wp-content/uploads/2025/12/Locksmith-Badge-Gold.webp) 50%/contain no-repeat;
	height: 45px;
}
.master-container h1::before,
.family h2.widget-title::before {
	height: 38px;
}
.master-container  h1,
h1.hentry__title,
.family h2 {
	position: relative;
	padding-left: 55px;
	line-height: 0.9;
}
.master-container  h1,
h1.hentry__title {
	font-size: clamp(26px, 3.5vw, 38px);
}
.main-row:not(.centre-title) h1::before,
.family h2::before {
	position: absolute;
	left: 0;
	top: calc(50% - 27px);
	transform: rotate(-90deg);
	width: 45px;
}
.main-row:not(.gold-row) h3 strong {
	color: var(--gold);
}
.main-row h3 {
	font-size: 22px;
	margin-bottom: 0.7em;
}
h3.subby {
	margin-top: -0.3em;
}
blockquote {
	border-color: var(--gold);
	background: rgba(255,255,255,0.4);
	border-radius: 0 15px 15px 0;
	margin-top: 1em;
	font-style: italic;
}
.gallery-item {
	border-radius: 20px;
}
/*-------------------------------Row Styles-------------------------------*/

.main-row,
.footer,
.custom-split,
.map-float {
	border-top: 10px solid #fff;
}
.gold-row {
	background-color: var(--gold);
}
.gold-row:not(.dark) h2.widget-title b,
.grey-row:not(.dark) h2.widget-title b,
.grey-row:not(.dark) h1 strong {
	color: #fff;
}
.gold-row:not(.dark) h2.widget-title,
.grey-row:not(.dark) h2.widget-title,
.grey-row:not(.dark) h1 {
	border-color: rgba(0,0,0,0.2);
	box-shadow: 0 1px rgba(255,255,255,0.2);
}
.gold-row.key-title h2.widget-title::before,
.charcoal-row.key-title h2.widget-title::before {
	background-image: url(/wp-content/uploads/2025/12/Locksmith-Badge-White.webp);
}
.charcoal-row {
	background-color: var(--charcoal);
}
.grey-row {
	background-color: var(--midgrey);
}
.light-gold-row {
	background-color: var(--lightgold);
}
.light-shade-row {
	background-color: var(--vlightgrey);
}
.key-row,
.key-row .panel-grid-cell {
	position: relative;
}
.key-row::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url(/wp-content/uploads/2025/12/Locksmith-Key-Back.webp) 50% 20%/cover no-repeat;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	opacity: 0.5;
}
.shade.key-row::before {
	opacity: 1;
}
.charcoal-row.key-row::before,
.grey-row.key-row::before {
	opacity: 0.3;
}
.narrow-contact {
	max-width: 750px;
	margin: 0 auto;
}
/*-------------------------------Shifted Rows-------------------------------*/

.shifted .so-panel {
	background: var(--shade);
	padding-left: 5%;
	padding-right: 5%;
	position: relative;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
}
.shifted .so-panel.panel-first-child {
	padding-top: 5%;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-top: 10px solid #fff;
}
.shifted .so-panel.panel-last-child {
	padding-bottom: 5%;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom: 10px solid #fff;
}
.dark.shifted .so-panel {
	background: var(--charcoal);
	border-color: transparent;
}
.shifted .so-panel.panel-last-child::before {
	content: '';
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 40px;
	height: 40px;
	background: url(/wp-content/uploads/2025/12/Locksmith-Badge-Gold.webp) 50%/contain no-repeat;
	opacity: 0.3;
	pointer-events: none;
}
.shifted .panel-grid-cell {
	max-width: 1000px;
}
.right-shift .panel-grid-cell {
	margin-left: auto;
}
/*----------------------------Header CTAs----------------------------------*/

.header-widgets-desktop > .widget:last-of-type .textwidget {
	display: inline-flex;
	flex-wrap: wrap;
	max-width: 350px;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
}
.header a.head-cta {
	border: 1px solid;
	color: var(--gold);
	border-radius: 10em;
	display: flex;
	background: #fff;
	font-weight: 600;
	text-transform: uppercase;
	align-items: center;
	overflow: hidden;
	transition: border-color 0.3s ease;
	width: fit-content
}
a.head-cta span {
	position: relative;
	padding: 1em 1em 1em 3em;
	background: var(--gold);
	color: var(--charcoal);
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
	transition: all 0.3s ease
}
a.head-cta span::before {
	font-family: 'material-symbols-outlined';
	content: "call";
	-webkit-font-feature-settings: 'liga';
	font-size: 1.4em;
	font-weight: 400;
	position: absolute;
	top: 50%;
	line-height: 0;
	left: .5em
}
a.head-cta.sameday span::before {
	content: "phone_iphone"
}
a.head-cta b {
	padding: 0 .8em;
	font-size: 18px;
	transition: color 0.3s ease
}
.header a.head-cta:hover {
	color: var(--charcoal);
}
a.head-cta:hover span {
	color: #fff;
	background: var(--charcoal);
}
a.head-whats {
	background: var(--whatsapp);
	font-size: 1.7em;
	border-radius: 5em;
	width: 1.5em;
	height: 1.5em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}
a.head-whats i {
	color: #fff;
	text-shadow: 0 1px 5px rgba(0,0,0,0.2);
	transition: all 0.3s ease;
}
a.head-whats:hover {
	background: var(--charcoal);
}
a.head-whats:hover i {
	color: #fff;;
	text-shadow: none;
}
/*-----------------------------Navigation---------------------------------*/

.navigation--main > li > a,
.navigation--top > li > a {
	display: flex;
	align-items: center;
	gap: 5px;
}
.navigation .material-symbols-outlined,
.navigation--top .material-symbols-outlined {
	font-size: 1.4em;
	opacity: 0.6;
}
/*------------------------------Slider--------------------------------*/

.jumbotron .carousel-control {
	color: var(--gold);
	transition: all 0.3s ease;
	font-size: 20px;
}
.jumbotron__category h6 {
	font-weight: 400;
	font-size: clamp(20px,2vw,1.7em);
	letter-spacing: .05em;
	text-shadow: 0 1px 5px rgba(0,0,0,.5);
}
.jumbotron__category h6::before {
	content: '\2605 \2605 \2605 \2605 \2605';
	font-size: 1.4em;
	margin-right: .3em;
}
.jumbotron__title h2 {
	text-shadow: 1px 1px 2px rgba(0,0,0,.6);
	margin-bottom: 15px;
	line-height: .9;
	font-size: clamp(34px, 4vw, 70px);
}
.jumbotron p {
	font-weight: 400;
}
.jumbotron .carousel-content ul {
	margin-bottom: 0.5em;
}
/*------------------------------Main Title--------------------------------*/

.title-overlay {
	background-image: linear-gradient(90deg,var(--gold) 40%,rgba(202,163,71,.6) 80%);
}
h1.main-title__primary {
	font-weight: 600;
}
.main-title__secondary {
	letter-spacing: .05em;
	font-size: clamp(15px,2vw,20px);
}
/*------------------------------CTAs--------------------------------*/

a.action, .gform_footer input[type="submit"] {
	font-size: clamp(16px, 2vw, 22px);
	margin-bottom: 0;
}
input.gform_button[type=submit],
button.navbar-toggle,
button.gform_button_select_files {
	text-transform: uppercase;
	font-weight: 500;
}
a.action.a-phone::before {
	font-family: 'material-symbols-outlined';
	content: "call";
	-webkit-font-feature-settings: 'liga';
}
a.action.a-hollow {
	border: 0;
}
.dark .a-hollow:not(:hover) {
	background: var(--shade);
	color: var(--charcoal);
}
p > a.action {
	margin-bottom: -10px;
	font-weight: 400;
}
a.action.a-phone:hover::before {
	transform: scale(1.3);
}
a.action.a-ask::before {
	content: "forward_to_inbox";
}
a.action.a-blog::before {
	content: "read_more";
}
/*------------------------------Lists--------------------------------*/

.widget_sow-editor ul {
	margin: 1.2em 0 0.5em;
}
ul.six-column, ol.six-column {
	-webkit-columns: 150px 6;
	-moz-columns: 150px 6;
	columns: 150px 6;
}
ul.icon-list {
	margin: 20px 10px 5px;
}
ul.icon-list li {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-left: 0;
}
ul.icon-list li::before {
	display: none;
}
.icon-list li span {
	background: var(--gold);
	color: var(--charcoal);
	font-size: 1.5em;
	padding: 0.2em;
	border-radius: 5px;
}
.big-icons li span {
	font-size: 2.2em;
}
.icon-list strong {
	font-weight: 600;
}
.big-icons strong {
	display: block;
}
.dark .icon-list li {
	font-weight: 300;
}
.darklist li {
	background: var(--charcoal);
	padding: 8px;
	border-radius: 8px;
	color: #fff;
}
ul.pros li::before, ul.cons li::before {
	font-size: 1.2em;
	width: 1.3em;
	margin-left: -1.3em;
}
ul.pros li::before {
	content: '\f058';
	color: var(--green);
}
ul.cons li::before {
	content: '\f057';
	color: var(--red);
}
.widget_sow-editor ul.area-list li {
	margin: 0 0 5px;
	font-size: clamp(12px, 2vw, 14px);
}
.widget_sow-editor ul.area-list li a {
	margin: 0;
	background: var(--charcoal);
	padding: 0.5em 0.5em 0.5em 45px;
	border-radius: 6px;
	color: #fff;
	display: flex;
	overflow: hidden;
	position: relative;
	text-align: left;
	transition: all 0.3s ease;
}
.widget_sow-editor ul.area-list li a:hover {
	background: var(--gold);
	color: var(--charcoal);
}
.widget_sow-editor ul.area-list li::before {
	display: none;
}
.widget_sow-editor ul.area-list li a::before {
	font-family: 'material-symbols-outlined';
	content: "pin_drop";
	-webkit-font-feature-settings: 'liga';
	font-size: 1.6em;
	background: var(--gold);
	color: var(--charcoal);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	display: flex;
	width: 36px;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}
.widget_sow-editor ul.area-list li a:hover::before {
	background: var(--darkgold);
}
.widget_sow-editor ul.q-list li::before {
	content: '\f059';
}
/*---------------------------Trustist-----------------------------------*/

.header-widgets a.ts-widgetLinkReviewer {
	font-size: 12px!important
}
.header-widgets div.ts-widgetBody {
	border: 0!important;
	background: transparent!important
}
#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: 20px!important;
	box-shadow: 0 7px 5px -5px rgba(0,0,0,.2)!important;
	position: relative!important;
	margin: 10px!important;
	width: calc(25% - 50px)!important;
	flex-direction: column
}
#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: .5em 0!important
}
#trust-reviews div.ts-reviewLogo a 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 auto!important;
	background: var(--charcoal)!important;
	border-radius: 10em!important;
	font-family: var(--mainfont)!important;
	box-shadow: none!important;
	font-size: 1.3em!important;
	font-weight: 400!important;
	padding: .2em 1.5em!important;
	transition: all 0.3s ease!important
}
#trust-reviews #tsLoadMore:hover {
	background: #fff!important;
	color: var(--charcoal)!important
}
#trust-reviews #tsLoadMore::before {
	content: '+';
	margin-right: .5em
}
#trust-reviews div.ts-reviewlist-logo {
	width: calc(100% - 20px)!important;
	margin: -20px 10px 10px!important;
	background-position: 50%!important
}
/*-------------------------------Widget Bar Top-------------------------------*/

div#wij-top {
	padding-right: 20px;
	padding-left: 20px;
	border-top: 10px solid #fff;
}
div#wij-top .collapse-632 {
	gap: var(--copad) 0;
}
div#wij-top .so-panel {
	height: 100%;
}
div#wij-top .widget .so-widget-sow-image {
	max-width: unset;
	padding: 10px;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	position: relative;
	transition: all 0.3s ease;
}
.page-top-widgets a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
div#wij-top .widget .so-widget-sow-image:hover {
	border-color: var(--gold);
	background: #e8d7b0;
}
div#wij-top img {
	max-height: 65px;
	width: auto;
}
/*----------------------------Quicklinks----------------------------------*/

.quicklink {
	display: flex;
	margin: 15px 0 0;
	gap: 10px;
}
.quicklink a {
	flex: 1;
	overflow: hidden;
	border-radius: 20px;
	background: #000;
	position: relative;
	transition: all 0.4s ease;
}
.quicklink a img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: left;
	opacity: .5;
	transition: all 0.4s ease;
}
.quicklink a::after {
	content: 'Read More';
	color: #fff;
	background: var(--gold);
	padding: .4em 1.5em;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 10em;
	margin: 15px;
	white-space: nowrap;
	text-shadow: var(--text-shad);
	transition: all 0.4s ease;
}
.quicklink a:hover::after {
	background: #fff;
	color: #222;
	text-shadow: none;
}
.quicklink a:hover {
	flex: 2.2;
}
.quicklink a:hover img {
	opacity: .25;
}
.quicklink a h2 {
	position: absolute;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: clamp(18px,2vw,23px);
	margin: 15px;
	z-index: 1;
	pointer-events: none;
	line-height: 1;
	padding-left: 1.25em;
	transition: all 0.4s ease;
}
.quicklink a h2 span {
	color: var(--gold);
	position: relative;
	top: .15em;
	margin-left: -1.25em;
}
.quicklink a:hover h2 {
	color: var(--gold);
}
/*-----------------------------Contact Form---------------------------------*/

.gform_wrapper.gravity-theme .ginput_container input:not([type="checkbox"]):not([type="radio"]),
.dark .gform_wrapper.gravity-theme .ginput_container textarea,
.dark .gform_wrapper.gravity-theme .ginput_container select,
.dark .gform_wrapper.gravity-theme .chosen-container-single .chosen-single {
	border: 0;
	border-radius: 20px;
	background: var(--lightgrey);
	color: var(--charcoal);
	padding: 10px 15px;
	transition: all 0.3s ease;
}
.gform_wrapper.gravity-theme .ginput_container input:not(:checked) {
	background: var(--lightgrey);
}
.dark .ginput_container select,
.dark .gform_wrapper.gravity-theme .chosen-container-single .chosen-single {
  color: var(--darkgrey);
}
.dark .ginput_container ::placeholder {
  color: var(--darkgrey);
}
.dark .ginput_container ::-ms-input-placeholder { /* Edge */
  color: var(--darkgrey);
}
.dark .ginput_container ::-webkit-input-placeholder { /* WebKit browsers */
  color: var(--darkgrey);
}
.dark .ginput_container ::-moz-placeholder { /* Firefox 19+ */
  color: var(--darkgrey);
}
.dark .ginput_container :-moz-placeholder { /* Firefox 18- */
  color: var(--darkgrey);
}
.gform_wrapper .gform_body .gform_fileupload_multifile .gform_drop_area {
	border-radius: 20px;
	border-color: var(--midgrey);
	background: rgba(0,0,0,0.35);
	padding: 10px 15px;
}
.dark .gform_wrapper.gravity-theme .gfield_label,
.dark .gform_drop_instructions {
	color: var(--gold);
	font-weight: 500;
	border: 0;
	margin-bottom: 0.8em;
}
.ginput_container.ginput_container_consent {
	justify-content: flex-start;
}
.gform_wrapper .gform_body .ginput_container.ginput_container_consent input {
	margin: 0 10px 0 0;
}
.gform_wrapper.gravity-theme .ginput_container input:not([type="checkbox"]):not([type="radio"]):focus,
.gform_wrapper.gravity-theme .ginput_container textarea:focus,
.gform_wrapper.gravity-theme .ginput_container select:focus {
	border: 0;
	outline: 0;
	background: #fff;
	color: var(--charcoal);
}
.recap iframe {
	border-radius: 10px;
	border: 0;
	opacity: 0.8;
}
.dark .gform_wrapper.gravity-theme .gfield_required {
	color: inherit;
}
body .gform_wrapper .gform_footer input[type="submit"] {
	margin: 0;
}
button.content-collapse.lp-list-button {
	background: transparent;
	color: var(--gold);
	padding: 0;
}
div#contact-row {
	padding: 25px 25px 15px;
	border-radius: 20px;
}
/*------------------------------FAQs--------------------------------*/

.post-holder {
	margin: 2em 0;
}
button.content-collapse, label.faqlabel {
	font-weight: 500;
}
.thepostnew {
	width: calc(100% - 30px);
	margin-left: 15px;
	border-radius: 0 0 10px 10px;
}
.thepostnew p {
	text-align: left;
}
.thepostnew ul {
	margin: 0.7em 0 0.2em;
}
/*-----------------------------My Map---------------------------------*/

.portfolio-embed iframe {
	border-radius: 15px;
	border: 10px solid #fff;
	border-top: 0;
}
.portfolio-map {
	border-radius: 15px 15px 0 0;
	font-weight: 600;
	text-transform: uppercase;
}
/*------------------------------Blog List--------------------------------*/

#blog-grid .sow-blog-layout-grid {
	margin-top: 2em;
}
#blog-grid article.post {
	border-radius: 15px;
}
#blog-grid a {
	transition: all 0.3s ease;
}
#blog-grid .sow-entry-thumbnail {
	margin: 0;
}
#blog-grid img {
	border-radius: 15px 15px 0 0;
	margin: 0 0 10px;
	width: 100%;
	transition: all 0.3s ease;
}
#blog-grid a:hover img {
	opacity: 0.7;
}
#blog-grid .sow-entry-title {
	line-height: 1;
}
#blog-grid .more-link {
	font-weight: 600;
}
.boxed-container:not(.page-blog) .sow-blog .sow-post-navigation,
.sow-blog .sow-post-navigation h3 {
	display: none;
}
#blog-grid a.next, #blog-grid a.prev {
	background: transparent;
	border: 1px solid;
	color: var(--midgrey);
}
#blog-grid a.next:hover, #blog-grid a.prev:hover {
	color: #fff;
}
#blog-grid .page-numbers {
	font-weight: 500;
}
/*------------------------------Single Post--------------------------------*/

.single-post .blog-header::after {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
}
span.meta-data__categories {
	display: none;
}
.single-post a.action:hover {
	background: var(--charcoal);
	color: #fff;
}
/*------------------------------Tabs--------------------------------*/

.sow-tabs-tab-container {
	border-radius: 15px 15px 0 0;
}
.sow-tabs-panel-container {
	border-radius: 0 0 15px 15px;
}
.so-panel .so-widget-sow-tabs .sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
	padding: 12px 10px;
	font-size: 16px;
	border-radius: 10px 10px 0 0;
}
.sow-tabs-panel-content ul {
	margin: 0;
}
/*--------------------------------Facebook Feed------------------------------*/

#fbfeed .fts-simple-fb-wrapper {
	display: flex;
	gap: 25px;
	margin-top: 2em !important;
}
#fbfeed .fts-jal-single-fb-post {
	background: var(--darkgrey);
	padding: 25px !important;
	border-radius: 15px;
	border: 0;
	color: #fff;
}
.cmplz-placeholder-element .slicker-facebook-album-photoshadow {
	position: relative;
}
.grey-row #fbfeed .fts-jal-single-fb-post {
	background: var(--charcoal);
}
#fbfeed .fts-jal-fb-message {
	font-size: 15px;
	line-height: 1.3;
}
#fbfeed .fts-album-photos-wrap img,
#fbfeed .fts-jal-fb-vid-picture img {
	border-radius: 10px !important;
	transition: all 0.3s ease;
}
#fbfeed .fts-album-photos-wrap a:hover img,
#fbfeed .fts-jal-fb-vid-picture:hover img {
	opacity: 0.7;
}
#fbfeed a.fts-jal-fb-see-more {
	float: none;
}
.fts-fb-video-on-page.fts-fluid-videoWrapper iframe,
.fts-fluid-videoWrapper-html5 video {
	border-radius: 15px;
}
#fbfeed .fts-jal-fb-vid-play-btn {
	bottom: calc(50% - 21px);
	left: calc(50% - 17px);
}
/*--------------------------------Misc------------------------------*/

.alignnone, .aligncenter, .alignright, .alignleft {
	border-radius: 10px;
	transition: all 0.3s ease;
}
a:hover .alignnone, a:hover .aligncenter, a:hover .alignright, a:hover .alignleft {
	opacity: 0.7;
}
a img.ultion-link {
	border: 1px solid;
	border-radius: 10px;
	margin: 0.7em 0;
	transition: all 0.3s ease;
}
a:hover img.ultion-link {
	opacity: 0.8;
}
body .custom-split.split-row[data-stretch-type="full-width-stretch"] .panel-grid-cell .so-panel.widget_custom_html {
	padding: 0;
}
.custom-split iframe.gmaps {
	min-height: 500px;
}
.custom-split h2.widget-title {
	position: absolute;
	top: 15px;
	background: var(--charcoal);
	color: #fff;
	padding: 0.6em 1.5em 0.6em 0.6em;
	font-size: clamp(16px, 1.2vw, 20px);
	border-radius: 0 2em 2em 0;
	border: 2px solid;
	border-left: 0;
	max-width: 90%;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	pointer-events: none;
}
ul.sb-siblings li a, ul.sb-cousins li a {
	padding: 0.7em 1em;
}
ul.sb-cousins {
	margin-bottom: 1em;
}
ul.sb-siblings {
	margin-bottom: 2em;
}
.family h4 {
	text-transform: none;
	line-height: 1.2;
	color: var(--darkgold);
}
.lp-list-container {
	margin-top: 1em;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
}
.lp-list-area h4 {
	font-weight: 600;
}
.widget_sow-editor ul.lp-pages {
	margin: 0 0 1em;
}
ul.lp-pages li {
	margin-bottom: 0.3em;
}
ul.lp-pages li::before {
	content: '\f105';
	color: var(--lightgrey);
}
/*-----------------------------Footer---------------------------------*/

.footer h6.footer__headings {
	padding-bottom: 0.5em;
	margin-bottom: 0.8em;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	box-shadow: 0 1px 0 0 rgba(255,255,255,0.3);
	text-shadow: 0 1px 2px rgba(255,255,255,0.4);
	font-weight: 600;
}
.footer p, .footer h2, .footer h3,
.footer .menu li a {
	text-shadow: var(--text-shad);
}
.footer h2 a, .footer h3 a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	text-align: left;
}
.footer hr {
	border-color: var(--charcoal);
	box-shadow: 0 1px 0 0 #fff;
}
.footer .textwidget a .fa {
	transition: all 0.3s ease;
}
.footer .textwidget a:hover,
.footer .textwidget a:hover .fa,
.footer .menu li a:hover {
	color: var(--charcoal);
	text-shadow: none;
}
.socials {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}
.footer .socials a {
	font-size: 2.5em;
	line-height: 1;
}
.footer .socials a:hover .fa,
.footer .socials a:hover .fa-brands {
	color: #fff;
	transition: all 0.3s ease;
}
.socials i.fa-facebook-square {
	color: var(--facebook);
}
.socials i.fa-x-twitter {
	color: #000;
}
.socials i.fa-instagram {
	color: #CB3883;
}
.footer .material-symbols-outlined,
.footer h3 .fa {
	opacity: 0.6;
}
.footer .lower {
	text-transform: none;
}
.footer ul.menu li {
	margin: 0 0 0.5em;
}
.footer ul.menu li::before {
	display: none;
}
.footer .menu a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-weight: 500;
	font-size: 1.1em;
}
.footer .menu .material-symbols-outlined {
	font-size: 1.3em;
}
.footer ul.menu li.current-menu-item a {
	font-weight: 700;
}
/*_____________________________DESKTOP STYLES_____________________________________*/

@media (min-width: 992px) {
.hide-desk {
	display: none !important;
}
.top {
	display: none;
}
div.ts-widget {
	padding-top: 10px !important;
}
.fullwidth div#navi { /* prevents slider jumping up on sticky activation */
	min-height: 54px;
}
.navigation--main {
	display: inline-flex;
	align-items: center;
}
.navigation--main > li > a {
	padding: 15px clamp(15px, 1.7vw, 25px);
}
.navigation--main .sub-menu > li > a {
	transition: all 0.2s ease;
}
.undernav .navigation--main > .menu-item-has-children > a::after {
	bottom: -2px;
	opacity: 0.5;
}
.navigation--main li.menu-feature a {
	background: var(--gold);
	border-radius: 10em;
	padding: 0.5em 1em;
	color: var(--charcoal);
	font-weight: 600;
}
.navigation--main li.menu-feature:hover,
.navigation--main li.menu-feature.current-menu-item {
	color: transparent;
}
.navigation--main li.menu-feature:hover a {
	background: #fff;
}
ul.sub-menu {
	box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
	border-radius: 0 0 10px 10px;
}
.navigation--main > li .sub-menu .sub-menu > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
}
.navigation--main > li .sub-menu > li:last-of-type > a {
	border-radius: 0 0 10px 10px;
}
.navigation--main > li .sub-menu .sub-menu > li:first-of-type > a {
	border-radius: 0 10px 0 0;
}
.navigation--main .sub-menu .sub-menu > li:not(:hover) > a {
	background: #cfab59;
}
/*--------------------------------------------------------------*/

.jumbotron__category, .jumbotron__title, .jumbotron__content {
	max-width: 700px;
}
/*--------------------------------------------------------------*/
  
button.content-collapse, label.faqlabel {
	padding: 0.8em 15px;
}
/*-----------------------------Floating Buttons---------------------------------*/

.footbuttons {
	position: fixed;
	bottom: 45px;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 0 15px;
	z-index: 5;
	pointer-events: none;
	transition: all 0.4s ease;
}
body:not(.is-sticky-navbar) .footbuttons {
	opacity: 0;
	pointer-events: none;
	bottom: -25px;
}
.footbuttons a {
	display: inline-flex;
	border-radius: 5em;
	padding: 0.6em 1.2em;
	background: var(--blue);
	color: #fff;
	font-weight: 500;
	gap: 10px;
	align-items: center;
	pointer-events: all;
	transition: all 0.3s ease;
}
.footbuttons a:hover {
	background: var(--bluehover);
	color: #fff;
}
.footbuttons a .fa {
	transition: all 0.3s ease;
}
.footbuttons span, .footbuttons .fa {
	font-size: 1.4em;
}
a.floaty-whats {
	background: var(--whatsapp);
}
a.floaty-whats:hover {
	background: var(--whatsapphover);
}
.footer {
	padding: 3em 0 1em;
}
}

/*_____________________________TABLET STYLES______________________________________*/

@media (max-width: 1399px) {
.so-panel .so-widget-sow-tabs .sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
	padding: 0.5em;
	border-radius: 20px;
	margin-bottom: 10px;
}
}
@media (max-width: 1199px) {
.quicklink {
	flex-wrap: wrap;
}
.quicklink a,
.quicklink a:hover {
	flex: calc(33.33% - 10px);
	height: 300px;
}
.quicklink a img {
	height: 100%;
}
}

/*______________________________MOBILE STYLES______________________________________*/

@media (max-width: 991px) {
.hide-mob {
	display: none !important;
}
.top {
	font-size: clamp(13px, 4vw, 18px);
	font-weight: 600;
	position: sticky;
	top: -40px;
	z-index: 10;
}
.top a:hover, .navigation--top > li > a:hover {
	color: #fff;
}
.top .container {
	width: 100%;
}
.left-top, .right-top {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}
.top__left {
	padding: 5px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.1;
}
.top__left::before {
	content: "lock_clock";
	font-family: 'material-symbols-outlined';
	-webkit-font-feature-settings: 'liga';
	margin-right: .5em;
	font-size: 1.2em;
	font-weight: 400;
}
.right-top {
	background: var(--charcoal);
}
body:not(.header-transparent) .header {
	top: 40px;
}
div#headstuff {
	background: #fff;
	border-bottom: 2px solid #eee;
}
a.head-whats {
	width: 1.8em;
	height: 1.8em;
	margin: 0 10px 0 auto;
}
.navbar-toggle {
	border: 1px solid #84898d;
}
div#navi {
	box-shadow: inset 0 15px 15px -15px rgba(0,0,0,0.3);
}
.navigation--top > li > a {
	padding: 10px 5px;
}
.navigation--top > li > a,
.navigation--top > .menu-item-has-children > a::after {
	color: var(--gold);
}
.header-widgets.hidden-md.hidden-lg > .widget:last-of-type {
	display: none;
}
.header-widgets.hidden-md.hidden-lg {
	padding: 3px 0 0;
}
.navigation--main > li.no-top-line::before { /* hide top line on mobile menu */
	opacity: 0;
}
li.menu-feature a {
	display: inline-block;
	background: #fff;
	border-radius: 5em;
	padding: 0.3em 1em;
	margin-top: 10px;
	font-size: 16px;
}
div#wij-top .widget .so-widget-sow-image {
	padding: 5px;
}
#trust-reviews .ts-reviewContainer {
	width: calc(50% - 50px)!important;
}
.custom-split iframe.gmaps {
	min-height: 300px;
}
/*--------------------------------------------------------------*/
  
#fbfeed .fts-simple-fb-wrapper {
	flex-wrap: wrap;
	gap: 15px;
}
#fbfeed .fts-jal-single-fb-post {
	padding: 15px !important;
}
#fbfeed .fts-jal-fb-message {
	font-size: 13px;
}
#fbfeed .fts-jal-fb-picture img,
#fbfeed .fts-jal-fb-vid-picture img {
	width: 400px;
	height: 200px !important;
	object-fit: cover;
	object-position: top;
}
}
/*_____________________________SMALL MOBILE STYLES________________________________*/

@media (max-width: 540px) {
.quicklink a,
.quicklink a:hover {
	flex:calc(50% - 10px);
	height: 200px;
}
.main-row,
.main-row.toppy, 
.main-row.middly {
  padding-bottom: 3em;
}
.main-row,
.main-row.middly, 
.main-row.bottomy {
  padding-top: 3em;
}
}
/*_____________________________V SMALL MOBILE STYLES________________________________*/

@media (max-width: 479px) {
.classic-head .logo img {
	max-height: 55px;
}
.header-widgets div.ts-widgetBody {
	transform: scale(.7)!important;
	margin-top: -15px!important;
	margin-bottom: -20px!important;
}
div#wij-top {
	padding-right: 10px;
	padding-left: 10px;
}
div#wij-top img {
	max-height: 50px;
}
#trust-reviews .ts-reviewContainer {
	width: calc(100% - 50px)!important;
}
.jumbotron__category h6::before {
	display: block;
}
.jumbotron.over .carousel-content {
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.jumbotron .carousel-content ul li {
	margin-bottom: 0.3em;
	font-size: 15px;
}
}
/*_____________________________ADMIN BAR________________________________*/

@media (min-width: 779px) and (max-width: 991px) {
body:not(.header-transparent).admin-bar .header {
	top: 72px;
}
.admin-bar .top {
	top: -8px;
}
}
@media (min-width: 600px) and (max-width: 779px) {
body:not(.header-transparent).admin-bar .header {
	top: 86px;
}
.admin-bar .top {
	top: 6px;
}
}

/*__________________________________ANIMATIONS____________________________________*/

@keyframes fader { 		
    0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes zoomer {
	0% {transform: scale(0.5); opacity: 0;}
	100% {transform: scale(1); opacity: 1;}
}
@keyframes lefty {
	0% {transform: translateX(25px); opacity: 0;}
	100% {transform: translateX(0); opacity: 1;}
}
.jumbotron__category h6 {
	animation: lefty 1.3s 0.4s backwards;
}
.jumbotron__title h2 {
	animation: lefty 1.3s 0.7s backwards;
}
.jumbotron__content p,
.jumbotron__content ul {
	animation: lefty 1.3s 1s backwards;
}