@CHARSET "UTF-8";

/* Post Lists */
.blog .posts { list-style: none; }
.blog .post {}

.blog h1, .blog h2, .blog h3, .blog h4, .blog h5, .blog h6 {
    color: #222222;
    font-weight: normal;
    margin: 0 0 20px;
    padding: 0;
}

.blog .post h1 {
    color: #222222;
    font-size: 34px;
    letter-spacing: 0;
    line-height: 39px;
    text-transform: none;
}
.blog .post h3 {
    color: #222222;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 30px;
    text-transform: none;
}
.blog .post h3 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
}
.blog h4 {
    color: #222222;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: none;
}

.blog .post .post_meta { margin: 0 0 5px 0; }
.blog .post .post_meta:not(.no-dash) > span::before {
    background-color: #cccccc;
    content: "";
    display: inline-block;
    height: 12px;
    position: absolute;
    left: 1px;
    top: 4px;
    width: 1px;
}
.blog .post .post_meta > span:first-child::before, .blog .post .post_meta > span.no-dash::before {
    display: none;
}
.blog .post .post_meta > span {
    /*display: inline-block;*/
    line-height: 21px;
    margin-bottom: 3px;
    margin-left: 4px;
    padding-left: 8px;
    position: relative;
}
.blog .post .post_meta > span:first-child {
    margin-left: 0;
    padding-left: 0;
}

/* Post Image */
.blog .post a:hover .post_image img {
    -webkit-transform: scale(1.1, 1.1); /* Chrome, Safari, Opera */
        -ms-transform: scale(1.1, 1.1); /* IE 9 */
            transform: scale(1.1, 1.1);
}
.blog .post .post_image { overflow: hidden; position: relative; }
.blog .post .post_image img {
    height: 217px;
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
    image-rendering: optimizequality;
    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

/* Post Container */
.blog .post .post_container { padding: 20px; min-height: 410px; }
/* Post Elements */
.blog .post .post_tags      { overflow: hidden; display: inline-block; }
.blog .posts-grid .post .post_tags      { max-height: 40px; }
.blog .post .post_tags, .blog .post .post_tags a { text-transform: uppercase; color: #a8c834; font-size: 12px; }
.blog .post .post_tags a:hover { color: #333333; }
.blog .post .post_date {
    display: inline-block;
    overflow: hidden;
    font-family: "allerregular";
    font-weight: 500;
    color: #aaaaaa;
    /*margin: 5px 0px;*/
}
.blog .post .post_summary { color: #3a3a3a; line-height: 23px; }
.blog .post .excerpt * { max-width: 100%; }

/* Post Title */
.blog .post .post_title { /*line-height: 25px; font-size: 18px;*/ }
.blog .post .post_title a { color: #333333; font-family: "allerregular"; font-weight: 400; }

/* Post Read More */
.blog .post .post_more { margin-top: 25px; }
.blog .post .post_more a {
    font-family: "allerregular";
    color: #333333;
    text-decoration: none;
    display: inline-block;
    border: solid 1px #333333;
    padding: 7px 20px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}
.blog .post .post_more a:hover { color: #ffffff; background: #333333; }

/* Widgets */
.blog-widgets { padding-left: 20px; }
.blog-widgets .widget {
    margin-bottom: 50px;
}
.blog-widgets h1, .blog-widgets h2, .blog-widgets h3, .blog-widgets h4, .blog-widgets h5, .blog-widgets h6 {
    color: #222222;
    /*font-family: "Raleway",sans-serif;*/
    font-weight: normal;
    margin: 0 0 20px;
    padding: 0;
}
.blog-widgets h4 {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 26px;
    text-transform: uppercase;
}
.blog-widgets h4 {
    color: #222222;
    /*font-family: Raleway;*/
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: none;
}
.blog-widgets .widget > h4 {
    margin-bottom: 20px !important;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    position: relative;
}

/* Widget Recent Posts */
.blog .recent-posts { list-style: none; margin: 0; padding: 0; }
.blog .recent-posts li { display: block; margin-bottom: 8px; min-height: 0; padding: 10px 0 15px; position: relative; }
.blog .recent-posts img {
    float: left;
    height: 60px;
    margin-bottom: 10px;
    margin-right: 20px;
    width: 60px;
    image-rendering: optimizequality;
    max-width: 100%;
}
.blog .recent-posts h6.post_title {
    color: #333333;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 17px;
    margin-bottom: 5px;
    text-transform: none;
    padding: 0;
    margin: 0;
}
.blog .recent-posts .post_title a {
    color: #454545;
    /*font-family: "allerregular";*/
    font-weight: 400;
    /*display: block;*/
}
.blog .blog-widgets .widget .recent-posts .post_date {
    color: #aaaaaa;
    font-size: 11px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-family: inherit;
}

/* Widget Categories */
.blog .post-categories { list-style: none; margin: 0; padding: 0; }
.blog .blog-widgets .widget .post-categories li {
    display: block;
    padding: 8px 0;
}
.blog .widget-list a {
    color: #555555;
    line-height: 110%;
    display: block;
    font-size: 14px;
}

/* Widget Search */
.blog .blog-widgets .widget .search-post input { width: 232px; padding: 10px 33px 10px 12px; }
.icon-btn > i {
    font-size: 18px;
}
.input-icon {
    left: 0;
    position: relative;
}
.input-icon > .form-control {
    padding-left: 33px;
}
.input-group .input-icon > .form-control {
    border-radius: 4px 0 0 4px;
}
.input-icon > i {
    color: #cccccc;
    font-size: 16px;
    left: 0;
    margin: 11px 2px 4px 10px;
    position: absolute;
    text-align: center;
    width: 16px;
    z-index: 3;
}
.has-success .input-icon > i {
    color: #36c6d3;
}
.has-warning .input-icon > i {
    color: #f1c40f;
}
.has-info .input-icon > i {
    color: #659be0;
}
.has-error .input-icon > i {
    color: #ed6b75;
}
.input-icon.right {
    left: auto;
    right: 0;
}
.input-icon.right > .form-control {
    padding-left: 12px;
    padding-right: 33px;
}
.input-group .input-icon.right > .form-control {
    border-radius: 0 4px 4px 0;
}
.input-icon.right > i {
    float: right;
    left: auto;
    right: 8px;
}
.input-icon.input-icon-lg > i {
    margin-top: 16px;
}
.input-icon.input-icon-sm > i {
    font-size: 13px;
    margin-top: 8px;
}











.blog .textcenter {
    text-align: center;
}
.blog .post-standard {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 80px;
    padding-bottom: 70px;
    position: relative;
}
/*
.post-standard.hide-border {
    border-bottom: 0 none;
    margin-bottom: 70px;
    padding-bottom: 0;
}
.post-standard-no-border {
    border-bottom: 0 none !important;
    margin-bottom: 60px;
    padding-bottom: 0 !important;
}
.post-standard p.expert {
    margin-bottom: 0;
}
*/
.blog .post.post-single {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.blog .post-standard .post-upper {
    margin-bottom: 35px;
}
.blog .post-standard > .image {
    margin-bottom: 50px;
}

/* Styles */
.title.style1 span::after {
    background-color: #454545;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 30px;
}
.title.style1 span {
    display: inline-block;
    padding: 0 0 15px;
    position: relative;
    white-space: inherit;
}

/* related-posts */
.related-posts-container {
    margin-top: 50px;
}
.related-posts-container.no-border {
    border-top: 0 none;
    padding-top: 0;
}
.related-posts {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.related-posts li {
    line-height: 1;
    list-style-type: none;
    padding: 7px 0;
}
.related-posts li a {
    padding-left: 12px;
    position: relative;
    color: #a8c834;
}
.related-posts li a::after {
    content: "";
    font-family: "fontAwesome";
    left: 0;
    position: absolute;
    top: 3px;
}
.related-posts li:last-child {
    border-bottom: medium none;
}
.related-posts li span {
    color: #aaaaaa;
    margin-left: 10px;
}
.blog .related-posts a:hover { color: #2d2d2d; text-decoration: none; }

/* Post Share */
.blog .post-share {
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    clear: both;
    max-width: 100%;
    opacity: 0;
    padding: 15px 20px;
    width: auto;
}
.blog .post-share {
    margin-top: 60px !important;
}
.blog .post-share .share-label {
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 0;
    margin-right: 10px;
}
.blog .post-share-menu {
    float: right;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.blog .post-share-menu li {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.blog .post-share-menu li a {
    color: #696969;
    display: inline-block;
    font-size: 16px;
    padding: 0 10px !important;
}
.blog .post-share-menu li a:hover { color: #a8c834; text-decoration: none; }
.blog .post-share-menu li a i {
    vertical-align: -1px;
}

/* Page Nav Next/Prev */
.page-nav {
    margin-top: 50px;
    margin-bottom: 80px;
}
.page-nav-next, .page-nav-prev {
    /*float: left;
    min-height: 1px;
    padding: 0 20px;
    width: 50%;*/
}
.page-nav-prev a, .page-nav-next a {
    color: #999999;
    display: block;
    padding-right: 40px;
    position: relative;
}
.page-nav-prev a {
    padding-left: 40px;
    padding-right: 0;
}
.page-nav-prev a i, .page-nav-next a i {
    font-size: 60px;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    right: 0;
    top: -8px;
}
.page-nav-prev a i {
    left: 0;
    right: auto;
}

.page-nav-next a h4, .page-nav-prev a h4 {
    color: #777777;
    margin-bottom: 0;
}
.page-nav-next {
    text-align: right;
}
.blog .page-nav-prev a:hover
, .blog .page-nav-next a:hover
, .page-nav-prev a:hover h4
, .page-nav-next a:hover h4 { color: #222222; text-decoration: none; }

/*.page-nav {
    margin: 30px auto 20px !important;
    max-width: 1200px;
    text-align: center;
    width: 100%;
}
.page-nav span, .page-nav a {
    border: 1px solid #2092ef;
    border-radius: 3px;
    color: #2092ef;
    display: inline-block;
    font-size: 13px;
    height: 35px;
    line-height: 33px;
    margin: 0 5px;
    text-align: center;
    width: 35px;
}
.page-nav span.active {
    background-color: #20923f;
    color: #ffffff;
}
.page-nav a.next, .page-nav a.prev {
    padding: 0 15px;
    width: auto;
}
.page-nav a.next i, .page-nav a.prev i {
    font-size: 120%;
    margin-left: 5px;
    vertical-align: -2px;
}
.page-nav a.prev i {
    margin-left: 0;
    margin-right: 5px;
}
/*
.page-links {
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 10px;
}
.page-links p {
    margin-bottom: 0;
}
.page-links:empty {
    display: none !important;
}
*/



.search-results-box {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 50px;
    padding: 0 0 50px;
}
.search-results-box > h4 {
    margin-bottom: 5px;
}
.search-results-box p {
    margin-bottom: 20px;
}
.search-results-box input {
    padding: 10px 33px 10px 12px;
    width: 232px;
}

.post-search-container {
    margin-top: 20px;
}
.post-search-container > h4 {
    color: #999999;
    font-family: inherit;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.post-search {
    margin-bottom: 50px;
    min-height: 80px;
    padding-left: 110px;
    position: relative;
}
.post-search .search-type {
    border: 1px solid #bbbbbb;
    border-radius: 50%;
    color: #999999;
    display: inline-block;
    font-size: 32px;
    height: 80px;
    left: 0;
    line-height: 80px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 80px;
}
.post-search .search-image img {
    border-radius: 50%;
    height: 80px;
    left: 0;
    position: absolute;
    top: 0;
    width: 80px;
}
.post-search .search-info h1 {
    margin-bottom: 5px;
    font-size: 30px;
}
.post-search .search-info h1 a {
    color: #333333;
}
.post-search .search-info .post-meta-info.post-meta-data {
    color: #aaaaaa;
}
.post-search .search-info .excerpt {
    color: #3a3a3a;
    margin-bottom: 0;
    margin-top: 20px;
}







/* Blog Links */
.blog a, .blog a h4 {
    -webkit-transition: color 0.3s ease 0s, border-color 0.3s ease 0s, background-color 0.3s ease 0s, opacity 0.3s ease 0s;
       -moz-transition: color 0.3s ease 0s, border-color 0.3s ease 0s, background-color 0.3s ease 0s, opacity 0.3s ease 0s;
         -o-transition: color 0.3s ease 0s, border-color 0.3s ease 0s, background-color 0.3s ease 0s, opacity 0.3s ease 0s;
            transition: color 0.3s ease 0s, border-color 0.3s ease 0s, background-color 0.3s ease 0s, opacity 0.3s ease 0s;
}
/*.blog li.post a:hover { color: #a71932; text-decoration: none; }*/
/*.blog li.post a:hover { color: #1E88B6; text-decoration: none; }*/
.blog .post a:hover { color: #a8c834; text-decoration: none; }





