/*
Theme Name: coolline
Theme URI: 
Description: A custom theme made by Easternts Techno soluation.
Author: Itomic - Web Specialists
Author URI: http://kombee.com
Version: 1

DO NOT EDIT THIS FILE TO MAKE STYLE CHANGES!!!
*/
/* AI Blog CSS Start */
.aibg-post-content section {
	padding: 20px 0 0 0;
}
.aibg-post-content img {
    margin-top: 20px;
}
.aibg-post-content h3 {
	margin: 10px 0;
}

.aibg-post-content h2 {
    font-size: 36px;
    font-style: normal;
    line-height: 46px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

.aibg-post-content h3 {
    font-size: 28px;
    font-style: normal;
    line-height: 38px;
    font-weight: 600;
}

.aibg-post-content h4 {
    font-size: 22px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 32px;
}

.aibg-post-content h5 {
    font-size: 18px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 26px;
}

.aibg-post-content h6 {
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 10px;
}
.aibg-post-content .aibg-split-section {
    margin: 20px 0;
}
.aibg-cta-block {
    margin: 0 0 25px;
}
/* Tablet */
@media (max-width: 991px) {
    .aibg-post-content h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .aibg-post-content h3 {
        font-size: 26px;
        line-height: 34px;
    }

    .aibg-post-content h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .aibg-post-content h5 {
        font-size: 17px;
        line-height: 24px;
    }

    .aibg-post-content h6 {
        font-size: 15px;
        line-height: 22px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .aibg-post-content h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .aibg-post-content h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .aibg-post-content h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .aibg-post-content h5 {
        font-size: 18px;
        line-height: 26px;
    }

    .aibg-post-content h6 {
        font-size: 16px;
        line-height: 24px;
    }
}
.post-item-description img {
    margin-bottom: 10px;
}
.aibg-post-content .aibg-button-primary {
    background-color: transparent !important;
    color: var(--wp--preset--color--foreground) !important;
    margin: 0 !important;
    padding: 0px !important;
}
body.single.single-post #page-title[data-bg-parallax] .page-title>h2 {
    color: #fff;
}

@media (max-width: 1024px) {
    body.single.single-post #page-title .page-title>h2 {
        font-size: 26px;
        line-height: 34px;
    }
}

body.single.single-post h1 {
    font-size: var(--wp--custom--typography--font-size--gigantic);
    line-height: var(--wp--custom--typography--line-height--small);
}

@media (max-width: 768px) {
    body.single.single-post .content,
    body.single.single-post .sidebar {
        padding-right: 35px;
        padding-left: 35px;
    }
}
/* AI Blog CSS End */