body {
	background: #FFF !important;
}
body.menuopened{
	overflow: hidden;
}
a{
	color:#000;
}
.dropdown-item:focus, .dropdown-item:hover {
	background-color: transparent;
}
body.page-template-default .entry.single-entry {
    box-shadow: inherit !important
}
.WrapHeader{
	position: absolute;
	width: 100%;
	z-index: 9
}
body.single .WrapHeader,
body.page-template-default .WrapHeader{
	background: #661616;
	padding-bottom:20px;
	position:relative;
}
body.page-template-default header h1.entry-title {
    font-family: "Baskervville", Sans-serif;
    font-weight: 700;
}
body.author .WrapHeader, 
body.category .WrapHeader,
body.tag .WrapHeader{
	position:relative;
}
body.tag .content-area {
    margin-top: 100px;
}
.nav-link:focus-visible {
	box-shadow: initial !important;
}
body.page #primary .content-container.site-container {
    max-width: 100%;
    padding: 0;
}
#topbar {
	text-align: center;
	background-color: #782929;
	color: #fff;
	font-family: Barlow;
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
	margin-bottom: 32px;
	padding: 6px 0px;
}
.dropdown-toggle::after {
	background: url(https://staging.sofaf.org/wp-content/uploads/2025/09/white-arrow.svg) no-repeat right center !important;
	border: none !important;
	width: 18px;
	height: 8px;
}
.WrapHeader nav ul.navbar-nav {
	gap:40px;
}
.WrapHeader nav li a{
	color:#fff !important;
	font-family: Barlow;
	font-weight: 600 !important;
	font-style: SemiBold !important;
	font-size: 16px !important;
	leading-trim: NONE !important;
	line-height: 120%;
	letter-spacing: 0%;
	text-transform: uppercase;
}
.WrapHeader nav .dropdown-menu li a{
	color:#000 !important;
}
.sitelogo img{
	display: block;
	margin: 10px auto
}

.PostGridCS .uc_post_image {
	padding: 24px 24px 0 24px;
}
.PostGridCS .uc_post_image img {
	border-radius: 24px;
	height: 100% !important;
	transition: 1s;
}
.PostGridCS .uc_post_image:hover img {	
	filter: brightness(0.7);
}

.PostGridCS .ue_post_grid_item {
	border-radius: 20px !important;;
	background: #FFF;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
	transition:ease all 1s;
}
.PostGridCS .ue_post_grid_item:hover {
	box-shadow:inherit;
}
.PostGridCS a.uc_more_btn .uc_btn_txt {
	text-decoration: underline;
}
.PostGridCS a.uc_more_btn:hover .uc_btn_txt {
	text-decoration: none !important;
}
.PostGridCS .ue-grid-item-category a:not(:last-child)::after {
	content: " | " !important;
}

/* line animation start */

section .scroll-down {
    bottom: 50px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 25px;
    height: 45px;
    z-index: 1;
}
section .scroll-down-wrapper {
    position: absolute;
    left: 50%;
    bottom: -75px;
    transform: translateX(-50%);
    z-index: 4;
}
section .scroll-down-wrapper .scroll-down::before {
    -webkit-animation: scrollDownAnimation 2s infinite;
    animation: scrollDownAnimation 2s infinite;
    background-color: #fff;
    border-radius: 5px;
    content: '';
    height: 40px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 10px;
    width: 2px;
	cursor:pointer;
}

@keyframes scrollDownAnimation {
    0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    }
    40% {
    opacity: 1;
    }
    80% {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    }
    100% {
    opacity: 0;
    }
}
/* line animation end */

/* mission statement page start */

.OurPrincipalSec{
	display: flex;
	width: 296px;
	height: 92px;
	padding: 24px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 32px !important;
}

/* mission statement page end */

footer .container{
	border-radius: 40px;
	padding: 80px;
	background: #000000;
	color: #fff;
	margin:40px auto;
}
.footerintro{
	font-family: Barlow;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0%;
	margin-top: 34px;
}
.formintro{
	font-family: Barlow;
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 0%;
	margin-bottom: 28px;
}
footer .footerform {
	position:relative;
}
footer .footerform input{
	padding: 14px 20px;
	border-radius: 100px;
	display: block;
	width: 100%
}
footer .footerform input[type='submit'] {
	width: 24px;
	height: 24px;
	background: url(https://staging.sofaf.org/wp-content/uploads/2025/09/CaretRight.svg) no-repeat right center;
	background-size: contain;
	position: absolute;
	top: 15px;
	right: 10px;
}
footer .footerform .wpcf7-spinner {
	position: absolute;
	right: 0;
}
.footersociallinks{
	display: flex;
	gap: 10px;
	margin-top: 28px;
}
.copyright{
	font-family: Barlow;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0%;
	padding-left: 130px;
}

/* blog css start */

.rfPropertyListingCS .post-thumbnail {
	border-radius:0;
}
/*.post-thumbnail {
	width: 100%;
	height:250px;
	border-radius: 20px;
	position: relative;
	overflow:hidden;
	margin: 0 0 20px;
}
.post-thumbnail img {
	width:100%;
	max-width: 100%;
	object-fit: cover;
	height: 100% !important;
	object-position: center;
	filter: brightness(0.7);
	transition: ease all 1s;
}
.post-thumbnail:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}*/
.PostDateCS {
	margin: 20px 0 0;
	color: #1D1D1B;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	letter-spacing: 0.7px;
	background: url(https://zoomdevdxb.com/reckersfischer/wp-content/uploads/2025/07/date-icon-1.svg) no-repeat left center;
	padding-left: 25px;
	background-size: contain;
}
.form-control:focus {
    background-color: transparent;
    border-color: #000;
    outline: 0;
    box-shadow: inherit;
}
.pagination .nav-links {
	margin: auto;
}
.pagination .current {
	border-color: #782929;
	background: #782929;
}
.entry-tags a.tag-link:hover {
	background: #782929;
	border-color: #782929;
}
/* blog css end */

@media screen and (max-width: 767px) {
	
	.navbarMobile .nav-link.dropdown-toggle::after {
		background: url(https://staging.sofaf.org/wp-content/uploads/2025/09/caret-down-arrow.svg) no-repeat right center !important;
		margin-top: 5px;
		float: right;
	}
	.navbarMobile .nav-link.dropdown-toggle.show::after {
		margin-top: 5px;
		float: right;
		background: url(https://staging.sofaf.org/wp-content/uploads/2025/09/caret-up-arrow.svg) no-repeat right center !important;
	}
	body.author .entry-hero-container-inner h1, body.category .entry-hero-container-inner h1, body.tag .entry-hero-container-inner h1 {
		font-size: 33px;
	}
	.WrapHeader nav ul.navbar-nav {
		margin:0;
		gap: 20px;
		max-width: 90%;
	}
	.navbarMobile.mobilenav .container-fluid {
		padding: 0;
	}
	footer .formintro{
		margin-top:30px
	}
	footer .copyright{
		padding-left: 0px;
		margin-top:30px
	}
	.navbarMobile {
		height: 0;
		overflow: hidden;
	}
	.navbarMobile.mobilenav{
		position: absolute;
		width: 100%;
		height: 100vh;
		background: #fff;
		left: 0px;
		top: 0px;
		z-index: 999;
		padding-top: 80px;
		overflow-y: scroll
	}
	
	.mobilenav #navbarSupportedContent{
		height: 560px;
		margin:0 32px;
	}
	body.single .navbar-collapse.mCustomScrollbar,
	body.page-template-default .navbar-collapse.mCustomScrollbar{
		height:0;
	}
	
	.navbarMobile > li{
		margin-bottom: 22px;
		max-width:92%;
	}

	.navbarMobile > li > a{
		color:#000 !important;
		font-family: Barlow;
		font-weight: 600;
		font-size: 20px;
		line-height: 120%;
		text-transform: uppercase;
	}
	.navbarMobile ul.dropdown-menu li{
		margin-bottom: 14px;
		padding-left: 15px;
	}
	.navbarMobile ul.dropdown-menu a{
		font-family: Barlow;
		font-size: 15px !important;
		padding-left: 0;
		white-space:initial;
	}
	.navbarMobile .navbar-nav .dropdown-menu {
		border: none;
		padding-top:0;
		margin-bottom:25px !important;
	}
	nav.navbarMobile.mobilenav ::-webkit-scrollbar {
		width: 10px;
	}
	nav.navbarMobile.mobilenav ::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
	nav.navbarMobile.mobilenav ::-webkit-scrollbar-thumb {
		background: #888;
	}
	nav.navbarMobile.mobilenav ::-webkit-scrollbar-thumb:hover {
		background: #555;
	} 
	#menuCloseBtn{
		position: absolute;
		top: 20px;
		right: 25px;
		color: #000;
		font-size: 20px;
		text-decoration: none;
		/*width: 24px;
		height: 24px;
		background:url(https://staging.sofaf.org/wp-content/uploads/2025/09/menucloseicon.svg) no-repeat;*/
	}
	body.tag .WrapHeader {
		z-index: inherit;
		position: absolute;
		top: 0;
	}
	body.tag .entry-hero-container-inner .entry-header {
		margin-top: 100px;
	}
	body.author .site-main, body.category .site-main, body.tag .site-main {
		margin-top: 90px;
	}
	body.single .WrapHeader,
	body.page-template-default .WrapHeader{
		padding-bottom: 25px;
	}
	body.single .single-entry,
	body.page-template-default .single-entry{
		margin-top:100px;
	}
	body.single .singlepostbanner,
	body.page-template-default .singlepostbanner{
		padding: 50px 20px;
	}
	body.single .singlepostbanner span,
	body.page-template-default .singlepostbanner span{
		font-size: 20px;
	}
	body.autor::before, body.category::before, body.tag::before {
		height: 350px;
	}
	footer .container {
		padding: 60px 16px;
		margin: 0 auto 20px;
		width: 95%;
	}
}