/*
CTC Separate Stylesheet
Updated: 2024-07-21 11:48:43
*/
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
	font-size: 18px;
	line-height: 30px;
}
.text-rtl {
	text-align: right;
	direction: rtl;
}
div[data-elementor-type="wp-page"], #main-container {
	flex-grow: 1;
}
#main-container {
	/*padding-top: 0;*/
}
.custom-logo-link img {
    border-radius: 50%;
}
.site-logo div:first-of-type {
    text-align: center;
    font-size: 30px;
    margin-top: 10px;
}
.site-logo div:last-child {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
}
.header .header__nav .header__navigation>li a {
    padding: 0;
 }
.display-h1 * {
	font-size: 90px !important;
	font-weight: 300;
}
.display-h2 * {
	font-size: 60px !important;
	font-weight: 300;
}
.site-main article .entry-header .entry-title {
    text-transform: uppercase;
}
.book-details {
	font-size: 15px;
}
.about-me .about-me__inner {
    min-height: 100%;
	height: auto;
}
.eael-grid-post-link {
    text-align: justify;
    display: block;
    text-align-last: center;
    font-weight: 700 !important;
}
.eael-grid-post-excerpt {
    text-align: center;
}
.eael-grid-post-excerpt p {
    line-height: 1.5;
}
@media (max-width: 992px) {
	.custom-logo-link {
		display: none;
	}
	.header .header__one .site-logo {
		flex-direction: column;
	}
	.about-me {
		min-height: calc(100vh - 70px);
		height: auto;
	}
}




