/*
Theme Name: Bigtop Design
Author: James Brunwin
Version: 1.0
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset

--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*--------------------------------------------------------------
2.0 ***
--------------------------------------------------------------*/

body {
	font-family: 'Open Sans', sans-serif;
	padding-top: 95px;
	opacity: 0;
	transition: opacity 0.3s  cubic-bezier(0.4, 0, 0.2, 1);
}

body.loaded {
	opacity: 1;
}

@keyframes bounce {
  0% { transform: scale(1.1); }
  50% { transform: scale(1.6); }
  60% { transform: scale(0.6);}
  80% { transform: scale(0.95); }
  100% { transform: scale(0.85); }
}

#loader-first {
	display: none;
	position: fixed;
	top: 50%;
	left:50%;
	z-index: 999;

	width: 55px;
	height: 55px;
	transform: translate(-50%,-50%);
	transition: opacity 0.6s 0.1s ease-in-out;
}

.pulsating-circle {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 30px;
}
  
.pulsating-circle:before {
  content: '';
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #e73089;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.pulsating-circle:after {
  content: '';
  position: absolute;
  left: 0; 
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #e73089;
  border-radius: 15px;
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite;
}

@keyframes pulse-ring {
  0% {
    transform: scale(.33);
  }
  80%, 100% {
  	transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse-dot {
  0% {
    transform: scale(.6);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(.6);
  }
}

body.loaded #loader-first {
	opacity: 0;
	pointer-events: none;
}

#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 1;
	z-index: 999;
	transition: opacity 0.8s 0.8s  cubic-bezier(0.4, 0, 0.2, 1);
}

#loader > div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300vw;
	height: 300vw;
	border-radius: 50%;
	transform: translate(-50%,-50%) scale(0) translateZ(0);
	transition: all 1.4s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

#loader .dot {
	background: #e73089;
}

#loader .dot2 {
	background: #fff;
	transition-delay: 0.5s;
}

#loader .dot3 {
	background: #954b97;
	transition-delay: 0.1s;
}

#loader .dot4 {
	background: #fff;
	transition-delay: 0.4s;
}

.strip:nth-child(even) {
	background: #f5f5f5;
}

body.loaded #loader > div {
	transform: translate(-50%,-50%) scale(1) translateZ(0);
}

body.loaded #loader {
	opacity: 0;
	pointer-events: none;
}

h1, h2, h3, h4 {
	display: block;
	font-family: 'Libre Franklin', sans-serif;
	margin: 10px 0;
}

h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 44px;
}

h2 {
	font-size: 36px;
  font-weight: 800;
  line-height: 40px;
  color: #e73089;
}

h3 {
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
	font-size: 24px;
  font-weight: 300;
  line-height: 1.3em;
}

h5 {
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 300;
}

.hero-strip h5 .word3 {
	font-weight: 600;
}

p {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 300;
  margin: 15px 0;
  color: rgba(0,0,0,0.7);
}

strong {
	font-weight: 600;
}

a {
	color: #000;
	text-decoration: none;
}

.pink a {
	color: #fff;
}

label {
	display: block;
	margin: 10px 0;
	overflow: hidden;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    margin: 0;
    padding: 20px;
    color: #fff;
    font-weight: 700;
}

input[type=text], input[type=email], textarea {
  border: 2px solid #fff;
  padding: 10px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  font-family: "Libre Franklin";
  font-size: 16px;
  font-weight: 600;
  color: #484848;
  outline: none;
  transition: all 0.5s ease-in-out;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-weight: 300;
}

input[type=text]:focus, input[type=email]:focus, textarea:focus {
	background: transparent;
	padding: 15px 10px;
	color: #fff;
}

input[type=text]:focus::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: #ccc;
}

input[type=submit] {
	display: inline-block;
  padding: 15px 50px;
  background: #e73089;
  border: none;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

input[type=submit]:hover,
input[type=submit]:focus {
	background: #fff;
	color: #e73089;
}

.wpcf7 {
	margin: 20px 0 !important;
}

span.wpcf7-not-valid-tip {
  color: #e73089;
  font-size: 13px;
  font-weight: 700;
  margin: 0px 0px 10px;
  padding-top: 5px;
  border-top: 5px solid #e73089;
  display: block;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 2px solid #e73089;
  margin: 0;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 700;
  padding: 10px 15px;
}

textarea {
	height: 100px;
}

a.button {
	background: transparent;
  display: inline-block;
  padding: 10px 0px;
  color: #fff;
  margin: 10px 0;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 14px;
  font-weight: 700;

  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.content-strip a.button {
  border: 2px solid #e73089;
  padding: 20px 40px;
  color: #e73089;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}

.content-strip a.button:hover {
	background: #e73089;
	color: #fff;
}

strong {
	font-weight: 700;
}

.container {
	max-width: 1000px;
	padding: 0px 30px;
	margin: auto;
	box-sizing: border-box;
}

.main-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 95px;
	overflow: hidden;
	z-index: 91;
}

.admin-bar .main-header {
	top: 46px;
}

#wpadminbar {
  position: fixed;
}

.main-header.dropdown .logo {
	position: fixed;
	opacity: 0;
}

.main-header > div.container {
	position: relative;
	padding: 0;
}

.main-header .logo {
	display: inline-block;
  padding: 25px 30px 20px 30px;
	font-size: 30px;
	transition: opacity 0.5s ease-in-out;
}

.main-header .logo svg {
	width: 200px;
	height: auto;
	transition: all 0.5s ease-in-out;
}

.main-header.dropdown .logo svg {
	position: relative;
	left: -300px;
}

.main-header .logo svg path {
	transition: fill 0.3s ease-in-out;
}

body.main-menu-open .main-header {
	position: fixed !important;
	display: block !important;
	height: 95px !important;
}

body.main-menu-open .main-header .logo svg  {
	width: 200px;
}

body.main-menu-open .main-header .logo svg .st1 {
	fill: #fff;
}

body.main-menu-open .main-header.dropdown .logo {
	opacity: 1;
}

body.main-menu-open .main-header.dropdown .logo svg {
	left: 0;
}

.main-header .hamburger {
	position: fixed;
  top: 30px;
  right: 15px;
  width: 33px;
  padding: 15px;
}

.admin-bar .main-header .hamburger {
  top: 76px;
}

.main-header .hamburger > span {
	display: block;
	height: 3px;
	margin-left: 100%;
	margin-bottom: 5px;
	background: #000;
	transition: background 0.3s ease-in-out, margin 1s 1.5s ease-in-out;
}

.loaded .main-header .hamburger > span:nth-child(1) {
	margin-left: 0;
}

.loaded .main-header .hamburger > span:nth-child(2) {
	margin-left: 12px;
}

.loaded .main-header .hamburger > span:last-child {
	margin-bottom: 0;
	margin-left: 20px;
}

.main-header.white .hamburger > span {
	background: #fff;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

body.main-menu-open .main-header .hamburger > span {
	background: #fff;
	box-shadow: none;
}

#main-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 90;
	padding-top: 160px;

	pointer-events: none;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

#main-menu .container {
	padding: 0;
}

body.main-menu-open #main-menu {
	pointer-events: auto;
	opacity: 1;
}

.main-nav a {
  font-size: 30px;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 700;
  line-height: 34px;
  color: #000;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  transition: all 0.3s ease-in-out;
}

.main-nav .active-item a {
  background: #c93d86;
  margin: 5px 0;
  padding: 15px 30px;
}

.main-nav a:hover {
	background: rgba(255,255,255,0.1);
}

.main-nav li {
	opacity: 0;
	position: relative;
	left: -100px;
	transition: all 0.3s 0.3s ease-in-out;
}

.main-menu-open .main-nav li {
	left: 0;
	opacity: 1;
}

.main-nav li:nth-child(1) { transition-delay: 0.4s; }
.main-nav li:nth-child(2) { transition-delay: 0.5s; }
.main-nav li:nth-child(3) { transition-delay: 0.6s; }
.main-nav li:nth-child(4) { transition-delay: 0.7s; }
.main-nav li:nth-child(5) { transition-delay: 0.8s; }

.strip {
	position: relative;
	overflow: hidden;
}

.strip.hero-strip {
	max-height: 635px;
	min-height: 400px;
}

.strip.hero-strip .content {
  padding: 15px 0;
  position: relative;
  z-index: 2;
}

.strip.hero-strip h2 .word2,
.strip.hero-strip h2 .word3 {
	color: #e73089;
}

.strip.hero-strip h5 {
	margin-bottom: 15px;
}

.strip.hero-strip .image {
  height: 40vh;
  background-size: contain;
	background-position: 90% center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;

  opacity: 0;
  bottom: -15vh;
  transition: bottom 2.5s 1.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 2.5s 1.6s ease-in-out;
}

.strip.hero-strip h3 {
  margin: 0;
}

.strip.hero-strip a.scroll-arrow {
	opacity: 0;
	transition: opacity 2s 3s ease-in-out;
}

.loaded .strip.hero-strip a.scroll-arrow {
	opacity: 1;
}

.loaded .strip.hero-strip .image {
	bottom: 0px;
	opacity: 1;
}

.scroll-arrow {
	position: relative;
	display: inline-block;
	width: 48px;
	height: 48px;
	background: #e73089;
	margin: 30px 0;
}

.scroll-arrow > svg {
	width: 24px;
	height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin-top: 2px;
  transition: all 0.3s ease-in-out;
}

.scroll-arrow:hover > svg {
	width: 60%;
}

.strip.tiles-strip {
	background: #000;
	padding: 30px 0;
}

.strip.tiles-strip {
	padding: 50px 0 !important;
}

.single-service .strip:nth-child(6) {
  padding-top: 0px !important;
}

.strip.tiles-strip .tile {
	position: relative;
	display: block;
	float: none;
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}

.strip.tiles-strip .tile:last-child {
	margin-bottom: 0;
}

/*.strip.tiles-strip .tile:nth-child(1) { background: #ed7d21; }*/ 
/*.strip.tiles-strip .tile.marketing 		{ background: #ef7c00; }
.strip.tiles-strip .tile.infographics { background: #00a0e1; }
.strip.tiles-strip .tile.corporate 		{ background: #76b72a; }
.strip.tiles-strip .tile.web				 	{ background: #954b97; }*/

.strip.tiles-strip .tile .content {
	position: relative;
	padding: 30px;
	width: 70%;
	margin-left: 30%;
	overflow: hidden;
	box-sizing: border-box;
}

.strip.tiles-strip .tile .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	height: 100%;
	background: red;
	background-image: url(http://localhost/bigtop/wp-content/uploads/2018/02/alice.jpg);
	background-size: cover;
	background-position: center;
	pointer-events: none;
	opacity: 0.6;
	transition: all 0.5s ease-in-out;
}

.strip.tiles-strip .tile:nth-child(odd) .image {
	left: 70%;
}

.strip.tiles-strip .tile:nth-child(odd) .content {
	margin-left: 0;
}


.tile h3 {
	display: inline-block;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  margin: 0px;
}

.tile p {
	color: rgba(255,255,255,0.7);
  font-size: 18px;
  line-height: 1.4em;
  margin: 15px 0;
}

.tile a.button,
.bio a.button {
	display: block;
  background: none;
  margin: 0;
  padding: 20px;
  position: relative;
  font-weight: 700;
  text-transform: none;
  background: #e73089;
}

.bio a.button {
	margin-top: 30px;
	margin-bottom: 15px;
	background: #e73089;
  font-size: 20px;
  display: none;
  padding: 30px 60px 30px 30px;
}

.tile a.button:hover,
.tile a.button:focus {
	background: rgba(231,48,137,0.8);
}

.tile a.button svg, 
.bio a.button svg {
  position: relative;
  display: inline-block;
  float: left;
  top: 6px;
  width: 24px;
  height: auto;
  margin-right: 15px;
  transform: rotate(-90deg);
}

/*.tile a.button:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;

	width: 0;
	height: 0;

	border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  
  border-left: 10px solid green;
}*/

.strip.image-strip {
	background-size: cover;
	background-position: center;
	position: relative;
}

.strip.image-strip.no-content {
	min-height: 250px;
}

.strip.image-strip:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 1;
}

.strip.image-strip .content {
	position: relative;
	padding: 80px 0;
	color: #fff;
	z-index: 2;
}


.strip.image-strip .content p {
	color: #fff;
}

.strip.content-strip {
	padding: 30px 0;
}

.content-strip .content {
	/*padding-right: 30px;*/
}

.content-strip .content > *:first-child {
	margin-top: 0px;
}

.content-strip .content > *:last-child {
	margin-bottom: 0px;
}

.content-strip.pink h1,
.content-strip.pink h2,
.content-strip.pink h3,
.content-strip.pink h4,
.content-strip.pink p {
	color: #fff;
}

.team-strip {
	background: #000 !important;
}

.team-strip .container {
	padding: 0;
}

.team-strip .carousel {
	position: relative;
	overflow: hidden;
}

.team-strip .carousel .carousel-item {
	position: relative;
	float: left;
	width: 100%;
	height: 230px;
	background: #eee;
	box-sizing: border-box;
	background-size: cover;
  background-position: center;
	transform: scale(0.8);
	transition: all 0.7s ease-in-out;
}

.team-strip .carousel .carousel-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 1
}

.team-strip .carousel .active .carousel-item {
	transform: scale(1);
}

.team-strip .carousel .carousel-item .content {
  position: absolute;
  bottom: 10px;
  left: 30px;
  z-index: 2
}

.team-strip .carousel .carousel-item .content h2,
.team-strip .carousel .carousel-item .content p {
	color: #fff;
	margin: 0;
	line-height: 1.4em;
}

.team-strip .carousel .carousel-item .content h2 {
	font-size: 42px;
}

.team-strip .carousel .carousel-item .content p {
	font-size: 18px;
	font-weight: 300;
}
.owl-item {
	float: left;
}

.owl-stage-outer {
	overflow: hidden;
}

.owl-nav {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: auto;
  overflow: hidden;
  cursor: pointer;
  pointer-events: none;
}

.owl-nav.disabled {
	display: none;
}

.owl-nav.disabled > div {
	pointer-events: none !important;
}

.owl-nav > div {
  display: block;
  float: left;
  background-image: url('images/arrow.svg');
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  transition: all 0.5s ease-in-out;

  background-color: #000;
  background-size: 24px;
  margin-right: 0px;
  margin-left: 10px;
  width: 48px;
  height: 48px;
  pointer-events: auto;
}

.owl-nav > div.owl-next {
	transform: rotate(-90deg);
}

.owl-nav > div.disabled {
	opacity: 0.2;
}

.owl-nav {
	margin: 0px 30px;
}

.owl-nav {
	position: absolute;
  top: 50%;
  left: 0;
  bottom: auto;
  width: 100%;
  transform: translateY(-50%);
  margin: 0;
  pointer-events: none;
}

.owl-dots {
  text-align: center;
}

.owl-dots .owl-dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: rgba(0,0,0,0.2);
  border-radius: 50%;
  margin: 0;
  margin-right: 10px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.owl-dots .owl-dot.active {
 	background: #fff;
}
.owl-nav > div {
  float: left;
  margin: 0;
  background-color: rgba(232, 58, 143, 1);
  pointer-events: auto;
}

 .owl-nav > div.owl-next {
	float: right;
}

.team-bios {
	background: #000;
	padding: 0px 30px;
	transition: all 0.5s ease-in-out;
	overflow: hidden;
}

.team-bios .bio {
	display: none;
	position: relative;
	left: -100%;
	padding: 40px 0;
  transition: left 0.5s ease-in-out;
}

.team-bios .bio.active {
	left: 0;
}

.team-bios .bio:first-child {
	display: block;
}

.team-bios .bio h2 {
	margin-top: 0;
	color: #fff;
}

.team-bios .bio p {
  font-size: 16px;
  line-height: 1.4em;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 300;
  color: #fff;
}

.clients-strip {
	background: #fff !important;
	padding: 30px 0;
	padding-top: 0px;
}

.clients-strip .container {
	padding: 0px 10px;
}

.clients-strip .carousel-item {
	float: left;
	background: #fff;
	width: 50%;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-strip {
  padding: 15px 0 30px;
  background: #e73089 !important;
}

.testimonial-strip svg.quote-mark {
  position: absolute;
  bottom: 10px;
  right: 20px;
  width: 160px;
  height: 160px;
  opacity: 0.1;
  margin-left: 30px;
  z-index: 1;
}

.testimonial-strip .content {
	padding-bottom: 30px;
	text-align: center;
}

.testimonial-strip .content p {
	font-size: 24px;
  font-weight: 700;
  font-family: 'Libre Franklin', sans-serif;
  color: #fff;
}

.testimonial-strip .content svg {
	position: relative;
  top: 3px;
  margin-right: 10px;
  float: left;
}

.testimonial-strip .content svg path {
	fill: #fff;
}

.testimonial-strip .content span {
  color: #000;
  font-weight: 300;
  line-height: 1.4em;
}

.testimonial-strip .carousel .carousel-item {
	padding: 0;
	transform: scale(0.8);
	transition: all 0.7s ease-in-out;
}

.testimonial-strip .active .carousel-item {
	transform: scale(1);
}

.testimonial-strip .owl-nav > div {
	background-image: url('images/arrow-pink.svg');
  background-color: #fff;
  background-size: 30px;

}

.strip#clients {
	padding-bottom: 0px;
}

.image-carousel-strip {
	background: #fff;
	padding: 30px 0;
  padding-top: 0;
}

.carousel .carousel-item {
	transform: scale(0.8);
	transition: all 0.7s ease-in-out;
	text-align: center;
	padding: 30px;
}

.carousel .active .carousel-item {
	transform: scale(1);
}

.cropped .image-carousel .carousel-item {
	width: 100%;
	height: 270px;
	background-size: cover;
	background-position: center;
	padding: 0;
}

.image-carousel-strip .container {
	padding: 0px;
}

.image-carousel .carousel-item img {
	width: 100%;
	height: auto;
}

.gallery-container .carousel-item img {
	width: auto;
  height: auto;
  max-height: 65vh;
  max-width: 80vw;
  box-shadow: 5px 5px 75px rgba(0,0,0,0.2)
}

.gallery-container .carousel-item {
	padding-top: 60px;
}

h2.gallery-title {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 15px 20px;
  line-height: 24px;
  color: #fff;
  margin: 0;
  font-size: 24px;
  z-index: 100;
  transform: translateX(-50%);
}

#services h2.gallery-title {
	color: #000;
}

.admin-bar h2.gallery-title {
	top: 46px;
}

.image-carousel .owl-dots {
	padding: 0;
  float: left;
}

.carousel .caption {
  margin-top: 25px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

.owl-stage-outer {
	margin-bottom: 0;
	transition: height 0.5s ease-in-out;
}


.image-carousel-strip {
  padding-bottom: 0;
}




.strip.gallery-strip {
	position: relative;
	background: #000 !important;
	padding-bottom: 100px;
}

.strip.gallery-strip .container {
	position: relative;
}

.strip.gallery-strip .background-image {
	position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  height: 200px;
  background-size: 100%;
  background-position: center;
  transform: translateX(-50%);
}

.strip.gallery-strip .background-image:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0));
}

.strip.gallery-strip .content {
	padding: 30px 0;
	overflow: hidden;
}

.strip.gallery-strip .content h2 {
	color: #e73089;
}
.strip.gallery-strip .content p {
	color: #fff;
}

.strip.gallery-strip .content a.button {
  border: 2px solid #fff;
  font-size: 13px;
  padding: 15px 20px;
}

.gallery-container {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  box-sizing: border-box;
  z-index: 100;
}

#services .gallery-container {
	background: #fff;
}

.gallery-container .carousel,
.gallery-container .owl-stage-outer,
.gallery-container .owl-stage {
	height: 100%;
}

.gallery-container .owl-item {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.admin-bar .gallery-container .owl-item,
.admin-bar .gallery-container .owl-nav {
  margin-top: 23px;
}

.gallery-container .close-button {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #e83a8f;
  font-size: 24px;
  font-weight: 700;
  top: 46px;
  text-transform: lowercase;
  line-height: 43px;
  width: 48px;
  height: 48px;
  text-align: center;
  right: 0;
  background: #ffffff;
  z-index: 101;
}

.admin-bar .gallery-container .close-button {
	top: 46px;
}

.contact-details h3,
.strip.pink .contact-details h3 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  color: #e73089;
}

.contact-details h3 a,
.strip.pink .contact-details h3 a {
	font-weight: 300;
	margin-left: 5px;
}

.contact-details img {
	width: 34px;
  height: 34px;
  position: relative;
  top: 7px;
  margin-right: 5px;
}


.contact-details *:last-child img {
	top: 10px;
}

.map-strip .map {
	height: 200px;
	background: #e73089;
}

.gm-style-mtc {
  display: none !important;
}

.work-strip > .container > .content {
	padding: 30px 0px;
}

.work-item .content {
	padding: 0 0 30px;
}

.work-item {
	background: #d83785;
	transition: all 0.3s ease-in-out;
}

.work-item .container {
	padding: 0;
	overflow: hidden;
}

.work-item:nth-child(odd) {
	background: #e73089;
}

.work-item .description {
	padding: 0px 30px;
}

.work-item .description h2 {
	display: none;
}

.work-item .description p {
  margin-top: 0;
  font-size: 16px;
  color: #fff;
  transition: color 0.3s ease-in-out;
}

.work-item.active .description p {
	color: rgba(0,0,0,0.7);
}

.work-item a > span {
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
	top: 2px;
  margin-left: 7px;
}

.work-item a > span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-90deg);
  width: 20px;
  height: 20px;
  transition: all 0.2s ease-in-out;
}

.work-item a > span svg path {
	fill: #fff;
}

.work-item header.item-header a {
  font-family: 'Libre Franklin', sans-serif;
  display: block;
  padding: 20px 30px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3em;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.work-item.active {
	background: #fff !important;
}

.work-item.active:nth-child(odd) {
  background: #f1f1f1 !important;
}

.work-item.active header.item-header a {
	color: #e73089;
}

.work-item.active a > span svg {
	transform: translate(-50%,-50%) rotate(0deg);
}

.work-item.active a > span svg path {
	fill: #e73089;
}

.work-grid {
	display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0px 30px;
}

.work-grid-item {
  height: 200px;
  padding: 2.5px;
}

.work-grid-item a.image {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(0,0,0,0.1);
}

section.strip.testimonial-strip.white {
  background: #fff !important;
}

.testimonial-strip.white .content p {
  color: #e73089;
}

.testimonial-strip.white .content span {
  color: #000;
}

.testimonial-strip.white .content svg path {
  fill: #000;
}





footer.main-footer {
  display: grid;
  background: #000;
  overflow: hidden;
  grid-template-columns: 1fr;
}

.social-links {
	padding: 10px 0px;
}

.social-links a {
	display: inline-block;
	margin-right: 7px;
}

.social-links svg {
	width: 28px;
	height: auto;
}

.social-links svg path {
	fill: #e73089;
	transition: all 0.4s ease-in-out;
}

.social-links a:hover svg path {
	fill: #fff;
}

footer.main-footer .website-author {
	padding: 30px;
	padding-left: 0px;
}

footer.main-footer .website-author p {
	text-align: center;
	font-size: 13px;
	color: #fff;
	margin: 0;
	line-height: 25px;
}

footer.main-footer .website-author p a {
	color: #fff;
	text-decoration: underline;
}

body.main-menu-open footer.main-footer {
  position: fixed;
  bottom: -56px;
  left: 0px;
  width: 100%;
  z-index: 900;
  background: transparent;
}


@media screen and (min-width: 762px) {

	body {
		padding: 0px;
	}

	h2 {
    font-size: 38px;
    line-height: 50px;
    font-weight: 700;
	}

	h3 {
    font-size: 32px;
    line-height: 42px;
  }

  h4 {
  	font-size: 28px;
  }

  p {
  	font-size: 16px;
  }

  header.main-header {
  	height: 0px;
  	overflow: visible;
  }

  header.main-header .logo svg {
  	width: 30vw !important;
    max-width: 250px !important;
  }

  #main-menu {
  	padding: 0;
  }

  #main-menu .container {
		max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
  }

  header.main-header .logo {
  	position: relative;
  	left: 0;
  	transform: translateX(0);
  	transition: all 0.3s ease-in-out;
  }

  body.main-menu-open header.main-header .logo {
  	left: 50%;
  	transform: translateX(-50%);
  }

  .strip.hero-strip .container {
  	position: relative;
  	height: 100%;
  }

	.strip.hero-strip .content {
		width: 50%;
    position: absolute;
    top: 50%;
    padding: 0;
    margin-top: 80px;
    transform: translateY(-50%);
	}

  body.home .strip.hero-strip .content {
    min-width: 530px;
  }

	.strip.hero-strip .image {
    background-image: url(http://bigtop.cairnhost.com/wp-content/uploads/2018/02/Christmas_2014.png);
    height: 80%;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 80%;
    width: 45%;
    right: -200px;
    left: auto;
    bottom: 0px;
    transition: right 3s 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 2.6s 1s ease-in-out
	}

	.loaded .strip.hero-strip .image {
		right: 0px;
	}

	.strip.hero-strip .image:after {
    display: none;
	}

	.strip.tiles-strip .container {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}

	.strip.tiles-strip .tile {
		margin: 0;
	}

	.image-carousel-strip .container {
    max-width: 940px;
    padding: 0px 60px;
    position: relative;
	}

	.image-carousel-strip .carousel-item {
    padding: 30px 100px;
  }

	.image-carousel-strip.cropped {
		padding: 0;
	}

	.cropped .image-carousel {
    padding: 0px 85px;
	}

	.image-carousel-strip {
	  padding-top: 0;
	}

	.image-carousel-strip.cropped .container {
    max-width: 1000px;
    padding: 0;
  }

  .cropped .image-carousel .carousel-item {
  	height: 580px;
  }

  .strip.content-strip {
    padding: 30px 0;
	}

	.strip#about {
		padding-bottom: 30px;
	}

	.team-strip {
    background: #f5f5f5 !important;
	}

	.team-strip > .container {
    overflow: hidden;
    padding: 0px 30px 50px;
	}

	.team-strip .carousel {
		z-index: 2;
	}

	.team-strip .carousel,
	.team-strip .team-bios {
		float: left;
	  box-sizing: border-box;
		height: 300px !important;
	}

	.team-strip .carousel {
		width: 40%;
	}

	.team-strip .team-bios {
		width: 60%;
	}

	.team-strip .carousel .carousel-item {
		height: 300px;
	}

	.team-bios .bio {
		position: relative;
    top: 50%;
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 0;
    padding-right: 100px;
    box-sizing: border-box;
    left: auto;
    right: -100%;
    transition: right 0.5s ease-in-out;
    transform: translateY(-50%);
	}

	.team-bios .bio.active {
		left: auto;
		right: 0;
	}

	.team-strip .carousel {
		overflow: visible;
	}

	.team-strip .carousel .carousel-item .content {
		display: none;
	}

	.team-strip .carousel .owl-nav {
		width: 250%;
	}

	#about .content {
    max-width: 80%;
	}

	.team-bios .bio {
		text-align: left;
	}

	.team-bios .bio h2 {
		display: block;
		font-size: 32px;
	}

	.team-bios {
		padding-left: 60px;
	}

	.clients-strip .carousel-item {
		width: 16.666%;
    height: 100px;
  }

  #contact form {
    float: left;
    width: 50%;
    margin-right: 60px;
    overflow: hidden;
  }

  .contact-details h3, .strip.pink .contact-details h3 {
  	font-size: 20px;
  }

  .testimonial-strip {
    padding: 60px 0;
	}

  .testimonial-strip .container {
    max-width: 800px;
  }

  .testimonial-strip .carousel .carousel-item {
  	text-align: center;
  }

  .testimonial-strip .content p {
    font-size: 32px;
  }

  .testimonial-strip .owl-nav {
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 30px;
  }

 	.map-strip .acf-map {
 		height: 300px;
 	}

 	.gallery-container .carousel .carousel-item {
 		padding: 0;
 		float: none;
 		text-align: center;
 	}

 	.content-strip:last-of-type .container {
 		position: relative;
 		top: 50%;
 		transform: translateY(-50%);
 	}

	.gallery-container .close-button {
		top: 0;
	}
	
	.admin-bar .gallery-container .close-button {
	  top: 33px;
	}

	.strip.gallery-strip .background-image {
		height: 80%;
    background-position-y: 20%;
	}

	.strip.gallery-strip .content {
		width: 60%;
	}

	.strip.gallery-strip { 
		padding-bottom: 200px;
	}

	h2.gallery-title {
	
	}

	.admin-bar h2.gallery-title {
		top: 32px;
	}

	/*.strip.gallery-strip .background-image:before {
    background: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));
	}*/

	.gallery-container .image-carousel .carousel-item img {
    max-height: none;
    max-width: none;
    width: auto;
    height: 75vh;
	}

  .work-item {
    position: relative;
    overflow: hidden;
    /*padding: 50px 0;*/
    background: #fff !important;
  }

  .work-item .content {
  	display: block !important;
  	padding-bottom: 0;
  }

  .work-item:nth-child(odd) {
  	background: #f1f1f1 !important;
  }

  .work-item .item-header {
  	display: none;
  }

  .work-item header.item-header a {
  	padding: 50px 30px;
  	color: #e83a8f;

  	font-size: 42px;
  }

  .work-item header.item-header a > span {
  	display: none;
  }

  .work-item .container {
  	padding: 0 30px;
  }

  .work-item .description {
  	float: left;
  	clear: both;
    width: 40%;
    padding: 30px 80px 30px 0;
    box-sizing: border-box;
  }

  .work-item .description h2 {
  	display: block;
		font-size: 34px;
    line-height: 42px;
    margin-bottom: 15px;
    margin-top: 0;
  }

  .work-item .description p {
  	color: rgba(0,0,0,0.9);
  	font-size: 18px;
  }

	.work-grid {
		position: relative;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 30px;
    padding-right: 0;
    background: rgba(0,0,0,0.05);
	}

	.work-item .container {
		position: relative;
		overflow: visible;
	}

	.work-grid:after {
		content: '';
		position: absolute;
		top: 0;
		left: 100%;
		width: 100vw;
		height: 100%;
		background: rgba(0,0,0,0.05);
	}

	.work-grid-item {
		height: 180px;
		padding: 5px;
	}

	.contact-details h3 {
    margin: 60px 0;
    font-size: 50px;
	}

	footer.main-footer {
		clear: both;
	}

  footer.main-footer .social-links {
    padding-right: 15px;
    text-align: right;
	}

	footer.main-footer .website-author {
    padding-left: 15px;
	}

}

@media screen and (min-width: 900px) {

	.strip.tiles-strip .container {
		grid-template-columns: 1fr 1fr 1fr;
	}

}