/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.sd-social-icon .sd-content ul li[class*='share-'].share-custom-stumbleupon a.sd-button {
	background: #eb4823 url('https://wp.me/a4kAwB-2hK') no-repeat center center;
	background-size: 80%;
	color: #fff !important;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: 400 18px/1 Genericons;
	vertical-align: top;
	position: relative;
	top: 0;
	text-align: center;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-custom-stumbleupon a.sd-button span {
	background-image: none !important;
}

.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	max-width: 1600px;
	min-height: 150px;
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
}

.site-title {
	font-size: 48px;
	font-weight: bold;
	line-height: 1;
	padding: 40px 40px 0;
}

.site-description {
	font: bold italic 20px "Source Sans Pro", Helvetica, sans-serif;
	padding: 10px 100px 0;
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 35px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 20px 0 0;
}

.nav-menu li a {
	color: #141412;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 10px;
	height: 30px;
	text-decoration: none;
}

.widget {
/*	background-color: rgba(247,245,231,0.7);*/
	background-color: rgba(255,255,255,0.7);
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin: 0 0 24px;
	padding: 20px;
	word-wrap: break-word;
}

.widget .widget-title {
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	font: "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 10px;
}

.nav-menu li a {
	color: #141412;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	padding: 15px;
	text-decoration: none;
}

.entry-title {
	font-size: 28px;
}

.navbar {
	background-color: #f7f5e7;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
	border: 1px;
	border-style: outset;
}

@media (max-device-width: 480px) {
	.site-header {
		background-image: none !important;
		background-color: #ddab24;
	}
}

@media (max-device-width: 480px) {
	.site-title {
		font-size: 24px;
		padding: 40px 10px 0;
	}
}

@media (max-device-width: 480px) {
	.entry-title {
		font-size: 20px;
	}
}

@media screen and (min-width: 600px) {
	.main-navigation li:last-child {
		margin-right: 0;
	}
	
	.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
		padding-left: 10px;
	}
}

@media (max-device-width: 480px) {
	.site-description {
		font: bold italic 18px "Source Sans Pro", Helvetica, sans-serif;
		padding: 10px 50px 0;
	}
}

@media(max-width: 643px) {
	.site-header {
		background-image: none !important;
		background-color: #ddab24;
	}
}

@media(max-width: 678px) {
	.site-header {
		background-image: none !important;
		background-color: #ddab24;
	}
}

@media(max-width: 726px) {
	.site-header {
		background-image: none !important;
		background-color: #ddab24;
	}
}

@media(max-width: 766px) {
	.site-header {
		background-image: none !important;
		background-color: #ddab24;
	}
}

#quoteselect {
	width: 260px;
}