.elementor-2369 .elementor-element.elementor-element-59a58e1{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f22e45a *//*==================================================*
  CoffeeMasterHub Premium Coffee Ratio Calculator
  COMPLETE / CLEAN CSS
  About Page Hero Theme
  Scoped + Responsive + Natural Card Height
*==================================================*/


/*==================================*
  GOOGLE FONT
*==================================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');


/*==================================================*
  GLOBAL SCOPE
*==================================================*/

.cmh-ratio-hero,
.cmh-ratio-tool,
.cmh-ratio-content-card,
.cmh-ratio-faq-card,
#cmh-ratio-loader,
.cmh-ratio-hero *,
.cmh-ratio-tool *,
.cmh-ratio-content-card *,
.cmh-ratio-faq-card *,
#cmh-ratio-loader *{

    box-sizing:border-box;

    font-family:'Poppins',sans-serif;

}


/*==================================================*
  THEME
*==================================================*/

.cmh-ratio-tool{

    --primary:#6B3F22;

    --primary2:#B57A4C;

    --card:#FFFFFF;

    --border:#E9E2DA;

    --text:#353535;

    --muted:#787878;

    --shadow:0 15px 40px rgba(0,0,0,.06);

}


/*==================================================*
  HERO
  ABOUT PAGE STYLE
*==================================================*/

.cmh-ratio-hero{

    position:relative;

    width:100%;

    max-width:1200px;

    margin:0 auto 30px;

    padding:65px 60px;

    background:#f7efe8;

    border:1px solid #ead9ca;

    border-radius:24px;

    text-align:center;

    overflow:hidden;

    box-shadow:none;

}


/*==================================================*
  HERO DECORATIVE CIRCLE
  TOP RIGHT
*==================================================*/

.cmh-ratio-hero::before{

    content:"";

    position:absolute;

    width:220px;

    height:220px;

    right:-90px;

    top:-100px;

    background:rgba(107,63,34,.07);

    border-radius:50%;

    pointer-events:none;

}


/*==================================================*
  HERO DECORATIVE CIRCLE
  BOTTOM LEFT
*==================================================*/

.cmh-ratio-hero::after{

    content:"";

    position:absolute;

    width:150px;

    height:150px;

    left:-70px;

    bottom:-80px;

    background:rgba(107,63,34,.06);

    border-radius:50%;

    pointer-events:none;

}


/*==================================================*
  HERO BADGE
*==================================================*/

.cmh-ratio-badge{

    position:relative;

    z-index:2;

    display:inline-block;

    margin-bottom:16px;

    padding:7px 15px;

    background:#6b3f22;

    color:#fff;

    border:none;

    border-radius:30px;

    font-size:12px;

    font-weight:700;

    letter-spacing:1px;

}


/*==================================================*
  HERO HEADING
*==================================================*/

.cmh-ratio-hero h1{

    position:relative;

    z-index:2;

    margin:0 0 18px;

    color:#3e2415;

    font-size:44px;

    line-height:1.2;

    font-weight:800;

}


/*==================================================*
  HERO DESCRIPTION
*==================================================*/

.cmh-ratio-hero p{

    position:relative;

    z-index:2;

    max-width:780px;

    margin:0 auto;

    color:#6f5a4a;

    font-size:17px;

    line-height:1.8;

}


/*==================================================*
  MAIN TOOL
*==================================================*/

.cmh-ratio-tool{

    width:100%;

    max-width:1320px;

    margin:40px auto;

    padding:18px;

    color:#373737;

}


/*==================================================*
  MAIN GRID
*==================================================*/

.cmh-ratio-tool-grid{

    display:grid;

    grid-template-columns:
        minmax(0,1fr)
        minmax(0,1fr);

    gap:28px;

    align-items:start;

}


/*==================================================*
  MAIN CARDS
*==================================================*/

.cmh-ratio-card{

    width:100%;

    background:#FFFFFF;

    border:1px solid #E9E2DA;

    border-radius:22px;

    padding:30px;

    box-shadow:0 15px 40px rgba(0,0,0,.06);

    display:flex;

    flex-direction:column;

    height:auto;

    min-height:0;

    min-width:0;

    align-self:start;

    transition:.3s;

}


.cmh-ratio-card:hover{

    transform:translateY(-4px);

    box-shadow:0 18px 40px rgba(0,0,0,.08);

}


/*==================================================*
  CARD HEADER
*==================================================*/

.cmh-ratio-card-header{

    margin-bottom:26px;

}


.cmh-ratio-card-header h2{

    font-size:28px;

    color:#7A4A27;

    margin:0 0 8px;

    font-weight:700;

    line-height:1.35;

}


.cmh-ratio-card-header p{

    color:#787878;

    font-size:15px;

    font-weight:400;

    line-height:1.8;

    margin:0;

}


/*==================================================*
  FORM GRID
*==================================================*/

.cmh-ratio-form-grid{

    display:grid;

    grid-template-columns:
        repeat(2,minmax(0,1fr));

    gap:20px;

    flex:none;

}


/*==================================================*
  FORM FIELD
*==================================================*/

.cmh-ratio-field{

    display:flex;

    flex-direction:column;

    min-width:0;

}


.cmh-ratio-field label{

    margin-bottom:8px;

    font-size:14px;

    font-weight:600;

    color:#353535;

    line-height:1.5;

}


/*==================================================*
  INPUTS + SELECTS
*==================================================*/

.cmh-ratio-field input,
.cmh-ratio-field select{

    width:100%;

    height:54px;

    border:2px solid #E9E2DA;

    border-radius:14px;

    background:#FCFBFA;

    padding:0 16px;

    outline:none;

    transition:.3s;

    font-family:'Poppins',sans-serif;

    font-size:15px;

    font-weight:400;

    color:#353535;

}


.cmh-ratio-field input::placeholder{

    color:#999999;

    opacity:1;

}


.cmh-ratio-field input:focus,
.cmh-ratio-field select:focus{

    border-color:#7A4A27;

    box-shadow:
        0 0 0 4px rgba(122,74,39,.08);

    background:#FFFFFF;

}


/*==================================================*
  INLINE INPUT
*==================================================*/

.cmh-ratio-inline{

    display:flex;

    gap:12px;

    width:100%;

}


.cmh-ratio-inline input{

    flex:1;

    min-width:0;

}


.cmh-ratio-inline select{

    width:110px;

    flex-shrink:0;

}


/*==================================================*
  ACTION BUTTONS
*==================================================*/

.cmh-ratio-actions{

    display:grid;

    grid-template-columns:
        minmax(0,1fr)
        minmax(0,1fr);

    gap:20px;

    width:100%;

    margin-top:30px;

    padding:0;

    align-items:center;

    flex:none;

}


.cmh-ratio-actions button{

    width:100%;

    height:56px;

    min-width:0;

    min-height:56px;

    margin:0;

    padding:0 20px;

    border-radius:14px;

    cursor:pointer;

    border:none;

    display:flex;

    align-items:center;

    justify-content:center;

    text-align:center;

    white-space:nowrap;

    line-height:1.3;

    font-family:'Poppins',sans-serif;

    font-size:15px;

    font-weight:600;

    letter-spacing:0;

    transition:.3s;

    box-sizing:border-box;

}


/*==================================================*
  CALCULATE BUTTON
*==================================================*/

#ratioCalculateBtn{

    background:
        linear-gradient(
            135deg,
            #6B3F22,
            #B57A4C
        );

    color:#FFFFFF;

}


#ratioCalculateBtn:hover{

    transform:translateY(-3px);

    box-shadow:
        0 15px 30px rgba(122,74,39,.20);

}


/*==================================================*
  RESET BUTTON
*==================================================*/

#ratioResetBtn{

    background:#F8F5F2;

    color:#7A4A27;

    border:1px solid #E9E2DA;

}


#ratioResetBtn:hover{

    background:#EFE7DF;

}


/*==================================================*
  RESULTS CARD
*==================================================*/

.cmh-ratio-results-card{

    display:flex;

    flex-direction:column;

    width:100%;

    height:auto;

    min-height:0;

    min-width:0;

    align-self:start;

}


/*==================================================*
  RESULTS GRID
*==================================================*/

.cmh-ratio-results-grid{

    display:grid;

    grid-template-columns:
        repeat(2,minmax(0,1fr));

    gap:18px;

    margin-bottom:24px;

}


/*==================================================*
  RESULT BOX
*==================================================*/

.cmh-ratio-result-box{

    background:#FFFFFF;

    border:1px solid #E9E2DA;

    border-radius:18px;

    padding:22px;

    text-align:center;

    transition:.3s;

}


.cmh-ratio-result-box:hover{

    transform:translateY(-4px);

    border-color:#DCCABB;

    box-shadow:
        0 12px 25px rgba(0,0,0,.05);

}


.cmh-ratio-result-box span{

    display:block;

    font-size:13px;

    font-weight:400;

    color:#787878;

    margin-bottom:8px;

    line-height:1.5;

}


.cmh-ratio-result-box strong{

    display:block;

    font-size:28px;

    font-weight:700;

    color:#7A4A27;

    line-height:1.3;

    word-break:break-word;

}


/*==================================================*
  RATIO VISUAL CARD
*==================================================*/

.cmh-ratio-visual-card{

    width:100%;

    background:#FFFFFF;

    border:1px solid #E9E2DA;

    border-radius:18px;

    padding:22px;

    margin-bottom:22px;

}


/*==================================================*
  RATIO VISUAL TOP
*==================================================*/

.cmh-ratio-visual-top{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:15px;

    margin-bottom:14px;

}


.cmh-ratio-visual-top span{

    font-size:14px;

    font-weight:600;

    color:#444444;

}


.cmh-ratio-visual-top strong{

    font-size:14px;

    font-weight:700;

    color:#7A4A27;

    text-align:right;

}


/*==================================================*
  RATIO BAR
*==================================================*/

.cmh-ratio-visual-bar{

    width:100%;

    height:12px;

    background:#ECE5DD;

    border-radius:50px;

    overflow:hidden;

}


.cmh-ratio-visual-fill{

    width:50%;

    height:100%;

    border-radius:50px;

    background:
        linear-gradient(
            90deg,
            #6B3F22,
            #B57A4C
        );

    transition:all .5s ease;

}


/*==================================================*
  RECOMMENDATION
*==================================================*/

.cmh-ratio-recommendation{

    margin-top:0;

    padding:20px;

    background:#FFF9F4;

    border:1px solid #E8DDD2;

    border-left:4px solid #7A4A27;

    border-radius:18px;

    color:#666666;

    font-size:14px;

    line-height:1.8;

}


.cmh-ratio-recommendation strong{

    display:block;

    margin-bottom:8px;

    color:#7A4A27;

    font-size:16px;

}


/*==================================================*
  LOADER
*==================================================*/

#cmh-ratio-loader{

    position:fixed;

    inset:0;

    display:none;

    justify-content:center;

    align-items:center;

    background:rgba(255,255,255,.82);

    backdrop-filter:blur(5px);

    z-index:99999;

}


.cmh-ratio-loader-card{

    display:flex;

    align-items:center;

    gap:18px;

    background:#FFFFFF;

    padding:24px 30px;

    border-radius:22px;

    border:1px solid #E9E2DA;

    box-shadow:
        0 18px 45px rgba(0,0,0,.08);

}


.cmh-ratio-loader-icon{

    width:64px;

    height:64px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    font-size:28px;

    color:#FFFFFF;

    background:
        linear-gradient(
            135deg,
            #6B3F22,
            #B57A4C
        );

    animation:
        cmhRatioSpin 1s linear infinite;

}


.cmh-ratio-loader-content strong{

    display:block;

    color:#7A4A27;

    font-size:20px;

    font-weight:700;

    margin-bottom:4px;

}


.cmh-ratio-loader-content span{

    color:#777777;

    font-size:14px;

    font-weight:400;

}


@keyframes cmhRatioSpin{

    from{
        transform:rotate(0deg);
    }

    to{
        transform:rotate(360deg);
    }

}


/*==================================================*
  CONTENT CARD
*==================================================*/

.cmh-ratio-content-card{

    width:100%;

    max-width:1320px;

    margin:40px auto;

    padding:40px;

    background:#FFFFFF;

    border:1px solid #E9E2DA;

    border-radius:24px;

    box-shadow:
        0 15px 40px rgba(0,0,0,.05);

    color:#353535;

}


/*==================================================*
  CONTENT BADGE
*==================================================*/

.cmh-ratio-content-badge{

    display:inline-flex;

    align-items:center;

    gap:8px;

    padding:10px 22px;

    border-radius:50px;

    background:#FFF8F2;

    border:1px solid #E8DDD2;

    color:#7A4A27;

    font-size:14px;

    font-weight:600;

    margin-bottom:18px;

}


/*==================================================*
  CONTENT HEADINGS
*==================================================*/

.cmh-ratio-content-card h2{

    font-size:38px;

    font-weight:800;

    color:#7A4A27;

    line-height:1.25;

    margin:0 0 18px;

}


.cmh-ratio-content-card h3{

    font-size:24px;

    font-weight:700;

    color:#7A4A27;

    margin:35px 0 15px;

    line-height:1.35;

}


/*==================================================*
  CONTENT TEXT
*==================================================*/

.cmh-ratio-content-card p{

    font-size:16px;

    font-weight:400;

    line-height:1.9;

    color:#555555;

    margin:0 0 18px;

}


.cmh-ratio-content-card strong{

    color:#7A4A27;

}


/*==================================================*
  CONTENT LINKS
*==================================================*/

.cmh-ratio-content-card a{

    color:#8A552E;

    font-weight:600;

    text-decoration:none;

    transition:.3s;

}


.cmh-ratio-content-card a:hover{

    color:#B57A4C;

    text-decoration:underline;

}


/*==================================================*
  INFO BOX
*==================================================*/

.cmh-ratio-info-box{

    margin:30px 0;

    padding:28px;

    background:#FFF9F4;

    border:1px solid #E8DDD2;

    border-left:5px solid #7A4A27;

    border-radius:18px;

}


.cmh-ratio-info-box h3{

    margin-top:0;

}


.cmh-ratio-info-box ul{

    margin:18px 0 0;

    padding-left:22px;

}


.cmh-ratio-info-box li{

    margin-bottom:12px;

    color:#555555;

    font-size:16px;

    line-height:1.8;

}


/*==================================================*
  NOTE BOX
*==================================================*/

.cmh-ratio-note{

    margin:30px 0;

    padding:22px 24px;

    background:#FDF7F1;

    border:1px solid #E9DED3;

    border-radius:16px;

    color:#555555;

    font-size:16px;

    line-height:1.8;

}


.cmh-ratio-note strong{

    color:#7A4A27;

}


/*==================================================*
  FAQ CARD
*==================================================*/

.cmh-ratio-faq-card{

    width:100%;

    max-width:1320px;

    margin:40px auto;

    padding:40px;

    background:#FFFFFF;

    border:1px solid #E9E2DA;

    border-radius:24px;

    box-shadow:
        0 15px 40px rgba(0,0,0,.05);

}


/*==================================================*
  FAQ TITLE
*==================================================*/

.cmh-ratio-faq-title{

    font-size:38px;

    font-weight:800;

    color:#7A4A27;

    text-align:center;

    margin:0 0 15px;

    line-height:1.3;

}


.cmh-ratio-faq-desc{

    max-width:760px;

    margin:0 auto 35px;

    text-align:center;

    color:#666666;

    line-height:1.8;

    font-size:16px;

}


/*==================================================*
  FAQ ITEM
*==================================================*/

.cmh-ratio-faq-item{

    border:1px solid #E8DDD2;

    border-radius:18px;

    overflow:hidden;

    margin-bottom:18px;

    background:#FFFFFF;

    transition:.3s;

}


.cmh-ratio-faq-item:hover{

    box-shadow:
        0 12px 28px rgba(0,0,0,.05);

}


/*==================================================*
  FAQ QUESTION
*==================================================*/

.cmh-ratio-faq-question{

    width:100%;

    background:#FFF9F4;

    border:none;

    padding:22px 26px;

    cursor:pointer;

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:15px;

    text-align:left;

    font-family:'Poppins',sans-serif;

    font-size:17px;

    font-weight:700;

    color:#7A4A27;

    line-height:1.5;

    transition:.3s;

}


.cmh-ratio-faq-question:hover{

    background:#FFF5ED;

}


/*==================================================*
  FAQ ICON
*==================================================*/

.cmh-ratio-faq-question span{

    width:34px;

    height:34px;

    min-width:34px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:#7A4A27;

    color:#FFFFFF;

    font-size:22px;

    font-weight:500;

    line-height:1;

    flex-shrink:0;

    transition:.3s;

}


.cmh-ratio-faq-item.active
.cmh-ratio-faq-question span{

    transform:rotate(180deg);

}


/*==================================================*
  FAQ ANSWER
*==================================================*/

.cmh-ratio-faq-answer{

    max-height:0;

    overflow:hidden;

    transition:max-height .35s ease;

    background:#FFFFFF;

}


.cmh-ratio-faq-answer p{

    margin:0;

    padding:24px 26px;

    color:#555555;

    font-family:'Poppins',sans-serif;

    font-size:15px;

    font-weight:400;

    line-height:1.9;

}


/*==================================================*
  TABLET — 991px
*==================================================*/

@media(max-width:991px){

    .cmh-ratio-tool{

        padding:15px;

    }


    .cmh-ratio-tool-grid{

        grid-template-columns:1fr;

        gap:24px;

        align-items:start;

    }


    .cmh-ratio-card{

        padding:26px;

        height:auto;

        min-height:0;

    }


    .cmh-ratio-results-card{

        height:auto;

        min-height:0;

    }


    /* HERO */

    .cmh-ratio-hero{

        max-width:100%;

        padding:55px 40px;

    }


    .cmh-ratio-hero h1{

        font-size:38px;

    }


    .cmh-ratio-content-card{

        padding:30px;

    }


    .cmh-ratio-content-card h2,
    .cmh-ratio-faq-title{

        font-size:32px;

    }


    .cmh-ratio-content-card h3{

        font-size:22px;

    }

}


/*==================================================*
  MOBILE — 768px
*==================================================*/

@media(max-width:768px){

    .cmh-ratio-tool{

        padding:10px;

        margin:20px auto;

    }


    /* HERO */

    .cmh-ratio-hero{

        padding:42px 24px;

        border-radius:20px;

        margin:0 auto 25px;

    }


    .cmh-ratio-badge{

        font-size:10px;

        padding:6px 12px;

    }


    .cmh-ratio-hero h1{

        font-size:28px;

        line-height:1.25;

        margin-bottom:18px;

    }


    .cmh-ratio-hero p{

        font-size:15px;

        line-height:1.75;

    }


    /* CARD */

    .cmh-ratio-card{

        padding:22px;

    }


    .cmh-ratio-card-header h2{

        font-size:24px;

    }


    .cmh-ratio-card-header p{

        font-size:14px;

        line-height:1.7;

    }


    /* FORM */

    .cmh-ratio-form-grid{

        grid-template-columns:1fr;

        gap:20px;

    }


    /* RESULTS */

    .cmh-ratio-results-grid{

        grid-template-columns:1fr;

    }


    /* INLINE INPUT */

    .cmh-ratio-inline{

        flex-direction:column;

    }


    .cmh-ratio-inline select{

        width:100%;

    }


    /* BUTTONS */

    .cmh-ratio-actions{

        grid-template-columns:1fr;

        gap:14px;

        margin-top:30px;

    }


    .cmh-ratio-actions button{

        width:100%;

        height:56px;

        min-height:56px;

        white-space:nowrap;

    }


    .cmh-ratio-result-box strong{

        font-size:24px;

    }


    /* VISUAL */

    .cmh-ratio-visual-top{

        align-items:flex-start;

        flex-direction:column;

    }


    .cmh-ratio-visual-top strong{

        text-align:left;

    }


    /* CONTENT + FAQ */

    .cmh-ratio-content-card,
    .cmh-ratio-faq-card{

        margin:25px auto;

        padding:22px;

        border-radius:18px;

    }


    .cmh-ratio-content-badge{

        font-size:12px;

        padding:8px 16px;

    }


    .cmh-ratio-content-card h2,
    .cmh-ratio-faq-title{

        font-size:27px;

    }


    .cmh-ratio-content-card h3{

        font-size:20px;

    }


    .cmh-ratio-content-card p,
    .cmh-ratio-info-box li,
    .cmh-ratio-note{

        font-size:14px;

        line-height:1.8;

    }


    .cmh-ratio-info-box{

        padding:20px;

    }


    .cmh-ratio-note{

        padding:18px;

    }


    /* FAQ */

    .cmh-ratio-faq-question{

        padding:18px;

        font-size:15px;

    }


    .cmh-ratio-faq-question span{

        width:30px;

        height:30px;

        min-width:30px;

        font-size:20px;

    }


    .cmh-ratio-faq-answer p{

        padding:20px 18px;

        font-size:14px;

        line-height:1.8;

    }

}


/*==================================================*
  SMALL MOBILE — 480px
*==================================================*/

@media(max-width:480px){

    /* HERO */

    .cmh-ratio-hero{

        padding:38px 20px;

    }


    .cmh-ratio-hero h1{

        font-size:26px;

    }


    .cmh-ratio-hero p{

        font-size:15px;

        line-height:1.75;

    }


    /* CARD */

    .cmh-ratio-card{

        padding:18px;

    }


    .cmh-ratio-card-header h2{

        font-size:22px;

    }


    .cmh-ratio-card-header p{

        font-size:13px;

    }


    /* FIELD */

    .cmh-ratio-field label{

        font-size:13px;

    }


    .cmh-ratio-field input,
    .cmh-ratio-field select{

        height:52px;

        font-size:14px;

    }


    /* BUTTONS */

    .cmh-ratio-actions{

        grid-template-columns:1fr;

        gap:12px;

    }


    .cmh-ratio-actions button{

        height:56px;

        min-height:56px;

        padding:0 14px;

        font-size:14px;

        white-space:nowrap;

    }


    /* RESULTS */

    .cmh-ratio-result-box{

        padding:20px;

    }


    .cmh-ratio-result-box strong{

        font-size:23px;

    }


    /* VISUAL */

    .cmh-ratio-visual-card{

        padding:18px;

    }


    .cmh-ratio-recommendation{

        padding:18px;

        font-size:13px;

    }


    /* LOADER */

    .cmh-ratio-loader-card{

        width:calc(100% - 30px);

        padding:20px;

    }


    /* CONTENT + FAQ */

    .cmh-ratio-content-card,
    .cmh-ratio-faq-card{

        padding:18px;

    }


    .cmh-ratio-content-card h2,
    .cmh-ratio-faq-title{

        font-size:23px;

    }


    .cmh-ratio-content-card h3{

        font-size:18px;

    }


    .cmh-ratio-content-card p,
    .cmh-ratio-info-box li,
    .cmh-ratio-note{

        font-size:13px;

    }


    /* FAQ */

    .cmh-ratio-faq-question{

        padding:16px;

        font-size:14px;

    }


    .cmh-ratio-faq-question span{

        width:28px;

        height:28px;

        min-width:28px;

        font-size:18px;

    }


    .cmh-ratio-faq-answer p{

        padding:18px 16px;

        font-size:13px;

    }

}


/*==================================================*
  FINAL BUTTON SAFETY
  DESKTOP = HORIZONTAL
  MOBILE = VERTICAL
*==================================================*/

@media(min-width:769px){

    .cmh-ratio-actions{

        display:grid !important;

        grid-template-columns:
            minmax(0,1fr)
            minmax(0,1fr) !important;

        gap:20px !important;

    }


    .cmh-ratio-actions button{

        width:100% !important;

        height:56px !important;

        min-height:56px !important;

        padding:0 20px !important;

        display:flex !important;

        align-items:center !important;

        justify-content:center !important;

        white-space:nowrap !important;

    }

}


/*==================================================*
  FINAL NATURAL HEIGHT SAFETY
*==================================================*/

.cmh-ratio-tool-grid{

    align-items:start !important;

}


.cmh-ratio-tool-grid > .cmh-ratio-card{

    height:auto !important;

    min-height:0 !important;

    align-self:start !important;

}


.cmh-ratio-results-card{

    height:auto !important;

    min-height:0 !important;

}


.cmh-ratio-results-card
.cmh-ratio-recommendation{

    margin-top:0 !important;

}/* End custom CSS */