/*!
Theme Name: LawCreative
Version: 1.0.1
*/

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

html.wf-loading * {
	opacity: 0;
}
body {
	margin: 0;
	padding: 0;
	color: #000;
	line-height: 1.2;
	height: 100%;
	font-family: myriad-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: #f6f6f6;
}
.container-xxl{
	max-width: 1300px;
	position: relative;
}
.container-hd{
	max-width: 1680px;
	position: relative;
}
img, picture {
	border: 0;
}

picture img,
picture source {
	max-width: 100%;
	height: auto;
}

picture.w-100 img {
	width: 100% !important;
}

.wp-block-image.w-100 picture img {
	width: 100% !important;
}

.flex-images {
	display: flex;
    flex-direction: column;
    align-content: stretch;
    align-items: stretch;
    justify-content: space-around;
}
.flex-images .wp-block-image{
	height: 100%;
}
.flex-images .wp-block-image img {
	object-fit: cover;
    min-height: 100%;
    min-width: 100%;
}

.flex-image {
	object-fit: cover;
    min-height: 100% !important;
    min-width: 100%;
	max-width: 100%;
}

.alignright{
	float: right;
    margin: 0 0 2em 2em;
}

.spacer-bgimg{
	background-position: center;
    background-size: cover;
}
figure {
    max-width: 100%;
}
p {
	margin-bottom: 0.9rem;
	overflow-wrap: break-word;
}
a {
	color: #f6f6f6;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	color: #ffffff;
}
a.alt-style {
	color: #ffcc00;
}
blockquote {
	font-style: italic;
	font-size: 95%;
	margin: 0;
	padding-left: 20px;
}
pre {
	padding: 0;
	background-color: transparent;
	border: 0;
}
table {
	margin-bottom: 30px;
	font-size: 90%;
}
th {
	background-color: rgba(51, 51, 51, 0.1);
}
td {
	color: #393d40;
}
hr {
	border-top: 3px solid #e5e5e5;
}
dl {
	margin: 0;
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}

ul.disks,
.disks ul {
	margin-left: 1.5rem;
}

ul.disks li::before,
.disks ul li::before {
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #e73c57; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
  }

sup {
    top: 0em;
}
sub, sup {
    font-size: 100%;
}

h1 sup,
h2 sup,
h3 sup {
    top: -.7em;
}
h1 sub, h1 sup,
h2 sub, h2 sup,
h3 sub, h3 sup {
    position: relative;
    font-size: 50%;
    line-height: 0;
    vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	font-family: "Bebas Neue", cursive;
	letter-spacing: 0px;
	overflow: hidden;
    text-overflow: ellipsis;
}
h1 {
	font-size: 2.5rem;
	line-height: 0.9;
}
h2 {
	font-size: 2rem;
	line-height: 0.9;
	margin-bottom:0.8rem;
}
h3 {
	font-size: 1.25rem;
}
h4, h5 {
	margin-top: 1em;
}

/* Small devices (portrait phones, 576px and up) */
@media (min-width: 576px) and (orientation: portrait) {
	h1 {
		font-size: 3rem;
	}
	h2 {
		font-size: 2.5rem;
		margin-bottom:0.8rem;
	}
	h3 {
		font-size: 1.5rem;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media (min-width: 768px) and (orientation: landscape) {
	h1 {
		font-size: 4rem;
	}
	h2 {
		font-size: 3.5rem;
		margin-bottom:0.8rem;
	}
	h3 {
		font-size: 1.8rem;
	}
}

.pb-6,
.py-6 {
	padding-bottom: 6rem !important;
}
.pt-6,
.py-6 {
	padding-top: 6rem !important;
}
.pb-7,
.py-7 {
	padding-bottom: 7rem !important;
}
.pt-7,
.py-7 {
	padding-top: 7rem !important;
}
.pb-10,
.py-10 {
	padding-bottom: 10rem !important;
}
.pt-10,
.py-10 {
	padding-top: 10rem !important;
}

.mb-6,
.my-6 {
	margin-bottom: 6rem !important;
}
.mt-6,
.my-6 {
	margin-top: 6rem !important;
}
.mb-7,
.my-7 {
	margin-bottom: 7rem !important;
}
.mt-7,
.my-7 {
	margin-top: 7rem !important;
}
.mb-10,
.my-10 {
	margin-bottom: 10rem !important;
}
.mt-10,
.my-10 {
	margin-top: 10rem !important;
}
.sa-link:hover, .sa-link:focus { 
    text-decoration: none;
    color: #EE3056;
    letter-spacing: 2px; }

.btn.btn-link {
	font-family: "Bebas Neue", cursive;
	text-transform: uppercase;
	font-size: 1.1rem;
	letter-spacing: 1px;
	color: #ffcc00;
	padding: 0;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	text-decoration: none;
	text-align: left;
	white-space: nowrap;
}
.btn.btn-link .fas {
	margin-left: 10px;
	color: #f6f6f6 !important;
}
.btn.btn-link .fas.yellow-text {
	margin-left: 10px;
	color: #ffcc00 !important;
}
.btn.btn-link.showreel {
	padding-bottom:10px;
}
.btn.btn-link:hover {
	letter-spacing: 2px;
	color: #ffffff;
}
.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none;
}

.white-text {
	color: #FCFBF7 !important;
}
.black-text {
	color: #000000 !important;
}
.yellow-text {
	color: #ffcc00 !important;
}
.grey-text {
	color: #9d9d9c !important;
}
.red-text {
	color: #FB3854 !important;
}
.raspberry-text{
	color: #e73c57 !important;
}
.dark-text {
	color: #211f21 !important;
}

.white-bg { background-color: #ffffff !important; }

.raspberry-bg{ background-color: #e73c57 !important; }
.raspberry-bg *{ color: #ffffff; }

.dark-bg { background-color: #211f21 !important; }
.dark-bg *{ color: #ffffff; }

.black-bg { background-color: #000000 !important; }
.black-bg *{ color: #ffffff; }

.yellow-bg { background-color: #ffcc00 !important; }

.grey-bg { background-color: #949494 !important; }

.darkgrey-bg { background-color: #343432 !important; }
.darkgrey-bg *{ color: #ffffff; }

.chev-bg {
	background-image: url(images/chev.png);
	background-position: center left 75vw;
    background-repeat: no-repeat;
}

.trw-bg {
	background-image: url(https://www.lawcreative.co.uk/wp-content/uploads/2023/06/trw-background.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    min-height:600px;
}

.content-pane {
	background-color: #FFF;
    padding: 1.8rem 1.8rem 0.8rem 1.8rem;
}

.content-pane a {
	color: #ffcc00;
}

.wp-caption-text { 
	text-align: center;
    font-size: 0.8rem;
    font-style: italic;
    color: #929393;
}



header.navbar {
	background-color: rgba(255, 255, 255, 0.2);
	padding: 10px 0;
	position: fixed;
	top: 0;
}

.darkTheme header.navbar {
	background-color: rgba(0, 0, 0, 0.9);
}

header.navbar .branding {
	width: 50px;
	height: 50px;
}

header.navbar .container-fluid {
	flex-wrap: nowrap;
}

.page-template-culture-template header.navbar,
.single header.navbar,
.tax-servicescategory header.navbar,
.page-template-default header.navbar,
.archive header.navbar,
.search header.navbar,
.page-template-pageplain header.navbar,
.error404 header.navbar {
	background-color: rgba(0, 12, 31, 1);
}

body.admin-bar header.navbar {
	top: 32px;
}

.menu-wrapper {
	margin-top: -18px;
	height: 40px;
	cursor: pointer;
	border: 0;
	position: relative;
	display: flex;
}
.menu-wrapper span {
	font-family: "Bebas Neue", cursive;
	position: relative;
	display: inline-block;
	padding-right: 0.5em;
	top: 12px;
	color: #f6f6f6;
	font-size: 1.3rem;
	line-height: 1.6;
}

.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
	width: 25px;
	height: 3px;
}

.hamburger-menu {
	position: relative;
	transform: translateY(25px);
	background: #f6f6f6;
	transition: all 0ms 300ms;
}
.hamburger-menu:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 7px;
	background: #f6f6f6;
	transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
		transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu:after {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	background: #f6f6f6;
	transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
		transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate {
	background: rgba(255, 255, 255, 0);
}
.hamburger-menu.animate:after {
	top: 0;
	transform: rotate(45deg);
	transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
		transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu.animate:before {
	bottom: 0;
	transform: rotate(-45deg);
	transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
		transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* .overlay-menu .content { width: 45%; position: absolute; bottom: 25vh; right: 200px; color: #f6f6f6; } */

.overlay-menu > .container-fluid {
	height: 100%;
}
.overlay-menu .row {
	align-items: center;
	height: 100%;
}

.overlay-menu .l-border {
	border-right: 1px solid #ffcc00;
	margin-top: 100px;
	margin-right: 50px;
}

.l-border {
	padding-right: 2em;
	padding-left: 2em;
}

ul.menu {
	list-style: none;
}
ul.menu li {
	position: relative;
}
ul.menu li a {
	font-family: "Bebas Neue", cursive;
	font-size: 3.5rem;
	line-height: 1.1;
}

ul.menu li ul.sub-menu a {
	font-size: 1.5rem;
	color: #f6f6f6;
}

ul.menu li.current-menu-ancestor > a,
ul.menu li.current-menu-item > a,
ul.menu ul.sub-menu li.current-menu-item > a,
ul.menu ul.sub-menu li.current-menu-ancestor > a,
ul.menu li a:hover,
ul.menu li a:focus {
	text-decoration: none;
	color: #ffcc00 !important;
	letter-spacing: 0.1em;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

ul.menu li a.active {
	color: #706f6f;
}

ul.menu li.current-menu-item > a:after,
ul.menu li > a:hover:after,
ul.menu ul.sub-menu li.current-menu-ancestor > a:after {
	font-family: FontAwesome;
	content: "\f0d9";
	position: absolute;
	right: -75px;
	top: 15px;
	font-size: 1.5rem;
	letter-spacing: 1rem;
}

ul.menu li .sub-menu {
	display: none;
}

ul.menu li.current-menu-item .sub-menu,
ul.menu li.current-menu-ancestor .sub-menu {
	display: block;
}

ul.menu li .sub-menu .sub-menu {
	display: none;
}

ul.menu li .sub-menu li.current-menu-item a:after,
ul.menu li .sub-menu li a:hover:after,
ul.menu ul.sub-menu li.current-menu-ancestor > a:after {
	top: -1px;
}

.menu-sub-navigation-container ul.menu li a{
	display: inline-block;
	font-size: 1.5rem;
    border-top: 1px solid #ffcc00;
    padding-top: 1em;
    margin-top: 1em;
}

.menu-sub-navigation-container ul.menu li > a:hover:after {
    top: 1.95em;
}

.menu-services-container {
	display: none !important;
}

.services-nav {
	position: fixed;
	width: 100%;
	background-color: #002d41;
	top: 70px;
	padding: 15px 0;
	z-index: 200;
	display: none;
}

.footer-menu .sub-menu {
	display: none;
}

ul.services-menu li {
	display: inline-block;
	padding: 0 10px;
}
ul.services-menu li a {
	font-family: "Bebas Neue", cursive;
	font-size: 1.3rem;
	line-height: 1.6;
	color: #9d9d9c;
}
ul.services-menu li a:hover,
ul.menu li a:focus {
	text-decoration: none;
	color: #ffcc00;
}
ul.services-menu li.current-services-parent a,
ul.services-menu li.current-menu-item a {
	color: #ffcc00;
}

.legal {
	margin: 0;
	padding: 0 1em;
}
ul.legal-menu li {
	display: inline-block;
	padding: 0 1em;
}
ul.legal-menu li:after {
	content: "|";
	padding-left: 2em;
}
ul.legal-menu li:last-child:after {
	content: "";
	padding: 0;
}

.services-nav ul li {
	display: inline-block;
	padding: 0 10px;
}
.services-nav ul li a {
	font-family: "Bebas Neue", cursive;
	font-size: 1rem;
	line-height: 1.5;
	color: #9d9d9c;
}
.services-nav ul li a:hover,
ul.menu li a:focus {
	text-decoration: none;
	color: #ffcc00;
}
.services-nav ul li a.active {
	color: #ffcc00;
}

.l-hero {
	position: relative;
}
.l-hero .container-fluid .row {
	position: absolute;
	background-color: transparent;
	bottom: 2vw;
	padding: 0;
	width: 100%;
}
.l-hero .container-fluid h1 {
	font-size: 7.5vw;
	color: #ffcc00;
	line-height: 0.9;
	letter-spacing: -1px;
	padding: 3vw 3vw 0 3vw;
}
.l-hero .container-fluid .halfSquare {
	padding: 0 0 0 15px;
    margin: 0 25px 0 0;
	/*border-left: 1px solid #ffcc00;
	border-top: 1px solid #ffcc00;*/
}
.l-hero .container-fluid .halfSquare p {
	font-size: 1rem;
}

.l-hero .video-container {
	z-index: -100;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
}
.l-hero .video-container video {
	margin: 0 auto;
	width: 100%;
	min-width: 100vw;
	max-height: 100vh;
	height: 100%;
	display: block;
	object-fit: fill;
}

.l-about {
    background-color: #FDCC0E;
    background-image: url(images/arrow.png);
    background-repeat: no-repeat;
    background-position: left 10vw bottom 5vh;
    background-size: 35vh;

}

.l-about nav ul li {
	position: relative;
}
.l-about nav ul li a {
	font-family: "Bebas Neue", cursive;
	font-size: 3rem;
	line-height: 1;
	color: #000;
}
.l-about nav ul li a:after {
	font-family: FontAwesome;
	content: "\f0d9";
	position: absolute;
	right: -25px;
	top: 0.4em;
	font-size: 0.5em;
	color: #FB3854;
}

.l-about nav ul li a:hover,
.l-about nav ul li a:focus,
.l-about nav ul li a.active {
	text-decoration: none;
	color: #FB3854;
	letter-spacing: 5px;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.l-clients {
	background-color: #000;
}
.l-clients img,
.l-clients picture {
	height: 60px;
	width:auto;
	max-width:100%;
	margin: auto;
	filter: invert(1);
}
.l-clients img.dark,
.l-clients picture.dark {
	filter: invert(0);
}
.l-awards {
	background-color: #FCFBF7;
}

.l-awards img{
	max-height: 60px;
}

.l-blog,
.page-template-template-services,
.blog,
.page-template-work-template,
.tax-servicescategory,
.archive.author,
.archive.category,
.archive.date {
	background-position: center center;
	background-size: cover;
}
.no-webp .l-blog,
.no-webp .page-template-template-services,
.no-webp .blog,
.no-webp .page-template-work-template,
.no-webp .archive.author,
.no-webp .archive.category,
.no-webp .archive.date {
	/*background-image: url(images/gradBG.jpg);*/
	background-color: #000;
}

.webp .l-blog,
.webp .page-template-template-services,
.webp .blog,
.webp .page-template-work-template,
.webp .archive.author,
.webp .archive.category,
.webp .archive.date {
	/*background-image: url(images/gradBG.webp);*/
	background-color: #000;
}

.archive.author .archive-description, 
.archive.category .archive-description,
.archive.date .archive-description {
	color: #ffffff;
}

.page-template-about-template,
.page-template-contact-template {
	background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 1000px;
}

.no-webp .page-template-about-template,
.no-webp .page-template-contact-template {
	background-image: url(images/gradBG.jpg);
}

.webp .page-template-about-template,
.webp .page-template-contact-template {
	background-image: url(images/gradBG.webp);
}

.page-template-work-template .client-logo,
.client-logo.invert{
	filter: invert(1);
}

.page-template-work-template .client-logo.dark{
	filter: invert(0);
}

.l-blog .promoted,
.l-blog .standard {
	display: table;
	width: 100%;
}

.l-blog .l-post {
	position: relative;
	float: left;
	width: 100%;
	height: 300px;
	margin: 0;
	text-align: left;
	background-position: center center;
	background-size: cover;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.l-blog .l-post:hover {
	background-color: rgba(0, 0, 0, 0.7);
	background-blend-mode: overlay;
}

.l-blog .l-post a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #f6f6f6;
	text-decoration: none;
	display: block;
	z-index: 10;
	padding: 10% 5% 50px 15%;
	overflow: hidden;
	opacity: 0;
	box-sizing: border-box;
}
.l-blog a:hover {
	color: #ffffff;
	opacity: 1;
}

.l-blog .l-post a span {
	color: #ffcc00;
	font-family: "Bebas Neue", cursive;
	text-transform: uppercase;
}

.l-blog .promoted div .promoted-post {
	height: 400px;
	width: 100%;
	background-position: 0 0;
}

/** Work Section **/
.page-template-work-template article{
	display: flex;
	flex-direction: column;
}

.work {
	flex: 1 1 auto;
}

section.single-work img,
section.single-work picture {
	width: 100%;
	height: auto;
}

section.single-work ul {
	padding: revert;
	margin-bottom: 0.9rem;
}
section.single-work ul li {
	list-style: disc;
}

section.single-work ol li {
	list-style: decimal;
}

section.single-work table {
	border-collapse:separate; 
	border-spacing:0 2px;
}

section.single-work th {
	padding: 0.5em 1em;
	vertical-align: top;
}
	section.single-work th h5{
		margin: 0;
	}
section.single-work td {
	padding: 0.5em 1em;
	vertical-align: top;
}

/** Services Section **/

.tax-servicescategory article{
	display: flex;
	flex-direction: column;
}

.services {
	margin: 20px 0;
	background: #ffffff;
	flex: 1 1 auto;
}
.services h2 {
	font-size: 1.5rem;
	line-height: 1.2;
	margin: 0;
}
.services .btn.btn-link:hover{
	color: #000000;
}

aside {
	/* position: fixed;
	bottom: 0;
	overflow: hidden;
	z-index: 50; */
}

.page-template-home-template aside {
	position: absolute;
	top: 7rem;
}

aside section {
	padding: 1rem 2rem 1rem 1rem;
}

aside section img, 
aside section picture {
	max-width: 200px;
}

aside section h5{
	font-size: 1.6rem;
}

aside section p{
	font-size: 0.8rem;
}

.btn-primary {
    color: #000000 !important;
    background-color: #ffcc00  !important;
    border-color: #ffcc00;
    font-family: "Bebas Neue", cursive;
    letter-spacing: 0px;
    font-size: 1.2rem;
    border-radius: 0;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff  !important;
    background-color: #ffcc00  !important;
    border-color: #ffcc00;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255,204,0,0.5);
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff  !important;
    background-color: #da0c4c  !important;
    border-color: #da0c4c;
    box-shadow: 0 0 0 0.2rem rgba(255,204,0,0.5)
}

.btn-primary:hover {
    color: #fff  !important;
    background-color: #da0c4c  !important;
    border-color: #da0c4c;
}


.btn-secondary {
    color: #fff;
    background-color: #FB3854;
    border-color: #FB3854;
    font-family: "Bebas Neue", cursive;
    letter-spacing: 0px;
    font-size: 1.2rem;
    border-radius: 0;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #FB3854;
    border-color: #FB3854;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #91213250;
}

.btn-secondary.focus, .btn-secondary:focus {
    color: #fff;
    background-color: #ffcc00;
    border-color: #ffcc00;
    box-shadow: 0 0 0 0.2rem #91213250
}

.btn-secondary:hover {
    color: #FB3854;
    background-color: #ffcc00;
    border-color: #ffcc00;
}

.btn-secondary-alt.focus, .btn-secondary-alt:focus {
    color: #fff;
    background-color: #FB3854;
    border-color: #FB3854;
    box-shadow: 0 0 0 0.2rem #91213250
}
.btn-secondary-alt:hover {
    color: #fff;
    background-color: #262525;
    border-color: #262525;
}


.btn-outline-secondary {
    color: #FB3854;
    background-color: transparent;
    border-color: #FB3854;
    font-family: "Bebas Neue", cursive;
    letter-spacing: 0px;
    font-size: 1.2rem;
    border-radius: 0;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
    color: #FB3854;
    background-color: transparent;
    border-color: #FB3854;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #91213250;
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    color: #FB3854;
    background-color: transparent;
    border-color: #FB3854;
    box-shadow: 0 0 0 0.2rem #91213250
}

.btn-outline-secondary:hover {
    color: #FFFFFF;
    background-color: #FB3854;
    border-color: #FB3854;
}


.carousel-relativecaption .carousel-caption {
	position: relative;
    right: unset;
    bottom: unset;
    left: unset;
	text-align: left;
	z-index: unset;
}

.carousel .indicator-padding {
	padding-left: 15%;
	padding-right: 15%;
}

.carousel-relativeindicators .carousel-indicators {
	position: relative;
	right: unset;
    bottom: unset;
    left: unset;
    margin-right: 0;
    bottom: unset;
    margin-left: 0;
	align-items: flex-end;
	flex-wrap: wrap
}

.carousel-relativeindicators .carousel-indicators li {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: unset;
    height: unset;
    margin-right: 0;
    margin-left: 0;
    text-indent: unset;
    background-color: transparent;
    border-top: none;
    border-bottom: 3px solid #e74b587c;
    opacity: 1;
    transition: color .6s ease, border .6s ease;
    padding: 0.5rem 1rem;
	font-family: "Bebas Neue", cursive;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
    font-size: 1.2rem;
}

.carousel-relativeindicators .carousel-indicators .active {
	border-bottom: 3px solid #E74B59;
	color: #E74B59;
}

#carouselQuotes cite,
#carouselQuotestablet cite,
#carouselQuotesMobile cite {
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
	display: block;
}

#carouselQuotes cite.author,
#carouselQuotestablet  cite.author,
#carouselQuotesMobile cite.author {
	font-style: italic;
	margin-top: 1em;
	font-family: "Bebas Neue", cursive;
	text-transform: uppercase;
}

aside .btn.btn-link {
	display: block;
	text-align: left;
	font-size: 1.2vw;
}

aside .btn.btn-link,
.grey-link.btn.btn-link {
	color: #9d9d9c;
}

.page-template-home-template aside .btn.btn-link {
	color: #f6f6f6;
}

aside .btn.btn-link:hover,
.grey-link.btn.btn-link:hover {
	color: #ffcc00;
}

.l-blog aside .btn.btn-link:hover,
.page-template-template-services aside .btn.btn-link:hover,
.page-template-about-template aside .btn.btn-link:hover,
.blog aside .btn.btn-link:hover,
.page-template-contact-template aside .btn.btn-link:hover,
.page-template-work-template aside .btn.btn-link:hover {
	color: #ffffff;
}

#showreel .modal-dialog,
#post-nav .modal-dialog {
	max-width: 90%;
	min-height: 100vh;
	margin: auto;
}
#showreel .modal-content {
	background-color: transparent;
}
#showreel .modal-body {
	padding: 0;
}

#post-nav .modal-content {
	background-color: #002e42f2;
}
#post-nav h2 {
	overflow: hidden;
	text-overflow: ellipsis;
}

#post-nav li {
	font-family: "Bebas Neue", cursive;
	text-transform: uppercase;
	font-size: 1.1rem;
	letter-spacing: 1px;
	color: #f6f6f6;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#post-nav a {
	font-family: "Bebas Neue", cursive;
	text-transform: uppercase;
	font-size: 1.1rem;
	letter-spacing: 1px;
	color: #f6f6f6;
	padding: 0;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	text-decoration: none;
	text-align: left;
	white-space: nowrap;
}

#post-nav a:hover {
	letter-spacing: 2px;
	color: #ffcc00;
}

.modal-content {
	background-color: #f6f6f6;
	border: 0;
	border-radius: 0;
}
.modal-backdrop {
	background-position: top center;
	background-size: cover;
}
.no-webp .modal-backdrop {
	background-image: url(images/menuBackground2.jpg);
}

.webp .modal-backdrop {
	background-image: url(images/menuBackground2.webp);
}

.modal-backdrop.show {
	opacity: 1;
}

/** Contact **/
#wpcf7-f8479-p16-o1 { background-color: #dadada; padding:20px;}
.form-control {
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #9d9d9c;
    border-radius: 0;
    background-color: #dadada;
    font-family: "Bebas Neue", cursive;
    letter-spacing: 0px;
    font-size: 1.2rem;
}
.form-control::placeholder { 
  color: #000;
  opacity: 1;
}

.form-control:-ms-input-placeholder { 
  color: #000;
}

.form-control::-ms-input-placeholder { 
  color: #000;
}

.form-control:focus {
	color: #000;
	border-color: #9d9d9c;
	box-shadow: none;
}
span.wpcf7-list-item { margin:0; }

.wpcf7-checkbox label, .termsLink {
  position: relative;
  cursor: pointer;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0px;
  font-size: 1.2rem;
}

.wpcf7-checkbox input[type=checkbox] {
	position: relative;
  visibility: hidden;
}

.wpcf7-checkbox input[type=checkbox] + span {
    margin-left: 25px;
}

.wpcf7-checkbox input[type=checkbox] + span:before {
	display: block;
	position: absolute;
	content: '';
	height: 26px;
	width: 26px;
	top: -3px;
	border: 2px solid #9d9d9c;
}

.wpcf7-checkbox input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 1px;
    left: 4px;
    visibility: hidden;
    background-color:#e73c57;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:before {
    background: transparent;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:after {
   visibility: visible;
}


footer {
	background-color: #000;
}
footer .footer-address > .row {
	padding-left: 1em;
	padding-right: 1em;
}
footer .footer-links {
	padding-left: calc(15px + 1em);
	padding-right: calc(15px + 1em);
}

footer ul.social li a {
	font-size: 1.2rem;
}
footer ul.social li a {
	font-size: 1.2rem;
}
footer ul.social li a {
	font-size: 1.2rem;
}

footer h4 {
	margin-top:0;
	color: #ffcc00;
}

footer .btn.btn-link {
	color: #f6f6f6;
}
footer .btn.btn-link:hover,
footer .btn.btn-link.btn-link-sub:hover {
	color: #ffcc00;
}
footer .btn.btn-link.btn-link-sub {
	color: #929393;
}

.about-team {
	padding-bottom: 0;
}
.about-team .team-item img, 
.about-team .team-item picture {
	width: 100%;
}
.about-team .team-item video {
	width: 100%;
	position: absolute;
	z-index: -1;
	display: none;
}
.about-team .team-item video::-webkit-media-controls,
video::-webkit-media-controls-start-playback-button {
	display: none !important;
}

video {
	cursor: pointer;
}

.video-playbtn {
	position: relative;
}
.video-playbtn.played::after {
	display: none;
}

@media (min-width: 75rem) {
	.video-playbtn::after {
		font-family: FontAwesome;
		content: "\f144";
		color: #fff;
		font-size: 10rem;
		line-height: 1em;
		position: absolute;
		width: 1em;
		height: 1em;
		left: calc(50% - 0.5em);
		top: calc(50% - 0.5em);
		opacity: 0.9;
		pointer-events: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='your_transparent.png', sizingMethod='scale');
	}
}


.about-team .team-item .staff-details {
	width: 100%;
	height: 100%;
	position: absolute;
	color: #000000;
	text-align: left;
	text-transform: uppercase;
	z-index: 100;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	background-color: rgb(1 26 57 / 0.7);
    background-blend-mode: overlay;
}

.about-team .team-item .staff-details div {
	opacity: 0;
	padding:10px;
	height:100%;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.about-team .team-item .staff-details p {
	margin: 5px 0;
}
.about-team .team-item .staff-details a {
	display: block;
	color: #000000;
	text-decoration: none;
}

.about-team .team-item:hover .staff-details {
	background-color: #da0c4c;
	background-blend-mode: normal;
}

.about-team .team-item:hover .staff-details div {
	opacity: 1;
}

.search-results .post-thumbnail img,
.search-results .post-thumbnail picture {
	width: 100%;
	height: auto;
}

.search-results article {
	border-bottom: 1px solid #9d9d9c;
	padding-bottom: 2em;
	margin-bottom: 2em;
}
.search-results article a {
	color: #ffcc00;
}

.error404 h2 {
	color: #ffcc00;
}

.error404 .widget a {
	color: #000000;
}

.error404 .widget {
	padding-top: 3em;
}

.wp-pagenavi a,
.wp-pagenavi span {
	text-decoration: none;
	border: 0;
	background-color: #002d41;
	padding: 10px 15px;
	margin: 2px;
	color: #f6f6f6;
	font-weight: bold;
	display: inline-block;
}

.wp-pagenavi a.page,
.wp-pagenavi span.current,
.wp-pagenavi span.extend{
	display: none;
}

.blog article,
.archive article{
	display: flex;
	flex-direction: column;
}

.post {
	flex: 1 1 auto;
}
.post figure img,
.post figure picture {
	width: 100%;
}

.grecaptcha-badge { visibility: hidden; }


/* -- Cookie Bar Styles */
.cli-modal-content {
	background-color: #000;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
    font-weight: bold;
}
.cli-modal-close svg {
	fill: #fff;
}
.cli-tab-container h4, .cli-tab-container h1 {
    font-weight: bold;
}
.cli-modal .cli-modal-dialog{
	color: #ffffff;
}
.cli-tab-container p, .cli-privacy-content-text {
    color: #ffffff;
}
.cli-tab-header {
    background-color: #212529;
}
.cli-tab-header a.cli-nav-link {
    color: #ffffff;
}
span.cli-necessary-caption {
    color: #ffffff;
}
.cli-tab-content {
    background: #343a40;
}
.cli-switch .cli-slider:after {
    color: #ffffff;
}
.cli-switch .cli-slider {
    background-color: #495057;
}
.cli-switch input:checked + .cli-slider {
    background-color: #ffcc00;
}
#cookie-law-info-bar {
    box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.3);
}
/* -- Cookie Bar Styles End */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	#post-nav .modal-dialog {
		max-width: 1000px;
		padding: 4em;
	}

	.wp-pagenavi a.page,
	.wp-pagenavi span.current,
	.wp-pagenavi span.extend{
		display: inline-block;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.l-blog .post {
		width: 33.3333%;
		height: 200px;
	}
	.l-blog .standard div:nth-of-type(1) .post {
		width: 66.6666%;
		height: 400px;
	}
	.l-blog .standard div:nth-of-type(4) .post {
		height: 400px;
	}

	.content-pane {
		padding: 3rem 3rem 2.1rem 3rem;
	}

	.l-services > div:nth-child(even) > div.white-text {
		-ms-flex-order: 13;
		order: 13;
	}

	footer .footer-address > .row {
		border-right: 1px solid #ffcc00;
	}
	.about-team .team-item:nth-child(5) { display:block; }

	.break-word-md span {
		display: block;
	}

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	body.tax-servicescategory .menu-services-container,
	body.single-services .menu-services-container {
		display: block !important;
	}

	.services-nav {
		display: block !important;
	}

	.l-clients img { height:100px; }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.l-hero .container-fluid .row {
		bottom: 8vw;
	}
	.l-hero .container-fluid h1 {
		font-size: 6rem;
		padding: 0;
		letter-spacing: -2px;
	}
	.l-border {
		border-right: 1px solid #ffcc00;
	}
	.l-subhero {
		padding-left: 4em;
	}
}

/* Super large devices (large desktops, 1680px and up) */
@media (min-width: 1680px) {
	aside .btn.btn-link {
		font-size: 1.3rem;
	}
}

@media (orientation: landscape) {
	.dl-block {
		display: block !important;
	}
	.dl-flex {
		display: flex !important;
	}
	.dl-none {
		display: none !important;
	}
}
  
@media (orientation: portrait) {
	.dp-block {
		display: block !important;
	}
	.dp-flex {
		display: flex !important;
	}
	.dp-none {
		display: none !important;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (orientation: landscape) {
	.dl-sm-block {
		display: block !important;
	}
	.dl-sm-flex {
		display: flex !important;
	}
	.dl-sm-none {
		display: none !important;
	}
}

/* Small devices (portrait phones, 576px and up) */
@media (min-width: 576px) and (orientation: portrait) {
	.dp-sm-block {
		display: block !important;
	}
	.dp-sm-flex {
		display: flex !important;
	}
	.dp-sm-none {
		display: none !important;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media (min-width: 768px) and (orientation: landscape) {
	.dl-md-block {
		display: block !important;
	}
	.dl-md-flex {
		display: flex !important;
	}
	.dl-md-none {
		display: none !important;
	}
}

/* Medium devices (portrait tablets, 768px and up) */
@media (min-width: 768px) and (orientation: portrait) {
	.dp-md-block {
		display: block !important;
	}
	.dp-md-flex {
		display: flex !important;
	}
	.dp-md-none {
		display: none !important;
	}
}

/* Large devices (landscape desktops, 992px and up) */
@media (min-width: 992px) and (orientation: landscape) {
	.dl-lg-block {
		display: block !important;
	}
	.dl-lg-flex {
		display: flex !important;
	}
	.dl-lg-none {
		display: none !important;
	}
}

/* Large devices (portrait desktops, 992px and up) */
@media (min-width: 992px) and (orientation: portrait) {
	.dp-lg-block {
		display: block !important;
	}
	.dp-lg-flex {
		display: flex !important;
	}
	.dp-lg-none {
		display: none !important;
	}
}

/* Extra large devices (landscape large desktops, 1200px and up) */
@media (min-width: 1200px) and (orientation: landscape) {
	.dl-xl-block {
		display: block !important;
	}
	.dl-xl-flex {
		display: flex !important;
	}
	.dl-xl-none {
		display: none !important;
	}
}

/* Extra large devices (portrait large desktops, 1200px and up) */
@media (min-width: 1200px) and (orientation: portrait) {
	.dp-xl-block {
		display: block !important;
	}
	.dp-xl-flex {
		display: flex !important;
	}
	.dp-xl-none {
		display: none !important;
	}
}

/* Seasons Greetings Page Custom Styles */
body.page-id-9916 {
    background-color: #d1e6ed;
}

.page-id-9916 h1 {
    color: #226e2c;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.page-id-9916 .signoff {
    color: #226e2c;
    font-size: 1rem;
    font-weight: bold; }



/* Testimonials */
#carouselTestimonials .full-screen {
	display: block;
	width: 100%;
	height: auto;
	min-height: 500px;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#carouselTestimonials .carousel-indicators.dark-indicators li {
	background-color: #fb3854;
	overflow: hidden;
}

#carouselTestimonials .carousel-control-next-icon.dark-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fb3854' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

#carouselTestimonials .carousel-control-prev-icon.dark-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fb3854' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

#carouselTestimonials blockquote p {
	font-family: "Bebas Neue", cursive;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1.5em;
	margin: 0;
	padding: 3rem;
}

#carouselTestimonials blockquote p:before {
	content: open-quote;
}

#carouselTestimonials blockquote p:after {
	content: close-quote;
}

#carouselTestimonials blockquote p:before,
#carouselTestimonials blockquote p:after {
	display: inline-block;
	vertical-align: bottom;
	color: #FB3854;
	font-family: "Bebas Neue", cursive;
	font-size: 12rem;
	position: relative;
}

#carouselTestimonials blockquote p:before {
	margin-bottom: -0.2em;
	margin-right: 1.5rem;
}

#carouselTestimonials blockquote p:after {
	margin-bottom: -.35em;
	margin-left: -0.1em;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#carouselTestimonials blockquote p {
		font-size: 1.5rem;
	}
}

.lh-lg{
	line-height: 2em;
}

figure.wp-block-image:not(#individual-image) picture {
    flex: 1 0 0%;
    height: 100%;
    object-fit: cover;
    width: 100%;
}