/*
Theme Name:     Herald Child
Theme URI:      http://mekshq.com
Description:    Child theme for the Herald theme
Author:         meks
Author URI:     http://mekshq.com
Template:       herald
Version:        0.1.0
*/


.entry-meta-wrapper .herald-share .facebook a {
    background-color: #355a92;
    color: white !important;
}

.entry-meta-wrapper .herald-share .twitter a {
    background-color: #00aced;
    color: white !important;

}

.entry-meta-wrapper .herald-share .gplus a {
    background-color: #c64d3d;
    color: white !important;

}

.entry-meta-wrapper .herald-share .pinterest a {
    background-color: #C92228;
    color: white !important;

}

.entry-meta-wrapper li a {
    border-radius: 4px;
    width: 115px;
    height: 40px;
    text-align: center;
    color: #FFF;
    padding: 7px 0 0;
    font-size: 18px;
    margin-bottom: 5px;
}

.entry-meta-wrapper .herald-share a i {
   font-size: 2rem !important;
}

.herald-post-pagination {
   text-align: center;
   padding-top: 10px;
   margin-bottom: 10px;
}

.herald-post-pagination a {
    display: inline-block;
    position: absolute;
    min-width: 90px;
    left: 15px;
    background-color: #ba0801 !important;
    font-size: 1.4rem !important;
    line-height: 2.8rem !important;
    text-transform: uppercase;
    height: 40px !important;
    width: 108px !important;
    padding: 5px 10px !important;
}

.herald-post-pagination a:last-child {
    right: 15px;
    left: initial;
}

.herald-post-pagination-left:before {
    content: "\f104";
    font-family: FontAwesome;
    margin-right: 8px;
}
  
.herald-post-pagination-right:after {
    content: "\f105";
    margin-left: 8px;
    font-family: FontAwesome;
}

.linkedin a{
        background: green !important;
        display: none !important;
} 
     
@media all and (max-width: 1024px) {
    .herald-sticky-share .herald-share .linkedin a{
        background: green !important;
        display: block !important;
     } 
} 

.herald-entry-content {
font-size: 1.8rem;
line-height: 3rem;
}

.herald-comments {
	margin-bottom: 40px;
}

 