.menu-blog-container {
    margin: 0 auto;
    height: auto;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
}

.menu-blog-container ul {
    text-align: center;
    padding: 0!important;
}

.menu-blog-container li {
    list-style: none;
    display: inline-block;
    padding: 0;
    width: 31%;
    margin: 0 3px -1px 3px;
}


.menu-blog-container li a
{
    text-transform: uppercase;
    font-family: "Franklin Gothic Demi Cond";
    color: #fff;
    background: #808080;
    line-height: 31px;
    display: block;
    font-size: 16px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.menu-blog-container li a:hover,
.menu-blog-container li.current-menu-item a,
.menu-blog-container li.current-menu-parent a
{
    background: #414242;
}


div[role="blog"]{
    margin: 0 auto;
    text-align: center;
}
div[role="blog"] > .content {
    text-align: left;
    vertical-align: top;
    display: inline-block;
    width: 650px;
    margin: 0 15px;
    font-size: 16px;
    line-height: 20px;
    color: #444444;
}

div[role="blog"] > .aside {
    text-align: left;
    vertical-align: top;
    display: inline-block;
    width: 330px;
    margin: 0 15px;
}
/* ----------------------- SEARCH */
    div[role="blog"] .aside aside.widget_search {
        text-align: left;
        vertical-align: top;
        display: block;
        width: 316px;
        margin: 0;
        padding: 0 4px;
        border: 3px solid #cdcdcd;
        height: 34px;
    }
        div[role="blog"] .aside aside.widget_search form.searchform input {
            width:220px;
            padding: 0 5px;
            height: 29px;
            font-size: 16px;
            border: 0;
            font-weight: bold;
            color: #808080;
        }
            div[role="blog"] .aside aside.widget_search form.searchform input[type=submit] {
                margin: -29px 0 0 auto;
                display: block;
                text-align: center;
                width: 79px;
                height: 27px;
                line-height: 27px;
                padding: 0;
                color: #ffffff;
                background: #0094d8;
                border: 0;
                font-size: 12px;
                text-transform: uppercase;
                z-index: 1;
            }

/* ----------------------- MAILCHIMP */

div[role="blog"] .aside aside.widget_text {
    margin: 30px 0 0 0;
    text-align: center;
    vertical-align: top;
    display: block;
    width: 318px;
    padding: 4px;
    border: 2px solid #ebebeb;
    background: #f6f6f6;
}
div[role="blog"] .aside aside.widget_text h3 {
    margin: 10px auto 10px auto;
    text-align: center;
    width: 280px;
    font-size: 31px;
    line-height: 28px;
    font-family: "Franklin Gothic Demi Cond";
    font-weight: normal;
    color: #000000;
}
    div[role="blog"] .aside aside.widget_text h3:after {
        display: block;
        content: " ";
        margin: 8px auto;
        height: 1px;
        background: #c8c8c8;
    }
div[role="blog"] .aside aside.widget_text p {
    margin: 10px auto 10px auto;
    text-align: center;
    width: 280px;
    color: #666666;
}

div[role="blog"] .aside aside.widget_text form input[type=email] {
    width:230px;
    padding: 2px 2px 2px 47px;
    height: 36px;
    font-size: 16px;
    border: 3px solid #cdcdcd;
    font-weight: bold;
    color: #808080;
    background: #ffffff url("../images/envelope_mc.png") 8px center no-repeat;
}
div[role="blog"] .aside aside.widget_text form input[type=submit] {
    display: inline-block;
    float: right;
    font-size: 15px;
    font-weight: bold;
    margin: 10px 20px 0 auto;
    right: 0;
    padding: 2px 8px;
    color: #ffffff;
    background: #b8b8b8;
    text-transform: uppercase;
    border: 0;
}

div[role="blog"] .aside aside.widget_text .indicates-required{
    font-size: 10px;
    color: #919191;
    margin: 14px auto 10px auto;
}

div[role="blog"] .aside aside.widget_text .indicates-required{
    font-size: 10px;
    color: #919191;
    margin: 14px auto 10px auto;
}

div[role="blog"] .content section article {
    margin: 0 auto 100px auto;
}
div[role="blog"] .content section article header {
    margin: 0 auto 15px auto;
}
    div[role="blog"] .content section article header {
        font-size: 32px;
        line-height: 40px;
        margin: 40px auto 10px auto;
    }
    div[role="blog"] .content section article header h2 span.date {
        font-family: "Franklin Gothic Demi Cond";
        font-weight: normal;
        margin-right: 15px;
        color: #c3512f;
        text-shadow: 0 0 1px #c3512f;
        font-weight: normal;
    }
    div[role="blog"] .content section article header h2,
    div[role="blog"] .content section article header h2 a {
        font-family: "Franklin Gothic Demi Cond";
        font-weight: normal;
        font-weight: normal;
    }

    div[role="blog"] .content section article header h2.blog span.date {
        width: 160px;
        float: left;
        display: block;
        margin-right: 0;
        color: #000000;
        text-shadow: 0 0 1px #909090;
    }
    div[role="blog"] .content section article header h2.blog a {
        display: block;
        margin-left: 160px;
        color: #d4110d;
        text-shadow: 0 0 1px #d4110d;
    }

    div[role="blog"] .content section article .excerpt {
        border-bottom: 1px solid #e1e1e1;
        margin-bottom: 10px;
    }
    div[role="blog"] .content section article .excerpt .excerpt-thumb {
        width: 160px;
        float: left;
        display: block;
    }
    div[role="blog"] .thumbnail {
        display: block;
        padding: 4px;
        border: 1px solid #ddd;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.055);
        -moz-box-shadow: 0 1px 3px rgba(0,0,0,.055);
        box-shadow: 0 1px 3px rgba(0,0,0,.055);
    }
    div[role="blog"] .content section article .more-meta .more {
        float: right;
        width: 48%;
        text-align: right;
        margin: 8px 8px auto auto;
    }
    div[role="blog"] .content section article .more-meta a {
        font-size: 15px;
        font-family: "Franklin Gothic Demi Book", "Myriad Pro", "Myriad Web";
        padding: 2px 10px;
    }
    div[role="blog"] .content section article .more-meta .share {
        float: left;
        width: 48%;
    }

div[role="blog"] .content .pager {
    margin: 20px 0;
    list-style: none;
    text-align: center;
}
div[role="blog"] .content .pager:before,
div[role="blog"] .content .pager:after {
    display: table;
    content: "";
    line-height: 0;
}
.pager .previous a, .pager .next a {
    border: 0;
    padding: 0;
    font-family: "Franklin Gothic Demi Cond";
    font-size: 24px;
    line-height: 25px;
    color: #333333;
    text-shadow: 0 0 1px rgba(90,90,90,0.5);
}
.pager .previous a { float: left; }
.pager .next a { float: right; }

.pager .previous a {
    background: url(../images/l-arrow.png) no-repeat center left;
    padding-left: 20px;
    color: #000;
}
.pager .next a {
    background: url(../images/r-arrow.png) no-repeat center right;
    padding-right: 20px;
    color: #000;
}
/* ----------------------- TAG CLOUD */
div[role="blog"] .aside aside.widget_tag_cloud h3 {
    margin: 40px auto 20px auto;
    font-size: 43px;
    line-height: 26px;
    font-family: "Franklin Gothic Demi Cond";
    font-weight: normal;
}
div[role="blog"] .aside aside.widget_tag_cloud .tagcloud a {
    text-shadow: 0 0 1px #c0c0c0;
}

div[role="blog"] p.tags {
    margin: 30px 0 20px 0!important;
    padding: 10px 10px;
    background-color: #f6f9fa;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
div[role="blog"] p.tags a {
    color: #0094d8;
}
div[role="blog"] p.tags img.pull-left {
    vertical-align: middle;
    padding-right: 8px;
    margin: 0;
}
div[role="blog"] .content section article div.single {
    border-bottom: 1px solid #000000;
    margin-bottom: 40px;
}
div[role="blog"] section[role="single"] article.post header {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
}
div[role="blog"] article.post header .share {
    text-align: right;
}

div[role="blog"] .content section article.post {
    margin: 0 auto 100px auto;
}
div[role="blog"] .content section[role="single"] article.post {
    margin: 0 auto 30px auto;
}

div[role="blog"] article.post p {
    margin: 0 0 10px 0;
}
div[role="blog"] article.post img {
    margin: 0 20px 20px 0;
    max-width: 100%;
}


/* SOCIAL Icons */
div[role="blog"] span[st_processed="yes"] span.stButton
{
    width: 30px;
    height: 30px;
    margin: 0 5px;
}
div[role="blog"] span[st_processed="yes"] .stButton .stLarge {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
}
div[role="blog"] span[st_processed="yes"] .stButton .stLarge:hover {
    background-position: 0;
}
div[role="blog"] span.st_facebook_large[st_processed="yes"] span.stButton span.stLarge {
    background: url("../images/social/blog/facebook.png") top left no-repeat!important;
}
div[role="blog"] span.st_twitter_large[st_processed="yes"] span.stButton span.stLarge {
    background: url("../images/social/blog/twitter.png")!important;
}
div[role="blog"] span.st_pinterest_large[st_processed="yes"] span.stButton span.stLarge {
    background: url("../images/social/blog/pinterest.png")!important;
}
div[role="blog"] span.st_email_large[st_processed="yes"] span.stButton span.stLarge {
    background: url("../images/social/blog/mail.png")!important;
}
div[role="blog"] span.st_googleplus_large[st_processed="yes"] span.stButton span.stLarge {
    background: url("../images/social/blog/google_plus.png")!important;
}
div[role="blog"] span.st_google_bmarks_large[st_processed="yes"] span.stButton span.stLarge {
    background: url("../images/social/blog/google.png")!important;
}
div[role="blog"] span.st_linkedin_large[st_processed="yes"] span.stButton span.stLarge{
    filter: grayscale(1);
}
@media screen and (max-width: 768px) {
    div[role="blog"] {
        display: flex;
        flex-wrap: wrap;
    }
    div#content[role="blog"] > header {
        order: 1;
    }
    div#content[role="blog"] hr.home_underline {
        display: none;
    }
    div[role="blog"] > .aside {
        width: 100%;
        margin: 0;
        padding: 0 5px;
        box-sizing: border-box;
        order: 2;
    }
    div[role="blog"] > .aside .sidebar-heading {
        display: inline-block;
        position: relative;
        width: 100%;
        min-height: 75px;
        padding: 10px 75px 10px 15px;
        background: #efefef;
        transition: all linear 0.15s;
        color: #444;
        text-transform: uppercase;
        border-radius: 8px;
        box-shadow: 0 4px 4px rgba(0,0,0,0.3);
        box-sizing: border-box;
        cursor: pointer;
    }
    div[role="blog"] > .aside .sidebar-heading .sh-title {
        display: inline-block;
        padding: 15px 0;
        font-size: 24px;
        line-height: 25px;
    }
    div[role="blog"] > .aside .sidebar-heading .arrow {
        width: 55px;
        height: 100%;
        background: url(../images/gag-arrow.png) no-repeat left center;
        background-size: auto 55px;
        position: absolute;
        right: 10px; top: 0;
    }
    div[role="blog"] > .aside .sidebar-heading.active .arrow {
        background-position: right center;
    }
    div[role="blog"] > .aside .sidebar-wrapper:not(.open) {
        display: none;
    }
    div[role="blog"] > .aside .sidebar-wrapper {
        padding-top: 30px;
    }
    div[role="blog"] > .aside .widget-area {
        display: flex;
        flex-wrap: wrap;
        padding-left: calc(8% - 5px);
        padding-right: calc(8% - 5px);
        box-sizing: border-box;
    }
    div[role="blog"] > .aside aside.widget_tag_cloud,
    div[role="blog"] > .aside aside table a img {
        display: none;
    }
    div[role="blog"] > .aside aside table tr td {
        padding: 0 !important;
    }
    div[role="blog"] > .aside aside.widget_search {
        height: 40px;
        margin: 30px auto 0;
        order: 2;
    }
    div[role="blog"] > .aside aside.widget_search:after {
        content: '';
        display: block;
        width: 100%;
        height: 11px;
        margin: 35px auto;
        background: url(../images/deco_devider.png) top center no-repeat transparent;
    }
    div[role="blog"] .aside aside.widget_search form.searchform input {
        height: 40px;
    }
    div[role="blog"] .aside aside.widget_search form.searchform input[type=submit] {
        width: 85px;
        height: 36px;
        margin: -38px 0 0 auto;
        line-height: 35px;
        font-size: 14px;
    }
    div[role="blog"] > .aside aside.widget_text {
        width: 100%;
        padding: 0;
        margin: 60px auto 0;
        background: none;
        border: none;
        order: 3;
    }
    div[role="blog"] .aside aside.widget_text h3,
    div[role="blog"] .aside aside.widget_text p {
        width: 100%;
        font-size: 13px;
    }
    div[role="blog"] .aside aside.widget_text h3 {
        font-size: 24px;
    }
    div[role="blog"] .aside aside.widget_text h3:after {
        display: none;
    }
    div[role="blog"] .aside aside.widget_text form input[type=email] {
        width: 330px;
        height: 46px;
        padding-right: 95px;
        box-sizing: border-box;
    }
    div[role="blog"] .aside aside.widget_text form input[type=submit] {
        width: 85px;
        height: 36px;
        line-height: 35px;
        font-size: 14px;
        margin: -41px -158px 0 0;
        padding: 0;
        position: absolute;
        right: 50%;
        background: #0094d8;
    }
    div[role="blog"] > .content {
        width: 100%;
        margin: 40px 0 0;
        order: 3;
    }
    div[role="blog"] > .content section {
        padding: 0 8%;
    }
    div[role="blog"] > .content section article.post {
        margin: 50px 0 0;
    }
    div[role="blog"] > .content section article header {
        margin: 0;
    }
    div[role="blog"] > .content section article header h2.blog {
        line-height: 1em;
    }
    div[role="blog"] > .content section article header h2.blog span.date {
        width: 23%;
    }
    div[role="blog"] > .content section article header h2.blog a {
        margin-left: calc(23% + 30px);
    }
    div[role="blog"] > .content section article .excerpt {
        margin-top: 20px;
    }
    div[role="blog"] > .content section article .excerpt .excerpt-thumb {
        width: calc(23% + 30px);
    }
    div[role="blog"] article.post img {
        max-width: calc(100% - 30px);
        box-sizing: border-box;
    }
    div[role="blog"] > .content section article .more-meta:after {
        content: '';
        display: block;
        clear: both;
    }
    div[role="blog"] > .content .pager {
        margin: 40px 0;
    }
    body.single-post div[role="blog"] > .aside aside.widget_text {
        display: none;
    }
    body.single-post div[role="blog"] > .aside aside table a img {
        display: block;
        max-width: 50%;
        height: auto;
    }
    body.single-post div[role="blog"] > .aside .widget-area {
        position: relative;
        padding-bottom: 50px;
    }
    body.single-post div[role="blog"] > .aside .widget-area:after {
        content: '';
        display: block;
        width: 100%;
        height: 11px;
        background: url(../images/deco_devider.png) top center no-repeat transparent;
        position: absolute;
        left: 0; bottom: 0;
    }
    body.single-post div[role="blog"] > .aside aside.widget_search {
        width: 40%;
        height: 34px;
        margin: 0;
        position: absolute;
        right: calc(8% - 5px);
        bottom: 60px;
    }
    body.single-post div[role="blog"] .aside aside.widget_search form.searchform input {
        width: calc(100% - 90px);
        height: 34px;
    }
    body.single-post div[role="blog"] .aside aside.widget_search form.searchform input[type=submit] {
        width: 80px;
        height: 30px;
        margin: -32px 0 0 auto;
        line-height: 29px;
    }
    body.single-post div[role="blog"] > .aside aside.widget_search:after {
        display: none;
    }
    body.single-post div[role="blog"] article.post header .share {
        font-size: 0;
        margin-top: 10px;
    }
    body.single-post div[role="blog"] .content section article header h2 {
        margin-top: 40px;
        line-height: 1em;
        color: #d4110d;
    }
    body.single-post div[role="blog"] .content section article header h2 span.date {
        color: #000000;
        text-shadow: none;
    }
    body.single-post div[role="blog"] .content section[role="single"] article.post form textarea,
    body.single-post div[role="blog"] .content section[role="single"] article.post div.single table {
        width: 100%;
        box-sizing: border-box;
    }
    body.single-post div[role="blog"] .content section[role="single"] article.post img,
    body.single-post div[role="blog"] .content section[role="single"] article.post div.single div {
        max-width: 100%;
        height: auto;
    }
    body.single-post div[role="blog"] .content section[role="single"] .pager .next a {
        margin-top: 20px;
    }
}
@media screen and (max-width: 600px) {
    body.single-post div[role="blog"] > .aside aside table a img {
        max-width: 100%;
        margin: 20px auto 0;
    }
    body.single-post div[role="blog"] > .aside aside.widget_search {
        width: 330px;
        margin: 30px auto 0;
        position: relative;
        right: auto; bottom: auto;
    }
    body.single-post div[role="blog"] .content section[role="single"] article.post div.single div {
        width: 100% !important;
        margin-top: 20px;
    }
    body.single-post div[role="blog"] .content section[role="single"] article.post div.single div img {
        width: 100% !important;
        height: auto !important;
        margin: 0 auto;
    }
}
@media screen and (max-width: 450px) {
    body.single-post .menu-blog-container,
    body.single-post div[role="blog"] > .aside,
    body.single-post div#content[role="blog"] > header {
        display: none !important;
    }
    body.single-post div[role="blog"] > .content,
    body.single-post div[role="blog"] .content section article header h2 {
        margin-top: 10px;
    }
    body.single-post div[role="blog"] > .content .back-to-blog {
        display: inline-block !important;
        padding: 0 10px;
        font: 20px/1em "Franklin Gothic Demi Cond";
        text-transform: uppercase;
        color: #0094d8;
    }
    .menu-blog-container li {
        margin: 0;
        vertical-align: top;
    }
    .menu-blog-container li a {
        line-height: 1em;
        padding: 5px;
        min-height: 2em;
    }
    div[role="blog"] > .aside .widget-area {
        padding: 0 10px;
    }
    div[role="blog"] > .content section {
        padding: 0 10px;
    }
    div[role="blog"] > .content section article header h2.blog span.date {
        width: auto;
        padding-right: 20px;
    }
    div[role="blog"] > .content section article header h2.blog a {
        margin-left: 0;
    }
    div[role="blog"] > .content section article .excerpt .excerpt-thumb {
        width: calc(35% + 20px);
    }
    div[role="blog"] article.post img {
        max-width: calc(100% - 20px);
        margin-bottom: 10px;
    }
    div[role="blog"] .content section article .more-meta .share {
        width: 68%;
        font-size: 0;
    }
    div[role="blog"] .content section article .more-meta .more {
        width: 30%;
        margin: 0 5px 0 0;
    }
}
@media screen and (max-width:400px) {
    div[role="blog"] .aside aside.widget_search {
        width: 100%;
    }
    div[role="blog"] .aside aside.widget_search form.searchform input {
        width: calc(100% - 95px);
    }
    div[role="blog"] .aside aside.widget_text h3 {
        font-size: 19px;
    }
    div[role="blog"] .aside aside.widget_text p {
        font-size: 12px;
    }
    div[role="blog"] .aside aside.widget_text form input[type=email] {
        width: 100%;
    }
    div[role="blog"] .aside aside.widget_text form input[type=submit] {
        right: 0;
        margin: -41px 22px 0 0;
    }
    body.single-post div[role="blog"] > .aside aside.widget_search {
        width: 100%;
    }
}
@media screen and (max-width:320px) {
    div[role="blog"] .content section article .more-meta .share {
        width: 50%;
    }
    div[role="blog"] .content section article .more-meta .more {
        width: 40%;
    }
}
