.home-feed .item-image {
    display: none;
}
.home-feed .item-title h5 {
    font-size: 18px !important;
}

.news-feed-content {
    margin-top: 15px;
    overflow: hidden;
    position: relative;
    /*
  	// Column titles
  	h2 {
  		font-size: 20px !important;
  		line-height: 1.4 !important;
  	}
  	
  	// Columns
  	> .wpb_column.column_container {
  		padding-left: 5px !important;
  		padding-right: 5px !important;
  	}
  	
  	// Line between column
  	&:before {
  		content: "" !important;
  		display: block !important;
  		position: absolute;
  		left: 50%;
  		top: 0;
  		height: 100%;
  		margin-left: -5px;
  		border-right: 1px solid #757575;
  		
  		@media screen and (max-width: 767px) { display: none !important; }
  	}
  */
}
.news-feed-content .featured-image,
.news-feed-content .mk-teader-button {
    display: none !important;
}
.news-feed-content .item-wrapper {
    width: 100% !important;
    padding: 5px !important;
}
.news-feed-content .the-title {
    margin-top: 0 !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    margin-bottom: 10px !important;
}
.news-feed-content .the-excerpt,
.news-feed-content .the-excerpt p {
    font-size: 14px !important;
    text-align: left !important;
    margin-bottom: 0 !important;
}
.news-feed-content article {
    margin-bottom: 15px !important;
}

body.search-results .search-result-item .the-title {
    text-decoration: underline;
}

.search-button {
    border-color: #252525;
    color: #252525;
    border-width: 2px;
    border-style: solid;
    padding: 12px 24px;
    font-size: 12px;
    line-height: 100%;
    box-sizing: border-box;
    transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border 0.1s ease-in-out;
    -webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border 0.1s ease-in-out;
    display: inline-block;
    max-width: 100%;
}
.search-button:hover {
    background-color: #252525;
    color: #ffffff;
}

/*# sourceMappingURL=styles.css.map */
