/* 2022 01 28 */
.page-node-65 .full-width-image {
	background-image: url(https://www.planthealthcentre.scot/sites/www.planthealthcentre.scot/files/styles/hero/public/2019-01/flowers_cropped.jpg) !important;
}

.full-width-image {
  /*  background-image: url(http://dac.dev/sites/default/files/2016-07/14467193265_9a5e72d17f_b.jpg);
  background-image: url(https://www.planthealthcentre.scot/sites/www.planthealthcentre.scot/files/styles/hero/public/2019-01/flowers_cropped.jpg) !important; */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .full-width-image > * {
    position: relative;
    z-index: 1; }

.fade {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute; }

.fade--blue {
  background-color: rgba(76, 95, 115, 0.85); }

.fade--light {
  background-color: rgba(255, 255, 255, 0.6); }

.align-left {
  margin-right: 15px;
  margin-bottom: 15px; }

.align-right {
  margin-left: 15px;
  margin-bottom: 15px; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

[data-history-node-id="22"] .align-left {
  max-width: 230px; }
/* Updated 2022 01 28 */
.rainbow-divider {
  height: 10px;
/*  background: #198d3c; */
  background: #0c693a;
  /*background: -moz-linear-gradient(left, #198d3c 0%, #6fc2bd 100%); */
  background: -moz-linear-gradient(left, #0c693a 0%, #6fc2bd 100%);
  /*background: -webkit-gradient(left top, right top, color-stop(0%, #198d3c), color-stop(100%, #6fc2bd));*/
  background: -webkit-gradient(left top, right top, color-stop(0%, #0c693a), color-stop(100%, #6fc2bd));
  /*background: -webkit-linear-gradient(left, #198d3c 0%, #6fc2bd 100%); */
  background: -webkit-linear-gradient(left, #0c693a 0%, #6fc2bd 100%);
  /*background: -o-linear-gradient(left, #198d3c 0%, #6fc2bd 100%); */
  background: -o-linear-gradient(left, #0c693a 0%, #6fc2bd 100%);
  /*background: -ms-linear-gradient(left, #198d3c 0%, #6fc2bd 100%); */
  background: -ms-linear-gradient(left, #0c693a 0%, #6fc2bd 100%);
/*  background: linear-gradient(to right, #198d3c 0%, #6fc2bd 100%); */
  background: linear-gradient(to right, #0c693a 0%, #6fc2bd 100%);
/*  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#198d3c', endColorstr='#6fc2bd', GradientType=1 );  */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c693a', endColorstr='#6fc2bd', GradientType=1 ); 
  }

/*# sourceMappingURL=media.css.map */
