
.fp-glob:hover{
    cursor: pointer;
    opacity: 0.2;
}
.fp-glob:hover h4{
    text-shadow: 1px 1px 20px black;
}
.fp-glob h4{
    font-size: 21px;
}
.last-four-post > p, .last-four-post > br {
    display: none;
}
.last-four-img {
    background-size: cover;
    min-height: 210px !important;
}
.last-four-post a{
  text-decoration: none !important;
}
@media screen and (max-width: 720px) {
    .col-fourposts{
        max-width: 100% !important;
    }
}
.col-fourposts{
    margin-bottom: 4px;
    max-width: 48%;
    min-height: 210px!important;
    background-size: cover;
    position: relative;
}

.fp-color-overlay{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: black;
   opacity: 0.8;
}



.fp-cat{
    position: relative;
    top: 30px;
    padding: 7px;
    color: white;
    background: green;
    margin-left: 20px;
}

.fp-post-title{
    position: relative;
    top: 20px;
    padding: 20px;
    color:white;
    font-size:16px;
}
@media screen and (min-width: 1200px) {
    .fp-post-title{
        position: relative;
        top: 20px;
        padding: 20px;
        font-size:26px;
    }
}

@media screen and (min-width: 700px) and (max-width: 1200px) {
    .fp-post-title{
    position: relative;
    top: 10px;
    padding: 20px;
    font-size:24px;
}
}

.fp-post-title a{
    color:white!important;
}
