/* Enter Your Custom CSS Here */
.entry-title h1 {
    font-size: 55px;
    color: #105650;
    line-height: 45px;
    margin: 0 0 25px;
    letter-spacing: -1.2px;
    text-transform: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    letter-spacing: 0.6px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: uppercase;
}

.single-post .entry-title h1 {
    margin: 0;
    font-size: 60px;
}

.post_content {
    background-color: #ffffe8;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
    margin: -40px 20px 0;
    padding: 20px 20px 14px;
    position: relative;
    text-align: center;
    transition: box-shadow 0.2s ease-in-out 0s;
    z-index: 3;
}

.logo {
    clear: both;
    padding-bottom: 247px;
    padding-top: 80px;
}

.gt3_socials i {
    color: #fff;
    font-size: 20px;
}