/* CUSTOM CSS FOR J51 CHLOE */
/* CLEAR */
div.clear {
  clear: both;
}

/* HEADER TOP */
div.header_top {
    background-color: #7b0044;
    color: #ffffff;
    font-size: 1.1rem;
}
div.header_top .header-1 .module, div.header_top .header-2 .module {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
div.header_top .header-1 .module a, div.header_top .header-2 .module a {
    color: #ffffff;
}
div.header_top .header-1 .module a:hover, div.header_top .header-2 .module a:hover {
    color: #dddddd;
}
div.header_top .header-1 a i.fa::before, div.header_top .header-2 a i.fa::before {
    color: #ffffff!important;
}
div.header_top .header-1 a:hover i.fa::before, div.header_top .header-2 a:hover i.fa::before {
    color: #dddddd!important;
}
/* HEADER */
#container_header .header_row {
	border-bottom: 1px solid #005da4;
	padding-bottom: 10px;
}
#container_header .header_row .logo {
	padding: 20px;
}

/* MENU */

/* SHOWCASE */
#container_showcase1_modules div.module_surround {
	padding: 20px 10px;
}
#container_showcase1_modules {
	border-bottom: 1px solid #005da4;
}
 
/* MAIN CONTENT */
#container_main div.maincontent {
	padding: 20px 10px;
}


/* BLOG CONTENT */
body.layout-blog div.page-header {
	margin-top: 0px;
}
body.layout-blog div.page-header h2 {
	font-size: 1.5rem;
	line-height: 1.2em;
	margin-bottom: 0px;
	padding-left: 0px;
}
body.layout-blog div.page-header:before {
	width: 0px;
}
body.layout-blog div.item-content {
	border: 1px solid #999999;
	padding: 10px;
}
body.layout-blog div.item-content p.readmore {
	margin-bottom: 1rem;
}
body.layout-blog div.item-content p.readmore a.btn {
	font-size: .8rem;
	padding: 5px 12px;
}

/* CONSTANT CONTACT */
div.ctct-inline-form {
    padding: 0 15%;
}
#wrapper_bottom-3 div.module_surround {
    padding: 20px 10px;
}