#blog_gallery h2 {
    color: #53555c;
    font-family: thai_sans_neue;
    line-height: 1.5em;
}

#blog_gallery a {
    color: #aec62c;
    outline: 0;
}

#blog_gallery p {
    margin: 0 0 10px;
}



#blog_gallery .single-post-content p {
  font-size: 20px;
  line-height: 1.3;
}

#blog_gallery .single-post-content a.btn {
  font-size: 14px;
}
#blog_gallery .btn {
    border: 1px solid #aec62c;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    cursor: pointer;
    display: inline-block;
    text-transform: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
    text-align: center;
    background: none repeat scroll 0 0 #aec62c;
    text-shadow: none;
    box-shadow: none;
    color: #FFF;
    white-space: nowrap;
}

#blog_gallery .section-breadcrumbs {
    background: #aec62c;
    margin-bottom: 45px;
    margin-top: 0px;
}

#blog_gallery .section {
    padding: 15px 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

#blog_gallery .section-breadcrumbs h1 {
    color: #FFF;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 0;
}

#blog_gallery .blog-single-post {
    padding: 20px 30px;
}

#blog_gallery .blog-post {
    background: #FFF;
    position: relative;
    margin: 20px 0;
    border: 1px solid #EEE;
    font-family: thai_sans_neue;
}

#blog_gallery .single-post-title h2 {
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 10px 0;
    border-bottom: 1px dotted #828282;
}

#blog_gallery .single-post-image {
    text-align: center;
}

#blog_gallery .single-post-image img {
    border: none;
}

#blog_gallery .blog-post img {
    max-width: 100%;
}

#blog_gallery .single-post-info {
    margin: 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px dotted #828282;
    font-size: 16px;
}

#blog_gallery .single-post-info i {
    color: #333;
    margin-right: 5px;
}

#blog_gallery .single-post-content {
    margin: 30px 0 20px 0;
    padding-bottom: 20px;
    border-bottom: 2px dotted #CCC;
}

#blog_gallery .single-post-content p {
    color: #828282;
    /*font-size: 0.9em;*/
    text-align: justify;
    word-wrap: break-word;
}

#blog_gallery .pagination-wrapper {
    margin-top: 15px;
    text-align: center;
}

#blog_gallery .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}



#blog_post h2 {
    color: #53555c;
    font-family: thai_sans_neue;
    line-height: 1.5em;
}

#blog_post a {
    color: #aec62c;
    outline: 0;
}

#blog_post p {
    margin: 0 0 10px;
}

#blog_post .btn {
    border: 1px solid #aec62c;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    cursor: pointer;
    display: inline-block;
    text-transform: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
    text-align: center;
    background: none repeat scroll 0 0 #aec62c;
    text-shadow: none;
    box-shadow: none;
    color: #FFF;
    white-space: nowrap;
}

#blog_post h4 {
    font-family: thai_sans_neue;
    color: #53555c;
    margin-bottom: 10px;
}



#blog_post .section-breadcrumbs {
    background: #aec62c;
    margin-bottom: 45px;
    margin-top: 0px;
}

#blog_post .section {
    padding: 15px 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

#blog_post .section-breadcrumbs h1 {
    color: #FFF;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 0;
}

#blog_post .blog-single-post {
    padding: 10px 30px;
}

#blog_post .blog-post {
    background: #FFF;
    position: relative;
    margin: 20px 0;
    border: 1px solid #EEE;
}

#blog_post .single-post-title h2 {
    font-size: 36px;
    margin: 0 0 10px 0;
    border-bottom: 1px dotted #828282;
}

#blog_post .single-post-image {
    text-align: center;
}

#blog_post .single-post-image img {
    border: none;
}

#blog_post .blog-post img {
    max-width: 100%;
}

#blog_post .single-post-info {
    margin: 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px dotted #828282;
    font-size: 14px;
}

#blog_post .single-post-info i {
    color: #333;
    margin-right: 5px;
}

#blog_post .single-post-content {
    margin: 30px 0 20px 0;
    padding-bottom: 20px;
    border-bottom: 2px dotted #CCC;
}

#blog_post .single-post-content p {
    color: #828282;
    font-size: 0.9em;
    text-align: justify;
}

#blog_post .pagination-wrapper {
    margin-top: 15px;
    text-align: center;
}

#blog_post .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

#blog_post .blog-sidebar h4 {
    margin-top: 20px;
    font-weight: 700;
}

#blog_post .blog-sidebar ul {
    list-style-type: none;
    margin-left: 0;
    padding: 0;
}

#blog_post .blog-sidebar .recent-posts li {
    padding: 5px 20px 5px 0;
    border-top: 1px solid #D5D5D5;
}

#blog_post .blog-sidebar .recent-posts a {
    color: #535b60;
}

#blog_post .blog-sidebar .recent-posts li:last-child {
    border-bottom: 1px solid #D5D5D5;
}

#blog_post .blog-sidebar .blog-categories li {
    padding: 5px 20px 5px 0;
    border-top: 1px solid #D5D5D5;
}

#blog_post .blog-sidebar .blog-categories a {
    color: #535b60;
}

#blog_post .blog-sidebar .blog-categories li:last-child {
    border-bottom: 1px solid #D5D5D5;
}

.blog_socials .text-share {
  font-size:14px;
}
.blog_socials .jssocials-shares {
  line-height: 1;
}
