/*
Theme Name: KT Marketing
Theme URI: http://www.pondr.com.au/
Description: Made custom, from scratch, with love from Pondr
Author: Matthew Bruce
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css?family=Lato:400,700");
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
}

html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  background-color: white;
  font-size: 20px;
  font-weight: 400;
  color: #32325d;
}

h1, h2, h3, h4, h5 {
  font-weight: 400;
}

textarea, input {
  transition: all 0.2s ease;
  width: 100%;
  height: 70px;
  border: solid 2px #e7e7e7;
  border-radius: 3px;
  padding: 15px;
  font-size: 1em;
  color: #32325d;
}
textarea:focus, input:focus {
  border-color: #0c4867;
}

button {
  cursor: pointer;
}

label {
  font-size: .8em;
  text-transform: uppercase;
  color: #525f7f;
}

.placeholder {
  color: #aaa;
}

h1 {
  font-size: 3em;
  line-height: 1.8em;
}
@media (max-width: 767px) {
  h1 {
    font-size: 34px;
  }
}

h2 {
  font-size: 2em;
  line-height: 1.8em;
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.6em;
  }
}

h3 {
  font-size: 1.5em;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
    line-height: 32px;
  }
}

p {
  color: #525f7f;
  line-height: 2em;
  font-size: 1em;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  p {
    font-size: 18px;
  }
}

a {
  text-decoration: none;
  color: #7e8890;
}

input {
  font-family: 'Lato', sans-serif;
}

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}
.container.medium {
  max-width: 900px;
  width: 50%;
}
@media (max-width: 767px) {
  .container.medium {
    width: 100%;
  }
}
.container.small {
  max-width: 600px;
  width: 50%;
}
@media (max-width: 767px) {
  .container.small {
    width: 100%;
  }
}

.button {
  border: none;
  padding: 25px 50px;
  font-size: 18px;
  cursor: pointer;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  background-color: #f3907f;
  color: white;
}
@media (max-width: 767px) {
  .button {
    padding: 25px 25px;
  }
}

nav {
  padding: 30px 0;
}
nav img {
  height: 80px;
}
@media (max-width: 767px) {
  nav img {
    height: 70px;
  }
}
nav .menu {
  float: right;
}
@media (max-width: 1023px) {
  nav .menu {
    display: none;
  }
}
nav .menu ul {
  list-style-type: none;
}
nav .menu ul li {
  display: inline-block;
  line-height: 80px;
  margin-left: 30px;
}
nav .menu ul li a {
  display: block;
  text-transform: uppercase;
  font-size: 1em;
}
nav .menu ul li a:hover {
  color: #32325d;
}

.home h2 {
  text-align: center;
  margin-bottom: 100px;
  font-size: 2em;
  font-weight: 400;
  text-transform: uppercase;
  color: #32325d;
}
@media (max-width: 767px) {
  .home h2 {
    margin-bottom: 50px;
    font-size: 1.5em;
  }
}
.home h3 {
  margin: 20px 0;
}
.home section {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .home section {
    padding: 50px 0 100px 0;
  }
}
.home section.no-padding-bottom {
  padding-bottom: 0;
}
.home section.grey {
  background-color: #F7f7f7;
}
.home section.blue {
  background-color: #0c4867;
  color: white;
}
.home-hero {
  background-color: #F7f7f7;
  background-image: url("../img/hero.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  padding: 200px 0 !important;
}
@media (max-width: 767px) {
  .home-hero {
    background-image: none;
    padding: 100px 0 !important;
  }
}
.home-hero h1 {
  color: #32325d;
  font-weight: 400;
  max-width: 700px;
  font-size: 3.5em;
  line-height: 1.3em;
}
@media (max-width: 767px) {
  .home-hero h1 {
    font-size: 2em;
  }
}
.home-services h2 {
  margin-bottom: 30px;
}
.home-services-subheading {
  text-align: center;
  display: block;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 100px auto;
}
.home-services-articles {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
@media (max-width: 767px) {
  .home-services-articles {
    display: flex;
    flex-direction: column;
  }
}
.home-services-articles article {
  padding: 10px;
  overflow: hidden;
  min-width: 0;
}
.home-services-articles article img {
  width: 100%;
  margin-bottom: 10px;
}
.home-services-articles article h3 {
  margin-bottom: 10px;
}
.home-why {
  text-align: center;
  padding: 100px 0 !important;
}
.home-why h2 {
  color: white;
  margin-bottom: 30px;
}
.home-why p {
  color: white;
}
.home-approach-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}
@media (max-width: 767px) {
  .home-approach-content {
    display: flex;
    flex-direction: column;
  }
}
.home-approach-content-image {
  text-align: right;
}
@media (max-width: 767px) {
  .home-approach-content-image {
    text-align: center;
  }
}
.home-approach-content-image img {
  max-width: 500px;
  width: 100%;
}
.home-about .container img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 50px;
}
.home-values-articles {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media (max-width: 767px) {
  .home-values-articles {
    display: flex;
    flex-direction: column;
  }
}
.home-values-articles article {
  overflow: hidden;
  min-width: 0;
}
.home-values-articles article img {
  width: 100%;
}
.home-clients-articles {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px;
}
@media (max-width: 1023px) {
  .home-clients-articles {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-clients-articles .hide {
    display: none;
  }
}
@media (max-width: 480px) {
  .home-clients-articles {
    display: flex;
    flex-direction: column;
  }
}
.home-clients-articles article {
  overflow: hidden;
  min-width: 0;
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
@media (max-width: 480px) {
  .home-clients-articles article {
    height: 150px;
  }
}
.home-clients-articles article:nth-of-type(2) img {
  max-height: 150px;
}
@media (max-width: 480px) {
  .home-clients-articles article:nth-of-type(2) img {
    max-height: 110px;
  }
}
.home-clients-articles article img {
  max-height: 100px;
  max-width: 100%;
}
@media (max-width: 480px) {
  .home-clients-articles article img {
    max-height: 70px;
  }
}
.home-contact {
  text-align: center;
}
.home-contact h2 {
  margin-bottom: 0;
}
.home-contact .button {
  margin-top: 30px;
}
.home .modal-content {
  display: grid;
  width: 100%;
  grid-template-columns: 60% 40%;
  text-align: left;
}
@media (max-width: 767px) {
  .home .modal-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
  }
}
.home .modal-content h3 {
  margin-top: 0;
}
.home .modal-content .left {
  padding-right: 100px;
}
@media (max-width: 767px) {
  .home .modal-content .left {
    padding-right: 0;
  }
}
.home .modal-content .close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
@media (max-width: 767px) {
  .modal {
    padding: 15px;
  }
}
.modal-content {
  max-width: 960px;
  position: absolute;
  padding: 80px 100px;
  border-radius: 3px;
  background-color: white;
  min-height: 480px;
  text-align: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .modal-content {
    padding: 15px;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}
.modal-content form .ajax-loader {
  display: none !important;
}
.modal-content form p {
  margin-bottom: 0;
  position: relative;
}
.modal-content form .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 14px;
  top: 37px;
}
.modal-content form input {
  margin-bottom: 20px;
}
.modal-content form .wpcf7-submit {
  margin-bottom: 0 !important;
  background-color: #f3907f;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  border: 0;
  cursor: pointer;
}
.modal-content form textarea {
  width: 100%;
  max-width: 100%;
  max-height: 150px;
  min-height: 100px;
  line-height: 1.7;
  margin-bottom: 10px;
}
.modal-content form .wpcf7-validation-errors {
  margin: 0;
  margin-top: 10px;
}

footer {
  background-color: #0c4867;
  padding: 50px 0;
}
footer h4 {
  color: white;
  margin-top: 30px;
}
footer .footer-content {
  border-top: solid 1px white;
  border-bottom: solid 1px white;
  margin: 50px 0;
  padding: 50px 0;
  text-align: right;
}
footer .footer-content a {
  display: block;
  line-height: 50px;
  color: white;
}
footer img {
  height: 80px;
}
