/*
 Theme Name:   Vantage Child
 Author:       SiteOrgin
 Template:     vantage
 Version:      1.0
*/

@import url("../vantage/style.css");

em, a em, p em {
	font-style: italic;
}

strong {
	font-style: bold;
}

.entry-content .wp-caption {
	border: 0px solid #E0E0E0;
	box-shadow: 0 rgba(0, 0, 0, 0.09);
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 5px 0 30px 0;
	max-width: 100%;
	padding: 8px;
	text-align: center;
}

.flexslider .slides > img {
	width: 100%;
	height: auto;
	
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.15);
	display: block;
}

.widget a.button {
	background: #107fc9;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0f75b8), color-stop(1, #1189da));
	background: -ms-linear-gradient(bottom, #0f75b8, #1189da);
	background: -moz-linear-gradient(center bottom, #0f75b8 0%, #1189da 100%);
	background: -o-linear-gradient(#1189da, #0f75b8);
	border-bottom: solid 1px #083d61;
	border-left: solid 1px #094974;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-right: solid 1px #094974;
	border-top: solid 1px #0b5587;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.1);
	color: white;
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1189da', endColorstr='#0f75b8', GradientType=0);
	font-size: 0.875em;
	padding: 5px 5px;
	text-decoration: none;
	text-shadow: 0 1px 0 #000000;
}


