/*
Theme Name:     Foreal Child
Theme URI: 		http://wedesignthemes.com/themes/dt-foreal
Author: 		the BuddhaThemes team
Author URI: 	http://themeforest.net/user/buddhathemes
Description:    Child theme for the Foreal theme powered by BuddhaThemes
Template:       foreal
Version:        2.4
*/

.footer-widgets-wrapper.type2 {
	background-image: none !important;
	background-color: #000 !important;
	border-top: 2px solid #000;
}

.footer-widgets-wrapper.type2 .dt-white-color-overlay {
	display: none !important;
}

.footer-widgets-wrapper.type2 .dt-half-bg-design::before,
.footer-widgets-wrapper.type2 .dt-half-bg-design::after {
	display: none !important;
}

.footer-widgets-wrapper.type2 .dt-half-bg-design {
	margin-top: 0 !important;
	padding-top: 56px !important;
}

.footer-widgets-wrapper.type2 .copyright p {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.portfolio figure img {
	cursor: pointer;
}

/* Author profile page: text left, photo right, responsive */
.auteur-profile-grid {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 60px;
	padding: 60px 0;
}

.auteur-profile-text {
	flex: 1 1 55%;
	min-width: 280px;
	order: 1;
}

.auteur-profile-name {
	margin-top: 0;
	margin-bottom: 25px;
}

.auteur-profile-bio {
	line-height: 1.8;
}

.auteur-profile-photo {
	flex: 1 1 35%;
	min-width: 260px;
	max-width: 380px;
	order: 2;
	margin-left: auto;
}

.auteur-profile-photo img {
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	display: block;
	border-radius: 6px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
	.auteur-profile-grid {
		flex-direction: column;
		gap: 30px;
		padding: 30px 0;
	}

	.auteur-profile-photo {
		order: -1;
		max-width: 320px;
		margin: 0 auto;
	}
}

/* Author profile page: keep the site nav header, just hide the redundant title/breadcrumb banner */
.single-dt_portfolios .breadcrumb-wrapper {
	display: none !important;
}

/* "Beyt el Kottab" 3-column intro (homepage): unify font, size, weight, alignment.
   Column 3 (Arabic) had leftover markup from a different page builder with an
   unrelated "Dubai" font at a different size - forcing a mismatch. */
.vc_custom_1461930367666 .wpb_text_column p,
.vc_custom_1461930367666 .av_textblock_section p,
.vc_custom_1461930367666 .arabic-dubai .avia_textblock p {
	font-family: "Open Sans", sans-serif !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 28px !important;
	text-align: justify !important;
}

/* "Qui sommes nous" 3-column intro (About page): same fix - the Arabic column
   used <h5> heading tags instead of <p>, giving it a different font weight/size. */
.vc_custom_1461930440976 .wpb_text_column p,
.vc_custom_1461930440976 .wpb_text_column h5 {
	font-family: "Open Sans", sans-serif !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 28px !important;
	text-align: justify !important;
}

/* Homepage slider: parent theme hardcodes min-height:575px on .dt-sc-main-slider
   with no mobile override, but LayerSlider itself correctly shrinks to ~146px on
   phones - leaving a large empty gap below the slider. Let the wrapper hug the
   slider's real (smaller) height on small screens instead of the desktop value. */
@media (max-width: 767px) {
	.dt-sc-main-slider {
		min-height: auto !important;
	}
}