/*------------------------------------------------------------------
Slider
-------------------------------------------------------------------*/
/*use overlay on light background*/
.tp-overlay {
    background:rgba(0,0,0, 0.5);
    position:absolute; 
    left:0; 
    right:0; 
    top:0; 
    bottom:0;
    z-index:1; /* required for IE */

    -webkit-transition: all 1s;
       -moz-transition: all 1s;
         -o-transition: all 1s;
            transition: all 1s;
}



.rev-heading-intro {
    font: normal 42px 'Raleway', sans-serif;
}
.rev-heading {
    font: normal 60px 'Raleway', sans-serif;
}
.rev-subheading {
    font: normal 16px/1.5 'Raleway', sans-serif;
}


.rev-btn .btn {
    height: auto;
}

/*Landing Pages*/
.btn-download.app-download {
    color: #03a9f4;
    background-color: #fff;
    height: auto;
}
.btn-download.app-download:focus,
.btn-download.app-download:hover {
    color: #fff;
    background-color: #03a9f4;
}

.btn-download.book-download {
    color: #F44336;
    background: #fff;
    height: auto;
}
.btn-download.book-download:focus,
.btn-download.book-download:hover {
    color: #fff;
    background: #F44336;
}

.btn-download.app-download i,
.btn-download.book-download i {
    position: relative;
    top: -5px;
    line-height: 35px;
}
.btn-download.app-download span,
.btn-download.book-download span {
    display: inline-block !important;
}

/*Slider Overlay*/

.price {
    width: 80px;
    height: 80px;
    background-color: #f6483f;
    font-size: 25px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
}

@media screen and (max-width: 767px) {
    .transparent-header + .slider-revolution-wrapper,
    .transparent-header + .rev_slider_wrapper {
        margin-top: 45px;
    }
    .price {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
    }
    .btn-download i{
        font-size: 20px;
        line-height: 22px;
    }
}


/*Blog Hompage*/
.tp-caption.Newspaper-Title, 
.Newspaper-Title,
.tp-caption.Newspaper-Subtitle, 
.Newspaper-Subtitle,
.erinyen .tp-tab-desc,
.erinyen .tp-tab-title {
    font-family: 'Raleway', sans-serif!important;
}
.erinyen .tp-tab-title {
    color: #03a9f4 !important;
}