*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
@font-face {
    font-weight: bold;
    font-family: trebuc;
    src: url(../fonts/trebucbd.ttf);
}
@font-face {
    font-weight: normal;
    font-family: trebuc;
    src: url(../fonts/trebuc.ttf);
}
@font-face {
    font-family: trebuc-it;
    src: url(../fonts/trebucit.ttf);
}
@font-face {
    font-family: Geometria;
    src: url(../fonts/Geometria.otf);
}
body{
    font-family: trebuc, sans-serif;
    font-size: 14px;
}
a:link,
a:visited{
    color: #0061c4;
    text-decoration: none;
    position: relative;
    transition: all .2s ease;
    moz-transition: all .2s ease;
}
a:link:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0px;
    background: #0061c4;
}
p{
    font-size: 14px;
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    letter-spacing: -0.01em;
    line-height: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}
h1.page-title{
    font-size: 20px;
    margin-top: -15px;
    margin-bottom: 15px;
}
.main-content{
    margin: 16px 0px;
}
.wrapper{
    width: 1023px;
    margin: 0px auto;
}
.sidebar{
    width: 271px;
    padding-right: 37px;
    float: left;
}
.sidebar .logo-holder{
    height: 56px;
    font-family: Geometria;
    line-height: 56px;
    font-size: 18px;
    color: #999;
    display: table-row;
}
.sidebar .logo-holder:after{
    display: none;
}
.sidebar .logo-holder .logo{
    padding-right: 14px;
    display: table-cell;
    vertical-align: middle;
}
.sidebar .logo-holder .logo img{
    display: block;
    vertical-align: middle;
}
.sidebar .logo-holder .logo-text{
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
}
.sidebar .logo-holder .logo-text span{
    color: #327c00;
}
.sidebar .sidebar-seperator{
    width: 100%;
    height: 1px;
    margin: 8px 0px 1px;
    background: #b4bfff;
}
.sidebar .sidebar-block{

}
.sidebar .sidebar-block > .block-title{
    display: block;
    padding: 11px 13px;
    font-size: 18px;
    color: #000;
    border-bottom: 3px solid #94ca27;
}
.sidebar .sidebar-block .block-content{

}
.sidebar .sidebar-block .block-menu{
    padding: 12px 0px;
    aborder-bottom: 1px solid #999;
}
.sidebar .sidebar-block .block-menu.last{
    padding-bottom: 25px;
}
.sidebar .sidebar-block .block-menu > .block-menu-title{
    line-height: 29px;
    margin-bottom: 10px;
    display: block;
    color: #0061c4;
    font-weight: bold;
}
.sidebar .sidebar-block .block-menu > .block-menu-title > .block-menu-arrow{
    width: 29px;
    height: 29px;
    border-radius: 50px;
    margin-right: 12px;
    display: inline-block;
    border: 1px solid #0061c4;
    vertical-align: top;
    line-height: 27px;
    text-align: center;
    background: url('../images/sidebar-arrow.png') no-repeat;
    background-position: center;
}
.sidebar .sidebar-block .block-menu.active > .block-menu-title > .block-menu-arrow{
    border: 1px solid #94ca27;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sidebar .sidebar-block .block-menu-title:after{
    display: none;
}
.sidebar .sidebar-block .block-menu ul{
    margin: 12px 13px;
    padding-left: 13px;
    list-style: none;
    border-left: 1px solid #999;
}
.sidebar .sidebar-block .block-menu li:empty{
	display: none;
}
.sidebar .sidebar-block .block-menu ul li{
    position: relative;
}
.sidebar .sidebar-block .block-menu ul li a{
    color: #000;
    display: block;
    padding: 7px 13px;
}
.sidebar .sidebar-block .block-menu ul li a:hover{
    color: #94ca27;
}
.sidebar .sidebar-block .block-menu ul li a:after{
    display: none;
}
.sidebar .sidebar-block .block-menu ul li:before{
    content: '';
    position: absolute;
    width: 14px;
    height: 8px;
    top: 50%;
    margin-top: -4px;
    left: -14px;
    background: url('../images/menu-arrow.png') no-repeat;
}
.content{
    width: 752px;
    float: right;
}
.content-menu{
    height: 56px;
    border-radius: 7px;
    padding: 12px;
    background: url('../images/content-menu.png') no-repeat;
}
.content-menu ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.content-menu ul li{
    display: inline-block;
    vertical-align: top;
}
.content-menu ul li.seperator{
    height: 28px;
    width: 1px;
    background: #000;
    margin: 0px;
}
.content-menu ul li a{
    display: block;
    padding: 7px 18px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}
.content-menu ul li a:hover{
    background: rgba(0,0,0,0.05);
}
.content-menu ul li a:after{
    display: none;
}

/* rating */
.rate{
    position: relative;
    margin: 6px 0px;
}
.rate_stars {
    margin-top: 6px;
}
.rating {
    font-size: 11px;
}
.rating, .unit-rating {
    width: 115px;
    height: 23px;
    position: relative;
    overflow: hidden;
}
.unit-rating li {
    text-indent: -90000px;
    padding: 0;
    margin: 0;
    float: left;
}
.unit-rating li a {
    display: block;
    width: 23px;
    height: 23px;
    text-decoration: none;
    border: 0 none !important;
    text-indent: -9000px;
    z-index: 17;
    position: absolute;
    padding: 0;
}
.unit-rating li a{
	transition: unset;
}
.unit-rating li a:after{
    display: none;
}
.unit-rating a.r1-unit {
    left: 0;
}
.unit-rating li.current-rating {
    background-position: 0 0;
    position: absolute;
    height: 23px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
}
.unit-rating {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAACKCAMAAADi6oj9AAAA1VBMV…ygugoiiJ2nYRVkwdfjb2fR8QN1XOcyP1BHc+cyP2ArOQT+A3O9MIoUjlVfAAAAAElFTkSuQmCC);
    background-image: url('../images/star.png');
    -webkit-background-size: 23px auto;
    background-size: 23px auto;
}
.unit-rating li a:hover,
.unit-rating li.current-rating {
    background-image: url('../images/star-c.png');
}
/* end rating */

/* posts */
.posts{

}
.post{
    display: flex;    
    margin-top: 30px;
    margin-bottom: 5px;
    position: relative;
}
.post .thumb{
    display: block;
    width: 333px;
    min-width: 333px;
    margin-right: 35px;
}
.post .thumb:after{
    display: none;
}
.post .thumb .image-holder{
    border: 2px solid #94ca27;
}
.post .thumb img{
    width: 100%;
    display: block;
}
.post .info{

}
.date,
.post .info .date a,
.post .info .rating-info{
    color: #9c9c9c;
    font-size: 11px;
    display: inline-block;
    text-decoration: none;
}
.post .info .date a:after{
	display: none;
}
.post .info .rating-info{
    font-size: 12px;
}
.post .title{
    color: #000;
    display: block;
}
.posts .post .title{
    line-height: 23.3333px;
}
.post .title h1,
.post .title h2,
.post .title h3,
.post .title .h3{
    font-size: 19px;
    padding: 0px 0px 0px;
}
.post .title:after{
    display: none;
}
.post .info .description{

}
.post .info .category-link a{
    font-size: 12px;
    display: inline-block;
}
.post .info .more{
    color: #fff;
    display: inline-block;
    margin-top: 18px;
    padding: 0px 12px;
    border-radius: 7px;
    font-size: 12px;
    height: 19px;
    line-height: 19px;
    background: #82aa39;
    font-family: trebuc-it;
    border: none;
}
.post .info .more:after{
    display: none;
}
.post .info dl{
	margin-top: 18px;
}
.post .info dl dt{
	float: left;
	font-weight: bold;
	padding-right: 5px;
}
.post .info dl dd{
	float: left;
}

.sidebar-posts .post{
    margin-top: 20px;
    margin-bottom: 0px;
    max-width: 234px;
    float: left;
}
.sidebar-posts .post .thumb{
    min-width: 98px;
    width: 98px;
    margin-right: 20px;
}
.sidebar-posts .post .title,
.sidebar-posts .post .title .h3{
    line-height: 17px;
    font-size: 13px;
    margin-top: 6px;
}
.related-posts .post{
    margin-right: 15px;
}

.post.single{
	padding: 23px 22px;
	background: #f6f6f6;
	margin-top: 27px;
    margin-bottom: 0;
}
.post.single .info .edit-holder a:after{
    display: none;
}
.post.single .info .title h1{
    font-size: 20px;
}
.post.single .rate{
	margin: 12px 0px 3px;
}
/* end posts */

.block{

}
.single-block > .title{
	display: block;
	font-size: 16px;
	margin: 30px 0px;
	font-weight: bold;
}
.related-posts > .title{
    margin-bottom: 0px;
}
.single-block .description{
	color: #333;
    font-size: 15.4px;
    line-height: 23px;
}
.attachment-block{
	padding: 28px;
	background: #e1e9ef;
	border: 2px solid #bbbbbb;
	-webkit-box-shadow: 0px 5px 3px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 5px 3px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 5px 3px 0px rgba(50, 50, 50, 0.2);
}
.attachment-block .title{
	margin: 0px 0px 15px;
}
.attachment-block .attachment{
	display: block;
	background: #82aa39;
	border-radius: 7px;
	color: #fff;
	text-shadow: 0px 1px 1px black;
}
.attachment-block .attachment a{
	display: block;
	color: inherit;
	padding: 12px 14px;
	transition: all .2s ease;
    margin: 4px 0px;
    word-wrap: break-word;
    line-height: 1.4em;
}
.attachment-block .attachment a:hover{
	apadding-top: 11px;
	apadding-bottom: 13px;
    text-decoration: underline;
}
.attachment-block .attachment a .icon{
	width: 17px;
	height: 19px;
    float: left;
	margin-right: 14px;
	vertical-align: top;
	display: inline-block;
	background: url('../images/download-icon.png');
}
.attachment-block .attachment a:after{
	display: none;
}

/* search */
.search{
    margin-top: 8px;
    margin-bottom: 40px;
}
.search-form{
    border: 1px solid #e7e7e7;
    background: #f6f6f6;
    border-radius: 7px;
    height: 40px;
    padding: 3px 3px 3px 15px;
    -webkit-box-shadow: inset 0px 3px 13px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:    inset 0px 3px 13px 0px rgba(0, 0, 0, 0.15);
    box-shadow:         inset 0px 3px 13px 0px rgba(0, 0, 0, 0.15);
    display: flex;
}
.search-form .search-field,
.search-form input[type="search"]{
    width: 100%;
    border: none;
    background: transparent;
    outline: none;
    line-height: 34px;
    color: #7b7b7b;
    padding-right: 10px;
    height: auto;
    padding: 0px;
}
.search-form .search-field:hover,
.search-form .search-field:focus,
.search-form .search-field:active{
    outline: none;
}
.search-form .search-button{
    padding: 8px 11px 7px;
    border-radius: 7px;
    background: transparent;
    border: 1px solid #939393;
    transition: all .2s ease;
}
.search-form .search-button:hover{
	background: rgba(0,0,0,.05);
	cursor: pointer;
}
.search-form .search-button i{
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url('../images/search-icon.png');
}
/* end search */

.sort{
	display: block;
}
.sort li{
	margin: 0px!important;
}
.sort a{
    padding: 10px 15px;
    border-radius: 7px;
    font-size: 14px;
    color: #000;
    display: inline-block;
    text-transform: capitalize;
}
.sort a:after{
    display: none;
}
.sort li.asc a,
.sort li.desc a{
    color: #fff;
    background: #0061c4;
}

.navigation{
    margin-top: 60px;
    text-align: center;
    line-height: 31px;
    font-size: 17px;
    font-weight: bold;
}
.navigation a:after{
    display: none;
}
.navigation .pages{
    display: inline-block;
    margin: 0px 27px;
    font-size: 19px;
}
.navigation .pages a,
.navigation .pages span{
    border-radius: 7px;
    display: inline-block;
    padding: 10px 15px;
    line-height: 1em;
}
.navigation .pages span{
    background: #0061c4;
    color: #fff;
}

.navigation .pages a{
    color: #000;
}
.navigation .page_prev span,
.navigation .page_next span{
    display: none;
}

/* gallery */
.xfieldimagegallery li{
	text-align: center;
    display: block;
    clear: both;
    width: 100%;
    margin-bottom: 28px;
}
.xfieldimagegallery li a{
	display: inline-block;
    border-radius: 7px;
    border: 1px solid #94ca27;
}
.xfieldimagegallery li a:after{
	display: none;
}
.xfieldimagegallery li img{
	float: none;
	width: auto;
	height: auto;
	display: block;
	margin: 0px;
	width: 480px;
}
/* gallery end */

/* form */
.ui-form{
    list-style: none;
    margin-bottom: 15px;
}
.ui-form input,
.ui-form textarea{
    min-width: 400px;
    max-width: 400px;
    border: 1px solid #e7e7e7;
    background: #f6f6f6;
    border-radius: 7px;
    padding: 3px 3px 3px 15px;
    -webkit-box-shadow: inset 0px 3px 13px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0px 3px 13px 0px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 3px 13px 0px rgba(0, 0, 0, 0.15);
    font-family: inherit;
    display: inline-block;
}
.ui-form input{
    margin-bottom: 15px;
}
.ui-form input:last-child{

}
.ui-form textarea{
    padding: 15px;
    min-height: 120px;
}
.ui-form input:focus,
.ui-form input:active,
.ui-form textarea:focus,
.ui-form textarea:active{
    outline: none;
}
.btn-big{
    background: url('../images/button.png');
    width: 160px;
    height: 42px;
    line-height: 42px;
    padding: 0px 15px;
    border-radius: 0px;
    color: #000;
    font-size: 16px;
}
.btn-big:hover{
    background: url('../images/button.png');
    margin-top: -1px;
    margin-bottom: 1px;
}
/* form end */

/* comments */
#addcomment{
    margin-bottom: 15px;
}
.comment{
    display: flex;
    margin-bottom: 15px;
}
.comment .com_info{
    width: 80px;
    min-width: 80px;
    margin-right: 15px;
    display: none;
}
.comment .com_info .avatar{

}
.comment .com_info .avatar a{
    display: block;
}
.comment .com_info .avatar a:after{
    display: none;
}
.comment .com_info .avatar span{
    width: 80px;
    height: 80px;
    font-size: 0px;
    display: inline-block;
    background-size: cover;
}
.comment .com_user{
    margin-top: 5px;
}
.comment .com_content{

}
.comment .com_content .text{
    margin: 8px 0px;
}
.comment .com_content .actions{
    display: block;
    list-style: none;
}
.comment .com_content .actions li{
    display: inline-block;
}
.comment .com_content .actions li:after{
    display: inline-block;
    position: relative;
    content: '|';
}
.comment .com_content .actions li:last-child:after{
    display: none;
}
.mass_comments_action{
    margin-bottom: 15px;
}
/* comments end */

/* footer */
footer{
    margin-top: 80px;
    background: #e8e8e8;
    padding: 34px 0px;
}
footer .left-col{
    float: left;
    line-height: 31px;
}
footer .left-col a{
    color: #000;
}
footer .left-col a:after{
    display: none;
}
footer .right-col{
    float: right;
    min-width: 290px;
}
footer .li-counter{
    display: inline-block;
    margin-right: 18px;
    float: left;
}
footer .site-copy{
    white-space: nowrap;
}
/* footer end */

@media screen and (max-width: 1024px){
    .wrapper{
        width: 1000px;
        padding: 0px 15px;
    }
    .content{
        width: 699px;
    }
}
@media screen and (max-width: 1023px){
    .mobile-hide{
        display: none !important;
    }
    .wrapper{
        padding: 0px 15px;
        width: 100%;
    }
    .sidebar,
    .content{
        float: none;
        width: 100%;
        padding: 0px;
    }
    .sidebar .logo-holder{
        display: block;
        text-align: center;
        margin: 0px auto 15px;
    }
    .sidebar .logo-holder .logo,
    .sidebar .logo-holder .logo-text{
        display: inline-block;
    }
    .content-menu{
        width: 100%;
        text-align: center;
        background-size: cover;
    }
    .sidebar-block{
        
    }

    .posts .post .thumb{
        width: 150px;
    }
}
@media screen and (max-width: 768px){
    footer .left-col,
    footer .right-col{
        float: none;
        display: block;
    }
    footer .left-col{
        text-align: center;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 640px){
    .post{
        display: block;
        overflow: hidden;
    }
    .post .thumb{
        width: 100%;
        min-width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 55px;
    }
    .post .info .title{
        top: 0px;
        left: 0px;
        position: absolute;
        height: 3.2em;
    }
    .post.single .info .title{
        top: 23px;
        left: 22px;
        height: 3.2em;
    }
    .filter-sort-by a{
        padding: 7px 10px;
        font-size: 12px;
    }
}
@media screen and (max-width: 768px){}
@media screen and (max-width: 481px){
    .mobile-title-holder .title{
        display: block;
        margin-top: 25px;
    }
    .xfieldimagegallery li img{
        width: 100%;
    }
    header .content-menu ul li a{
        padding: 7px 13px;
        font-size: 12px;
    }
    .content-menu ul li.seperator{
        display: none;
    }
    .related-posts .post{
        width: 50%;
        margin-right: 0px;
        padding-right: 6px;
        border-right: 1px solid #ccc;
    }
    .related-posts .post:last-child{
        padding-left: 7px;
        padding-right: 0px;
        border-right: none;
    }
    .related-posts .post .info{
        max-width: calc( 100% - 15px );
    }
    .post .mobile-title-holder-list{
        margin-bottom: 10px;
    }
    .ui-form input,
    .ui-form textarea{
        width: 100%;
        min-width: 100%;
    }
}

.clearfix{
    display: table;
    width: 100%;
    clear: both;
}
.down_btn{
	border-radius: 3px;
    background: #8ec448;
    padding: 0 20px;
    display: inline-block;
    text-align: center;
    height: 32px;
    line-height: 32px;
    color: #fff !important;
    font-size: 14px;
	text-decoration:none !important;
	
    text-shadow: 1px 1px 0px rgb(0 0 0 / 20%);
    border-bottom: 2px solid #5d8824; 
    box-shadow: inset -100px 0px 200px -75px rgb(93 136 36 / 50%);
}