/* Vantage Full Width Layout - Adjust Site Width */

body.responsive.layout-full #page-wrapper .full-container {
max-width: 1280px;
}

.vantage-grid-loop article .grid-thumbnail {
display: block;
padding: 0px;
border: 0px solid #c2c5ca;
-webkit-box-shadow: 0 0 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0 0 0px rgba(0,0,0,0.1);
box-shadow: 0 0 0px rgba(0,0,0,0.1);
background: #FFFFFF;
margin-bottom: 10px;
}

/* Grid Loop */

.vantage-grid-loop article .grid-thumbnail {
    border-color: #FFFFFF;
}


/* Vantage Sidebar Widget Title Font Size */

#secondary .widget .widget-title { 
font-size: 20px;
font-family: arial;
line-height: 24px;
}

/* Vantage Sidebar List Font Size and Line Height */

#secondary .widget ul {
font-size: 20px;
line-height: 24px;
}



/* Grid Blog Layout */

.vantage-grid-loop article .excerpt { display: none; }

/* Vantage Set Menu Font Family and Size */

.main-navigation {
font-size: 12px;
}

#page-title, article.post .entry-header h1.entry-title, article.page .entry-header h1.entry-title {
text-align: center;
}

/* Main Menu */
body.responsive.layout-full #page-wrapper .site-navigation .full-container {
	max-width: 100%;
}

@media (max-width: 680px) {

#main {
padding-right: 15px;
padding-left: 15px;
}
  
  /* Vantage Boxed Layout With 100% Width Header and Footer */

body.responsive.layout-boxed #page-wrapper header#masthead .full-container {
margin: 0 auto;
max-width: 1080px !important;
}

body.responsive #page-wrapper {
max-width: 100%;
padding-top: 0;
}

#main-slider {
margin: 0 auto;  
max-width: 1080px;
}

#main { 
margin: 0 auto;  
max-width: 1080px;
}

#colophon {
margin: 0 auto;  
max-width: 100%;
}

#colophon #footer-widgets {
margin: 0 auto;  
max-width: 1080px;
}
  

.entry-meta {
  font-size:22px!important;
  text-align: center;
  padding-top: 15px;
}

.single .post-info { display: block !important; }

/* Post Footer */

article.post .entry-categories, article.page .entry-categories {
    font-size: 22px;
}

@media only screen and (max-width: 479px) {
.vc_col-sm-6 {width: 50%; display:inline-block !important;}
}