@import url(https://fonts.googleapis.com/css?family=Roboto:400,300);

/*
Theme Name:     Kissdental Theme
Theme URI:      #
Description:    Custom theme for Kissdental
Author:         TheFreshUK
Author URI:     https://www.thefreshuk.com
Version:        1.0.0
*/
/*dearjoe*/
@font-face {
  font-family: 'dearjoe4regular';
  src: url('fonts/dearjoe/dj4trial-webfont.woff2') format('woff2'),
    url('fonts/dearjoe/dj4trial-webfont.woff') format('woff');
  font-weight: lighter;
  font-style: normal;
}

/*tondo*/
@font-face {
  font-family: 'tondo_corpregular';
  src: url('fonts/tondo/tondo_corp_rg-webfont.woff2') format('woff2'),
    url('fonts/tondo/tondo_corp_rg-webfont.woff') format('woff');
  font-weight: lighter;
  font-style: normal;
}

@font-face {
  font-family: 'tondo_corplight';
  src: url('fonts/tondo/tondo_corp_lt-webfont.woff2') format('woff2'),
    url('fonts/tondo/tondo_corp_lt-webfont.woff') format('woff');
  font-weight: lighter;
  font-style: normal;
}

@font-face {
  font-family: 'tondo_corpregular';
  font-weight: 100;
  src: url('fonts/tondo/tondo_corp_lt-webfont.woff2') format('woff2'),
    url('fonts/tondo/tondo_corp_lt-webfont.woff') format('woff');
  font-style: normal;
}

body {
  font-family: 'tondo_corplight';
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.message-donate {
  font-family: 'tondo_corplight';
  font-weight: lighter;
}

/*gloabl*/
.floaty {
  background: #de9457 none repeat scroll 0 0;
  height: auto;
  padding: 10px 0;
  position: fixed;
  right: 0;
  top: -100%;
  transition: all 1.2s ease 0s;
  width: 100%;
  z-index: 999;
}

.floaty.show {
  right: 0;
  top: 0;
  transition: all 1.2s ease 0s;
}

/*animatein*/
.AnimateIn {
  opacity: 0;
  transform: translate(0px, 40px);
  -webkit-transform: translate(0px, 40px);
}

.active .AnimateIn,
.visible .AnimateIn {
  -webkit-animation: animteIn 0.7s 0.7s forwards;
  animation: animteIn 0.7s 0.7s forwards;
}

/* Standard syntax */
@keyframes animteIn {
  0 {
    opacity: 0;
    transform: translate(0px, 40px);
  }

  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}

/* Chrome, Safari, Opera */
@-webkit-keyframes animteIn {
  0 {
    opacity: 0;
    -webkit-transform: translate(0px, 40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
  }
}

.AnimateIn2 {
  opacity: 0;
  transform: translate(0px, 40px);
  -webkit-transform: translate(0px, 40px);
}

.active .AnimateIn2,
.visible .AnimateIn2 {
  -webkit-animation: AnimateIn2 0.7s 1s forwards;
  animation: AnimateIn2 0.7s 1s forwards;
}

/* Standard syntax */
@keyframes AnimateIn2 {
  0 {
    opacity: 0;
    transform: translate(0px, 40px);
  }

  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}

/* Chrome, Safari, Opera */
@-webkit-keyframes AnimateIn2 {
  0 {
    opacity: 0;
    -webkit-transform: translate(0px, 40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
  }
}

.AnimateIn3 {
  opacity: 0;
  transform: translate(0px, 40px);
  -webkit-transform: translate(0px, 40px);
}

.active .AnimateIn3,
.visible .AnimateIn3 {
  -webkit-animation: AnimateIn2 0.7s 1.7s forwards;
  animation: AnimateIn2 0.7s 1.7s forwards;
}

/* Standard syntax */
@keyframes AnimateIn3 {
  0 {
    opacity: 0;
    transform: translate(0px, 40px);
  }

  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}

/* Chrome, Safari, Opera */
@-webkit-keyframes AnimateIn3 {
  0 {
    opacity: 0;
    -webkit-transform: translate(0px, 40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
  }
}

/*animatein*/
.aligncenter {
  display: flex;
  margin: 20px auto;
}

.alignleft {
  float: left;
  margin-right: 20px;
}

.alignright {
  float: right;
  margin-left: 20px;
}

/**/
.addthis_sharing_toolbox {
  margin-bottom: 30px;
}

.columns.eight p {
  font-size: 15px;
  line-height: 28px;
}

.sandwichmenu .line {
  height: 4px;
  width: 32px;
  float: left;
  background: white;
  clear: both;
  margin-bottom: 5px;
  border-radius: 7px;
}

.sandwichmenu {
  border: 1px solid white;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 60px;
  margin-left: 50px;
  margin-top: 30px;
  width: 60px;
  padding-top: 17px;
  padding-left: 13px;
}

#primary-navigation.open {
  background: none repeat scroll 0 0 #98223b;
  margin-top: 0;
  padding: 10px;
  text-align: center;
  width: 100%;
  z-index: 9999;
}

.sandwichmenu.active .line {
  -webkit-animation: removeal 0.7s forwards;
  /* Chrome, Safari, Opera */
  animation: removeal 0.7s forwards;
}

.sandwichmenu.active {
  position: relative
}

.close {
  background: url("images/close.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  width: 29px;
  height: 28px;
  position: absolute;
  float: left;
  margin-left: 2px;
  opacity: 0;
  left: 12px;
  top: 15px;
}

.sandwichmenu.active .close {
  -webkit-animation: closer 1s 1s forwards;
  /* Chrome, Safari, Opera */
  animation: closer 1s 1s forwards;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes closer {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

/* Standard syntax */
@keyframes closer {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

/* Chrome, Safari, Opera */
@-webkit-keyframes removeal {
  from {
    width: 32px;
  }

  to {
    width: 0px;
  }
}

/* Standard syntax */
@keyframes removeal {
  from {
    width: 32px;
  }

  to {
    width: 0px;
  }
}

.open .nav-menu a {
  border-right: 1px solid #551120 !important;
}

.cc_message {
  color: white;
}

.row-type img {
  border: 6px solid white;
}

.columns.six.halfimghalftxt p {
  padding: 0 32px;
}

.site-main {
  margin-top: -5px;
}

.row-type {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 10px 0;
  float: left
}

:focus {
  outline: none;
}

.clear {
  clear: both;
}

.phone-mob {
  display: none
}

.page-id-185 .reveal-modal {
  width: 460px !important;
}

.mbtn {
  display: inline-block;
  margin: 0 auto;
  background: #333;
  color: #fff;
  border: 1px solid #000;
  border-radius: 3px;
  padding: 13px 24px;
  font-style: normal;
}

#contact-us .lead-magents {
  border: 0;
  padding-left: 0;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 0;
}

.page-template-before-after #main-banner.full {
  height: 251px;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.page-template-team-inner #main-banner .img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.video-icons {
  background-color: #ceb687 !important;
}

.page-title > em {
  font-family: "dearjoe4regular";
  font-size: 40px;
  line-height: 40px;
  color: #ceb687
}

#book-a-consultation .wpcf7 {
  margin-left: 0 !important;
}

/*plussy*/
.plussy::after {
  content: "+";
  display: inline-block;
  margin-top: 6px;
}

.plussy.min::after {
  content: "-";
  display: inline-block;
  margin-top: 6px;
}

.plussy {
  display: none;
}

.sub-menu .plussy {
  display: none !important;
}

/*plussy*/
blockquote::before {
  background: rgba(0, 0, 0, 0) url("images/speech.png") no-repeat scroll 0 0;
  content: "";
  height: 29px;
  left: -40px;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 38px;
}

blockquote {
  position: relative;
}

.thanskintro .page-title.insidetitle {
  width: 100%;
  text-align: left;
  padding: 100px 0;
  word-wrap: break-word;
  font-size: 44px !important;
  color: #fff;
}

.ipad-images {
  max-width: 260px;
  display: inline-block;
}

.row-type .columns.six.halfimghalftxt:last-of-type {
  padding: 3%;
  width: 44%;
}

.page-template-thanks .columns.six.halfimghalftxt p {
  padding: 0;
}

.page-template-thanks .row-type {
  background: #efefef;
}

.thanskintro .columns.six {
  text-align: center;
}

.ipad-images {
  max-width: 260px;
  display: inline-block;
  margin-top: 40px;
}

.thankspage .wistia_responsive_padding {
  display: inline-block;
  width: 100%;
  float: left;
}

.award-containers {
  float: left;
  width: 100%;
  padding: 0;
}

.award-box > h3 {
  color: #27282e;
  font-size: 28px;
  margin: 0;
}

.thankscentre {
  text-align: center
}

.thankscentre h1 {
  text-align: center !important;
}

html body .thanskintro .page-title.insidetitle span {
  display: inline-block;
  font-size: 20px !important;
}

.thankspage .row-type {
  background: #efefef;
}

.thanskintro {
  margin-top: 60px;
  float: left;
  width: 100%;
  background: #a4e0d4;
  margin-bottom: 40px;
}

blockquote p {
  font-size: 21px !important;
  font-style: italic;
  margin-left: 20px;
  position: relative;
}

.page-template-service-inner .mfp-title {
  padding: 10px;
  text-align: center;
}

.award-box {
  background: white none repeat scroll 0 0;
  border: none;
  display: inline-block;
  margin-bottom: 10px;
  padding: 20px;
  width: 95%;
  box-shadow: 0 0 10px #ccc;
  border-radius: 3px;
}

#team-slides .overlay {
  height: 404px;
}


.map-images {
  float: left;
  margin-right: 20px;
  width: 280px;
  cursor: pointer;
}

.contect .wpcf7-form-control.wpcf7-submit {
  float: left;
  position: static;
}

.viewongoogle {
  color: #ceb687;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

textarea,
input[type='text'],
input[type='tel'],
input[type='email'] {
  background: #efefef none repeat scroll 0 0;
  border: none;
  outline: none;
  font-family: 'tondo_corpregular';
}

.contect input {
  font-size: 17px;
  margin-bottom: 8px;
  padding: 7px;
  width: 100%;
}

.contect textarea {
  font-size: 17px;
  margin-bottom: 8px;
  width: 100%;
  height: 240px;
  text-indent: 20px;
}

.contect .wpcf7 {
  float: left;
  margin-left: 0px !important;
  width: 95%;
}

.contact-infos {
  float: left;
}

.map-contact {
  float: left;
  margin-top: 0;
}

.officeblock.adress-box {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 10px;
  width: 100%;
  flex-direction: row;
}

.contact-infos > p {
  font-size: 14px !important;
  line-height: 23px !important;
  margin-top: 0;
}

.contect > p {
  font-size: 17px !important;
  font-weight: lighter;
  margin-bottom: 0;
  margin-top: 0;
  padding-right: 20px;
}

.contact-infos > h3 {
  color: #27282e;
  font-size: 28px;
  margin-bottom: 0;
  margin-top: 0;
}

.contect {
  float: left;
  width: 50%;
  margin-bottom: 1em;
}

.add-form {
  float: left;
  width: 50%;
}

.fullcontent {
  width: 100% !important
}

.linktoteam img {
  float: left;
  padding: 1px;
  width: 100%;
}

#book-a-consultation {
  width: 320px;
}

.linktoteam {
  float: left;
  height: auto;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 33.33%;
}

.nav-menu > li {
  float: left;
  padding-bottom: 40px;
  position: relative;
}

.sub-menu::before {
  background: #ceb687 none repeat scroll 0 0;
  content: "";
  height: 11px;
  left: 30px;
  position: absolute;
  top: -4px;
  transform: rotate(45deg);
  width: 11px;
}

.sub-menu {
  background: #ceb687 none repeat scroll 0 0;
  border-radius: 5px;
  left: 0;
  list-style: outside none none;
  margin: 0;
  padding: 5px 0 10px;
  position: absolute;
  top: 40px;
  width: 270px;
  z-index: 999;
}

#menu-item-428 .sub-menu {
  width: 450px;
}

html body .sub-menu a {
  color: white !important;
  float: left;
  padding-bottom: 7px !important;
  padding-top: 7px !important;
  width: 171px !important;
  text-transform: none;
}

.story-main iframe {
  float: left;
  height: 400px;
  opacity: 1;
  width: 100%;
}

.vmc-btn {
  background: #333 none repeat scroll 0 0;
  border-radius: 4px;
  font-family: 'tondo_corpregular';
  color: white;
  display: inline-block;
  font-size: 14px;
  padding: 19px 30px;
}

.overflow {
  overflow: hidden
}

.case-study {
  border: 1px solid #ccc;
  margin: 5px;
  text-align: center;
  display: inline-block;
}

.page-title.insidetitle {
  color: #333;
  text-shadow: none;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 50px !important;
}

.page-title.insidetitle span {
  font-size: 16px !important;
  font-style: italic;
}

.more-cases {
  margin: 40px 0;
  text-align: center;
  clear: both;
}

.case-study > p {
  float: left;
  text-align: center;
  width: 100%;
}

.case-study .star-review {
  margin-top: 10px;
  display: inline-block;
  float: none;
  text-align: center;
}

.v-thumb.slick-slide.slick-current.slick-active {
  background: #efefef none repeat scroll 0 0;
}

.v-text {
  float: left;
  margin-left: 20px;
  width: 114px;
}

.img-container {
  margin-bottom: -5px;
  width: 50%;
}

.bk-withme {
  border: 2px solid #333;
  border-radius: 3px;
  float: left;
  font-size: 13px;
  padding: 14px;
  font-weight: bold;
  color: #000;
}

.quote-container > p {
  color: white;
  font-size: 30px !important;
  line-height: 41px !important;
  padding: 0 30px;
  font-weight: 100;
}

.patient-stars {
  float: left;
  margin-left: 13px;
  margin-top: 4px;
  width: auto;
}

.ba-description {
  float: left;
  width: 100%;
}

.patient-happy {
  float: left;
  font-size: 25px;
  font-weight: lighter;
}

.bf-tag {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  color: #ceb687;
  height: 20px;
  left: 0;
  padding: 6px 10px;
  position: absolute;
  z-index: 1;
}

.bf-tag::after {
  background: rgba(0, 0, 0, 0) url("images/triangles.png") no-repeat scroll right top;
  content: "";
  height: 33px;
  position: absolute;
  right: -29px;
  top: 0;
  width: 29px;
}

.sub-title,
.ft-intro,
.meet {
  font-family: 'dearjoe4regular';
}

.meet {
  color: #444;
  float: left;
  font-size: 40px;
  line-height: 40px;
  margin-top: 80px;
}

.page-template-team-inner h1.page-title {
  color: #333;
  float: left;
  font-size: 55px;
  line-height: 55px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
  width: 100%;
  text-shadow: none;
}

.occupation {
  color: #ceb687;
  float: left;
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 20px;
  text-align: left;
  width: 100%;
}

.before-after-case {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px;
  border: 1px solid #ccc;
  width: 100%;
}

.before-after-case > h2 {
  margin: 10px 0;
}

.ba-conatiner {
  float: left;
  margin: 10px 0;
  width: 100%;
}

.ba-box {
  float: left;
  position: relative;
  width: 100%;
}

.ba-box > img {
  float: left;
  width: 99%;
  box-shadow: 0 0 10px #ccc;
}

.after-uploaded .ba-box {
  width: 50%;
}

.after-uploaded img {
  width: 96%;
  margin-left: 2%;
}

.ba-conatiner.after-uploaded {
  padding: 16px;
  box-shadow: 0 0 10px #ccc;
  width: 97%;
}

.p-name {
  font-family: "tondo_corpregular";
  font-size: 28px;
  text-align: left;
  display: flex;
  flex-direction: row;
}

.p-name div {
  flex: 1 1 auto;
}

.p-name div:first-child {
  flex: 0 1 150px;
}

.map-contact {
  width: 100%;
}

.visible.textual-feedback {
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
}

.textual-feedback {
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  margin-bottom: 40px;
  padding: 23px;
}

.quotes-blk::before {
  background: rgba(0, 0, 0, 0) url("images/speech.png") no-repeat scroll 0 0;
  content: "";
  height: 29px;
  left: 5px;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 38px;
}

.quotes-blk {
  padding-left: 60px;
  position: relative;
}

.page-template-testimonials #main-banner.full {
  height: 589px;
  margin-bottom: 70px;
  position: relative;
}

.sub-title {
  font-size: 53px;
}

.v-emb {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.v-emb iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-1 .v-emb {
  width: 100%;
}

.video-1 {
  width: 100% !important
}

.caption-vid > h3 {
  font-size: 26px;
  margin: 20px 0 10px;
}

.caption-vid > p {
  margin: 0 0 30px;
}

.happy-p > h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
}

.textual-feedback {}

.columns.eight.leftcontent h2 {
  color: #27282e;
  font-size: 34px;
}

.page-template-team .columns.eight.leftcontent > p:first-of-type,
.page-template-team-inner .columns.eight.leftcontent > p:first-of-type,
.page-template-testimonials .columns.eight.leftcontent > p:first-of-type {
  font-size: 26px;
  font-weight: lighter;
  line-height: 39px;
  margin-top: 0;
}

.meet-team {
  margin: 0 0 26px;
  overflow: hidden;
}

.meet-team > h2 {
  margin: 0 0 26px;
}

.hqoute {
  align-items: center;
  background: #27282e none repeat scroll 0 0;
  color: white;
  display: flex;
}

.quote-container {
  color: white;
  width: 50%;
}

.page-template-about h1.page-title {
  color: white;
  font-size: 60px;
  margin-bottom: 10px;
  margin-top: 110px;
  text-align: left
}

.page-template-testimonials h1.page-title {
  color: white;
  font-size: 60px;
  margin-bottom: 10px;
  margin-top: 180px;
  text-align: left
}

.sidebar-right .current-menu-item a {
  background: #ceb687;
  color: white !important;
  float: left;
  margin-left: 0 !important;
  padding-left: 20px !important;
  position: relative;
  width: 308px !important;
}

.sidebar-right .current-menu-item a::before {
  background: #ceb687;
  content: "";
  height: 20px;
  left: -6px;
  position: absolute;
  top: 12px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 20px;
}

.menu-containers {
  background: #f0f0f1;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}

.sidebar-right .menu a {
  border-top: 1px solid #ccc;
  color: #333;
  font-size: 18px;
  margin-left: 15px;
  padding: 11px;
  width: 280px;
  display: inline-block;
}

.sidebar-right .menu {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}

.sidebar-titles {
  color: #ceb687;
  font-size: 28px;
  margin-bottom: 19px;
  padding-top: 19px;
}

.test-positions {
  display: inline-block;
  height: 110px;
  left: 50%;
  position: absolute;
  top: 192px;
  width: 110px;
  z-index: 99;
}

.page-template-about .test-positions {
  display: inline-block;
  height: 110px;
  left: 50%;
  position: absolute;
  top: 120px;
  width: 110px;
  z-index: 99;
}

.video-circle {
  background: #ceb687 url("images/play.png") no-repeat scroll 42px 35px;
  border-radius: 50%;
  width: 110px;
  height: 110px;
}

.v-thumb {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px;
  cursor: pointer;
}

.v-thumb > div {
  display: table;
  width: 100%;
}

.video-icons {
  background-image: url("images/play.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px auto;
  border-radius: 50%;
  float: left;
  height: 50px;
  width: 50px;
}

.v-thumb > div .video-icons {
  display: table-cell;
  float: none;
  width: 50px;
}

.v-thumb > div .v-text {
  display: table-cell;
  float: none;
  vertical-align: middle;
  padding-left: 10px;
  margin-left: 0px;
  width: auto;
}

.ft-intro {
  bottom: -57px;
  color: white;
  font-size: 24px;
  left: -40px;
  position: absolute;
  width: 200px;
}

.review-carousel {
  float: none;
  position: relative;
  width: 100%;
}

.star-review {
  display: block;
}

.review-text {
  margin-bottom: 31px;
  width: 100%;
  color: #fff;
}

.review-text > p {
  font-weight: lighter;
  line-height: 28px;
  color: #fff;
}

.person-img {
  border-radius: 50%;
  float: left;
  height: 80px;
  overflow: hidden;
  width: 80px;
}

.person-name {
  float: left;
  font-family: "tondo_corpregular";
  font-size: 23px;
  margin-left: 20px;
  margin-top: 24px;
  color: #fff;
}

.free-guide {
  float: left;
  margin-left: 40px;
  position: relative;
  width: 680px;
  z-index: 1;
  display: flex;
}

.ipad-image {
  order: 2;
  margin-top: 24px;
  flex: 1 1 50%;
}

.lead-magents {
  flex: 1 1 50%;
  margin-top: 60px;
  padding-bottom: 30px;
  padding-left: 40px;
}

.slick-disabled {
  display: none !important
}

#team-slides {
  padding: 40px 0px;
  margin-top: 40px;
}

.team-carousel {
  float: left;
  position: relative;
  width: 100%;
}

.team-box > img {
  float: left;
  width: 100%;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.gdc-info {
  float: left;
  font-weight: lighter;
  width: 100%;
}

.page-template-team-inner .gdc-info {
  color: #666;
  float: left;
  font-size: 21px;
  font-weight: lighter;
  margin-top: 20px;
  width: 100%;
}

.overlay {
  background: rgba(35, 35, 35, 0.82) none repeat scroll 0 0;
  height: 380px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 0.7s ease 0s;
  width: 100%;
  z-index: 9;
}

.ip-case {
  background: #efefef none repeat scroll 0 0;
  float: left;
  height: 110px;
  text-align: center;
  width: 100%;
}

#main-banner.full {
  height: 400px;
  margin-bottom: 50px;
  position: relative;
}

.page-template-service-inner #main-banner.full {
  height: 200px;
  overflow: hidden;
}

.page-template-contact #main-banner.full {
  height: 200px;
  overflow: hidden;
}

.sidebar-right .free-guide {
  float: left;
  margin-left: 0;
  margin-top: 60px;
  position: relative;
  width: 100%;
}

.sidebar-right .lead-magents {
  border: none;
  float: none;
  margin-top: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}

.sidebar-right .lead-magents > h3 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 13px;
  margin-top: 14px;
  width: 100%;
}

.sidebar-right .lead-magents.guide-form {
  padding: 0 20px 30px;
  width: auto;
}

.sidebar-right .lead-magents.guide-form .btn-form {
  width: 100% !important;
  background: #ceb687;
  border: none;
  color: #000;
}

.sidebar-right .lead-magents.contact-form .btn-form {
  width: 100% !important;
  background: #ceb687;
  border: none;
}

.sidebar-right .ipad-image {
  display: inline-block;
  float: none;
  margin-top: -26px;
  position: relative;
  width: 240px;
  z-index: 99;
}

.sidebar-right .free-guide .ipad-image {
  display: inline-block;
  float: none;
  margin-top: -26px;
  width: 150px;
}

.sidebar-right .top-reviews {
  background: white none repeat scroll 0 0;
  float: none;
  margin-bottom: 0;
  margin-top: 37px;
  padding: 0;
  width: 100%;
  margin-bottom: 70px;
  overflow: hidden;
  border: none;
}

.sideguide {
  border: 1px solid #ccc;
  text-align: center;
  width: 100%;
  background: #27282e;
  position: relative;
}

.sideguide:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url('images/fancyline.png') no-repeat bottom left;
  width: 85px;
  height: 150px;
}

.sidebar-right .contact-float > h3 {
  color: #fff !important;
  font-size: 26px;
  font-weight: lighter;
  line-height: 36px;
  margin: 0 0 20px;
}

.sidebar-right .wpcf7-form-control.wpcf7-submit {
  background: #ceb687 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 4px;
  bottom: -20px;
  color: white;
  left: 79px;
  position: absolute;
  width: 170px;
}

.sidebar-right .wpcf7 {
  float: left;
  margin-left: 23px !important;
  width: 296px;
}

.sidebar-right .top-reviews > h2 {
  color: #333;
  font-size: 27px;
  line-height: 44px;
  margin: 26px 0 0;
  padding-left: 23px;
  background: #000;
  margin: 0;
  padding: 23px;
}

.sidebar-right .person-img {
  border-radius: 50%;
  float: left;
  height: 54px;
  overflow: hidden;
  width: 54px;
}

.sidebar-right .slick-slide {
  padding: 0 25px;
}

.sidebar-right .review-text > p {
  font-size: 14px;
  font-weight: lighter;
  line-height: 26px;
  color: #000;
}

.sidebar-right .review-text {
  margin-bottom: 3px;
}

.sidebar-right .review-slides h6 {
  color: #000 !important;
  float: left;
  font-size: 20px;
  margin: 14px 0 20px;
  width: 100%;
}

.sidebar-right .person-name {
  float: left;
  font-family: "tondo_corpregular";
  font-size: 20px;
  font-weight: bold;
  margin-left: 20px;
  margin-top: 10px;
  width: 150px;
  color: #000;
}

.current-menu-item .sub-menu li a {
  color: #fff !important;
}

.columns.three.sidebar-right {
  float: right;
}

.sidebar-right .review-carousel .slick-prev {
  top: -40px;
  right: 40px;
}

.sidebar-right .review-carousel .slick-next {
  top: -40px;
  right: 10px;
}

.align-bottom > h4 {
  color: white;
  font-size: 40px;
  line-height: 40px;
  margin: 0 0 20px;
}

.additional-footer .white-btn {
  background: #ceb687 none repeat scroll 0 0;
  border-radius: 3px;
  border: 1px solid #ceb687;
  color: #000;
  display: inline-block;
  font-size: 19px;
  margin: 0 10px;
  padding: 15px;
  width: 200px;
}

.additional-footer .ghost-btn {
  background: none;
  border-radius: 3px;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 19px;
  margin: 0 10px;
  padding: 15px;
  width: 200px;
}

.additional-footer .row {
  text-align: center;
}

.additional-footer .row > h2 {
  color: white;
  font-size: 42px;
  margin-bottom: 25px;
  margin-top: 0;
  text-align: center;
}

.align-bottom {
  bottom: 0;
  color: white;
  left: 0;
  padding: 34px;
  position: absolute;
}

.additional-footer.full {
  background: #1f2026 none repeat scroll 0 0;
  margin-top: 61px;
  padding: 72px 0;
}

.oh-table td {
  border-bottom: 1px solid #444;
  padding-bottom: 4px;
  padding-top: 4px;
}

.web {
  color: #878787;
  float: right;
  font-size: 12px;
  margin: 10px 0;
  text-transform: uppercase;
}

.web a {
  color: #878787;
}

.btm-copyright > p {
  color: #878787;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
}

.linktoteam:hover .overlay,
.team-carousel .slick-slide:hover .overlay {
  opacity: 1;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
}

.site-footer {
  padding: 50px 0;
}

table.oh-table {
  border-collapse: collapse;
  width: 100%;
}

.day {
  font-weight: lighter;
}

.home #colophon {
  margin-top: 70px;
}

.home .additional-footer.full {
  display: none
}

.adress-box > h3 {
  color: #ceb687;
  font-size: 22px;
  margin-bottom: 0;
}

.btm-copyright {
  display: flex;
  flex-direction: row;
  margin: 50px 0 0;
  align-content: space-between;
  justify-content: space-between;
}

.flex-wrap {
  display: flex;
  flex-direction: row;
  align-content: space-between;
  justify-content: space-between;
}

.flex-wrap-column {
  display: flex;
  flex-direction: column;
}

.flex-wrap.testimonials {
  flex-wrap: wrap;
}

.flex-wrap.testimonials > div {
  flex: 0 1 49%;
}

.flex-wrap.testimonials > div:first-child {
  flex: 1 1 100%;
}

.adress-box {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
  position: relative;
}

.adress-box > p {
  color: white;
  font-weight: lighter;
  line-height: 34px;
  margin-top: 0;
}

.opening-hrs {
  flex: 1 1 auto;
  margin-bottom: 1em;
}

.opening-hrs > h3 {
  color: #ceb687;
  font-size: 22px;
}

.viewmap {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: white;
  font-size: 13px;
  padding: 9px;
  text-align: center;
  width: 130px;
  position: absolute;
  bottom: 0;
}

#colophon {
  background: #27282e none repeat scroll 0 0;
  color: white;
}

.team-carousel .slick-list {
  overflow: hidden;
}

.team-box.all-team {
  background: #27282e none repeat scroll 0 0 !important;
  height: 381px;
  left: 0;
  padding: 130px 0 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.team-box.all-team:after {
  content: "";
  background: url(images/fancyline.png) no-repeat center;
  position: absolute;
  width: 255px;
  height: 350px;
  right: -100px;
  bottom: 50px;
}

.our-t-title > p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 21px;
  font-weight: lighter;
  padding: 0 70px;
}

.our-t-title > h4 {
  color: #ceb687;
  font-size: 35px;
  margin: 0;
}

#team-slides .slick-slide {
  float: left;
  height: 404px;
  margin: 0 8px;
  overflow: hidden;
  position: relative;
}

.story-main iframe {
  float: left;
  width: 100%;
}

.thumb-v .slick-arrow {
  top: 45%;
  height: 19px;
  position: absolute;
  width: 22px;
  cursor: pointer;
  z-index: 10;
  border: none;
  background: none;
}

.thumb-v .slick-prev {
  left: -30px;
}

.thumb-v .slick-next {
  right: -30px;
}

#team-slides .slick-prev {
  background: rgba(0, 0, 0, 0) url("images/lleft.png") no-repeat scroll center center;
  border: 0 none;
  top: 45%;
  height: 19px;
  padding: 0;
  position: absolute;
  left: -30px;
  text-indent: -99999px;
  width: 22px;
  cursor: pointer;
  z-index: 10;
}

#team-slides .slick-next {
  background: rgba(0, 0, 0, 0) url("images/rright.png") no-repeat scroll center center;
  border: 0 none;
  top: 45%;
  height: 19px;
  padding: 0;
  position: absolute;
  right: -30px;
  text-indent: -99999px;
  width: 22px;
  cursor: pointer;
  z-index: 10;
}

.review-carousel .slick-prev {
  background: rgba(0, 0, 0, 0) url("images/lleft.png") no-repeat scroll center center;
  border: 0 none;
  bottom: 30px;
  height: 19px;
  padding: 0;
  position: absolute;
  right: 30px;
  text-indent: -99999px;
  width: 22px;
  cursor: pointer;
  z-index: 10;
}

.review-carousel .slick-next {
  background: rgba(0, 0, 0, 0) url("images/rright.png") no-repeat scroll center center;
  border: 0 none;
  bottom: 30px;
  height: 19px;
  padding: 0;
  position: absolute;
  right: 0px;
  text-indent: -99999px;
  width: 22px;
  cursor: pointer;
  z-index: 10;
}

.input-form {
  font-size: 15px;
}

.input-form.error {
  background: rgba(255, 0, 4, 0.30);
}

.text-form.error {
  background: rgba(255, 0, 4, 0.30);
}

.guide-form .input-form.error {
  border: 1px solid red;
}

label.error {
  display: none !important;
}


/*.service-box:hover::before {
  opacity: 0.2;
  transition: all 0.5s;
  -webkit-transition: all 0.5s
}
.service-box::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: black;
  z-index: 0;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s
}*/
#book-a-consultation .lead-magents {
  border: 0 !important;
  float: none;
  padding: 0;
  margin: 17px 0;
  width: 100%;
  overflow: hidden;
}

.lead-magents span {
  color: #ceb687;
}

.lead-magents > h3 {
  color: #fff;
  font-size: 34px;
  margin-top: 0;
}

i.star-icon {
  background: url(images/star.png) no-repeat;
  width: 28px;
  height: 28px;
  margin-right: 3px;
  display: inline-block;
}

.review-slides h6 {
  color: #fff !important;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
}

.btn-colour {
  border-radius: 6px;
  bottom: 40px;
  color: #000;
  display: inline-block;
  left: 72px;
  padding: 13px;
  position: absolute;
  width: 150px;
  font-family: "tondo_corpregular";
  z-index: 1;
}

.top-reviews {
  background: transparent;
  float: left;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 32px 65px;
  width: 500px;
  border-right: 1px solid #444;
}

.top-reviews > h2 {
  color: #ceb687 !important;
  font-size: 44px;
  line-height: 44px;
}

#review-lead.full {
  background: #27282e none repeat scroll 0 0;
  margin: -5px 0 0 0;
  padding: 40px 0;
  position: relative;
}

#review-lead:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 11%;
  background: url('images/fancyline-larger.png') no-repeat center;
  width: 461px;
  height: 554px;
  max-height: 100%;
  z-index: 0;
}

.consent {
  float: left;
  width: 100%;
  text-align: left;
  margin: 10px 0;
}

.consent label {
  font-size: 14px;
  display: inline-block;
  color: #000;
}

.consent .checkbox {
  float: left !important;
  width: auto !important;
  margin-right: 13px;
  height: auto;
}

.contact-float {
  background: rgba(39, 40, 46, 0.73);
  padding: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -530px;
  width: 327px;
  z-index: 99;
}

.contact-float > h3 {
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  margin: 0;
}

input[type='text'],
input[type='email'],
input[type='tel'],
textarea {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  border-radius: 3px;
  padding: 18px 0;
  text-indent: 18px;
  width: 100%;
}

.contact-float input[type='text'],
.contact-float input[type='email'],
.contact-float input[type='tel'],
.contact-float textarea {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  border-radius: 3px;
  padding: 18px 0;
  text-indent: 18px;
  width: 100%;
}

.sidebar-right .contact-float {
  background: #27282e !important;
  padding: 20px;
  position: static;
  right: 0;
  text-align: center;
  top: 0;
  width: auto;
  z-index: 1;
}

.wpcf7-form-control.wpcf7-submit {
  background: #ceb687 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 4px;
  bottom: -20px;
  color: white;
  left: 109px;
  position: absolute;
  width: 170px;
}


input.btn-form,
button.btn-form {
  width: 100% !important;
  background: #ceb687;
  border: none;
  border-radius: 2px;
  color: white;
  font-size: 16px !important;
  height: 53px;
  padding: 0;
  width: 100% !important;
  cursor: pointer;
}

.service-box {
  float: left;
  height: 380px;
  margin: 10px 6px;
  padding: 14px;
  position: relative;
  text-align: center;
  width: 294px;
  border: 2px solid #ceb687;
}

.service-box > h3 {
  color: #ceb687;
  font-size: 40px;
  line-height: 47px;
  position: relative;
  z-index: 1;
  margin: 1em 0;
}

.service-box > p {
  color: white;
  font-weight: lighter;
  line-height: 27px;
  position: relative;
  z-index: 1;
  margin-top: 0;
}

.page-template-service-inner .service-box {
  float: left;
  height: 250px;
  margin: 10px 6px;
  padding: 14px;
  position: relative;
  text-align: center;
  width: 260px;
}

.page-template-service-inner .service-box .btn-colour {
  bottom: 40px;
  display: block;
  position: absolute;
  width: 100%;
  font-family: "tondo_corpregular";
  float: none;
  text-align: center;
  left: 0;
  padding: 0
}

#welcome.full {
  padding: 49px 0;
}

.welcome-text h1 {
  font-size: 2.2em;
  line-height: 1em;
}

.welcome-text p {
  line-height: 33px;
  font-weight: bold;
}

.welcome-text h2 {
  font-size: 51px;
  margin-bottom: 0;
  margin-top: 0;
}

.welcome-text h3 {
  font-size: 20px;
  color: #ceb687;
  font-weight: bold;
}


.review-slides {
  float: left;
  width: 100%;
}

.welcome-text {
  float: left;
  width: 600px;
}

.welcome-video {
  float: right;
  width: 666px;
}

.wpcf7 {
  float: left;
  margin-left: 15px !important;
  width: 296px;
}

.wpcf7-form-control-wrap {
  float: left;
  position: relative;
  width: 100%;
}

/*gloabl*/
body {
  margin: 0;
  padding: 0;
}

.full.welcome-bar {
  background: #3793a0 none repeat scroll 0 0;
  color: white;
  padding: 5px 0;
}

.freemesg span {
  font-family: 'dearjoe4regular';
  font-weight: bold;
  margin: 0 5px;
}

#accordion {
  float: left;
  list-style: outside none none;
  margin-left: 0;
  padding: 2px;
  width: 100%;
}

#accordion > li {
  display: block;
  float: left;
  list-style: outside none none;
  width: 100%;
}

#acc-faq.full .tab-heading.active {
  background: #f05d33 url("images/pro-minus-white.png") no-repeat scroll 98% center;
  color: white;
}

#accordion > li > span.tab-heading {
  color: black;
  border: 1px solid #ccc;
  cursor: pointer;
  display: block;
  font-size: 17px;
  font-weight: normal;
  padding: 12px 25px 12px 14px;
  text-transform: capitalize;
  border-bottom: none;
}

#accordion > li:last-child > span.tab-heading {
  border-bottom: 1px solid #ccc;
}

.tab-heading.active {
  background: #ceb687 url("images/minus.png") no-repeat scroll 98% center;
  color: #fff !important;
  font-weight: bold;
}

.tab-heading {
  background: #fff url("images/plus.png") no-repeat scroll 98% center;
}

#accordion > li > div.tab-reveal {
  display: none;
  list-style: outside none none;
  padding: 20px 0;
}

#accordion > li > div.tab-reveal p {
  padding: 0 20px
}

.tab-reveal {
  background: #fcfcfc none repeat scroll 0 0;
  border-right: 1px solid #e5e4e5;
  border-left: 1px solid #e5e4e5;
  border-top: 1px solid #e5e4e5;
  border-bottom: none;
}

#accordion > li:last-child > .tab-reveal {
  border-bottom: 1px solid #e5e4e5;
}

.tab-reveal {
  background: #fcfcfc none repeat scroll 0 0;
  border-right: 1px solid #e5e4e5;
  border-left: 1px solid #e5e4e5;
  border-top: 1px solid #e5e4e5;
  border-bottom: none;
}

.vmc-btn.backs {
  background: #27282e none repeat scroll 0 0;
  margin-top: 20px;
}

.contact-info {
  float: right;
  color: #fff;
  width: 240px;
  text-align: right;
}

.contact-info small {
  display: block;
  opacity: 0.6;
}

.social-media {
  list-style: none;
  margin: 5px 0 0;
  padding: 0;
  text-align: right;
  font-size: 1;
}

.social-media li {
  display: inline;
}

.social-media a {
  font-size: 26px;
}

.telephone-cta {
  float: none;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .contact-info {
    display: none;
  }

  .contect {
    float: none;
    width: 100%;
    margin-bottom: 1em;
  }

  .add-form {
    float: none;
    width: 100%;
    margin-bottom: 1em;
  }
}

.site-navigation {
  font-weight: lighter;
  margin-left: 20px;
  margin-right: 19px;
  margin-top: 46px;
  width: 899px;
}

ul.nav-menu {
  border-radius: 11px;
  float: right;
  list-style: outside none none;
  margin: 0;
  width: 100%;
}

.nav-menu a {
  border: medium none;
  color: #fff;
  float: left;
  font-family: 'tondo_corplight';
  font-size: 14px;
  font-weight: bold;
  padding: 1px 18px;
  position: relative;
  text-transform: uppercase;
  width: auto;
}

.menu-main-container {
  float: left;
  width: 100%;
}

ul.nav-menu {
  float: right;
  list-style: outside none none;
  margin: 0;
  width: 100%;
}

.sub-menu {
  display: none
}

.columns.twelve.carousel {
  margin-bottom: 60px;
}

body {
  overflow-x: hidden
}

p {
  color: #333;
  font-weight: bold;
}

.slick-dots {
  border: 0 none;
  bottom: 14px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10;
}

#hero.full {
  height: 559px;
}

#services {
  background: url(images/services-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 40px 0px;
}

.facebook.soc-icon {
  background: url(images/facebook.png) no-repeat 0 0;
  width: 41px;
  height: 41px;
  display: inline-block;
  vertical-align: top;
  margin-top: -6px;
  margin-left: 15px;
}

.googleplus.soc-icon {
  background: url(images/google.png) no-repeat 0 0;
  width: 41px;
  height: 41px;
  display: inline-block;
  vertical-align: top;
  margin-top: -6px;
  margin-left: 15px;
}

.slick-active button {
  background: #ceb687 none repeat scroll 0 0 !important;
}

#hero.full {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  background: white none repeat scroll 0 0;
  border: 0 none;
  border-radius: 50%;
  font-size: 0;
  height: 15px;
  margin: 10px 7px;
  width: 15px;
  cursor: pointer !important
}

article .entry-header {
  padding: 0 30px 30px;
}


#contact-us .row {
  position: relative
}


.leftcontent article {
  box-shadow: 0 0 10px #ccc;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}

.clickplus {
  position: absolute;
  z-index: 10;
  background: #ceb687;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 37px;
  text-align: center;
  padding-top: 13px;
  border-radius: 50%;
  font-size: 19px;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.40);
}

.contect .lead-magents {
  padding: 0 !important;
  width: 90% !important;
  border: 0 !important;
  margin-top: 0;
}

.header.full {
  background: #27282e none repeat scroll 0 0;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.logos {
  margin: 15px 0;
}

.telephone-cta {
  background: url("images/phonetop-gold.png") no-repeat left center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5em;
  padding-left: 33px;
  color: #fff;
}

.full {
  width: 100%;
  text-align: center;
  display: inline-block
}

.row {
  display: block;
  max-width: none;
  text-align: left;
  width: 1355px;
  margin: 0 auto;
}

.welcome-bar .row {
  text-align: center;
}

.welcome-bar .row > p {
  color: white;
  display: inline-block;
  font-size: 18px;
  margin: 0;
}

.welcome-btn {
  background: white none repeat scroll 0 0;
  border-radius: 3px;
  color: #000;
  font-weight: bold;
  display: inline-block;
  margin-left: 20px;
  padding: 6px 16px;
}

.pull-left {
  float: left
}

.pull-right {
  float: right
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  margin-top: 0;
}

h1 small {
  color: #ceb687;
}

.column,
.columns {
  float: left;
  min-height: 1px;
  padding: 0;
  position: relative;
}

a {
  color: #ceb687;
  line-height: inherit;
  text-decoration: none;
}

.copy {
  display: inline-block;
  font-size: 12px;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}

.copy a {
  color: black;
}

.social-media-links {
  left: 0;
  position: fixed;
  top: 191px;
  width: 52px;
  z-index: 9999;
}

.social-media-links img {
  float: left
}

#main-banner .img {
  background: #272727 none repeat scroll 0 0;
  height: 100%;
  left: 50%;
  margin-left: -960px;
  max-width: none;
  position: absolute;
  top: 0;
  width: 1920px;
  z-index: -1;
}

.twitter-timeline.twitter-timeline-rendered {
  height: 250px;
}

.twitter-timeline.twitter-timeline-rendered {
  width: 300px !important;
}

.latest-post {
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.side-area {
  margin-bottom: 30px;
}

.side-header.stream-twitter {
  background: url("images/twitter.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: white;
  float: left;
  margin-top: 20px;
  font-size: 21px;
  font-weight: lighter;
  height: 50px;
  padding-left: 80px;
  padding-top: 12px;
  width: 300px;
}

#secondary {
  float: left;
}

.welcome-text a,
.left-content a {
  color: #ceb687;
}

.side-area {
  background: none repeat scroll 0 0 #ffffff;
  float: left;
  padding: 15px;
  position: relative;
}

.columns.eight.leftcontent ul {
  list-style: none;
  display: block;
  margin: 5px 0;
}

.wistia_responsive_padding {
  display: inline-block;
  width: 100%;
}

.columns.eight.leftcontent #accordion li::before {
  display: none
}

.columns.eight.leftcontent #accordion li {
  margin-bottom: 0
}

.columns.eight.leftcontent li::before {
  background: #ceb687 none repeat scroll 0 0;
  content: "";
  height: 8px;
  left: -22px;
  position: absolute;
  top: 5px;
  transform: rotate(45deg);
  width: 8px;
}

.columns.eight.leftcontent li {
  color: #333;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 18px;
  position: relative;
}

.side-area form {
  margin-bottom: 0 !important
}

.meta-nav {
  display: none
}

a:focus,
a:hover {
  color: #666;
  outline: medium none;
}

.entry-title > a {
  color: #ceb687;
  font-size: 34px;
  line-height: 36px;
  text-transform: uppercase;
}

.entry-meta {
  display: none
}

.read-more-index {
  background: #ceb687 none repeat scroll 0 0;
  border-radius: 3px;
  color: white;
  display: inline-block;
  padding: 10px 25px;
}

h1.page-title {
  color: white;
  font-size: 55px;
  margin-top: 150px;
  text-align: center;
  text-shadow: 0 0 85px #000;
  -webkit-text-shadow: 0 0 85px #000;
}

.reveal-modal .close-reveal-modal {
  right: 0.5rem;
}

.reveal-modal.open {
  text-align: center;
}

.reveal-modal .close-reveal-modal {
  font-size: 1.222rem !important;
}

.reveal-modal-bg {
  background: rgba(0, 0, 0, 0.68) none repeat scroll 0 0 !important;
}

.reveal-modal h2 {
  color: #27282e;
  font-size: 31px;
  font-weight: lighter;
  margin-bottom: 0;
  margin-top: -5px;
  text-align: left;
}

#book-a-consultation .input-form.error {
  background: rgba(255, 0, 4, 0.30);
}

#book-a-consultation .text-form.error {
  background: rgba(255, 0, 4, 0.30);
}

.reveal-modal p {
  margin-bottom: 0;
  text-align: left;
}

.columns.twelve.carousel {
  margin-bottom: 60px;
  margin-top: 30px;
  position: relative;
}

a.read-more {
  background: #ceb687;
  padding: 13px 20px;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  border-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
}

#read-more {
  display: none;
}

.testimonial-title .sub-title {
  color: #ceb687;
}

/*responsive*/
/* #Desktop (1366)
================================================== */
@media only screen and (min-width: 1280px) and (max-width: 1360px) {
  .telephone-cta {
    font-size: 18px;
  }

  html body .btn-form {
    width: 150px !important;
  }

  .sidebar-right .contact-float {
    width: 275px;
    margin-bottom: 20px;
  }

  .sidebar-right .current-menu-item a {
    width: 288px !important;
  }

  .ba-conatiner.after-uploaded {
    padding: 16px 8px;
  }

  .row {
    width: 1270px;
  }

  .v-text {
    margin-left: 20px;
    width: 104px;
  }

  .contect textarea {
    height: 170px;
    width: 550px;
  }

  .contect input {
    width: 550px;
  }

  .case-study {
    width: 411px;
  }

  .align-bottom {
    bottom: 20px;
  }

  .site-navigation {
    float: right;
    font-weight: lighter;
    margin-right: 19px;
    margin-top: 46px;
    width: 859px;
  }

  .nav-menu a {
    border: medium none;
    color: #fff;
    float: left;
    font-family: "tondo_corpregular";
    font-size: 14px;
    font-weight: bold;
    padding: 1px 15px;
    position: relative;
    text-transform: uppercase;
    width: auto;
  }

  #hero.full {
    height: 436px;
  }

  .contact-float {
    padding: 20px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -430px;
    width: 298px;
    z-index: 99;
  }

  .team-box.all-team {
    padding: 100px 0 0;
  }

  #team-slides .slick-slide {
    height: 354px;
  }

  #team-slides .overlay {
    height: 354px;
  }

  #team-slides .row {
    width: 1190px;
  }

  .free-guide {
    margin-left: 40px;
    position: relative;
    width: 660px;
  }

  .top-reviews {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
    float: left;
    padding: 32px 28px;
    width: 500px;
  }

  .service-box {
    float: left;
    height: 380px;
    margin: 10px 6px;
    padding: 14px;
    position: relative;
    text-align: center;
    width: 273px;
    border: 2px solid #ceb687;
  }

  .welcome-text {
    float: left;
    width: 550px;
  }


  .contact-float > h3 {
    color: #333;
    font-size: 26px;
    font-weight: bold;
    line-height: 28px;
    margin: 0;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 9000px) {
  .nav-menu li:hover .sub-menu {
    display: block
  }
}

@media only screen and (min-width: 0px) and (max-width: 1279px) {

  /*menu*/
  .site-navigation {
    background: white none repeat scroll 0 0;
    display: none;
    float: right;
    font-weight: lighter;
    left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-top: 3px;
    position: absolute;
    top: 160px;
    width: 100%;
    z-index: 999999;
  }

  #menu-item-428 .sub-menu {
    width: 100%;
  }

  .sandwichmenu {
    background: #ceb687 none repeat scroll 0 0;
    border: 1px solid #ceb687;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block !important;
    float: right;
    height: 42px;
    margin-left: 20px;
    margin-top: 26px;
    padding-left: 13px;
    padding-top: 17px;
    width: 43px;
  }

  .nav-menu > li {
    float: left;
    padding-bottom: 0;
    position: relative;
    width: 100%;
  }

  .plussy {
    display: block;
    font-size: 27px;
    padding-right: 10px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 100%;
    z-index: 99;
    height: 100%
  }

  .sub-menu::before {
    display: none;
  }

  html body .sub-menu a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: white;
    float: left;
    padding-bottom: 7px;
    padding-top: 7px;
    width: 100% !important;
    background: #ceb687 none repeat scroll 0 0 !important;
  }

  .nav-menu > li {
    border-bottom: 1px solid #ccc;
  }

  .sub-menu li {
    float: left;
    width: 100%;
  }

  .sub-menu {
    background: #ceb687 none repeat scroll 0 0 !important;
    border-radius: 0;
    left: 0;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: static;
    top: 40px;
    width: 100%;
    z-index: 999;
  }

  .nav-menu a {
    border: medium none;
    color: #ceb687;
    float: left;
    font-family: "tondo_corpregular";
    font-size: 19px;
    font-weight: bold;
    padding: 10px 0;
    position: relative;
    text-indent: 20px;
    text-transform: uppercase;
    width: 100%;
  }

  /*menu*/
}

/* #Tablet (1024)
================================================== */
@media only screen and (min-width: 1001px) and (max-width: 1279px) {
  .v-thumb {
    height: 65px !important;
  }

  .thanskintro .page-title.insidetitle {
    padding: 40px 0;
  }

  .wpcf7 {
    float: left;
    margin-left: 15px;
    width: 276px;
  }

  .wpcf7-form-control.wpcf7-submit {
    width: 140px !important;
  }

  .testimonial-title {
    width: 390px;
  }

  #main-banner .img {
    margin-left: -1100px;
  }

  .case-study .star-review {
    margin: 20px auto 0;
    width: auto;
  }

  .case-study {
    border: 1px solid #ccc;
    float: left;
    margin: 5px;
    text-align: center;
    width: 304px;
  }

  .v-text {
    float: left;
    font-family: "tondo_corpregular";
    margin-left: 20px;
    width: 74px;
  }

  .sub-title {
    font-size: 53px;
    line-height: 53px;
  }

  .sidebar-right .menu a {
    border-top: 1px solid #ccc;
    color: #333;
    font-size: 15px;
    margin-left: 15px;
    padding: 7px;
    width: 190px;
  }

  .sidebar-right .current-menu-item a {
    margin-left: 0;
    padding-left: 20px;
    position: relative;
    width: 211px !important;
  }

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

  .add-form {
    float: left;
    margin-top: 50px;
    width: 100%;
  }

  .contect textarea {
    font-size: 17px;
    margin-bottom: 8px;
    padding: 14px 0;
    width: 100%;
  }

  .contect input {
    font-size: 17px;
    margin-bottom: 8px;
    padding: 14px 0;
    width: 100%;
  }

  .sidebar-right .current-menu-item a::before {
    content: "";
    height: 10px;
    left: -6px;
    position: absolute;
    top: 12px;
    transform: rotate(45deg);
    width: 10px;
  }

  .sidebar-right .wpcf7-form-control.wpcf7-submit {
    background: #ceb687 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 4px;
    bottom: -20px;
    color: white;
    left: 39px;
    position: absolute;
    width: 170px;
  }

  .btn-form {
    background: #57c5c6 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 2px;
    color: white;
    font-size: 16px;
    height: 53px;
    padding: 0;
    width: 90%;
  }

  .meet-team .overlay {
    height: 265px !important;
  }

  .align-bottom > h4 {
    color: white;
    font-size: 30px;
    line-height: 32px;
    margin: 0 0 20px;
  }

  .align-bottom {
    bottom: 0;
    color: white;
    left: 0;
    padding: 34px 10px;
    position: absolute;
  }

  .sidebar-right .lead-magents {
    border: none;
    float: none;
    margin-top: 0;
    width: 100%;
  }

  .sidebar-right .person-name {
    width: 100px;
  }

  #team-slides .slick-slide {
    float: left;
    height: 354px;
    margin: 0 8px;
    overflow: hidden;
    position: relative;
  }

  #team-slides .overlay {
    height: 354px;
  }

  .web {
    color: #878787;
    float: right;
    font-size: 12px;
    margin: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
  }

  .btm-copyright > p {
    color: #878787;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
  }

  .adress-box > h3 {
    font-size: 21px;
  }

  .adress-box > p {
    color: white;
    font-weight: lighter;
    line-height: 28px;
  }

  .row {
    width: 950px;
  }

  #team-slides .row {
    width: 900px;
  }

  .team-box.all-team {
    background: #8be6d1 none repeat scroll 0 0;
    height: 381px;
    left: 0;
    padding: 90px 0 0;
    position: absolute;
    text-align: center;
    width: 100%;
  }

  .contact-float {
    padding: 19px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -340px;
    width: 296px;
    z-index: 99;
  }


  #hero.full {
    height: 349px;
  }

  .contact-float > h3 {
    color: #333;
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    margin: 0;
  }

  .welcome-text {
    float: left;
    width: 100%;
  }

  .free-guide {
    margin-left: 40px;
    position: relative;
    width: 460px;
  }

  .ipad-image {
    display: none;
  }

  .lead-magents {
    margin-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    width: 100%;
  }

  .top-reviews {
    float: left;
    padding: 32px 22px;
    width: 400px;
  }

  .btn-colour {
    border-radius: 6px;
    bottom: 40px;
    color: #000;
    display: inline-block;
    font-family: "tondo_corpregular";
    left: 50%;
    margin-left: -75px;
    padding: 13px;
    position: absolute;
    width: 150px;
  }

  .service-box {
    float: left;
    height: 344px;
    margin: 10px 6px;
    padding: 14px;
    position: relative;
    text-align: center;
    width: 431px;
    border: 2px solid #ceb687;
  }

  .welcome-video {
    float: right;
    width: 100%;
  }

  .wpcf7-form-control.wpcf7-submit {
    background: #ceb687 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 4px;
    bottom: -20px;
    color: white;
    left: 79px;
    position: absolute;
    width: 170px;
  }



  .ba-conatiner.after-uploaded {
    padding: 16px 7px;
  }

  .contect .infusion-form.lead-magents.contact-form {
    width: 100% !important;
  }

  .quote-container > p {
    color: white;
    font-size: 19px !important;
    line-height: 33px !important;
    padding: 0 30px;
  }

  html body .btn-form {
    width: 160px !important;
  }

  #primary-navigation {
    margin-left: 0;
  }

  .sidebar-right .person-name {
    font-size: 16px;
  }

  .soc-icon {
    float: right;
    clear: both;
    width: 20px !important;
    height: 20px !important;
    background-size: 100% !important;
    margin-top: 0 important;
  }
}

/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 1000px) {


  .team-box.all-team:after {
    width: 255px;
    height: 350px;
    right: -100px;
    bottom: -58px;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .adress-box,
  .opening-hrs {
    flex-basis: 50%;
  }

  .viewmap {
    position: static;
  }

  .row {
    width: 740px
  }

  .site-navigation {
    top: 196px;
  }

  .thankspage .page-title.insidetitle {
    padding: 0 !important;
    margin: 0;
    margin-top: 36px !important;
    font-size: 29px !important;
    margin-bottom: 20px !important
  }

  html body .thanskintro .page-title.insidetitle span {
    display: inline-block;
    font-size: 20px !important;
    margin-top: 10px;
  }

  .wpcf7 {
    margin-left: 0px !important;
  }

  #hero.full {
    float: left;
    height: auto;
  }

  .slick-dots {
    bottom: 34px;
  }

  .sidebar-right .wpcf7-form-control.wpcf7-submit {
    background: #ceb687 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 4px;
    bottom: -20px;
    color: white;
    left: 0;
    position: absolute;
    width: 100%;
  }

  .sidebar-right .lead-magents {
    border: none;
    float: none;
    margin-top: 0;
    padding: 0px;
    text-align: center;
    width: 100%;
  }

  .align-bottom > h4 {
    color: white;
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 20px;
  }

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

  .contect .wpcf7 {
    float: left;
    margin-left: 0;
    width: 100%;
  }

  .nav-menu a {
    font-size: 16px;
  }

  .add-form {
    float: left;
    width: 100%;
  }

  .contect textarea {
    font-size: 17px;
    margin-bottom: 8px;
    padding: 14px;
    width: 710px;
  }

  .contect input {
    font-size: 17px;
    margin-bottom: 8px;
    padding: 14px;
    width: 710px;
  }

  .page-template-team-inner #main-banner .img {
    margin-left: -730px;
  }

  .page-template-testimonials #main-banner.full {
    height: 409px;
    margin-bottom: 70px;
    position: relative;
    position: relative;
  }

  .test-positions {
    display: inline-block;
    height: 110px;
    left: 50%;
    position: absolute;
    top: 132px;
    width: 110px;
    z-index: 99;
  }

  .before-after-case {
    width: 96%;
  }

  .video-circle {
    background: #ebb44b url("images/play.png") no-repeat scroll 32px 25px;
    border-radius: 50%;
    height: 90px;
    width: 90px;
  }

  .page-template-about h1.page-title,
  .page-template-testimonials h1.page-title {
    color: white;
    font-size: 50px;
    margin-bottom: 10px;
    margin-top: 130px !important;
    text-align: left;
  }

  .sub-title {
    font-size: 30px;
  }

  .testimonial-title {
    width: 320px;
  }

  h1.page-title {
    color: white;
    font-size: 44px;
    margin-top: 30px !important;
    text-align: center;
  }

  .columns.three.sidebar-right {
    float: right;
    margin-top: 60px;
    width: 100%;
  }

  .case-study .star-review {
    float: none;
    margin: 20px auto 0;
    width: auto;
  }

  .case-study {
    border: 1px solid #ccc;
    margin: 5px;
    text-align: center;
  }

  .occupation {
    color: #00ddb9;
    float: left;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
  }

  .page-template-team-inner h1.page-title {
    color: #444;
    float: left;
    font-size: 39px;
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
    width: 100%;
  }

  .meet {
    color: #444;
    float: left;
    font-size: 28px;
    line-height: 28px;
    margin-top: 50px;
  }

  .columns.eight.leftcontent {
    width: 100%;
  }

  .sidebar-right .wpcf7 {
    float: left;
    margin-left: 0;
    width: 100%;
  }

  .overlay {
    background: rgba(35, 35, 35, 0.82) none repeat scroll 0 0;
    height: 309px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.7s ease 0s;
    width: 100%;
    z-index: 9;
  }

  .columns.three.sidebar-right {
    float: right;
    width: 100%;
  }

  #main-banner.full {
    height: 270px;
    margin-bottom: 70px;
    position: relative;
  }

  .page-template-before-after #main-banner.full {
    height: 180px !important;
    margin-bottom: 0 !important;
    position: relative;
  }

  h1.page-title {
    color: white;
    font-size: 44px;
    margin-top: 113px;
    text-align: center;
  }

  #main-banner .img {
    background: #272727 none repeat scroll 0 0;
    height: 100%;
    left: 50%;
    margin-left: -680px;
    max-width: none;
    position: absolute;
    top: 0;
    width: 1360px;
    z-index: -1;
  }

  .contact-float {
    position: static;
    right: 0;
    text-align: center;
    top: -530px;
    width: 100%;
    z-index: 99;
    margin-top: 0 !important;
    margin-bottom: 20px;
  }

  .wpcf7 {
    float: left;
    margin-left: 15px;
    text-align: center;
    width: 100%;
  }

  .page-template-service-inner #main-banner.full {
    height: 140px;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .sidebar-right .current-menu-item a {
    color: white !important;
    margin-left: 0 !important;
    padding-left: 20px !important;
    position: relative;
    width: 96% !important;
  }

  .sidebar-right .menu a {
    border-top: 1px solid #ccc;
    color: #333;
    font-size: 18px;
    margin-left: 15px;
    padding: 11px;
    width: 95%;
  }

  .ba-conatiner.after-uploaded {
    padding: 17px 8px;
    box-shadow: 0 0 10px #ccc;
    width: 97%;
  }

  .site-navigation {
    top: 156px;
    margin: 0;
  }

  .align-bottom {
    bottom: 20px;
  }


  .home .lead-magents {
    border-left: none;
    margin-top: 60px;
    padding-bottom: 30px;
    padding-left: 0;
    width: 278px;
  }

  .btn-form {
    width: 200px !important;
  }


  .wpcf7-form-control.wpcf7-submit {
    background: #ceb687 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 4px;
    bottom: -20px;
    color: white;
    left: 0;
    position: absolute;
    width: 100%;
  }

  .welcome-text {
    float: left;
    width: 100%;
  }

  .welcome-video {
    float: right;
    width: 100%;
  }

  .service-box {
    float: left;
    height: 344px;
    margin: 10px 6px;
    padding: 14px;
    position: relative;
    text-align: center;
    width: 326px;
    border: 2px solid #ceb687;
  }

  .btn-colour {
    border-radius: 6px;
    bottom: 40px;
    color: #000;
    display: inline-block;
    font-family: "tondo_corpregular";
    left: 82px;
    padding: 13px;
    position: absolute;
    width: 150px;
  }

  .top-reviews {
    float: left;
    padding: 0;
    text-align: center;
    width: 100%;
  }

  .star-review {
    display: inline-block;
    float: none;
    width: 100%;
  }

  i.star-icon {
    background: rgba(0, 0, 0, 0) url("images/star.png") no-repeat scroll 0 0;
    display: inline-block;
    float: none;
    height: 28px;
    margin-right: 3px;
    width: 28px;
  }

  .person-img {
    border-radius: 50%;
    display: inline-block;
    float: none;
    height: 80px;
    overflow: hidden;
    width: 80px;
  }

  .person-name {
    display: inline-block;
    float: none;
    font-family: "tondo_corpregular";
    font-size: 23px;
    font-weight: bold;
    margin-left: 0;
    margin-top: -10px;
    width: 100%;
  }

  .top-reviews {
    float: left;
    padding: 0;
    text-align: center;
    width: 100%;
  }

  .review-carousel .slick-prev {
    background: rgba(0, 0, 0, 0) url("images/lleft.png") no-repeat scroll center center;
    border: 0 none;
    bottom: 30px;
    cursor: pointer;
    height: 19px;
    padding: 0;
    position: absolute;
    right: 60px;
    text-indent: -99999px;
    width: 22px;
    z-index: 10;
  }

  .review-carousel .slick-next {
    background: rgba(0, 0, 0, 0) url("images/rright.png") no-repeat scroll center center;
    border: 0 none;
    bottom: 30px;
    cursor: pointer;
    height: 19px;
    padding: 0;
    position: absolute;
    right: 20px;
    text-indent: -99999px;
    width: 22px;
    z-index: 10;
  }

  #team-slides .overlay {
    height: 290px;
  }

  .team-box.all-team {
    background: #8be6d1 none repeat scroll 0 0;
    height: 209px;
    left: 0;
    padding: 60px 0 0;
    position: absolute;
    text-align: center;
    width: 100%;
  }

  .adress-box > h3 {
    font-size: 19px;
  }

  #team-slides .slick-slide {
    float: left;
    height: 237px;
    margin: 0 8px;
    overflow: hidden;
    position: relative;
  }

  .our-t-title > p {
    color: white;
    font-size: 18px;
    font-weight: lighter;
    padding: 0 10px;
  }

  #team-slides .row {
    width: 690px;
  }

  .slick-slide {
    padding-bottom: 30px;
  }

  #review-lead:after {
    background: none;
  }
}

/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  .flex-wrap {
    flex-wrap: wrap;
  }

  .team-box.all-team:after {
    width: 255px;
    height: 350px;
    right: -100px;
    bottom: -58px;
  }

  .adress-box,
  .opening-hrs {
    flex-basis: 50%;
  }

  .viewmap {
    position: static;
  }

  .columns.three.sidebar-right {
    float: right;
    margin-top: 60px;
    width: 100%;
  }

  .columns.eight.leftcontent {
    width: 100%;
  }

  .ba-conatiner.after-uploaded {
    padding: 7px;
  }

  .sidebar-right .contact-float {
    background: white none repeat scroll 0 0;
    border: none;
    box-shadow: none;
    padding: 0;
    position: static;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1;
  }

  #book-a-consultation input {
    width: 80% !important;
  }

  #book-a-consultation input.btn-form {
    width: 80% !important;
    margin-left: 10%
  }

  #book-a-consultation .consent {
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }

  #book-a-consultation .checkbox {
    width: auto !important;
    float: left;
  }

  #contact-us .btn-form {
    width: 200px !important;
    margin-left: 6%;
  }

  #team-slides .slick-slide {
    height: auto !important;
  }

  #book-a-consultation input.btn-form {
    width: 200px !important;
    margin-left: 7.5%;
  }

  .sidebar-right .current-menu-item a {
    color: white !important;
    margin-left: 0 !important;
    padding-left: 20px !important;
    position: relative;
    width: 248px !important;
  }

  .sidebar-right .menu a {
    border-top: 1px solid #ccc;
    color: #333;
    font-size: 18px;
    margin-left: 15px;
    padding: 11px;
    width: 230px;
  }

  .page-template-before-after #main-banner.full {
    height: auto !important;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
  }

  .columns.six {
    width: 100% !important;
  }

  .page-title.insidetitle {
    font-size: 30px !important;
  }

  .thanskintro .page-title.insidetitle {
    width: 100%;
    text-align: left;
    padding: 40px 0;
    word-wrap: break-word;
    font-size: 29px !important;
    color: #fff;
  }

  .ipad-images {
    max-width: 140px;
    display: inline-block;
    margin-top: -30px;
  }

  .six .six .page-title.insidetitle {
    text-align: center;
    padding: 10px 0;
  }

  .page-id-185 .reveal-modal {
    width: inherit !important;
  }

  #phonenumber p {
    padding: 0 20px
  }

  #phonenumber {
    text-align: center
  }

  #phonenumber .telephone-cta {
    display: inline-block;
    float: none;
    font-size: 30px;
    margin-top: 50px;
    min-width: 0;
    width: auto;
  }

  .sandwichmenu {
    margin-left: 13px !important;
  }

  .phone-mob {
    border: 2px solid #ccc;
    border-radius: 50%;
    display: block;
    float: right;
    height: 39px;
    margin-right: 0;
    margin-top: 9px;
    padding-top: 18px;
    text-align: center;
    width: 57px;
  }

  .row {
    width: 92%;
  }

  .welcome-bar .row > p {
    color: white;
    display: inline-block;
    font-size: 13px;
    margin: 0;
  }

  .sandwichmenu {
    margin-top: 8px !important;
  }

  .telephone-cta {
    display: none;
  }

  .logos {
    margin-top: 10px !important;
    width: 100px;
  }

  .logos {
    margin-top: 14px;
    width: 100px;
  }

  .header.full {
    box-shadow: 0 0 10px #ccc;
    display: inline-block;
    height: 77px !important;
    position: relative;
    text-align: center;
    width: 100%;
  }

  .site-navigation {
    top: 77px;
  }

  #hero.full {
    height: auto !important;
  }


  .contact-float {
    background: white none repeat scroll 0 0;
    box-shadow: 0 0 10px #ccc;
    padding: 20px 0;
    position: static;
    right: 0;
    text-align: center;
    top: -530px;
    width: 100%;
    z-index: 99;
  }

  .contact-float > h3 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    margin: 0;
  }

  .wpcf7 {
    float: left;
    margin-left: 0px !important;
    width: 100%;
  }

  .service-box > h3 {
    margin: 12px 0;
  }

  .welcome-video {
    float: right;
    width: 100%;
  }

  .top-reviews {
    float: left;
    padding: 30px 0;
    text-align: center;
    width: 100%;
  }

  .top-reviews > h2 {
    color: #333;
    font-size: 29px;
    font-weight: bold;
    line-height: 44px;
    margin: 10px 0 0;
  }

  .star-review {
    float: left;
    text-align: center;
    width: 100%;
  }

  .free-guide {
    float: left;
    margin-left: 0;
    position: relative;
    width: 100%;
    text-align: center;
    flex-direction: column;
  }

  .ipad-image {
    margin-top: 24px;
    order: 0;
    flex: 0 0 auto;
  }

  #team-slides .row {
    width: 100%;
  }

  .lead-magents {
    border-left: medium none;
    float: left;
    margin-top: 0;
    padding-bottom: 30px;
    padding-left: 0;
    width: 100%;
  }

  #team-slides .overlay {
    height: 330px;
  }

  .review-carousel .slick-prev {
    background: rgba(0, 0, 0, 0) url("images/lleft.png") no-repeat scroll center center;
    border: 0 none;
    bottom: 30px;
    cursor: pointer;
    height: 19px;
    left: 1px;
    padding: 0;
    position: absolute;
    right: auto;
    text-indent: -99999px;
    width: 22px;
    z-index: 10;
  }

  .person-name {
    float: left;
    font-family: "tondo_corpregular";
    font-size: 19px;
    font-weight: bold;
    margin-left: 0;
    margin-top: 4px;
    width: 100%;
  }

  .person-img {
    border-radius: 50%;
    display: inline-block;
    float: none;
    height: 80px;
    overflow: hidden;
    width: 80px;
  }

  .review-text > p {
    font-weight: lighter;
    line-height: 28px;
    padding: 0 20px;
  }

  i.star-icon {
    background: rgba(0, 0, 0, 0) url("images/star.png") no-repeat scroll 0 0;
    display: inline-block;
    float: none;
    height: 28px;
    margin-right: 3px;
    width: 28px;
  }

  #team-slides .slick-prev {
    background: rgba(0, 0, 0, 0) url("images/lleft.png") no-repeat scroll center center;
    border: 0 none;
    cursor: pointer;
    height: 19px;
    left: 0;
    padding: 0;
    position: absolute;
    text-indent: -99999px;
    top: 45%;
    width: 22px;
    z-index: 10;
  }

  #team-slides .slick-next {
    background: rgba(0, 0, 0, 0) url("images/rright.png") no-repeat scroll center center;
    border: 0 none;
    cursor: pointer;
    height: 19px;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -99999px;
    top: 45%;
    width: 22px;
    z-index: 10;
  }

  .adress-box > h3 {
    margin-bottom: 0;
  }

  .sidebar-right .person-name {
    float: left;
    font-family: "tondo_corpregular";
    font-size: 20px;
    font-weight: bold;
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }

  .sidebar-right .person-img {
    border-radius: 50%;
    display: inline-block;
    float: none;
    height: 54px;
    overflow: hidden;
    width: 54px;
  }

  .sidebar-right .lead-magents {
    border: none;
    margin-top: 0;
    padding: 40px 5% 30px;
    width: 90%;
  }

  .thumb-v .slick-arrow {
    margin-top: -10px;
    margin-bottom: 20px;
  }

  .page-template-service-inner #main-banner.full {
    height: auto;
  }

  .sidebar-right .lead-magents.guide-form {
    padding: 0 20px 30px;
    width: 93%;
    border: 0;
  }

  .sidebar-right .lead-magents.contact-form .btn-form {
    width: 96% !important;
    margin-left: 2%;
  }

  .thumb-v {
    padding-bottom: 40px;
  }

  .site-navigation {
    margin-left: 0;
  }

  [aria-describedby="slick-slide20"] {
    display: none !important;
  }

  #review-lead.full {
    margin-bottom: -6px;
  }

  .btn-form {
    background: #57c5c6 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 2px;
    color: white;
    font-size: 16px;
    height: 53px;
    padding: 0;
    width: 217px;
  }

  .white-btn.AnimateIn2 {
    margin-top: 20px;
  }

  .reveal-modal.open {
    padding: 50px 0;
  }

  .thumb-v .slick-prev {
    background: rgba(0, 0, 0, 0) url("images/lleft.png") no-repeat scroll center center;
    border: 0 none;
    cursor: pointer;
    height: 19px;
    left: 0;
    padding: 0;
    position: absolute;
    text-indent: -99999px;
    top: 100%;
    width: 22px;
    z-index: 10;
  }

  #main-banner.full {
    height: auto;
    margin-bottom: 20px;
    position: relative;
  }

  .thumb-v .slick-next {
    border: 0 none;
    cursor: pointer;
    height: 19px;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -99999px;
    top: 100%;
    width: 22px;
    z-index: 10;
    opacity: 0.1;
  }

  .case-study {
    border: 1px solid #ccc;
    float: left;
    margin: 5px;
    text-align: center;
    width: 100%;
  }

  .linktoteam {
    float: left;
    height: auto;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .meet {
    color: #444;
    float: left;
    font-size: 30px;
    line-height: 40px;
    margin-top: 40px;
  }

  .case-study .star-review {
    display: inline-block;
    float: none;
    margin-left: 0;
    margin-top: 20px;
    width: auto;
  }

  .columns.three.sidebar-right {
    margin-top: 41px;
    width: 100%;
  }

  .ba-box {
    float: left;
    position: relative;
    width: 100%;
  }

  .before-after-case {
    box-shadow: 0 0 10px #ccc;
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 15px 5%;
    width: 90%;
  }

  .hqoute {
    align-items: center;
    background: #5d69b8 none repeat scroll 0 0;
    color: white;
    display: inline-block;
    float: left;
    margin-bottom: 24px;
  }

  .quote-container {
    color: white;
    width: 100%;
    float: left
  }

  .img-container {
    margin-bottom: -5px;
    width: 100%;
    float: left
  }

  .page-template-team .columns.eight.leftcontent > p:first-of-type,
  .page-template-team-inner .columns.eight.leftcontent > p:first-of-type,
  .page-template-testimonials .columns.eight.leftcontent > p:first-of-type {
    font-size: 18px;
    font-weight: lighter;
    line-height: 28px;
    margin-top: 0;
  }

  .occupation {
    color: #00ddb9;
    float: left;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
  }

  .page-template-team-inner h1.page-title {
    color: #333;
    float: left;
    font-size: 34px;
    line-height: 37px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
    width: 100%;
  }

  .overlay {
    background: rgba(35, 35, 35, 0.82) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.7s ease 0s;
    width: 100%;
    z-index: 9;
  }

  .img img {
    float: left;
  }

  h1.page-title {
    color: #333;
    font-size: 36px;
    margin-top: 20px;
    text-align: center;
  }

  #main-banner .img {
    background: #272727 none repeat scroll 0 0;
    float: left;
    height: auto;
    left: 0;
    margin-left: 0;
    max-width: none;
    position: static;
    top: 0;
    width: 100%;
    z-index: -1;
  }

  .award-box {
    background: white none repeat scroll 0 0;
    border-left: 4px solid #ceb687;
    box-shadow: 0 0 10px #efefef;
    float: left;
    margin-bottom: 20px;
    padding: 30px 10%;
    width: 80%;
  }

  .columns.three.sidebar-right {
    width: 100%;
  }

  .sidebar-right .wpcf7 {
    float: left;
    margin-left: 0 !important;
    width: 100%;
  }

  .page-template-testimonials #main-banner.full {
    height: 369px;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
  }

  .contect input {
    font-size: 17px;
    margin-bottom: 8px;
    padding: 0 14px;
    width: 100%;
    text-indent: 20px;
  }

  .add-form {
    float: left;
    width: 100%;
  }

  .map-images {
    float: left;
    margin-right: 0;
    width: 100%;
  }

  .contact-infos {
    float: left;
    padding: 30px 0;
  }

  html body .btn-form {
    width: 200px !important;
  }

  .contect textarea {
    background: #efefef none repeat scroll 0 0;
    border: 0 none;
    float: left;
    font-family: "tondo_corpregular";
    font-size: 17px;
    margin-bottom: 8px;
    padding: 14px;
    width: 100%;
  }

  .columns.eight.leftcontent {
    width: 100%;
  }

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

  .p-name {
    font-family: "tondo_corpregular";
    font-size: 28px;
    text-align: center;
  }

  .p-info {
    float: left;
    width: 100%;
  }

  .quotes-blk {
    padding-left: 60px;
    position: relative;
    width: 86%;
  }

  .page-template-contact #main-banner.full {
    height: auto;
    overflow: hidden;
  }

  #book-a-consultation {
    width: inherit !important;
  }

  .reveal-modal h2 {
    color: #27282e;
    font-size: 25px;
    font-weight: lighter;
    margin-bottom: 0;
    margin-top: -5px;
    text-align: center;
  }

  .reveal-modal .close-reveal-modal {
    font-size: 40px !important;
  }

  .wpcf7-form-control-wrap {
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
  }

  #book-a-consultation input {
    display: inline-block;
    font-size: 17px;
    margin-bottom: 7px;
    padding: 10px 16px;
    width: 286px;
  }

  .reveal-modal p {
    margin-bottom: 0;
    text-align: center;
  }

  #book-a-consultation .submit-btns {
    background: #ceb687 none repeat scroll 0 0;
    display: inline-block;
    margin: 0;
    position: static;
    width: 140px;
  }

  #book-a-consultation textarea {
    background: #efefef none repeat scroll 0 0;
    border: 0 none;
    display: inline-block;
    float: none;
    font-size: 17px;
    height: 100px;
    margin-bottom: 7px;
    padding: 10px 16px;
    width: 286px;
  }

  .page-template-about h1.page-title {
    color: #333;
    font-size: 34px;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: center;
  }

  .page-template-testimonials h1.page-title {
    color: #333;
    font-size: 34px;
    margin-bottom: 10px;
    margin-top: 30px;
    text-align: center;
  }

  .sub-title {
    float: left;
    font-size: 28px;
    text-align: center;
    width: 100%;
  }

  .ft-intro {
    bottom: -67px;
    color: #333;
    font-size: 24px;
    left: -60px;
    position: absolute;
    width: 200px;
    background: white;
    padding: 10px;
  }

  .test-positions {
    display: inline-block;
    height: 110px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    top: 192px;
    width: 110px;
    z-index: 99;
  }

  .page-template-about .test-positions {
    display: inline-block;
    height: 110px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    top: 110px;
    width: 110px;
    z-index: 99;
  }

  .page-template-about .video-circle {
    width: 60px;
    height: 60px;
    background: #ebb44b url(images/play.png) no-repeat scroll 17px 12px;
  }

  .page-template-about .ft-intro {
    bottom: 0px;
    font-size: 20px;
    text-align: center;
    left: -72px;
    line-height: 20px;
  }

  .adress-box > p {
    color: white;
    font-weight: lighter;
    line-height: 26px;
    margin: 10px 0;
  }

  .review-slides h6 {
    color: #57c5c6;
    font-size: 26px;
    margin: 0 0 20px;
  }

  .btn-colour {
    border-radius: 6px;
    bottom: 40px;
    color: #000;
    display: inline-block;
    font-family: "tondo_corpregular";
    left: 50%;
    margin-left: -90px;
    padding: 13px;
    position: absolute;
    width: 150px;
  }

  .align-bottom > h4 {
    color: white;
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 20px;
  }

  #team-slides .overlay {
    height: 100%;
  }

  #team-slides .slick-slide {
    margin: 0px !important;
  }

  .our-t-title > h4 {
    color: white;
    font-size: 27px;
    margin: 0;
  }

  #team-slides .slick-slide {
    float: left;
    height: 368px;
    margin: 0 8px;
    overflow: hidden;
    position: relative;
  }

  .our-t-title > p {
    color: white;
    font-size: 22px;
    font-weight: lighter;
    padding: 0 30px;
  }

  .team-box.all-team {
    background: #8be6d1 none repeat scroll 0 0;
    height: 310px;
    left: 0;
    padding: 60px 0 0;
    position: absolute;
    text-align: center;
    width: 100%;
  }

  .service-box {
    float: left;
    height: auto;
    margin: 10px 0;
    padding: 14px 0;
    position: relative;
    text-align: center;
    width: calc(100% - 4px);
    padding-bottom: 110px;
    border: 2px solid #ceb687;
  }

  .welcome-text h2 {
    font-size: 39px;
    line-height: 42px;
    margin-bottom: 0;
    margin-top: 0;
  }

  .welcome-text {
    float: left;
    width: 100%;
  }

  #hero .slick-dots {
    border: 0 none;
    bottom: 14px;
    left: 0;
    margin: 0;
    padding: 0;
    position: static;
    text-align: center;
    width: 100%;
    z-index: 9999;
  }

  .additional-footer .row > h2 {
    color: white;
    font-size: 35px;
    margin-bottom: 25px;
    margin-top: 0;
    text-align: center;
  }

  .slick-dots li button {
    background: #9F9F9F none repeat scroll 0 0;
  }

  h1.page-title {
    text-shadow: 0 0 0px #000 !important;
    -webkit-text-shadow: 0 0 0px #000 !important;
  }

  #review-lead:after {
    background: none;
  }
}

@media only screen and (max-width: 480px) {
  .ipad-image {}
}

/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {}