/*
Theme Name: SuperTheme
Author: Super Digital's Heroes
Description: Wordpress theme for the Tailor Made Media website.
Version: 0.0.1
Tags: bootstrap
*/

:root {
  --colours_black: #1D1D1D;
  --colours_white: #FFFFFF;
  --colours_light_grey: #F6F6F6;
  --colours_primary: #110c48;
  --colours_secondary: #4BF6DD;
  --colours_tertiary: #50F0C2;
}


html {
  scroll-behavior: smooth;
}

html body {
  font-family: "Onest", sans-serif;
  color: #1D1D1D;
  overflow-x: hidden;
  font-size: 1rem;
  overflow-y: scroll;
  background: #fff;
}
html body .page-content-wrapper {
  overflow-x: hidden;
}
html body .row {
  flex-grow: 1;
}
html body .block-wrapper {
  display: block;
  width: 100%;
  position: relative;
}
html body .flex-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
html body.no-scroll {
  overflow-y: hidden;
}
@media (min-width: 992px) {
  html body {
    font-size: 1.1rem;
  }
}



h1, h2, h3, h4, h5, h6 {
  font-family: 'Onest', sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--colours_primary);
}

h1 {
  font-size: 3.5rem;
}
h2 {
  font-size: 2.2rem;
}
h3 {
  font-size: 2rem;
}
h4 {
  font-size: 1.7rem;
}
h5 {
  font-size: 1.4rem;
}
h6 {
  font-size: 1.1rem;
}

p, ul, ol {
  font-size: 1rem;
  line-height: 1.5;
}
p a, ul a, ol a {
  color: var(--colours_primary);
}
p a:hover, ul a:hover, ol a:hover {
  text-decoration: none;
  color: #4BF6DD;
}
@media (min-width: 992px) {
  p, ul, ol {
    font-size: 1.1rem;
  }
}

button:focus {
  outline: none!important;
}
.page-container {
  width: 100%;
  height: auto;
  margin:0 auto;
  transition: 0.3s all ease;
  background: #fff;
}
.menu-nav li a {
  font-size: 3.4rem;
}
.menu-nav address {
  font-size: 1rem;
  font-weight:400;
  margin-bottom: 0;
  line-height: 1;
  text-align:center;
  display: flex;
  justify-content: center;
  margin-top:40px;
}
.menu-nav address p {
  color:#fff!important;
}
@media (max-width: 767px) {
  .menu-nav address {
    margin-top:10px;
    margin-left:20px;
    margin-right:20px;
  }
}
/* Layout _____________________ */
.sd_block {
  /* margin-top: 120px; */
  height: auto;
  background: #fff!important;
}
.footer-stripe {
  height: 22px;
  background-image: linear-gradient(45deg, transparent 25%, #1D1D1D 25%, #1D1D1D 50%, transparent 50%, transparent 75%, #1D1D1D 75%, #1D1D1D 100%);
  background-size: 56.57px 56.57px;
  z-index: 100;
  position: relative;
}
footer {
  margin-top: 0px;
  padding: 60px 0;
  margin-bottom:0px!important;
  position: relative;
  /*height: 100vh;*/
  width: 100%;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
.single-work footer {
  margin-top: 60px;
}
footer.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.wrapper {
  background: #fff;
}
.footer-contact {
  height:100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-contact-wrapper {
  display: block;
  text-align: center;
  padding-bottom: 30px;
}
.footer-contact h2 {
  font-size: 2rem;
  margin-bottom: 30px;
  transition: all ease-in-out .15s;
  font-weight: 600;
}
.footer-contact h2 span {
  display: inline-block;
}
/* Header ______________________ */
header {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
header.home {
  background: var(--colours_primary);
  height: 60vh;
  display: block;
  position: relative;
  overflow: hidden;
}
header.simple-header {
  height:30vh!important;
}
header.new {
  padding: 15px 0;
  background-color: var(--colours_primary);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: unset;
  transition: all ease-in-out .35s;
}
header.new > .container {
  display: flex;
  justify-content: flex-end;
}
header.new > .container {
  justify-content: space-between;
  align-items: center;
}
header.new .logo img,
header.new .header-logo svg {
  height: 100px;
  width: auto;
  position: relative;
  top: unset;
  left: unset;
  transform: none;
  z-index: 2;
}
.hero_block .page-title {
  color: #fff;
  text-transform: capitalize;
  width: 100%;
  padding: 50px 0;
  z-index: 1;
  font-weight: 100;
}

.hero_block .page-title span {
  font-weight: 700;
  color: var(--colours_secondary);
}
.hero_block .page-title.single img {
  height: auto;
  width: 100%;
  max-width: 400px;
}
.hero_block .page-title.single .square img {
  max-width: 200px;
}
.hero_block .page-title h1 {
  font-size: clamp(3rem, 5vw, 6rem);
  margin-bottom: 0;
  font-weight: 100;
  color: var(--colours_white);
}
header.new .navicon {
  cursor: pointer;
}
header.new .navicon .line {
  width: 42px;
  height: 5px;
  background: #fff;
  margin-bottom: 7px;
  border-radius: 5px;
}

header.new .navicon:hover .line {
  background: var(--colours_tertiary);
}

.hero_block {
  background: var(--colours_primary);
  padding-top: 150px;
}

header .block-content .header-logo svg {
  width: 70px;
  height: auto;
  transition: 0.25s ease-in-out;
}
header.scrolled {
  background: var(--colours_primary);
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0px 0px 4px 0px rgba(29, 29, 29, 0.2);
}
header.scrolled .block-content .header-logo svg {
  width: 50px;
}
@media (min-width: 992px) {
  header {
    padding-top: 30px;
  }
  header .block-content .header-logo svg {
    width: 90px;
  }
  header.scrolled .block-content .header-logo svg {
    width: 70px;
  }
}


.introduction_block.align-right {
  left: 36%;
  padding-right: 100px;
  text-align: right;
  max-width: 64%;
  padding-top:60px;
}
.page-id-286 .introduction_block.align-right, .page-id-2646 .introduction_block.align-right {
  left:23%;
  max-width: 77%;
}
@media (max-width: 767px) {
  .introduction_block.align-right {
    max-width:90%!important;
    left: 0!important;
    text-align: center;
  }
}
/* Nav _________________________ */
nav {
  z-index: 2;
}
.navbar .navbar-brand {
  /* margin: 0 auto; */
  top: 15px;
  position: relative;
}
.navbar-nav li {
  display: inline-block;
  margin-right: 3px;
}
.navbar-nav li a {
  color: aliceblue;
  /* text-transform: uppercase; */
  font-size: 14px;
}
.navbar-nav ul {
  float: right;
  position: relative;
  display: block;
}
.navbar-nav.mr-auto {
  float: right;
  display: block;
  width: 100%;
}
div#navbarSupportedContent {
  float: right;
  text-align: right;
  display: block;
}
body nav.navbar.navbar-expand-lg.navbar-light.bg-dark {
  background: transparent !important;
}

/* Heading Text Block __________________ */
.introduction_block {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  z-index: 1;
  padding: 30px 0 0 0;
}
.page-id-5 .introduction_block {
  max-width: 1140px;
}
.single-work .introduction_block {
  max-width: 1040px;
  padding: 80px 0;
}
.single-post .introduction_block {
  padding: 60px 0 0 0;
}
.search-results .introduction_block, .search-no-results .introduction_block {
  padding: 60px 0;
}
.single-post .introduction_block .blog-header-image {
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 30px;
}
.single-post .introduction_block .blog-header-image .overlay {
  background: rgba(255,255,255,.6);
  position: absolute;
  inset: 0;
  z-index: 0;
}
.introduction_block h1 {
  color: #1D1D1D;
  font-family: 'Onest', sans-serif!important;
  font-size: 4.5rem!important;
  font-weight: 600;
  line-height: 60px;
  display: block;
  position: relative;
  line-height: 1.5!important;
  margin-bottom: 0;
}
.single-post .introduction_block h1 {
    color: #1D1D1D;
    z-index: 1;
    margin: 0;
}
.introduction_block.homepage h1 {
  margin-top: 0;
  font-size: 5.5rem!important;
  line-height: 2.5!important;
}
.single-work .introduction_block h1 {
  transform: translateY(-33%);
}
.page-id-238 .introduction_block h1 {
  margin-top: 15px;
}
.page-id-3352 .introduction_block h1 {
  margin-top: 0px;
}
span.pumpkin {
  color: #ff6633;
}
span.honey {
  color: #ff9933;
}
span.aquamarine {
  color: #69e0c1;
}
.single-work .introduction_block .logo-and-bio-wrapper {
  position: relative;
  display: block;
}
.single-work .introduction_block img {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 400px;
  max-height: 260px;
}
.introduction_block .sub-text {
  margin: 0 auto;
}
.page-id-238 .introduction_block .sub-text {
  margin-bottom: 60px;
}
.page-id-238 .introduction_block .sub-text p {
  font-size: 1.6rem;
  font-weight: 600;
}
.introduction_block p {
  font-size: 1.2rem;
  font-weight: 400;
  display:block;
  position: relative;
  color: #1D1D1D;
}
.home .introduction_block p {
  font-size: 1.6rem;
  font-weight: 600;
}
.introduction_block.homepage p {
  padding-top: 20px;
  font-size: 1.8rem;
}
.single-work .introduction_block p {
  padding-top:0;
}
.single-work .introduction_block p {
  top:unset;
  transform: unset;
}
.introduction_block .first-line p {
  font-weight: 600;
  font-size: 1.6rem;
  padding-top: 0;
  margin-bottom: 0;
  color: #1D1D1D;
}
.post-type-archive-work .introduction_block .first-line p {
  font-size: 1.2rem;
}
span.highlight {
  color: #FF6633;
}
header .area {
  background: transparent;
  z-index: 1;
}
.fix-me {
  z-index: 300;
}
/* Cards ______________________ */
.card i {
  color: #d8d8d8;
  font-size: 100px;
  margin: 0 auto;
  text-align: center;
  margin-top: 15px;
}
h5.card-title {
  color: #0a0a0a;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
}
.card p {
  /* color: #777777; */
  text-align: center;
  font-size: 14px;
  line-height: 0px;
}
.card {
  border: 0;
}
/* Fancy Buttons ____________________ */
.button-su:hover {
color: #fff;
text-decoration: none;
}
.button_container{
width: 100%;
margin: 0 auto;
/* margin-top: 30px; */
/* padding-top: 40px; */
}
.button_su{overflow: hidden;position: relative;display: inline-block;border-radius: 3px;/* margin-bottom: 30px; */width: 100%;height: 50px;margin: 0;padding: 0;background: #0dd6b9;}
.su_button_circle{
background-color: #1D9986;
border-radius: 1000px;
position: absolute;
left:0;
top:0;
width: 0px;
height: 0px;
margin-left: 0px;
margin-top: 0px;
pointer-events: none;
/*animation-timing-function: ease-in-out; */
}
.button_su_inner{
display: inline-block;
background: #0dd6b9;
color: #F4F4F4;
font-size: 16px;
font-weight: normal;
width: 132px;
text-align: center;
border-radius: 3px;
transition: 400ms;
text-decoration: none;
padding: -2px;
z-index: 100000;
margin-top: 15px;
overflow: hidden;
}
.button_text_container{
position:relative;
z-index: 10000;
}
.explode-circle {
animation: explode 0.5s forwards;
}
.desplode-circle{
animation: desplode 0.5s forwards;
}
@keyframes explode {
0% {
width: 0px;
height: 0px;
margin-left: 0px;
margin-top: 0px;
background-color: rgba(42, 53, 80,0.2);
}
100% {
width: 400px;
height: 400px;
margin-left: -200px;
margin-top: -200px;
background-color: #1D9986;
}
}
@keyframes desplode {
0% {
width: 400px;
height: 400px;
margin-left: -200px;
margin-top: -200px;
background-color: #1D9986;
}
100% {
width: 0px;
height: 0px;
margin-left: 0px;
margin-top: 0px;
background-color: rgba(129, 80, 108,0.6);
}
}
a.button_su_inner {
  color: #fff;
  text-decoration: none;
  width: 100%;
}

/* Nav _________________________ */
nav {
  z-index: 2;
}
.navbar-nav li {
  display: inline-block;
  margin-right: 3px;
}
.navbar-nav li a {
  color: aliceblue;
  /* text-transform: uppercase; */
  font-size: 14px;
}
.navbar-nav ul {
  float: right;
  position: relative;
  display: block;
}
.navbar-nav.mr-auto {
  float: right;
  display: block;
  width: 100%;
}
div#navbarSupportedContent {
  float: right;
  text-align: right;
  display: block;
}

.hamburger {
  cursor: pointer;
  text-align: right;
  display: block;
}
.hamburger .line {
  width: 36px;
  height: 3px;
  margin-bottom: 6px;
  border-radius: 10px;
  background: #FFFFFF;
  transition: 0.1s ease-in-out;
  transition: width 0.1s ease-in-out 0s, margin-left 0.1s ease-in-out 0s, margin-bottom 0.1s ease-in-out 0.25s;
}
.hamburger .line:last-of-type {
  margin-bottom: 0 !important;
}
.hamburger:hover .line {
  margin-bottom: 8px;
  transition: width 0.1s ease-in-out 0.25s, margin-left 0.1s ease-in-out 0.25s, margin-bottom 0.1s ease-in-out 0s;
}
.hamburger:hover .line:nth-of-type(2) {
  width: 32px;
  margin-left: 4px;
}
.hamburger:hover .line:last-of-type {
  width: 22px;
  margin-left: 14px;
}

nav.main {
  position: fixed;
  z-index: 10;
  inset: 0;
  background: #110c48;
  top: -100%;
  bottom: 100%;
  overflow: hidden;
  padding: 15px;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  transition: 0.5s ease-in-out;
}
nav.main.show {
  top: 0;
  bottom: 0;
}
nav.main .header-logo {
  display: inline-block;
}
nav.main .header-logo svg {
  width: 70px;
  height: auto;
}
nav.main .nav-close {
  cursor: pointer;
}
nav.main .nav-close svg {
  width: 26px;
  height: auto;
  transition: 0.1s ease-in-out;
}
nav.main .nav-close svg path {
  fill: #FFFFFF !important;
}
nav.main .nav-close:hover svg {
  width: 22px;
  margin-right: 1px;
  margin-top: 1px;
}
nav.main .nav-close:hover svg path {
  fill: #4BF6DD !important;
}
nav.main .logo-x {
  flex-grow: 0;
}
nav.main .nav-menu {
  align-items: center;
  width: 100%;
}
nav.main .nav-menu ul.main {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
nav.main .nav-menu ul.main > li {
  margin: 10px 0;
  position: relative;
  text-align: left;
}
nav.main .nav-menu ul.main > li > a {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 3px 0;
  transition: 0.25s ease-in-out;
}
nav.main .nav-menu ul.main > li .sub-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: 5px;
  margin-top: 10px;
  padding-left: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
nav.main .nav-menu ul.main > li .sub-menu li a {
  font-size: 1rem;
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  padding: 8px 0;
  line-height: 1;
}
nav.main .nav-menu ul.main > li .sub-menu li:hover > a {
  color: #4BF6DD;
}
nav.main .nav-menu ul.main > li .sub-menu li:first-child a {
  padding-top: 0;
}
nav.main .nav-menu ul.main > li .sub-menu li:last-child a {
  padding-bottom: 0;
}
nav.main .nav-menu ul.main > li:hover > a {
  color: #4BF6DD;
  letter-spacing: 2px;
}
nav.main .nav-menu ul.main > li:first-of-type {
  margin-top: 0;
}
nav.main .nav-menu ul.main > li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  nav.main {
    padding: 30px 15px;
  }
  nav.main .header-logo svg {
    width: 90px;
  }
  nav.main .nav-close svg {
    width: 32px;
  }
  nav.main .nav-close:hover svg {
    width: 28px;
    margin-right: 2px;
    margin-top: 2px;
  }
  nav.main .nav-menu {
    width: auto;
  }
  nav.main .nav-menu ul.main > li {
    text-align: center;
    margin: 15px 0;
  }
  nav.main .nav-menu ul.main > li > a {
    font-size: 3rem;
  }
  nav.main .nav-menu ul.main > li .sub-menu {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    border-left: 0;
    position: absolute;
    top: 200%;
    z-index: -1;
    opacity: 0;
    background: #4BF6DD;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 15px;
    transition: 0.25s ease-in-out;
  }
  nav.main .nav-menu ul.main > li .sub-menu li a {
    font-size: 1.2rem;
    display: block;
    color: #110c48;
    text-decoration: none;
    padding: 10px 15px !important;
    white-space: nowrap;
    transition: 0.25s ease-in-out;
  }
  nav.main .nav-menu ul.main > li .sub-menu li:hover > a {
    background: #110c48;
    color: #FFFFFF;
  }
  nav.main .nav-menu ul.main > li:hover .sub-menu {
    top: 100%;
    z-index: 10;
    opacity: 1;
  }
}
/* Logo _______________________ */
.navbar-brand {}
.logo-line-1, .logo-line-2 {
  display: block;
  font-size: 30px;
  line-height: 32px;
}
.logo-line-2 {
  float: right;
  font-size: 62px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 0 !important;
  padding: 0;
}
.colour-1 {
  color: #fff;
}
.colour-1-nav {
  color: #bc165e;
}
.logo-line-1 {
  font-family: 'Onest';
  letter-spacing: 1px;
  display: inline-block !important;
  font-size: 62px !important;
  font-weight: 600 !important;
}
.colour-2 {
  color: #0DD6B9;
}
.colour-2-nav {
  color: #fff;
}
.clearfix {
  clear: both;
}
span.strap-line {
  color: #fff;
  font-size: 9px;
  text-align: center;
  margin: 0 auto;
  display: block;
}
/* Cards ______________________ */
.card i {
  color: #1D1D1D;
  font-size: 50px;
  margin: 0 auto;
  text-align: center;
  margin-top: 15px;
}
h5.card-title {
  color: #1D1D1D;
  font-family: 'Onest', serif!important;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
  max-width: 90%;
}
.card p {
  /* color: #777777; */
  /* text-align: center; */
  font-size: 12px;
  line-height: 23px;
  height:80px;
}
.card {
  border: 0;
}
.card-body {
  width: 100%;
  margin-top: 110px;
  padding:1.25rem 0;
}
/* Fancy Buttons ____________________ */
.button-su:hover {
color: #fff;
text-decoration: none;
}
.button_container{width: 100%;margin: 0 auto;/* margin-top: 30px; *//* padding-top: 40px; */max-width: 300px;}
.button_su{overflow: hidden;position: relative;display: inline-block;border-radius: 3px;/* margin-bottom: 30px; */width: 100%;height: 50px;margin: 0;padding: 0;background: #0dd6b9;}
.su_button_circle{
background-color: #1D9986;
border-radius: 1000px;
position: absolute;
left:0;
top:0;
width: 0px;
height: 0px;
margin-left: 0px;
margin-top: 0px;
pointer-events: none;
/*animation-timing-function: ease-in-out; */
}
.button_su_inner{
display: inline-block;
background: #0dd6b9;
color: #F4F4F4;
font-size: 16px;
font-weight: normal;
width: 132px;
text-align: center;
border-radius: 3px;
transition: 400ms;
text-decoration: none;
padding: -2px;
z-index: 100000;
margin-top: 15px;
overflow: hidden;
}
.button_text_container{
position:relative;
z-index: 10000;
}
.explode-circle {
animation: explode 0.5s forwards;
}
.desplode-circle{
animation: desplode 0.5s forwards;
}
@keyframes explode {
0% {
width: 0px;
height: 0px;
margin-left: 0px;
margin-top: 0px;
background-color: rgba(42, 53, 80,0.2);
}
100% {
width: 400px;
height: 400px;
margin-left: -200px;
margin-top: -200px;
background-color: #1D9986;
}
}
@keyframes desplode {
0% {
width: 400px;
height: 400px;
margin-left: -200px;
margin-top: -200px;
background-color: #1D9986;
}
100% {
width: 0px;
height: 0px;
margin-left: 0px;
margin-top: 0px;
background-color: rgba(129, 80, 108,0.6);
}
}
a.button_su_inner {
  color: #fff;
  text-decoration: none;
  width: 100%;
}
/* Card ________________*/
h5.card-title + p {
  margin-bottom: 30px;
}
/* Contact Form _____________ */
div#st-trigger-effects button {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.btn-primary {
  background: #0dd6b9;
  font-family: 'Onest';
  border: 0;
}
.btn-primary:hover {
  background: #086c5d;
  border: 0;
}
.btn-tertiary {
  background: #1D1D1D;
  font-family: 'Onest';
  border: 0;
  color:#fff;
  cursor: default!important;
  margin-top:25px;
  margin-bottom:30px;
}
.btn-tertiary.single-project-contact {
  background: #1D1D1D;
  font-family: 'Onest';
  border: 0;
  color:#fff;
  cursor: default!important;
  margin-top:10px;
  margin-bottom:50px;
  border-radius:20px;
}
.btn-tertiary.single-project-contact:hover {
  text-decoration: none;
  cursor: pointer;
  background: #BC165E;
}
.st-menu input {
  margin-bottom: 15px;
}
.st-menu h2 {
  margin-left: 0;
  padding-left: 0 !important;
}
.st-trigger-effects {
  z-index: 9999999999;
}
div#st-trigger-effects {
  position: fixed;
  right: -65px;
  transform: rotate(-90deg);
  bottom: 77px;
  display: block;
  font-size: 20px;
  z-index: 200;
  cursor: pointer;
}
div#st-trigger-effects button {
  background: #0dd6b9;
  border: 0;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  /* position: fixed; */
  /* right: -74px; */
  /* top: -131px; */
}
.st-menu {
  width: 400px;
}
.st-menu {
  position: absolute;
  z-index: 100;
  visibility: hidden;
  width: 600px;
  height: 100%;
  background: #48a770;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding-left: 30px;
  padding-right: 30px;
}
.contact-form h2 {
  text-align: left;
  color: #1D1D1D!important;
  margin-bottom:0;
  font-size:32px;
  font-family: 'Onest', sans-serif!important;
  margin-bottom: 15px;
}
.contact-form label {
  width: 100%;
  font-size: 16px;
  color:#1D1D1D;
  font-family: 'Onest', sans-serif!important;
}
.contact-form label input, .contact-form label textarea {
  border:2px solid #ff6633!important;
  border-radius: 0!important;
  margin-top: 5px;
}
.contact-form .btn-wrapper {
  display: block;
  text-align: center;
  margin-top: 1.2rem;
}
.contact-form .squiggle-btn {
  padding: 0;
  cursor: pointer;
}
.contact-form input[type="submit"] {
  background-color: transparent;
  border: 0;
  margin: 0;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  padding: 15px 60px 15px 55px;
}
.contact-details {
  padding-top: 60px;
  padding-bottom: 60px;
}
.contact-details .method .wrapper {
  margin-bottom: 20px;
}
.contact-details .method .wrapper.address {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-details .method .wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
}
.contact-details .method .wrapper a:hover {
  text-decoration: none;
}
.contact-details .method .wrapper a:hover p {
  color: #69e0c1;
}
.contact-details .method .wrapper:last-of-type {
  margin-bottom: 0;
}
.contact-details .method .wrapper p {
  text-align: center;
  color: #1D1D1D;
  font-family: 'Onest', sans-serif!important;
  margin-bottom: 0;
}
.contact-details .method .wrapper a {
  color: #1D1D1D;
  font-family: 'Onest', sans-serif!important;
  transition: .2s;
}
.contact-details img {
  height: 46px;
  width: auto;
  margin-right: 15px;
}
span.wpcf7-not-valid-tip {
  margin-top: 7px;
  margin-left: 10px;
  font-size: 12px!important;
}
div.wpcf7-response-output {
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  margin-left: 0!important;
  margin-right: 0!important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  background: #f7e600;
}
div.wpcf7-mail-sent-ok {
  background: #398f14;
  color: #fff;
}

/* Testimonial Carousel ___________________________*/
.striped-border {
  background-image: linear-gradient(45deg, #ffffff 25%, #1D1D1D 25%, #1D1D1D 50%, #ffffff 50%, #ffffff 75%, #1D1D1D 75%, #1D1D1D 100%);
  background-size: 60.71px 60.71px;
  height: 24px;
}
.testimonials .area {
    background: transparent;
    height: 365px;
}
.testimonials .carousel {
  width: 100%;
}
.testimonials p {
  color: #1D1D1D;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: 'Onest', serif!important;
}
.testimonials h2 {
    font-weight: 400!important;
}
@media (max-width: 767px) {
  .testimonials p {
    font-size: 1.2rem;
    padding:0px 60px;
  }
  .footer-contact-wrapper {
    padding-bottom: 0;
  }
}
.testimonials-inner h2 {
    color: #1D1D1D!important;
    font-size: 1.4rem!important;
    margin-bottom: 0;
    font-family: 'Onest', sans-serif!important;
    font-weight: 400!important;
}
.testimonials-inner {
  position: relative;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
.testimonials-inner .carousel-inner-inner {
  text-align: center;
  padding: 0 60px;
}
.testimonials-inner .container {
  position: relative;
  display: block;
}
.testimonials {
  background: #fff;
  overflow: hidden;
  height: 365px;
  position: relative;
  display: block;
}
.carousel-item p {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .carousel-item p {
    padding:0px 20px!important;
    margin-left:0px!important;
  }
}
.carousel-item h2 {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
}
.carousel-item sub {
  text-align: center;
  margin: 0 auto;
  position: relative;
  display: block;
  color: #0dd6b9;
}
.carousel-indicators li.active {
  background-color: #BC165E;
  opacity: 1;
  transition: 0.3s all ease;
}
ol.carousel-indicators {
  position: relative;
}
.carousel-indicators li {
  background-color: #BC165E;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 0.5;
  transition: 0.3s all ease;
}
@media (max-width: 767px) {
  .carousel-indicators li {
  margin-top:20px;
  }
}
.carousel-item {
  background-size: 100%;
  opacity: 0;
}
.carousel-item.active {
  background-size: 100%;
  opacity: 1;
  transition: .3s;
}
#flex-me {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.testimonials-inner a.carousel-control-prev, .testimonials-inner a.carousel-control-next {
  background: transparent;
  width: unset;
  height: unset;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonials-inner a.carousel-control-prev span:not(.sr-only), .testimonials-inner a.carousel-control-next span:not(.sr-only) {
  background-image: url('./slick/slider-arrow.png');
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.testimonials-inner a.carousel-control-prev span:not(.sr-only) {
  transform: rotate(180deg);
}
.testimonials-inner .carousel-inner {
  overflow: visible;
}
.testimonials-inner a.carousel-control-prev {
  left: -45px;
}
.testimonials-inner a.carousel-control-next {
  right: -45px;
}
@media (max-width: 767px) {
.testimonials-inner a.carousel-control-prev {
    margin-left: 0px;
    left: 0px;
    border-radius:0px 10px 10px 0px;
    width: 40px;
  }
.testimonials-inner a.carousel-control-next {
    margin-right: 0px;
    right: 0px;
    border-radius: 10px 0px 0px 10px;
    width: 40px;
  }
}
img.stars {
  max-width: 250px;
  margin-bottom: 30px;
}
/* Funky Shapes ___________________ */
.context {
  width: 100%;
  position: absolute;
  top:50vh;
}
.context h1{
  text-align: center;
  color: #fff;
  font-size: 50px;
}
.area{
  background: #4b112a;
  background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
  width: 100%;
  height:50vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.area-home {
  width: 100%;
  height:60vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.area-project {
  width: 100%;
  height:50vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
header.project { 
  background: #2f3163;
}
p.project-client-bio {
  font-size:45px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  color: #1D1D1D;
}
.open {
  margin:0 auto;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden !important;
}
.menu-nav {
  background: var(--colours_primary);
  position: fixed;
  top: -100%;
  left:-100%;
  z-index: 9999999;
  bottom: 0;
  width: 0%;
  height:100vh;
  transition: 0.3s all ease;
  -webkit-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.3);
  -moz-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.3);
  box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.3);
}
.menu-nav.view {
  top: 0;
  left:0;
  width:100vw;
  transition: 0.3s all ease;
  overflow-y: scroll;
  overflow-x: hidden;
}
.Menu-list-item a:hover {
  color: transparent;
}
.Menu-list-item a {
  color: transparent;
  text-align:center!important;
}
.navicon {
  z-index: 9999;
}
.menu-nav .navicon {
  position:absolute;
  right:20px;
  top:30px;
}
/* Logos ____________________ */
section.logos .container {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
section.logos {
  /* display: block; */
  /* position: relative; */
  /* top: 50%; */
  /* transform: translateY(-50%); */
  height: 200px;
}
.logos img {
  transition: 0.3s all ease;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.logos img:hover {
  width: 100%;
  transition: 0.3s all ease;
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
/* Page Social Icons ________________ */
@import '//codepen.io/chrisdothtml/pen/ojLzJK.css';
.social-btns .btn,
.social-btns .btn:before,
.social-btns .btn .fab {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-btns .btn:before {
  top: 90%;
  left: -110%;
}
.social-btns .btn .fab {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
.social-btns .btn.facebook:before {
  background-color: #3b5998;
}
.social-btns .btn.facebook .fab {
  color: #3b5998;
}
.social-btns .btn.twitter:before {
  background-color: #3cf;
}
.social-btns .btn.twitter .fab {
  color: #3cf;
}
.social-btns .btn.google:before {
  background-color: #dc4a38;
}
.social-btns .btn.google .fab {
  color: #dc4a38;
}
.social-btns .btn.dribbble:before {
  background-color: #f26798;
}
.social-btns .btn.dribbble .fab {
  color: #f26798;
}
.social-btns .btn.skype:before {
  background-color: #00aff0;
}
.social-btns .btn.skype .fab {
  color: #00aff0;
}
.social-btns .btn:focus:before,
.social-btns .btn:hover:before {
  top: -10%;
  left: -10%;
}
.social-btns .btn:focus .fab,
.social-btns .btn:hover .fab {
  color: #fff!important;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.social-btns {
  margin: auto;
  font-size: 0;
  text-align: center;
  z-index: 999999;
  margin-bottom: 5px;
  display:flex;
  justify-content: center;
}
.social-btns .btn {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 31px;
  margin: 0 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 28%;
  box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
  opacity: 0.99;
  border: 0;
}
.social-btns .btn:before {
  content: '';
  width: 120%;
  height: 120%;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.social-btns .btn .fa {
  font-size: 38px;
  vertical-align: middle;
}
.social-btns .btn {
  display: block;
  margin-top: 10px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}
.social-btns .btn.pink {
  background-color: var(--colours_secondary);
}
.social-btns .btn.pink:before {
  background-color: var(--colours_tertiary);
}
.social-btns .btn.pink .fab {
  color: #fff;
}
/* Nav Social Icons ________________ */
@import '//codepen.io/chrisdothtml/pen/ojLzJK.css';
.nav-social-btns .btn,
.nav-social-btns .btn:before,
.nav-social-btns .btn .fab {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.nav-social-btns .btn:before {
  top: 90%;
  left: -110%;
}
.nav-social-btns .btn .fab {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
.nav-social-btns .btn.pink:before {
  background-color: #d31167;
}
.nav-social-btns .btn.pink .fab {
  color: #fff;
}
.nav-social-btns .btn.pink:hover .fab {
  color: #fff;
}
.nav-social-btns .btn.pink {
  background-color: var(--colours_secondary);
}
.nav-social-btns .btn:focus:before,
.nav-social-btns .btn:hover:before {
  top: -10%;
  left: -10%;
  background: var(--colours_tertiary);
}
.nav-social-btns .btn:focus .fab,
.nav-social-btns .btn:hover .fab {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.nav-social-btns {
  margin: auto;
  font-size: 0;
  text-align: center;
  z-index: 999999;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.nav-social-btns .btn {
  display: inline-block;
  background-color:#fff;
  width: 30px;
  height: 30px;
  line-height: 31px;
  margin: 0 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 28%;
  box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
  opacity: 0.99;
  border: 0;
}
.nav-social-btns .btn:before {
  content: '';
  width: 120%;
  height: 120%;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav-social-btns .btn .fa {
  font-size: 38px;
  vertical-align: middle;
}
.nav-social-btns .btn {
  display: block;
  margin-top: 10px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}
.meet-the-team h3 {
  color: #69e0c1;
  font-weight: 600;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 30px;
  margin-top: 60px;
}
/* Team Carousel _____________*/
.cam img {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.cam {
  width: 100%;
  position: relative;
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-top: 30px;
}
.pol {
  width: 400px;
  background: #f6f6f6;
  margin: 0 auto;
  text-align: center;
  display: block;
  position: relative;
  transform: rotate(180deg);
  top: -470px;
}
.pol-img {
  width: 100%;
  display: block;
}
.pol-img img {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 120px;
}
.pol-container {
  overflow: hidden;
  position: relative;
  display: block;
  top: -48px;
}
.print {
  /* top: 0; */
}
/* VERTICAL CAROUSEL _____________________ */
.vertical .carousel-inner,.vertical .carousel,.vertical .carousel-item,.vertical .container,.vertical .fill {
  height: 125px;
  min-height: auto;
  width:100%;
  background-position:center center;
  background-size:cover;
}
.slide-wrapper{display:inline;}
.slide-wrapper .container{padding:0;}
@media (max-width: 767px) {
.vertical .carousel-inner, .vertical .carousel, .vertical .carousel-item, .vertical .container, .vertical .fill {
    height:0px;
    padding:10px;
  }
}
/*------------------------------ vertical bootstrap slider----------------------------*/
.vertical .carousel-inner> .carousel-item.carousel-item-next ,
.vertical .carousel-inner > .carousel-item.active.carousel-item-right{
  transform: translate3d(0, 100%, 0); -webkit-transform: translate3d(0, 100%, 0); -ms-transform: translate3d(0, 100%, 0); -moz-transform: translate3d(0, 100%, 0); -o-transform: translate3d(0, 100%, 0);  top: 0;
}
.vertical .carousel-inner > .carousel-item.carousel-item-prev ,
.vertical .carousel-inner > .carousel-item.active.carousel-item-left{
  transform: translate3d(0,-100%, 0); -webkit-transform: translate3d(0,-100%, 0);  -moz-transform: translate3d(0,-100%, 0);-ms-transform: translate3d(0,-100%, 0); -o-transform: translate3d(0,-100%, 0); top: 0;
}
.vertical .carousel-inner > .carousel-item.next.carousel-item-left ,
.vertical .carousel-inner > .carousel-item.carousel-item-prev.carousel-item-right ,
.vertical .carousel-inner > .carousel-item.active{
  transform:translate3d(0,0,0); -webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);; -moz-transform:translate3d(0,0,0); -o-transform:translate3d(0,0,0); top:0;
}
/*------------------------------- vertical carousel indicators ------------------------------*/
.vertical .carousel-indicators{
  position:absolute;
  top:0;
  bottom:0;
  margin:auto;
  height:20px;
  right:10px; left:auto;
  width:auto;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.vertical .carousel-indicators li{
  display:block; margin-bottom:5px; border:1px solid #00a199;
}
.vertical .carousel-indicators li.active{
  margin-bottom:5px; background:#00a199;
}
.vertical img {
  width: 100% !important;
}
/* Team ______________________*/
.profile-inner h2 {
  font-size: 2rem;
}
.profile-inner sub {
  font-size: 1rem;
  line-height: 15px;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
.profile-inner {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .profile-inner {
    padding: 30px 50px 10px 50px;
  }
}
.profile {
  height: 100%;
}
#myCarousel3 img, #myCarousel img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.prev-btn {
  position: absolute;
  bottom: 0;
  z-index: 9999;
  cursor: pointer;
}

.carousel-item .col-md-3 img {
  width: 100%;
}
.profile {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
.col-lg-3.the-team {
  padding-left:15px;
  padding-right:15px;
  margin-top:50px;
  margin-bottom:20px;
}
.col-lg-3.the-team img {
  width:100%;
  border-radius: 10px;
  -webkit-filter : grayscale(0%);
  filter: grayscale(0%);
  transition: .3s;
}
.contact-links {
  margin-top:30px;
}
.col-lg-3.the-team .fa-linkedin, .col-lg-3.the-team .fa-envelope {
  font-size:18pt;
  color: #fff;
  transition: .3s;
  margin:5px;
}
.col-lg-3.the-team .fa-linkedin:hover, .col-lg-3.the-team .fa-envelope:hover {
  transform: scale(1.2);
}
.col-lg-3.the-team img:hover {
  -webkit-filter : grayscale(0%);
  filter: grayscale(0%);
}
.col-lg-3.the-team:hover img {
  -webkit-filter : grayscale(0%);
  filter: grayscale(0%);
}
.col-lg-3.the-team p {
  margin-bottom:15px;
}
.col-lg-3.the-team h4 {
  color: #0DD6B9;
}
p.team-member {
  color: #fff;
  font-weight: 600;
  font-size:13px;
  margin-bottom:0px;
}
.team-wrapper {
  border-radius:10px;
  position: relative;
}
.team-info {
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  text-align: center;
  opacity: 0;
  transition: .1s .3s;
  width:100%;
  margin:0 auto;
}
.team-bio {
  position: absolute;
  padding:20px;
  background:transparent;
  color: #fff;
  border-radius: 10px;
  opacity: 0;
  z-index:-100;
  display: flex;
  align-items: center;
  top: 100%;
  left:0;
  right:0;
  bottom:0;
  transition: .3s;
}
.team-bio.show {
  top:0;
  opacity: 1;
  z-index: 100;
  transition: .3s;
}
.team-bio p {
  margin-bottom: 0!important;
  padding: 0 45px;
  line-height: 1.9;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .team-bio p {
    font-size: 11px;
    padding:0 40px;
    line-height: 1.4;
  }
}
.team-bio p a {
  color: #fff;
  font-weight: 600;
}
.team-info-overlay {
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: rgba(0,0,0,0.7);
  opacity: 0;
  transition: .3s;
  border-radius: 10px;
}
.team-wrapper:hover .team-info, .team-wrapper:hover .team-info-overlay {
  opacity:1;
}
.team-info.hide {
  opacity:0!important;
}
/* Content Block ______________ */
.sd_block .content_block {
  display: block;
  position: relative;
  /* top: 50%; */
  /* transform: translateY(-50%); */
  padding-bottom: 30px;
}
.sd_block.blue {
  background: #1D1D1D74F;
  color: #fff;
  text-align: center;
  /* background-color: #4b52df; */
  /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='152' height='152' viewBox='0 0 152 152'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='temple' fill='%230F4C82' fill-opacity='0.11'%3E%3Cpath d='M152 150v2H0v-2h28v-8H8v-20H0v-2h8V80h42v20h20v42H30v8h90v-8H80v-42h20V80h42v40h8V30h-8v40h-42V50H80V8h40V0h2v8h20v20h8V0h2v150zm-2 0v-28h-8v20h-20v8h28zM82 30v18h18V30H82zm20 18h20v20h18V30h-20V10H82v18h20v20zm0 2v18h18V50h-18zm20-22h18V10h-18v18zm-54 92v-18H50v18h18zm-20-18H28V82H10v38h20v20h38v-18H48v-20zm0-2V82H30v18h18zm-20 22H10v18h18v-18zm54 0v18h38v-20h20V82h-18v20h-20v20H82zm18-20H82v18h18v-18zm2-2h18V82h-18v18zm20 40v-18h18v18h-18zM30 0h-2v8H8v20H0v2h8v40h42V50h20V8H30V0zm20 48h18V30H50v18zm18-20H48v20H28v20H10V30h20V10h38v18zM30 50h18v18H30V50zm-2-40H10v18h18V10z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); */
}
/* Page Specific ____________________ */
.page-id-131 footer {
  margin: 0;
}
.socials a {
  color: #1D1D1D;
  font-size: 2rem;
  margin-right: 15px;
}
.socials a:last-child {
  margin-right: 0;
}
#myCarousel .carousel-control-prev, #myCarousel .carousel-control-next , #myCarousel2 .carousel-control-prev, #myCarousel2 .carousel-control-next , #myCarousel3 .carousel-control-prev, #myCarousel3 .carousel-control-next  {
display: none;
}
.carousel-control-prev,.carousel-control-next {
  background: #0dd6b9;
  width: 100px;
  height: 100px;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-control-next {
  right:15px;
}
@media (max-width: 1200px) {
  .carousel-control-prev {
    width:50px;
    height:50px;
    z-index:100;
  }
}
@media (max-width: 767px) {
  .carousel-control-prev {
    left:15px;
  }
}
@media (max-width: 1200px) {
.carousel-control-next {
  width:50px;
  height:50px;
  }
}
.row.blog-posts {
  justify-content: center;
  padding-top: 45px;
}
/* Service Blocks __________________*/
.titanic {
  max-width: 200px;
  margin: 0 auto;
  display: block;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.service-block {
  height: 100%;
  display: block;
  background: #fff;
}
.service .container {
  height: 100%;
  display: block;
  position: relative;
}
.service .row {
  height: 100%;
}
.icons {
  height: 100%;
  width: 100%;
}
.col-md-6.content-container {
}
/*.page .col-12 p, .page .col-12 li {
  font-size: 14px;
  margin-top: 15px;
  color: #1D1D1D74f;
}
*/
.page-id-2635 .shortcode {
  padding-bottom: 45px;
}
.page-id-2732 .shortcode {
  padding-top: 45px;
  padding-bottom: 45px;
}
.page-id-2738 .shortcode {
  padding-top: 15px;
  padding-bottom: 45px;
}
.page-id-2742 .shortcode {
  padding-top: 15px;
  padding-bottom: 15px;
}
.page-id-2745 .shortcode {
  padding-top: 15px;
  padding-bottom: 45px;
}
.page-id-2738 .shortcode h4, .page-id-2742 .shortcode h4, .page-id-2745 .shortcode h4 {
  color: var(--colours_secondary);
  font-weight: 600;
  font-family: 'Onest', sans-serif!important;
}
.titanic {
  background: #1D1D1D;
  max-width: 80%;
  display: block;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.titanic path {
  fill: #fff;
  stroke: #fff;
}
.titanic svg {
    max-width: 200px;
    margin: 0 auto;
    position: relative;
    display: block;
}
.icons img {
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.page-id-205 .icons img {
  padding: 50px;
}
@media (max-width: 767px) {
  .page-id-205 .icons img {
    padding:40px;
    padding-bottom: 0;
  }
}
.icons {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cf7-btm-padding {
    padding-bottom:10px;
  }
}
#cf7-shortcode h2 {
  font-weight: 600;
  color: #1D1D1D;
  font-size: 4.5rem;
}
#cf7-shortcode {
  font-family: 'Onest', sans-serif;
}
.form-control:focus {
  border-color: rgb(188, 22, 94, 0.6);
  box-shadow: 0 0 0 0.2rem rgba(188, 22, 94,.25);
}
div.wpcf7 .ajax-loader {
  display:none!important;
}
.pink-title {
  font-weight: bold;
  color: #BC165E;
  font-size:3rem;
  margin-top:20px;
  text-align: center;
}
/* New Buttons _________________*/
a {
  text-decoration: none;
}
.box {
  position:relative;
  background:#fff;
  vertical-align: middle;
  color: #0dd6b9;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: 0.5s;
  padding: 0 20px;
  cursor: pointer;
  border: 2px solid #0dd6b9;
  -webkit-transition:0.5s;
}
.blog-categories .box, .filters .box {
  background: transparent;
  border:2px solid transparent;
  color:#1D1D1D;
  text-transform: uppercase;
}
.box:hover {
  border: 2px solid rgba(0,160,80,0);
  background: #0dd6b9;
  color: #fff;
  text-decoration: none;
}
/*.btn-filter.active:hover {
  background: #0dd6b9;
}
*/
.box::before, .box::after {
  width: 100%;
  height:100%;
  z-index: 3;
  content:'';
  position: absolute;
  top:0;
  left:0;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  transition: 0.5s;
}
.box-white {
  position:relative;
  vertical-align: middle;
  color: #fff;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: 0.5s;
  padding: 0 20px;
  cursor: pointer;
  border: 2px solid #fff;
  -webkit-transition:0.5s;
}
.box-white:hover {
  border: 2px solid rgba(0,160,80,0);
  background: #0dd6b9;
  color: #fff;
  text-decoration: none;
}
.box-white::before, .box-white::after {
  width: 100%;
  height:100%;
  z-index: 3;
  content:'';
  position: absolute;
  top:0;
  left:0;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  transition: 0.5s;
}
.blog-categories {
  margin-top:30px;
}
.blog-categories .box {
  height:35px;
  line-height: 35px;
  margin-bottom: 3px;
}
.foo::before {
  border-bottom: 3px solid #BC165E;
  border-left: 3px solid #BC165E;
  -webkit-transform-origin: 0 100%;
}
.foo::after {
  border-top: 3px solid #BC165E;
  border-right: 3px solid #BC165E;
  -webkit-transform-origin: 100% 0%;
}
.bar::before {
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  -webkit-transform-origin: 100% 0%;
}
.bar::after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform-origin: 0% 100%;
}
.bar-white::before {
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  -webkit-transform-origin: 100% 0%;
}
.bar-white::after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform-origin: 0% 100%;
}
.curmudgeon::before {
  border-bottom: 3px solid #BC165E;
  border-left: 0;
  -webkit-transform-origin: 0% 100%;
}
.curmudgeon::after {
  border-top: 0;
  border-right: 0;
  -webkit-transform-origin: 50% 50%;
}
.box:hover::after, .box:hover::before {
  -webkit-transform: scale(1);
}
.box-white:hover::after, .box-white:hover::before {
  -webkit-transform: scale(1);
}
.box.blog-search {
  line-height: unset;
  width: unset;
  margin-left: 15px;
  background: #1D1D1D;
  color:#fff;
  border:2px solid transparent;
  border-radius:10px;
}
.box.blog-search:hover {
  background: transparent;
  color:#1D1D1D;
  border:2px solid #1D1D1D;
}
.link {
  line-height: 1em;
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 300px;
  height: 50px;
  font-family: "Onest", sans-serif;
  text-align: right;
}
.link > a {
  text-decoration: none;
  color: #FF0;
}
div#st-trigger-effects.menu {
  transform: none;
  right: 0;
  left: 0;
  position: relative;
  top: 0;
}
.menu-nav .social-btns {
  display: block;
position:absolute;
  margin-left: 0px;
  bottom:7%;
  left:50%;
  transform: translateX(-50%);
}
.menu-nav .social-btns a {
  display: inline-block;
}
address + h2 {
  margin-top: 15px !important;
}
.menu-nav .navbar-brand {
  margin-top: 1%;
  margin-left: 18px;
  background: transparent !important;
  padding: 15px;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .menu-nav .navbar-brand {
  margin:0 auto;
  margin-top:3%;
  margin-bottom:3%;
  }
}
.menu-container {
  background: #eeeeee;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: perspective(60rem);
  transform: perspective(60rem);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Onest';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-font-kerning: normal;
  -webkit-text-size-adjust: 100%;
  top: 0;
  bottom: 50px;
  left: 0;
  right: 0;
  font-size: 4rem !important;
}
.Menu-list {
  font-size: 4.25rem;
  line-height: 1.2;
  text-transform: lowercase;
  text-align: center;
  margin-bottom:0;
  /* display: flex; */
  /* flex-direction: column; */
  /* align-items: center; */
  /* transform: rotateX(-10deg) rotateY(20deg); */
}
.Menu-list-item {
  position: relative;
  color: transparent;
  cursor: pointer;
  display: flex;
  flex: 1;
  justify-content: center;
}
.Menu-list-item[slug="services"] {
  display: block;
}
.Mask {
  display: flex;
  position: relative;
  /* overflow: hidden; */
  color: #fff;
  top: 0;
  height: 49%;
  justify-content: center;
  transition: all 0.8s cubic-bezier(0.16, 1.08, 0.38, 0.98);
  text-transform: capitalize;
}
.Mask span {
  display: block;
}
.Mask + .Mask {
  top: 48.9%;
  height: 51.1%;
}
.Mask + .Mask span {
  -webkit-transform: translateY(-49%);
          transform: translateY(-49%);
}
.Menu-list-item:hover .Mask,
.Menu-list-item:active .Mask {
  color: var(--colours_secondary);
}
.Menu-list-item:hover::before,
.Menu-list-item:active::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.Menu {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 4%;
  font-weight: 600;
  display: flex;
  flex-direction: column;
}
a.sublink {
  color: #fff;
  font-size: 2rem!important;
  display: block;
  text-transform: capitalize;
  padding: 5px 0;
  font-weight: 600;
}
a.sublink:hover {
  color: var(--colours_tertiary);
  text-decoration: none;
}
a.sublink:last-of-type {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .Menu {
    transform: scale(0.8);
    padding-top: 0;
  }
}
.menu-container .area {
  background: transparent;
}
@media (max-width: 767px) {
.work-filters {
margin-bottom:20px;
margin-left:10px;
margin-right:10px;
}
}
/* hamburger animation _________*/
.navicon svg {
  width: 100px;
  cursor: pointer;
  margin-top: 7px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 767px) {
  .navicon svg {
    width:66px;
    margin-right: -15px;
  }
}
.navicon path {
  fill: none;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  -moz-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  -o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  -ms-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  stroke-width: 40px;
  stroke-linecap: round;
  stroke: #ff6633;
  stroke-dashoffset: 0px;
}
.navicon path#top,
.navicon path#bottom {
  stroke-dasharray: 240px 950px;
}
.navicon path#middle {
  stroke-dasharray: 240px 240px;
}
.navicon.cross path#top,
.navicon.cross path#bottom {
  stroke-dashoffset: -650px;
  stroke-dashoffset: -650px;
}
.navicon.cross path#middle {
  stroke-dashoffset: -115px;
  stroke-dasharray: 1px 220px;
}
.navicon.cross path {
  stroke: var(--colours_secondary)!important;
}
.navicon.cross:hover path {
  stroke: #fff!important;
}
.navicon path {
  stroke: #fff !important;
}
button.menu-button {
  display: none;
}
/* Omni search _______________*/
.search-box {
  position: absolute;
  padding-right: 45px;
  right: 110px;
  top: 66px;
  display:none;
}
@media (max-width: 767px) {
.search-box {
  padding-right:0px;
  right:80px;
}
}
input#s {
}
.search-box label {
  display: none;
}
input#searchsubmit {
  background: #0dd6b9;
  border: 0;
  color: #fff;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
}
input#s {
  background: transparent;
  border-bottom: 1px solid #fff;
  border: 0;
  border-bottom: 2px solid #FFF;
  color: #fff !important;
}
.search-box i {
  color: #fff;
  font-size: 25px;
}
.card {
  background: transparent;
}
/* Portfolio _________________*/
.portfolio-item img {
  width: 100%;
}
.hidden {
  display: none;
}
.filters {
  padding: 15px;
  text-align: center;
}
.filters .box {
  font-family: 'Onest', serif!important;
  text-transform: none;
  font-weight: 600;
  color: #ff6633;
  transition: .15s;
}
.filters .box.active {
  background: #ff6633;
  color: #fff;
  pointer-events: none;
}
.filters .box:hover {
  background: transparent;
  color: #69e0c1;
  transition: .15s;
}
.list {
  list-style: none;
}
.link-block .slick-slide div a {
  margin-top: 0;
  transition: all ease-in-out .15s;
}
.link-block .slick-slide div a:hover {
  margin-top: -10px;
  transition: all ease-in-out .15s;
}
.container .list {
  margin: 0 !important;
  padding: 0 !important;
}
.portfolio-item {
  padding:15px;
  height:270px;
  margin-bottom:40px;
  overflow: hidden;
}
.portfolio-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
}
.portfolio-content-inner {
  display: block;
  position: relative;
}
.portfolio-content-inner {
  position: absolute;
  display: block;
  bottom:50px;
  left:30px;
}
.portfolio-content-inner h4 {
  font-size:14px;
}
.portfolio-content {
cursor:pointer;
padding:15px;
}
ul.row.list.no-gutters {
  padding: 0;
}
.projects {
  padding:0;
  overflow:hidden;
  height:200px;
  position: relative;
}
.projects img {
  width:100%;
  height:auto;
  padding:15px;
  padding-top:0;
  transition: .3s;
}
:focus {
outline: 0px;
}
.projects img:hover {
}
@media (max-width: 992px) {
  .projects img {
    height:100%;
    width:auto;
  }
}
.projects h4 {
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  color:#fff;
  font-size:14px;
  margin-bottom:0;
  text-shadow:0px 0px 5px rgba(0,0,0,1);
  z-index: 100;
  text-align:center;
}
/* Blog ______________________ */
.filter {
  background: #ff6633;
  padding: 30px 15px;
}
.filter input {
}
.filter input[type="text"] {
  border-style: none;
  padding: 5px 10px;
}
.filter form.d-flex {
  align-items: flex-end;
}
.filter input[type="submit"] {
  display: none;
}
.filter .squiggle-btn {
  padding: 13px 50px 13px 40px;
  margin-left: 60px;
  text-transform: capitalize;
  font-weight: 600;
}
.filter .squiggle-btn:before {
  width: 14px;
}
.filter-stripe {
  width: 100%;
  background: linear-gradient(45deg, transparent 25%, #1D1D1D 25%, #1D1D1D 50%, transparent 50%, transparent 75%, #1D1D1D 75%, #1D1D1D 100%);
  height: 22px;
  background-size: 56.57px 56.57px;
}
.pindex img {
  width: 100%;
}
li {
  padding: 0;
  margin: 0;
}
ol, ul {
  padding: 0;
}
.pagination {
  display: flex;
  justify-content: center;
  text-align:center;
  margin: 0 auto;
  width:100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-numbers {
  font-size: 1rem;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-weight: 600;
}
.page-numbers:hover {
  text-decoration: none;
  color: #ff6633;
}
.page-numbers.dots {
  pointer-events: none;
}
.page-numbers.current {
  background: #ff6633;
  color: #fff;
  font-weight: 600;
  pointer-events: none;
}
.next.page-numbers, .prev.page-numbers {
  position: relative;
}
.next.page-numbers {
  margin-left: 10px;
}
.prev.page-numbers {
  margin-right: 10px;
}
.next.page-numbers:before, .prev.page-numbers:before {
  position: absolute;
  content: '';
  background-image: url('./slick/slider-arrow.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  opacity: 1;
  transition: all ease-in-out .15s;
}
.prev.page-numbers:before {
  transform: rotate(-180deg);
}
.next.page-numbers:hover:before, .prev.page-numbers:hover:before {
  opacity: .8;
  transition: all ease-in-out .15s;
}
.content p {
  font-size: 1rem;
}
ol {
  padding-inline-start: 25px;
}
ol li::marker {
  color: #ff6633;
  font-size: x-large;
  font-weight: 600;
}
.single p a {
  font-size: 16px;
  color: #0dd6b9;
  font-weight: 600;
}
.services-testimonial p {
  font-size:14px;
  margin-bottom:0;
  color: #1D1D1D;
}
.single-project p {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #1D1D1D;
}
.single-project p strong {
  font-weight: 600;
}
.single-project h4 {
  color: #1D1D1D;
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: 600;
}
.single-project p:last-of-type {
  margin-bottom: 0;
}
.single-project a {
  font-size: 1rem!important;
  color: #1D1D1D!important;
}
.single-project ul {
  padding-inline-start: 15px;
  list-style-type: none;
}
.single-project ul li {
  margin: 15px 0;
  font-size: 14px;
  color: #1D1D1D;
  font-family: 'Onest', sans-serif;
  position: relative;
  padding-left: 5px;
}
.single-project ul li:before {
  content: '';
  background: #ff6633;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left:-15px;
}
.single-work .highlights {
  background: #333;
  padding: 60px 15px;
  margin-top: 70px;
}
.single-work .highlights > .row {
  display: block;
}
.single-work .highlights h2 {
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.single-work .highlights p {
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 1.2rem;
}
.single-work .highlights .squiggle-btn {
  color: #1D1D1D;
}
.single-work .highlights .squiggle-btn:hover {
  color: #1D1D1D;
}
.services-testimonial {
  padding: 0px 15px 60px 15px;
}
.services-testimonial h4 {
  color:#1D1D1D;
  font-size: 2.5rem;
  font-weight: 600;
}
.services-testimonial .services {
  display: flex;
  align-items: center;
}
.services-testimonial .services .services-wrapper {
  display: block;
  text-align: center;
  width: 100%;
}
.services-testimonial .services p {
  font-family: 'Onest', sans-serif!important;
  font-size: 1.2rem;
}
.services-testimonial .testimonial {
  display: flex;
  align-items: center;
  position: relative;
}
.services-testimonial .testimonial .testimonial-wrapper {
  background: #f7f7f7;
  padding: 30px 30px 30px 40px;
}
.services-testimonial .testimonial p {
  /*font-family: 'Onest', sans-serif!important;*/
  line-height: 1.8;
}
.services-testimonial .testimonial:before {
  content: '"';
  font-size: 150px;
  color: #0dd6b9;
  position: absolute;
  top: -30px;
  left: -4px;
  transform: scaleX(-1) rotate(5deg);
}
.services-testimonial .testimonial:after {
  content: '"';
  font-size: 150px;
  color: #0dd6b9;
  position: absolute;
  bottom: -115px;
  right: -4px;
  transform: rotate(5deg);
}
.services-testimonial .testimonial span {
  font-family: 'Onest', sans-serif!important;
  font-size: 13px;
  margin-top: 5px;
  display: block;
}
/* Single Work Header/Hero/Title */
.single-work-title {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.single-work-title .services {
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
.single-work-title .services a {
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
  margin: 0 8px;
}
.single-work-title .services a:hover {
  color: #FF6633;
  text-decoration: none;
  font-weight: 600;
}
/* Single Work - Brief & Solution */
.single-work .brief-solution {
  padding: 60px 15px;
}
.single-work .brief-solution h6 {
  font-weight: 600;
  font-size: 1.2rem;
}
/* Single Work - Key Facts */
.single-work .key-facts {
  padding: 60px 15px;
  background: #0dd6b9;
}
.single-work .key-facts .col {
  text-align: center;
}
.single-work .key-facts .icon {
  height: 80px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.single-work .key-facts .text.big {
  font-weight: 600;
  font-size: 2.5rem;
  margin-top: 10px;
}
.single-work .key-facts .text.small {
  font-weight: 600;
}
/* Single Work - Screen Scroll Video */
.single-work .screen-scroll-video {
  padding: 60px 15px;
}
.single-work .screen-scroll-video .container {
  height: 500px;
  background: #EAEAEA;
  font-weight: 600;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.single-work .main-images .container {
  padding: 0;
  margin-bottom: 60px;
}
.single-work .main-images .image {
  height: 550px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-work .content-wrapper h2 {
  font-weight: 600;
}
.single-work .content-wrapper {
  text-align: center;
  padding: 60px 15px;
}
.single-work .content-wrapper .content {
  max-width: 66%;
  margin: 0 auto;
}
.single-work .content-wrapper .content p:last-of-type {
  margin-bottom: 0;
}
.single-work .content-wrapper .image {
  height: 500px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 60px;
}
.single-work .content-wrapper.web {
  background: #eaeaea;
}
.single-work .content-wrapper.pr {
  text-align: left;
}
.single-work .content-wrapper.pr .content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.single-work .content-wrapper.pr img {
  width: 100%;
  height: auto;
}
.single-work .testimonial {
  background: #ff6633;
  padding: 45px 15px;
}
.single-work .testimonial-stripe {
  height: 22px;
  background-image: linear-gradient(45deg, transparent 25%, #1D1D1D 25%, #1D1D1D 50%, transparent 50%, transparent 75%, #1D1D1D 75%, #1D1D1D 100%);
  background-size: 56.57px 56.57px;
  z-index: 100;
  position: relative;
}
.single-work .testimonial p {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 100;
  text-align: center;
  width: 70%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  font-family: 'Onest', serif!important;
  font-style: italic;
}
.single-work .testimonial p:before, .single-work .testimonial p:after {
  content: '';
  position: absolute;
  background-image: url('./assets/img/speech-bubble.png');
  background-size: contain;
  background-repeat: no-repeat;
  height: 60px;
  width: 90px;
}
.single-work .testimonial p:before {
  left: -120px;
  top: 0;
  transform: rotate(180deg);
}
.single-work .testimonial p:after {
  right: -120px;
  bottom: 0;
}
.image-gallery .image-gallery-wrapper {
  padding:0 15px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.image-gallery .image-gallery-wrapper div {
  height:400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.image-gallery.phone-surround-height {
  padding-bottom: 180px!important;
  margin-top: -80px;
}
.category-wrapper {
  text-align: center;
  margin: 0 auto;
}
.categories li {
  display: inline-block;
  padding: 0;
  background: #1D1D1D;
  padding: 1px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  border-radius: 5px;
  margin-top: 5px!important;
}
.categories a {
  color: #ff6633;
  font-family: 'Onest', serif!important;
  font-size: 1rem;
  padding: 4px 20px;
  margin: 5px 0;
  font-weight: 600;
  display: inline-block;
  transition: all ease-in-out .15s;
}
.categories a:hover, .categories a.current {
  text-decoration: none;
  background: #ff6633;
  color: #fff;
  transition: all ease-in-out .15s;
}
.categories ul {
  padding: 0;
  margin-top: 5px;
  font-weight: 500;
}
li.categories {
  list-style: none;
  color:#1D1D1D;
  font-family: 'Onest'!important;
  margin-top: 15px;
}
.category-link {
  margin-top: 15px;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  width: 100%;
}
.category-link a {
  color: #1D1D1D!important;
  background: #69E0C1;
  padding:8px 12px;
  position: absolute;
  bottom: 15px;
  left: 0px;
  /*text-shadow: 1px 1px 4px #1D1D1D;*/
  transition: 0.3s all ease;
  z-index: 100;
  font-size: 1rem;
}
.category-link a:before {
  content: '';
  position: absolute;
  top: 0;
  right: -8px;
  height: 100%;
  width: 10px;
  background-image: url('./assets/img/aquamarine-box.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
span.posted-date {
  position: absolute;
  top:0px;
  right:15px;
  color:#1D1D1D;
  background:#69e0c1;
  padding: 5px 10px;
  transition: .3s all ease;
  z-index: 100;
}
span.posted-date:before {
  content: '';
  position: absolute;
  top: 0;
  left: -4px;
  height: 100%;
  width: 5px;
  background-image: url('./assets/img/aquamarine-box.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  transition: .3s all ease;
}
.blog-header-image {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
  width: 100%;
}
.blog-header-image img {
  max-width: 100%;
  height: auto;
}
img.card-img-top {
  height:150px!important;
  width:auto;
  margin:0 auto;
  position: absolute;
  left:50%;
  top:25%;
  transform: translate(-50%, -50%);
}
div[card-section="our-packages"] img {
/*  bottom:220px;
  top:unset;
  transform: translateX(-50%);
*/}
.card-blog {
}
.card-blog p {
  text-align:left;
  font-family: 'Onest', sans-serif!important;
  color: #1D1D1D;
  font-size: 1rem;
}
.card-body-blog {
padding:0;
height:160px;
margin-top:-20px;
}
.card-footer-blog {
  padding-bottom:20px;
}
/* Dont leave popup */
label {
  margin-top: 12px;
}
.modal-dialog {
  width: 575px;
  max-width: initial;
}
h5#exampleModalLabel {
  font-size: 35px;
  color: #1D1D1D;
  font-weight: 600;
  text-align: center;
}
#exitModal p {
  font-size: 1rem;
  line-height: 21px;
}
.gdpr {
  color: #ccc;
  font-size: 0.6rem !important;
  line-height: 15px !important;
}
body .modal-dialog {
  max-width: initial !important;
  width: 660px !important;
}
.portfolio-anchor {
  margin-top: -30px;
  margin-bottom: 30px;
}
.single-work .page-header-logo img {
  margin: 60px 0;
  max-width: 33%;
}
.single-work .contact-us-link {
  padding-top: 30px;
}
.single-work .contact-us-link .box.bar {
  font-size: 14px;
  padding: 0 50px;
  text-transform: uppercase;
}
.single-work .image-gallery {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
.single-work .image-gallery.static {
  padding: 0;
  margin-bottom: 30px;
}
.single-work .image-gallery.static img {
  width: 100%;
}
.single-work .image-gallery > .row:first-of-type {
  margin-left: 0;
  margin-right: 0;
}
.single-work .image-gallery.web {
  background: #0dd6b9;
  padding: 60px 0 90px 0;
  position: relative;
}
.slick-item-image {
  height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.single-element-carousel .slick-item-image {
  height: 550px;
  background-size: contain;
}
.single-element-carousel.imac-image-surround .slick-item-image {
  height: 600px;
  background-size: cover;
  background-position: top;
}
.single-element-carousel.ipad-image-surround .slick-item-image {
  height: 490px;
  background-size: cover;
}
.single-element-carousel.phone-image-surround .slick-item-image {
  height: 600px;
}
.grid-image-gallery {
  padding: 60px 15px;
  position: relative;
  overflow-x: hidden;
}
.grid-image-gallery:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(227,212,181);
  background: linear-gradient(90deg, #ECECEC 66%, var(--colours_secondary) 66%);
}
.grid-image-gallery .side-image img {
  width: 200%;
  margin-left: 60px;
}
.image-grid .slick-item-image {
  height: 710px;
}
.slick-dots {
  bottom: -80px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 101;
  left: 0;
}
.imac-image-surround .slick-dots {
  bottom: -62px;
}
.phone-image-surround .slick-dots {
  bottom: -110px;
}
.slick-dots li button {
  position: relative;
}
.image-grid .slick-dots {
  bottom: -60px;
}
.slick-dots li {
  margin: 0;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-dots li button:before {
  content: '';
  opacity: 1!important;
  font-size: 1.2rem;
  background: #1D1D1D;
  border-radius: 50%;
  box-shadow: 0 0 3px 0px rgba(0,0,0,.3);
}
.image-grid .slick-dots li button:before {
  background: #fff;
}
.slick-dots li.slick-active button:before {
  background: var(--colours_secondary);
}
.three-element-carousel .slick-item-image {
  border: 6px solid #fff;
}
.vimeo-video-wrapper, .vimeo-video-wrapper iframe {
  height: 100%;
  width: 100%;
}
.single-element-nav {
  margin-top: 30px;
}
.slick-nav-image {
  height: 120px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.single-element-carousel.imac-image-surround {
  padding: 0;  
  padding-top: 30px;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 230px;  
}
.single-element-carousel.phone-image-surround {
  margin-top: 30px;
  padding: 0;  
  padding-top: 0px;
  padding-left: 2px;
  flex: 0 0 25%;
  max-width: 25%;
  margin: 0 auto;  
}
.single-element-carousel.ipad-image-surround {  
  padding: 0; 
  padding-top: 28px; 
  flex: 0 0 57%;
  max-width: 57%;
  margin: 0 auto;  
  margin-top: 30px;
  margin-bottom: 80px;
}
.single-element-nav .slick-track {
  transform: none!important;
}
.single-element-nav .slick-item-image {
  height: unset;
}
.single-element-carousel.phone-image-surround .slick-prev,
.single-element-carousel.phone-image-surround .slick-next,
.single-element-carousel.imac-image-surround .slick-prev,
.single-element-carousel.imac-image-surround .slick-next,
.single-element-carousel.ipad-image-surround .slick-prev,
.single-element-carousel.ipad-image-surround .slick-next {
  align-items: unset;
  z-index: 200;
}
.single-element-carousel.phone-image-surround .slick-prev {
    left: -75px;
}
.single-element-carousel.ipad-image-surround .slick-prev {
  left: -100px;
}
.single-element-carousel.phone-image-surround .slick-next {
    right: -75px;
}
.single-element-carousel.ipad-image-surround .slick-next {
  right: -100px;
}
.single-element-carousel.phone-image-surround:before {
  content: '';
  position: absolute;
  height: 113%;
  width: 109%;
  top: -6%;
  left: 50%;
  transform: translateX(-49.5%);
  background-image: url('./assets/img/phone-image-surround.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 100;
}
.single-element-carousel.ipad-image-surround:before {
  content: '';
  position: absolute;
  height: 105%;
  width: 122%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url('./assets/img/ipad-image-surround.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 100;
}
.single-element-carousel.imac-image-surround:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border: 30px solid #202020;
  border-radius: 30px 30px 0 0;
  z-index: 100;
}
.single-element-carousel.imac-image-surround:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 65%; 
  background-image: url('./assets/img/imac-surround-base.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}


.slick-slide > div {
  padding-left: 8px;
  padding-right: 8px;
}
/* Search Bar ___________*/
#html .bg-dark {
  background-color: transparent!important;
}
.item-loader-container {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100px;
}
.loading-content span {
  margin-top: 30px;
  display: block;
  position: relative;
}
a.fix-me {
  position: fixed;
  right: -45px;
  top: 260px;
  background: #0dd6b9;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 18px;
  padding: 8px;
  padding-bottom: 10px;
  transform: rotate(-90deg);
}
.page-id-5 a.fix-me {
  top:320px;
}
@media (max-width:767px) {
  a.fix-me {
    transform:scale(0.7, 0.7) rotate(-90deg);
    background:#0DD6B9;
    position:fixed;
    text-align:center;
    padding: 10px 42px 5px 42px;
    top:350px;
    bottom:0;
    right: -80px;
    height:40px;
    -webkit-box-shadow: -1px -2px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: -1px -2px 5px 0px rgba(0,0,0,0.5);
    box-shadow: -1px -2px 5px 0px rgba(0,0,0,0.5);  }
}
a.fix-me:hover {
  text-decoration: none;
}
.menu-nav h2 {
  font-weight: 600;
  font-size: 20px;
  padding-left: 30px;
  margin: 0;
  margin-top: 60px;
}
.freetext-highlight {
  background : #0DD6B9;
  padding:10px 5px 0px 5px;
  border-radius:10px;
  z-index:-1;
}
.form-control {
  font-size:0.8rem;
}
.project-img {
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background-size:cover!important;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.squiggle-btn {
  padding: 15px 30px 15px 25px; 
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  text-transform: capitalize;
  position: relative;
  margin-left: 5px;
  transition: 0s;
  cursor: pointer;
}
.squiggle-btn:hover {
  text-decoration: none;
  color: #fff;
  transition: 0s;
}
.squiggle-btn.reverse {
  padding: 15px 25px 15px 30px;
  margin-left: 0;
}
footer .squiggle-btn {
  padding: 15px 45px 15px 40px;
  text-transform: uppercase;
}
footer .squiggle-btn.red-white:hover {
  color: var(--colours_black);
}
.squiggle-btn.white-red {
  background: #fff;
  color: var(--colours_secondary);
}
.squiggle-btn.white-red:hover {
  background: var(--colours_secondary);
  color: #fff;
}
.squiggle-btn.red-white {
  background: var(--colours_secondary);
  color: #fff;
}
.squiggle-btn.red-white:hover {
  background: #fff;
  color: var(--colours_secondary);
}
.squiggle-btn.pumpkin-black {
  background: #ff6633;
}
.squiggle-btn.pumpkin-black:hover {
  background: #1D1D1D;
}
.squiggle-btn.pumpkin-honey, .squiggle-btn.pumpkin-white {
  background: #ff6633;
}
.squiggle-btn.pumpkin-honey:hover {
  background: #ff9933;
}
.squiggle-btn.aquamarine-pumpkin, .squiggle-btn.aquamarine-honey, .squiggle-btn.aquamarine-white {
  background: #69e0c1;
}
.squiggle-btn.aquamarine-pumpkin:hover {
  background: #ff6633;
}
.squiggle-btn.aquamarine-honey:hover {
  background: #ff9933;
}
.squiggle-btn.honey-aquamarine, .squiggle-btn.honey-white {
  background: #ff9933;
}
.squiggle-btn.honey-aquamarine:hover {
  background: #69e0c1;
}
.squiggle-btn.aquamarine-white:hover {
  background: #fff;
  color: #69e0c1;
}
.squiggle-btn.honey-white:hover {
  background: #fff;
  color: #ff9933;
}
.squiggle-btn.pumpkin-white:hover {
  background: #fff;
  color: #ff6633;
}
.squiggle-btn.black-white {
  background: #1D1D1D;
  color: #fff;
}
.squiggle-btn.black-white:hover {
  background: #fff;
  color: #1D1D1D;
}
.squiggle-btn.white-black {
  background: #fff;
  color: #1D1D1D;
}
.squiggle-btn.white-black:hover {
  background: #1D1D1D;
  color: #fff;
}
.squiggle-btn.white-charcoal {
  background: #fff;
  color: #333;
}
.squiggle-btn.white-charcoal:hover {
  background: #333;
  color: #fff;
}
.container-fluid.link-block .overlay {
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background-color:rgba(0,7,79,0.7);
  z-index: 0;
}
.container-fluid.link-block p {
  color: #fff;
  font-weight: 600;
  font-size: 2.5rem;
  text-align: center;
}
.container-fluid.link-block .d-block {
  text-align: center;
}
.link-block .more-button {
  text-align: center;
}
.our-work-section {
  margin-top:30px;
  margin-bottom: 15px;
  font-size:18px;
  font-weight: 600;
  color: #1D1D1D;
}
.projects img.client-logo {
  width: 60%;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  padding: 0;
  z-index: 100;
}
.projects img.client-logo.square {
  width:auto;
  height:50%;
}
.projects h4:hover ~ .overlay {
  background-color: rgba(0,0,0,0.2);
}
.projects img.client-logo:hover ~ .overlay {
  background-color: rgba(0,0,0,0.2);
}
.projects .overlay {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  background-color: rgba(0,0,0,0.5);
  transition: .3s;
}
.projects .overlay:hover {
  background-color: rgba(0,0,0,0.2);
  transition: .3s;
}
div[card-section="our-process"] {
  height:300px;
}
div[card-section="our-process"] h2 {
  color: #BC165E;
  font-size: 26px;
}
.page-id-275 div[card-section="our-process"] {
  height:370px;
}
div[card-section="our-packages"] {
  /*height:450px;*/
  padding-top: 50px;
}
@media (max-width: 767px) {
  div[card-section="our-process"] {
    height: unset;
    background: #f0f0f0!important;
  }
  .page-id-275 div[card-section="our-process"] {
    height:unset;
  }
}
/* Our Work ________________*/
.work-sectors, .projects {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
  height: unset;
  min-height: 66vh;
  align-items: center;
  justify-content: center;
}
.work-sectors {
  display: flex;
}
.work-sectors > .row, .projects > .row {
  flex-grow: 1;
}
.projects > .row > .container > .row {
  justify-content: center;
}
.work-sectors .sector-link, .projects .project-link {
  text-decoration: none!important;
}
.work-sectors .sector, .projects .project {
  height: 250px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 30px;
}
.work-sectors .sector {
  padding: 30px;
  align-items: flex-end;
}

.projects .project {
  margin-bottom: 30px;
  position: relative;
}
.projects .project .excerpt {
  position: absolute;
  left: 0;
  right: 0;
  top: -100%;
  bottom: 100%;
  background: rgba(0,0,0,.85);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
  color: #fff;
  transition: .3s;
  font-size: .9rem;
  opacity: 0;
}
.projects .project:hover .excerpt {
  opacity: 1;
  top: 0;
  bottom: 0;
  transition: .3s;
}
.work-sectors .sector h3 {
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
  color: var(--colours_primary);
  font-size: 1.4rem;
  background: var(--colours_secondary);
  padding: 10px 25px;
  transition: .3s;
}

.work-sectors .sector:hover h3 {
  background: var(--colours_white);
  color: var(--colours_primary);
  transition: .3s;
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,.4);
}

.work-sectors .sector button, .projects .project button {
  position: absolute;
  left: 50%;
  bottom: -100%;
  top: 100%;
  transform: translateX(-50%);
  border: 0;
  padding: 5px 20px;
  background: var(--colours_primary);
  color: var(--colours_white);
  transition: .3s;
  opacity: 0;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(0,0,0,0);
  transition: .3s;
  z-index: 2;
}
.work-sectors .sector button:hover, .projects .project button:hover {
  background: var(--colours_secondary);
  color: var(--colours_primary);
  transition: .3s;
}
.work-sectors .sector:hover button, .projects .project:hover button {
  top: unset;
  bottom: 25px;
  opacity: 1;
  transition: .3s;
}
.projects .project img {
  width: 65%;
  height: auto;
  padding: 0;
}
.projects .project img.square {
  width: 45%;
}
.projects .project .block-wrapper {
  display: block;
  text-align: center;
}
.projects .project .basis {
  font-size: 1.6rem;
  font-family: 'Onest', serif;
  color: #fff;
}
/* Custom taxonomy / post navigation */
.inpage-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
}
.inpage-navigation.categories-title {
  padding-top: 30px;
  padding-bottom: 30px;
}
.single-work .inpage-navigation .block-wrapper {
  text-align: center;
}
.inpage-navigation h2 {
  margin: 0 30px 3px 30px;
  color: var(--colours_black);
  font-weight: 700;
}
.inpage-navigation a {
  height: 12px;
  width: 20px;
  border-style: solid;
  border-color: transparent;
  border-width: 12px 20px;
}
.inpage-navigation a.prev {
  border-right: 20px solid #1D1D1D;
}
.inpage-navigation a.next {
  border-left: 20px solid #1D1D1D;
}
.inpage-navigation.hide a.prev, .inpage-navigation.hide a.next {
  display: none;
}

.inpage-navigation a.disabled {
  opacity: .2;
  pointer-events: none;
}
.single-work .inpage-navigation a.prev {
  border-right: 20px solid #fff;
}
.single-work .inpage-navigation a.next {
  border-left: 20px solid #fff;
}
.single-work .inpage-navigation a.disabled {
  opacity: .6;
  pointer-events: none;
}
.post-type-archive-work .service {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    position: relative;
    overflow: hidden;
}
.post-type-archive-work  .service-overlay {
  /*background: rgba(0,0,0,0.5);*/
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index: 1;
  transition: .3s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-type-archive-work .client-logo {
  position: absolute;
  height: 150px;
  width: 70%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.post-type-archive-work .client-logo.square {
  height: 200px;
}
.post-type-archive-work .service-block:hover .service-overlay {
  background: rgba(0,0,0,.75);
  transition: .3s;
}
.post-type-archive-work .service .wrapper {
  width: 100%;
  display: block;
  background: transparent;
}
.post-type-archive-work .service .name {
  color: #fff;
  font-family: 'Onest', sans-serif!important;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  z-index: 999;
  cursor: pointer;
  opacity: 0;
  transition: .6s;
  margin-top: -1000px;
  margin-bottom: 0;
}
.post-type-archive-work .service-block:hover  .service .name {
  transition: .6s;
  opacity: 1;
  margin-top: 0;
}
.post-type-archive-work .service-block .service .description {
  padding: 15px;
  color: #fff;
  z-index: 999;
  opacity: 0;
  transition-duration: .3s;
  cursor: pointer;
  font-size: 15px;
  text-align: center;
  margin-top: 100%;
}
.post-type-archive-work .service-block .service .description p {
  color: #ff9933;
  font-family: 'Onest', serif!important;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1;
}
.post-type-archive-work .service-block .service .description .squiggle-btn {
  margin-top: 15px;
}
.post-type-archive-work .service-block:hover .service .description {
  opacity: 1;
  transition-duration: .3s;
  margin-top: 0;
}
.post-type-archive-work  .container.title h4 {
  font-size: 26px;
  font-family: 'Onest', sans-serif!important;
  margin-bottom: 30px;
  color: #1D1D1D;
}
.our-work-wrapper {
  padding: 30px 0;
  background: #fff;
  overflow-x: hidden;
}
.our-work-wrapper > .row.no-gutters.no-gutter {
  justify-content: center;
}
.single-image p {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.single-image p img {
  width: 100%;
  height: auto;
}
.page-id-3352 .single-image {
  padding-bottom: 90px;
}
.container-fluid.imac {
  padding: 90px 15px;
  background: #DADADA;
  overflow-x: hidden;
}
.full-width-content {
  margin-bottom: 90px;
}
.container-fluid.imac .full-width-content {
  margin-bottom: 220px;
  padding: 0 60px;
  position: relative;
}
.full-width-content + .simple-content {
  margin-top: -60px;
}
.single-video iframe, .single-video video {
  width: 100%;
  height: 630px;
}
.container-fluid.imac .full-width-content:before {
  content: '';
  position: absolute;
  background-image: url('./assets/img/imac-surround.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 150%;
  width: 140%;
  left: -20%;
  top: -6%;
  z-index: 1;
}
/* Filtering ________________ */
/*.filters .box.bar.active {
  border:2px solid rgba(0,0,0,0.1);
}
*/
.post-type-archive-work .service-block {
  display: none;
  width: 0;
  height: 0;
  padding: 15px;
}
.service-block.active {
  width: initial;
  height: initial;
  display: flex;
}
@media(max-width: 767px){
  .filters .btn-secondary {
    margin-bottom: 18px;
}
}
.carousel-item {
  height: 100% !important;
  min-height: initial !important;
}
.shortcode {
  background: #fff;
}
.meet-the-team {
  background: #fff;
}
.blog-posts-page {
  background: #fff;
}
.map-contact {
  background: #fff;
  padding-top: 60px;
}
.map-contact .col-md-6 img {
  width: 100%;
  padding-right: 30px;
}
.content-tables {
  padding-left: 15px;
  padding-right: 15px;
}
.page-id-3352 h3 {
  font-weight: 600;
}
.page-id-3352 h3:nth-last-of-type(2) {
  color: #1D1D1D;
  margin-top: 75px;
  margin-bottom: 10px;
  font-size: 2.5rem;
}
.page-id-3352 h3:last-of-type {
  margin-top: 75px;
  color: #1D1D1D;
  margin-bottom: 10px;
  font-size: 2.5rem;
}
.page-id-3352 .sub-text h3 {
  font-size: 2.5rem;
  color: #1D1D1D;
  margin-bottom: 30px;
  margin-top: 15px;
}
.page-id-3352 .shortcode p {
  font-size: 1.2rem;
}
.content-tables h3 {
  font-size: 23px;
}
.content-tables table p {
  font-size: 14px;
  /*font-family: 'Onest', sans-serif!important;*/
}
.content-tables table td {
  padding-top: 30px;
  padding-bottom: 30px;
}
.content-tables table a {
  color: #BC165E;
  font-family: 'Onest', sans-serif!important;
}
.code-snippet {
  margin-top:60px;
}
.content-tables {
  padding-bottom: 30px;
}
.content-tables.mobile {
  display: none;
}
.services-content {
  padding: 45px 15px 0 15px;
}
.services-content .container-fluid {
  margin-bottom: 30px;
}
.services-content .container-fluid:last-of-type {
  margin-bottom: 0;
}
.services-content .container a:hover {
  text-decoration: none;
}
.services-content .service {
  padding: 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out .15s;
}
.services-content .service:hover {
  transition: all ease-in-out .15s;
}
.services-content .container-fluid.aquamarine {
  background: #69e0c1;
}
.services-content .container-fluid.honey {  
  background: #ff9933;
}
.services-content .container-fluid.pumpkin {  
  background: #ff6633;
}
.services-content .service.aquamarine .squiggle-btn {
  background: #69e0c1;
}
.services-content .service.honey .squiggle-btn {  
  background: #ff9933;
}
.services-content .service.pumpkin .squiggle-btn {  
  background: #ff6633;
}
.services-content .service.aquamarine .squiggle-btn:before {
  background-image: url('./assets/img/aquamarine-box.png');
}
.services-content .service.honey .squiggle-btn:before { 
  background-image: url('./assets/img/honey-box.png');
}
.services-content .service.pumpkin .squiggle-btn:before { 
  background-image: url('./assets/img/pumpkin-box.png');
}
.services-content .service p {
  font-size: 1.2rem;
}
.services-content .service .img-col {
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 30px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.services-content .service .img-col:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-20deg);
  width: 80%;
  height: 50px;
  background: #1D1D1D;
  z-index: 0;
}
.services-content .container-fluid.aquamarine .img-col {
  background-color: #ff6633;
  background-image: url('./assets/img/Tiger.svg');
}
.services-content .container-fluid.honey .img-col {
  background-color: #69e0c1;
  background-image: url('./assets/img/Leopard.svg');
}
.services-content .container-fluid.pumpkin .img-col {
  background-color: #ff9933;
  background-image: url('./assets/img/Cheetah.svg');
}
.services-content .service .img-col h2 {
  font-weight: 600;
  z-index: 1;
}
.services-content .content-col {
  padding: 0 30px;
}
.sub-services-content {
  padding-top: 45px;
  padding-bottom: 45px;
  min-height: 430px;
  display: flex;
  align-items: center;
}
.sub-services-content.aquamarine {
  background: #69e0c1;
}
.sub-services-content.honey {
  background: #ff9933;
}
.sub-services-content.pumpkin {
  background: #ff6633;
}
.sub-services-content.white-aquamarine, .sub-services-content.white-pumpkin {
  background: #fff;
  color: #1D1D1D;
}
.sub-services-content:not(.white-pumpkin):not(.white-aquamarine) {
  color: #fff;
}
.sub-services-content h2 {
  font-weight: 600;
}
.page-id-3352 .sub-services-content h2 {
  font-size: 1.6rem;
}
.sub-services-content.white-aquamarine h2 {
  color: #1D1D1D;
}
.sub-services-content.white-pumpkin h2 {
  color: #1D1D1D;
}
.sub-services-content .textarea p:last-of-type {
  margin-bottom: 0;
}
.sub-services-content .textarea p a {
  color: inherit;
  font-weight: 600;
}
.sub-services-content .image {
  height: 350px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-id-3352 .sub-services-content .image {
  height: 280px;
}
.sub-services-content .textcontent, .sub-services-content .imagecontent {
  display: flex;
  align-items: flex-start;
}
.sub-services-content .textcontent .wrapper {
  display: block;
  width: 100%;
  background: transparent;
}
.sub-services-content .textcontent.even {
  padding-left: 60px;
}
.sub-services-content .textcontent.odd {
  padding-right: 60px;
}
.failed-login-popup {
  transition: .3s;
  opacity: 0;
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  box-shadow: 0 0 12px 0 rgba(0,0,0,.3);
}
.failed-login-popup.failed {
  opacity: 1;
  z-index: 10;
  transition: .3s;
}
.failed-login-popup.show .login-failed {
  display: none;
}
.failed-login-popup.show.failed .login-failed {
  display: flex;
}
.failed-login-popup h3 {
  color: var(--colours_primary);
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
}
.failed-login-popup.logged-in h3 {
  float: left;
}
.logged-in-access {
  display: flex;
  align-items: center;
  justify-content:flex-end;
  float: right;
}
.login-failed {
  display: inline-block;
  color: #1D1D1D;
}
.login-try-again {
  padding:8px 15px;
  background: var(--colours_secondary);
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 30px;
  transition: .3s;
}
.login-try-again:hover {
  background: var(--colours_tertiary);
  transition: .3s;
}
.login-page {
  padding: 60px 15px;
}
.login-page .introduction-wrapper, .login-page .form-wrapper {
  min-height: 66vh;
}
.login-page .introduction-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 60px;
}
.login-page .form-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.login-page h2 {
  font-weight: 600;
  font-size: 3rem;
  margin-bottom: 1rem;
}
.login-page .login-box {
  width: 100%;
}
.login-page .login-box .login-remember {
  display: none;
}
.login-page .login-box p:not(.login-remember) {
  margin-bottom: 2rem;
}
.login-page .login-box p:not(.login-remember) label, .login-page .login-box p:not(.login-remember) input {
  display: block;
  width: 100%;
}
.login-page .login-box label {
  font-weight: 600;
  font-size: 1.2rem;
}
.login-page .login-box .login-remember label {
  font-size: 1rem;
}
.login-page .login-box p:not(.login-submit) input {
  padding: 15px;
  border: 0;
  border-bottom: 2px solid var(--colours_secondary);
  transition: .15s;
}
.login-page .login-box p:not(.login-submit) input:focus {
  padding: 15px;
  border: 0;
  border-bottom: 2px solid var(--colours_tertiary);
  transition: .15s;
}
.login-page .login-box .login-submit input {
  padding: 15px;
  border: 0;
  background: var(--colours_secondary);
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
}
.login-page .login-box .login-submit input:hover {
  background: var(--colours_tertiary);
  cursor: pointer;
}
.login-page .login-box .lostpassword {
  color: #1D1D1D;
}
.login-page .login-box .lostpassword:hover {
  text-decoration: none;
  color: #ff6633;
}
.icon-grid {
  padding: 60px 15px;
}
.icon-grid.three {
  background: var(--colours_tertiary);
  color: #fff;
  margin-bottom: 90px;
}
.icon-grid.six {
  background: #ECECEC;
  color: #fff;
  margin-bottom: 30px;
}
.icon-grid .col {
  text-align: center;
}
.icon-grid.six .col {
  padding: 30px 15px 60px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.icon-grid.three .icon {
  height: 80px;
  max-width: 100px;
  margin: 0 auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: invert(1);
}
.icon-grid.six .image {
  max-width: 66%;
  height: auto;
  margin: 0 auto;
}
.icon-grid.three .text.big {
  font-weight: 600;
  font-size: 2rem;
  margin-top: 10px;
}
.icon-grid.three .text.small {
  font-weight: 500;
  font-size: 1rem;
  max-width: 80%;
  margin: 0 auto;
}
.icon-grid.six .text {
  position: absolute;
  bottom: -10px;
  left: 30px;
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 1rem;
  width: calc(100% - 60px);
  text-align: center;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255,255,255,.7);
}
.icon-grid.six .col:nth-of-type(4) .text,
.icon-grid.six .col:nth-of-type(5) .text,
.icon-grid.six .col:nth-of-type(6) .text {
  border-bottom: 0;
}
.single-work-hero {
  height: 350px;
  background-color: #1D1D1D;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.single-work-hero .logo {
  text-align: center;
}
.single-work-hero img {
  max-height: 150px;
  max-width: 66%;
}
.single-work-hero .client-type {
  color: #fff;
  font-size: 2.2rem;
  font-family: 'Onest', serif;
  text-align: center;
  padding: 0 90px;
}
.single-work-hero .flex-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.portfolio-anchors-menu {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.portfolio-anchors-menu a {
  height: unset;
  width: unset;
  margin: 0 30px;
  color: #fff;
  border: 2px solid #fff;
  padding: 8px 25px;
  background: transparent;
  font-weight: 700;
  min-width: 200px;
  text-align: center;
}
.portfolio-anchors-menu a:hover {
  text-decoration: none;
  background: #fff;
  color: #1D1D1D;
}
.single-work .simple-content {
  padding-top: 60px;
  padding-bottom: 60px;
}
.single-work .simple-content + .simple-content {
  padding-top: 0;
}
.single-work-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.single-work-nav .nav-btn {
  color: #1D1D1D;
  font-size: 2.3rem;
  font-weight: 600;
  position: relative;
}
.single-work-nav .nav-btn.home {
  padding-left: 40px;
}
.single-work-nav .nav-btn.next-project {
  padding-right: 40px;
}
.single-work-nav .nav-btn.home:before {
  content: '◀';
  position: absolute;
  left: 0;
}
.single-work-nav .nav-btn.next-project:before {
  content: '▶';
  position: absolute;
  right: 0;
}
.single-work-nav .nav-btn:hover {
  text-decoration: none;
  color: var(--colours_secondary);
}
.single-work-nav .nav-btn:hover:before {
  color: var(--colours_secondary);
}
.logos-block .col {
  height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



/* Main Site Footer */

footer {
  background: #1D1D1D;
  padding: 30px 15px;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}
footer .col .block-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
footer .col.logo .block-wrapper {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
footer .col.logo .block-wrapper img {
  max-width: 70px;
}
footer .col.logo .block-wrapper .tagline {
  margin-top: 30px;
  color: #FFFFFF;
  opacity: 0.5;
}
footer .col.socials .social-icons {
  justify-content: center;
}
footer .col h5 {
  color: #4BF6DD;
  font-weight: 600;
}
footer .col:last-child .block-wrapper {
  margin-bottom: 0;
}
footer .col-smallprint .smallprint {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #FFFFFF;
  opacity: 0.5;
}
footer .col-smallprint .smallprint .copyright {
  color: #FFFFFF;
  font-size: 1rem;
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 992px) {
  footer {
    padding: 60px 15px;
  }
  footer .col .block-wrapper {
    margin-bottom: 0;
    text-align: left;
  }
  footer .col.logo .block-wrapper {
    padding-bottom: 0;
    border-bottom: 0;
  }
  footer .col.logo .block-wrapper img {
    max-width: 120px;
  }
  footer .col.socials .social-icons {
    justify-content: flex-start;
  }
  footer .col-smallprint .smallprint .copyright {
    margin-top: 0;
  }
}
ul.footer {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.footer li {
  margin: 5px 0;
}
ul.footer li a {
  color: #FFFFFF;
}
ul.footer li a:hover {
  color: #4BF6DD;
}
ul.footer li .sub-menu {
  display: none !important;
}
ul.legal {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.legal li {
  line-height: 1;
  padding: 10px 0;
  text-align: center;
}
ul.legal li a {
  color: #FFFFFF;
  line-height: 1;
}
ul.legal li a:hover {
  text-decoration: underline;
}
ul.legal li:first-of-type {
  padding-left: 0;
}
ul.legal li:last-of-type {
  border-right: 0;
}
@media (min-width: 992px) {
  ul.legal {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  ul.legal li {
    border-right: 1px solid #FFFFFF;
    padding: 0 10px;
  }
}

/* Social Icons */

.social-icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.social-icons a {
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-icons a:first-of-type {
  margin-left: 0;
}
.social-icons a:last-of-type {
  margin-right: 0;
}
.social-icons a i, .social-icons a svg {
  color: #FFFFFF;
  font-size: 1.6rem;
}
.social-icons a:hover {
  text-decoration: none;
}
.social-icons a:hover i, .social-icons a:hover svg {
  color: #4BF6DD;
}