/******************************************************************************************************/
/*BLOG*/
/******************************************************************************************************/
.module_1{
    -webkit-box-shadow: -6px 10px 24px 0px rgba(0,0,0,.09);
    -khtml-box-shadow: -6px 10px 24px 0px rgba(0,0,0,.09);
    -moz-box-shadow: -6px 10px 24px 0px rgba(0,0,0,.09);
    -ms-box-shadow: -6px 10px 24px 0px rgba(0,0,0,.09);
    -o-box-shadow: -6px 10px 24px 0px rgba(0,0,0,.09);
    box-shadow: -6px 10px 24px 0px rgba(0,0,0,.09);
    margin-bottom: 30px;
    color: #69696d;
}
.module_1 .container-content{
    padding: 25px;
}
.module_1 .module-thumb.no-image{
    background-color: #f7f7f8;
}
.module_1 .module-thumb.no-image a{
    display: block;
    padding: 88px 0px;
}
.module_1 .module-thumb.no-image a i{
    font-size: 75px;
    display: table;
    margin: 0 auto;
}
.module_1 .container-image .module-thumb a.module-image-link:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(40%,transparent),to(rgba(0,0,0,.6)));
    background: -webkit-linear-gradient(top,transparent 40%,rgba(0,0,0,.6) 100%);
    background: -o-linear-gradient(top,transparent 40%,rgba(0,0,0,.6) 100%);
    background: linear-gradient(to bottom,transparent 40%,rgba(0,0,0,.6) 100%);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    z-index: 999;
}
.module_1 .container-image .module-thumb{
    margin-bottom: 0px;
    overflow: hidden;
    position: relative;
    height: 207px;
}
.module_1 .container-image .module-thumb img{
    width: 100%;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    display: table;
    height: 100%;
}
.module_1:hover .container-image .module-thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.module_1 .admin-edit{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 999;
    background-color: rgba(250, 207, 17, 0.85);
    padding: 0.3rem 0.7rem;
    text-decoration: none;
    color: #000000;
}

.module_1 .module-title{
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0;
    margin: 0px 0px 10px 0px;
    min-height: 50px;
    max-height: 50px;
    overflow: hidden;
}
.module_1:hover .module-title{
    max-height: inherit;
    overflow: visible;
}
.module_1 .module-excerpt{
    margin-bottom: 10px;
}
.module_1 .module-meta{

}
.module_1 .module-tags{
    max-height: 26px;
    overflow: hidden;
}
.module_1:hover .module-tags{
    max-height: inherit;
    overflow: visible;
}
.module_1 .module-tags a, .single-post .post-categories li a, .single-post .post-tags a{
    position: relative;
    left: 0;
    top: 0;
    background: 0 0;
    color: #333;
    padding: 0 10px;
    font-size: 11px;
    font-weight: 700;
    display: inline-table;
    line-height: 19px;
    text-transform: uppercase;
    margin-bottom: 3px;
    z-index: 1;
    margin-right: 3px;
    height: 19px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    letter-spacing: .44px;
    border: 1px solid #ccc;
}
.module_1 .module-tags a:hover{
    background-color: #FED000;
    border-color: #FED000;
}
.module_1 ul.post-categories{
    list-style-type: none;
    display: table;
    width: 100%;
}
.module_1 ul.post-categories li{
    float: left;
    margin-right: 7px;
}
.module_1 ul.post-categories li a{

}
.module_1 .module-cats{
    margin-bottom: 7px;
    max-height: 22px;
    overflow: hidden;
}
.module_1:hover .module-cats{
    max-height: inherit;
    overflow: visible;
}
.module_1 .module-cats a{

}
.module_1 .module-date{

}
form.searchform label{
    display: none;
}
form.searchform input[type="text"]{
    width: 70%;
    border-color: #DDDDDD;
    padding: 10px;
}
form.searchform input[type="submit"]{
    width: 27%;
    padding: 10px;
    border-color: #DDDDDD;
}
@media (max-width: 576px) {
    .category .module_1 .container-image .module-thumb, .tag .module_1 .container-image .module-thumb{
        height: auto;
    }
    .module_1 .module-title, .module_1 .module-cats, .module_1 .module-tags{
        min-height: inherit;
    }
}
@media (max-width: 767px) {
    .module_1{
        max-width: 480px;
        margin: 0px auto 30px auto;
    }
    .module_1 .module-title, .module_1 .module-cats, .module_1 .module-tags{
        max-height: inherit;
        overflow: visible;
    }
}
