/*
Theme Name: Atelier Five
Theme URI: https://atelierfive.ae/
Author: Atelier Five
Description: Lightweight WordPress theme for Atelier Five Interiors.
Version: 1.1.8
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: atelierfive
*/

/*
.contact-us .form-row #sucess_msg:empty {
	display: none !important;
}

.legal-content,
.error-content {
	padding: 160px 0 100px;
	clear: both;
}

.legal-content h1,
.error-content h1 {
	margin-bottom: 30px;
	color: #264347;
}

.legal-content .editor-content h2,
.legal-content .editor-content h3 {
	margin-top: 1.5em;
	margin-bottom: 0.6em;
	color: #264347;
}

.legal-content .editor-content p {
	margin-bottom: 1em;
}

.error-banner {
	min-height: 420px;
	height: auto !important;
}

.error-banner .banner-head {
	width: 100% !important;
	max-width: 640px;
	padding: 80px 0 60px !important;
	background-color: transparent !important;
}

.error-banner .banner-head h1,
.error-banner .banner-head p {
	color: #fff;
}

.error-links {
	margin-top: 24px;
	padding: 0;
	list-style: none;
}

.error-links li {
	margin-bottom: 10px;
}

.error-links a {
	color: #264347;
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
}
*/
/* Keep project zoom icon sized correctly (SVG must not inherit width:100%). */
/*
.projects .item .zoom-icon img,
.projects .slider-container .item > a .zoom-icon img {
	width: 20px !important;
	height: 20px !important;
	max-width: 20px !important;
}

.projects .item figure {
	width: 100%;
	position: relative;
	margin: 0;
	float: none;
}

.experience-track-full .experience-copy p {
	color: #fff;
	font-weight: 200;
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.experience-track-full .experience-copy p {
		font-size: 16px;
		line-height: 1.6;
	}
}

@media (max-width: 767px) {
	.legal-content,
	.error-content {
		padding-top: 120px;
	}
}
*/
/* About banner: span = highlighted (bold), matching other heading controls. */
/*
.about-banner .inner-banner-text h1 {
	font-weight: 400;
}

.about-banner .inner-banner-text h1 span {
	font-weight: 700;
}
*/