﻿/***********************************************************************************************/
/*                                     Header Overwrite                                        */
/***********************************************************************************************/
/*header {
    background-color: transparent;
    position: absolute;
    z-index: 2;
}*/

/*nav.menu a span.burger:before {
    background: #005588;
}

nav.menu a span.burger:after {
    background: #005588;
}

nav.menu a:hover span.burger:before {
    background: #5195ce;
}

nav.menu a:hover span.burger:after {
    background: #5195ce;
}

nav.menu a.active_menu span.burger:before {
    background: #5195ce;
}

nav.menu a.active_menu span.burger:after {
    background: #5195ce;
}*/

body {
    background: #f3f3f3;
}

/***********************************************************************************************/
/*                                        SPLASH AREA                                          */
/***********************************************************************************************/
section.blog_splash {
    float: left;
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    height: auto;
    /*background: #f9f9f9;*/
    background: #f3f3f3;
    text-align: center;
    display: inline-block;
    /*border-bottom: 1px solid #efefef;*/
}

section.blog_splash_bg {
    /*background: url(../images/circuit.png) repeat;
    background: url(../images/circuit.png) repeat;
    background: url(../images/circuit.png) repeat;
    background: url(../images/circuit.png);*/
}

section.presplash {
    background: #f3f3f3;
    /*border-bottom: 1px solid #efefef;*/
}

div.presplash_info {
    float: none;
    width: 100%;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 35px 15px 35px;
    text-align: center;
    display: inline-block;
    min-width: 300px;
    max-width: 1024px;
    vertical-align: top;
}

    div.presplash_info span {
        float: left;
        width: auto;
        color: #313131;
        padding-right: 15px;
        display: inline-block;
        position: relative;
    }

        div.presplash_info span:after {
            content: '';
            float: left;
            display: inline-block;
            position: absolute;
            width: 0;
            top: 5px;
            right: 5px;
            /*margin: 0.25em 0 0 -10px;*/
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 6px solid #d6d6d6;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }

    div.presplash_info a {
        float: left;
        display: inline-block;
        width: auto;
        text-align: left;
        text-decoration: none;
        color: #5195ce;
        cursor: pointer;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
        padding-right:15px;
    }

        div.presplash_info a:hover {
            color: #313131;
        }

div.controls {
    float: left;
    width: 100%;
    height: auto;
    color: #414141;
    padding: 0 160px 0 0;
    display: inline-block;
    margin-right:-130px;
    box-sizing:border-box;
}

h1.controls_title {
    padding: 0 0 0 0;
    float: left;
    margin: 0;
    width: 100%;
    text-align: left;
    font-size: 300%;
    line-height: 135%;
    /*text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);*/
    font-weight: bold;
    /*font-family: Arial;*/
    /*font-style: italic;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h2.controls_desc {
    padding: 1em 0 0 0;
    float: left;
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 150%;
    line-height: 180%;
    font-weight: normal;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 1);
}

h2.controls_desc:empty {
    display:none;
}

section.blogposts {
    float: left;
    width: 100%;
    background: #fff;
    height: auto;
    margin-top: 0px;
    font-size: 1em;
    line-height: 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0px;
    padding-bottom: 4em;
}

div.blogpost_info {
    float: none;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 35px 0 35px;
    margin: 2em 0 2em 0;
    text-align: center;
    display: inline-block;
    min-width: 300px;
    max-width: 1024px;
}

div.blogpost_attr {
    float: left;
    width:100%;
    display:inline-block;
    box-sizing:border-box;
    padding:1em 0 0 0;
}

span.blogpost_author {
    float: left;
    width: auto;
    padding:0 7px 0 0;
    margin-top: 0px;
    font-size: 12px;
    line-height: 1.5em;
    color: #313131;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

span.blogpost_author:empty {
    display: none;
}

span.blogpost_date {
    float: left;
    width: auto;
    padding:0;
    font-size: 12px;
    line-height: 1.5em;
    color: #515151;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

span.blogpost_date:empty {
    display: none;
}

div.blogpost_avatar {
    float: left;
    width: 130px;
    height: auto;
    margin-left: 0 auto;
    margin-right: 0 auto;
    display: inline-block;
    margin-top:0.5em;
    text-align:center;
}

.blogpost_circle {
    float: none;
    width: 80px;
    height: 80px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    margin: 0;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    border: 5px solid #ffffff;
    display: inline-block;
}

.blogpost_circle img {
    float: left;
    min-width: 80px;
    max-height: 80px;
    border: none;
    margin: 0px 0px 0px 0px;
}

section.blogposts div.blogpost {
    float: left;
    width: 100%;
    padding: 1.5em 0 0 0;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

section.blogposts div.blogpost:first-of-type {
    padding-top: 1em;
}

    section.blogposts div.blogpost p {
        float: left;
        width: 100%;
        padding: 15px 50px 15px 50px;
        margin-top: 0px;
        font-size: 16px;
        line-height: 1.9em;
        color: #414141;
        text-align: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    section.blogposts div.blogpost h2 {
        float: left;
        width: 100%;
        padding: 15px 50px 0 50px;
        margin-top: 0px;
        font-size: 20px;
        line-height: 2em;
        color: #313131;
        text-align: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-weight:bold;
    }

section.blogposts div.blogpost p strong {
    text-indent: 0;
}

    section.blogposts div.blogpost p a, section.blogposts div.blogpost li a {
        color: #5195ce;
        padding: 0;
        text-indent: 0;
        text-decoration: underline;
    }

        section.blogposts div.blogpost p a:hover, section.blogposts div.blogpost li a:hover {
            color: #313131;
        }

    section.blogposts div.blogpost li a {
        text-decoration: none;
    }

section.blogposts div.blogpost h1 {
    width: 100%;
    float: none;
    padding: 1.5em;
    text-align: center;
    display: inline-block;
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1.5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

section.blogposts div.blogpost img {
    float: left;
    width: auto;
    max-width: 100%;
    padding:1.5em 10em 1.5em 10em;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background:#f9f9f9;
    border:none;
}

section.blogposts div.blogpost span {
    width: 100%;
    float: none;
    padding: 1.5em;
    text-align: center;
    display: inline-block;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.5em;
    color: #515151;
    font-style: italic;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

section.blogposts div.blogpost span a {
    width: auto;
    float: none;
    padding: 0;
    text-align: center;
    display: inline-block;
    color: #5195ce;
    text-decoration: none;
    font-style: normal;
}

section.blogposts div.blogpost span a:hover {
    color: #313131;
}

section.blogposts div.blogpost a.button {
    float: none;
    height: auto;
    width: 100%;
    max-width: 350px;
    text-decoration: none;
    padding: 1em 0 1em 0;
    background-color: #5195ce;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    text-align: center;
    font-size: 1.3em;
    line-height: 1em;
    display: inline-block;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
    font-weight: bold;
    clear: both;
}

section.blogposts div.blogpost a.button:hover {
    background-color: #00669b;
}

section.blogposts div.blogpost a.off {
    background-color: #eeeeee;
}

section.blogposts div.blogpost a.off:hover {
    background-color: #eeeeee;
    cursor: progress;
}

section.blogposts div.blogpost a.off span {
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0);
}

    section.blogposts div.blogpost ol {
        float: left;
        width: 100%;
        padding: 15px 50px 15px 50px;
        margin-top: 0px;
        font-size: 1.2em;
        line-height: 2em;
        color: #313131;
        text-align: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        list-style-position: inside;
    }

    section.blogposts div.blogpost ul {
        float: left;
        width: 100%;
        padding: 15px 50px 15px 50px;
        margin-top: 0px;
        font-size: 1.2em;
        line-height: 2em;
        color: #313131;
        text-align: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        list-style-position: inside;
    }

    section.blogposts div.blogpost li {
        float: left;
        width: 100%;
        padding: 0 0 15px 0;
        margin-top: 0px;
        font-size: 0.9em;
        line-height: 2em;
        color: #313131;
        text-align: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

section.blogposts div.blogpost div.ratio_area {
    float: left;
    width: auto;
    max-width: 100%;
    padding: 1.5em 10em 1.5em 10em;
    margin:1em 0 1em 0;
    display: inline-block;
    box-sizing: border-box;
    background: #f9f9f9;
    border: none;
}

section.blogposts div.blogpost div.youtube_area {
    float: left;
    width: 100%;
    max-width: 100%;
    padding: 3em 10em 3em 10em;
    margin: 1em 0 1em 0;
    display: inline-block;
    box-sizing: border-box;
    background: #f9f9f9;
    border: none;
}

section.blogposts div.blogpost_footer {
    width:96%;
    padding:1em 1.5em 1em 1.5em;
    margin-left:2%;
    margin-right:2%;
    text-align:left;
    display:inline-block;
    background:#f9f9f9;
    box-sizing:border-box;
    margin-top:3em;
    margin-bottom:3em;
}

section.blogposts div.blogpost_footer a {
    width:auto;
    color:#5195ce;
    padding: 0 1em 0 0;
    text-decoration:none;
}

section.blogposts div.blogpost_footer a:hover {
    color: #313131;
}

.sidebar {
    width: 96%;
    float: left;
    margin-top: 0;
    box-sizing: border-box;
    padding-left: 0;
    background: #f9f9f9;
    margin:0 2% 0 2%;
}

.sidebar-full {
    margin-top:3em;
}

.sidebar-box {
    float:left;
    width:50%;
    box-sizing:border-box;
}

.sidebar-box-full {
    width:100%;
}

.sidebar-title {
    display: inline-block;
    font-size: 1.2em;
    text-align: left;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 1em 1em 0 1em;
}

.widget {
    padding: 15px 20px 15px 20px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.social {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
    width: 100%;
}

.social-item {
    display: inline-block;
    width: 50%;
    padding: 0 0 1em 0;
    background: transparent;
    box-sizing:border-box;
    text-align:left;
    float:left;
}

.social-item a {
    font-weight: normal;
    color: #5195ce;
    text-decoration: none;
    padding: 6px 0 6px 0px;
    display: inline-block;
    text-align:left;
    width:auto;
    float:left;
}

.social-item a:hover {
    color: #313131;
}

.social-item a em {
    display: block;
    text-transform: none;
    color: #1389c4;
    font-style: normal;
    font-weight: normal;
}

.blog_footer_social_icon {
    float: left;
    width: 27px;
    height: 26px;
    margin-right: 8px;
    background-repeat: no-repeat;
}

.twitter {
    background-image: url(../../images/gensplash/master/footer-icons-2020.png);
    background-position: 0px 0px;
}

.facebook {
    background-image: url(../../images/gensplash/master/footer-icons-2020.png);
    background-position: -25px 0px;
}

.pinterest {
    background-image: url(../../images/gensplash/master/footer-icons-2020.png);
    background-position: -75px 0px;
}

.gplus {
    background: url(../images/gplus.png) center left no-repeat;
}

.youtube {
    background-image: url(../../images/gensplash/master/footer-icons-2020.png);
    background-position: -100px 0px;
}

.instagram {
    background-image: url(../../images/gensplash/master/footer-icons-2020.png);
    background-position: -125px 0px;
}

.linkedin {
    background-image: url(../../images/gensplash/master/footer-icons-2020.png);
    background-position: -151px 0px;
}

.tiktok {
    background-image: url(../../images/gensplash/master/footer-icons-2020.png);
    background-position: -176px 0px;
}

.widget ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
    text-align: left;
    width: 100%;
}

.widget li {
    background: url(../images/bullet.gif) center left no-repeat;
    padding: 7px 0 7px 20px;
    text-align: left;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
}

.widget li a {
    text-decoration: none;
    color: #1389c4;
    float: left;
}

.widget li a:hover {
    color: #313131;
}

div.make_upload_section {
    float:left;
    width:100%;
    display:inline-block;
    box-sizing:border-box;
}

    div.make_upload_section div.make_upload_wrap {
        width:100%;
        text-align:center;
        display:inline-block;
        box-sizing:border-box;
    }

    div.make_upload_section div.make_upload_wrap_half {
        width: 49%;
        display: inline-block;
        box-sizing: border-box;
        float: none;
    }

    div.make_upload_section div.make_upload_wrap h1 {
        font-weight:bold;
        font-size:1.1em;
        text-align:center;
        padding:0;
    }

        div.make_upload_section div.make_upload_wrap h2 {
            font-weight: normal;
            font-size: 0.9em;
            text-align: center;
            padding: 10px 35px 15px 35px;
        }

section.blogposts div.blogpost span.upload_title {
    width: 100%;
    text-align: left;
    display: inline-block;
    box-sizing: border-box;
    font-size: 0.8em;
    padding:0 0 10px 0;
}


a.bottom_button {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: #5195ce;
    border: 1px solid rgba(255,255,255,0.5);
    box-sizing: border-box;
    padding: 1em 1.2em 1em 1.2em;
    color: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
    z-index: 3;
}

    a.bottom_button:hover {
        background: #3d83ba;
    }

div.presplash_info a.mailing_list_btn {
    float: left;
    width: auto;
    height: auto;
    border-radius: 5px;
    display: inline-block;
    background: #fff;
    border: 1px solid #d6d6d6;
    color: #5195ce;
    font-size: 0.9em;
    line-height: 1em;
    font-weight: bold;
    text-align: center;
    padding: 6px 25px;
    margin-top: -5px;
    margin-bottom: -7px;
    cursor: pointer;
    -webkit-transition: color 0.4s ease, background 0.4s ease;
    -moz-transition: color 0.4s ease, background 0.4s ease;
    -o-transition: color 0.4s ease, background 0.4s ease;
    transition: color 0.4s ease, background 0.4s ease;
}

    div.presplash_info a.mailing_list_btn svg {
        width: 16px;
        height: 16px;
        display: inline-block;
        float: left;
        margin: 0 auto;
        cursor: pointer;
    }

        div.presplash_info a.mailing_list_btn svg path {
            fill: #5195ce;
            -webkit-transition: fill 0.4s ease;
            -moz-transition: fill 0.4s ease;
            -o-transition: fill 0.4s ease;
            transition: fill 0.4s ease;
        }

    div.presplash_info a.mailing_list_btn:hover svg path {
        fill: #313131;
    }

    div.presplash_info a.mailing_list_btn span {
        float: left;
        width: auto;
        text-align: center;
        padding: 2px 0 0 10px;
        color: #5195ce;
        box-sizing: border-box;
        /*text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);*/
        font-weight: bold;
        display: inline-block;
        -webkit-transition: color 0.4s ease, background 0.4s ease;
        -moz-transition: color 0.4s ease, background 0.4s ease;
        -o-transition: color 0.4s ease, background 0.4s ease;
        transition: color 0.4s ease, background 0.4s ease;
    }

    div.presplash_info a.mailing_list_btn:hover span {
        color: #313131;
        /*background:#f1f1f1;*/
    }

div.register_div {
    float: left;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    margin-top: 0px;
    margin-left: 0;
    text-align: center;
    display: inline;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1.5em 0 1.5em;
    max-height: 350px;
    position: relative;
}

    div.register_div h1 {
        float: left;
        width: 100%;
        display: inline-block;
        font-size: 1.3em;
        line-height: 1.6em;
        text-align: center;
        color: #313131;
        padding: 0.5em 0 0 0;
    }

    div.register_div h2 {
        float: left;
        width: 100%;
        display: inline-block;
        font-size: 1em;
        line-height: 1.6em;
        text-align: center;
        color: #515151;
        font-weight: normal;
        padding-top: 0.5em 0 0 0;
    }

    div.register_div h1.login_title {
        text-align: center;
        font-size: 1em;
        padding-top: 1em;
    }

        div.register_div h1.login_title a {
            color: #5195ce;
            word-break: break-all;
            text-decoration: none;
            -webkit-transition: color 0.3s ease;
            -moz-transition: color 0.3s ease;
            -o-transition: color 0.3s ease;
            transition: color 0.3s ease;
        }

            div.register_div h1.login_title a:hover {
                color: #313131;
            }

    div.register_div h2.login_desc {
        text-align: center;
        font-size: 1em;
        padding-top: 0.5em;
    }


div.overlay table.overlay_table article.login_overlay {
    width: 350px;
}

div.overlay_btn div.password_btn {
    float: none;
    position: relative;
    display: inline-block;
    height: auto;
    width: 38%;
    text-decoration: none;
    padding: 1em 0em 1em 0em;
    margin: 0;
    background-color: #5195ce;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 1.1em;
    line-height: 1em;
}

    div.overlay_btn div.password_btn:hover {
        background-color: #3d83ba;
    }

div.overlay_btn div.password_btn {
    width: 100%;
}

    div.overlay_btn div.password_btn span {
        float: none;
        width: 100%;
        text-align: center;
        padding: 0;
        color: #fff;
        text-shadow: 0px 1px 0px rgb(0 0 0 / 30%);
        font-weight: bold;
    }

div.register_div span.reset_success {
    float: left;
    width: 100%;
    display: inline-block;
    font-size: 0.9em;
    line-height: 1.6em;
    text-align: center;
    color: #0dab05;
    font-weight: normal;
    padding: 1em;
    background: #f9f9f9;
    box-sizing: border-box;
    margin-top: 1em;
}

div.register_txtbox {
    float: none;
    width: 100%;
    max-width: 400px;
    padding: 0 0 0 0;
    margin-top: 1em;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    background: transparent;
}

    div.register_txtbox input {
        float: none;
        display: inline-block;
        margin-left: 0 auto;
        margin-right: 0 auto;
        width: 100%;
        padding: 0.5em;
        margin-top: 1em;
        font-size: 1em;
        color: #313131;
        text-align: left;
        border: 1px solid #d6d6d6;
        border-radius: 5px;
        box-sizing: border-box;
    }

        div.register_txtbox input:first-of-type {
            margin-top: 0;
        }

    div.register_txtbox span {
        float: left;
        width: 100%;
        display: inline-block;
        font-size: 1em;
        line-height: 1.6em;
        text-align: center;
        color: #313131;
        font-weight: normal;
        padding: 0.5em 0 0 0;
    }

        div.register_txtbox span.error {
            color: #FF0000;
        }

        div.register_txtbox span.success {
            color: #00EE00;
        }

        div.register_txtbox span.points {
            font-size: 1.2em;
        }

            div.register_txtbox span.points:first-of-type {
                padding-top: 0;
            }

div.overlay table.overlay_table article.password_overlay {
    width: 350px;
}

div.overlay_btn a.login_overlay_btn {
    width: 100%;
}

/*  MEDIA QUERIES  */
@media (max-width: 900px) {
    article .begin h1.controls_title {
        padding: 0 0.5em 0 0.5em;
        font-size: 400%;
    }

    article.begin h2.controls_desc {
        padding: 1em 1.5em 0 1.5em;
        font-size: 130%;
    }

    section.blogposts div.blogpost img {
        padding: 1.5em 6em 1.5em 6em;
    }

    section.blogposts div.blogpost div.youtube_area {
        padding: 3em 3em 3em 3em;
        margin: 1em 0 1em 0;
    }

    div.make_upload_section div.make_upload_wrap_half {
        width: 100%;
    }
}

@media (max-width: 780px) {
    article.begin {
        padding: 45px 0 0 0;
    }

    section.blogposts div.blogpost img {
        padding: 1.5em 5em 1.5em 5em;
    }
}

@media (max-width: 655px) {
    div.blogpost_avatar {
        float: none;
        margin: 1em 0 1em 0;
    }
    
    div.controls {
        width:100%;
        padding-right:0;
        margin-right:0;
    }

    h1.controls_title {
        text-align: center;
    }

    span.blogpost_author {
        text-align: center;
    }

    span.blogpost_date {
        text-align: center;
        float:none;
    }

    section.blogposts div.blogpost div.youtube_area iframe {
        width:100%;
        height:auto;
        min-height:300px;
    }

    section.blogposts div.blogpost div.ratio_area {
        padding: 1.5em 3em 1.5em 3em;
    }
}

@media (max-width: 600px) {
    section.blogposts div.blogpost img {
        padding: 1.5em 3em 1.5em 3em;
    }

    .sidebar-box {
        width:100%;
    }

    div.presplash_info a.mailing_list_btn {
        float: left;
        width: auto;
        padding: 6px 25px;
        margin-top: 10px;
        margin-bottom: 0px;
        clear: both;
    }
}

@media (max-width: 500px) {
    h1.controls_title {
        font-size: 250%;
    }

    h2.controls_desc {
        font-size: 100%;
    }

    section.blogposts div.blogpost p {
        padding: 0.75em 2em 0.75em 2em;
    }

    section.blogposts div.blogpost h2 {
        padding: 0.75em 2em 0 2em;
    }

    section.blogposts div.blogpost h1 {
        font-size: 1.2em;
    }

    section.blogposts div.blogpost img {
        padding: 1.5em 1.5em 1.5em 1.5em;
    }

    section.blogposts div.blogpost div.youtube_area iframe {
        width: 100%;
        height: auto;
        min-height: 200px;
    }
}

@media (max-width: 475px) {
    article.begin {
        padding: 85px 0 0 0;
    }

    section.blogposts div.blogpost a.button {
        max-width: 300px;
    }
}

@media (max-width: 400px) {
    article.begin h1.controls_title {
        padding: 0 0.5em 0 0.5em;
        font-size: 250%;
    }

    article.begin h2.controls_desc {
        padding: 1em 1em 0 1em;
        font-size: 100%;
    }

    section.blogposts div.blogpost p {
        padding: 0.75em 1.5em 0.75em 1.5em;
    }

    section.blogposts div.blogpost h2 {
        padding: 0.75em 1.5em 0 1.5em;
    }

    .social-item {
        width:100%;
    }
}

/* Social Media Buttons */

.social_media_buttons {
    float:left;
    display:inline-block;
    text-align:left;
    box-sizing:border-box;
    padding:15px 0px 0px 0px;
}

.social_media_buttons span {
    vertical-align:top !important;
}


.fb_iframe_widget {
    display: inline-block;
    position: relative;
    float:left;
    vertical-align:top;
}
