@import url(//db.onlinewebfonts.com/c/99d504622af69baa79ef84fad6985031?family=Viner+Hand+ITC);

.item.border {
    max-height: 380px;
    height: 380px;
}

.item>.content>.metas.mt20 {
    height: 30px;
}


.item>.content>.description {
    max-height: 80px;
    overflow: hidden;
    text-align: justify;
    font-size: 12px;
}

.grid .main-area .border:after{
    left: 0;
    padding: 5px;
}

.grid .main-area .feature {
    width: 98%;
    margin: auto;
}

.grid .main-area .content {
    padding: 20px;
}

.sidebar .widget ul li {
    margin-bottom: 6px;
}

.category-sidebar{
    background-color: antiquewhite;
}

.category-sidebar .sidebar .category h3 {
    background-color: burlywood;
    margin: 0 -15px 0 -15px;
    padding: 15px;
}

.sidebar .widget ul {
    padding-top: 15px;
}
.grid .main-area .border:after {
    top: 0px;
}

.grid .main-area .feature img {
    padding-top: 2px;
}

.widget.category>h3>small>a{
    float: right;
    margin-top: 25px;
}

.category>ul>li.active{
    background-color: bisque;
    padding-left: 15px;
    margin-left: -15px;
    margin-right: -15px;
}

h2.intro-2{
    font-family: "Viner Hand ITC";
    line-height: 50px;
    margin-top: 5px;
    margin-bottom: 50px;
}

.intro-img>img{
    height: 110px;
}
.intro-img{
    text-align: right;
}

.circle_button{
    width:150px;
}

.circle_button:hover{
    width:160px;
}
.home-buttons>div{
    height: 220px;
}
.home-buttons>div>a{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.home-buttons>div>a:hover{
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.home-buttons>.inner{

}
.home-button-container>a{
    position: relative;
    text-align: center;
    color: white!important;
    text-decoration: none;
    font-size: 20px;
}
/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (min-width: 1140px){
    h5 {
        font-size: 16px;
        margin-top: 0.4em;
        line-height: 2em;
        margin-bottom: 0.3em;
    }
}
