.full {
    width: 1000px;
    padding: 40px 12px 0;
    margin: 0 auto 35px;
    background: #FFFFFF;
}

.full__columns {
    overflow: hidden;
    padding: 0 20px;
    margin: 0 -12px;
}

.full__main {
    padding: 0 80px 70px;
}

.full__title {
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    color: #3A3086;
    line-height: 40px;
    margin: 0 -80px 40px;
    padding: 0 80px 20px;
    border-bottom: 5px solid #3A3086;
}

.full__excerpt {
    font-size: 22px;
    color: #1D1D1D;
    line-height: 28px;
    margin-bottom: 30px;
}

.full__content {
    font-size: 16px;
    color: #5C5C5C;
    line-height: 26px;
}

.full__content a {
    color: #0D146D;
}

.full__content a:hover {
    color: #BA26FB;
}

.full__content h1,
.full__content h2,
.full__content h3,
.full__content h4 {
    font-weight: bold;
    font-size: 24px;
    color: #5C5C5C;
    line-height: 26px;
    margin: 40px 0 20px;
}

.full__content blockquote {
    color: #7F7C7C;
    font-size: 20px;
    border-left: none;
    border-top: 1px solid #0D146D;
    padding-left: 45px;
    padding-top: 10px;
    margin-top: 40px;
    position: relative;
}

.full__content blockquote:before {
    content: '”';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50px;
    color: #0D146D;
    font-size: 75px;
}

.full__thumbnail {
    box-sizing: content-box;
    width: 100%;
    padding-right: 70px;
    margin-left: 0;
    margin-bottom: 30px;
    position: relative;
}

.full__thumbnail img {
    display: block;
    margin-left: -115px;
}

.wp-caption-text,
.full__caption {
    font-size: 14px;
    color: #9D9D9D;
    line-height: 19px;
    border-left: 4px solid #979797;
    margin-left: 0;
    padding: 10px 10px 0;
}

.full__caption_description {
    font-style: italic;
}

.full .tags__list {
    margin-bottom: 30px;
}

.full .sponsors {
    margin-top: 25px;
    margin-bottom: 30px;
}

.full .sponsors__button {
    background: #3A3086;
    color: #FFFFFF;
}

.full .sponsors__button:hover {
    background: #BC07FE;
    color: #FFFFFF;
}

/* Next, prev links block */
.nav {
    border-top: 1px solid #3A3086;
    border-bottom: 1px solid #3A3086;
}

.nav__col {
    padding: 20px 30px;
    min-height: 280px;
    overflow: hidden;
    position: relative;
}

.nav__col_left {
    border-right: 1px solid #3A3086;
    padding-left: 80px;
}

.nav__col_right {
    border-left: 1px solid #3A3086;
    margin-left: -1px;
    padding-right: 80px;
}

.nav__direction {
    font-size: 13px;
    color: #9D9D9D;
    line-height: 16px;
}

.nav__link {
    display: block;
}

.nav__title {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    color: #0D146D;
    line-height: 21px;
    border-bottom: 1px solid #3A3086;
    padding: 30px 0 10px;
    margin-bottom: 20px;
}

.nav__excerpt {
    font-size: 16px;
    color: #1D1D1D;
    line-height: 28px;
}

.nav__arrow {
    position: absolute;
    z-index: 1;
    width: 53px;
    height: 100%;
    top: 0;
}

.nav__col_left .nav__arrow {
    left: 0;
    border-right: 1px solid #EEEEEE;
}

.nav__col_right .nav__arrow {
    right: 0;
    border-left: 1px solid #EEEEEE;
}

.nav__arrow svg {
    width: 23px;
    height: 43px;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    margin-top: -21px;
    margin-left: -11px;
}

/* Social buttons */
.full__social-buttons_thumbnail {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
}

/* Social buttons */
.full__social-buttons .social-buttons .btn:hover,
.full__social-buttons .social-buttons .btn {
    display: block;
    margin-bottom: 1px;
    border: none;
}

.full__social-buttons .social-buttons .btn_twitter:hover,
.full__social-buttons .social-buttons .btn_twitter {
    background: #00A4FF;
}

.full__social-buttons .social-buttons .btn_facebook:hover,
.full__social-buttons .social-buttons .btn_facebook {
    background: #3A5795;
}

.full__social-buttons .social-buttons .btn_vk:hover,
.full__social-buttons .social-buttons .btn_vk {
    background: #5D80A6;
}

/* The donate button on the donate page */
#post_2679 .sponsors {
    display: none;
}

/* Wordpress helper classes */
.aligncenter {
    margin: 0 auto 20px;
}

.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.alignleft {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}