﻿/*.blog_content {
    font-family: 'Open Sans',sans-serif;
    font-size: 1.2em;
}*/

.button {
    display: block
}

#blog_menu .toggle_dropdown {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    clear: both
}

#blog_menu {
    display: block;
    background-color: #fff;
    margin-bottom: 20px; /*3.125em*/
    -webkit-box-shadow: 0 .313em .625em 0 rgba(204,204,204,1);
    -moz-box-shadow: 0 .313em .625em 0 rgba(204,204,204,1);
    box-shadow: 0 .313em .625em 0 rgba(204,204,204,1);
    border-radius: 10px;
    overflow: hidden;
}

.blog_menu_section {
    display: block;
    padding: 1.25em 1.25em 1.25em 1.25em
}

    .blog_menu_section.blog_title {
        background-color: #999;
        color: #fff;
        line-height: 1.875em
    }

.blog_list_image {
    border-radius:10px;
    margin-bottom: 1.250em;
    max-height: 15.625em;
    overflow: hidden
}
.blog_image {
    border-radius:10px;
    overflow: hidden;
    margin-bottom: 1.250em;
}
    .blog_list_image img, .blog_image img {
        width: 100%;
        display: block;        
    }

.blog_name, .blog_date, .blog_comments {
    display: inline-block
}

.blog_spacing {
    margin-left: 5%;
    margin-right: 5%
}

.blog_title h3 {
    font-weight: 700;
    margin-bottom: 0
}

.blog_menu_section h4 {
    margin-bottom: .625em
}

.blog_title, .blog_search, .blog_newsletter {
    background-color: #eee
}

.blog_search {
    padding-bottom: 1.625em
}
    .blog_search .search_wrapper {
        margin-bottom:0;
    }
    .blog_side_menu_cat_links {
        font-size: .9em;
        margin-bottom: 0
    }

.blog_side_menu_cat_sublinks {
    font-size: .8em;
    margin-bottom: .625em
}

.liketext {
    font-style: italic;
    margin: 0 .625em
}

.bloglike {
    margin: 0;
    font-size: 1.2em
}

    .bloglike::before {
        font: 100%/1em "custom_icons",sans serif;
        content: '\F164';
        margin-right: .625em
    }

#likecount {
    font-weight: 700
}

.search_icon::before {
    font-family: "custom_icons",sans-serif;
    margin-right: .625em;
    line-height: 1.2em;
    content: '\F002'
}

#blog h2 {
    font-size: 1.2em;
    margin-top: 30px
}

.content ul, .content ol {
    padding-bottom: inherit
}

#blog .blog_content img {
    display:block;
    max-width: 100%;
    /*margin: 10px 0 30px 0*/
    margin: 0 auto 20px auto;
}

#blog blockquote {
    font-family: Georgia,Times,"Times New Roman",serif;
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
    margin-left: 20px
}

.news_content img {
    max-width: 100% !important;
    height: auto !important;
    margin: 10px 0 30px 0
}

/* COURSE INFO SIDEMENU */
#blog_menu {
    font-size: 16px;
}
#blog_menu h2,
#blog_menu h3,
#blog_menu h4,
#blog_menu h5,
#blog_menu h6 {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:600;
}
    #blog_menu h3 {
        margin-bottom:10px;
    }
    #blog_menu hr {
        margin: 20px 0;
    }
@media screen and (max-width:900px) {
    #blog_menu {
        border-radius: 0 0 0 5px !important;
    }

    .blog_menu_section {
        padding: .625em
    }

        .blog_menu_section.side_menu_title {
            padding: 0 0.625em !important
        }
}

@media screen and (max-width:640px) {
    .blog_date, .blog_comments {
        display: block
    }

    .blog_spacing {
        margin-left: inherit;
        margin-right: inherit
    }
}

@media screen and (max-width:400px) {
    .comment_like_button {
        margin-bottom: .625em
    }
}
