@import  "https://fonts.googleapis.com/css?family=Lato:300, 400, 700, 900";

/* Import fonts */
* {
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif !important;
}

body {
	background: #fff;
	margin: 0;
	color: #5a5a5a;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: 'Lato', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif !important;
	font-weight: 300 !important;
	line-height: 1.1 !important;
}

p, span, li {
	padding: 0;
	margin-bottom: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #666;
	margin-top: 10px;
	letter-spacing: .7px;
}

.comment-form .subscribe-label {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
/*font-size: 16px;*/
	line-height: 26px;
	color: #666;
	margin-top: 10px;
	letter-spacing: .7px;
}

html,
body {
	height: 100%;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

.centered {
	text-align: center;
}

.mt {
	margin-top: 50px;
}

.mb {
	margin-bottom: 50px;
}

.mtb {
	margin-top: 50px;
	margin-bottom: 50px;
}

.mtb2 {
	margin-top: 100px;
	margin-bottom: 100px;
}

.ptb {
	padding-top: 60px;
	padding-bottom: 60px;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 100%;
}

::-moz-selection {
	color: #5a5a5a;
	text-shadow: none;
	background: #2B2E31;
}

::selection {
	color: #5a5a5a;
	text-shadow: none;
	background: #2B2E31;
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
	color: #5a5a5a;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #5a5a5a;
}

body h1 {
	font-size: 36px;
}

body h2 {
	font-size: 30px;
}

body h3 {
	font-size: 24px;
}

body h4 {
	font-size: 18px;
}

body h5 {
	font-size: 14px;
}

body h6 {
	font-size: 12px;
}

body p {
	margin: 0 0 10px !important;
}

.widget-title, sd-title {
	font-family: 'Lato', sans-serif !important;
	font-size: 18px !important;
/*background-color: #FFE30C;*/
}

.site-title a {
	font-size: 36px !important;
	padding: 0;
	margin-bottom: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height: 26px;
	color: #666;
	margin-top: 10px;
	letter-spacing: .7px;
}

.site-info a {
	color: #666;
	font-family: "Lato", sans-serif;
	font-weight: 300;
	letter-spacing: .7px;
	line-height: 26px;
	margin-bottom: 12px;
	margin-top: 10px;
	padding: 0;
}

.site-info a:hover, .site-info a:focus {
	color: #666;
}

body {
	display: block !important;
}

.sharedaddy .sd-title {
	font-family: 'Lato', sans-serif !important;
	font-size: 18px !important;
}

li a:hover {
	border-bottom: 1px solid #333 !important;
}

@media(max-width: 768px) {
	.site-title > a {
		font-size: 100% !important;
	}
	
	footer span {
		line-height: unset !important;
	}
}