h1,
h2,
h3,
h4,
h5,
h6,
i,
p {
  color: white;
}

#confetti {
  background: transparent;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: -10000;
}

a,
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 1px;
}

li,
p,
ul {
  letter-spacing: 1px;
  font-size: 14px;
}

body {
  -webkit-text-shadow: 0 0 1px rgba(0, 0, 0, 0.03);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
}

@media (max-width: 961px) {
  .ink-grid {
    padding: 0px 20px;
  }
}

.invisible {
  opacity: 0;
}

img {
  width: inherit;
  height: auto;
}

.top-nav {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: fixed;
  height: 99px;
  width: 100%;
  z-index: 1000;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 961px) {
  .top-nav {
    background: black;
    height: 60px;
  }
}

.top-nav a {
  color: black;

  font-weight: bold;
  display: inline-block;
  margin-top: 35px;
  padding-bottom: 40px !important;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}

.top-nav a:hover {
  text-decoration: none;
  color: #ffb819;
}

.top-nav .menu {
  float: right;
}

.top-nav .menu .icon-search {
  color: #ffb819;
}

@media (max-width: 961px) {
  .top-nav .menu .icon-search {
    position: fixed;
    left: 110px;
    top: 13px;
    font-size: 20px;
  }
}

.top-nav .logo {
  width: 150px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

@media (max-width: 961px) {
  .top-nav .logo {
    left: 0px;
    width: 80px;
  }
}

.nav-drop {
  position: absolute;
  top: 100px;
  left: 8px;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  max-height: 0px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 30px 0px;
  overflow: hidden;
}

.nav-drop.ninja-mode {
  -webkit-transform: scale(1.5, 2.6) skew(220deg, -150deg);
  -ms-transform: scale(1.5, 2.6) skew(220deg, -150deg);
  transform: scale(1.5, 2.6) skew(220deg, -150deg);
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
}

.nav-drop-active {
  top: 100px;
  opacity: 1;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  max-height: 1000px;
  -webkit-transform: initial;
  -ms-transform: initial;
  transform: initial;
}

.nav-drop-item > a {
  margin-top: 0px;
  color: white;
  min-width: 240px;
  white-space: nowrap;
  padding: 9px 18px !important;
  margin-bottom: 5px;
}

footer {
  position: relative;
  margin-top: -1px;
}

@media (max-width: 1261px) {
  footer .ink-grid {
    padding: 0;
  }
}

footer .column-group {
  position: relative;
}

@media (min-width: 961px) {
  footer .extend-bg:before {
    content: "";
    background: #ffb819;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: -2000px;
    right: 99%;
  }
}

footer .left {
  background-color: #ffb819;
  padding: 70px 60px 90px 50px;
  text-transform: uppercase;
  color: black;
  font-size: 15px;
}

@media (max-width: 961px) {
  footer .left {
    text-align: center;
    padding: 70px 50px 90px 30px;
  }
}

@media (max-width: 641px) {
  footer .left {
    text-align: center;
    padding: 45px;
  }
}

footer .left .title {
  font-weight: bold;
  font-size: 20px;
}

footer .left .address,
footer .left .title {
  margin-bottom: 25px;
}

footer .left a {
  color: black;

  text-decoration: none;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

footer .left a:hover {
  color: white;
}

footer .left a:hover i {
  color: white;
}

footer .left i {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  margin-right: 15px;
  position: relative;
  top: 1.5px;
  color: black;
}

footer .right {
  padding: 60px 40px 0 50px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  font-size: 9px;
  position: relative;
}

@media (max-width: 961px) {
  footer .right {
    padding: 60px 50px 0px 30px;
  }
}

@media (max-width: 641px) {
  footer .right {
    padding: 25px 0px;
  }
}

footer .right ul.footer-links {
  list-style: none;
  margin-right: 35px;
}

@media (max-width: 641px) {
  footer .right ul.footer-links {
    text-align: center;
    padding: 0px;
    margin: 0;
  }
}

footer .right ul.footer-links li {
  font-size: 10px;
}

footer .right ul.footer-links li a {
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  font-weight: bolder;
}

footer .right ul.footer-links li a:hover {
  color: #ffb819;
  text-decoration: none;
}

footer .right ul.footer-links .heading {
  font-size: 16px;
  margin-bottom: 14px;
  margin-top: 14px;

}

footer .right ul.footer-links .heading a {
  color: rgba(255, 255, 255, 0.6);
  font-weight: bolder;
}

footer .right ul.footer-links .heading:first-child {
  margin-top: 0px;
}

footer .right ul.social-icons {
  text-align: right;
}

footer .right ul.social-icons li {
  display: inline-block;
}

footer .right ul.social-icons li a {
  text-decoration: none;
}

footer .right ul.social-icons li a:hover i {
  color: #ffb819;
}

footer .right ul.social-icons li i {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 30px;
  margin: 0px 20%;
}

@media (max-width: 961px) {
  footer .right ul.social-icons {
    float: none;
    text-align: center;
    margin: 0;
    margin: 0;
  }
}

@media (max-width: 641px) {
  footer .right ul.social-icons {
    display: block;
    margin: 20px;
    text-align: center;
    float: none;
  }
}

.copyright {
  font-size: 12px;
  margin: 10px 10px 0px 0px;
  float: right;
}

@media (max-width: 961px) {
  .copyright {
    float: none;
    text-align: center;
    margin: -10px 0px 0px 10px;
  }
}

body {
  overflow-x: hidden;
}

.modal-open {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

#mobile-menu {
  position: fixed;
  width: 250px;
  height: 100%;
  padding-bottom: 750px;
  background: black;
  z-index: 10000;
  right: -250px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

#mobile-menu.mob-active {
  width: 250px;
  right: 0px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

#mobile-menu ul {
  margin-bottom: 35px;
  margin-top: 20px;
  list-style: none;
}

#mobile-menu ul a,
#mobile-menu ul li {
  color: white;
  font-weight: 300;
  margin: 10px 0px;
  font-size: 15px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

#mobile-menu ul a:hover,
#mobile-menu ul li:hover {
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: #ffb819;
}

#mobile-menu .mob-menu-subitem {
  margin-left: 0px;
  font-size: 14px;
  width: 200px;
}

.site-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  display: inline-block;
  z-index: -10;
  background-color: transparent;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.site-overlay.active {
  z-index: 2000;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: rgba(0, 0, 0, 0.8);
}

.menu-btn {
  position: fixed;
  font-size: 25px;
  top: 18px;
  right: 20px;
  cursor: pointer;
  width: 30px;
  height: 28px;
  z-index: 10000000 !important;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.menu-btn.active {
  right: 280px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.menu-btn #hamburger span {
  left: 0;
  top: 10px;
}

.menu-btn #hamburger span,
.menu-btn #hamburger span:after,
.menu-btn #hamburger span:before {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 30px;
  background: #ffb819;
  position: absolute;
  display: block;
  content: "";
  -webkit-box-shadow: 1px 1px 2px black;
  box-shadow: 1px 1px 2px black;
}

.menu-btn #hamburger span:before {
  top: -10px;
}

.menu-btn #hamburger span:after {
  bottom: -10px;
}

.menu-btn #hamburger span,
.menu-btn #hamburger span:after,
.menu-btn #hamburger span:before {
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.menu-btn #hamburger.active span,
.menu-btn #hamburger.active span:after,
.menu-btn #hamburger.active span:before {
  z-index: 10000000 !important;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background: #ffb819;
}

.menu-btn #hamburger.active span {
  -webkit-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.menu-btn #hamburger.active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-btn #hamburger.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}

.menu-btn #hamburger.fixed span,
.menu-btn #hamburger.fixed span:after,
.menu-btn #hamburger.fixed span:before {
  color: black;
}

.menu-btn #hamburger.fixed.active span,
.menu-btn #hamburger.fixed.active span:after,
.menu-btn #hamburger.fixed.active span:before {
  z-index: 10000000 !important;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.menu-btn #hamburger.fixed.active span {
  background-color: transparent;
  -webkit-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}

.menu-btn #hamburger.fixed.active span:before {
  top: 0;
  background-color: #ffb819;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-btn #hamburger.fixed.active span:after {
  background-color: #ffb819;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}

body {
  background-color: black;
}

.inner-page-tall .slide {
  background-size: cover;
  background-position: center bottom;
}

.inner-page-tall .slide .caption {
  top: 350px;
}

.inner-page-tall .slide .caption i {
  color: black;
}

.inner-page-tall .slide .caption h1,
.inner-page-tall .slide .caption h2,
.inner-page-tall .slide .caption h3 {
  text-shadow: none;
  color: black;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.inner-page-tall .slide .caption h1 {
  padding-bottom: 70px;
}

.inner-page-tall .slide .caption h2 {
  font-size: 1.1rem;
  padding-bottom: 12px;
}

.inner-page-tall .slide .caption h3 {
  font-size: 0.8rem;
  font-weight: 100;
}

.clients {
  margin-top: -1px;
  background-color: black;
  position: relative;
}

.clients .img-center {
  vertical-align: middle;
  display: block;
  height: 100%;
}

.clients .img-center img {
  margin: auto;
  height: 200px;
  width: 150px;
}

@media (max-width: 641px) {
  .clients .img-center img {
    width: 100px;
  }
}

.interesting-snippet {
  padding: 50px 0 70px;
  margin-top: -1px;
  background-color: black;
  position: relative;
}

.interesting-snippet h4 {
  margin-bottom: 40px;
}

.interesting-snippet .btn-more {
  color: #ffb819;

  text-transform: uppercase;
  border: 1px solid #ffb819;
  padding: 8px 10px;
  display: inline-block;
  margin-top: 5px;
}

.interesting-snippet .btn-more:hover {
  text-decoration: none;
  border: 1px solid white;
  color: white;
}

.interesting-snippet .content-grid .cat {
  text-transform: uppercase;
  color: white;
  font-size: 12px;
  margin-bottom: 10px;
  display: block;

  font-weight: 100;
}

.interesting-snippet .content-grid h5 {
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;

  text-decoration: none;
  min-height: 85px;
}

@media (max-width: 641px) {
  .interesting-snippet .content-grid h5 {
    font-size: 10px;
  }
}

.interesting-snippet .content-grid .mix {
  display: none;
  padding: 0 15px;
}

.interesting-snippet .content-grid .mix .grid-item {
  background-size: cover;
  background-position: center center;
  margin-bottom: 15px;
  position: relative;
}

.interesting-snippet .content-grid .mix .grid-item .date {
  position: absolute;
  bottom: -1px;
  right: 0;
  color: white;
  padding: 4px 7px;
  font-size: 8px;

  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.8);
}

.interesting-snippet .content-grid a:hover {
  text-decoration: none;
}

.interesting-snippet .content-grid a:hover h5 {
  text-decoration: none;
  color: #ffb819;
}

.case-studies .background-darker {
  height: 260px;
  height-width: 100%;
}

.case-studies .case-study-item {
  position: relative;
  min-height: 260px;
  border: 1px solid white;
  background-size: cover !important;
  background-position: center center;
}

@media (max-width: 1261px) {
  .case-studies .case-study-item {
    height: 200px;
  }
}

.case-studies .caption {
  position: absolute;
  bottom: 0;
  padding: 30px 50px;
  margin: 0;
}

.case-studies .caption h3 {
  text-transform: uppercase;
}

.case-studies .caption p {
  font-size: 10px;
  color: #bebebe;
}

.more-section {
  min-height: 200px;
  text-align: center;
}

@media (max-width: 1261px) {
  .more-section {
    display: none;
  }
}

.more-section imgs {
  position: relative;
  height: 45px;
  top: 100px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

header {
  min-height: 300px;
  width: 100%;
}

.about-staff-section {
  background-color: #e3e3e3;
}

@media (max-width: 641px) {
  .about-staff-section .ink-grid {
    padding: 0px;
  }
}

.about-staff-section .about-staff-wrapper {
  background-color: #e3e3e3;
  min-height: 1100px;
  width: 100%;
  padding: 100px 0px;
}

@media (max-width: 961px) {
  .about-staff-section .about-staff-wrapper {
    padding: 100px 70px;
  }
}

@media (max-width: 641px) {
  .about-staff-section .about-staff-wrapper {
    padding: 100px 0px;
    min-height: 10px;
  }
}

.about-staff-section .about-staff-wrapper .about-staff-block {
  margin: auto 10px;
  min-height: 280px;
}

@media (max-width: 641px) {
  .about-staff-section .about-staff-wrapper .about-staff-block {
    margin: 0;
    padding: 0px;
    min-height: 10px;
  }
}

.about-staff-section
  .about-staff-wrapper
  .about-staff-block
  .about-staff-image {
  height: 280px;
  width: 180px;
  margin: 0 auto;
  background: no-repeat;
  background-size: cover;
  background-color: #8b8b8b;
  background-position: bottom center;
}

@media (max-width: 641px) {
  .about-staff-section
    .about-staff-wrapper
    .about-staff-block
    .about-staff-image {
    width: 165px;
  }
}

.about-staff-section .about-staff-wrapper .about-staff-block .about-staff-name {
  text-transform: uppercase;
  margin: 20px auto;
  height: 20px;
  width: 180px;
}

.about-staff-section
  .about-staff-wrapper
  .about-staff-block
  .about-staff-name.no-staff-shot
  h1 {
  color: white;
}

.about-staff-section
  .about-staff-wrapper
  .about-staff-block
  .about-staff-name
  h1 {
  color: #575757;
  font-size: 14px;
  font-weight: 700;
  width: 100px;
}

@media (max-width: 641px) {
  .about-staff-section
    .about-staff-wrapper
    .about-staff-block
    .about-staff-name
    h1 {
    text-align: center;
    width: 100%;
  }
}

.about-staff-section .about-staff-wrapper .about-staff-block .about-staff-role {
  text-transform: uppercase;
  margin: 20px auto;
  width: 180px;
  height: 20px;
}

.about-staff-section
  .about-staff-wrapper
  .about-staff-block
  .about-staff-role.no-staff-shot
  h2 {
  color: #bdbdbd;
}

.about-staff-section
  .about-staff-wrapper
  .about-staff-block
  .about-staff-role
  h2 {
  color: #575757;
  font-size: 12px;
}

@media (max-width: 641px) {
  .about-staff-section
    .about-staff-wrapper
    .about-staff-block
    .about-staff-role
    h2 {
    text-align: center;
    width: 100%;
  }
}

.about-staff-section .about-staff-wrapper .about-staff-block .about-staff-info {
  width: 180px;
  margin: 0 auto 50px;
  height: 80px;
}

.about-staff-section
  .about-staff-wrapper
  .about-staff-block
  .about-staff-info.no-staff-shot
  p {
  color: #bdbdbd;
}

.about-staff-section
  .about-staff-wrapper
  .about-staff-block
  .about-staff-info
  p {
  color: #575757;
  font-size: 12px;
}

@media (max-width: 641px) {
  .about-staff-section
    .about-staff-wrapper
    .about-staff-block
    .about-staff-info
    p {
    text-align: center;
    width: 100%;
    min-height: 10px;
  }
}

.services {
  background-image: url("../images/services-lower-panel.jpg");
  background-size: cover;
  margin-top: -1px;
  padding: 120px 0;
}

.services .title-block {
  margin: 135px;
  text-align: center;
}

@media (max-width: 961px) {
  .services .title-block {
    margin: 0px 0px 100px;
  }
}

.service-block {
  margin-bottom: 75px;
  padding-right: 20px;
}

@media (max-width: 641px) {
  .service-block {
    padding-right: 0px;
  }
}

.service-block a {
  color: white;
  text-decoration: none;
  text-align: center;
}

.service-block a img {
  display: block;
  margin: 10px auto;
  margin-bottom: 25px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  max-width: 80px;
}

.service-block a img.active {
  -webkit-transform: rotateZ(10deg) scale(1.1, 1.1);
  -ms-transform: rotate(10deg) scale(1.1, 1.1);
  transform: rotateZ(10deg) scale(1.1, 1.1);
}

.service-block a h5 {
  text-transform: uppercase;
  min-height: 20px;
  font-size: 15px;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}

.service-block a p {
  line-height: 18px;
  font-weight: 100;
}

.service-block a:hover h5 {
  color: #ffb819;
}

.contact {
  background: black;
}

.contact #map .gm-style-cc,
.contact #map span {
  display: none;
}

.contact .contact-wrapper {
  min-height: 600px;
  padding-top: 100px;
}

@media (max-width: 961px) {
  .contact .contact-wrapper {
    padding-top: 50px;
  }
}

@media (min-width: 961px) {
  .contact .contact-wrapper .contact-address-left {
    padding-left: 60px;
  }
}

.contact .contact-wrapper .contact-address-left .h1-break {
  min-height: 30px;
}

.contact .contact-wrapper .contact-address-left h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  font-weight: 100;
}

@media (max-width: 961px) {
  .contact .contact-wrapper .contact-address-left h1 {
    font-size: 30px;
    text-align: center;
  }
}

.contact .contact-wrapper .contact-address-left h1.yellow-heading {
  color: #ffb819;
}

.contact .contact-wrapper .contact-address-left h2 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 100;
  margin-top: 20px;
}

.contact .contact-wrapper .contact-address-left p {
  margin-top: 20px;
}

.contact .contact-wrapper .contact-address-left .sub-h1 {
  font-size: 21px;
}

@media (max-width: 961px) {
  .contact .contact-wrapper .contact-address-left .sub-h1 {
    text-align: center;
    font-size: 19px;
  }
}

.contact .contact-wrapper .contact-address-left .phone {
  margin-top: 30px;
}

.contact .contact-wrapper .contact-address-left .email i,
.contact .contact-wrapper .contact-address-left .phone i {
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-right: 10px;
}

@media (max-width: 961px) {
  .contact .contact-wrapper .contact-address-left .email i,
  .contact .contact-wrapper .contact-address-left .phone i {
    display: block;
    text-align: center;
  }
}

.contact .contact-wrapper .contact-address-left .email h1,
.contact .contact-wrapper .contact-address-left .phone h1 {
  display: inline;
}

.contact .contact-wrapper .contact-address-left .email a,
.contact .contact-wrapper .contact-address-left .phone a {
  display: inline;
  color: white;
  font-weight: 100;
  font-size: 21px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.contact .contact-wrapper .contact-address-left .email a:hover,
.contact .contact-wrapper .contact-address-left .phone a:hover {
  text-decoration: none;
  color: #ffb819;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 961px) {
  .contact .contact-wrapper .contact-address-left .email a,
  .contact .contact-wrapper .contact-address-left .phone a {
    font-size: 15px;
    text-align: center;
    display: block;
    margin: 5px 0px 20px;
  }
}

.contact .contact-wrapper .contact-address-left .social-icons {
  margin-top: 60px;
  padding-left: 0px;
  margin-left: 0px;
  list-style: none;
  display: inline-block;
}

@media (max-width: 961px) {
  .contact .contact-wrapper .contact-address-left .social-icons {
    margin: 30px auto 100px;
    text-align: center;
    width: 100%;
  }
}

.contact .contact-wrapper .contact-address-left .social-icons li {
  display: inline;
  list-style: none;
  margin-top: 60px;
  padding-right: 40px;
}

@media (max-width: 961px) {
  .contact .contact-wrapper .contact-address-left .social-icons li {
    padding: 20px;
  }
}

.contact .contact-wrapper .contact-address-left .social-icons .icon:hover {
  text-decoration: none;
  color: #ffb819;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.contact .contact-wrapper .contact-address-left .social-icons a {
  font-size: 40px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.contact .contact-wrapper .contact-address-left .social-icons a:hover {
  text-decoration: none;
  color: #ffb819;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 961px) {
  .contact .contact-wrapper .contact-address-left .social-icons a {
    font-size: 20px;
    text-align: center;
  }
}

.contact .contact-wrapper .contact-form-right {
  padding-bottom: 50px;
}

@media (min-width: 961px) {
  .contact .contact-wrapper .contact-form-right {
    padding-left: 60px;
  }
}

@media (min-width: 961px) {
  .contact .contact-wrapper .contact-form-right {
    padding-right: 60px;
  }
}

.contact .contact-wrapper .contact-form-right h1 {
  font-size: 33px;
  margin: 0;
  padding: 0;
  font-weight: 100;
}

@media (max-width: 961px) {
  .contact .contact-wrapper .contact-form-right h1 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
  }
}

.contact .contact-wrapper .contact-form-right p {
  margin-top: 10px;
  font-size: 14px;
}

@media (max-width: 961px) {
  .contact .contact-wrapper .contact-form-right p {
    margin-top: 10px;
    text-align: center;
  }
}

.contact .section-break {
  height: 2px;
  width: 91.5%;
  margin-bottom: 40px;
  background-color: white;
}

@media (min-width: 961px) {
  .contact .section-break {
    margin-left: 60px;
  }
}

@media (min-width: 961px) {
  .contact .section-break {
    margin-right: 60px;
  }
}

.contact .bottom-left p {
  margin-bottom: 32px;
}

.contact .bottom-left .fakecl,
.contact .bottom-left .fakecv {
  text-transform: uppercase;
  font-size: 12px;
  width: 40%;
  border: 1px solid white;
  padding: 12px 25px;
  display: inline-block;
  margin-bottom: 100px;
  border-radius: 20px;
  cursor: pointer;
  color: white;
  font-weight: 100;
}

.contact .bottom-left .fakecl:active,
.contact .bottom-left .fakecl:focus,
.contact .bottom-left .fakecl:hover,
.contact .bottom-left .fakecv:active,
.contact .bottom-left .fakecv:focus,
.contact .bottom-left .fakecv:hover {
  border: 1px solid #ffb819;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  outline: 0;
}

.contact .bottom-left .fakecl i,
.contact .bottom-left .fakecv i {
  font-size: 20px;
  margin-right: 10px;
  position: relative;
  top: 6px;
}

.contact .bottom-left .fakecl {
  margin-left: 5%;
}

.contact .bottom-left .fakecv {
  margin-left: 10%;
}

.contact .bottom-right h1 {
  text-align: center;
  width: 83%;
  height: 60px;
  background-color: white;
  color: black;
  text-transform: uppercase;
  font-size: 24px;
  padding-top: 15px;
  margin-bottom: 50px;
}

@media (min-width: 961px) {
  .contact .bottom-right h1 {
    margin-left: 60px;
  }
}

.contact .bottom-right .photoblock-wrapper {
  width: 83%;
}

@media (min-width: 961px) {
  .contact .bottom-right .photoblock-wrapper {
    margin-left: 60px;
  }
}

.contact .bottom-right .photoblock-wrapper .photoblock {
  border: 1px solid white;
  height: 180px;
  width: 33.6%;
  margin: -3px;
  display: inline-block;
}

.contact .bottom-right .more-button {
  margin-top: 50px;
  padding-top: 10px;
  width: 83%;
  height: 50px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: white;
  border: 1px solid white;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

@media (min-width: 961px) {
  .contact .bottom-right .more-button {
    margin-left: 60px;
  }
}

.contact .bottom-right .more-button:hover {
  text-decoration: none;
  border: 1px solid #ffb819;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.service-image {
  background-color: black;
}

.service-image img {
  width: 100%;
}

.ctas {
  position: relative;
}

@media (max-width: 641px) {
  .ctas .extend-bg .ink-grid {
    padding: 0px;
  }
  .ctas .extend-bg .ink-grid .pinboard {
    background-color: white;
  }
}

@media (min-width: 641px) {
  .ctas .extend-bg .ink-grid {
    padding: 0px;
  }
  .ctas .extend-bg:before {
    position: absolute;
    display: block;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 0;
    background-color: white;
    content: "";
    z-index: -10;
  }
  .ctas .extend-bg:after {
    position: absolute;
    display: block;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #ffb819;
    content: "";
    z-index: -11;
  }
}

.ctas a {
  display: block;
  padding: 30px;
  text-transform: uppercase;
  font-weight: 100;

  color: black;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.ctas a:hover {
  text-decoration: none;
  background-color: black;
  color: white;
}

.mustard-office {
  width: 100%;
}

.meet-mustard {
  background-color: white;
}

.pinboard {
  background-color: #ffb819;
}

.clients {
  background: #151515;
}

.clients .top-margin {
  min-height: 100px;
  width: 100%;
  background: #151515;
}

.clients .client-logo-wrapper {
  padding-bottom: 90px;
  background: #151515;
}

.clients .client-logo-wrapper .client-logos {
  border: 2px solid #484848;
  border-radius: 100%;
  height: 100px;
  width: 100px;
  margin-bottom: 40px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.clients .client-logo-wrapper .client-hidden {
  display: none;
}

.clients .clients-more {
  text-align: center;
  margin-bottom: 50px;
}

.clients .clients-more a {
  text-transform: uppercase;
  color: white;
  font-size: 15px;
  font-weight: 100;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.clients .clients-more a:hover {
  text-decoration: none;
  color: #ffb819;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.clients .clients-more a .brackets {
  margin: 0 20px;
}

.clients .client-video-blocks {
  border: 1px solid white;
  text-align: center;
  padding-top: 120px;
  color: white;
  height: 250px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.content-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-hero {
  background-size: cover;
}

.content-list {
  background-color: #151515;
  padding: 60px;
  text-align: center;
}

@media (max-width: 641px) {
  .content-list {
    padding-bottom: 20px;
  }
}

.content-list h1 {
  text-transform: uppercase;
}

@media (max-width: 641px) {
  .content-list h1 {
    padding-top: 20px;
  }
}

.content-list .filter-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.content-list .filter-list li {
  display: inline-block;
}

@media (max-width: 641px) {
  .content-list .filter-list li {
    display: inline;
    padding-bottom: 20px;
  }
}

.content-list .filter-list li .filter {
  cursor: pointer;
  color: white;

  padding: 0 20px;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.content-list .filter-list li .filter:hover {
  color: #ffb819;
}

@media (max-width: 641px) {
  .content-list .filter-list li .filter {
    margin: 10px 0px;
  }
}

.content-items {
  margin-top: -1px;
  padding: 0 20px 60px 20px;
  background-color: #151515;
  min-height: 500px;
}

@media (max-width: 641px) {
  .content-items {
    padding: 0;
  }
  .content-items .ink-grid {
    padding: 0;
  }
}

.content-items img {
  margin-bottom: 20px;
}

.content-items .content-grid h5 {
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;

  text-decoration: none;
  min-height: 85px;
}

@media (max-width: 641px) {
  .content-items .content-grid h5 {
    font-size: 10px;
  }
}

.content-items .content-grid .mix {
  display: none;
  padding: 0 15px;
}

.content-items .content-grid .grid-item {
  background-size: cover;
  background-position: center center;
  margin-bottom: 15px;
  position: relative;
}

.content-items .content-grid .grid-item .date {
  position: absolute;
  bottom: -1px;
  right: 0;
  color: white;
  padding: 4px 7px;
  font-size: 8px;

  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.8);
}

.content-items .content-grid a:hover {
  text-decoration: none;
}

.content-items .content-grid a:hover h5 {
  text-decoration: none;
  color: #ffb819;
}

.content-single {
  background-color: #151515;
  padding: 60px;
}

.single-content {
  background-color: white;
  color: black;
  padding: 60px 0;
}

.single-content h1 {
  text-transform: uppercase;
  font-size: 2rem;
  color: black;
  margin: 60px 0;
}

@media (max-width: 641px) {
  .single-content h1 {
    margin: 15px 0px;
    font-size: 20px;
    text-align: center;
  }
}

.single-content .cat {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px;
}

.single-content a,
.single-content h1,
.single-content h2,
.single-content h3,
.single-content i,
.single-content p,
.single-content strong {
  color: black;
}

@media (max-width: 641px) {
  .single-content h2,
  .single-content h3,
  .single-content h4 {
    text-align: center;
  }
}

.single-content .date {
  text-transform: uppercase;

  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 25px;
}

@media (max-width: 641px) {
  .single-content .date {
    text-align: center;
  }
}

.single-content .content {
  font-size: 0.8rem;
}

.content-hero {
  background-color: black;
  min-height: 500px;
  margin-top: 99px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.content-hero.pinboard-header {
  background-size: cover !important;
  min-height: 300px;
}

@media (max-width: 961px) {
  .content-hero {
    margin-top: 0px;
  }
}

@media (max-width: 641px) {
  .content-hero {
    position: relative;
    top: 58px;
    min-height: 217px;
    background-position: center center;
    width: 100%;
  }
}

header {
  min-height: 300px;
  width: 100%;
}

.pinboard-section {
  background-color: #e3e3e3;
}

.pinboard-section .pinboard-wrapper {
  background-color: #e3e3e3;
  padding: 100px 0px;
  position: relative;
  text-align: center;
}

.pinboard-section .pinboard-wrapper .pinboard-block {
  margin: 0 auto;
  border: 1px solid black;
  min-height: 100px;
  width: 180px;
}

@media (max-width: 321px) {
  .pinboard-section .pinboard-wrapper .pinboard-block {
    margin: 0;
  }
}

.pinboard-section .pinboard-wrapper .pinboard-block .pinboard-image {
  border: 1px solid black;
  height: 160px;
  width: 160px;
  margin: 10px auto 0px;
  background: no-repeat;
  background-size: cover;
  background-color: #8b8b8b;
  background-position: bottom center;
}

@media (max-width: 641px) {
  .pinboard-section .pinboard-wrapper .pinboard-block .pinboard-image {
    width: 175px;
    position: relative;
    right: 2px;
  }
}

.pinboard-section .pinboard-wrapper .pinboard-block .pinboard-info {
  border: 1px solid black;
  text-transform: uppercase;
  margin: 10px auto;
  height: 30px;
  width: 160px;
}

.pinboard-section
  .pinboard-wrapper
  .pinboard-block
  .pinboard-info.no-staff-shot
  h1 {
  color: white;
}

.pinboard-section .pinboard-wrapper .pinboard-block .pinboard-info h1 {
  color: #575757;
  font-size: 14px;
  font-weight: 700;
  width: 100px;
}

.pinboard-section .pinboard-wrapper .pinboard-block .pinboard-staff-image {
  border: 1px solid black;
  width: 40px;
  margin-left: -1px;
  float: left;
  height: 40px;
}

.pinboard-section .pinboard-wrapper .pinboard-block .pinboard-name {
  border: 1px solid black;
  width: 140px;
  margin-right: -1px;
  height: 40px;
  float: right;
  margin-bottom: 20px;
}

.pinboard-section
  .pinboard-wrapper
  .pinboard-block
  .pinboard-name.no-staff-shot
  p {
  color: #bdbdbd;
}

.pinboard-section .pinboard-wrapper .pinboard-block .pinboard-name p {
  color: #575757;
  font-size: 12px;
}

.your-creative .left-arrow,
.your-creative .right-arrow {
  display: inline-block;
  cursor: pointer;
  z-index: 600;
  position: absolute;
  top: 350px;
  width: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.your-creative .left-arrow:hover,
.your-creative .right-arrow:hover {
  -webkit-filter: drop-shadow(1.5px 1.5px #ffb819);
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}

.your-creative .left-arrow {
  left: 15px;
}

.your-creative .right-arrow {
  right: 15px;
}

#wpcf7-f893-o1 input[type="email"],
#wpcf7-f893-o1 input[type="tel"],
#wpcf7-f893-o1 input[type="text"],
#wpcf7-f893-o1 textarea {
  background: #e6e6e6;
  color: black;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

#wpcf7-f893-o1 input[type="email"]:active,
#wpcf7-f893-o1 input[type="email"]:focus,
#wpcf7-f893-o1 input[type="email"]:hover,
#wpcf7-f893-o1 input[type="tel"]:active,
#wpcf7-f893-o1 input[type="tel"]:focus,
#wpcf7-f893-o1 input[type="tel"]:hover,
#wpcf7-f893-o1 input[type="text"]:active,
#wpcf7-f893-o1 input[type="text"]:focus,
#wpcf7-f893-o1 input[type="text"]:hover,
#wpcf7-f893-o1 textarea:active,
#wpcf7-f893-o1 textarea:focus,
#wpcf7-f893-o1 textarea:hover {
  background: #e6e6e6;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

#wpcf7-f893-o1 input::-webkit-input-placeholder,
#wpcf7-f893-o1 textarea::-webkit-input-placeholder {
  color: black;
}

#wpcf7-f893-o1 input::-moz-placeholder,
#wpcf7-f893-o1 textarea::-moz-placeholder {
  color: black;
}

.body {
  background-color: white;
  overflow: hidden;
}

.container {
  max-width: 142.05em;
  margin: auto;
}

.cake-smash {
  text-align: center;
  background-color: white;
}

.cake-smash img {
  max-width: none;
}

.cake-smash p {
  /*  */
  color: #000;
}

.cake-smash h1,
.cake-smash h2,
.cake-smash h3,
.cake-smash h4,
.cake-smash h5,
.cake-smash h6 {
  font-weight: 800;
}

.cake-smash header {
  background-image: url("../images/cake-banner.jpg");
  display: block;
  min-height: 600px;
  background-size: cover;
}

@media only screen and (max-width: 961px) {
  .cake-smash header {
    margin-top: 0;
  }
}

.cake-smash header .image-wrapper {
  padding-top: 130px;
  width: 100%;
}

.cake-smash header .image-wrapper img {
  display: block;
  width: 323px;
  margin: auto;
}

@media only screen and (max-width: 641px) {
  .cake-smash header .image-wrapper img {
    width: 280px;
  }
}

.cake-smash .heading-content {
  padding-top: 95px;
}

.cake-smash .heading-content .cake-wrapper {
  margin-top: -90px;
}

.cake-smash .heading-content .cake-wrapper .cake-1 {
  width: 255px;
  position: absolute;
  left: 120px;
}

@media only screen and (max-width: 961px) {
  .cake-smash .heading-content .cake-wrapper .cake-1 {
    left: -60px;
  }
}

@media only screen and (max-width: 641px) {
  .cake-smash .heading-content .cake-wrapper .cake-1 {
    width: 100px;
    left: -7px;
    top: 610px;
    display: none;
  }
}

.cake-smash .heading-content .cake-wrapper .cake-2 {
  position: absolute;
  top: -222px;
  right: -1300px;
  height: 673px;
  width: auto;
}

@media only screen and (max-width: 961px) {
  .cake-smash .heading-content .cake-wrapper .cake-2 {
    right: -559px;
    height: 300px;
  }
}

@media only screen and (max-width: 641px) {
  .cake-smash .heading-content .cake-wrapper .cake-2 {
    top: 575px;
    right: 0px;
    height: 200px;
    display: none;
  }
}

.cake-smash .heading-content .all-50 {
  margin: auto;
  float: none;
}

.cake-smash .heading-content h1 {
  color: #ffb819;
  font-size: 2.5em;
  text-transform: uppercase;
  line-height: 3rem;
  letter-spacing: 0.05333333rem;
}

.cake-smash .heading-content p {
  font-size: 20px;
  font-weight: 900;
}

.cake-smash .video-content .column-group {
  width: 90%;
  margin: auto;
}

.cake-smash .video-content .content-wrapper {
  padding: 2em;
}

@media only screen and (max-width: 641px) {
  .cake-smash .video-content .content-wrapper {
    padding: 0.5em;
  }
}

.cake-smash .video-content p {
  font-size: 16px;
  font-weight: 500;
}

.cake-smash .video-content iframe {
  width: 100%;
  min-height: 420px;
}

@media only screen and (max-width: 1261px) {
  .cake-smash .video-content iframe {
    min-height: 360px;
  }
}

@media only screen and (max-width: 961px) {
  .cake-smash .video-content iframe {
    min-height: 350px;
  }
}

@media only screen and (max-width: 641px) {
  .cake-smash .video-content iframe {
    min-height: 220px;
  }
}

@media only screen and (max-width: 321px) {
  .cake-smash .video-content iframe {
    min-height: 0;
  }
}

.cake-smash .video-content img {
  width: 100%;
}

.cake-smash-method {
  background-color: white;
  text-align: center;
}

.cake-smash-method img {
  max-width: none;
}

@media only screen and (max-width: 961px) {
  .cake-smash-method img {
    max-width: 100%;
  }
}

.cake-smash-method h1 {
  font-size: 2.05em;
  font-weight: 900;
  line-height: 1.25;
  color: #000000;
  text-transform: uppercase;
}

.cake-smash-method .method-wrapper {
  max-width: 1389px;
  margin: auto;
  padding: 73px 147px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 961px) {
  .cake-smash-method .method-wrapper {
    padding: 3em;
  }
}

@media only screen and (max-width: 641px) {
  .cake-smash-method .method-wrapper {
    padding: 1em;
  }
}

.cake-smash-method .method-wrapper .title h1 {
  font-size: 2.05em;
  font-weight: 900;
}

.cake-smash-method .method-wrapper .title p {
  font-size: 20px;
  color: #000;
}

.cake-smash-method .method-wrapper.method-1 {
  background-image: url("../images/background-method-1.png");
  background-size: contain;
}

.cake-smash-method .method-wrapper.method-1 .title h1 {
  color: #fff;
}

@media only screen and (max-width: 961px) {
  .cake-smash-method .method-wrapper.method-1 .title h1 {
    color: #ffb819;
  }
}

.cake-smash-method .method-wrapper.method-1 .title p {
  font-size: 18px;
}

@media only screen and (max-width: 961px) {
  .cake-smash-method .method-wrapper.method-1 {
    background-image: none;
    margin-top: -20px;
  }
}

.cake-smash-method .method-wrapper.method-2 .title h1 {
  color: #ffb819;
}

.cake-smash-method .method-wrapper.method-3 {
  max-width: 1100px;
  background-image: url("../images/background-method-3.png");
  background-size: contain;
  height: 757px;
}

@media only screen and (max-width: 961px) {
  .cake-smash-method .method-wrapper.method-3 {
    background-image: none;
  }
  .cake-smash-method .method-wrapper.method-3 h1 {
    color: #ffb819;
  }
}

@media only screen and (max-width: 641px) {
  .cake-smash-method .method-wrapper.method-3 {
    height: 300px;
  }
}

.cake-smash-method .method-wrapper.method-4 {
  max-width: 1100px;
  background-image: url("../images/background-method-3.png");
  background-size: contain;
  background-position: right top;
  padding-left: 185px;
  height: 757px;
}

.cake-smash-method .method-wrapper.method-4 .title h1 {
  font-size: 1.9em;
  color: #fff;
}

@media only screen and (max-width: 961px) {
  .cake-smash-method .method-wrapper.method-4 .title h1 {
    color: #ffb819;
  }
}

.cake-smash-method .method-wrapper.method-4 .title p {
  font-size: 18px;
  line-height: 1;
}

@media only screen and (max-width: 961px) {
  .cake-smash-method .method-wrapper.method-4 {
    margin-top: -150px;
    background-image: none;
    padding: 3em;
  }
}

@media only screen and (max-width: 641px) {
  .cake-smash-method .method-wrapper.method-4 {
    height: 480px;
    margin-top: -50px;
    padding: 1em;
  }
}

.cake-smash-method .method-wrapper.method-5 .title h1 {
  color: #ffb819;
}

@media only screen and (max-width: 961px) {
  .cake-smash-method .method-wrapper.method-5 {
    margin-top: -40px;
  }
}

.cake-smash-method .method-wrapper.method-6 {
  background-image: url("../images/background-method-6.png");
  height: 1000px;
  background-size: contain;
}

@media only screen and (max-width: 961px) {
  .cake-smash-method .method-wrapper.method-6 {
    height: 600px;
  }
}

@media only screen and (max-width: 641px) {
  .cake-smash-method .method-wrapper.method-6 {
    height: 450px;
  }
}

.cake-smash-method .method-wrapper.method-6 .title h1 {
  color: #fff;
}

@media only screen and (max-width: 961px) {
  .cake-smash-method .method-wrapper.method-6 .title h1 {
    color: #ffb819;
  }
}

.cake-smash-method .method-wrapper.method-6 .title p {
  font-size: 18px;
}

@media only screen and (max-width: 961px) {
  .cake-smash-method .method-wrapper.method-6 {
    background-image: none;
  }
}

.cake-smash-method .method-3-cakes .cake-3 {
  display: block;
  margin: 26px 0 0 -298px;
  width: 318px;
}

@media only screen and (max-width: 961px) {
  .cake-smash-method .method-3-cakes .cake-3 {
    margin: -350px 0 0 0;
  }
}

@media only screen and (max-width: 641px) {
  .cake-smash-method .method-3-cakes .cake-3 {
    width: 100px;
    margin: -263px 0 0 -44px;
    display: none;
  }
}

.cake-smash-method .method-3-cakes .cake-4 {
  position: absolute;
  width: auto;
  height: 1264px;
  top: -660px;
  right: -400px;
}

@media only screen and (max-width: 961px) {
  .cake-smash-method .method-3-cakes .cake-4 {
    height: auto;
    top: -500px;
    right: -100px;
  }
}

@media only screen and (max-width: 641px) {
  .cake-smash-method .method-3-cakes .cake-4 {
    display: none;
  }
}

.cake-smash-method .method-4-cakes .cake-5 {
  margin-left: 300px;
  width: 220px;
}

@media only screen and (max-width: 961px) {
  .cake-smash-method .method-4-cakes .cake-5 {
    float: left;
    margin: 0;
  }
}

@media only screen and (max-width: 641px) {
  .cake-smash-method .method-4-cakes .cake-5 {
    display: none;
  }
}

.cake-smash-method .method-4-cakes .cake-6 {
  position: absolute;
  width: auto;
  height: 790px;
  left: 43px;
  bottom: -710px;
}

@media only screen and (max-width: 961px) {
  .cake-smash-method .method-4-cakes .cake-6 {
    height: 460px;
    left: 451px;
    bottom: -600px;
  }
}

@media only screen and (max-width: 641px) {
  .cake-smash-method .method-4-cakes .cake-6 {
    display: none;
    top: 2991px;
    left: 250px;
    height: 200px;
  }
}

@media only screen and (max-width: 321px) {
  .cake-smash-method .method-4-cakes .cake-6 {
    top: 2983px;
    left: 203px;
  }
}

.cake-smash-method .method-4-cakes .method-wrapper {
  float: right;
}

.cake-smash-bottom {
  text-align: center;
  margin-top: 72px;
}

@media only screen and (max-width: 641px) {
  .cake-smash-bottom {
    margin-top: 30px;
  }
}

.cake-smash-bottom .cupcake-image-wrapper {
  width: 33.33333%;
  margin: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.cake-smash-bottom .cupcake-image-wrapper img {
  width: 100%;
}

.cake-smash-bottom .cupcake-image-wrapper .cupcake-scroller {
  display: inline-block;
}

@media only screen and (max-width: 961px) {
  .cake-smash-bottom .cupcake-image-wrapper {
    width: 50%;
  }
}

@media only screen and (max-width: 641px) {
  .cake-smash-bottom .cupcake-image-wrapper {
    width: 70%;
  }
}

.cake-smash-bottom .quotes-wrapper {
  margin-top: 30px;
}

.cake-smash-bottom .quotes-wrapper h3 {
  color: #000;
  font-weight: 900;
  letter-spacing: 6px;
  font-style: italic;
  line-height: 33px;
  margin-bottom: 0;
}

.cake-smash-bottom .quotes-wrapper h3 span {
  text-decoration: line-through;
}

.cake-smash-bottom .quotes-wrapper p {
  color: #000;
  font-size: 16px;
}

@media only screen and (max-width: 641px) {
  .cake-smash-bottom .quotes-wrapper {
    padding: 0 20px;
  }
}

.cake-smash-bottom .bottom-wrapper {
  margin: auto;
  padding: 35px 6px;
}

.cake-smash-bottom .bottom-wrapper .break {
  background: #979797;
  display: block;
  height: 1px;
  margin: 0 auto 6rem 0;
  max-width: 605px;
  width: 100%;
}

.cake-smash-bottom .bottom-wrapper h3 {
  font-size: 2.1em;
  font-weight: bold;
  line-height: 1.44;
  color: #000000;
  max-width: 605px;
  margin: 0 auto;
}

.cake-smash-bottom .bottom-wrapper h2 {
  font-size: 9rem;
  line-height: normal;
  letter-spacing: 1.2rem;
  color: #ffb819;
  font-weight: 900;
  margin-top: 3rem;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 641px) {
  .cake-smash-bottom .bottom-wrapper h3 {
    font-size: 1.2rem;
    letter-spacing: normal;
  }
  .cake-smash-bottom .bottom-wrapper h2 { font-size: 3rem; }
}

.cake-smash-bottom .bottom-wrapper .cake-7 {
  position: absolute;
  width: 541px;
  left: -1160px;
  bottom: -32px;
}

@media only screen and (max-width: 641px) {
  .cake-smash-bottom .bottom-wrapper .cake-7 {
    display: none;
    width: 200px;
    position: relative;
    bottom: 0;
    left: 0;
  }
}

.cake-smash-bottom .bottom-video-wrapper {
  background-image: url("../images/background-method-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 73px;
  height: 800px;
  margin: auto;
  max-width: 1389px;
}

@media only screen and (max-width: 1261px) {
  .cake-smash-bottom .bottom-video-wrapper {
    height: 600px;
  }
}

@media only screen and (max-width: 961px) {
  .cake-smash-bottom .bottom-video-wrapper {
    padding: 3em;
    height: 450px;
  }
}

@media only screen and (max-width: 641px) {
  .cake-smash-bottom .bottom-video-wrapper {
    background-image: none;
    padding: 0;
    height: 250px;
  }
}

@media only screen and (max-width: 321px) {
  .cake-smash-bottom .bottom-video-wrapper {
    height: 200px;
  }
}

.cake-smash-bottom .bottom-video-wrapper iframe {
  width: 80%;
  height: 90%;
}

@media only screen and (max-width: 641px) {
  .cake-smash-bottom .bottom-video-wrapper iframe {
    width: 90%;
  }
}

.hidden {
  display: none;
}

.gif-wrapper img {
  max-width: 100%;
}

.map-contact {
  width: 100%;
  height: 400px;
}

@media (max-width: 641px) {
  .map-contact {
    height: 300px;
  }
}

input.wpcf7-not-valid {
  border: 1px solid red;
}

.wpcf7 input,
.wpcf7 textarea {
  margin-bottom: 10px;
  padding: 14px;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  width: 100%;
  background: black;
  border: 1px solid white;
  display: inline;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.wpcf7 input::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder {
  color: white;
}

.wpcf7 input:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder {
  color: white;
}

.wpcf7 input::-ms-input-placeholder,
.wpcf7 textarea::-ms-input-placeholder {
  color: white;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: white;
}

.wpcf7 input:active,
.wpcf7 input:focus,
.wpcf7 textarea:active,
.wpcf7 textarea:focus {
  border: 1px solid #ffb819;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  outline: 0;
}

@media (max-width: 641px) {
  .wpcf7 .wpcf7-not-valid-tip {
    position: static;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}

.wpcf7 .email input {
  width: 58%;
}

@media (max-width: 641px) {
  .wpcf7 .email input {
    width: 100%;
    margin-bottom: 0px;
  }
}

.wpcf7 .email .wpcf7-not-valid-tip {
  display: inline;
  position: absolute;
  right: 77px;
  top: 40px;
}

@media (max-width: 641px) {
  .wpcf7 .email .wpcf7-not-valid-tip {
    position: static;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}

.wpcf7 .telephone input {
  margin-left: 2%;
  width: 40%;
}

@media (max-width: 641px) {
  .wpcf7 .telephone input {
    margin: 10px 0px;
    width: 100%;
  }
}

.wpcf7 .telephone .wpcf7-not-valid-tip {
  width: 10%;
  display: inline;
  position: relative;
  bottom: 6px;
  left: 350px;
}

@media (max-width: 641px) {
  .wpcf7 .telephone .wpcf7-not-valid-tip {
    position: static;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}

.wpcf7 .contact-submit {
  width: 50%;
  left: 50%;
}

.wpcf7 .contact-submit:hover {
  border: 1px solid #ffb819;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  outline: 0;
}

@media (max-width: 641px) {
  .wpcf7 .contact-submit {
    width: 100%;
    left: 0%;
  }
}

.wpcf7 .wpcf7-validation-errors {
  width: 100%;
  color: white;
  text-align: center;
  font-size: 16px;
  padding: 19px;
  border: 2px solid #ffb819;
}

@media (max-width: 641px) {
  .wpcf7 .wpcf7-validation-errors {
    margin: 0;
  }
}

#wpcf7-f500-o2 input,
#wpcf7-f500-o2 textarea {
  margin-bottom: 20px;
  padding: 14px;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  width: 100%;
  background: black;
  border: 1px solid white;
  display: inline;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#wpcf7-f500-o2 input::-webkit-input-placeholder,
#wpcf7-f500-o2 textarea::-webkit-input-placeholder {
  color: white;
}

#wpcf7-f500-o2 input:-ms-input-placeholder,
#wpcf7-f500-o2 textarea:-ms-input-placeholder {
  color: white;
}

#wpcf7-f500-o2 input::-ms-input-placeholder,
#wpcf7-f500-o2 textarea::-ms-input-placeholder {
  color: white;
}

#wpcf7-f500-o2 input::placeholder,
#wpcf7-f500-o2 textarea::placeholder {
  color: white;
}

#wpcf7-f500-o2 input:active,
#wpcf7-f500-o2 input:focus,
#wpcf7-f500-o2 textarea:active,
#wpcf7-f500-o2 textarea:focus {
  border: 1px solid #ffb819;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  outline: 0;
}

#wpcf7-f500-o2 .email-487 input {
  width: 48%;
  float: left;
}

#wpcf7-f500-o2 .wpcf7-tel {
  width: 50%;
  display: inline;
  float: right;
  position: relative;
  bottom: 24px;
}

#wpcf7-f500-o2 .wpcf7-file {
  display: none;
}

.hero-slider .hero-tab-mob-background {
  padding-top: 100px;
  text-align: center;
  background: url("../images/backgroundtile.jpg");
}

@media (min-width: 961px) {
  .hero-slider .hero-tab-mob-background {
    display: none;
  }
}

@media (max-width: 641px) {
  .hero-slider .hero-tab-mob-background {
    padding-top: 80px;
  }
}

.hero-slider .hero-tab-mob-background .caption {
  width: 80%;
  margin: auto;
}

.hero-slider .hero-tab-mob-background .caption h2 {
}

@media (max-width: 641px) {
  .hero-slider .hero-tab-mob-background .caption {
    width: 95%;
  }
}

.hero-slider .hero-tab-mob-background .caption h1 {
  font-size: 29px;
  font-weight: 700;
  text-transform: uppercase;
  color: black;
}

@media (max-width: 641px) {
  .hero-slider .hero-tab-mob-background .caption h1 {
    font-size: 20px;
  }
}

.hero-slider .hero-tab-mob-background .caption h2,
.hero-slider .hero-tab-mob-background .caption p {
  font-size: 16px;
  font-weight: 300;
  color: black;
}

@media (max-width: 641px) {
  .hero-slider .hero-tab-mob-background .caption h2,
  .hero-slider .hero-tab-mob-background .caption p {
    line-height: 18px;
    text-align: left;
  }
}

.hero-slider .hero-tab-mob-background .caption i {
  font-size: 30px;
  color: black;
}

.hero-slider .slide {
  height: 700px;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  position: relative;
}

.hero-slider .slide.home {
  background-position: center center;
}

@media (max-width: 641px) {
  .hero-slider .slide {
    height: 300px;
  }
}

.hero-slider .slide h2 {
}

.hero-slider .slide .caption {
  position: relative;
  top: 400px;
  width: 520px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 961px) {
  .hero-slider .slide .caption {
    margin-left: 60px;
  }
}

.hero-slider .slide .caption h1,
.hero-slider .slide .caption h2,
.hero-slider .slide .caption h3,
.hero-slider .slide .caption h4,
.hero-slider .slide .caption h5 {
  text-size: 29px;
}

.hero-slider .slide .caption h1 {
  font-size: 29px;
  font-weight: 700;
  text-transform: uppercase;
  color: black;
}

@media (max-width: 961px) {
  .hero-slider .slide .caption h1 {
    opacity: 0;
  }
}

.hero-slider .slide .caption h2,
.hero-slider .slide .caption p {
  font-size: 16px;
  font-weight: 300;
  color: black;
}

@media (max-width: 961px) {
  .hero-slider .slide .caption h2,
  .hero-slider .slide .caption p {
    opacity: 0;
  }
}

.hero-slider .slide .caption i {
  font-size: 30px;
  color: black;
}

@media (max-width: 961px) {
  .hero-slider .slide .caption i {
    opacity: 0;
  }
}

@media (max-width: 961px) {
  .hero-slider .slide .caption {
    width: 80%;
    left: 10%;
    top: 250px;
    text-align: center;
  }
  .hero-slider .slide .caption h1 {
    font-size: 25px;
  }
  .hero-slider .slide .caption p {
    font-size: 14px;
  }
}

@media (max-width: 641px) {
  .hero-slider .slide .caption {
    width: 95%;
    left: 2.5%;
    top: 250px;
    text-align: center;
  }
  .hero-slider .slide .caption h1 {
    font-size: 20px;
  }
  .hero-slider .slide .caption p {
    font-size: 12px;
  }
}

@media (max-width: 961px) {
  .hero-slider .slide .caption.caption-1,
  .hero-slider .slide .caption.caption-2,
  .hero-slider .slide .caption.caption-3,
  .hero-slider .slide .caption.caption-4,
  .hero-slider .slide .caption.caption-5 {
    background: url("../images/backgroundtile.jpg");
    top: -200px;
    width: 100vw;
    height: 200px;
    padding: 30px 10vw;
    margin: 0;
    left: 0px;
    right: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .hero-slider .slide .caption.caption-1 h1,
  .hero-slider .slide .caption.caption-1 p,
  .hero-slider .slide .caption.caption-2 h1,
  .hero-slider .slide .caption.caption-2 p,
  .hero-slider .slide .caption.caption-3 h1,
  .hero-slider .slide .caption.caption-3 p,
  .hero-slider .slide .caption.caption-4 h1,
  .hero-slider .slide .caption.caption-4 p,
  .hero-slider .slide .caption.caption-5 h1,
  .hero-slider .slide .caption.caption-5 p {
    opacity: 1;
    margin: 0;
    padding: 10px 0px;
  }
}

@media (max-width: 961px) {
  .hero-slider .slide.services-heading {
    margin-top: 250px;
    height: 350px;
  }
  .hero-slider .slide.services-heading .ink-grid {
    padding: 0px;
  }
}

.hero-slider .cycle-pager {
  text-align: center;
  font-size: 30px;
  letter-spacing: 10px;
  color: rgba(255, 255, 255, 0.3);
  position: relative;
  bottom: 50px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.hero-slider .cycle-pager span.cycle-pager-active {
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

.text-scroller-section {
  min-height: 300px;
  padding: 70px 0;
}

.text-scroller-section .right {
  width: 550px;
}

.text-scroller-section .right h3 {
  line-height: 1;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

.text-scroller-section .right p {
  font-size: 14px;
  line-height: 18px;
  color: #e6e6e6;
  padding-top: 20px;
  font-weight: 600;
}

@media (max-width: 1261px) {
  .text-scroller-section .right {
    width: 90%;
    position: relative;
    left: 5%;
  }
  .text-scroller-section .right h3 {
    text-align: center;
  }
}

.text-scroller-section .left {
  position: relative;
}

@media (min-width: 961px) {
  .text-scroller-section .left {
    padding-left: 60px;
  }
}

@media (max-width: 1261px) {
  .text-scroller-section .left {
    padding-left: 0;
  }
}

.vertical-center {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.word-scroller {
  color: white;
  text-transform: uppercase;
  font-weight: 100;

  position: relative;
  top: 50%;
  font-size: 25px;
}

@media (max-width: 1261px) {
  .word-scroller {
    text-align: center;
    margin-bottom: 60px;
  }
}

.word-scroller .scroll-words {
  color: #ffb819;
  position: relative;
  display: inline-block;
  height: 26px;
  top: 0px;
  overflow: hidden;
}

.word-scroller .scroll-words .word {
  position: absolute;
  white-space: nowrap;
  left: 0;
  bottom: 1.2px;
  height: 26px;
}

.word-scroller .end-word {
  padding-left: 2px;
}
