Your IP : 216.73.216.95


Current Path : /var/www/mainsite/arfs/wp-content/themes/khore/css/
Upload File :
Current File : /var/www/mainsite/arfs/wp-content/themes/khore/css/fbook.css

/* --------------- fbook --------------- */
.fbook {
    background: #fef4f0;
    position: relative;
}
.fbook__wrap {
    min-height: 100%;
    padding-top: 40px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fbook__wrap > .container {
    margin: 0;
    width: 100%;
}
.fbook__title {
    font-size: 60px;
    font-weight: 200;
    letter-spacing: 1px;
    color: #2c2c2c;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}
.fbook__subtitle {
    font-family: 'Noto Sans', sans-serif;
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 30px;
    padding: 0;
    color: #f25421;
    text-align: center;
    text-transform: uppercase;
}
.fbook__item {
    background: #fff;
    border-top: 1px solid #9e9c9a;
    text-align: center;
}
.fbook__item > i{
    font-size: 50px;
    color: #f25421;
    padding: 44px 0;
}
.fbook__item > div {
    font-size: 52px;
    padding: 12px 0;
    color: #fff;
    font-weight: 100;
    background: #2c2c2c;
}
.fbook__item > span{
    display: block;
    font-weight: 100;
    color: #2c2c2c;
    font-size: 24px;
    padding: 35px 0;

    text-transform: uppercase;
}
.fbook__lnk {
    text-align: center;
    padding: 30px 0;
}
.fbook__lnk a {
    text-transform: uppercase;
    color: #2c2c2c;
    border: 2px solid #acacac;
    padding: 10px 15px;
    margin: 0 auto;
    font-size: 18px;
    display: inline-block;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
.fbook__lnk a:hover {
    background: #acacac;
    color: #fff;
}
/* --------------- /fbook --------------- */

/* --------------- /slider --------------- */
@media screen and (max-width: 767px){
    .fbook__item {
        height: 91px;
        overflow: hidden;
        margin-bottom: 10px;
        position: relative;
    }
    .fbook__item > i {
       float: left;
        width: 50%;
        font-size: 40px;
        padding: 10px 0 0;
    }
    .fbook__item > div {
        float: left;
        width: 50%;
        line-height: 91px;
        padding: 0;
        font-size: 42px;
    }
    .fbook__item > span {
        position: absolute;
        top: 50px;
        left: 0;
        width: 50%;
        padding: 0;
        font-size: 26px;
        text-align: center;
    }
}