.widgettitle {
	font-size: 20px;
    padding-bottom: 10px;
}
.widget a {
	color: #55aa05!important;
}
.widget a:hover {
	color: #d68e00!important;
}
select#archives-dropdown--1,
select#cat {
    -webkit-appearance: none;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    padding: 10px;
    background-color: white;
    border: 1px solid #333;
    background-image: url('https://clearanceandcleanup.co.uk/wp-content/uploads/2018/10/cheveron-down.png');    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center right 20px;
    font-size: 15px;
    font-family: "Nunito Sans";
}
div#code_block-40-230 {
    width: 100%;
    margin-bottom: 20px;
}
.innerInputs {
    height: 40px;
}
.searchFormWidget222  input{
    width: calc(100% - 50px);
    height: 50px;
    border-radius: 0px;
    padding: 10px;
    border: none;
    color: black;
    position: relative;
    top: -17px;
}
.searchFormWidget222 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333333;
}
.searchFormWidget222 ::-moz-placeholder { /* Firefox 19+ */
  color: #333333;
}
.searchFormWidget222 :-ms-input-placeholder { /* IE 10+ */
  color: #333333;
}
.searchFormWidget222 :-moz-placeholder { /* Firefox 18- */
  color: #333333;
}
#_search_form-21-64 input, #_search_form-21-64 textarea {
    height: 38px;
}
#_posts_grid-10-64 .oxy-read-more {
	font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    color: white;
    background-color: #d68e00;
    text-decoration: none;
    padding: 7px;
    line-height: 1;
	border-radius: 1px!important;
    display: inline-block;
}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
    margin-bottom: 4px!important;
}
.gform_wrapper li.hidden_label input {
    margin-top: 0px!important;
}
@media only screen and (min-width: 641px) {
    .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
        margin: 0!important;
    }
}
.gform_wrapper .gform_footer {
    padding: 0 0 10px 0!important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 8px 12px!important;
    font-family: inherit;
    border: 1px solid #d2d2d2;
    -webkit-appearance: none;
    border-radius: 0;
}
.gform_wrapper textarea {
    padding: 8px 12px!important;
    border: 1px solid #d2d2d2;
    font-family: inherit;
    -webkit-appearance: none;
    border-radius: 0;
}
.gform_wrapper .gform_footer {
    text-align: center;
}
body .gform_wrapper .gform_footer input[type=submit] {
    font-family: inherit;
    font-weight: 600;
    color: #ffffff;
    padding: 12px 30px 12px 30px!important;
    background-color: #4da000;
    border: 1px solid #4da000;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}
body .gform_wrapper .gform_footer input[type=submit]:hover {
    border: 1px solid #108141;
    background-color: #108141;
}
#mr-breadcrumbs a {
    color: #ffffff!important;
}
.btn-green:hover .btn-icon {
    background-color: #56aa08!important;
    border: 1px solid #56aa08!important;
}
.btn-dark-green:hover {
    color: #ffffff!important;
    background-color: #56aa08;
}
.btn-dark-green:hover .btn-icon-dark {
    background-color: #448904!important;
    border: 1px solid #448904!important;
}
.custom-list {
    list-style: none;
    padding-left: 0;
}
.custom-list li {
    position: relative;
    padding: 9px 0 6px 25px;
    line-height: 1.7em;
    font-size: 19px;
}
.custom-list li a {
	color: #333;
}
.custom-list li a:hover {
	color: #4da000;
}
.custom-list li:before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    background-image: url('/wp-content/uploads/2021/01/right-chevron.svg');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.custom-list-2 {
    list-style: none;
    padding-left: 0;
}
.custom-list-2 li {
    position: relative;
    padding: 9px 0 6px 25px;
    line-height: 1.7em;
    font-size: 18px;
}
.custom-list-2 li:before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    background-image: url('/wp-content/uploads/2021/01/right-chevron.svg');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

@keyframes pulse_animation {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}
.pulse {
    animation-name: pulse_animation;
    animation-duration: 2000ms;
    transform-origin: 90% 90% 90% 90%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.rplg .rplg-review-name {
    color: #fff!important;
    font-weight: 600!important;
}
.rplg .rplg-review-time {
    color: #fff!important;
    text-shadow: none!important;
}
.rplg-slider .rplg-box .rplg-box-content {
    margin: 20px 20px 0px 40px!important;
}
.rplg .rplg-box {
    border-radius: 8px!important;
}

.rplg .rplg-review-avatar {
    box-shadow: none!important;
}
.rplg .rplg-more-toggle {
    color: #56aa08!important;
}
.rplg .rplg-review-text {
    color: #333!important;
}
.rplg .rplg-review-text {
    line-height: 28px!important;
    font-size: 16px!important;
}
.rplgsw-pagination-bullet-active {
    background: #4ca001!important;
}
@media (max-width: 768px) {
	#_nav_menu-402-20 .oxy-nav-menu-list {
    	flex-direction: column;
	}
}
#review-video:hover .video-bottom {
    background-color: #448904;
}
ul {
    margin-block-start: 0;
    margin-block-end: 0;
}