/* event page body */
.com-content #sp-main-body {
    padding: 80px 0 0 0 !important;
}
.blog .entry-header h2 {
    font-size: 25px !important;
    margin: 0 0 15px !important;
}
.blog .article-info {
    margin: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

/* latest news */
#sp-right .sp-module .latestnews > div .article-list-img {
    width: 40%;
    display: table-cell;
    vertical-align: middle;
}
#sp-right .sp-module .latestnews > div a {
  	display: table-cell;
  	vertical-align: middle;
  	padding-left: 15px;
  	line-height: 20px;
  	font-size: 14px;
  	color: #000;
}
#sp-right .sp-module .latestnews > div a:hover {
	color: #379bdd;
}

/* article */
.view-article .entry-header h2 {
    font-size: 30px !important;
  	line-height: 1.6 !important;
    margin: 0 0 5px 0;
}
.view-article .entry-header .article-info {
    margin: 0;
}
.view-article .entry-header {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

/*feature-box*/
@media(min-width:992px){
.landing-feature-box .sppb-addon-text {
    min-height: 100px;
  }}

.landing-testimonial .sppb-testimonial-pro {
    padding-bottom: 0px !important;
}

/*event*/
.event-title h5 {
    min-height: 40px;
    margin-bottom: 0px !IMPORTANT;
}