/*
 * BLOG
*/

.grey-box {
    padding: 20px;
    background: #f3f3f3;
    margin-bottom: 20px;
    clear: both;
    display: inline-block;
    width: 100%;
    color: #545353;
}

#post-highlight .grey-box p {
	margin-bottom: 0;
	font-size: 12px;
}

#top-highlight .grey-box p {
    margin-bottom: 0;
    font-size: 14px;
}

#post-highlight.promo .grey-box,
#post-highlight.ad .grey-box {
    background: #fcfcfc; 
} 

.article-tags {
    display: block;
    margin: 30px 0;
    font-size: 19px;
    line-height: 1.5em;
    color: #222;
    font-weight: 400;
    text-transform: uppercase;
}

.article-tags h2 {
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 19px;
    line-height: 1.3;
}

.article-tags a h3 {
    font-size: 14px;
    line-height: 2em;
    font-weight: 600;
    color: #666;
    text-transform: none;
    border-top: 1px solid rgba(0,0,0,0.1)
}

.pagination-link a {
    color: #222;
    line-height: 18px;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: bold;
}

.wp-user-avatar {
    width: 90px;
    height: 90px;
}

.post-title{
    font-size: 66px;
    line-height: 72px;
    margin-bottom: 20px;
    padding: 0;
}

.post-author {
    font-size: 11px;
    color: #767676;
    font-weight: 400;
    margin: 10px 0 35px;
}

#social-sharing {
    max-width: 55px;
    margin-left: 0;
    padding-left: 0;
    margin-right: 25px;
    padding-right: 0;
}

#social-sharing .wp-share-button .share-button, 
#social-sharing .wp-share-button .share-button-more {
    border-radius: 0;
    height: 53px;
    width: 53px;
    font-size: 20px;
    line-height: 32px;
}

#social-sharing .wp-share-button .share-button:hover .button-icon {
    display: block;
}

#social-sharing .wp-share-button .share-button .button-count {
    display: none;
}


#social-sharing .addtoany_list a>span {
    padding: 13px;
}

.wp-caption { 
	border: 0 !important; 
}

/*Facebook*/

#social-sharing .a2a_s_facebook {
    background-color: #fff !important;
    border: 1px solid #eaeaea !important;
    border-radius: 0 !important;
}
#social-sharing .a2a_s_facebook path {
    fill: rgb(65,99,175) !important;
}
/*/hover*/
#social-sharing a:hover .a2a_s_facebook {
    background-color: rgb(65,99,175) !important;
    opacity: 1;
}
#social-sharing a:hover .a2a_s_facebook path {
    fill: #fff !important;
}

/*twitter*/

#social-sharing .a2a_s_twitter {
    background-color: #fff !important;
    border: 1px solid #eaeaea !important;
    border-radius: 0 !important;
}
#social-sharing .a2a_s_twitter path {
    fill: rgb(85,172,238) !important;
}
#social-sharing a:hover .a2a_s_twitter {
    background-color: rgb(85,172,238) !important;
    opacity: 1;
}
#social-sharing a:hover .a2a_s_twitter path {
    fill: #fff !important;
}

/*google+*/
#social-sharing .addtoany_list a .a2a_s_google_plus span {
    padding: 11px;
}
#social-sharing .a2a_s_google_plus {
    background-color: #fff !important;
    border: 1px solid #eaeaea !important;
    border-radius: 0 !important;
}
#social-sharing .a2a_s_google_plus path {
    fill: rgb(232,64,52) !important;
}
#social-sharing a:hover .a2a_s_google_plus {
    background-color: rgb(232,64,52) !important;
    opacity: 1;
}
#social-sharing a:hover .a2a_s_google_plus path {
    fill: #fff !important;
}


/*Linkedin*/

#social-sharing .a2a_s_linkedin {
    background-color: #fff !important;
    border: 1px solid #eaeaea !important;
    border-radius: 0 !important;
}
#social-sharing .a2a_s_linkedin path {
    fill: rgb(25,133,188) !important;
}
#social-sharing a:hover .a2a_s_linkedin {
    background-color: rgb(25,133,188) !important;
    opacity: 1;
}
#social-sharing a:hover .a2a_s_linkedin path {
    fill: #fff !important;
}

/*reddit*/
#social-sharing .a2a_s_reddit {
    background-color: #fff !important;
    border: 1px solid #eaeaea !important;
    border-radius: 0 !important;
}
#social-sharing .a2a_s_reddit path {
    fill: rgb(239,70,35) !important;
}
#social-sharing a:hover .a2a_s_reddit {
    background-color: rgb(239,70,35) !important;
    opacity: 1
}
#social-sharing a:hover .a2a_s_reddit path {
    fill: #fff !important;
}


/*//NEWSLETTER*/

#newsletter h2 {
    display: block;
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1;
}

#newsletter #mc_embed_signup input.email {
    display: block;
    padding: 8px 0;
    margin: 0 4% 10px 0;
    text-indent: 5px;
    width: 58%;
    min-width: 130px;
    border: 1px solid #999;
}

#newsletter #mc_embed_signup form {
    padding-left: 0
}

#newsletter #mc_embed_signup input.button {
    display: block;
    width: 35%;
    margin: 0 0 10px 0;
    min-width: 90px;
}
#newsletter #mc_embed_signup .button {
    clear: both;
    background-color: #aaa;
    border: 0 none;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}

/*//AUTHOR DESCRIPTION*/
.published-author {
    margin-bottom: 20px;
}

.bio {
    font-size: 12px;
    line-height: 1.8;
}

#author-bio .grey-box {
    background: #fcfcfc;
}

#related {
    margin: 20px 0;
}