:root {
	--color-primary: #0088CC;
	--color-secondary: #e36159;
	--color-body: #777;
	--color-black: #212529;
}

#header .header-top {
	min-height: 1px;
	height:	4px;
	max-height: 4px;
}

.newtitle {
	font-weight: 400;
	font-size: 1.3em;
}

.page-header {
	margin: 0 0 0 0;
}

.page-header.page-header-modern.page-header-background.page-header-background-md {
	padding: 150px 0;
}

.page-header.page-header-modern.page-header-background.page-header-background-md.small {
	padding: 120px 0;
}

body .page-header.overlay-color-dark:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3) !important;
	z-index: 1;
}

body .page-header .container {
	position: relative;
	z-index: 1;
}

.header-background {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover !important;
	background-position: center center;
}

.header-background img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.py-4 {
    padding-top: 1.4rem!important;
    padding-bottom: 1.4rem!important;
}

.cw300 {
	width: 28.5%;
}

.cw800 {
	width: 71.5%;
}

section.section {
	padding: 20px 0 20px 0;
}

.blog-posts:not(.blog-posts-no-margins) article {
	padding-bottom: 15px;
	margin-bottom: 15px;
}

article.post .post-date {
	margin-right: 30px;
}

.post-content h3 {
	font-size: 1.4em;
	color: var(--color-primary);
	text-transform: none;
	margin-bottom: 10px;
	line-height: 1.0em;
}

h1 {
    font-size: 2.1em;
}

h2 {
    font-size: 2.0em;
	margin: 0 0 15px 0;
}

h3 {
	font-size: 1.1em;
    font-weight: 400;
    line-height: 1.1em;
    margin-bottom: 0px;
	text-transform: none;
}
	
.post-content p {
	font-weight: 500;
	margin: 0 0 10px;
}

.paginations {
    align-items: center;
    flex-direction: column;
}

.pagination {
	width: auto;
}

.call-to-action.with-borders {
	border-top: 1px solid #d3051d;
    border-bottom: 1px solid #d3051d;
    border-left: 1px solid #d3051d;
    border-right: 1px solid #d3051d;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}


.fireman {
	background: #d3051d;
}

.call-to-action h3 {
	color: #d3051d;
	font-size: 1.5em;
}

.call-to-action p {
	color: #d3051d;
}

.custom-inline-image {
	max-width: 400px;
	float:right; 
	padding-left: 10px;
}

#footer {
	margin-top: 30px;
}

.sidebar-col {
	width: 300px;
}

.sidebar-col + .content-col {
	width: calc(100% - 300px);
}

.sidebar-row {
	display: none;
}

body .do-widget-wrapper .do-widget-p2000 .do-widget-p2000-content .do-widget-p2000-title {
	color: var(--color-primary);
}

body .do-widget-wrapper .do-widget-p2000 .do-widget-p2000-date .do-widget-p2000-date-day {
	color: var(--color-primary);
}

body .do-widget-wrapper .do-widget-p2000 .do-widget-p2000-date .do-widget-p2000-date-month {
	background: var(--color-primary);
}

body .do-widget-wrapper .do-widget-p2000 .do-widget-p2000-content .do-widget-p2000-meta-category {
	background: var(--color-primary);
}

body .do-widget-wrapper .do-widget-p2000 .do-widget-p2000-content .do-widget-p2000-meta-location {
	background: var(--color-secondary);
}

body .do-widget-wrapper .do-widget-p2000 .do-widget-p2000-content .do-widget-p2000-meta-category,
body .do-widget-wrapper .do-widget-p2000 .do-widget-p2000-content .do-widget-p2000-meta-location {
	padding-top: .5rem;
	padding-bottom: .5rem;
	font-size: 0.75em;
}


@media (max-width: 767px) {

	.w-md-100 {
		width: 100% !important;
	}

	.sidebar-col {
		width: 200px;
	}
	
	.sidebar-col + .content-col {
		width: calc(100% - 200px);
	}

	.custom-inline-image {
		width: 100%;
		max-width: none;
		padding-left: 0;
		padding-bottom: 10px;
	}

	.featured-boxes-modern-style-2 .featured-box .box-content {
		padding: 2rem 1.5rem;
	  }
}

@media (max-width: 475px) {
	.sidebar-col {
		width: 100%;
	}
	
	.sidebar-col + .content-col {
		width: 100%;
	}

	.sidebar-row {
		display: flex;
	}
}


