/*
Version: 1.0
*/
a {
    color: #4caf50;
}
a:hover {
    color: #57d65c;
}
a,a:hover{text-decoration: none;}
.well-sm.post_info_well {
    padding: 5px;
    border-radius: 0px;
}
.well.post_info_well {
    background-color: rgba(245, 245, 245, 0.26);
    border: 1px solid rgba(227, 227, 227, 0.24);
    margin-bottom: 4px;
    webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
    box-shadow: inset 0 0 0 rgba(0,0,0,0);

}
.post_single {
    background: #fff;
    padding: 0 10px;
    margin-bottom: 11px;
    overflow: hidden;
}
.single .post_single{padding-bottom: 10px;}
.single_post_title {
    background: #4CAF50;
    padding: 10px 15px;
    margin-top: 0;
    line-height: normal;
}
.single_post_title>a,.single_post_title_wrapper>h3 {
    color: white !important;
}
.page-template nav.navbar.navbar-default,.page-template nav.navbar.navbar-inverse{margin-bottom: 0 !important;}
.container.header {
    padding: 5px 0;
}
.well.well-sm {
    font-size: 11px;
}
.post_comment_area {
    background: white;
}
.comment.depth-1 {
    border-bottom: 1px solid rgba(35, 40, 45, 0.05);
    padding-bottom: 9px;
    padding-top: 2px;
}
ul.children .comment {
    border-bottom: 1px solid rgba(248, 249, 250, 0.86);
    padding-bottom: 2px;
    padding-top: 5px;
}
ul.children {
    background: rgba(76, 175, 80, 0.04);
}
.read_more_button_wrapper{margin-bottom: 6px;}
.search_button{margin-top: 5px;}
.sidebar {
    background: rgba(255, 255, 255, 0.85);
    /*background: rgba(76, 175, 80, 0.06);*/
    padding-top: 7px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    background-color: #4CAF50;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {

    background-color: #4caf50;
}
.post_single,.page_content,h1,h2,h3,h4,h5,h6,p,single_post_content,comment-content{word-wrap: break-word !important;-ms-word-wrap: break-word;}
.comment-content,.widget_wrapper {
    /*width: 48%;*/
    word-wrap: break-word;
}
a.page-numbers {
    border: 1px solid rgba(189, 226, 190, 0.39);
    padding: 6px 7px;
    background: rgba(76, 175, 80, 0.04);
}
a.page-numbers:hover,span.page-numbers {
    border: 1px solid rgba(172, 220, 174, 0.56);
    padding: 6px 7px;
    background: rgba(76, 175, 80, 0.12);
}
.btn-primary {
    color: #fff;
    background-color: #4caf50;
    border-color: #3b903f;
}
.btn-primary:hover{
    background-color: #38983b;
    border-color: #2f7732;
}
.pagination_wrapper .pagination {
    margin-top: -10px;
}
.pagination_wrapper .screen-reader-text {
    color: gray;
    font-size: 18px;
    font-weight: normal;
}
.cat_tag_list {
    padding: 2px 0 10px 0;
    border-top: 1px solid #eaeaea;
    color: gray;
    clear: both;
}
.categories_list.cat_tag_list {
    padding: 5px;
}
.footer_socket {
    padding-top: 5px;
    padding-bottom: 5px;
}

.post_page_pagination {
    border-top: 1px solid rgba(76, 175, 80, 0.66);
    margin-top: 5px;
    padding: 5px 10px;
    font-size: 18px;
}
.single_post_feature_image {
    padding-bottom: 10px;
    padding-top: 4px;
}
.post img,.post_area img{
    max-width: 100%;
    height: initial;
}
.single_post_content {
    padding-top: 5px;
}
.navbar{margin-bottom: 11px;}
.bloog_loop_2 .single_post_title {
    background: #6f6f6f;
    padding: 5px 15px;
    font-weight: normal;
}
.thumbs_wrapper {
    margin-bottom: 6px;
}

/*Author Biography*/
.author_biography.author_section_wrapper {
    background: #FAFAFA;
    margin-bottom: 30px;
    padding-bottom: 22px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.24);
    border: 1px solid #ddd;
}
h4.social_connection {
    color: #2a8290;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #2a8290;
}

.social_icons>a {
    display: inline-block;
    width: 55px;
    height: 55px;
    background: #f1f1f1;
    margin-right: 10px;
    border: 1px solid rgba(42, 130, 144, 0.25);
    transition: all .4s;
}
.social_icons>a:hover {
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(202, 202, 202, 0.25);
}
a.bio_social>img {
    padding: 16px;
    transform: rotate(0deg);
    transition: transform .5s;
}
a.bio_social:hover>img {
    transform: rotate(360deg);
}

