body {
	margin: 0;
	padding: 0;
	font-family: Heveltica, Arial, sans-serif;
	font-size: 14px;
}

.location_map {
	position: relative;
	width: 450px;
	height: 141px;
}

.location_map .small {
	position: absolute;
	top: 40px;
	left: 2px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
}

.location_map .large {
	position: absolute;
	top: 78px;
	left: 2px;
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	right: 220px;
	z-index: 9999;
}

.location_map .map {
	position: absolute;
	top: 0;
	right: 0;
}

.location_map .map a {
	position: absolute;
	display: block;
	text-decoration: none;
}

a {
	color: #67B2E8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	border: none;
	border-top: 1px solid #000;
}

.elementor-button {
	background-color: #67b2e8;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.48);
	border-radius: 0;
}

.elementor-button.elementor-size-lg {
	padding: 15px 25px;
	font-size: 25px;
	font-weight: bold;
	border-radius: 0;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.48);
}

form input[type="submit"],
.button {
	font: inherit;
	padding: 10px 15px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 0;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.48);
	background-color: #c1272d;
	border: none;
	outline: none;
	color: #fff;
}

.button .icon {
	margin: 0 0 -3px 0;
}

.social_menu_icon {
	background-color: #67B2E8;
	border-radius: 100%;
}

.wrapper {
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}

div.page .wrapper {
	max-width: 1240px;
}

.header {
	background-color: #000;
	color: #fff;
	height: 160px;
	overflow: hidden;
}

.header .wrapper {
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .logo {
	float: left;
	height: 80px;
	width: 356px;
}

.header .phone-number {
	display: none;
}

#call_popup {
	display: none;
}

.callbox {
	padding: 20px;
}

.callbox h2 {
	margin: 0;
	font-size: 20px !important;
}

.callbox hr {
	margin: 25px 0;
}

.callbox form {
	border: none;
	padding: 0;
	margin: 0;
}

.callbox input[type="text"],
.callbox input[type="email"],
.callbox input[type="tel"],
.callbox textarea {
	box-sizing: border-box;
	width: 100%;
}

.contact {
	text-align: right;
}

.contact .phone,
.contact .address,
.contact .logo {
	margin: 0 0 20px 0;
}

.contact .phone {
	font-size: 25px;
	font-weight: bold;
	color: #67B2E8;
}

.header-menu {
	background-color: #67B2E8;
	height: 50px;
}

.main-section {
	width: 60%;
	float: left;
}

.sidebar-section {
	float: left;
	width: 40%;
	padding: 0 0 0 30px;
	box-sizing: border-box;
}

.page-title {
	position: relative;
	background-image: url('../images/page-title-bg.jpg');
	background-position: center center;
	background-size: cover;
}

.page-title:before {
	content: '';
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.page-title h1 {
	margin: 0;
	padding: 25px 0;
	line-height: 50px;
	font-size: 35px;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 5px #333;
	position: relative;
	z-index: 10;
}

.page {
	line-height: 180%;
}

.page h2 {
	text-transform: uppercase;
	font-size: 25px;
}

.page:after {
	content: '';
	display: block;
	clear: both;
}

.wp-post-image {
	width: 100%;
	height: auto;
	display: block;
}

.post-meta {
	border-top: 1px solid #ccc;
	margin: 0 0 20px 0;
	padding: 5px 0;
	overflow: hidden;
	font-size: 90%;
	display: flex;
	justify-content: space-between;
}

.post-meta .categories {
	text-transform: uppercase;
	width: 60%;
    text-align: right;
    text-overflow: ellipsis;
    height: 25px;
}

.main-section .posts {
	overflow: hidden;
	margin: 25px -15px;
}

.main-section .post {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 15px;
}

.main-section .post-inner {
	box-shadow: 0 0 5px #aaa;
}

.main-section .post .content {
	padding: 10px;
}

.main-section .post .post-meta {
	margin: 0;
	padding: 10px 0 0 0;
}

.main-section .post h2 {
	margin: 0 0 10px 0;
	font-size: 18px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}

.main-section .post .excerpt {
	line-height: 18px;
	height: 72px;
	overflow: hidden;
	margin: 0 0 10px 0;
}

.main-section .post .excerpt p {
	margin: 0;
}

.footer {
	background-color: #000;
	color: #fff;
	overflow: hidden;
	padding: 25px 0;
}

.footer .wrapper {
	display: flex;
	justify-content: space-between;
}

.footer-credit {
	background-color: #fff;
	color: #000;
	padding: 25px 0;
}

.footer-credit .wrapper {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.calculator {
	width: 100%;
}

.calculator .overall_total {
	font-size: 25px;
	margin: 20px 0 0 0;
}

.calculator .group {
	overflow: hidden;
	border: 1px solid #BCDEF8;
	margin: 0 0 20px 0;
}

.calculator .group h2 {
	background-color: #fff;
	font-size: 20px;
	color: #5186B5;
	padding: 10px;
	margin: 0;
}

.calculator table {
	border-collapse: collapse;
	width: 100%;
}

.calculator table thead tr th {
	background-color: #BCDEF8;
	text-align: left;
	padding: 8px 10px !important;
	line-height: 100%;
	color: #5186B5;
	font-size: 10px;
}

.calculator table thead tr th.input {
	padding-left: 0 !important;
}

.calculator table tbody tr td {
	padding: 10px !important;
}

.calculator table tbody tr td.input {
	padding: 5px 5px 5px 0 !important;
	width: 70px;
	position: relative;
}

.calculator table tbody tr td.input .overlay {
	position: absolute;
	bottom: 8px;
	right: 5px;
	padding: 3px 5px;
	color: #999;
	font-size: 10px;
}

.calculator table tbody tr td.input input {
	padding: 5px;
	font: inherit;
	width: 60px;
	border: 1px solid #ccc;
	background-color: #fff;
	display: block;
	margin: 0;
}

.calculator table tbody tr td.input input:disabled {
	background-color: #fefefe;
	border-color: #eee;
	color: #999;
}

.calculator .overall_total {
	background-color: #fff;
	font-size: 20px;
	padding: 10px;
	font-weight: bold;
	border: 1px solid #BCDEF8;
	color: #5186B5;
}

.calculator .overall_total .value,
.calculator .overall_total .recommend {
	font-weight: 100;
}

.post-content img {
	max-width: 100%;
	height: auto !important;
}

@media(max-width: 1200px) {
	.widget {
		display: none;
	}
	.header-menu {
		height: 51px;
	}
	.main-section,
	.sidebar-section {
		float: none;
		width: auto;
		padding: 0;
	}
}

@media(max-width: 800px) {
	.header {
		height: auto;
	}
	.header .wrapper {
		height: auto;
		flex-direction: column;
	}
	.footer-credit .wrapper {
		flex-direction: column;
	}
	.footer-credit .wrapper img {
		width: 100%;
		height: auto;
	}
	.header .logo {
		float: none;
		margin: 20px 0;
		height: auto;
		width: auto;
		max-width: 356px;
	}
	.header .logo img {
		width: 100%;
		height: auto;
	}
	.header .contact {
		text-align: center;
		margin: 0 0 20px 0;
	}
	.header .phone-number {
		display: inline-block;
		font-size: 25px;
		font-weight: bold;
		margin: 0 0 7px 0;
	}
	.main-section .post {
		float: none;
		width: auto;
	}
}

.newtable {
	border: 1px solid #63A1D8;
	border-collapse: collapse;
	width: 100%;
	height: auto !important;
}

.newtable td,
.newtable th {
	border: 1px solid #63A1D8;
	text-align: left;
	padding: 5px;
	width: auto !important;
	height: auto !important;
}

.newtable th {
	background-color: #63A1D8;
	color: #fff;
}