/* This file will be included in all templates */

.wl_pagination_box .paging-navigation ul.page-numbers li {
    list-style: none;
    display: inline-block;
    margin-bottom: 10px;
}
.wl_pagination_box .wl_pagination span, .wl_pagination_box .wl_pagination a {
    margin-bottom: 10px;
}
.wl_pagination_box .paging-navigation ul.page-numbers li a.page-numbers {
    padding: 5px 10px;
    text-decoration: none !important;
    background: #777;
    color: #fff;
}
.wl_pagination_box .paging-navigation ul.page-numbers {
    margin: 0;
}
.wl_pagination_box .paging-navigation ul.page-numbers li > span.current {
    padding: 5px 10px;
}
.bdp_blog_template .social-component a {
    border: 1px solid #cccccc;
    float: left;
    margin: 10px 10px 0 0;    
    padding: 8px 0;
    text-align: center;
    width: 38px;
    font-size: 15px;
    line-height:20px;
    color:#333;    
    box-shadow: none;
}
.bdp_blog_template .post-body-div h2.post-title a,
.bdp_blog_template .category-link a,
.bdp_blog_template .categories a,
.bdp_blog_template .read-more > a,
.bdp_blog_template .tags a,
.bdp_blog_template a,
.bdp_blog_template .metacomments a {
    text-decoration:none;
}
.social-component a.facebook-share:hover{
    background: none repeat scroll 0 0 #3a589d;
    border-color: #3a589d;
    color: #fff;
}
.social-component a.twitter:hover{
    background: none repeat scroll 0 0 #2478ba;
    border-color: #2478ba;
    color: #fff;
}
.social-component a.google:hover{
    background: none repeat scroll 0 0 #dd4e31;
    border-color: #dd4e31;
    color: #fff !important;
}
.social-component a:hover{
    color: #fff !important;
}
.social-component a.linkedin:hover{
    background: none repeat scroll 0 0 #cb2320;
    border-color: #cb2320;
    color: #fff;
}
.social-component a.instagram:hover{
    background: none repeat scroll 0 0 #111111;
    border-color: #111111;
    color: #fff;
}
.social-component a.pinterest:hover{
    background: none repeat scroll 0 0 #cb2320;
    border-color: #cb2320;
    color: #fff;
}
.bdp_blog_template .social-component .social-share {
    float: left;
    margin: 10px 10px 0 0;
}
.bdp_blog_template.even_class .social-component .social-share {
    float: right;
}
.bdp_blog_template .social-component .social-share a {
    padding-right: 0;
    margin: 0;
}
.bdp_blog_template .post-image{
    position: relative;
}
.bdp_blog_template .post-image:hover .bdp-pinterest-share-image{
    visibility: visible;
    opacity: 1;
}
.bdp_blog_template .bdp-pinterest-share-image{
    bottom: 10px;
    left: 10px;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
.bdp_blog_template .flexslider ul.flex-direction-nav{
    margin: 0;
}
.bdp_blog_template .flexslider ul.flex-direction-nav > li{
    list-style: none;
}
.bdp_blog_template .bdp-pinterest-share-image a{
    background-color: #cb2027;
    border-color: #b51d23;
    border-style: solid;
    display: block;
    float: left;
    height: 40px;
    width: 40px;
    background-size: 100%;
    box-shadow: none;
}
.bdp-load-more {
    text-align:center;
}
.bdp-load-more a.button.bdp-load-more-btn {
    padding:5px 15px;
    border:none;
    line-height: normal;
    font-size: 16px;
    height: auto;
    border-radius: 0;
}
.wl_pagination_box{
    width:100%;
    float:left;
    margin-bottom:30px;
}
.wl_pagination_box .wl_pagination span, .wl_pagination_box .wl_pagination a {
    display: inline-block;
    margin-right: 5px;
    padding: 0 8px;
    text-decoration: none;
}
.bdp-load-more{
    margin-bottom:30px;
}
.bdp_blog_template a{
    border:none;
    text-decoration:none;
}
.bdp_blog_template p{
    margin-bottom:0;
}
.bdp_blog_template img{
    max-width:100%;
    height:auto;
    margin:0;
    padding:0;                
}
.bdp_blog_template .taxonomies span.terms a:last-child span{
    display: none;
}
.bdp_blog_template .metacomments a{
    box-sizing:border-box;
}
.bdp-load-more a:hover{
    text-decoration: none !important;
}
.bdp_blog_template .social-component.large a{
    height: 45px;
    padding: 12px 0;
    width: 45px;
    box-sizing:border-box;                
}
.social-component.large a .fa {
    font-size: 20px;
}
.blog_footer{
    box-sizing: border-box;
}
.blog_template .flexslider {
    border: none;
}
.loading-image{
    bottom: 0;
    display: block;
    height: 50px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}
#bdp-load-more-hidden{
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
}
.bdp_blog_template .post_content li {
    float: left;
    width: 100%;
}