@font-face {
    font-family: 'icomoon';
    src: url(../fonts/icomoon.woff);
}
.ktn-block{
    overflow: hidden;
}
.ktn-buttons{
    padding: 10px 15px;
    background: #FFF;
    color: #000;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #000;
    border-radius: 30px;
    margin-bottom: 10px;
    /*min-height: 59px;*/ 
    /* vertical-align: middle; */
    /*line-height: 37px;*/
    cursor: pointer;
    /*border-radius: 8px;*/
    /*box-shadow: rgb(0 0 0 / 40%) 5px 5px 40px;*/
    /*box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;*/

}

#ktn-send-text-btn, #ktn-send-text-btn:visited, #ktn-send-text-btn:hover{
    border-width: initial;
    border-style: none;
    border-image: initial;
    line-height: normal;

    background: #d13030;
    color: #FFF;
    border: 1px solid #BFBFBF;
    /*border-radius: 8px;*/
    /*box-shadow: rgb(0 0 0 / 40%) 5px 5px 40px;*/
    /*box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;*/
}

a#ktn-send-text-btn>span{
    display: block;
    white-space: nowrap;
    text-align: center;
}

#ktn-button-label{
    text-transform: uppercase;
    font-size: 100%;
    font-weight: bold;
}
#ktn-button-label-sub{
    font-size: 11px;
}
#ktn-button_label_sub{
    text-transform: lowercase;
    font-size: 11px;
}
#logo-wrapper>a{
    width: auto;
    display: inline-block;
}
#kicksonfire-text-notify-wrapper{
    position: fixed;
    display: table-cell;
    vertical-align: middle;
    top: 5px;
    /*bottom: 5px;*/
    padding: 15px 30px;;    
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /*right: 50%;*/
    /*left: 20px;*/
    /*right: 20px;*/
    margin-left: auto;
    margin-right: auto;
    /*min-width: 40%;*/
    z-index: 999999;
    text-align: center;
    background-color: #FFF;
    border: 2px solid #000;
    border-radius: 2px;
    /*height: 100%;*/
    /*width: 450px;*/
    /*width: 100%;*/
    background: rgb(255, 255, 255);
    border-width: initial;
    border-style: none;
    border-image: initial;
    border-radius: 8px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    /*height: 100%;*/
    display: none;
}
.notify-content-image{
    text-align: center;
    padding: 0px;
    background-image: url('../images/banner-4.png');
    background-position: center center;
    min-height: 250px;
    background-repeat: no-repeat;
    background-size: 90%;
    margin-top: 20px;
}
.notify-content-image img{
    width: 100%;
}
#logo-wrapper{
    text-align: center;
    margin-bottom: 10px;
}
#logo-wrapper img{
    margin: auto;
    max-height: 40px; 
}
#notify-header{
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}
#notify-header>div:first-child{
    color: #d13030;
    font-size: 20px;
    margin-bottom: 10px;
}
#ktn-description{
    margin-bottom: 10px;
    text-align: justify;
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
    font-size: 10px;
}
#notify-close-btn{
    /*width: 22px;*/
    /*height: 22px;*/
    /*line-height: 20px;*/
    /*border: 2px solid #000;*/
    /*border-radius: 50%;*/
    cursor: pointer;
    position: absolute;
    color: rgba(0,27,72,0.31);
    transition: color 300ms ease;
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    cursor: pointer;
    z-index: 1;
    right: 1rem;
    top: 1rem;    
}
.icon-close:before {
    content: "\E905";
    color: #001b48;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
    #kicksonfire-text-notify-wrapper{
        width: 95%;
        /*top: 20px;*/
        /*left: 10%;*/
        /*right: 20px;*/
        /*bottom: 20px;*/
        /*-webkit-transform: translateX(-10%);*/
        /*transform: translateX(-10%);*/        
    }
}
