/*
	Site        : Hamshahri Newspaper Afghanistan — hamshahri.com.af
	File        : Brand overrides for the Stay Tuned coming soon template
	Loaded after custom.css; the vendor template files are left untouched.
*/

:root{
	--hs-accent: #c1121f;		/* masthead red */
	--hs-accent-dark: #8d0d17;
	--hs-ink: #14171c;
	--hs-muted: #8a8f98;
}

/* Latin body copy stays Poppins; Dari/Pashto runs in Vazirmatn */
:lang(fa),
.fa-text{
	font-family: 'Vazirmatn', 'Poppins', Tahoma, sans-serif;
	direction: rtl;
	unicode-bidi: isolate;
}

/* --- Background treatment --------------------------------------------- */

.comming-soon:before{
	background: linear-gradient(105deg, rgba(10,12,16,0.92) 0%, rgba(10,12,16,0.72) 45%, rgba(10,12,16,0.60) 100%);
}

/* --- Masthead ---------------------------------------------------------- */

.masthead{
	margin-bottom: 26px;
}

.masthead .brand-fa{
	display: block;
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2em;
	margin-bottom: 2px;
}

.masthead .brand-en{
	display: block;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.42em;
	text-transform: uppercase;
	color: #fff;
}

.masthead .brand-rule{
	display: block;
	width: 64px;
	height: 3px;
	background: var(--hs-accent);
	margin-top: 14px;
}

/* --- Headline ---------------------------------------------------------- */

.comming-soon-info h2{
	font-size: 38px;
	line-height: 1.35em;
}

.comming-soon-info h2 .headline-fa{
	display: block;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 8px;
	color: #f2f3f5;
}



/* --- Launch date + countdown ------------------------------------------- */

.launch-date{
	border-left: 3px solid var(--hs-accent);
}

.launch-date:before{
	display: none;
}

.opening-date p{
	margin-bottom: 0;
}

.timer .timer-wrapper{
	padding: 0 10px;
}

.timer .timer-wrapper:first-child{
	padding-left: 0;
}

/* --- Subscribe form ---------------------------------------------------- */

.contact-form{
	border-top: 4px solid var(--hs-accent);
}

.btn-contact{
	background: var(--hs-accent);
	cursor: pointer;
}

.btn-contact:hover,
.btn-contact:focus{
	background: var(--hs-ink);
}

.contact-form .form-control:focus{
	border-color: var(--hs-accent);
}

.contact-form .form-control.is-invalid{
	border-color: var(--hs-accent);
	background-color: #fff5f5;
}

.form-status{
	font-size: 13px;
	line-height: 1.6em;
	margin: 14px 0 0;
	min-height: 20px;
}

.form-status.is-error{
	color: var(--hs-accent-dark);
}

.form-status.is-success{
	color: #17693f;
}



/* --- Footer ------------------------------------------------------------ */

.site-footer{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 18px 0;
	font-size: 12px;
	color: rgba(255,255,255,0.55);
}

.site-footer a{
	color: rgba(255,255,255,0.8);
}

.site-footer a:hover{
	color: #fff;
}

/* --- Responsive -------------------------------------------------------- */

@media only screen and (max-width:991px){
	.site-footer{
		position: relative;
		text-align: center;
	}
}

@media only screen and (max-width:768px){
	.masthead .brand-fa{ font-size: 32px; }
	.masthead .brand-en{ font-size: 13px; letter-spacing: 0.3em; }
	.masthead .brand-rule{ margin: 14px auto 0; }
	.comming-soon-info h2{ font-size: 26px; }
	.comming-soon-info h2 .headline-fa{ font-size: 22px; }
	.launch-date{ border-left: 0; border-top: 3px solid var(--hs-accent); }
}

@media only screen and (max-width:480px){
	.comming-soon-info h2{ font-size: 22px; }
	.comming-soon-info h2 .headline-fa{ font-size: 19px; }
}
