/*DT-10123*/
.page--blog--wrapper .blog--hero {
	position: relative;
	padding: 50px;
	margin-bottom: 50px;
}
.page--blog--wrapper .blog--hero .blog-hero--bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.page--blog--wrapper .blog--hero .blog-hero--bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #00000078;
}
.page--blog--wrapper .blog--hero--inner {
	position: relative;
	z-index: 2;
	display: flex;
	flex-flow: column;
	color: #fff;
}
.page--blog--wrapper .blog--hero--inner h1 {
	color: #fff;
	margin: 0;
	font-size: 40px;
	font-weight: 400;
}
.page--blog--wrapper .blog--hero--inner .blog--excerpt {
	max-width: 550px;
}
.page--blog--wrapper  .blog-content-inner {
	display: flex;
	flex-flow: row;
	column-gap: 40px;
}
.page--blog--wrapper  .blog-content-inner .vc--section--content {
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
	width: 80%;
}
.page--blog--wrapper  .blog-content-inner .blog--right--sidebar {
	width: 20%;
}
.page--blog--wrapper  .blog-content-inner .pagination-blog {
	display: flex;
	justify-content: center;
	text-align: center;
	flex-flow: row;
}
.page--blog--wrapper .blog--left--sidebar {
	display: flex;
	flex-flow: row;
	width: 100%;
	float: none;
	border: 0;
}
.page--blog--wrapper .blog--left--sidebar .left--categories {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	row-gap: 5px;
}
.page--blog--wrapper .blog--left--sidebar .each--cat {
	margin: 0;
}
.page--blog--wrapper .blog--left--sidebar .each--cat {
	margin: 0;
	width: 20%;
	display: block;
}
.page--blog--wrapper .blog--left--sidebar .each--cat label::after {
	left: 0;
	opacity: 0;
}
.page--blog--wrapper .blog--left--sidebar .each--cat input.active + label::after {
	opacity: 1;
}
.page--blog--wrapper .blog--title--section {
	margin: 30px 0;
	display: flex;
	flex-flow: row;
	align-items: center;
}
.page--blog--wrapper .blog--title--section .blog-search.header-search {
	margin: 0;
	margin-left: auto;
}
.page--blog--wrapper  .close-btn-text {
	font-size: 15px;
	font-weight: 700;
	color: #1e1e1e;
}
.page--blog--wrapper .blog--remove--filters {
	display: flex;
	align-items: center;
	flex-flow: row;
	column-gap: 10px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;

}
.page--blog--wrapper .close-btn{
	width: 20px;
	height: 20px;
	display: block;
	position: relative;
}
.page--blog--wrapper .close-btn:before{
	transform: rotate(45deg);
}
.page--blog--wrapper  .close-btn:after{
	transform: rotate(-45deg);
}
.page--blog--wrapper .close-btn::before, .page--blog--wrapper  .close-btn::after {
	content: '';
	width: 12px;
	height: 2px;
	background-color: rgb(77, 0, 0);
	position: absolute;
	top: 9px;
	left: 4px;
	border-radius: 10px;
}
.page--blog--wrapper .blog-content-inner .posts--list--inner, .page--blog--wrapper .des_blog_listing_main .items_posts_list ul,
.category--blog--inner .posts--list{
	display: flex;
	flex-flow: wrap;
	row-gap: 20px;
	column-gap: 40px;
	margin-bottom: 30px;
}
.page--blog--wrapper .des_blog_listing_main .items_posts_list ul {
	padding: 0;
	margin-top: 0;
}
.page--blog--wrapper .blog-content-inner .posts--list--inner .each-post-blog, .page--blog--wrapper .des_blog_listing_main .items_posts_list .each-post-blog,
.category--blog--inner .posts--list .each-post-blog{
	width: calc(33.33% - 27px);
}
.page--blog--wrapper .blog-content-inner .posts--list--inner .each-post-blog .searchcontent, .page--blog--wrapper .des_blog_listing_main .items_posts_list .each-post-blog .searchcontent,
.category--blog--inner .posts--list .each-post-blog .searchcontent{
	display: flex;
	flex-flow: column;
	padding: 25px 0 0px 25px;
}
.page--blog--wrapper .blog-content-inner .posts--list--inner .each-post-blog .searchbutton-post, .page--blog--wrapper .des_blog_listing_main .items_posts_list .each-post-blog .searchbutton-post,
.category--blog--inner .posts--list .each-post-blog .searchbutton-post{
	margin-top: auto;
	margin-left: auto;
}
.page--blog--wrapper .blog-content-inner .posts--list--inner .each-post-blog .searchimage, .page--blog--wrapper .des_blog_listing_main .items_posts_list .each-post-blog .searchimage,
.category--blog--inner .posts--list .each-post-blog .searchimage{
	margin: 0;
	display: block;
	height: 200px;
	float: none;
}
.page-template-blog-template-php .content--centered {
	padding: 0;
}
.page--blog--wrapper .blog-content-inner .posts--list--inner .each-post-blog .searchbutton-post a, .page--blog--wrapper .des_blog_listing_main .items_posts_list .each-post-blog .searchbutton-post a,
.category--blog--inner .posts--list .each-post-blog .searchbutton-post a{
	background-color: #ff6b01;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
	padding: 5px 70px 5px 10px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.page--blog--wrapper .blog-content-inner .posts--list--inner .each-post-blog .searchbutton-post a, .page--blog--wrapper .des_blog_listing_main .items_posts_list .each-post-blog .searchbutton-post a,
.category--blog--inner .posts--list  .each-post-blog .searchbutton-post a{
	opacity: 1;
	visibility: visible;
}
.page--blog--wrapper .post-blog-inner-wrap, .category--blog--inner .posts--list .each-post-blog .post-blog-inner-wrap{
	display: flex;
	flex-flow: column;
	background-color: #efefef;
	position: relative;
	height: calc(100% - 200px);
}
.page--blog--wrapper .post-blog-inner-wrap .post-blog-inner, .category--blog--inner .posts--list .each-post-blog .post-blog-inner{
	padding: 0 25px 35px 0;
}
.page--blog--wrapper .post-blog-inner-wrap .post-blog-inner h2 a {
	font-size: 16px;
}
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.page--blog--wrapper  .loader {
	border: 10px solid #d0d0d0;
	border-radius: 50%;
	border-top: 10px solid #ff6b01;
	width: 50px;
	height: 50px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}
.page--blog--wrapper .login--loader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	background-color: #c5c3c366;
	z-index: 3;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	z-index: 100;
}
.page--blog--wrapper .login--loader .loader {
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -25px;
}
.page--blog--wrapper  .login--loader.loading {
	display: block !important;
}
.page--blog--wrapper .blog-loadmore-posts .content--centered {
	position: relative;
}
.page--blog--wrapper .blog--remove--filters.active{
	opacity: 1;
	visibility: visible;
}
.single--blog--wrapper .blog-search.header-search, .single--blog--wrapper .blog-search.header-search input {
	max-width: 100%;
	width: 100%;
}
.single--blog--inner, .category--blog--inner{
	display: flex;
	flex-flow: row;
	column-gap: 40px;
	margin-top: 25px;
}
.single--blog--inner .vc--section--content, .category--blog--wrapper .vc--section--content{
	width: 80%;
	margin: 0;
	border: 0;
}
.single--blog--inner .blog--right--sidebar, .category--blog--wrapper .blog--right--sidebar{
	width: 20%;
}
.single--blog--inner .navigation-back a {
	font-weight: 700;
	color: #53565a;
	font-size: 14px;
}
.single--blog--wrap .post--section h1.post--tile, .category--blog--wrapper .blog--title--section h1{
	background-color: #ff720d;
	color: #fff;
	margin: 0;
	padding: 15px 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.single--blog--wrap .searchwp-related {
	padding: 0;
	margin-bottom: 30px;
}
.single--blog--inner .navigation-back {
	margin-bottom: 16px;
}
.lds-ring {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
}
.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	margin: 0px;
	border: 4px solid #fff;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #ff720d transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
	animation-delay: -0.45s !important;
}
.lds-ring div:nth-child(2) {
	animation-delay: -0.3s !important;
}
.lds-ring div:nth-child(3) {
	animation-delay: -0.15s !important;
}
@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.more_items_loader {
	position: absolute;
	bottom: -70px;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.post_not_found .blog--remove--filters {
	opacity: 1;
	visibility: visible;
}
.filter_items_loader {
	position: absolute;
	bottom: -5px;
	right: 0;
	display: none;
}
.filter_items_loader .lds-ring {
	position: absolute;
	top: 21px;
	right: 31px;
}
.filter_items_loader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	background-color: #c5c3c366;
	z-index: 3;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	z-index: 100;
	right: auto;
	bottom: auto;
	/*display: none !important;*/
}

.current_post_type_search.add_char::after {
	content: "Please type at least 3 characters.";
	background: #e5e5e5;
	box-shadow: 2px 2px 12px 4px rgba(0,0,0,.05);
	border-radius: 10px;
	padding: 3px 5px;
	font-size: 14px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 100%;
	left: 0;
}
.des_blog_listing_main .items_posts_list ul {
	list-style-type: none;
}
.category--blog--wrapper .blog--title--section h1 {
	width: 100%;
}
.category--blog--wrapper .blog--title--section {
	margin-top: 0;
}
.category--blog--inner .vc--section--content {
	padding-top: 10px;
}
body.category #blog-search-input-holder::placeholder, body.single-post #blog-search-input-holder::placeholder {
	font-size: 13px;
}
body.category #blog-search-input-holder, body.single-post #blog-search-input-holder {
	padding: 10px 35px 10px 10px;
}
.blog-content-holder{
	padding: 0 0 10px;
}
.single-post .searchwp-related {
	display: none;
}

/*US NAVY SURFACE PREPARATION CALCULATOR*/

.job-cost-calculator-outer .main-cost-calculator {
	margin-bottom: 50px;
}
.job-cost-calculator-outer .jobcost-calc {
	font-size: 13px;
	border: 1px solid #CCC;
	width: 100%;
}
.job-cost-calculator-outer .jobcost-calc td, .job-cost-calculator-outer .jobcost-calc th {
	padding: 2px 10px;
}
.job-cost-calculator-outer .jobcost-calc tr th:nth-child(2), .job-cost-calculator-outer .jobcost-calc tr td:nth-child(2) {
	text-align: left;
}
.job-cost-calculator-outer .jobcost-calc tr th:nth-child(3), .job-cost-calculator-outer .jobcost-calc tr td:nth-child(3) {
	text-align: center;
}
.job-cost-calculator-outer .jobcost-calc tr th:nth-child(4),.job-cost-calculator-outer .jobcost-calc tr td:nth-child(4), .job-cost-calculator-outer .jobcost-calc tr th:nth-child(5), .job-cost-calculator-outer .jobcost-calc tr td:nth-child(5) {
	text-align: right;
}
.job-cost-calculator-outer .jobcost-calc tr th:nth-child(4), .job-cost-calculator-outer .jobcost-calc tr td:nth-child(4), .job-cost-calculator-outer .jobcost-calc tr th:nth-child(5), .job-cost-calculator-outer .jobcost-calc tr td:nth-child(5) {
	text-align: right;
}
.job-cost-calculator-outer .single-post table td {
	border-bottom: 1px solid #CCC;
}
.job-cost-calculator-outer .jobcost-calc tr td:nth-child(2) {
	width: 210px;
}
.job-cost-calculator-outer .jobcost-calc tr th:nth-child(3), .job-cost-calculator-outer .jobcost-calc tr td:nth-child(3) {
	text-align: center;
}
.job-cost-calculator-outer .jobcost-calc tr th:nth-child(4), .job-cost-calculator-outer .jobcost-calc tr td:nth-child(4), .job-cost-calculator-outer .jobcost-calc tr th:nth-child(5), .job-cost-calculator-outer .jobcost-calc tr td:nth-child(5) {
	text-align: right;
}
.job-cost-calculator-outer .job-cost-input {
	height: 24px;
	border: 1px solid #ccc;
	background: #ebebeb !important;
	outline: 0;
	padding: 0 10px;
	text-align: right;
	border-radius: 0 !important;
}
.job-cost-calculator-outer .savings--content {
	display: flex;
	margin-bottom: 50px;
}
.job-cost-calculator-outer .chart--container {
	width: 100%;
	height: 440px;
	border: 1px solid #000;
	padding: 20px;
	margin-bottom: 40px;
}
.job-cost-calculator-outer .job--calc--colors {
	font-size: 13px;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
.job-cost-calculator-outer .job--calc--colors {
	font-size: 13px;
	border-collapse: collapse;
}
.job-cost-calculator-outer .job--calc--colors td, .job-cost-calculator-outer .job--calc--colors th {
	padding: 4px 20px;
	border: 0;
}
.job-cost-calculator-outer .job--calc--colors tr th:nth-child(2), .job-cost-calculator-outer .job--calc--colors tr th:nth-child(3), .job-cost-calculator-outer .job--calc--colors tr td:nth-child(2), .job-cost-calculator-outer .job--calc--colors tr td:nth-child(3) {
	text-align: right;
}
.job-cost-calculator-outer .yellow--label {
	background-color: #ffc000;
}
.job-cost-calculator-outer .blue--label {
	background-color: #3b608d;
}
.job-cost-calculator-outer .green--label {
	background-color: #748c42;
}
.job-cost-calculator-outer .red--label {
	background-color: #c00000;
}
.job-cost-calculator-outer .savings--element {
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
}
.job-cost-calculator-outer .savings--title {
	font-weight: bold;
	font-size: 20px;
}
.job-cost-calculator-outer .savings--percentage {
	margin-top: auto;
	margin-bottom: auto;
	font-size: 38px;
	font-weight: bold;
}
.job-cost-calculator-outer .chart--container {
	width: 100%;
	height: 440px;
	border: 1px solid #000;
	padding: 20px;
	margin-bottom: 40px;
}

.job-cost-calculator-outer .job--calc--colors input, .job-cost-calculator-outer .jobcost-calc input {
	font-size: 13px;
}
.job-cost-calculator-outer .job-cost-calculator input {
	width: 100px;
}
.job-cost-calculator-outer .read--only {
	pointer-events: none;
	background: transparent;
	outline: 0;
	border: 0 !important;
	height: 24px;
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
}
.job-cost-calculator-outer .strong--element input, .job-cost-calculator-outer .strong--element {
	font-weight: bold;
}
.blue--label td, .green--label td, .red--label td {
	color: #fff;
}
.blue--label td input, .green--label td input, .red--label td input {
	color: #fff;
}
@media (max-width: 639px) {
  .savings--content {    margin-bottom: 30px;    flex-direction: column;    row-gap: 20px;  }
  .job-cost-calculator-outer .savings--content {	overflow: auto;}
}
@media (max-width: 439px) {
  .main-cost-calculator {    overflow: auto;  }
   .job--calc--colors td, .job--calc--colors th {    padding: 4px 12px;  }
}

/* END - US NAVY SURFACE PREPARATION CALCULATOR*/

/*END - DT-10123*/


/* responsive queries */
@media (max-width:1300px){
	/*DT-10123*/
	.blog-loadmore-posts {		padding: 0 30px;	}
	.filter_items_loader .lds-ring {		top: 50px;		right: auto;		left: 50%;		transform: translateX(-50%);		-webkit-transform: translateX(-50%);	}
	.category--blog--wrapper .blog--title--section{margin-bottom: 20px !important;}
	/*END - DT-10123*/
}
@media (max-width:1023px){
	/*DT-10123*/
	.page--blog--wrapper .blog-content-inner .posts--list--inner, .page--blog--wrapper .des_blog_listing_main .items_posts_list ul, .category--blog--inner .posts--list {		column-gap: 20px;	}
	.page--blog--wrapper .blog-content-inner .posts--list--inner .each-post-blog, .page--blog--wrapper .des_blog_listing_main .items_posts_list .each-post-blog, .category--blog--inner .posts--list .each-post-blog {		width: calc(50% - 10px);	}
	.page--blog--wrapper .blog--left--sidebar .each--cat {			width: 25%;		}
	.page--blog--wrapper .blog--title--section {		margin: 15px 0 !important;	}
	/*END - DT-10123*/
}
@media (max-width:767px){
    /*DT-10123*/
	.single--blog--inner, .category--blog--inner, .page--blog--wrapper .blog-content-inner {		flex-flow: column;		row-gap: 40px;	}
	.page--blog--wrapper .blog--left--sidebar .each--cat label {		font-size: 13px;		line-height: 1.3;		padding-left: 18px;		padding-right: 5px;	}
	/*END - DT-10123*/
}

@media (max-width:639px){
    /*DT-10123*/
	.blog-search.header-search.current_post_type_search {		max-width: 100%;	}
	.page--blog--wrapper .blog--title--section {		flex-flow: column-reverse;		row-gap: 12px;	}
	.page--blog--wrapper .blog--left--sidebar .each--cat {		width: 33.33%;	}
	/*END - DT-10123*/
}
@media (max-width:479px){
	/*DT-10123*/
	.page--blog--wrapper .blog--left--sidebar .each--cat {		width: 50%;	}
	.blog-loadmore-posts {		padding: 0 20px;	}
	.page--blog--wrapper .blog-content-inner .posts--list--inner .each-post-blog, .page--blog--wrapper .des_blog_listing_main .items_posts_list .each-post-blog, .category--blog--inner .posts--list .each-post-blog {		width: 100%;	}
	.single--blog--wrap .post--section h1.post--tile, .category--blog--wrapper .blog--title--section h1 {		font-size: 20px;	}
	.single-post .posts--inner .searchimage {		min-height: 150px;	}
	/*END - DT-10123*/
}



/* add colors and style to checkboxes */
body.page-id-2824 .each--cat {
	display: table;
	width: 100%;
	margin-bottom: 8px;
}
body.page-id-2824 .each--cat input {
	border: none;
	width: 0;
	height: 0;
	overflow: hidden;
	display: table;
	padding: 0;
	position: absolute;
	font-size: 0;
	line-height: 0;
	opacity: 0;
	visibility: hidden;
	z-index: -9999;
	text-indent: -9999px;
}
body.page-id-2824 .each--cat label {
	color: #53565a;
	font-size: 14px;
	font-weight: 500;
	padding-left: 21px;
	position: relative;
	cursor: pointer;
	display: table;
}
body.page-id-2824 .each--cat label::before {
	content: '';
	position: absolute;
	width: 11px;
	height: 11px;
	background-color: #c5c3c3;
	left: 0;
	top: 3px;
	background-color: #f66a05;
}
body.page-id-2824 .each--cat label::after {
	content: '✓';
	position: absolute;
	left: 2px;
	top: -1px;
	color: #FF6B00;
	font-size: 14px;
	font-weight: bold;
	opacity: 0;
	color: #fff;
}