/*
Template:  Webster - Responsive Multi-purpose HTML5 Template
Author: potenzaglobalsolutions.com
Design and Developed by: potenzaglobalsolutions.com

NOTE: This file contains the styling for the magazine Template. You can edit/add anything in this file!
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    margin-top: 0px;
    text-transform: none;
    font-weight: bold;
}

.blog-overlay:before {
    bottom: 0;
    background: -moz-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 0, 0, 0.9) 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgba(0, 0, 0, 0)),
        color-stop(100%, rgba(0, 0, 0, 0.9))
    );
    background: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 0, 0, 0.9) 100%
    );
    background: -o-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 0, 0, 0.9) 100%
    );
    background: -ms-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 0, 0, 0.9) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 0, 0, 0.9) 100%
    );
    top: auto;
    height: 75%;
    transition: all 0.35s;
}

/*magazine-header*/
.header.logo-center.magazine-header .menu-logo {
    width: 20%;
    margin-right: 2%;
    float: left;
}
.header.logo-center.magazine-header .mega-menu img {
    margin: inherit;
}
.header.logo-center.magazine-header .add-banner {
    width: 75%;
    float: right;
}
.header.logo-center.magazine-header .mega-menu .menu-logo > li {
    line-height: 0;
}

/*social-big-magazine*/
.social-big-magazine ul li {
    display: inline-block;
    padding: 10px;
    width: 84px;
    margin-bottom: 3px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
}
.social-big-magazine ul li.facebook {
    background: #5d82d1;
}
.social-big-magazine ul li.pinterest {
    background: #e13138;
}
.social-big-magazine ul li.linkedin {
    background: #238cc8;
}
.social-big-magazine ul li.youtube {
    background: #ef4e41;
}
.social-big-magazine ul li.twitter {
    background: #40bff5;
}
.social-big-magazine ul li.dribbble {
    background: #f7659c;
}
.social-big-magazine ul li i {
    color: #ffffff;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    margin: 0 auto;
}
.social-big-magazine ul li span {
    display: block;
    text-align: center;
    color: #ffffff;
    margin-top: 10px;
    font-size: 11px;
}
