/****************************************************
 *  WP Bullet Custom CSS For Single Template
 ****************************************************/
body, .site {
    background-color: #fff !important;
    color: #000 !important;
}

p,
li {
    font-size: 20px !important;
    font-weight: 400;
}

.site.grid-container {
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

.custom-post-wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 2rem 2rem;
    font-family: 'Segoe UI', sans-serif;
}

.custom-container {
    background: #39B0AF;
}

.custom-background {
    background: #FFFFFF;
    max-width: 1300px;
}

.hero-section {
    background: #39B0AF;
    border-radius: 50px 0 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0 2rem 4rem;
    color: white;
    max-width: 1300px;
}

@media (min-width: 769px) and (max-width: 1100px) {
	padding: 2rem 5rem 2rem 4rem !important;
}

.hero-information {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-section h1 {
    color: #FFFFFF;
    font-size: 55px;
    font-weight: bold;
    margin-bottom: 0;
    text-align: end;
}

.hero-author {
    display: flex;
    justify-content: flex-end;
}

.hero-author p {
    margin-bottom: 0;
}

.hero-section .subtitle {
    font-size: 1.2rem;
}

.wpb-post-thumb {
    width: 730px;
    border-radius: 80px;
}

.wpb-post-thumb img {
    border-radius: 25px;
    max-width: 730px;
}

.post-content {
    max-width: 800px;
    padding: 3rem 20rem;
    border-radius:  0 200px 0 0;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.featured-image img {
    width: 100%;
    /*border-radius: 12px;*/
    margin: 2rem 0;
}

.cta-section {
    margin: 8rem 0;
    background: linear-gradient(to bottom, #39B0AF, #1B8286);
    padding: 2rem;
    text-align: center;
    border-radius: 16px;
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: space-between;
    position: relative;
    overflow: visible;
}

.cta-vector {
    position: absolute;
    top: -85px;
}

.cta-section h2 {
    font-size: 60px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: right;
    width: 60%;
    margin-bottom: 0;
}

.cta-button,
.wpb-btn-read-more > a,
.codeable-hire-button {
    display: inline-block !important;
    margin-top: 1rem !important;
    background-color: #FEC012 !important;
    padding: 0.75rem 1.5rem !important;
    border-radius: 10px !important;
    color: black !important;
    text-decoration: none !important;
    font-weight: bold !important;
	font-size: 16px !important;
}

.cta-button {
	font-size: 14px !important;
	width: 60%;
}

.cta-content {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.related-posts {
    width: 110%;
    background: #FFFFFF;
}

.related-posts h3 {
    font-size: 40px;
    padding-bottom: 0.5rem;
    font-weight: 700;
}

.related-posts-grid {
    display: flex;
}

.related-post-card {

    margin: 10px;
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.related-post-card a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: #39B0AF;
    border-radius: 20px;
    padding: 12px;
}

.related-post-card h4 {
    color: #A2EAE5;
    text-decoration: none;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    height: 130px;
}

.related-post-card img {
    border-radius: 10px;
}

@media  (min-width: 1600px) {
    .custom-post-wrapper {
        padding: 0 0 2rem 30rem;
    }

    /*.hero-section {
        padding: 2rem 40rem 2rem 6rem;
    }*/

    .post-content {
        padding: 3rem 20rem;
        max-width: 1080px;
        width: 1080px;
    }

    .related-posts {
        width: 105% !important;
    }
}

@media (max-width: 768px) {
    .ol, ul {
        margin: 0 0 1.5em 1.5em !important;
    }

    .custom-post-wrapper {
        padding: 0;
    }

    .hero-section {
        padding: 2rem 2rem 2rem 4rem;
        border-radius: 0 0 0 50px;
    }

    .post-content {
        border-radius: 0;
        padding: 50px 0;
    }

    .wpb-post-thumb {
        display: none;
    }

    .cta-section {
        border-radius: 0 16px 16px 0;
        max-width: 85%;
        flex-direction: column-reverse;
        margin-right: 40px;
        padding-top: 8rem;
        align-items: center;
    }

    .cta-content {
        align-items: center;
    }

    .cta-section h2 {
        font-size: 50px;
        text-align: center;
        width: 100%;
    }

    .cta-wpb-logo {
        margin-top: 3rem;
    }

    .related-posts {
        max-width: 95%;
    }

    .related-posts-grid {
        flex-direction: column;
    }

    .related-post-card {
        width: 95%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .related-post-card h4 {
        height: 100%;
        font-size: 25px;
    }

    .the-content {
        padding: 0 2rem;
    }
}

@media  (min-width: 769px) and (max-width: 1200px) {
    .post-content {
        padding: 3rem 6rem;
    }

    .wpb-post-thumb {
        width: 400px;
        border-radius: 40px;

        img {
            max-width: 400px;
        }
    }

    .cta-section h2 {
        width: 65%;
    }
}

@media (min-width: 1600px) {
    .wpb-post-thumb,
    .hero-information {
        width: 50% !important;
    }

    .wpb-post-thumb {
        img {
            max-width: 100% !important;
        }
    }

    .hero-information {
        padding: 0 40px;
    }
}

@media (max-width: 1000px) {
    .custom-background {
        max-width: 800px !important;
    }

    .hero-section {
        max-width: 100%;
    }

    .wpb-post-thumb {
        img {
            max-width: 350px !important;
        }
    }

    .hero-section h1 {
        font-size: 30px !important;
    }
}

@media (min-width: 769px) and (max-width: 870px) {
    .hero-section {
        padding: 2rem !important;
    }
}