/* Standardize child theme styling */
.builder-module.builder-module-top,
.builder-module.builder-module-single {
	margin-top: 0;
}
.builder-module.builder-module-bottom,
.builder-module.builder-module-single {
	margin-bottom: 0;
}
.builder-module-sidebar {
	padding: 0;
}
.post {
	margin-left: 0;
	margin-right: 0;
}
#comments {
	margin-left: 0;
	margin-right: 0;
}
#comments ol.commentlist {
	background: transparent;
}
.builder-module-sidebar {
	background: transparent;
}

.builder-module .left .builder-module-element,
.builder-module .middle .builder-module-element {
	margin-right: 0;
}
.builder-module .middle .builder-module-element,
.builder-module .right .builder-module-element {
	margin-left: 0;
}

.builder-module-image .builder-module-element-outer-wrapper {
	width: 100% !important;
}
.builder-module-image .builder-module-element img {
	max-width: 100%;
}

.builder-module {
	border-left: 0 !important;
	border-right: 0 !important;
}

.site-title a:hover,
.site-tagline a:hover {
	font-size: inherit;
}



/* Style Manager generated css */
.builder-module-sidebar-with-element {
	background-color: #3CC2C0;
}
.builder-module-sidebar-with-element .widget {
	color: #050505;
	background-color: #1F9CC2;
}
.builder-module-sidebar-with-element .widget .widget-title {
	color: #FA2008;
}
.builder-module-sidebar-with-element .widget a {
	color: #000000;
}
.builder-module.builder-module-content {
	background-color: #22A8D1;
	background-image: none;
}
body {
	color: #000000;
}


/* Style Manager custom css */
.builder-module-content .builder-module-element {
    background: none repeat scroll 0 0 #FFFFFF;
}

.builder-module-navigation li ul {
    background: none repeat scroll 0 0 #FAA51B;
    border-radius: 0 0 5px 5px;
    padding: 0.2em;
    text-align: left;
    width: 13em;
}

.builder-module-navigation li li {
	width: 12em;
	background: #FAA51B;
	margin: 0;
}

.builder-module-navigation li ul ul {
	margin: -2.1em 0em 10em 10em;
        margin-left: 250px;
}

