@media only screen and (max-width: 400px) {

   .eic-image-caption { font-size: 14px !important; }

}

/* Vantage Center Social Media Widget */

.widget_vantage-social-media {
text-align: center;
}

.widget_vantage-social-media .social-media-icon {
display: inline-block;
float: none;
margin: 4px;
}

@import url('https://fonts.googleapis.com/css?family=Muli');


font-family: 'Muli', sans-serif;


/* Home Slider */

.home #main-slider {
margin-bottom: 45px;
}

body #page-wrapper #main .full-container {
  max-width: 1280px;
}
body #main {
  padding: 0 3px 3px; 
}

#main-slider {
   background-color: #000000;
}
/* Vantage set menu font family and weight */

.main-navigation a {
font-family: 'Play', sans-serif;
font-weight: normal;
}
header#masthead.masthead-logo-in-menu .logo > img {
padding-left:0px !important;
}

/* Circle Icon Text Color */

.widget_circleicon-widget .circle-icon-box p.text {
color: #ffffff !important;
}
#metaslider_container_1132 .flexslider {
    margin-bottom: 10px;
}
#metaslider_container_1132 .flexslider {
    margin-top: 1px;
}
#metaslider_container_1245 .flexslider {
    margin-bottom: -8px;
}
#metaslider_container_1245 .flexslider {
    margin-top: 0px;
}

Changing footer background colorCSS

footer#footer {
    background: none repeat scroll 0 0 #f0f0f0;
}

#colophon.site-footer { background-color: #343538; }

.metaslider .msHtmlOverlay .layer * {
    line-height: 0.7em;
}

.metaslider .flexslider .msHtmlOverlay .layer * {
    line-height: 1.0em;
}

@media (max-width: 500px){
	.mobile-green_parallax {
		height: 15vh !important;
	}
}

/* iPads in portrait and typical tablets */
@media (min-width: 500px) and (max-width: 768px) {
	.mobile-green_parallax {
		height: 30vh !important;
	}
}

/* Low end laptops, iPad Pro (portrait), iPads (landscape) and high end Android devices */
@media (min-width: 769px) and (max-width: 1024px) {
	.mobile-green_parallax {
		height: 30vh !important;
	}
}

.linked-in span > span {
	color: #4169E1 !important;
	font-size: 50px !important;
}

.linked-in .ow-button-hover > span {
	font-size: 24px !important;
	position: relative;
	top: 4px;
}

.entry-content p {
  line-height: 36px;
}