/*---------------------------------------------------------------------------------
Theme Name: Hürel
Text Domain: hurel
Author: M. Hürel Çobanoğlu
Author URI: http://mhurel.com
Description: Kendim ve müşterilerim için wp tabanlı web sitesi geliştirmek amacıyla sıfırdan tema oluşturma maceram.
Version: 1.0
----------------------------------------------------------------------------------- */

/* Maintenance */
.maintenance .container {max-width: 300px;}
.maintenance .icon {
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.maintenance .ozel-logo-container {
	position: relative;
	text-align: center;
	background-color: #003466;
	border-radius: 2rem 2rem 0 0;
	overflow: hidden;
}
.maintenance .ozel-logo-container::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 18px;
	width: 100%;
	height: 1px;
	background-color: #fff;
	opacity: .66;
	z-index: 0;
}
.maintenance .ozel-logo-container .logo {
	position: relative;
	max-width: 100%;
	z-index: 1;
}
.border-container {
	border-width: 0 1px;
	border-style: solid;
	border-color: #003466;
}
.maintenance .title h2 {line-height: 1;}
.maintenance .title p {line-height: normal;}
.maintenance .legal {
	font-size: .875rem;
	color: #96b7d3;
	background-color: #003466;
	border-radius: 0 0 2rem 2rem;
}
/* Maintenance ENDS */