/*
Theme Name: Valo
Theme URI: http://www.mageewp.com/valo-theme.html
Description: Valo is a 100% completely free business & blog theme which can be used for personal or corporate website. Use it to create your own favorite websites with flexible background color without any difficulties.
Version: 1.0.9
Author: Magee
Author URI: http://www.mageewp.com
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, dark, light, green, fixed-layout, custom-background, custom-colors, custom-menu, left-sidebar, right-sidebar, theme-options

Valo Wordpress Theme has been created by mageewp.com, Copyright 2014 WordPress.org.
Valo Wordpress theme is released under the terms of GNU GPL.

*/

.widget{
margin-bottom:15px;
}
.widget ul, 
.widget ol { 
	    margin: 0; 
	    padding: 0; 
	} 
	 
.widget li { 
	    padding: 5px 0; 
	} 
	 
.widget .children li:last-child { 
	    padding-bottom: 0; 
	} 
	 
.widget li > ul, 
.widget li > ol { 
	    margin-left: 20px; 
	} 
	/* RSS Widget */ 
.widget_rss .rss-date { 
	    display: block; 
	} 
	 
.widget_rss .rss-date, 
.widget_rss li > cite { 
	    color: #a2a2a2; 
	} 

.widget  #wp-calendar {
	width:100%;
	margin-top:10px;
	background:#f5f5f5;
}
.widget  #wp-calendar #today {
	background:#A0A0A4;
}
.widget  #wp-calendar td {
	text-align:center;
	padding:5px;
}
img{max-width:100%;}
img.size-full, 
img.size-large, 
img.wp-post-image{ 
 		  max-width:100%; 
 		  height:auto; 
 		} 
button, 
input, 
select, 
textarea { 
 		    font-size: 100%; 
 		    margin: 0; 
 		    max-width: 100%; 
 		    vertical-align: baseline;
			}
h1,h2,h3,h4,h5,h6{
   word-wrap:break-word;
}

address {
	font-style:italic;
	margin:0 0 24px;
}
abbr[title] {
	border-bottom:1px dotted;
}
b,strong {
	font-weight:bold;
}
dfn {
	font-style:italic;
}
mark {
	background:#ff0;
	color:#000;
}
p {
	margin:0 0 17px;
}
code,kbd,pre,samp {
	font-family:monospace,serif;
	font-size:14px;
	-webkit-hyphens:none;
	-moz-hyphens:none;
	-ms-hyphens:none;
	hyphens:none;
}
pre {
	background:#f5f5f5;
	color:#666;
	font-family:monospace;
	font-size:14px;
	margin:20px 0;
	overflow:auto;
	padding:20px;
	white-space:pre;
	white-space:pre-wrap;
	word-wrap:break-word;
}
blockquote,q {
	-webkit-hyphens:none;
	-moz-hyphens:none;
	-ms-hyphens:none;
	hyphens:none;
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content:"";
	content:none;
}
blockquote {
	font-size:18px;
	font-style:italic;
	font-weight:300;
	margin:24px 40px;
}
blockquote blockquote {
	margin-right:0;
}
blockquote cite,blockquote small {
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
}
blockquote em,blockquote i {
	font-style:normal;
	font-weight:300;
}
blockquote strong,blockquote b {
	font-weight:400;
}
small {
	font-size:smaller;
}
sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}
sup {
	top:-0.5em;
}
sub {
	bottom:-0.25em;
}
dl {
	margin:0 20px;
}
dt {
	font-weight:bold;
}
dd {
	margin:0 0 20px;
}
td {
	border-top:1px solid #EDEDED;
	padding:6px;
}
del {
	color:#333333;
}
ins {
	background:none repeat scroll 0 0 #FFF9C0;
	text-decoration:none;
}
.wp-caption {
	max-width:100%;
}
.wp-caption .wp-caption-text,.entry-caption {
	font-size:12px;
	color:#595959;
	text-align:center;
	background:#F5F5F5;
	display:table;
	margin:5px auto 0;
	padding:5px 20px;
	border-radius:99px;
	-moz-border-radius:99px;
	-webkit-border-radius:99px;
}
.screen-reader-text{ display:none;}