/*--> HEADER */
.cm-header {
    border-bottom: 6px solid #f15a29;
}
.header-text {
    position: absolute;
    display: block;
    top: 10px;
    right: 0;
    margin: 0;
    padding: 0;
    z-index: 100;
    text-align: right;
}
.header-text h1 {
    color: #f15a29;
    font-weight: normal;
    font-size: 36px;
}
.header-text h2 a, .header-text h2 a:link, .header-text h2 a:visited {
    font-weight: normal;
    font-size: 22px;
    color: #f15a29;
    text-decoration: none;
}
.header-text h2 a:hover {
    color: #fff;
}

/*--> MENU */
.cm-nav {
    margin-top: -6px;
}

/*--> CONTENT */
h2#the-front-page {
    font-size: 36px;
}
.front-title {
    position: relative;
    display: block;
    width: 550px;
    margin: 50px 0 10px 10px;
}
.front-title h1.front-title-heading {
    color: #000;
    font-size: 44px;
    line-height: 125%;
}
.front-title p {
    line-height: 20px;
}
.front-title-bg {
    position: absolute;
    display: block;
    width: 550px;
    top: -1px;
    left: -1px;
    /*top: -2px;
    left: -2px;*/
}
.front-title-bg h1.front-title-bg {
    color: #fff;
    font-size: 44px;
    line-height: 125%;
}
.cm-post-body {
    padding: 11px;
    background-color: rgba(255,255,255,0.5);
    border-radius: 10px;
}

/*--> FOOTER */
.cm-footer {
    height: 175px;
    border-top: 6px solid #f15a29;
}
.cm-footer-body {
    height: 100%;
}
.cm-footer-text p {
    margin-right: 50px;
}
.footer-layout-wrap {
    position: relative;
    display: block;
    width: 980px;
    height: 120px;
    margin: 10px auto 10px auto;
    padding: 0;
}
.footer-layout {
    position: relative;
    display: inline;
    float: left;
    height: 120px;
}
.spacer {
    width: 1px;
    margin: 0 15px;
    background-color: #f15a29;
}
.spacer-1 {
    background-color: transparent;
}
.layout-1 {
    width: 150px;
    font-size: 9px;
}
.layout-2, .layout-3 {
    font-size: 12px;
    line-height: 140%;
}
.layout-4, .layout-5, .layout-6 {
    width: 120px;
}
.layout-4 a, .layout-5 a, .layout-6 a {
    color: #d4a43f !important;
}
.layout-7 {
    color: #d4a43f;
}
.layout-7 img {
    margin-bottom: 5px !important;
}

/*--> TABLES */
table#no-border td {
    border: none;
}

/*--> quick fix */
div.widget_slideshow h5 {
display: none;
}
.ngg-widget,
.ngg-widget-slideshow {
	overflow: hidden;
	margin:0pt;
	padding:0px 0px 0px 0pt !important;
	text-align:left;
}

/*--> HIDDEN */
p.nocomments,
p.form-allowed-tags,
.ddsg-wrapper p {
    display: none;
}
