/*
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.
*/
footer .container .grid .grid__item {
	width: 32%;
}

.site-branding {
	margin-bottom: 3em;
	margin-top: 0;
}

.nav--main a {
	color: #000000;
	font-weight: normal;
	font-family: "Droid Serif", serif;
	letter-spacing: .5px;
}

h1 {
	font-size: 2.25em;
}

.widget_adrotate_widgets + .widget_adrotate_widgets {
	border-top: none;
	padding-top: 0;
}

.page-title {
	font-family: montserrat light;
	text-align: left;
	text-transform: uppercase;
	font-size: 1em;
	color: #FFFFFF;
}

.page-title, .page .entry-title {
	border-bottom: 1px solid #FFFFFF;
	padding: 0;
}

.tab-inner .profile,
.active .social-tabs li.active {
	display: none;
}

.active.dcsnt .dcsnt-slider {
	box-shadow: none;
}

.tab-inner ul,
.static .tab-content {
	padding: 0;
}

.static .tab-inner,
.static .dcsnt-slider {
	border-radius: 0;
}

.tab-inner ul li .thumb img {
	border: none;
}

.dcsnt.static .controls {
	bottom: -30px;
}

h5 {
	font-size: 1.5625em;
	line-height: 1.44;
	text-align: left;
	padding-bottom: .5em;
	padding-top: .5em;
	font-weight: normal;
}

.wpcf7-form label {
	display: block;
	float: none;
	font-weight: 700;
	margin-bottom: 3px;
}

.wpcf7-form label span {
	color: #aaa;
	font-weight: 400;
	margin-left: 4px;
}

.nav > li > a:focus,
.nav > li > a:hover {
	background: none;
}

#menu-footer > li > a:focus,
#menu-footer > li > a:hover {
	background-color: #000;
	color: #ccc;
}

div.wpcf7-response-output {
	border: none;
}

div.sharedaddy {
	margin-top: 30px;
}

.sd-social-icon .sd-content ul li.share-email[class*="share-"] a.sd-button,
.sd-social-icon .sd-content ul li.share-linkedin[class*="share-"] a.sd-button,
.sd-social-icon .sd-content ul li.share-pinterest[class*="share-"] a.sd-button,
.sd-social-icon .sd-content ul li.share-twitter[class*="share-"] a.sd-button,
.sd-social-icon .sd-content ul li.share-facebook[class*="share-"] a.sd-button {
	color: #000 !important;
	background: none;
}

.nav--toolbar a {
	z-index: 1000;
}

.nav--toolbar a:hover {
	background: #fff !important;
}

.synved-column-flow-end > .synved-column-content {
	margin-left: 12px;
}

.synved-column-content .aligncenter, 
.synved-column-content .alignnone {
	display: unset;
	margin-left: 0;
}

@media screen and (min-width: 783px) {
	.page-id-17 #main {
		padding-left: 0;
		padding-right: 4em;
	}
}

@media screen and (max-width: 782px) {
	.page-id-17 #main {
		padding-left: 0;
		padding-right: 0 !important;
	}
}

@media only screen and (min-width: 1000px) {
	body:before, body:after {
		background: #000000;
	}
}

.site-footer {
	background: #000000;
	color: #ffffff;
	line-height: 1;
}

#footer-sidebar {
	display: block;
	height: 250px;
}

#footer-sidebar1 {
	float: left;
	width: 340px;
	margin-left: 5px;
	margin-right: 5px;
}

#footer-sidebar2 {
	float: left;
	width: 340px;
	margin-right: 5px;
}

#footer-sidebar3 {
	float: left;
	width: 340px;
}

#footer .widget {
	font-family: "Quicksand";
}