/*
Theme Name: Richard Taylor Consultancy
Theme URI: https://www.rtconsultant.co.uk
Description: The 2025 RT Consultancy WP Theme
Author: P4UL
Author URI: https://www.p4ul.dev
Version: 1.3.3.7
Tested up to: 6.7
Requires at least: 3.0
Requires PHP: 5.2.4
*/

body {
	background-color: #fff;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #2F2F2F;
}
.header {
	width: 100%;
	float: left;
	padding: 30px 0;
}
.header a.logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-size: 274px;
	width: 274px;
	height: 61px;
	display: block;
	text-indent: -999999px;
	float: left;
}
.menu_area {
	float: right;
}
.menu_area > ul {
	margin: 20px 0 0 0;
	padding: 0;
}
.menu_area > ul > li {
	list-style-type: none;
	display: block;
	margin: 0 0 0 30px;
	padding: 0;
	float: left;
	position: relative;
}
.menu_area > ul > li > ul {
	display: none;
	position: absolute;
	top: 23px;
	left: 0;
	width: 200px;
	background-color: #F5F5F7;
	margin: 0;
	padding: 15px;
}
.menu_area > ul > li > ul > li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
}
.menu_area > ul > li > ul > li > a {
	color: #2f2f2f;
	display: block;
	text-decoration: none;
}
.menu_area > ul > li:hover ul {
	display: block;
}
.menu_area > ul > li > a {
	color: #2f2f2f;
	display: block;
	text-decoration: none;
}
.menu_area > ul > li > a:hover {
	text-decoration: underline;
	color: #2f2f2f;
}
.hero {
	background-image: url(images/hero_bg.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #2D2A6B;
	width: 100%;
	float: left;
	padding: 60px 0 0 0;
}
.richard {
	width: 100%;
	float: left;
}
.richard img {
	width: 100%;
	float: left;
}
.hero_msg h1 {
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	color: #fff;
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 70px;
}
.hero_msg h2 {
	color: #fff;
	font-size: 24px;
	margin: 0 0 30px 0;
	line-height: 36px;
	font-weight: 300;
}
.hero_msg a {
	background-color: #D95B43;
	padding: 10px 25px;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	float: left;
	transition: 0.3s;
}
.hero_msg a:hover {
	background-color: #a13824;
}
.hero_msg a span.title {
	float: left;
}
.hero_msg a span.arrow {
	background-image: url(images/arrow.svg);
	background-repeat: no-repeat;
	background-size: 25px;
	width: 25px;
	height: 16px;
	display: inline-block;
	margin: 4px 0 0 30px;
}
.hero .row {
	display: flex;
	align-items: center;
}
.body {
	width: 100%;
	float: left;
	padding: 80px 0;
}
.body .content {
	text-align: center;
}
.body .content h3 {
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 48px;
	margin: 0 0 30px 0;
	padding: 0;
	color: #2D2A6B;
}
.body .content p {
	margin: 0;
	line-height: 32px;
}
.body.alt-body {
	background-color: #F5F5F7;
}
.service_item {
	border: 1px solid #CDC5D1;
	padding: 60px 30px;
	background-color: #fff;
	text-align: center;
	margin-top: 30px;
	border-radius: 4px;
}
.service_item img {
	margin: 0 auto 30px auto;
	min-height: 115px;
}
.service_item h2 {
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	color: #2D2A6B;
	font-size: 32px;
	line-height: 32px;
	display: block;
	margin: 0 0 30px 0;
	padding: 0;
}
.service_item p {
	font-size: 17px;
	line-height: 28px;
	font-weight: 300;
	margin: 0;
}
.internal-link {
	width: 100%;
	float: left;
	margin: 30px 0 0 0;
	text-align: center;
}
.internal-link a {
	background-color: #D95B43;
	padding: 10px 25px;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
	display: inline-block;
	margin: 0 auto;
}
.internal-link a:hover {
	background-color: #a13824;
}
.internal-link a span.title {
	float: left;
}
.internal-link a span.arrow {
	background-image: url(images/arrow.svg);
	background-repeat: no-repeat;
	background-size: 25px;
	width: 25px;
	height: 16px;
	display: inline-block;
	margin: 4px 0 0 30px;
}
.blog_item {
	background-color: #fff;
	width: 100%;
	float: left;
	margin-top: 30px;
	border: 1px solid #CDC5D1;
	border-radius: 4px;
	text-align: center;
}
.blog_item img {
	width: 100%;
	float: left;
	margin: 0;
}
.blog_item_inside {
	width: 100%;
	float: left;
	padding: 30px;
}
.blog_item h4,
.blog_item h2 {
	margin: 0 0 30px 0;
	padding: 0;
}
.blog_item h4 a,
.blog_item h2 a {
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	color: #2D2A6B;
	font-size: 22px;
	line-height: 26px;
	display: block;
}
.blog_item p {
	margin: 0;
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
}
.footer {
	width: 100%;
	float: left;
	padding: 30px 0;
	text-align: center;
}
.footer img {
	width: 100%;
	float: left;
	margin: 0;
}
.footer_logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-size: 274px;
	width: 274px;
	height: 61px;
	display: block;
	text-indent: -999999px;
	margin: 30px auto;
}
.footer p {
	color: #2F2F2F;
	font-size: 14px;
	margin: 0 0 15px 0;
}
.footer p a {
	color: #8379DC;
	text-decoration: none;
}
.footer p a:hover {
	text-decoration: underline;
}
.formset {
	clear: both;
}
.formset .gform_button.button {
	background-color: #D95B43 !important;
	padding: 10px 25px;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}
.formset .gform_button.button:hover {
	background-color: #a13824 !important;
}
.blog .blog_item_inside h2 {
	min-height: 85px;
}
.blog .blog_item_inside p {
	min-height: 155px;
}
.nav-previous {
	margin: 80px 0 0 0;
	float: left;
}
.nav-next {
	float: right;
	text-align: right;
	margin: 80px 0 0 0;
}
.nav-previous a,
.nav-next a {
	color: #D95B43;
	text-decoration: none;
}
.nav-previous a:hover,
.nav-next a:hover {
	color: #a13824 !important;
}
.blog .footer,
.single-post .footer {
	padding-top: 0;
}
.blog h1 {
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 48px;
	margin: 0 0 30px 0;
	padding: 0;
	color: #2D2A6B;
	text-align: center;
}
.featured_image {
	width: 100%;
	float: left;
}
.featured_image img {
	width: 100%;
	float: left;
	border-radius: 4px;
	margin: 0 0 30px;
}
.blog-content {
	text-align: left !important;
}
.blog-content p {
	margin: 0 0 30px 0 !important;
}
.blog_header {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}
.blog_meta p {
	font-size: 14px;
	color: #999;
}
.single-post h1 {
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 48px;
	margin: 0 0 10px 0;
	padding: 0;
	color: #2D2A6B;
	text-align: left;
}
.backto {
	margin: 60px 0 0 0;
}
.backto a {
	color: #D95B43;
	text-decoration: none;
}
.backto a:hover {
	color: #a13824 !important;
}
.blog-content h2 {
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 26px;
	margin: 0 0 5px 0;
	padding: 0;
	color: #2D2A6B;
	text-align: left;
}
.blog-content ul {
	clear: both;
	margin: 0 0 20px 0;
	padding: 0;
}
.blog-content ul li {
	margin: -10px 0 10px 20px;
}
#burger {
	background-image: url(images/burger.svg);
	background-repeat: no-repeat;
	background-size: 44px;
	width: 44px;
	height: 30px;
	float: right;
	display: none;
	margin: 15px 0 0 0;
}


#mobile_menu_container {
  background-color: #dadada;
  width: 80%;
  height: 100%;
  position: fixed;
  top: 0;
  right: -80%; /* hide it off-screen initially */
  z-index: 9999;
  display: block; /* keep it block so it animates â€” visibility controlled via jQuery */
}
#mobile_menu {
	width: 100%;
	padding: 30px;
}
.admin-bar #mobile_menu_container {
	top: 32px;
}
#mobile_menu ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
#mobile_menu ul li {
	list-style-type: none;
	display: block;
	width: 100%;
	float: left;
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}
#mobile_menu ul li a {
	display: block;
	width: 100%;
	float: left;
	font-size: 20px;
	color: #101215;
	text-decoration: none;
}
#mobile_menu_header {
	width: 100%;
	float: left;
}
#mobile_menu_close {
	background-image: url(images/x.svg);
	background-repeat: no-repeat;
	background-size: 30px;
	width: 30px;
	height: 30px;
	display: block;
	float: right;
	margin-top: 30px;
	margin-bottom: 15px;
}
.single-post .body .content h3 {
	font-size: 24px;
	line-height: 26px;
}
.content.legal {
	text-align: left;
}
.content.legal h1 {
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	color: #2D2A6B;
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 70px;
}
.content.legal h4 {
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	color: #2D2A6B;
	margin: 15ox 0 10px 0;
	padding: 0;
	font-size: 18px;
}
.youtube {
	width: 100%;
	float: Left;
}
.youtube iframe {
	width: 100%;
	float: left;
}
#about .content {
	text-align: left;
}
.blog_item h4 {
	min-height: 80px;
}
.blog_item p {
	min-height: 110px;
}
.moreblog {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 60px;
}
.moreblog a {
	color: #a13824;
	text-decoration: none;
}
.moreblog a:hover {
	text-decoration: underline;
}