/*
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.
*/
.blog article {
	margin-top: 0 !important;
	margin-bottom: 25px !important;
	padding-bottom: 10px !important;
}

.x-sidebar .widget {
	margin-top: 0 !important;
	margin-bottom: 1.25em !important;
}

.x-sidebar .widget.simple-social-icons {
	margin-bottom: 0 !important;
}

.entry-content div#x-content-band-2.x-content-band.vc.h-responsive.man div.x-column.vc.one-third div.x-container-fluid.max.width {
	width: 100% !important;
}

a.x-img > img {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.x-sidebar .simple-social-icons {
	font-size: 100%;
}

.widget.simple-social-icons ul {
	border-top: 0 solid #ffffff;
}

.simple-social-icons ul li a, .simple-social-icons ul li a:hover {
	font-size: 20px;
	padding: 5px;
}

.x-sidebar .widget.simple-social-icons ul li {
	margin: 0 5px !important;
}

.form-search::before, .widget_product_search form::before {
	color: #999999;
}

.x-landmark {
	display: none;
}

.pagination ul {
	background-color: #ffffff;
}

.pagination a, .pagination span {
	font-size: 1.1em;
	border-radius: 0;
}

.pagination span.expand {
	color: #999999;
}

.entry-content.excerpt {
	margin-bottom: 40px;
}

.x-colophon.top {
	background-color: #ffffff;
	border: 1px solid #b6b2a6;
}

.x-colophon .widget ul li {
	background-color: #ffffff;
}

.post-password-form {
	margin: 100px 0;
}

.x-btn, .x-btn:hover, .button, .button:hover, [type="submit"], [type="submit"]:hover {
	text-shadow: 0 0 0 rgba(0,0,0,0) !important;
	text-transform: uppercase;
	background-color: #ffffff !important;
	font-size: 14px !important;
	letter-spacing: .05em !important;
	padding: .425em .923em !important;
}

.post-password-form p label {
	display: inline-block !important;
	float: left;
	margin-right: 15px;
}

footer.x-colophon.top #text-3.widget.widget_text h4.h-widget,
footer.x-colophon.top #text-2.widget.widget_text h4.h-widget {
	color: #f68e36;
}
