/*
Theme Name: Stevebluestein
Theme URI: http://stevebluestein.net/
Author: Shailesh Lekhwar
Author URI: http://stevebluestein.net/
 		
*/
 
body {
font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-size:14px;
	background-color: #031b34;
	color:#fff;
}
* {
	margin: 0;
	padding: 0;
}
html {
}
img {
	vertical-align: sub;
	border:none;
	-ms-interpolation-mode:bicubic;
	height: auto;
	max-width: 100%;
	outline:none;
}
.clear {
	clear:both;
}
a {
	color: #fff;
	text-decoration:none;
-webkit-transition:color .3s ease-in-out;
-moz-transition:color .3s ease-in-out;
-o-transition:color .3s ease-in-out;
transition:color .3s ease-in-out
}
a:hover {
-webkit-transition:color .3s ease-in-out;
-moz-transition:color .3s ease-in-out;
-o-transition:color .3s ease-in-out;
transition:color .3s ease-in-out;
	text-decoration:none;
}
p {
	color: #fff;
	font-style: normal;
	font-weight: 400;
	margin: 16px 0;
	font-size: 14px;
	line-height: 21px;
}
a:focus {
	outline: 0;
}
a:hover, a:active {
	outline: 0;
}
a:active, a:hover {
	color: #ccc;
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
 	font-weight: 500;
}
h1 {
	    font-size: 30px;
    margin: 15px 0 0;
    font-weight: 700
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
b, strong {
 	font-weight: 500;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	background: #fff;
	border: 1px solid #eee;
	padding: 1% 1%;
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	background: #fff;
	border: 1px solid #eee;
	padding: 1% 1%;
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	/* background: #fff; */
	/* border: 1px solid #eee; */
	/* padding: 1% 1%; */
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	background: #fff;
	border: 1px solid #eee;
	padding: 1% 1%;
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #000;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption-text {
	min-height:34px;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
