/*
 Theme Name:     Vantage Child
 Author:         SiteOrigin
 Template:       vantage
 Version:        1.0.0
*/

@import url("../vantage/style.css");

body,
.entry-content {
  font-size:17px!important;
  line-height:1.5;
}

#masthead h1 {
	font-family: "Georgia", "Times New Roman", Times, serif !important;
	font-weight: 400;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
h2,h3,h4,h5,h6 {
    margin-top:1em!important;
    margin-bottom:.25em!important;
	}
.entry-content h2 + p,
.entry-content h3 + p,
.entry-content h4 + p,
.entry-content h5 + p,
.entry-content h6 + p,
.entry-content h1 + h2,
.entry-content h2 + h3,
.entry-content h3 + h4,
.entry-content h4 + h5,
.entry-content h5 + h6 {
    margin-top:.25em!important;
	}
.entry-content h2 {
  font-size:1.8em;
	}
.entry-content h3 {
  font-size:1.6em;
	}

#page-title, 
article.post .entry-header h1.entry-title, 
article.page .entry-header h1.entry-title {
	line-height:1.1;
	margin-top:0;
	}

article.video {
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: inline-block;
  margin-right: 4%;
  min-width: 300px;
  vertical-align: top;
  width: 44%;
	}
article.video:nth-of-kind(even) {
	margin-right: 0;
	}
article.video:first-child,
header.page-header + article.video {
	padding-top:3em;
	}
article.video h1.entry-title {
	font-size:2rem !important;
	line-height:1.4;
	}

.post-filters {
	margin: 0 0 4%;
	border-radius:6px;
	box-shadow: 0 0 11px rgba(0, 0, 0, 0.15);
	padding:2%;
	background: #fff;
	}

.deletebutton {
	background-color: #544;
	border-radius: 9px;
	color:white;
	font-size:1.7rem!important;
	margin: 1.5em 0;
	padding:.1em .4em;
	text-align:center;
	text-transform:uppercase;
	width: 200px;
	}
.deletebutton a {
	color:white!important;
	padding:0 0 0 0;
	text-decoration:none;
	}
.deletebutton:hover,
.deletebutton:focus {
	background-color: black;
	}
	