/*!
Theme Name: Ydelays
Theme URI: http://paul-themes.com/wordpress/lewis/
Author: VLThemes
Author URI: http://themeforest.net/user/vlthemes
Description: 
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lewis
Tags:
*/


html {
	overflow-y: scroll;
}

body {
	margin: 0;
	font-family: 'Arial' , sans-serif;
	font-size: 14px;
}

/* WordPress API Elements */

.wp-caption {
	display: block;
	margin-top: 1rem;
	text-align: center;
	font-size: 1.125rem;
	color: #999;
	max-width: 100%;
}

.wp-caption p,
.wp-caption-text {
	margin: 1rem 0 0;
}

.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor,
.screen-reader-text {
	visibility: visible;
}

.screen-reader-text {
	display: none;
}

.aligncenter {
	margin: 30px auto;
	display: block;
}

.alignright {
	margin: 10px 0 10px 30px;
	float: right;
}

.alignleft {
	margin: 10px 30px 10px 0;
	float: left;
}