/*
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.
*/
.post.entry {
	margin-bottom: 2rem;
}

/* Buttons
--------------------------------------------- */
a.button {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	line-height: 13px;
	margin: 0 0 10px;
	padding: 8px 20px;
	text-decoration: none;
}

a.button:hover {
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	color: #fff !important;
	opacity: .7;
	transition: all .5s ease;
}

a.button.small {
	background-color: #303236;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
	padding: 8px 20px;
}

a.button.medium {
	background-color: #303236;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	padding: 8px 20px;
}

a.button.large {
	background-color: #303236;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	padding: 16px 32px;
}

a.button.slim {
	background-color: #303236;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	padding: 4px 40px;
	text-transform: uppercase;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets a.button.small,
.footer-widgets a.button.medium,
.footer-widgets a.button.large,
.footer-widgets .circle {
	background: #111;
}

a.button.black {
	background-color: #111 !important;
	border: 1px solid #000 !important;
	color: #fff !important;
}

a.button.blue {
	background-color: #1887e5 !important;
	border: 1px solid #105c9e !important;
	color: #fff !important;
}

a.button.darkblue {
	background-color: #293f5e !important;
	border: 1px solid #000 !important;
	color: #fff !important;
}

a.button.gray {
	background-color: #777 !important;
	border: 1px solid #555 !important;
	color: #fff !important;
}

a.button.green {
	background-color: #9dcb2a !important;
	border: 1px solid #83a924 !important;
	color: #fff !important;
}

a.button.orange {
	background-color: #ff7e00 !important;
	border: 1px solid #cb6400 !important;
	color: #fff !important;
}

a.button.pink {
	background-color: #ff55a9 !important;
	border: 1px solid #c14080 !important;
	color: #fff !important;
}

a.button.purple {
	background-color: #7154c4 !important;
	border: 1px solid #594299 !important;
	color: #fff !important;
}

a.button.red {
	background-color: #d91420 !important;
	border: 1px solid #a8271e !important;
	color: #fff !important;
}

.fb-page {
	margin-bottom: 20px;
	min-height: 130px;
}

/* Remove Title Heading on Category Archive Pages */
.archive-title, .archive-description {
	display: none;
}

/* CSS Document */