:root {
        --logo-max-width: 170px;
}
body {
    background: var(--background-image);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}
@media (max-width: 767px) {
  body {  
      background-image: url(https://clientassets.floristtouch.co.uk/user/site389/contentImages/177.jpg);
  }
}

.button, .calltoaction p, .featured-categories a p, .link, .quote p, button, h1, h2, h3, h4, h5, h6, nav.main ul li a, ul.checkout-steps li {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}
@media only screen and (max-width: 600px) {
h1 {
font-size: 22px;
line-height: 1.1em; 
}
h2  {
font-size: 19px;
line-height: 1.1em;
}
}
.quotes-section .quote-single p  {
	font-size: 18px;
}
.collage .img-cont a img {
    object-fit: cover;
}

.featured-products .owl-carousel .owl-item .owl-lazy {
    opacity: .7;
    object-fit: cover;
}

.collage .pbox1 {
    padding-left: 12px;
    padding-right: 12px;
}
@media screen and (max-width: 767px) {
    .collage .pbox1.col-6 {
        padding: 0 7px;
    }
}


@media (max-width: 1023.98px) {
    .site-identity .logo {
      width: 185px;
      height: 70px;
      padding: 0px 25px 0px 5px;
      margin: 0px 0px 0px -30px;
    }
}
@media screen and (max-width: 1023px) {
    .header-wrap .site-identity {
    padding: 0px 0;
    }
    .site-identity .logo img {
        margin-left: 18px;
    }
}

.img-text-block .row {
  display: flex;
  align-items: center;
}

.scroll-up nav.main ul li a, .scroll-down nav.main ul li a, nav.main ul li a {
    font-size: 16px;
}

/* custom arrow colours */
.rsDefault .rsArrowIcn {
    background: #5A487D80 !important;
}

/*home hero */
body{
overflow-x: hidden;
}
.gallery#gallery-royal_slider_gallery_7245 {
width: 100vw;
margin-left: -50vw;
position: relative;
left: 50%;
top: -220px;
}
.gallery#gallery-royal_slider_gallery_7245 .slide{
padding-top: 840px;
position: relative;
}
.gallery#gallery-royal_slider_gallery_7245 .slide img{
width: 100%;
height: 88%;
object-fit: cover;
object-position: center;
position: absolute;
top: 0px;
left: 0px;
}

div#gallery-royal_slider_gallery_7245 div.rsOverflow {
    margin-bottom: -300px;
}

/* full width slider on mobile */
@media only screen and (max-width: 600px) {
.gallery#gallery-royal_slider_gallery_7245 .slide img {
height: 42% !important;
}

div#gallery-royal_slider_gallery_7245 div.rsOverflow {
margin-bottom: -670px !important;
}

.gallery.rsDefault.rsHor .rsArrowLeft{
left: -2%;
top: -25%;
}
.gallery.rsDefault.rsHor .rsArrowRight{
right: -2%;
top: -25%;
}  
}

#gallery-royal_slider_gallery_7245 {
margin-top: -180px;
}

.gallery .rsABlock{
left: -35%;
}
.gallery.rsDefault.rsHor .rsArrowLeft{
left: -5%;
}
.gallery.rsDefault.rsHor .rsArrowRight{
right: -5%;
}  
div.rsABlock.rsFirstSlideTit1le.rsSlideTitle {
margin-bottom: -150px;
}

/* top homepage heading */
section#heading_7819 h1 {
    top: 200px;
    position: relative;
    z-index: 2;
    width: 75%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #5A487D1F; 
    color: #ffffff;
    padding: 40px 20px;
    font-size: 2.2em;
    line-height: 1.1em;
    letter-spacing: 4px;
}
section#heading_7819 h1::after {
   margin: 0px;
}
@media only screen and (max-width: 1023px) {
    section#heading_7819 h1 {
        top: 310px;
        width: 100%;
        padding: 20px 10px;
        font-size: 1.3em;
    }
    div#gallery-royal_slider_gallery_7245 div.rsOverflow {
    margin-bottom: -320px;
   }
   #gallery-royal_slider_gallery_7245 {
   margin-top: -10px;
   }
}

@media only screen and (max-width: 600px) {
    #gallery-royal_slider_gallery_7245 {
    margin-top: -10px;
    }
    .gallery#gallery-royal_slider_gallery_7245 {
     top: -190px;
     margin-bottom: 35%;
     }
    section#heading_7819 h1 {
        letter-spacing: 2px;
    }
}

/* mini banner on home page - added margin to the top */
body[content-tpl="home.tpl.php"] #content .CB-MiniBannerCenter {
  margin-top: 5%;
}

/* change colour of selected  image on product page */
.rsDefault .rsThumb.rsNavSelected {
  background: #5A487D;
}

.btn.btn-primary.width-50 {
    color: transparent;        /* Hide original text */
    position: relative;
}

.btn.btn-primary.width-50::after {
    content: "Send Enquiry";
    color: white;              /* Or your button text color */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}