/*
	Theme Name: All County Waste
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.1.1


	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
 
.cHSyyy {
	border: 3px solid #f1592a;
	box-shadow: rgb(0 0 0 / 80%) 0px 40px 20px -35px !important; 
}
.mobile-back {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    text-decoration: none;
    filter: drop-shadow(1px 1px 2px black);
    display: flex;
    margin-bottom: 30px;
    margin-top: 20px;
    text-transform: uppercase;
    align-items: center;
    cursor: pointer;
}
.mobile-back .caret {
    margin-right: 10px;
    margin-bottom: -6px;
}
.mobile-back svg {
    fill: #fff;
    transform: rotate(87deg);
}
.lc-panel a {
    color: #000;
}
.lc-panel a:hover {
    color: #00989b;
}

img {
    max-width: 100%;
    height: auto;
}
body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    line-height: 1.4;
}
.orange-bg {
    background-color: #f1592a;
}
.orange {
    color: #f1592a;
}
.blue-bg {
    background-color: #0f2746;
}
.blue {
    color: #0f2746;
}
.teal-bg {
    background-color: #00989b;
}
.teal {
    color: #00989b;
}
.container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 30px;
    clear: both;
    position: relative;
}
span.gfield_required.gfield_required_text {
    padding-left: 5px;
    font-size: 10px;
}
.hidden_label legend {
    display: none;
}
input#choice_1_14_1, input#choice_3_8_1 {
    -webkit-appearance:auto!important;
    width: auto!important;
}
#field_1_14, #field_3_8, #field_4_14 {
    border: none;
    margin-top: 10px;
}
#field_4_14 label a, #field_1_14 label a, #field_3_8 label a {
    color: #fff;
}
#field_4_15 label, #field_1_15 label, #field_3_9 label {
    display: none;
}
#field_4_15,#field_1_15, #field_3_9 {
    margin-top: 10px;
}
.pp-viewer {
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    background: rgba(255,255,255,0.95);
    padding: 20px;
}
.pp-viewer .pp-closer {
    position: absolute;
    right: 20px;
    cursor: pointer;
}
.pp-viewer .pp-viewer-inner {
    overflow: scroll;
    height: 100%;
}
.quote-form {
    position: relative;
}
.quote-form .form-wrapper .form-right {
    overflow: hidden;
}
.ui-datepicker {
    background-color: #f5f5f5;
    max-width: 516px !important;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) !important;
    padding-left: 10px;
    position: relative;
    border: 1px solid #ddd;
	display:none;
}

.ui-datepicker:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ddd;
    top: -15px;
}

.ui-datepicker:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid white;
    top: -13px;
}

 .ui-datepicker-group {
    float: left !important;
    padding: 20px 20px 20px 0;
}

 .ui-datepicker-header {
    background: none !important;
    text-shadow: none !important;
    color: #333 !important;
    border: 0 !important;
    margin-bottom: 6px !important;
}

 .ui-datepicker-title {
    font-size: 15px !important;
	 text-align:center;
}

 .ui-datepicker-year {
    font-weight: normal !important;
}

.ui-datepicker thead {
    border: 0 !important;
    background: none !important;
}

.ui-datepicker th {
    font-size: 12px !important;
    font-weight: bold;
    color: #ccc !important;
}

.ui-datepicker tbody tr {
    border: 0 !important;
}

.ui-datepicker tbody td {
    background-color: transparent;
    border: 0 !important;
    padding: 1px !important;
}

 .ui-datepicker-prev {
    position: absolute;
    left: 10px;
    line-height: 30px !important;
    background: none !important;
}

 .ui-datepicker-prev:after {
    content: '◀';
    color: #f6861f !important;
}

 .ui-state-disabled.ui-datepicker-prev:after {
    color: #ccc !important;
}

 .ui-icon.ui-icon-circle-triangle-w {
    display: none;
}

 .ui-datepicker-next {
    position: absolute;
    right: 10px;
    line-height: 30px !important;
    background: none !important;
}

 .ui-icon-circle-triangle-e {
    display: none;
}

 .ui-datepicker-next:after {
    content: '▶';
    color: #f6861f !important;
}

 .ui-state-disabled.ui-datepicker-next:after {
    color: #ccc !important;
}

 .ui-datepicker-calendar .ui-state-default {
    background: #f5f5f5 !important;
    font-weight: normal !important;
    font-size: 13px !important;
    text-shadow: none !important;
    border: 1px solid #f5f5f5 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
	 color:#000;
	 text-decoration:none;
}

 .ui-datepicker-calendar .ui-datepicker-today a {
    font-weight: bold !important;
}

 .ui-datepicker-calendar .ui-datepicker-current-day a {
    background-color: #f6861f !important;
    color: #fff !important;
    border: 1px solid #f6861f !important;
}

 .ui-datepicker-calendar .ui-state-hover {
    background-color: #fff !important;
    border: 1px solid #f6861f !important;
}

 .ui-datepicker-unselectable.ui-state-disabled {
    background: none !important;
}

 .ui-datepicker-unselectable.ui-state-disabled span {
    background: none !important;
    font-weight: normal !important;
    color: #eee !important;
    border: 1px solid transparent !important;
}

 .ui-datepicker-calendar .ui-datepicker-other-month span {
    color: #ccc !important;
}

 .ui-datepicker-calendar .wrong {
    background-color: #ff0000 !important;
}

 div.ui-datepicker-group-first td:not(.ui-datepicker-other-month) ~ td.ui-datepicker-other-month {
    visibility: hidden;
}

 div.ui-datepicker-group-last td {
    visibility: hidden;
}

 div.ui-datepicker-group-last td.ui-datepicker-other-month ~ td:not(.ui-datepicker-other-month),
 div.ui-datepicker-group-last td:not(.ui-datepicker-other-month),
 div.ui-datepicker-group-last td:not(.ui-datepicker-other-month) ~ td.ui-datepicker-other-month {
    visibility: visible;
}
.grid-bottom a {
	color:#000;
}
.grid-bottom a:hover {
    color: #00989b;
}