/*
	Theme Name: Vinero | Shared by VestaThemes.com
	Theme URI: http://wp.vlthemes.com/vinero-portfolio/
	Description: Vinero is a unique portfolio WP Theme, focused on minimalism, elegance and simplicity. Perfect typography and unique elements that will help you create your own style.
	Author: VLThemes
	Author URI: https://themeforest.net/user/vlthemes
	License: GNU General Public License version 3.0 & Envato Regular/Extended License
	License URI:  http://www.gnu.org/licenses/gpl-3.0.html & http://themeforest.net/licenses
	Version: 3.0
	Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, featured-images, full-width-template, theme-options, translation-ready
	Text Domain: vinero
*/


html {
	overflow-y: scroll;
}

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

/* WordPress API Elements */

.wp-caption {
	margin: 5px 0;
	text-align: center;
	color: #464646;
	font-style: italic;
	font-size: 12px;
	max-width: 100%;
}

.wp-caption p {
	margin: 0;
	line-height: 11px;
	font-size: 12px;
}

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

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

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

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