/* Add here all your CSS customizations */
#header .header-nav-main nav > ul > li > a {
	text-transform: none;
	font-size: 17px;
	font-weight: normal;
}
#header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active {
  color: #d35400;
}
.text-orange{
	color: #f47929 !important;
}
.order_form_input {
    border-radius: 15px;
	height: 32px;
	border: 1px solid #aaaaaa;
}
.order_select_div .select2 .select2-selection {
    border-radius: 15px 0 0 15px;
	height: 32px;
}
.order_select_div .select2 .select2-selection .select2-selection__rendered {
    line-height: 32px;
}
.order_select_div .select2 .select2-selection .select2-selection__arrow {
	height: 32px;
	background-color: #f47929;
	right: -19px;
	top: 0;
	border-radius: 0 15px 15px 0;
	border-right: 1px solid #aaa;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
.order_select{
	
}



.select2-result-account-container-area {
    float: left;
	font-size: 11px;
	word-break: break-all;
}
.select2-result-account-container-post_codes {
    float: right;
	color: #0088cc;
	font-size: 11px;
	font-weight: bold;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] .select2-result-account-container-post_codes{
    color: white;
}
.select2-container--default .select2-results__option[aria-disabled="true"], .select2-container--default .select2-results__option[aria-disabled="true"] .select2-result-account-container-fullname, .select2-container--default .select2-results__option[aria-disabled="true"] .select2-result-account-container-area, .select2-container--default .select2-results__option[aria-disabled="true"] .select2-result-account-container-post_codes {
    text-decoration: line-through;
	color: lightcoral;
	background-color: lightgray;
	cursor: no-drop;
}
.select2-container--default .select2-results__option.loading-results{
	text-decoration: none;
	color: #777;
	background-color: white;
	cursor: progress;
}


.pricebox{
	border: 1px solid #f47929;
	border-radius: 10px;
	padding: 5px;
	height: 130px;
	width: 130px;
	cursor: pointer;
}
.pricebox:hover{
	border-color: #0088cc;
}
.pricebox img{
	width: 90%;
}
.pricebox p{
	color: #777777;
	font-size: 13px;
	line-height: 1.3;
	margin: 10px 0;
	height: 35px;
}
.pricebox span{
	font-size: 19px;
	color: #f47929;
	display: block;
}




/* homepage elements */
.home-sublink{
	background-color: #f47929;
}
.hsb-icon-span{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	display: block;
	width: 45px;
	height: 45px;
}
.hsb-icon-span i{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.get_quote {
    border: 1px solid white;
    padding: 2px;
    display: block;
    text-align: center;
    border-radius: 15px;
    cursor: pointer;
	background-color: #f47929;
}
.get_quote:hover{
	border: 1px solid #f47929;
	background-color: white;
	color: #f47929 !important;
	text-decoration: none;
}

.public_service{
	background-size: cover; 
	filter: grayscale(100%);
	cursor: pointer;
}
.public_services p {
	display: block;
	position: relative;
}
.dark-overlay {
	background-color: black;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.5;
}
.public_service.active{
	filter: grayscale(0);
}
.active .dark-overlay{
  background-color: darkblue;
}
.ps_title{
	display: none;
}
.ps_description{
	display: none;
}
.ps_title.active{
	display: block;
}
.ps_description.active{
	display: block;
}
.ps_description p{
	font-size: 12px;
	color: white;
}

.home-howitworks-boxes img{
	width: 100%;
}
.home-what_it_entails-boxes .container{
	max-width: 99%;
}
.home-what_it_entails-boxes img{
	width: 80px;
}
.home-what_it_entails-boxes .font-weight-normal{
	line-height: 1;
}
.home-service-boxes img{
	width: 50px;
}
.home-testimonials-boxes img{
	width: 500px;
}