/* START - secondary nav for sub-pages */
ul.custom_child {
	float: left;
	margin-left: 0 !important;
}

ul.custom_child li {
	list-style: none;
}

ul.custom_child li a {
	text-transform: uppercase;
    display: block;
    font-size: 13px;
    line-height: 35px;
    padding: 0 10px;
}

ul.custom_child li a.active {
	background: #000 none;
    color: #fff;
}
/* END - secondary nav for sub-pages */

/* START - custom contact */
.custom_contact {
	border-left: 1px solid #000;
	padding-left: 15px;
	display: block;
	float: left;
	width: 100%;
}

.custom_contact .additional {
	float: left;
	width: 100%;
	margin-top: 15px;
}
/* END - custom contact */

/* START - titles */
.ce-title.underlined h1::after,
.ce-title.underlined h2::after,
.ce-title.underlined h3::after,
.ce-title.underlined h4::after,
.ce-title.underlined h5::after {
	border-bottom: 1px solid #000 !important;
    content: "" !important;
    height: 1px !important;
    left: 0 !important;
    margin: auto !important;
    position: absolute !important;
    right: 0 !important;
    top: 100% !important;
    width: 50% !important;
    z-index: 1 !important;
}
/* END - titles */