﻿section.splash {
    float: left;
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    height: auto;
    background: #f9f9f9;
    text-align: center;
    display: inline-block;
    border-bottom: 1px solid #e6e6e6;
}

div.presplash_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: 1em 0 1em 0;
    text-align: center;
    display: inline-block;
    min-width: 300px;
    max-width: 1024px;
}

    div.presplash_info span {
        float: left;
        width: auto;
        color: #313131;
        padding-right: 15px;
        display: inline-block;
        position: relative;
    }

    div.presplash_info span.presplash_title {
        font-weight:bold;
    }

        div.presplash_info span.presplash_title: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;
    }

        div.presplash_info a:hover {
            color: #313131;
        }

div.make_section {
    float: left;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #ffffff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}

article.make_article {
    float: none;
    text-align: center;
    width: 100%;
    font-size: 1em;
    line-height: 1em;
    display: inline-block;
    max-width: 1024px;
    min-width: 300px;
    padding: 0 2em 2.5em 2em;
    margin: 0 0 0 0;
    margin-left: 0 auto;
    margin-right: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

article.make_article h1 {
    float: left;
    width: auto;
    text-align: left;
    font-size: 1.3em;
    color: #313131;
    line-height: 1em;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article.make_article h1 span {
    float: left;
}

article.make_article h1 strong {
    float: left;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 6px 15px 6px 15px;
    margin: 0 0 0 1em;
    text-align: center;
    color: #313131;
    font-size: 11px;
    line-height: 11px;
    display: inline-block;
    font-weight: bold;
    border: 1px solid #d6d6d6;
}

article.make_article h2 {
    float: left;
    width: auto;
    text-align: left;
    font-size: 1em;
    color: #515151;
    line-height: 1.6em;
    padding: 0em 0em 0em 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
}

article.make_article h2.continue {
    padding: 0.75em 0em 0em 0em;
}

/*
article.make_article h3 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 0.9em;
    color: #515151;
    line-height: 1.5em;
    padding: 0em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
}*/

div.product {
    float: left;
    width: 70%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin-top: 0;
}

div.product_item {
    float: left;
    width: 100%;
    height: auto;
    padding: 0 0 3em 0;
    margin: 2em 0 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #5195ce;
    position:relative;
    /*border: 1px solid #e6e6e6;
    background: #ffffff;*/
}

/*div.product_item:nth-child(even) {
    margin: 1.5em 0em 0em 1%;
}*/

div.product_item h1 {
    float: left;
    width: 100%;
    color: #313131;
    font-size: 0.9em;
    text-align: left;
    line-height: 1em;
    padding-bottom: 1.5em;
}

    div.product_item div.product_image_circle {
        float: left;
        width: 20%;
        height: auto;
        box-sizing: border-box;
        text-decoration: none;
        margin: 0 0 0 0;
        /*border-radius: 50%;*/
        background: #fff;
        margin: 0;
        overflow: hidden;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
        border: 5px solid #ffffff;
        display: inline-block;
    }

div.product_item a.product_image {
    float: left;
    width: 100%;
    height: auto;
    padding: 0em 0em 0 0em;
    margin: 0 0 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    text-decoration: none;
}

div.product_item a.product_image img {
    float: none;
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    max-width: 100%;
    border: none;
    border: 1px solid #d6d6d6;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0 auto;
    margin-right: 0 auto;
}

div.product_item div.product_info {
    float: left;
    width: 80%;
    overflow: hidden;
    padding: 0em 0em 0 2em;
    margin: 0 0 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    div.product_item div.product_title {
        float: left;
        width: 100%;
        overflow: hidden;
        padding: 0 0 1em 0;
        margin: 0 0 0 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    div.product_item div.product_title a {
        float: left;
        text-decoration: underline;
        text-align: left;
        margin: 0 0 0 0;
        padding-left: 0px;
        font-size: 24px;
        line-height: 1.5em;
        color: inherit;
        width: auto;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-decoration: none;
    }

        div.product_item div.product_title a:hover {
            color: #313131;
        }

div.product_item div.product_info span.product_desc {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 1.8em;
    padding: 0;
    color: #515151;
    clear: both;
}

div.product_item div.product_info div.product_byline {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 0.8em;
    line-height: 1.9em;
    padding: 1em 0em 0em 0em;
    color: #515151;
    display: inline-block;
}

div.product_item div.product_info div.product_byline span {
    float: left;
    width: auto;
    text-align: left;
    font-size: 1em;
    line-height: 1.8em;
    padding: 0em 1em 0em 0em;
    color: #515151;
    display:inline-block;
}

div.product_item div.product_info div.product_byline span i {
    font-style:italic;
    color:#717171;
}

div.product_btn_wrap {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    background: #f3f3f3;
    padding: 1em;
}

div.product_item a.product_btn {
    float: none;
    display: inline-block;
    width: 40%;
    background: #5195ce;
    margin-left: 0 auto;
    margin-right: 0 auto;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    padding: 14px 0px 14px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -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;
}

div.product_item a.product_btn span {
    float: none;
    width: auto;
    padding: 0;
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 0;
    font-size: 0.9em;
    line-height: 1em;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
}

div.product_item a.product_btn:hover {
    background-color: #006da3;
}

div.product_item a.off {
    background-color: #eeeeee;
}

div.product_item a.off:hover {
    background-color: #eeeeee;
    cursor: progress;
}

div.product_item a.off span {
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0);
}

.sidebar {
    width: 30%;
    float: left;
    margin-top: 2em;
    box-sizing: border-box;
    padding-left: 2em;
}

.sidebar-box {
    background: #f9f9f9;
    border: 1px solid #e1e1e1;
}

.sidebar-title {
    display: inline-block;
    font-size: 1.2em;
    text-align: left;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding:25px 25px 0 25px;
}

.widget {
    padding: 15px 25px 15px 25px;
    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: 100%;
    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: 10px 0 10px 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;
}

/*  MEDIA QUERIES  */
/*@media (max-width: 800px) {
    div.product {
        width: 60%;
    }

    .sidebar {
        width: 40%;
    }

    div.product_item div.product_info a.product_title {
        font-size: 1.1em;
    }

    div.product_item div.product_info span.product_desc {
        font-size: 0.8em;
    }

    div.product_item a.product_btn {
        width: 100%;
    }

    div.product_item div.product_info {
        height: 135px;
    }
}

@media (max-width: 700px) {
    article.make_article {
        padding: 2em 2em 2em 2em;
    }

    article.make_article h2 {
        font-size: 0.9em;
    }

    div.product_item h1 {
        font-size: 0.9em;
    }

    div.product_item {
        width: 100%;
        height: auto;
    }

    div.product_item:nth-child(even) {
        margin: 1.5em 0 0 0;
    }

    div.product_item div.product_info {
        width: 60%;
        height: auto;
    }

    div.product_item div.product_image_circle {
        width: 40%;
    }

    div.product_item div.product_info {
        height: auto;
    }

    div.product_item a.product_btn {
        width: 71%;
    }
}*/

@media (max-width:800px) {
    div.product {
        width: 60%;
    }

    .sidebar {
        width: 40%;
    }
    
    div.product_item h1 {
        text-align: center;
    }

    div.product_item div.product_image_circle {
        width: 65px;
        float: none;
        position:absolute;
        top:0px;
        left:0px;
    }

    div.product_item div.product_info {
        width: 100%;
        padding: 0;
    }

    div.product_item div.product_title a {
        padding-left: 80px;
        font-size:22px;
    }

    /*div.product_item div.product_info span.product_desc {
        text-align: center;
        font-size: 0.9em;
    }*/

    /*div.product_item div.product_info div.product_byline {
        text-align: center;
    }

    div.product_item div.product_info div.product_byline span {
        float: none;
        text-align: center;
        padding: 0em 0.5em 0em 0.5em;
    }*/

    div.product_item a.product_btn {
        width: 100%;
    }
}

@media (max-width:650px) {
    div.product {
        width:100%;
    }

    .sidebar {
        width: 100%;
        padding-left: 0;
    }
}
