body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
body {
font-size: 15px;
}
.mob-hide {
display: none;
}
}
h4, h5, h6 {
margin-bottom: 10px;
}
p:empty {
display: none;
} .flex-row, .flex-row-nm {
display: flex;
flex: 1;
flex-direction: row;
flex-wrap: wrap;
}
.flex-row {
margin: 0px -10px;
}
.flex-col, .flex-col-nm {
display: flex;
flex: 1;
flex-direction: column;
box-sizing:border-box;
}
.flex-col {
margin: 10px;
}
@media (max-width:1023px) {
.flex-col {
flex-basis: calc(50% - 20px);
}
.flex-col-nm {
flex-basis: 50%;
}
}
@media (max-width:460px) {
.flex-col, .flex-col-nm {
flex-basis: 100%;
}
}
.clearfix {
clear: both;
}
.clearfix:after {
clear: both;
content: "";
display: table;
}
.align-c {
text-align: center;
} .btm-btns {
position: fixed;
z-index: 300;
bottom: 2px;
width: 100%;
text-align: right;
}
.btm-btns a.btm-btn {
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
color: #fff;
font-weight: bold;
padding: 5px 20px 5px;
background-color: #000;
display: inline-block;
transition: all .2s;
}
.btm-btns .icon-phone, .btm-btns .icon-whatsapp  {
padding-left: 5px;
display: inline-block;
font-size: 20px;
}
.btm-book, .btm-call {
margin-right: 3px;
}
.btm-btns a.btm-btn:hover {
background-color: #222;
}
@media (max-width: 767px) {
.btm-btns {
text-align: center;
}
.btm-btns a.btm-btn {
min-width: 100px;
}
.btm-call {
margin-right: 0;
}
} a.button {
border-radius: 25px;
} .header-section {
padding: 20px 30px 15px;
display: flex;
align-items: center;
}
.header-section-1, .header-section-2, .header-section-3 {
display: inline-block;
}
.header-section-1, .header-section-3 {
width: 30%;
font-size: 22px;
}
.header-section-2 {
width: 40%;
text-align: center;
}
.header-section-3 a {
justify-content: flex-end;
}
.header-section-1 a, .header-section-3 a {
display: flex;
align-items: center;
} 
.header-section-1 a .icon, .header-section-3 a .icon {
color: #f36523;
font-size: 26px;
}
.header-section-1 a span {
margin-right: 5px;
}
.header-section-3 a span {
margin-right: 3px;
}
.main-navigation.toggled .main-nav li a {
text-align: center;
}
@media (max-width: 768px) {
.header-section {
padding: 15px 10px 10px;
}
.header-section-1, .header-section-3 {
width: 20%
}
.header-section-2 {
width: 60%;
}
.header-section-2 {
max-width: 240px;
margin-left: auto;
margin-right: auto;
}
.header-section-1 a span, .header-section-3 a span {
font-size: 22px;
}
} .page-header {
margin-bottom: 0;
} .page-text {
background-size: cover;
background-repeat: no-repeat;
}
.inside-article {
text-align: center;
}
h1:before, h1:after, h2:before, h2:after, .privacy h3:before, .privacy h3:after {
content: '-';
color: #586f7c;
display: inline-block;
}
h1:before, h2:before, .privacy h3:before {
margin-right: 5px;
}
h1:after, h2:after, .privacy h3:after {
margin-left: 5px;
}
.privacy ul {
text-align: left;
max-width: 80%;
margin-left: auto; 
margin-right: auto;
} .service-col {
background-color: #fff;
border: 6px solid #fff;
margin-bottom: 20px;
transition: all .2s;
}
.service-col img {
filter: grayscale(0.5);
transition: all .2s;
margin-bottom: -6px;
}
.service-col img:hover {
filter: grayscale(0)
}
.service-title {
background-color: #586f7c;
padding: 10px 5px;
border-top: 2px solid #fff;
transition: all .2s;
}
.service-col:hover .service-title {
background-color: #f36523;
}
.service-title h3 {
margin-bottom: 0;
}
.service-title h3 a {
color: #fff;
font-size: 17px;
padding: 10px;
line-height: 1;
}
@media (max-width: 499px) {
#services .mobile-grid-50 {
width: 100%;
max-width: 350px;
margin-left: auto; margin-right: auto;
float: none;
}
} .blog .inside-article {
box-shadow: 0px 3px 6px #00000029;
background-color: #fff;
}
.blog .inside-article .entry-header, .blog .inside-article .entry-summary {
padding: 0 20px;
}
.blog .site.grid-container {
background-color: #f4f4f4;
max-width: none;
}
.single-post .inside-article {
text-align: left;
}
.single-post .inside-article h1, .single-post .entry-meta {
text-align: center;
}
.single-post .inside-article h2:before, .single-post .inside-article h2:after {
display: none;
} .swiper-container {
width: 100%;
height: 100%;
}
.swiper-wrapper {
margin: 20px 0 50px;
}
.brands-swiper .swiper-button-next, .brands-swiper .swiper-button-prev  {
top: auto;
bottom: 0;
color: #586f7c;
}
.brands-swiper .swiper-button-next::after, .brands-swiper .swiper-button-prev::after  {
font-family: 'icomoon';
font-weight: bold;
}
.brands-swiper .swiper-button-next::after {
content: '\f105';
}
.brands-swiper .swiper-button-prev::after {
content: '\f104';
} #cta {
padding: 40px 20px;
background-color: #586f7c;
}
#cta h2, #cta p {
color: #fff;
}
#cta p, #contact-form, #contact-pg-form  {
font-weight: 500;
max-width: 800px;
margin-left: auto; margin-right: auto;
}
#cta h2:before, #cta h2:after {
color: #f36523;
} #contact-form input[type="text"], #contact-form input[type="email"], #contact-form input[type="tel"], #contact-form textarea, #contact-form input[type="number"], #contact-pg-form input[type="text"], #contact-pg-form input[type="email"], #contact-pg-form input[type="tel"], #contact-pg-form textarea, #contact-pg-form input[type="number"] {
border-radius: 20px;
-webkit-appearance: none;
border-width: 0px;
}
#contact-form .list-checkbox-wrap .nf-field-element li label, #contact-pg-form .list-checkbox-wrap .nf-field-element li label {
text-align: left;
}
#contact-form .list-checkbox-wrap .nf-field-element li label {
color: #fff;
}
#contact-form input[type="button"], #contact-pg-form input[type="button"] {
border-radius: 25px;
min-width: 200px;
transition: all .2s;
}
#contact-form input[type="button"]:hover, #contact-pg-form input[type="button"]:hover {
background-color: #012a36;
}
@media (max-width: 768px) {
#contact-form .nf-field-container, #contact-pg-form .nf-field-container {
margin-bottom: 15px;
}
} .footer-widgets {
text-align: center;
}
.footer-contact a, a.contact-phone {
font-size: 22px;
padding: 0 10px;
display: flex;
justify-content: center;
align-items: center;
}
.footer-contact a {
color: #fff;
}
.footer-contact {
padding-bottom: 30px;
}
.footer-contact a .icon, a.contact-phone .icon {
color: #f36523;
margin-right: 3px;
font-size: 26px;
}
.footer-logos {
max-width: 1000px;
margin: 20px auto 0;
display: flex;
align-items: center;
justify-content: center;
padding-bottom: 20px;
}
.footer-logos img {
margin: 0 10px;
}
@media (max-width: 699px) {
.footer-logos {
flex-direction: column;
}
.inside-footer-widgets .footer-logos img {
padding-bottom: 40px;
}
}
.shadow {
box-shadow: 0px 3px 6px #00000029;
} @font-face {
font-family: 'icomoon';
src:  url(//ukstockclearance.co.uk/fonts/icomoon.eot?q1v7mg);
src:  url(//ukstockclearance.co.uk/fonts/icomoon.eot?q1v7mg#iefix) format('embedded-opentype'),
url(//ukstockclearance.co.uk/fonts/icomoon.ttf?q1v7mg) format('truetype'),
url(//ukstockclearance.co.uk/fonts/icomoon.woff?q1v7mg) format('woff'),
url(//ukstockclearance.co.uk/fonts/icomoon.svg?q1v7mg#icomoon) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] { font-family: 'icomoon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
}
.icon-check:before {
content: "\f00c";
}
.icon-close:before {
content: "\f00d";
}
.icon-remove:before {
content: "\f00d";
}
.icon-times:before {
content: "\f00d";
}
.icon-play-circle-o:before {
content: "\f01d";
}
.icon-map-marker:before {
content: "\f041";
}
.icon-check-square-o:before {
content: "\f046";
}
.icon-play:before {
content: "\f04b";
}
.icon-calendar:before {
content: "\f073";
}
.icon-external-link:before {
content: "\f08e";
}
.icon-phone:before {
content: "\f095";
}
.icon-twitter:before {
content: "\f099";
}
.icon-facebook:before {
content: "\f09a";
}
.icon-facebook-f:before {
content: "\f09a";
}
.icon-caret-down:before {
content: "\f0d7";
}
.icon-caret-up:before {
content: "\f0d8";
}
.icon-caret-left:before {
content: "\f0d9";
}
.icon-caret-right:before {
content: "\f0da";
}
.icon-envelope:before {
content: "\f0e0";
}
.icon-linkedin:before {
content: "\f0e1";
}
.icon-angle-left:before {
content: "\f104";
}
.icon-angle-right:before {
content: "\f105";
}
.icon-angle-up:before {
content: "\f106";
}
.icon-angle-down:before {
content: "\f107";
}
.icon-mobile:before {
content: "\f10b";
}
.icon-mobile-phone:before {
content: "\f10b";
}
.icon-youtube-play:before {
content: "\f16a";
}
.icon-instagram:before {
content: "\f16d";
}
.icon-whatsapp:before {
content: "\f232";
}