/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


#ez-toc-container {
    display: inline-block;
}



.cta_btn {
    display: block;
    max-width: 350px !important;
    text-align:center;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background-color:#FF9000;
    padding:20px 0;
    margin:45px auto !important;
    border-radius: 50px;
}

.cta_btn:hover {
    color: #fff;
    background-color:#FFAB3D;
}


@media (max-width: 372px) {

    .cta_btn {
        padding: 20px 0;
        font-size: 14px;
    }


}

@media (max-width: 339px) {

    .cta_btn {
        padding: 15px 0;
        font-size: 14px;
    }


}






.xpanel {
    border: 4px solid #01BCDD;
    padding: 10px 40px 30px 40px;
    margin: 40px 0px;
    height: 100%;
    min-height: 100%;
}
.xp-label {
    margin: -25px 0 0 -10px;
    color: #01BCDD;
    /*background: #fff;*/
    background-color: #fafbfc;
    display: block;
    float:left;
    padding: 0 10px;
    font-weight: 700;
    text-transform: uppercase;
}
.xp-title {
    font-size: 25px;
    line-height: 1.35;
    font-weight: 700;
    color: #3A4F66;
    clear: left;
    padding: 20px 0 5px 0;
}
.xp-title a {
    color: #3A4F66;
}
.xp-subtitle {
    color: #3A4F66;
    font-weight: 700;
}
.xp-text {
    padding: 20px 0;
}
span.xp-btn {
    display: inline-block;
    background-color: #ff9000;
    border-radius: 35px;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    padding: 15px 55px;
    margin: 20px 0 10px 0;
    font-weight: 700;
    border: none;
    letter-spacing: -0.2px;
}

span.xp-btn:hover{
    background-color: #ffab3d;
}

.xpanel img {
    float: right;
    margin: 12px 0 20px 40px;
    max-height: 260px;
    width: auto;
}
@media only screen and (max-width: 640px) {
    .xpanel img {
        float: none;
        display: block;
        clear: both;
        margin: 0 auto;
    }
    .xpanel {
        text-align: center;
    }
}





/* sticky start */

#sticky-container {
    display:none;
    position:fixed;
    top:0;
    left:0;
    background-color: #576bd3;
    color:#fff;
    z-index: 99997;
    width: 100%;
    padding: 5px 0 !important;
 	clear:both;
    padding: 0;
    margin:0;
    box-shadow: 0 4px 8px #5c5c5c;
    transition: -webkit-transform ease .3s;
    transition: transform ease .3s;
    -webkit-transform: translateY(0%) translate3d(0,0,0);
    transform: translateY(0%) translate3d(0,0,0);
    /*border-top: 2px solid #f3f3f3;*/

}


.sticky-content {

    max-width: 1290px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;

}




.sticky-left, .sticky-right {

    display:flex;
}

.sticky-left {
    font-weight: bold;
    padding: 5px 10px;
    margin: 5px 20px;
    font-size: 20px;
    white-space: nowrap;
}


.sticky-middle {
    padding: 15px 0;
    text-align: center;
    font-size: 25px;
    flex: auto;

    /*color: #333;*/
    /*font-family: "Open Sans", sans-serif;*/
}


.sticky-right {
    flex: 1;
}

.sticky-right a.btn{
    min-width: 200px;
    max-width: 300px;
    float: right;
    margin-left: 30px;
    margin-right: 15px;
    padding: 0.7rem 1rem;
}

.sticky-left img, .sticky-left a {
    margin: 0 !important;
    width: 293px;
    height: 90px;
}


#sticky-btn {

    background-color:#05b865;
    color: #fff;
    border-radius: 20px;
    font-weight:bold;
    text-align:center;
    padding:10px;
}

#sticky-btn:hover {
    background-color:#05C76C;
}













@media screen and (min-width: 901px) and (max-width: 1049px) {


    .sticky-middle {
        font-size: 18px;
    }

}







@media screen and (max-width: 900px) {


    .sticky-middle {
        display: none !important;
    }

    .sticky-right {
        flex: 0;
    }



    .sticky-right a.btn{
        min-width: 150px;
        max-width: 300px;
        float: right;
        margin-right: 10px;
    }



    .sticky-left img, .sticky-left a {

        min-width: 175px;
        max-width: 200px;
        height: auto;

    }


}

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


    .sticky-right a.btn{
        min-width: 150px;
        max-width: 300px;
        float: right;
        margin-right: 10px;
    }



    .sticky-left img, .sticky-left a {

        min-width: 145px;
        max-width: 150px;
        height: auto;

    }


}

@media screen and (min-width: 341px) and (max-width: 450px) {


    .sticky-left img, .sticky-left a {

        min-width: 145px;
        max-width: 150px;
        height: auto;

    }
    .sticky-left {
        font-size: 18px;
        margin:5px 10px;
    }

    .sticky-right a.btn{
        min-width: 150px;
        max-width: 300px;
        float: right;
        margin-right: 10px;
        margin-left: 10px;
    }



}



@media screen and (max-width: 340px) {


    .sticky-middle, .sticky-left {
        display: none !important;
    }

    .sticky-right {
        width: 100% !important;
        margin: 0 auto !important;
        text-align: center;

    }

    .sticky-right a.btn{
        min-width: 200px;
        max-width: 300px;
        float: right;
        margin: 0 auto !important;
        padding: 7px 14px;
    }



}



/* sticky end */