/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.page-id-150 .logo-image .elementor-heading-title,
.page-id-150 nav ul li a{
    color: #ffffff !important;
}
.page-id-150 header .elementor-element {
    border: 0 !important;
}
h1.entry-title {
    font-family: Playfair;
    font-weight: 900;
    font-style: Black;
    font-size: 56px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
	color: #000000;
}
.single-post .wp-block-post-date {
    font-family: Playfair !important;
    font-weight: bolder;
    font-style: Black;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    padding-top: 25px;
}
.single-post .page-content strong {
    font-family: 'Inter';
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}
.single-post .page-content p {
    font-family: 'Inter';
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 29px;
    letter-spacing: 0%;
    margin-bottom: 28px;
}

.wp-block-post-content-is-layout-constrained strong {
    font-family: 'Inter';
    font-weight: 400;
    font-style: Regular;
    font-size: 17px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}
.margin-zero p{
	margin: 0;
}
.min-height-post {
    min-height: 92px;
}
.single-post main#content {
    padding-top: 170px;
	padding-bottom: 100px;
	max-width: 1024px;
}
.single-post figure.wp-block-image {
    margin: 40px 0;
}
.single-post footer{
	color: #ffffff;
}
.single-post a{
	color: #000000;
	font-weight: bold;
}
.single-post [type=submit]{
	border: 1px solid #000000;
	color: #000000;
}
.single-post [type=submit]:hover{
	background-color: #000000;
	border: 1px solid #ffffff;
	color: #ffffff;
	border-radius: 4px;
}
.single-post div#respond {
    padding: 20px 0;
}
.single-post textarea#comment {
    margin-top: 15px;
}
button.tribe-common-c-btn.tribe-events-c-search__button,
.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border{
    background: transparent;
    color: #000000;
    border: 1px solid #000000;
}
button.tribe-common-c-btn.tribe-events-c-search__button:hover,
.tribe-common .tribe-common-c-btn-border:hover, .tribe-common a.tribe-common-c-btn-border:hover,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover{
	background: #000000;
	color: #ffffff;
}
.page-content figure img{
	display: block;
    text-align: center;
    margin: 0 auto;
}
.blog .page-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 20px;
	padding: 60px 0;
}
.blog article.post {
    display: flex;
    flex-direction: column;
}
.blog article.post h2.entry-title {
    order: 1;
	line-height: 1;
}
.page-header {
    padding-top: 34px;
}
.blog article.post p {
    order: 2;
	font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #000000;
}
.blog article.post a img{
	min-height: 488.88px;
}
.blog .post .entry-title a{
    text-decoration: none;
    color: #000;
    font-size: 24px;
    line-height: 1.1;
    font-family: "Playfair", Sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 39px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    color: #000000;
}
/* Book Reviews Post Type start */
.post-type-archive-book_reviews .page-content {
    padding: 40px 0;
	grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    gap: 30px 20px;
}
.post-type-archive-book_reviews .post .entry-title a{
	font-family: "Playfair", Sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 39px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    color: #000000;
}
.post-type-archive-book_reviews .page-content p{
	font-family: "Milligram Trial", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 9px;
    color: #000000;
}
.single-book_reviews main#content {
    padding: 60px 0;
}
/* Book Reviews Post type end */
@media (max-width: 1200px){
	.single-post .page-content{
		max-width: 800px;
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
	.single-post main#content{
		 padding: 30px 15px;
	}
	.page-id-150 .logo-image .elementor-heading-title, .page-id-150 nav ul li a{
		color: #000000 !important;
	}
	.min-height-post {
		min-height: auto;
	}	
	.wp-block-post-content-is-layout-constrained strong {
    font-family: 'Inter';
    font-weight: 400;
    font-style: Regular;
    font-size: 17px !important;
    line-height: 100%;
    letter-spacing: 0%;
	}
	.single-post .page-content p {
    font-family: 'Inter';
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 23px;
    letter-spacing: 0%;
	}
	h1.entry-title {
		font-family: Playfair;
		font-weight: 900;
		font-style: Black;
		font-size: 30px;
		leading-trim: NONE;
		line-height: 100%;
		letter-spacing: 0%;
		padding: 0 !important;
		color: #000000;
		margin-bottom: 30px;
	}
	.single-post .page-content strong {
		font-family: 'Inter';
		font-weight: 400;
		font-style: Regular;
		font-size: 18px;
		leading-trim: NONE;
		line-height: 101%;
		letter-spacing: 0%;
		padding-bottom: 19px;
	}
	.blog h1.entry-title{
		margin-bottom: 0;
	}
	.blog .page-content{
		grid-template-columns: 1fr;
	}
	.post-type-archive-book_reviews .page-content {
		padding: 20px 0;
		grid-template-columns: 1fr;
		display: grid;
		gap: 20px 20px;
	}
	.post-type-archive-book_reviews h1.entry-title{
		margin-bottom: 10px;
	}
	.post-type-archive-book_reviews h2.entry-title {
    	margin: 6px 0px;
	}
	.post-type-archive-book_reviews main#content {
		padding-left: 20px;
		padding-right: 20px;
  }
}