/*
 Theme Name:     West Coast Birdwatching
 Description:    West Coast Birdwatching Theme
 Author:         James Down
 Author URI:     http://www.jamesdown.co.uk
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

.et_pb_slide, .et_pb_column_8 {
  position: relative;
  overflow: hidden;
}

.et_pb_slide::before, .et_pb_column_8::before {
	width: 200%;
	height: 200%;
	top: -50%;
	left: -50%;
	position: absolute;
	content: "";
	z-index: 1;

	animation: move 60s ease;
	/* Add infinite to loop. */
	animation-iteration-count: infinite;
  
	-ms-animation: move 60s ease;
	-webkit-animation: move 60s ease;
	-0-animation: move 60s ease;
	-moz-animation: move 60s ease;
	position: absolute;
}

.et_pb_slide_0::before  {
	background: center / cover no-repeat url(https://wcb.jamesdown.co.uk/wp-content/uploads/2022/10/gradient2.png), center no-repeat url(https://wcb.jamesdown.co.uk/wp-content/uploads/2022/10/P1000196-1-scaled.jpg);
/* 	background-blend-mode: multiply; */
}


@media (max-width: 479px){
	.et_pb_slide_0::before  {
		background: center / cover no-repeat url(https://wcb.jamesdown.co.uk/wp-content/uploads/2022/10/gradient2.png), contain no-repeat url(https://wcb.jamesdown.co.uk/wp-content/uploads/2022/10/P1000196-1-scaled.jpg);
	/* 	background-blend-mode: multiply; */
	}
}

.et_pb_slide_1::before  {
	background: center / cover no-repeat url(https://wcb.jamesdown.co.uk/wp-content/uploads/2022/10/gradient2.png), center no-repeat url(https://wcb.jamesdown.co.uk/wp-content/uploads/2022/10/Gannet-2021-07-19-Grassholm-4-scaled.jpg);
/* 	background-blend-mode: multiply; */
}

.et_pb_slide_2::before  {
	background: center / cover no-repeat url(https://wcb.jamesdown.co.uk/wp-content/uploads/2022/10/gradient2.png), center no-repeat url(https://wcb.jamesdown.co.uk/wp-content/uploads/2022/10/Gannet-2021-07-19-Grassholm-4-scaled.jpg);
/* 	background-blend-mode: multiply; */
}

.et_pb_slide_3::before  {
	background: center / cover no-repeat url(https://wcb.jamesdown.co.uk/wp-content/uploads/2022/10/gradient2.png), center no-repeat url(https://wcb.jamesdown.co.uk/wp-content/uploads/2022/10/P1000196-1-scaled.jpg);
/* 	background-blend-mode: multiply; */
}

.et_pb_slide_description {
/* 	background: center no-repeat url(https://wcb.jamesdown.co.uk/wp-content/uploads/2022/10/gradient2.png); */
/* 	background-blend-mode: multiply; */
}


@-webkit-keyframes move {
  0% {
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	-o-transform-origin: bottom left;
	transform-origin: bottom left;
	transform: scale(1.0);
	-ms-transform: scale(1.0);
	/* IE 9 */

	-webkit-transform: scale(1.0);
	/* Safari and Chrome */

	-o-transform: scale(1.0);
	/* Opera */

	-moz-transform: scale(1.0);
	/* Firefox */
  }
  100% {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	/* IE 9 */

	-webkit-transform: scale(1.2);
	/* Safari and Chrome */

	-o-transform: scale(1.2);
	/* Opera */

	-moz-transform: scale(1.2);
	/* Firefox */
  }
}

