/*
 Theme Name:   Griffin Child Theme
 Description:  A child theme of the Griffin theme
 Author:       B.E.S.T. College
 Template:     griffin
 Version:      1.0.0
*/

/* HEADER */
header {
    padding-top: 2%;
    padding-bottom: 2%;
    background-position: top center;
}

header #header-description {
    margin-top: 0;
    font-size: 24px;
    font-style: normal;
    color: #ffffff !important;
    text-shadow: none;
}

header #header-description:after {
    content: '- blog -';
    margin-top: 30px;
    display: block;
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
}

/*#header-logo {
    padding: 10px 20px;
    display: inline-block;
    width: auto;
    background-color: rgba(0,0,0,0.3);
}

#header-logo:after {
    content: 'BLOG';
    position: relative;
    padding: 0 10px;
    top: 12px;
    margin-left: 15px;
    font-size: 36px;
    font-weight: bold;
    color: #109577;
    border-bottom: 20px solid #109577;
}*/

header #header-logo img {
    max-height: 80px;
}

/* LINKS */
a {
    color: #444444;
}

a:hover {
    text-decoration: none;
}

article a:hover {
    text-decoration: underline;
}

/* SOCIAL BUTTONS */
.sgmbShare {
    margin-bottom: 45px;
}
