@charset "UTF-8";
/* CSS Document */

img {
}

.SPB_notify {
    float:right;
    color:red;
    font-weight:bold;
}

hr.SPB_hr {
    background:none;
    border:none;
    border-top:1px solid #CCC;
}

.SPB_recent {
    display: block;
    border-bottom:1px solid #F1F1F1;
    padding:0 0 5px 0;
    margin:0 0 5px 0;
}

div#SPB_rating {
    text-align:right;
    font-weight:bold;
}

div.SPB_postoption {
    margin:10px 0 10px 0;
    border:1px solid #F1F1F1;
    padding:5px 5px 5px 5px;
}
.SPB_social {
    list-style:none;
    margin:0 auto;
    padding:0;
    display:inline;
}

.SPB_social a {
    margin: 2px;
    display:inline;
}

div.SPB_edposts {
    float:right;
}


#SPB_responsive_container {
    list-style:none;
    padding:0;
    margin:0;
}

#SPB_left {
    width: 70%;
    float: left;
    background:#FFF;
}

#SPB_left img {
    max-width: 100%;
    height: auto;
}

#SPB_right {
    float: left;
    padding-left: 40px;
    width:30%;
    background:#FFF;
    vertical-align: top;
    box-sizing: border-box;
}


.createpost {
    float:right;
    /*margin-right: 10px;*/
}


.left-fluid {
    text-align: left;
}


.right-fluid {
    text-align: right;
}


/* For WYSIWYG in create post*/
.mceLayout {
    width: 100% !important;
}

.spb-image-icon {
    float: left;
    margin-right: 20px;
}

.spb-post {
    clear: both;
}

.spb-post::after {
    content: "";
    display: table;
    clear: both;
}

.spb-post + .spb-post {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

.spb-post h2 {
    margin-bottom: 5px;
}

.spb-post h2 a {
    text-decoration: none;
}

.spb-post h2 a:hover,
.spb-post h2 a:focus {
    text-decoration: underline;
}

.spb-post-info {
    margin-bottom: 20px;
    font-size: 12px;
}

/*---- Responsive Alterations ----*/

/* 768px */
@media(max-width: 768px) {

    #SPB_responsive_container {
        display: block;
    }

    #SPB_left,
    #SPB_right {
        display: block;
        width: auto;
        float: none;
    }

    #SPB_right {
        padding-left: 0;
    }


    .right-fluid {
        text-align: left;
    }


    .mceLayout {
        width: 50% !important;
    }

    #SPB-image-icon {
        float: none;
        margin: auto;
        display: block;
        margin-bottom: 10px;
    }

    .ctabutton {
        width: 100% !important;
        box-sizing: border-box;
        font-size: 20px !important;
        float: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

}

#SPB-title, #SPB-title-recent, #SPB-title-cat, #SPB-title-author, #SPB-title-archive, #SPB-title-admin {
}

#SPB_social  {
    text-align: center;
}

#SPB_social a  {
    display: inline-block;
    padding: 5px;
}

#SPB_options {
    float: left;
}

#SPB_comments {
    margin-left: 50px;
    font-size: 10pt;
    padding-top: 20px;
}

@media(max-width: 660px) {
    #SPB_left {
        display: block;
        width: auto;
    }
}

@media (max-width: 500px) {
    .ctabutton {
        line-height: normal !important;
    }

    .ctabutton img {
        float: none !important;
        display: block !important;
        padding-right: 0 !important;
        margin: 0 auto 10px !important;
    }
}
