/*
 Theme Name:   IHS theme by BIGMatrix
 Theme URI:    https://bigmatrix.co.uk
 Description:  Bricks child theme created on top of Bricks Builder.
 Author:       BIGMatrix
 Author URI:   https://bigmatrix.co.uk
 Template:     bricks
 Version:      1.0
 Text Domain:  ihs
*/

.ihs-border-bottom-gold{
	border-bottom: 2px solid;
	border-image: linear-gradient(270deg, #281700 0%, #EABE81 100%) 1;
}

.ihs-button-primary {
  background: var(--ihs-color-signature-vertical);
}

.ihs-button-outline {
  background:
    linear-gradient(var(--ihs-color-primary-black), var(--ihs-color-primary-black)) padding-box,
    var(--ihs-color-signature-horizontal) border-box;
  border: 2px solid transparent;
}

.card-our-services {
	background: linear-gradient(91.58deg, rgba(255, 255, 255, 0.1) 0.23%, rgba(130, 130, 130, 0.1) 103.94%);
	border-bottom: 1px solid;
	border-image: linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.5)) 1;
}

.cta-quote__container-left{
  clip-path: polygon(0% 0%, 100% 0%, 96.1% 100%, 0% 100%);

  /* Mobile styles */
  @media (max-width: 767px){
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

.header-1.scrolled {
	background-color: #15171a;
}

.homepage-about {
  background: linear-gradient(112.7deg, #000000 0%, #1E1E1E 100%);
}