.elementor-1844 .elementor-element.elementor-element-4a448e5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-3a775cd *//* ==================================================
   COFFEEMASTERHUB
   WRITE FOR US / GUEST POST PAGE
   PREMIUM COFFEE THEME
================================================== */

.cmh-write-page{
    width:100%;
    margin:0 auto;
    color:#3f2a1d;
    font-family:"Poppins",sans-serif;
    box-sizing:border-box;
    overflow:hidden;
}

.cmh-write-page *,
.cmh-write-page *::before,
.cmh-write-page *::after{
    box-sizing:border-box;
}


/* ==================================================
   HERO
================================================== */

.cmh-write-hero{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    padding:75px 35px 70px;
}

.cmh-write-hero-content{
    position:relative;
    background:#f7efe8;
    border:1px solid #ead9ca;
    border-radius:24px;
    padding:65px 60px;
    text-align:center;
    overflow:hidden;
}

.cmh-write-hero-content::before{
    content:"";
    position:absolute;
    width:220px;
    height:220px;
    right:-90px;
    top:-100px;
    background:rgba(107,63,34,.07);
    border-radius:50%;
}

.cmh-write-hero-content::after{
    content:"";
    position:absolute;
    width:150px;
    height:150px;
    left:-70px;
    bottom:-80px;
    background:rgba(107,63,34,.06);
    border-radius:50%;
}

.cmh-write-badge{
    position:relative;
    z-index:2;
    display:inline-block;
    margin-bottom:16px;
    padding:7px 15px;
    background:#6b3f22;
    color:#fff;
    border-radius:30px;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
}

.cmh-write-hero h1{
    position:relative;
    z-index:2;
    margin:0 0 18px;
    color:#3e2415;
    font-size:44px;
    line-height:1.2;
    font-weight:800;
}

.cmh-write-hero p{
    position:relative;
    z-index:2;
    max-width:780px;
    margin:0 auto;
    color:#6f5a4a;
    font-size:17px;
    line-height:1.8;
}


/* ==================================================
   COMMON SECTION
================================================== */

.cmh-write-section{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    padding:65px 35px;
}

.cmh-write-content{
    width:100%;
}

.cmh-write-content h2{
    margin:0 0 20px;
    color:#3e2415;
    font-size:32px;
    line-height:1.3;
    font-weight:800;
}

.cmh-write-content h3{
    color:#3e2415;
}

.cmh-write-content p{
    margin:0 0 17px;
    color:#5f5046;
    font-size:16px;
    line-height:1.85;
}

.cmh-write-content p:last-child{
    margin-bottom:0;
}

.cmh-write-content strong{
    color:#4c2d1c;
    font-weight:700;
}


/* ==================================================
   LABEL
================================================== */

.cmh-write-label{
    display:block;
    margin-bottom:10px;
    color:#8a5835;
    font-size:12px;
    font-weight:800;
    letter-spacing:1.4px;
    text-transform:uppercase;
}


/* ==================================================
   INTRO
================================================== */

.cmh-write-intro{
    padding-top:20px;
    padding-bottom:55px;
}

.cmh-write-intro .cmh-write-content{
    max-width:900px;
    margin:0 auto;
}


/* ==================================================
   CONTACT CARD
================================================== */

.cmh-write-contact{
    padding-top:20px;
    padding-bottom:65px;
}

.cmh-write-card{
    display:grid;
    grid-template-columns:90px 1fr;
    gap:30px;
    align-items:start;
    padding:45px;
    background:#fbf7f3;
    border:1px solid #eadfd6;
    border-radius:22px;
}

.cmh-write-icon{
    width:68px;
    height:68px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#6b3f22;
    color:#fff;
    border-radius:18px;
    font-size:18px;
    font-weight:800;
}

.cmh-write-card-content h2{
    margin:0 0 17px;
    color:#3e2415;
    font-size:30px;
    line-height:1.3;
    font-weight:800;
}

.cmh-write-card-content p{
    margin:0 0 16px;
    color:#5f5046;
    font-size:16px;
    line-height:1.85;
}

.cmh-write-card-content p:last-child{
    margin-bottom:0;
}

.cmh-write-email{
    display:inline-block;
    margin:2px 0 15px;
    color:#6b3f22;
    font-size:17px;
    font-weight:700;
    text-decoration:none;
}

.cmh-write-email:hover{
    color:#58321c;
    text-decoration:underline;
}

.cmh-write-note{
    color:#756457 !important;
    font-size:14px !important;
}


/* ==================================================
   SUBSECTION
================================================== */

.cmh-write-subsection{
    margin-top:35px;
    padding:35px;
    background:#fbf7f3;
    border:1px solid #eadfd6;
    border-radius:18px;
}

.cmh-write-subsection h3{
    margin:0 0 20px;
    color:#3e2415;
    font-size:21px;
    line-height:1.4;
    font-weight:700;
}


/* ==================================================
   LIST
================================================== */

.cmh-write-list{
    margin:0;
    padding:0;
    list-style:none;
}

.cmh-write-list li{
    position:relative;
    margin:0;
    padding:11px 0 11px 25px;
    color:#5f5046;
    font-size:15px;
    line-height:1.7;
    border-bottom:1px solid #eee4dc;
}

.cmh-write-list li:last-child{
    border-bottom:0;
}

.cmh-write-list li::before{
    content:"";
    position:absolute;
    left:0;
    top:20px;
    width:7px;
    height:7px;
    background:#6b3f22;
    border-radius:50%;
}

.cmh-write-list strong{
    color:#4c2d1c;
}


/* ==================================================
   PAID GUEST POST
================================================== */

.cmh-write-paid{
    padding-top:55px;
    padding-bottom:65px;
}

.cmh-write-feature-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
    margin-top:35px;
}

.cmh-write-feature{
    padding:27px;
    background:#fff;
    border:1px solid #e9ddd3;
    border-radius:18px;
}

.cmh-write-feature-number{
    display:flex;
    align-items:center;
    justify-content:center;
    width:40px;
    height:40px;
    margin-bottom:18px;
    background:#f2e5da;
    color:#6b3f22;
    border-radius:12px;
    font-size:11px;
    font-weight:800;
}

.cmh-write-feature h3{
    margin:0 0 10px;
    color:#3e2415;
    font-size:18px;
    line-height:1.4;
    font-weight:700;
}

.cmh-write-feature p{
    margin:0;
    color:#6b5a4c;
    font-size:14px;
    line-height:1.75;
}

.cmh-write-contact-inline{
    margin-top:30px;
    padding:25px 30px;
    background:#f7efe8;
    border:1px solid #ead9ca;
    border-radius:16px;
    text-align:center;
}

.cmh-write-contact-inline p{
    display:inline;
    margin:0;
    color:#6b5a4c;
    font-size:15px;
}

.cmh-write-contact-inline a{
    color:#6b3f22;
    font-size:15px;
    font-weight:700;
    text-decoration:none;
}

.cmh-write-contact-inline a:hover{
    text-decoration:underline;
}


/* ==================================================
   TOPICS
================================================== */

.cmh-write-topics{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
    margin-top:35px;
}

.cmh-write-topic{
    padding:18px 20px;
    background:#fbf7f3;
    border:1px solid #eadfd6;
    border-radius:14px;
    color:#4d392c;
    font-size:14px;
    font-weight:600;
    line-height:1.5;
    transition:
        background .25s ease,
        border-color .25s ease,
        transform .25s ease;
}

.cmh-write-topic:hover{
    background:#f7efe8;
    border-color:#ddcbbb;
    transform:translateY(-2px);
}


/* ==================================================
   SOFT SECTION
================================================== */

.cmh-write-soft-section{
    background:transparent;
}


/* ==================================================
   WHAT WE'RE LOOKING FOR
================================================== */

.cmh-write-check-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px;
    margin-top:30px;
}

.cmh-write-check-item{
    display:flex;
    align-items:center;
    gap:13px;
    min-height:70px;
    padding:18px 20px;
    background:#fbf7f3;
    border:1px solid #eadfd6;
    border-radius:16px;
    color:#5f5046;
    font-size:14px;
    font-weight:600;
    line-height:1.5;
}

.cmh-write-check-item span{
    flex:0 0 auto;
    width:28px;
    height:28px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#6b3f22;
    color:#fff;
    border-radius:50%;
    font-size:12px;
    font-weight:800;
}

.cmh-write-after-list{
    max-width:900px;
    margin:25px auto 0;
    text-align:center;
}


/* ==================================================
   GUIDELINES
================================================== */

.cmh-write-guideline-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    margin-top:35px;
}

.cmh-write-guideline-card{
    padding:32px;
    background:#fff;
    border:1px solid #e9ddd3;
    border-radius:18px;
}

.cmh-write-guideline-icon{
    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
    background:#f2e5da;
    color:#6b3f22;
    border-radius:13px;
    font-size:12px;
    font-weight:800;
}

.cmh-write-guideline-card h3{
    margin:0 0 18px;
    color:#3e2415;
    font-size:20px;
    line-height:1.4;
    font-weight:700;
}


/* ==================================================
   LINKS POLICY
================================================== */

.cmh-write-link-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin-top:35px;
}

.cmh-write-link-card{
    padding:35px;
    background:#fbf7f3;
    border:1px solid #eadfd6;
    border-radius:20px;
}

.cmh-write-link-label{
    display:block;
    margin-bottom:12px;
    color:#8a5835;
    font-size:11px;
    font-weight:800;
    letter-spacing:1.2px;
}

.cmh-write-link-card h3{
    margin:0 0 18px;
    color:#3e2415;
    font-size:21px;
    line-height:1.4;
    font-weight:700;
}


/* ==================================================
   REJECTED CONTENT
================================================== */

.cmh-write-reject-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:13px;
    margin-top:30px;
}

.cmh-write-reject-item{
    padding:16px 18px;
    background:#fff;
    border:1px solid #e9ddd3;
    border-radius:13px;
    color:#5f5046;
    font-size:14px;
    font-weight:600;
    text-align:center;
}


/* ==================================================
   EDITORIAL RIGHTS
================================================== */

.cmh-write-editorial-card{
    background:#f7efe8;
    border-color:#ead9ca;
}

.cmh-write-editorial-card .cmh-write-list{
    max-width:800px;
}

.cmh-write-editorial-card .cmh-write-list li{
    border-color:#ead9ca;
}


/* ==================================================
   SUBMISSION
================================================== */

.cmh-write-submit-grid{
    display:grid;
    grid-template-columns:1fr 1.5fr;
    gap:20px;
    margin-top:35px;
}

.cmh-write-submit-card{
    padding:35px;
    background:#fbf7f3;
    border:1px solid #eadfd6;
    border-radius:20px;
}

.cmh-write-submit-number{
    display:flex;
    align-items:center;
    justify-content:center;
    width:48px;
    height:48px;
    margin-bottom:20px;
    background:#6b3f22;
    color:#fff;
    border-radius:14px;
    font-size:12px;
    font-weight:800;
}

.cmh-write-submit-card h3{
    margin:0 0 18px;
    color:#3e2415;
    font-size:21px;
    font-weight:700;
}

.cmh-write-subject{
    display:inline-block;
    margin:0;
    padding:12px 17px;
    background:#f2e5da;
    color:#6b3f22;
    border-radius:10px;
    font-size:14px;
    font-weight:700;
}

.cmh-write-submit-note{
    max-width:850px;
    margin:25px auto 0;
    text-align:center;
}


/* ==================================================
   WHY WRITE
================================================== */

.cmh-write-why{
    padding-top:55px;
    padding-bottom:65px;
}

.cmh-write-benefits{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:15px;
    margin-top:35px;
}

.cmh-write-benefit{
    padding:25px 20px;
    background:#fbf7f3;
    border:1px solid #eadfd6;
    border-radius:17px;
}

.cmh-write-benefit span{
    display:block;
    margin-bottom:14px;
    color:#8a5835;
    font-size:11px;
    font-weight:800;
    letter-spacing:1px;
}

.cmh-write-benefit p{
    margin:0;
    color:#5f5046;
    font-size:14px;
    line-height:1.7;
}


/* ==================================================
   FINAL CTA
================================================== */

.cmh-write-cta{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    padding:35px 35px 70px;
}

.cmh-write-cta-box{
    position:relative;
    overflow:hidden;
    padding:55px 60px;
    background:#f7efe8;
    border:1px solid #ead9ca;
    border-radius:24px;
    text-align:center;
}

.cmh-write-cta-box::before{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    left:-80px;
    top:-90px;
    background:rgba(107,63,34,.06);
    border-radius:50%;
}

.cmh-write-cta-box::after{
    content:"";
    position:absolute;
    width:190px;
    height:190px;
    right:-90px;
    bottom:-100px;
    background:rgba(107,63,34,.06);
    border-radius:50%;
}

.cmh-write-cta-box .cmh-write-label,
.cmh-write-cta-box h2,
.cmh-write-cta-box p,
.cmh-write-button{
    position:relative;
    z-index:2;
}

.cmh-write-cta-box h2{
    margin:0 0 18px;
    color:#3e2415;
    font-size:34px;
    line-height:1.3;
    font-weight:800;
}

.cmh-write-cta-box p{
    max-width:800px;
    margin:0 auto 16px;
    color:#5f5046;
    font-size:16px;
    line-height:1.85;
}

.cmh-write-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-top:18px;
    padding:13px 24px;
    background:#6b3f22;
    color:#fff;
    border-radius:30px;
    text-decoration:none;
    font-size:15px;
    font-weight:700;
    transition:background .25s ease;
}

.cmh-write-button:hover{
    background:#58321c;
    color:#fff;
    text-decoration:none;
}


/* ==================================================
   TABLET
================================================== */

@media(max-width:991px){

    .cmh-write-hero{
        padding:60px 25px 55px;
    }

    .cmh-write-hero-content{
        padding:55px 40px;
    }

    .cmh-write-hero h1{
        font-size:38px;
    }

    .cmh-write-section{
        padding-left:25px;
        padding-right:25px;
    }

    .cmh-write-feature-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .cmh-write-topics{
        grid-template-columns:repeat(2,1fr);
    }

    .cmh-write-check-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .cmh-write-guideline-grid{
        grid-template-columns:1fr;
    }

    .cmh-write-reject-grid{
        grid-template-columns:repeat(3,1fr);
    }

    .cmh-write-benefits{
        grid-template-columns:repeat(3,1fr);
    }

}


/* ==================================================
   MOBILE
================================================== */

@media(max-width:767px){

    .cmh-write-hero{
        padding:40px 16px 35px;
    }

    .cmh-write-hero-content{
        padding:42px 24px;
        border-radius:20px;
    }

    .cmh-write-badge{
        font-size:10px;
        padding:6px 12px;
    }

    .cmh-write-hero h1{
        font-size:28px;
        line-height:1.25;
    }

    .cmh-write-hero p{
        font-size:15px;
        line-height:1.75;
    }

    .cmh-write-section{
        padding:45px 16px;
    }

    .cmh-write-intro{
        padding-top:15px;
    }

    .cmh-write-content h2{
        font-size:27px;
    }

    .cmh-write-content p{
        font-size:15px;
        line-height:1.8;
    }


    /* ==================================================
       CONTACT
    ================================================== */

    .cmh-write-contact{
        padding-top:15px;
    }

    .cmh-write-card{
        grid-template-columns:1fr;
        gap:22px;
        padding:30px 24px;
        border-radius:18px;
    }

    .cmh-write-icon{
        width:56px;
        height:56px;
        border-radius:15px;
        font-size:16px;
    }

    .cmh-write-card-content h2{
        font-size:26px;
    }

    .cmh-write-card-content p{
        font-size:15px;
        line-height:1.8;
    }

    .cmh-write-email{
        font-size:15px;
        word-break:break-word;
    }


    /* ==================================================
       FREE REQUIREMENTS
    ================================================== */

    .cmh-write-subsection{
        margin-top:28px;
        padding:25px 22px;
        border-radius:17px;
    }

    .cmh-write-subsection h3{
        font-size:19px;
    }

    .cmh-write-list li{
        font-size:14px;
        line-height:1.7;
    }


    /* ==================================================
       PAID FEATURES
    ================================================== */

    .cmh-write-paid{
        padding-top:45px;
        padding-bottom:45px;
    }

    .cmh-write-feature-grid{
        grid-template-columns:1fr;
        gap:16px;
        margin-top:28px;
    }

    .cmh-write-feature{
        padding:24px;
    }

    .cmh-write-contact-inline{
        padding:22px 20px;
    }

    .cmh-write-contact-inline p,
    .cmh-write-contact-inline a{
        display:block;
        font-size:14px;
    }

    .cmh-write-contact-inline a{
        margin-top:6px;
    }


    /* ==================================================
       TOPICS
    ================================================== */

    .cmh-write-topics{
        grid-template-columns:1fr;
        gap:12px;
        margin-top:28px;
    }

    .cmh-write-topic{
        padding:16px 18px;
    }


    /* ==================================================
       WHAT WE'RE LOOKING FOR
    ================================================== */

    .cmh-write-check-grid{
        grid-template-columns:1fr;
        gap:12px;
        margin-top:25px;
    }

    .cmh-write-check-item{
        min-height:64px;
        padding:16px;
        font-size:14px;
    }


    /* ==================================================
       GUIDELINES
    ================================================== */

    .cmh-write-guideline-grid{
        grid-template-columns:1fr;
        gap:16px;
        margin-top:28px;
    }

    .cmh-write-guideline-card{
        padding:26px 22px;
    }


    /* ==================================================
       LINKS
    ================================================== */

    .cmh-write-link-grid{
        grid-template-columns:1fr;
        gap:16px;
        margin-top:28px;
    }

    .cmh-write-link-card{
        padding:27px 22px;
    }


    /* ==================================================
       REJECTED CONTENT
    ================================================== */

    .cmh-write-reject-grid{
        grid-template-columns:1fr;
        gap:10px;
        margin-top:25px;
    }

    .cmh-write-reject-item{
        text-align:left;
        padding:15px 17px;
    }


    /* ==================================================
       EDITORIAL
    ================================================== */

    .cmh-write-editorial-card{
        padding:30px 24px;
    }


    /* ==================================================
       SUBMISSION
    ================================================== */

    .cmh-write-submit-grid{
        grid-template-columns:1fr;
        gap:16px;
        margin-top:28px;
    }

    .cmh-write-submit-card{
        padding:27px 22px;
    }


    /* ==================================================
       BENEFITS
    ================================================== */

    .cmh-write-why{
        padding-top:45px;
        padding-bottom:45px;
    }

    .cmh-write-benefits{
        grid-template-columns:1fr;
        gap:12px;
        margin-top:28px;
    }

    .cmh-write-benefit{
        padding:20px;
    }


    /* ==================================================
       CTA
    ================================================== */

    .cmh-write-cta{
        padding:20px 16px 45px;
    }

    .cmh-write-cta-box{
        padding:40px 24px;
        border-radius:20px;
    }

    .cmh-write-cta-box h2{
        font-size:28px;
    }

    .cmh-write-cta-box p{
        font-size:15px;
        line-height:1.8;
    }

    .cmh-write-button{
        width:100%;
        padding:13px 18px;
    }

}


/* ==================================================
   SMALL MOBILE
================================================== */

@media(max-width:480px){

    .cmh-write-hero h1{
        font-size:26px;
    }

    .cmh-write-hero-content{
        padding:38px 20px;
    }

    .cmh-write-content h2{
        font-size:25px;
    }

    .cmh-write-card{
        padding:26px 20px;
    }

    .cmh-write-subsection{
        padding:24px 18px;
    }

    .cmh-write-guideline-card{
        padding:24px 19px;
    }

    .cmh-write-link-card{
        padding:25px 19px;
    }

    .cmh-write-submit-card{
        padding:25px 19px;
    }

    .cmh-write-cta-box{
        padding:36px 20px;
    }

}/* End custom CSS */