/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

@font-face {
	font-family: Lucida Handwriting;
	src: url(../fonts/lucida-handwriting/LHANDW.ttf);
}

/* Basic Style */
body {
	font-family: "lato", sans-serif;
}

p {
	margin-bottom: 0;
}

/* Custom Classes */
.-divider {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.btn-round {
	padding: 1rem 2.5rem;
	border-radius: 3rem;
}

.btn-light {
	color: #242424;
	background-color: #e1e1e1;
}

.btn-border {
	border-color: #898989;
}

.btn-gradient-yellow {
	color: #fff;
	background-color: transparent;
	background-image: linear-gradient(to right, #e09b24, #f0ba2f);
}

.btn-call {
	padding: .5rem 1rem;
	padding-left: 3rem;
	color: #fff !important;
	background-color: #1e0259;
	border-radius: 0;
	position: relative;
}

.btn-call::before {
	content: "\f879";
	width: 1.5rem;
	height: 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: calc(50% - 1.5rem / 2);
	left: .5rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff;
}

ul.-violet-dots {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.-violet-dots>li {
	padding-left: 1rem;
	margin-bottom: 1rem;
	position: relative;
}

ul.-violet-dots>li::before {
	content: "";
	width: .65rem;
	height: .65rem;
	position: absolute;
	left: 0;
	top: calc(50% - 0.65rem / 2);
	border-radius: 100%;
	background-color: #1e0259;
}

/* Header */
#header {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	position: sticky;
	top: 0px;
	z-index: 999;
	background-color: #fff;
}

#header .navbar {
	padding: 0 1rem;
	margin: 0;
}

#header .navbar-brand {
	padding: 0;
	margin: 0;
	display: block;
}

#header .nav-link {
	padding: 0 1.5rem;
	display: block;
	color: #000;
}

#header .nav-link.active {
	color: #e5a500;
}

/* Primary Slider */
#primary-slider ._item-content {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

#primary-slider ._item-title {
	width: 50%;
	height: auto;
	padding: 1rem;
	margin: 0 auto;
	background-color: transparent;
	background-image: linear-gradient(to right, #fff, #0000);
	position: absolute;
	right: 0;
}

#primary-slider ._item-title h2 {
	font-size: 32px;
	font-family: Lucida Handwriting;
}

#primary-slider ._item-title h3 {
	font-size: 48px;
	font-weight: 400;
}

#primary-slider .carousel-indicators li {
	width: 1rem;
	height: 1rem;
	background-color: #fff;
	opacity: 1;
	transition: .3s ease all;
}

#primary-slider .carousel-indicators li.active {
	background-color: #df9b25;
}

/* Page Title */
#page-title {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}

#page-title img {
	width: 100%;
	height: auto;
}

#page-title ._content {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#page-title ._content.-center {
	left: calc(50% / 2);
}

#page-title ._content h2 {
	margin: 1rem 0;
	font-size: 48px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
}

/* USP */
#usp {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: stretch;
	align-items: stretch;
	flex-wrap: wrap;
	overflow: hidden;
	background-color: transparent;
	background-image: linear-gradient(to right, #ee9817, #eea500);
}

#usp ._item {
	width: calc(100% / 3);
	height: auto;
	padding: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	transform: skewX(-30deg);
}

#usp ._item.--yellow-faded {
	background-color: #df9b25;
}

#usp ._item.--violet {
	background-color: #1e0259;
}

#usp ._item.--yellow {
	background-color: #e1a812;
}

#usp ._item img {
	margin: 0 1rem;
	display: block;
	position: relative;
}

#usp ._item p {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 400;
	position: relative;
}

#usp ._item img,
#usp ._item p {
	transform: skewX(30deg);
}

/* What We Offer */
#what-we-offer h2 {
	margin-bottom: 1rem;
	font-size: 2.5rem;
	font-weight: 900;
}

#what-we-offer .-block {
	padding: 3rem 3.5rem;
	margin-top: 3rem;
	color: #fff;
}

#what-we-offer .-block h2 {
	color: #fed203;
	font-weight: 500;
}

/* Services */
#services {
	color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#services ._each {
	width: 100%;
	height: 100%;
	padding: 1rem;
	margin: 0 auto;
	display: block;
	position: relative;
	transition: .3s ease all;
	text-align: center;
}

#services ._each:hover {
	background-color: #eeb62e;
}


#services ._each img,
#services ._each h5,
#services ._each p,
#services ._each a {
	margin-bottom: 1rem;
	color: #fff;
	transition: .3s ease all;
}

#services ._each:hover img,
#services ._each:hover h5,
#services ._each:hover p,
#services ._each:hover a {
	filter: invert(.5) brightness(0.5);
}

/* Gallery */
#gallery .item {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 1rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

#gallery .item img {
	transition: .3s ease-in-out all;
}

#gallery .item:hover img {
	transform: scale(1.155);
}

/* Contact & Quotes */
#contact {
	padding-top: 5rem;
	padding-bottom: 5rem;
	color: #111;
	background-color: #fff;
	position: relative;
}

#quote {
	color: #fff;
	background-color: #1e0259;
	position: relative;
}

#contact::before,
#quote::before {
	content: "";
	width: 5rem;
	height: 5rem;
	position: absolute;
	top: 0;
	left: calc(50% - 5rem / 2);
	z-index: 1;
	background-image: url(https://towkingsofmemphis.net/wp-content/uploads/2023/09/hook.webp);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}


#contact input[type=text]:focus, 
#quote input[type=text]:focus, 
#contact input[type=email]:focus, 
#contact input[type=tel]:focus,
#quote input[type=tel]:focus,
#quote input[type=email]:focus {
    border-color: #ffc01a;
    box-shadow: 0 0 0 3px #ffc01a55;
	    background-color: transparent !important;
	
}

#contact input[type=text] {
	border-color: #1e0259;
}

#contact .btn,
#quote .btn {
	width: 50%;
	padding: 1rem 1.5rem;
	margin: 1rem auto;
	display: block;
}

#contact .-FORM {
	max-width: 65%;
	margin-top: 1.5rem;
	margin-left: auto;
	margin-right: auto;
}

/* Footer */
#footer {
	width: 100%;
	height: auto;
	padding: 1rem;
	margin: 0 auto;
	color: #fff;
	background-color: #000;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#footer h5 {
	margin-bottom: 1.5rem;
	font-size: 1.85rem;
}

#footer .navlist {
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer .navlist a {
	padding-left: 1.5rem;
	margin-bottom: 1rem;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	word-break: break-all;
}

#footer .navlist a::before {
	content: "";
	width: 1rem;
	height: 1rem;
	position: absolute;
	top: 0;
	left: 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#footer .navlist a.location::before {
	background-image: url(../images/icons/pin.png);
}

#footer .navlist a.phone::before {
	background-image: url(../images/icons/call.png);
}

#footer .navlist a.envelope::before {
	background-image: url(../images/icons/mail.png);
}

#footer .navlist a.active,
#footer .navlist a:hover {
	color: #6bf500;
}

#footer a.logo {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

#footer .social {
	padding: 0 1.5rem;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#footer .social>li {
	margin-right: 1rem;
}

#footer .social>li>a {
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-size: 1.5rem;
}

#footer .social>li>a[class*="linkedin"] {
	color: #2867b2;
	font-size: 2.5rem;
}

#footer .social>li>a[class*="twitter"] {
	color: #fff;
	background-color: #37b1e2;
	font-size: 1rem;
	border-radius: 3rem;
}

#footer .social>li>a[class*="youtube"] {
	color: #ff0000;
	font-size: 2.5rem;
}

#footer .social>li>a[class*="facebook"] {
	color: #3650b4;
	font-size: 2.5rem;
}

#footer .navlist.--inline-bordered {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#footer .navlist.--inline-bordered>li {
	padding-right: 1rem;
	margin-right: 1rem;
	border-right: 1px solid #d5d5d5;
}

#footer .navlist.--inline-bordered>li:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}

#footer .navlist.--inline-bordered>li>a {
	margin: 0;
	text-transform: capitalize;
}

#footer ._top {
	padding-top: 2rem;
}

#footer ._bottom {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid #ffffff;
}

/* Media */
@media (max-width: 767px) {
	#header .container {
		padding-left: 0;
		padding-right: 0;
	}

	#usp {
		flex-direction: column;
	}

	#usp ._item {
		width: 100%;
		transform: skewX(0deg);
	}

	#usp ._item img,
	#usp ._item p {
		transform: skewX(0deg);
	}



	#primary-slider ._item-content img {
		min-width: fit-content;
		height: auto;
	}

	#primary-slider ._item-title h2,
	#primary-slider ._item-title h3 {
		font-size: 1rem;
	}

	#page-title {
		height: 50vh;
	}

	#page-title img {
		width: fit-content;
		height: 100vh;
	}

	#page-title ._content,
	#page-title ._content.-center {
		width: 100%;
		left: 0;
	}

	#what-we-offer .-block {
		padding: 1rem 1.5rem;
	}

	#footer {
		padding: 0;
	}

	#footer .container {
		max-width: 100%;
	}

	#footer ._bottom .navlist a {
		padding-left: 0;
		word-break: keep-all;
	}

	#footer ._bottom {
		text-align: center;
	}

	#footer .social,
	#footer .menu-footer-container {
		margin-bottom: 1.5rem;
	}

	#footer .custom-logo-link {
		display: block;
		margin: 0 auto;
	}

	#footer .custom-logo-link img {
		display: block;
		margin: 0 auto;
	}
	
	#primary-slider ._item-title {
		    width: 100%;
		top: 50%;
	}
}

@media (max-width: 991px) {
	#header .btn-call {
		display: none;
	}
	
	#header .nav-link {
		padding: 0;
	}
	
	#menu-header {
    width: 100%;
    height: auto;
    padding: 1rem;
    margin: 1rem auto;
    background-color: #261741;
}

#menu-header .menu-item {
    margin-bottom: 1rem;
}

#menu-header .nav-link[aria-current="page"] {
    color: #fff;
    background-color: #555;
}

#menu-header .nav-link {
    color: #fff;
    padding: 0.5rem 1rem;
}
	
	
}
input.wpcf7-form-control.wpcf7-text.form-control {
    background-color: transparent;
}
.featured-media-inner.section-inner.medium {
    padding: 40px;
    line-height: 2;
}
.featured-media-inner.section-inner.medium img {
    position: absolute;
    left: 42%;
}
.entry-content p {
    padding: 14px 29px;
}
.entry-content h1 {
    font-size: 40px;
    text-align: center;
    font-weight: 800;
}
.single-post ._each h1 {
    font-size: 45px;
    line-height: 50px;
	margin-bottom:30px;
}
.single-post ._each h2 {
    text-align:center;
}
.footer-tk {margin:20px 0px;}
.qch-lnk {text-align:right;}
.lgs-section {
    margin: 100px 0px;
}