/*DEFINE WEBSITE COLORS*/
/*DEFINE CUSTOM FONTS (remove if not needed)*/
/*START TEMPLATE STYLES*/
a,
img {
  border: none;
  text-decoration: none;
  outline: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
}

*:focus {
  outline: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

h2 {
  color: #009ce5;
}

footer ul,
header ul {
  list-style: none;
}

fieldset {
  border: 0;
}

input {
  padding: 0;
  margin: 0;
}

a {
  color: #009ce5;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

a:hover {
  color: #333333;
}

.pageAlign {
  margin: 0 auto;
  max-width: 1250px;
  padding: 0 50px;
}

.pageAlignFluid {
  margin: 0 auto;
  max-width: 2020px;
  padding: 0 50px;
}

.container:after {
  content: "";
  display: block;
  clear: both;
}

.relative {
  position: relative;
}

.fullWidth {
  float: left;
  width: 100%;
}

.invisible {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body,
input,
select,
textarea {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-weight: normal;
  /*REMOVE if we DON'T use Google fonts*/
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  min-height: 100%;
  height: 100%;
  min-width: 100%;
  color: #333333;
  font-size: 18px;
  background: #fff;
}

p {
  margin-bottom: 3rem;
  line-height: 1.6;
}

::-moz-selection {
  background: #009ce5;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::selection {
  background: #009ce5;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: #009ce5;
  /* Gecko Browsers */
  color: #fff;
}

.responsive-nav {
  display: none;
  margin: 0 auto;
  background-color: transparent;
  color: #009ce5;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.responsive-nav button {
  padding: 7px 10px;
  background: none;
  border: none;
  position: relative;
  height: 40px;
  width: 51px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  float: right;
}

.responsive-nav button:hover .line {
  background: #009ce5;
}

.line {
  position: absolute;
  height: 3px;
  width: 30px;
  background: #009ce5;
  left: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.line-t {
  top: 9px;
}

.line-m {
  top: 19px;
}

.line-b {
  top: 29px;
}

.menu-on .line-m,
.menu-on:hover .line-m {
  background: transparent;
  opacity: 0;
}

.menu-on .line {
  top: 18px;
}

.menu-on .line-t {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-on .line-b {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body.overflowed {
  overflow: hidden;
}

.container:after {
  content: "";
  display: block;
  clear: both;
}

h2 {
  font-size: 36px;
  color: #009ce5;
  text-transform: uppercase;
}

h3 {
  color: #333333;
  font-size: 30px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  background: #fff;
}

header.scrolling .main-header {
  padding: 10px 0;
}

.top-bar {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 0;
  font-size: 14px;
}

.top-bar .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-bar span {
  margin: 0 10px;
}

.top-bar p {
  margin: 0;
  padding: 0;
}

.top-bar a:hover {
  color: #fff;
}

.top-bar .right .social-icons {
  display: inline-block;
  margin-left: 50px;
}

.top-bar .right .social-icons a {
  display: inline-block;
  margin-left: 15px;
  border: 1px solid #000;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  background: no-repeat center center;
  background-size: 60% auto;
  -webkit-filter: invert(100%);
          filter: invert(100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top-bar .right .social-icons a:hover {
  opacity: 0.7;
}

.main-header {
  padding: 40px 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.main-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-header .container .logo-wrapper {
  margin-right: auto;
}

.main-header .container .logo-wrapper a.logo {
  display: block;
  width: 450px;
  height: 30px;
  background: no-repeat center center;
  background-size: contain;
}

.main-header .container .logo-wrapper a.subtitle {
  margin-top: 10px;
  display: block;
  width: 185px;
  height: 16px;
  background: no-repeat center center;
  background-size: contain;
}

.main-header .container nav {
  margin-left: auto;
  font-size: 16px;
  text-transform: uppercase;
}

.main-header .container nav ul {
  margin: 0;
  padding: 0;
}

.main-header .container nav ul li {
  display: inline-block;
}

.main-header .container nav ul li:last-child a {
  padding-right: 0;
}

.main-header .container nav ul li a {
  display: block;
  padding: 20px;
  color: #333333;
}

.main-header .container nav ul li a:hover {
  color: #009ce5;
}

footer {
  overflow: hidden;
  background: #000;
  color: #fff;
  font-size: 14px;
  padding: 50px 0;
}

footer a {
  color: #fff;
  display: inline-block;
  margin: 0 5px;
}

footer a:hover {
  color: #009ce5;
}

footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .left {
  margin-right: auto;
}

footer .right {
  margin-left: auto;
}

hr {
  border: none;
  width: 300px;
  max-width: 100%;
  height: 3px;
  background: #000;
  margin-left: 0;
  margin-bottom: 30px;
}

.two-column {
  overflow: hidden;
}

.two-column.contact-us {
  padding: 60px 0;
}

.two-column.contact-us .content-left {
  padding-top: 0;
}

.two-column.contact-us .content-left .wpcf7-not-valid-tip {
  display: none !important;
}

.two-column.contact-us .content-left .wpcf7-response-output {
  float: left;
  margin: 20px 0 0 0 !important;
  text-align: center;
  width: 100%;
}

.two-column.contact-us .content-left form {
  border: 3px solid #000;
  padding: 50px;
}

.two-column.contact-us .content-left form:after {
  content: "";
  display: block;
  clear: both;
}

.two-column.contact-us .content-left form p {
  margin: 0;
}

.two-column.contact-us .content-left form .col100,
.two-column.contact-us .content-left form .col50 {
  padding: 10px;
  float: left;
  margin: 0 -10px;
}

.two-column.contact-us .content-left form .col100 {
  width: 100%;
}

.two-column.contact-us .content-left form .col50 {
  width: 50%;
}

.two-column.contact-us .content-left form input.wpcf7-not-valid {
  border: 1px solid red !important;
}

.two-column.contact-us .content-left form input[type="text"],
.two-column.contact-us .content-left form input[type="tel"],
.two-column.contact-us .content-left form input[type="email"],
.two-column.contact-us .content-left form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #f1f1f1;
  padding: 10px;
  font-size: 16px;
  width: 100%;
  display: block;
}

.two-column.contact-us .content-left form input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #000;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
  background: transparent;
  cursor: pointer;
  padding: 13px 20px;
}

.two-column.contact-us .content-left form input[type="submit"]:hover {
  background: #000;
  color: #fff;
}

.two-column.contact-us .content-left form .wpcf7-list-item.first {
  margin-left: 0px;
}

.two-column.contact-us .content-right {
  padding-top: 50px;
  text-align: left;
  padding-left: 100px;
}

.two-column.contact-us .content-right h2 {
  color: #333333;
}

.two-column .content-left {
  padding-top: 90px;
  float: left;
  width: 50%;
}

.two-column .content-left h2 {
  margin: 0;
}

.two-column .content-left h3 {
  margin-top: 0;
}

.two-column .content-right {
  float: left;
  width: 50%;
  text-align: right;
}

.two-column .content-right img {
  display: inline-block;
}

.testimonials {
  overflow: hidden;
}

.testimonials .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.testimonials .content-left {
  float: left;
  width: 30%;
}

.testimonials .content-left .image .image-inside {
  height: 0;
  padding-bottom: 120%;
  background: no-repeat bottom center;
  background-size: contain;
}

.testimonials .content-right {
  float: left;
  width: 70%;
  padding-left: 100px;
  position: relative;
}

.testimonials .content-right .add-review {
  position: absolute;
  bottom: 60px;
  right: 0;
  color: #009ce5;
  padding-left: 30px;
  text-transform: uppercase;
  text-decoration: underline;
}

.testimonials .content-right .add-review:hover {
  text-decoration: none;
}

.testimonials .content-right .add-review:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url(../images/pencil.svg) no-repeat center center;
  background-size: contain;
}

.testimonials .content-right hr {
  margin-bottom: 25px;
}

.testimonials .content-right h2 {
  margin-bottom: 0;
}

.testimonials .content-right .name {
  font-size: 14px;
  font-style: italic;
  position: relative;
  display: inline-block;
}

.testimonials .content-right .name:after {
  display: none !important;
  content: "";
  display: block;
  position: absolute;
  width: 71px;
  height: 15px;
  top: 50%;
  left: 100%;
  margin-left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/stars.png) no-repeat center center;
  background-size: contain;
}

.testimonials .content-right p {
  margin-top: 0;
}

.testimonials .content-right .slick-dots {
  position: static;
  margin-top: 30px;
}

.testimonials .content-right .slick-dots li {
  border: 1px solid #333333;
  border-radius: 100%;
  width: 13px;
  height: 13px;
}

.testimonials .content-right .slick-dots li.slick-active {
  background: #333333;
}

.services {
  overflow: hidden;
  color: #fff;
  padding: 60px 0;
  overflow: hidden;
  background: #3291ff;
  background: linear-gradient(135deg, #3291ff 0%, #18c594 50%, #32e5fc 100%);
}

.services h1,
.services h2 {
  color: #fff;
}

.services h2 {
  margin-bottom: 0;
}

.services hr {
  background: #fff;
}

.services .services-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -25px;
}

.services .services-blocks .col30 {
  float: left;
  width: 33.3333%;
  padding: 25px;
  color: #333333;
  font-size: 14px;
}

.services .services-blocks .col30 h3 {
  font-size: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.services .services-blocks .col30 .inside {
  background: #fff;
  height: 100%;
  padding: 17px;
}

.services .services-blocks .col30 .image-wrapper {
  height: 0;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
}

.services .services-blocks .col30 .image-wrapper .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat center center;
  background-size: cover;
}

.instagram {
  overflow: hidden;
  color: #fff;
  padding: 60px 0;
  overflow: hidden;
  background: #ec55ad;
  background: linear-gradient(135deg, #ec55ad 0%, #f2d8b2 100%);
}

.instagram h1,
.instagram h2 {
  color: #fff;
}

.instagram h2 {
  margin-bottom: 0;
}

.instagram hr {
  background: #fff;
}

.instagram .services-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -25px;
}

.instagram .services-blocks .col30 {
  float: left;
  width: 33.3333%;
  padding: 25px;
  color: #333333;
  font-size: 14px;
}

.instagram .services-blocks .col30 h3 {
  font-size: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.instagram .services-blocks .col30 .inside {
  background: #fff;
  height: 100%;
  padding: 17px;
}

.instagram .services-blocks .col30 .image-wrapper {
  height: 0;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
}

.instagram .services-blocks .col30 .image-wrapper .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat center center;
  background-size: cover;
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  z-index: 500;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.lightbox.active {
  opacity: 1;
  visibility: visible;
}

.lightbox .container {
  height: 90vh;
  padding: 50px;
  background: #fff;
  text-align: left;
  overflow-y: auto;
}

@media only screen and (max-width: 1000px) {
  header .main-header {
    padding: 10px 0 !important;
  }
  .main-header .container nav {
    padding-left: 50px;
    background: #fff;
    position: absolute;
    top: 140px;
    left: 0;
    right: 0;
  }
  .main-header .container nav ul li {
    display: inline-block;
  }
  .main-header .container nav ul li:first-child a {
    padding-left: 0;
  }
  .two-column .content-left {
    width: 100%;
  }
  .two-column .content-right {
    width: 100%;
    text-align: left;
  }
  .two-column .content-right img {
    max-height: 300px;
  }
  .services .services-blocks .col30 {
    width: 50%;
  }
  .two-column.contact-us .content-right {
    padding-left: 0;
  }
}

@media only screen and (max-width: 680px) {
  .pageAlign {
    padding: 0 15px;
  }
  .responsive-nav {
    display: block;
    margin: auto 0 auto auto;
  }
  .top-bar .right {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-bar .right .social-icons {
    display: none;
  }
  .main-header {
    padding: 10px 0 !important;
  }
  .main-header .container .logo-wrapper a.logo {
    width: 230px;
    height: 13px;
  }
  .main-header .container nav {
    padding-left: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 110px;
  }
  .main-header .container nav.active {
    opacity: 1;
    visibility: visible;
  }
  .main-header .container nav ul li {
    display: block;
    background: #009ce5;
  }
  .main-header .container nav ul li a {
    text-align: center;
    padding: 20px !important;
    color: #fff;
  }
  .services .services-blocks .col30 {
    width: 100%;
  }
  .testimonials .content-left {
    width: 60%;
    float: none;
    margin: 0 auto;
  }
  .testimonials .content-right {
    padding-left: 0;
    width: 100%;
  }
  .testimonials .content-right .testimonial {
    padding-bottom: 50px;
  }
  .testimonials .add-review {
    right: auto;
    left: 50%;
    bottom: 70px !important;
    width: 160px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .two-column.contact-us .content-left form {
    padding: 20px;
  }
  .two-column.contact-us .content-left form .col50 {
    width: 100%;
    margin: 0 -10px !important;
  }
  .two-column.contact-us .content-left form .wpcf7-list-item {
    margin: 0 0 0 1em !important;
  }
  .two-column .content-right img {
    max-height: 100%;
  }
  .testimonials {
    text-align: center;
  }
  footer .left,
  footer .right {
    width: 100%;
    text-align: center;
  }
  footer .right {
    margin-top: 10px;
  }
  .lightbox {
    line-height: normal !important;
  }
  .lightbox .container {
    max-width: 300px;
    font-size: 14px;
    padding: 50px 10px;
  }
}

@media only screen and (max-width: 430px) {
  .main-header .container nav {
    top: 126px;
  }
}
/*# sourceMappingURL=styles.css.map */