/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.content-wrap {
	padding: 0px;
}

.widget > h4 {
	font-size: 18px;
}

.sub-class {
	font-size: 11px;
	font-style: italic;
}

.entry-content ol {
	margin-left: 20px;
}

.entry-content p {
    text-indent: 40px;
}

blockquote {
	font-size: inherit;
}

.entry-content blockquote p {
	text-indent: 0;
}

.entry-content ul {
	margin-left: 40px;
	margin-bottom: 10px;
}
.entry-content h4 i {
	font-size: 15px;
}

address {
    margin-bottom: 10px;
}

.line.line-sm {
	margin: 1rem 0;
}

.portfolio-single-image-full {
	margin: 0 0 20px 0 !important;
}

#logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: 194px;
	margin-top: 10px;
	margin-bottom: 28px;
}

#header {
    position: relative;
    background-color: #a00000;
	border-bottom: none;
}

#header-wrap {
    background-color: #a00000;
}

.header-bg {
	background-color: #BC0000;
}

#content {
	background-color: #a00000;
}

#content .container {
    background-color: #fff;
    padding: 30px;
}

.menu-color a {
	color: #FFF594 !important;
}

.menu-item .mega-menu-content {
	background-color: #BC0000;
}

.top-links-item:hover {
	background-color: #a00000;
}

.top-links-item > a {
	color: #FFF594 !important;
}

.section-title {
	color: #DC3545;
}

@media (min-width: 992px) {
	.sticky-header #header-wrap {
		position: fixed;
		top: 0;
		left: 0;
		background-color: #a00000;
		box-shadow: none;
	}

	.sub-menu-container .menu-item:hover > .menu-link {
		background-color: #a00000;
	}
}

#footer {
	border-top: none;
}

#copyrights {
	padding: 0;
	background-color: #a00000;
}

.dark #copyrights, #copyrights.dark {
    background-color: transparent;
}

button.sub-menu-trigger.icon-chevron-right::before {
	color: #FFF594;
}