/*
 Theme Name:   Vantage Child
 Theme URI:    http://simon.metristpartners.com/wp-content/themes/vantage-child/
 Description:  Vantage Child Theme for Simon Foundation
 Author:       Metrist Partners
 Author URI:   http://www.metristpartners.com
 Template:     vantage
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  vantage-child
*/

/*Style for buttons*/
.page-numbers.current {
  background-color: #ffffff;
  color: #1E73BE;
  border: 1px solid #1E73BE;
}

a.page-numbers {
  background: #1E73BE;
  color: #ffffff;
  border: none;
}

a.page-numbers:hover {
  background: #2C96C3;
  color: #FFFFFF;
  border: none;
}

a.more-link {
  background: #1E73BE;
  color: #ffffff;
  border: none;
  margin-top: 6px;
}
img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  display: none;
}
.wp-post-image {
  display: none;
}

/* Too much padding in header */
div.no-logo-overlay {
    padding-top: 0px;
	padding-bottom: 0px;
}
#masthead .hgroup {
	padding-top: 0px;
	padding-bottom: 0px;
}
#masthead .hgroup #header-sidebar {
	padding-top: 0px;
	padding-bottom: 0px;
}