/*
Theme Name:   TFP
Description:  A custom theme for The Fitzrovia Partnership
Template:     hello-elementor
Version:      1.0
*/


/* Default  css */
body strong {
	font-weight: 600;
}
body:not(.logged-in) .logged-in,
body.logged-in .logged-out {
	display: none;
}
#header .header-one {
	cursor: pointer;
}
/* Triangle Box, Slider, and Content */
.triangle_content-box .description {
	background: #EF483F;
	color: #fff;
	display: flex;
	text-align: left;
	padding: 20px 40px;
	height: 100%;
	align-items: center;
	align-self: center;
	font-family: 'Arial', Sans-serif;
	font-weight: 500;
	font-size: 24px;
	width: 100%;
}
.triangle_content-box .bith-content {
	display: flex;
	min-height: inherit;
	width: 90%;
	/* 	margin-left: auto; */
	position: absolute;
	/* right: -83%;*/
	right: calc(-90% + 78px);
	/*right: 0;*/
	height: 100%;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.triangle_content-box .description a {
	color: #fff;
	display: contents;
	font-weight: bold;
	text-transform: uppercase;
}
.triangle_content-box .bith-content.active {
	right: 0;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.triangle_content-box .bith-item {
	min-height: 530px;
	background-size: cover;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
}
/* Responsive Code */
@media screen and (min-width: 1441px) {
	.triangle_content-box .bith-item {
		min-height: 600px;
	}
}
.triangle_content-box .title {
	writing-mode: vertical-rl;
	-ms-writing-mode: bt-lr;
	background: #EF483F;
	position: relative;
	padding: 50px 10px;
	cursor: pointer;
	color: #fff;
	max-width: 20%;
	display: flex;
	align-content: center;
	align-items: center;
	align-self: center;
	justify-content: center;
	height: 82%;
	border-top: 1px solid #F47B28;
	border-bottom: 1px solid #F47B28;
	font-family: 'Arial', Sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	width: 78px;
	text-align: center;
}
.triangle_content-box .title::after {
	content: '';
	width: 0;
	height: 0;
	border-top: 0px solid transparent;
	border-right: 74px solid #EF483F;
	border-bottom: 49px solid transparent;
	position: absolute;
	bottom: -49px;
	right: 0;
}
.triangle_content-box .title::before {
	content: '';
	position: absolute;
	top: -49px;
	right: 0;
	width: 0;
	height: 0;
	border-top: 49px solid transparent;
	border-right: 74px solid #EF483F;
	border-bottom: 0 solid transparent;
}
@media screen and (max-width: 1440px){
	.triangle_content-box .title::before,
	.triangle_content-box .title::after {
		border-right: 86px solid #EF483F;
	}
}
@media screen and (max-width: 1280px){
	.triangle_content-box .title::before,
	.triangle_content-box .title::after {
		border-right: 93px solid #EF483F;
	}
}
@media screen and (max-width: 1024px){
	.triangle_content-box .title::before,
	.triangle_content-box .title::after {
		border-right: 91px solid #EF483F;
	}
}
@media screen and (max-width: 768px){
	.triangle_content-box .title::before,
	.triangle_content-box .title::after {
		border-right: 69px solid #EF483F;
	}
	.triangle_content-box .bith-content {
		right: calc(-90% + 70px);
	}
	.triangle_content-box .description {
		font-size: 18px;
	}
	h2.restricted_login {
		padding: 50px !important;
		font-size: 35px !important;
	}
	.restricted_login .member-area-btn, h2.restricted_login a {
		padding: 0 27px 2px !important;
		display: block !important;
		margin: 4px 0 !important;
	}
}
@media screen and (max-width: 414px){
	.triangle_content-box .title::before,
	.triangle_content-box .title::after {
		border-right: 75px solid #EF483F;
	}
	.triangle_content-box .bith-content {
		right: calc(-90% + 74px);
	}
}
@media screen and (max-width: 375px){
	.triangle_content-box .title::before,
	.triangle_content-box .title::after {
		border-right: 66px solid #ef483f;
	}
}
@media screen and (max-width: 320px){
	.triangle_content-box .title::before,
	.triangle_content-box .title::after {
		border-right: 58px solid #EF483F;
	}
}

/* Image slider */
.triangle_image_slider-box .swiper-pagination-bullet {
	background: #fff;
	width: 15px;
	height: 15px;
	opacity: 1;
}
.triangle_image_slider-box .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #F0544B;
}

/* Testimonials */
.triangle_testimonial_content-box .bith-item {
	display: flex;
	align-items: center;
}
.triangle_testimonial_content-box .bith-testimonial_content {
	padding: 40px;
	max-width: 700px;
	position: relative;
}
.triangle_testimonial_content-box .swiper-pagination-bullet {
	background: #F0544B;
	width: 15px;
	height: 15px;
	opacity: 0.5;
}
.triangle_testimonial_content-box .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
	background: #F0544B;
}
.triangle_testimonial_content-box .bith-testimonial_content::before, 
.triangle_testimonial_content-box .bith-testimonial_content::after {
	content: '';
	position: absolute;
	width: 50px;
	height: 34px;
	left: 40px;
}
.triangle_testimonial_content-box .bith-testimonial_content::before {
	background-image: url("/wp-content/uploads/2021/03/icon1.jpg");
	top: -8px;
}
.triangle_testimonial_content-box .bith-testimonial_content::after {
	background-image: url("/wp-content/uploads/2021/03/icon2.jpg");
	bottom: 35px;
}
.bith-testimonial_content .bith-tc {
	color: #EF483E;
	font-family: "Arial", Sans-serif;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 20px;
}
.bith-testimonial_content .bith-tn {
	color: #BCBEC0;
	font-family: "Arial", Sans-serif;
	font-weight: 500;
	line-height: 1.5;
	margin-left: 70px;
}
/* Responsive Code */
@media screen and (max-width: 767px){
	.triangle_testimonial_content-box .bith-testimonial_content {
		padding: 20px 80px 20px 20px;
	}
	.bith-testimonial_content .bith-tc {
		font-size: 20px;
	}
	.triangle_testimonial_content-box .bith-testimonial_content::after {
		bottom: 20px;
		left: 20px;
	}
	.triangle_testimonial_content-box .bith-testimonial_content::before {
		top: -20px;
		left: 20px;
	}
	.bith-testimonial_content .bith-tn {
		margin-left: 55px;
	}
}

.red-txt {
	color: var( --e-global-color-accent );
	font-weight: 600;
}
@media screen and (max-width: 1440px){
	.triangle_content-box .title {
		width: 99px;
	}
}
@media screen and (max-width: 1280px){
	.triangle_content-box .title {
		width: 112px;
	}
}
@media screen and (max-width: 1024px){
	.triangle_content-box .title {
		width: 146px;
		height: 76%;
	}
}
@media screen and (max-width: 768px){
	.triangle_content-box .title {
		width: 213px;
	}

}
@media screen and (max-width: 375px){
	.triangle_content-box .title {
		width: 225px;
		height: 83%;
	}
}


/* Accordion arrow Style fix */
/* .accordion-item .elementor-tab-title,
.elementor-accordion-item .elementor-tab-title {
	display: flex;
}
.accordion-item .elementor-tab-title span,
.elementor-accordion-item .elementor-tab-title span{
	order: 2;
	line-height: 40px;
	padding-left: 10px;
}
.elementor-accordion-item .elementor-accordion-title {
	font-size: 36px !important;
	font-weight: 500 !important;
} */

/* New Page Full Width Issue */
.post-942 .elementor-container.elementor-column-gap-default {
	max-width: initial !important;
}

@media (min-width: 768px) {
	body:not(.elementor-editor-active) .elementor-location-header {
/* 		
 * position: sticky;
		top: 0;
		z-index: 999;
*/
	}
}

@media (max-width: 1024px) {
	div.elementor-accordion-item .elementor-accordion-title {
		font-size: 30px !important;
		line-height: 1.2em;
	}
}

.elementor-accordian-t {
	flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.elementor-accordian-t .elementor-column > p {
	width: 100%;
}

.elementor-accordian-t > .elementor-column {
	flex-wrap: wrap;
	padding: 0px 30px 30px 0px;
	align-items: self-start;
}

.elementor-accordian-t h2 {
	color: #f0544b;
	font-size: 35px;
	margin: 0;
	line-height: 1em;
}
/* 
.tfp-accordion-title h2.elementor-heading-title::after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f077";
font-size: 19px;
margin-left: 13px;
position: relative;
top: -3px;
} */
.tfp-accordion-title {
	position: relative;
	top: 56px;
	z-index: 9;
	cursor: pointer;
}
.tfp-accordion-title.tfp-accordion-active h2.elementor-heading-title::after {
	content: "\f078";
}
/* .tfp-accordion-content {
display: none;
}
.tfp-accordion-content.active-accordion-content {
display: block;
} */


.ftp-content-inner-col .elementor-column {
	width: 25%;
}
.ftp-content-inner-col > .elementor-container {
	flex-wrap: wrap;
}
li.red > a {
	color: #d4d4d4 !important;
}
li.red-box > a {
	background: #333;
	color: #fff !important;
	border-radius: 3px;
}

li.red-box-square > a {
	background: #f0544b;
	color: #fff !important;
	border-radius: 0px !important;
}

li.red-box-square > a:hover {
	color: #fff !important;
}

.pdf-content .elementor-icon-list-items {
	display: flex;
	flex-wrap: wrap;
}
.pdf-content .elementor-icon-list-items li {
	width: 25%;
	margin-top: 0 !important;
	padding-bottom: 40px !important;
	display: inline-block;
	padding-left: 0;
	padding-right: 44px;
}
.fitz-search-filter {
	display: flex;
	flex-wrap: wrap;
}
.fitz-search-filter select {
	background: #f0544b;
	border: none;
	color: #fff;
	appearance: none;
	-webkit-appearance: none;
	margin-right: 30px;
	position: relative;
	z-index: 2;

}
.fitz-search-filter span::after {
	content: "\f347";
	font-family: dashicons;
	display: inline-block;
	position: absolute;
	top: 4px;
	right: 10px;
	bottom: 0;
	color: #fff;
	font-size: 22px;
	z-index: 0;
}
.fitz-search-filter span {
	margin-right: 30px;
	position: relative;
	background: #f0544b;
}

.pdf-content .elementor-icon-list-items li span {
	font-size: 16px;
}


body.logged-in:not(.elementor-editor-active) .logging-menu {
	display: block;
}
body.logged-in:not(.elementor-editor-active) .logout-menu {
	display: none;
}
body:not(.elementor-editor-active) .logging-menu {
	display: none;
}
body:not(.elementor-editor-active) .logout-menu {
	margin-bottom: 0 !important;
}
.member-area-btn a {
	cursor: pointer;
}



.restricted_login {
	padding: 100px;
	text-align: center;
	font-size: 50px !important;
	text-transform: uppercase;
	color: #f0544b;
	line-height: 2em;
}
.restricted_login .member-area-btn,
.restricted_login a {
	background: #f0544b;
	color: #fff;
	padding: 2px 40px;
	border-radius: 3px;
	cursor: pointer;
	font-size: inherit;
}

.menu-item-4846 a, .menu-item-4720 a {
	color: #ef483f !important;
}

#subForm > div {
	position: relative;
}
#subForm input {
	border: 0;
}
#subForm button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding-top: 8px;
}
.user-registration-error a {
	font-size: inherit;
	text-decoration: underline;
}