/* Enter Your Custom CSS Here */

@media only screen and (min-width: 40.063em){
.post .post-title h1 {
    font-size: 28px !important;
    line-height: 30px!important;
    word-break: normal;
}
  
}

a span {
    display: none !important;
}



input[type=submit] {
 background:red; 
}

.pagination .page-numbers:not(.dots):hover, .pagination .page-numbers.current {

    background: red !important;
    border-color: red !important;
}

.post .post-title a:hover {
    color: red;
}

 .columns {
    margin-top: 33px;
}
.slick-slide img {
   
    width: 99%;
}

.post.featured-style4 .featured-title {
    width: 98%;
}

.post .post-gallery img {
    width: 100%;
    height: 210px !important;
}
.small-12.medium-6.large-6.columns {
    width: 49% !important;
}

@media only screen and (max-width:640px){

  .slick.featured-style4.slick-initialized.slick-slider {
    display: none !important;
	}
  .small-12.medium-6.large-6.columns {
    width: 100% !important; 
    min-height: 400px !important;
	}
   
  
}


@media only screen and (max-width: 380px){
.slick.featured-style4.slick-initialized.slick-slider {
    display: none !important;
}
  
}


footer.post-links span {
    display: none;
}

.post.style7 .post-meta, .post.style7 .post-author {
    color:red !important ;
}
.post-meta a {
    color: red !important;
}

div#category-title {
    display: none !important;
}