/* Vantage Contact Form 7 */
.wpcf7-form input, .wpcf7-form textarea {
width: 300px;
}

form.wpcf7-form .wpcf7-submit {
	width: 100px;
}

/* Contact Form 7 CSS Fix To Display Responsive on Mobile*/

@media only screen and (min-width : 240px) {
   .wpcf7-textarea,
   .wpcf7-text {
     max-width: 100%;
     padding: 10px 1px !important;
   }
}

/* Vantage Artikkeliasetuksia */

article.post .entry-header .entry-thumbnail img, article.page .entry-header .entry-thumbnail img {
    display: block;
    width: 70%;
    height: 70%;
}

.blog #main .full-container {
	max-width: 800px !important;
}

.single #main .full-container {
	max-width: 800px !important;
}

/* Grid Blog Layout */

.vantage-grid-loop {
text-align: center;
}

.vantage-grid-loop article h3 {
    font-size: 16px;
  width: 100% !important;
}

.vantage-grid-loop article .excerpt {
  height: auto;
}

.vantage-grid-loop article .excerpt p {
  font-size: 16px;
}

/* Metaslider in Masthead Widget Area Adjustments*/

#masthead-widgets .metaslider .flexslider, .main-navigation {
margin: 0 !important;
}

.hgroup, #masthead-widgets {
max-width: none !important;
}

#masthead {
padding: 0;
}

#masthead li {
padding-bottom: 0 !important;
}

#masthead-widgets .widget {
padding: 0 !important;
}