.site-header > .site-branding {
	background-color: white;
}

.menu-item.button {
	padding: 0;
}

.menu-item-25.button a {
	color: white;
}

.header-block {
	border-radius: 0;
	cursor: default;
}

.header-block .header-title {
	color: #0F1724;
	font-weight: bold;
}

#sow-editor-5 img {
	border-radius: 50%;
}

#sow-editor-3 img {
	max-height: 200px;
	width: auto;
}

#sow-price-table-4 .widget-title {
	margin-bottom: 30px;
}

#lsow-services-3 .lsow-image {
	max-height: 150px;
	width: auto;
}

.service-icon {
	background-color: white;
	border-width: 0;
	color: #158581;
}

.service:hover .service-icon, .service:focus .service-icon {
	background-color: #158581;
	color: white;
}

.service-icon .fa {
	text-shadow: none;
}

.service-link {
	padding: 6px 9px;
}

.service-link:hover, .service-link:focus {
	background: rgba(255,255,255,.75);
	color: #158581 !important;
}

.lsow-services.lsow-style2 .lsow-service .lsow-service-text .lsow-title {
	color: white;
}

.home #text-6 a, .page-id-16 #text-6 a {
	display: inline-block;
}

.home #text-6 a + a:before, .page-id-16 #text-6 a + a:before {
	content: ' | ';
	display: inline-block;
	margin: 0 6px 0 3px;
}

.post-navigation a:hover, .post-navigation a:focus {
	color: white;
}

.widget-area #text-6 {
	margin-top: 9px;
}

.widget-area #text-6 a {
	display: block;
}

.widget-area #text-6 a:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 6px;
}

.widget-area #text-6 a:first-child:before {
	content: '\f098';
}

.widget-area #text-6 a:nth-child(2):before {
	content: '\f0e0';
}

.widget-area #text-6 a:nth-child(3):before {
	content: '\f059';
}

.widget-area .home-block {
	padding: 0;
}

.widget-area .home-block .container {
	width: auto;
	padding: 0;
}

#sow-button-7, #sow-button-8 {
    border: 0;
		margin-bottom: 0;
    padding: 0;
}

.bco-notice {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    display: block;
    padding: 6px;
}

.bco-notice .sow-icon-fontawesome {
    color: #158581;	
    float: left;
		font-size: 200%;
    margin-right: 6px;
}

/* Atom Table Style Overrides */
.ow-pt-columns-atom .ow-pt-title, .ow-pt-columns-atom .ow-pt-details {
	background: #355969 !important;
	border-color: #304D59 !important;
}

.ow-pt-columns-atom .ow-pt-title {
	border-radius: 0 !important;
	box-shadow: none !important;
}

.ow-pt-columns-atom .ow-pt-button a.ow-pt-link {
	background: #ABB0AC !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.ow-pt-columns-atom .ow-pt-button a.ow-pt-link:hover, .ow-pt-columns-atom .ow-pt-button a.ow-pt-link:focus {
	background: #b3b7b4 !important;
}

/* Contact Form Style Overrides */
#ninja_forms_field_17_div_wrap {
	display: inline-block;
	width: 100px;
}

label#ninja_forms_field_17_label {
	white-space: nowrap;
}

select.ninja-forms-field {
	padding: 6px;
}

.submit-wrap {
	text-align: center;
}

input[type=submit].ninja-forms-field {
	min-width: 260px;
}

#ninja_forms_field_18_div_wrap {
	display: inline-block;
	vertical-align: bottom;
}

.error404 .site-content {
	margin-bottom: 60px;
}

/* overriding thumbtack styles */
.widget-area #tt-review-widget-star {
	background-color: #fafafa !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: initial !important;
	font: 16px 'Work Sans', sans-serif !important;
	margin-bottom: 30px !important;
	padding: 30px !important;
	width: 100% !important;
}

@media only screen and (max-width:599px) {
	img.alignright, img.alignleft {
		display: block;
		float: none;
		margin: 18px auto;
	}
}

@media only screen and (max-width:800px) {
	#lsow-services-3 .lsow-container .lsow-fourcol {
		float: none;
		width: 100%;
	}
}

@media only screen and (min-width:600px) {
	.header-block {
		display: inline-block;
		vertical-align: top;
		margin: 0 1%;
		width: 30%;
	}
}

@media only screen and (min-width:680px) {
	#ravenna_service_widget-4 .service {
		display: inline-block;
		width: 30%;
		vertical-align: top;
		padding: 0 20px;
	}
}

@media (min-width: 1200px) {
	.home .container, .header-info > .container, .page-id-16 .container {
		width: 980px;
	}
}

/* Vacation Notice */
div.notice {
    border-top: 7px solid #158581;
    border-bottom: 4px solid #158581;
    padding: 1em;
}
div.notice strong {
    color: #158581;
}
div.notice p {
    font-size: 120%;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
		max-width: 1020px;
}
p.notice {
    border-left: 9px solid red;
    font-size: 130%;
    line-height: 1.3;
    padding-left: 12px;
}
p.notice strong {
    border-bottom: 2px solid red;
    font-weight:900;
}
