/*
    Theme Name: Tract House
    Theme URI: https://lyminhhoang.com
    Author: Mr.Hoang team
    Author URI: https://lyminhhoang.com
    Description: Tract house a Real Estates Category Flat Bootstrap Responsive Website Template
    Requires at least: 6.4
    Tested up to: 6.6
    Requires PHP: 7.0
    Version: 1.0
*/

.content, #single, #page, .entry {
    margin: 24px auto;
}

.entry p, .entry a, 
.entry ul, .entry ol, .entry li 
{
    font-size: 18px !important;
    line-height: 34px;
}

.entry p, .entry a, 
.entry ul, .entry ol {
    margin-bottom: 10px !important;
}

.entry h1, .entry h2, .entry h3,
.entry h4, .entry h5, .entry h6 {
    margin-top: 18px !important;
    margin-bottom: 24px !important;
    font-weight: bold;
}

.entry h2 {
    font-size: 26px;
}
.entry ul, .entry ol {
    margin-left: 24px;
}

.wp-block-image .alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

.wp-block-image {
    margin-bottom: 24px;
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-quote {
    overflow-wrap: break-word;
}

.wp-block-quote {
    box-sizing: border-box;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid var(--lmh-primary-color);
}

.post-navigation {
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    padding-top: 15px;
    padding-bottom: 15px;
}

.post-prev {
    text-align: left;
}

.post-next {
   text-align: right; 
}

.post-prev a, .post-next a {
    font-size: 16px !important;
    line-height: 34px;
    color: var(--lmh-primary-color);
    transition: color 0.5s ease-in-out;
    font-weight: bold;
}

.post-prev a:hover, .post-next a:hover{
    color: var(--lmh-secondary-color);
}

@media (max-width: 575.98px) {
    .wp-block-image .alignleft, .wp-block-image .alignright {
        display: block;
        float: none;
        text-align: center;
        margin: 0.5em auto;
    }
}
@media (min-width: 576px) and (max-width: 767.98px)  {

}

@media (min-width: 768px) and (max-width: 991.98px) {

}

@media (min-width: 992px) and (max-width: 1199.98px) {

}

@media (min-width: 1200px) {
    
}