/*
Theme Name: 48 London
Description: Custom WordPress theme 
Version: 1.0.8
Author: Kyle Duncan
Author URI: 
*/
/* Reset */
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

*:focus {
  outline: none;
}

html, body {
  -webkit-text-size-adjust: 100%;
}

ul, ol, li {
  list-style: none;
}

/* Grid */
.row {
  margin-left: auto;
  margin-right: auto;
  max-width: 1350px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}
.row.full {
  max-width: none;
}

.maxWidth400 {
  max-width: 400px;
}

.maxWidth660 {
  max-width: 660px;
}

.maxWidth810 {
  max-width: 810px;
}

.negMar10 {
  margin-left: -10px;
  margin-right: -10px;
}

.negMar15 {
  margin-left: -15px;
  margin-right: -15px;
}

.negMar20 {
  margin-left: -20px;
  margin-right: -20px;
}

.negMar30 {
  margin-left: -30px;
  margin-right: -30px;
}

.negMar40 {
  margin-left: -40px;
  margin-right: -40px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11 {
  float: left;
}
.col-1.right, .col-2.right, .col-3.right, .col-4.right, .col-5.right, .col-6.right, .col-7.right, .col-8.right, .col-9.right, .col-10.right, .col-11.right {
  float: right;
}

.col-1 {
  width: 8.333%;
}

.col-2 {
  width: 16.666%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.333%;
}

.col-5 {
  width: 41.666%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.333%;
}

.col-8 {
  width: 66.666%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.333%;
}

.col-11 {
  width: 91.666%;
}

.colWrapper .col-4:nth-child(3n+1) {
  clear: both;
}

@media screen and (max-width: 1259px) {
  .row {
    padding-left: 40px;
    padding-right: 40px;
  }

  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left;
  }
  .col-lg-1.right, .col-lg-2.right, .col-lg-3.right, .col-lg-4.right, .col-lg-5.right, .col-lg-6.right, .col-lg-7.right, .col-lg-8.right, .col-lg-9.right, .col-lg-10.right, .col-lg-11.right {
    float: right;
  }

  .col-lg-1 {
    width: 8.333%;
  }

  .col-lg-2 {
    width: 16.666%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.333%;
  }

  .col-lg-5 {
    width: 41.666%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.333%;
  }

  .col-lg-8 {
    width: 66.666%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.333%;
  }

  .col-lg-11 {
    width: 91.666%;
  }

  .col-lg-12 {
    clear: both;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto;
  }

  .negMar0-lg {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left;
  }
  .col-md-1.right, .col-md-2.right, .col-md-3.right, .col-md-4.right, .col-md-5.right, .col-md-6.right, .col-md-7.right, .col-md-8.right, .col-md-9.right, .col-md-10.right, .col-md-11.right {
    float: right;
  }

  .col-md-1 {
    width: 8.333%;
  }

  .col-md-2 {
    width: 16.666%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.333%;
  }

  .col-md-5 {
    width: 41.666%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.333%;
  }

  .col-md-8 {
    width: 66.666%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.333%;
  }

  .col-md-11 {
    width: 91.666%;
  }

  .col-md-12 {
    clear: both;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto;
  }

  .colWrapper .col-md-6:nth-child(n) {
    clear: none;
  }
  .colWrapper .col-md-6:nth-child(odd) {
    clear: both;
  }

  .negMar0-md {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: left;
  }
  .col-sm-1.right, .col-sm-2.right, .col-sm-3.right, .col-sm-4.right, .col-sm-5.right, .col-sm-6.right, .col-sm-7.right, .col-sm-8.right, .col-sm-9.right, .col-sm-10.right, .col-sm-11.right {
    float: right;
  }

  .col-sm-1 {
    width: 8.333%;
  }

  .col-sm-2 {
    width: 16.666%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.333%;
  }

  .col-sm-5 {
    width: 41.666%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.333%;
  }

  .col-sm-8 {
    width: 66.666%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.333%;
  }

  .col-sm-11 {
    width: 91.666%;
  }

  .col-sm-12 {
    clear: both;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto;
  }

  .negMar0-sm {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 599px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
    float: left;
  }
  .col-xs-1.right, .col-xs-2.right, .col-xs-3.right, .col-xs-4.right, .col-xs-5.right, .col-xs-6.right, .col-xs-7.right, .col-xs-8.right, .col-xs-9.right, .col-xs-10.right, .col-xs-11.right {
    float: right;
  }

  .col-xs-1 {
    width: 8.333%;
  }

  .col-xs-2 {
    width: 16.666%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-4 {
    width: 33.333%;
  }

  .col-xs-5 {
    width: 41.666%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-7 {
    width: 58.333%;
  }

  .col-xs-8 {
    width: 66.666%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-10 {
    width: 83.333%;
  }

  .col-xs-11 {
    width: 91.666%;
  }

  .col-xs-12 {
    clear: both;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto;
  }

  .negMar0-xs {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/* Margins */
.autoMar {
  margin-left: auto;
  margin-right: auto;
}

.bMar0 {
  margin-bottom: 0 !important;
}

.lMar10 {
  margin-left: 10px;
}

.rMar10 {
  margin-right: 10px;
}

.tMar10 {
  margin-top: 10px;
}

.bMar10 {
  margin-bottom: 10px;
}

.lMar15 {
  margin-left: 15px;
}

.rMar15 {
  margin-right: 15px;
}

.tMar15 {
  margin-top: 15px;
}

.bMar15 {
  margin-bottom: 15px;
}

.lMar20 {
  margin-left: 20px;
}

.rMar20 {
  margin-right: 20px;
}

.tMar20 {
  margin-top: 20px;
}

.bMar20 {
  margin-bottom: 20px;
}

.lMar30 {
  margin-left: 30px;
}

.rMar30 {
  margin-right: 30px;
}

.tMar30 {
  margin-top: 30px;
}

.bMar30 {
  margin-bottom: 30px;
}

.lMar40 {
  margin-left: 40px;
}

.rMar40 {
  margin-right: 40px;
}

.tMar40 {
  margin-top: 40px;
}

.bMar40 {
  margin-bottom: 40px;
}

.tMar60 {
  margin-top: 60px;
}

.bMar60 {
  margin-bottom: 60px;
}

.tMar80 {
  margin-top: 80px;
}

.bMar80 {
  margin-bottom: 80px;
}

.tMar100 {
  margin-top: 100px;
}

.bMar100 {
  margin-bottom: 100px;
}

.bMar120 {
  margin-bottom: 120px;
}

.bMar150 {
  margin-bottom: 150px;
}

@media screen and (max-width: 767px) {
  .bMar60, .bMar80, .bMar100 {
    margin-bottom: 40px;
  }

  .tMar60, .tMar80, .tMar100 {
    margin-top: 40px;
  }

  .bMar120,
  .bMar150 {
    margin-bottom: 80px;
  }

  .bMar20-sm {
    margin-bottom: 20px;
  }

  .bMar40-sm {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .bMar20-xs {
    margin-bottom: 20px;
  }
}
/* Padding */
.lPad10 {
  padding-left: 10px;
}

.rPad10 {
  padding-right: 10px;
}

.tPad10 {
  padding-top: 10px;
}

.bPad10 {
  padding-bottom: 10px;
}

.pad10 {
  padding: 10px;
}

.lPad15 {
  padding-left: 15px;
}

.rPad15 {
  padding-right: 15px;
}

.tPad15 {
  padding-top: 15px;
}

.bPad15 {
  padding-bottom: 15px;
}

.pad15 {
  padding: 15px;
}

.lPad20 {
  padding-left: 20px;
}

.rPad20 {
  padding-right: 20px;
}

.tPad20 {
  padding-top: 20px;
}

.bPad20 {
  padding-bottom: 20px;
}

.pad20 {
  padding: 20px;
}

.lPad30 {
  padding-left: 30px;
}

.rPad30 {
  padding-right: 30px;
}

.tPad30 {
  padding-top: 30px;
}

.bPad30 {
  padding-bottom: 30px;
}

.pad30 {
  padding: 30px;
}

.lPad40 {
  padding-left: 40px;
}

.rPad40 {
  padding-right: 40px;
}

.tPad40 {
  padding-top: 40px;
}

.bPad40 {
  padding-bottom: 40px;
}

.pad40 {
  padding: 40px;
}

.tPad60 {
  padding-top: 60px;
}

.bPad60 {
  padding-bottom: 60px;
}

.tPad80 {
  padding-top: 80px;
}

.bPad80 {
  padding-bottom: 80px;
}

.tPad100 {
  padding-top: 100px;
}

.bPad100 {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .bPad60, .bPad80, .bPad100 {
    padding-bottom: 40px;
  }

  .tPad60, .tPad80, .tPad100 {
    padding-top: 40px;
  }
}
/* Colours */
.white {
  color: #FFF;
}

.black {
  color: #000;
}

.red {
  color: #F33;
}

.grey {
  color: #767676;
}

.orange {
  color: #EBDBC9;
}

.darkOrange {
  color: #BE8B60;
}

.whiteBG {
  background-color: #FFF;
}

.blackBG {
  background-color: #000;
}

.greyBG {
  background-color: #767676;
}

.orangeBG {
  background-color: #EBDBC9;
}

.darkOrangeBG {
  background-color: #BE8B60;
}

.blueTintBG {
  background-color: #cda63314;
}

.redBorder {
  border-color: #F33 !important;
}

/* Typography */
html, body, h1, h2, h3, h4, h5, h6, .vCentre, .fontReset {
  font-size: 20px;
}

html, body {
  font-family: linotype-sabon, Georgia, "Times New Roman", serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.4em;
}

p {
  line-height: 1.5em;
  margin: 0 0 1em;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.sans {
  font-family: brother-1816, Arial, Helvetica, sans-serif;
}
.sans.med {
  font-weight: 500;
}

.bigTitle {
  font-size: 35px;
  letter-spacing: 0.18em;
}

.medTitle {
  font-size: 26px;
  margin-bottom: 1em;
}
.medTitle.sans {
  letter-spacing: 0.15em;
}

.borderTitle .medTitle {
  display: inline-block;
  margin-top: -0.7em;
  padding: 0 80px;
  vertical-align: top;
}

.tinyTitle {
  font-size: 13px;
  letter-spacing: 0.15em;
  margin-bottom: 1em;
}

.large {
  font-size: 26px;
}

.small {
  font-size: 17px;
}

.smaller {
  font-size: 13px;
}

.testimonial:before {
  content: "\201C";
  display: block;
  font-size: 47px;
}

.cmsContent ul {
  list-style: disc;
  margin-bottom: 1em;
  padding: 0 0 0 1.4em;
}
.cmsContent ul li {
  line-height: 1.5em;
  list-style: disc;
}
.cmsContent ol {
  list-style: lower-roman;
  margin-bottom: 1em;
  padding: 0 0 0 1.8em;
}
.cmsContent ol li {
  line-height: 1.5em;
  list-style: lower-roman;
}

.uppercase {
  text-transform: uppercase;
}

.leftText {
  text-align: left;
}

.rightText {
  text-align: right;
}

.centreText {
  text-align: center;
}

.font0 {
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .borderTitle {
    margin-left: -20px;
    margin-right: -20px;
  }
  .borderTitle .medTitle {
    padding: 0 40px;
  }

  .bigTitle {
    font-size: 22px;
  }

  .large {
    font-size: 20px;
    font-weight: 700;
  }
}
/* Media */
a img {
  border: 0;
}

img,
video {
  display: block;
}
img.fullWidth,
video.fullWidth {
  height: auto;
  width: 100%;
}
img.maxWidth,
video.maxWidth {
  height: auto;
  max-width: 100%;
}

.bgCover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgCoverJS {
  overflow: hidden;
  position: relative;
}
.bgCoverJS .bgMediaJS {
  left: 0;
  position: absolute;
  top: 0;
}

.mediaWrapper iframe {
  display: block;
  width: 100%;
}

/* Forms */
input.button,
input.text,
textarea {
  font-family: brother-1816, Arial, Helvetica, sans-serif;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

input.text,
textarea {
  background: none;
  border-radius: 0;
  color: #767676;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  width: 100%;
}

input.text {
  border: 0;
  border-bottom: 1px solid #767676;
  height: 35px;
  padding: 8px 0;
}

input.narrowText {
  width: 75px;
}

textarea {
  border: 1px solid #767676;
  height: 184px;
  resize: none;
  padding: 8px;
}

label {
  display: block;
  line-height: 18px;
  padding: 8px 0;
}

form p {
  line-height: 18px;
}

.submitRow {
  min-height: 66px;
}

label.error {
  left: -9999em;
  position: absolute;
  visibility: hidden;
}

/* Links/Buttons */
a {
  color: #BE8B60;
  text-decoration: none;
}
a:hover {
  color: #000;
}
a.grey {
  color: #767676;
}
a.grey:hover {
  color: #BE8B60;
}
a.black {
  color: #000;
}
a.black:hover {
  color: #BE8B60;
}

a,
.button span {
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
a.block,
.button span.block {
  display: block;
}

.button {
  background: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.button span {
  background: #EBDBC9;
  border: 0;
  border-radius: 3px;
  color: #BE8B60;
  display: block;
  font-family: brother-1816, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  height: 66px;
  letter-spacing: 0.15em;
  line-height: 66px;
  min-width: 240px;
  padding: 0 40px;
  text-align: center;
  text-transform: uppercase;
}
.button:hover span {
  background-color: #BE8B60;
  color: #FFF;
}
.button:after {
  border: 2px solid #BE8B60;
  border-radius: 3px;
  bottom: -6px;
  content: "";
  left: 6px;
  position: absolute;
  right: -6px;
  top: 6px;
}

.instagramLink {
  background: url(images/instagram.svg) right top no-repeat;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  padding-right: 32px;
}
.instagramLink:hover {
  background-position: right -22px;
}

.iconLink .icon {
  transition: opacity 0.3s;
}
.iconLink:hover .icon {
  opacity: 0.5;
}

/* Misc. */
.bBorderBlue {
  border-bottom: 1px solid #C8CED7;
}

.tBorderBlue {
  border-top: 1px solid #C8CED7;
}

.rounded {
  border-radius: 50%;
}

.hidden {
  display: none;
}

.relative,
.onTop {
  position: relative;
}
.relative.onTop,
.onTop.onTop {
  z-index: 5;
}

.hideOverflow {
  overflow: hidden;
}

.vCentreParent:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.vCentreParent .vCentre {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.clearFix:after {
  clear: both;
  content: "";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
}

@media screen and (max-width: 1259px) {
  .hidden-lg {
    display: none !important;
  }

  .visible-lg {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  .hidden-md {
    display: none !important;
  }

  .visible-md {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-sm {
    display: block !important;
  }
}
@media screen and (max-width: 599px) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs {
    display: block !important;
  }
}
/* Main */
html, body {
  background: #cda63314;
}

@media screen and (max-width: 1259px) {
  #wrapper,
  #navWrapper {
    transition: margin-left 0.6s;
  }
  .nudgeRight #wrapper, .nudgeRight
  #navWrapper {
    margin-left: 240px;
  }

  #pageTitle {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}
#container {
  min-width: 320px;
}

/* Header */
#header {
  padding: 50px 0;
  z-index: 50;
}

#logo {
  float: left;
  height: 200px;
  width: 460px;
}
#logo svg {
  height: 100%;
  width: 100%;
}
#logo svg g,
#logo svg #london {
  transition: .5s fill, .5s stroke;
}
#logo svg #london {
  animation-timing-function: cubic-bezier(0, 0.52, 1, 1);
  stroke-dasharray: 420%;
}
#logo.active svg #london {
  animation: dash 2s cubic-bezier(0.51, 0.62, 0, 0.96) forwards;
}

@keyframes dash {
  from {
    stroke-dashoffset: 750;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash2 {
  from {
    stroke-dashoffset: -800;
  }
  to {
    stroke-dashoffset: 0;
  }
}
a#menuIcon {
  border: 5px solid transparent;
  height: 24px;
  left: 15px;
  position: fixed;
  top: 15px;
  width: 30px;
  z-index: 200;
}
a#menuIcon span {
  background: #BE8B60;
  height: 2px;
  left: 0;
  position: absolute;
  transition: 0.3s;
  width: 20px;
}
a#menuIcon span.line1 {
  top: 0;
}
a#menuIcon span.line2, a#menuIcon span.line3 {
  top: 6px;
}
a#menuIcon span.line4 {
  top: 12px;
}
a#menuIcon.active span.line1, a#menuIcon.active span.line4 {
  opacity: 0;
}
a#menuIcon.active span.line2 {
  transform: rotate(45deg);
}
a#menuIcon.active span.line3 {
  transform: rotate(-45deg);
}
.no-csstransforms a#menuIcon.active span.line1, .no-csstransforms a#menuIcon.active span.line4 {
  opacity: 1;
}
.no-csstransforms a#menuIcon.active span.line2, .no-csstransforms a#menuIcon.active span.line3 {
  transform: none;
}

#navWrapper {
  float: right;
  padding-top: 60px;
  white-space: nowrap;
}
#navWrapper li {
  display: inline-block;
  letter-spacing: 0.15em;
  margin-right: 50px;
  position: relative;
  vertical-align: top;
}
#navWrapper li:last-child {
  margin-right: 0;
}
#navWrapper li a {
  display: inline-block;
  line-height: 20px;
}
#navWrapper li.current_page_item > a {
  color: #000 !important;
}
#navWrapper li.menu-item-has-children > a {
  padding-right: 12px;
  position: relative;
}
#navWrapper li.menu-item-has-children > a:after {
  background: url("images/menu-arrow.svg") no-repeat;
  content: '';
  height: 5px;
  margin-top: -3px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 7px;
}
#navWrapper li.menu-item-has-children.active > a {
  color: #000;
}
#navWrapper li.menu-item-has-children.active > a:after {
  transform: rotate(180deg);
}
#navWrapper li.menu-item-has-children ul {
  background: #EBDBC9;
  border-radius: 3px;
  display: none;
  font-size: 16px;
  font-weight: 400;
  left: 50%;
  margin-left: -100px;
  padding: 25px 20px;
  position: absolute;
  text-align: center;
  text-transform: none;
  top: 30px;
  white-space: normal;
  width: 200px;
}
#navWrapper li.menu-item-has-children ul li {
  display: block;
  letter-spacing: 0;
  margin: 0 0 10px;
}
#navWrapper li.menu-item-has-children ul li:last-child {
  margin-bottom: 0;
}
#navWrapper li.menu-item-has-children ul li a {
  display: block;
  line-height: 1.4em;
}

@media screen and (max-width: 1259px) {
  #header {
    padding: 30px 0;
  }

  #logo {
    float: none;
    height: 80px;
    margin: auto;
    width: 184px;
  }

  #logo img{
    float: none;
    height: 80px;
    margin: auto;
    width: 184px;
  }

  #navWrapper {
    background: #FCF6EF;
    bottom: 0;
    font-size: 0;
    left: -240px;
    padding: 0 20px;
    position: fixed;
    top: 0;
    width: 240px;
    z-index: 100;
  }
  #navWrapper:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  #navWrapper #nav {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 100%;
  }
  #navWrapper #nav li {
    display: block;
    margin: 0 0 20px;
  }
  #navWrapper #nav li:last-child {
    margin-bottom: 0;
  }
  #navWrapper #nav li a {
    line-height: 1.4em;
  }
  #navWrapper #nav li.menu-item-has-children > a {
    padding-right: 0;
  }
  #navWrapper #nav li.menu-item-has-children > a:after {
    display: none;
  }
  #navWrapper #nav li.menu-item-has-children ul {
    background: none;
    display: block;
    margin: 0;
    padding: 8px 0 0;
    position: static;
    text-align: left;
    width: auto;
  }
  #navWrapper #nav li.menu-item-has-children ul li {
    margin-bottom: 5px;
  }
  #navWrapper #nav li.menu-item-has-children ul li a {
    color: #767676;
    padding-right: 12px;
    position: relative;
  }
  #navWrapper #nav li.menu-item-has-children ul li a:after {
    background: url("images/menu-arrow.svg") no-repeat;
    content: '';
    height: 5px;
    margin-top: -2px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(-90deg);
    width: 7px;
  }
  #navWrapper .instagramLink {
    bottom: 25px;
    left: 20px;
    position: absolute;
  }
}
/* Footer */
#footer a {
  color: #767676;
}
#footer a:hover {
  color: #BE8B60;
}

#footerLogo {
  
}

.footerText {
  display: inline-block;
  vertical-align: top;
}

#footerMenu li {
  display: inline;
  font-size: 13px;
}
#footerMenu li:before {
  content: '\2022';
  margin: 0 4px;
}

/* Icons */
.iconWrapper {
  display: inline-block;
  vertical-align: top;
}

.icon {
  background: url("images/icons.svg?v=1.0.8") no-repeat;
  background-size: 100% 1900%;
  display: inline-block;
  height: 88px;
  vertical-align: top;
  width: 101px;
}
.icon.top {
  background-image: url("images/icons-top.svg?v=1.0.8");
}
.icon.iconCocktail {
  background-position: 0 -88px;
}
.icon.iconMat {
  background-position: 0 -176px;
}
.icon.iconMembership {
  background-position: 0 -264px;
}
.icon.iconWeights {
  background-position: 0 -352px;
}
.icon.iconDummy {
  background-position: 0 -440px;
}
.icon.iconPhone {
  background-position: 0 -528px;
}
.icon.iconShirt {
  background-position: 0 -616px;
}
.icon.iconShield {
  background-position: 0 -704px;
}
.icon.iconBath {
  background-position: 0 -792px;
}
.icon.iconHouse {
  background-position: 0 -880px;
}
.icon.iconBags {
  background-position: 0 -968px;
}
.icon.iconWoman {
  background-position: 0 -1056px;
}
.icon.iconMenu {
  background-position: 0 -1144px;
}
.icon.iconGlobe {
  background-position: 0 -1232px;
}
.icon.iconPlate {
  background-position: 0 -1320px;
}
.icon.iconDress {
  background-position: 0 -1408px;
}
.icon.iconDog {
  background-position: 0 -1496px;
}
.icon.iconTaxi {
  background-position: 0 -1584px;
}
.icon.big {
  height: 189px;
  width: 217px;
}
.icon.big.iconCocktail {
  background-position: 0 -189px;
}
.icon.big.iconMat {
  background-position: 0 -378px;
}
.icon.big.iconMembership {
  background-position: 0 -567px;
}
.icon.big.iconWeights {
  background-position: 0 -756px;
}
.icon.big.iconDummy {
  background-position: 0 -945px;
}
.icon.big.iconPhone {
  background-position: 0 -1134px;
}
.icon.big.iconShirt {
  background-position: 0 -1323px;
}
.icon.big.iconShield {
  background-position: 0 -1512px;
}
.icon.big.iconBath {
  background-position: 0 -1701px;
}
.icon.big.iconHouse {
  background-position: 0 -1890px;
}
.icon.big.iconBags {
  background-position: 0 -2079px;
}
.icon.big.iconWoman {
  background-position: 0 -2268px;
}
.icon.big.iconMenu {
  background-position: 0 -2457px;
}
.icon.big.iconGlobe {
  background-position: 0 -2646px;
}
.icon.big.iconPlate {
  background-position: 0 -2835px;
}
.icon.big.iconDress {
  background-position: 0 -3024px;
}
.icon.big.iconDog {
  background-position: 0 -3213px;
}
.icon.big.iconTaxi {
  background-position: 0 -3402px;
}

@media screen and (max-width: 767px) {
  .icon.top {
    background-image: url("images/icons.svg?v=1.0.8");
  }
  .icon.big {
    height: 88px;
    width: 101px;
  }
  .icon.big.iconCocktail {
    background-position: 0 -88px;
  }
  .icon.big.iconMat {
    background-position: 0 -176px;
  }
  .icon.big.iconMembership {
    background-position: 0 -264px;
  }
  .icon.big.iconWeights {
    background-position: 0 -352px;
  }
  .icon.big.iconDummy {
    background-position: 0 -440px;
  }
  .icon.big.iconPhone {
    background-position: 0 -528px;
  }
  .icon.big.iconShirt {
    background-position: 0 -616px;
  }
  .icon.big.iconShield {
    background-position: 0 -704px;
  }
  .icon.big.iconBath {
    background-position: 0 -792px;
  }
  .icon.big.iconHouse {
    background-position: 0 -880px;
  }
  .icon.big.iconBags {
    background-position: 0 -968px;
  }
  .icon.big.iconWoman {
    background-position: 0 -1056px;
  }
  .icon.big.iconMenu {
    background-position: 0 -1144px;
  }
  .icon.big.iconGlobe {
    background-position: 0 -1232px;
  }
  .icon.big.iconPlate {
    background-position: 0 -1320px;
  }
  .icon.big.iconDress {
    background-position: 0 -1408px;
  }
  .icon.big.iconDog {
    background-position: 0 -1496px;
  }
  .icon.big.iconTaxi {
    background-position: 0 -1584px;
  }
}
/* Homepage */
#homeTitle {
  margin-top: 70px;
}
#homeTitle .homeIcon {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 189px;
  position: absolute;
  width: 217px;
}
#homeTitle .homeIcon.car {
  background-image: url(images/car.gif);
  right: -108px;
  top: -95px;
}
#homeTitle .homeIcon.ring {
  background-image: url(images/ring.gif);
  bottom: -70px;
  left: -108px;
}

@media screen and (max-width: 1259px) {
  #homeTitleInner {
    position: static;
  }

  #homeTitle .homeIcon.car {
    right: 20px;
  }
  #homeTitle .homeIcon.ring {
    left: 0;
  }
}
@media screen and (max-width: 1023px) {
  #homeTitle {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  #homeTitle {
    margin-top: 15px;
  }
  #homeTitle .homeIcon {
    height: 88px;
    width: 101px;
  }
  #homeTitle .homeIcon.car {
    left: 20px;
    right: auto;
    top: -44px;
  }
  #homeTitle .homeIcon.ring {
    bottom: -30px;
    left: auto;
    right: 20px;
  }
  #homeTitle .bigTitle br {
    display: none;
  }

  .homeIconRow .col-sm-12 {
    text-align: center;
  }
  .homeIconRow .col-sm-12 .homeImage {
    margin: auto;
  }
}
/* Service */
.serviceText {
  padding-left: 250px;
}
.serviceText .icon {
  left: 0;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 767px) {
  .serviceText {
    padding-left: 0;
    text-align: center;
  }
  .serviceText .icon {
    position: static;
  }
}
/* Contact */
#contactIcon {
  margin-right: -162px;
  position: absolute;
  right: 0;
  top: -175px;
}

.contactLink {
  display: inline-block;
  height: 21px;
  line-height: 21px;
  padding-left: 31px;
}
.contactLink:after {
  background: url(images/contact-icons.svg) no-repeat;
  content: "";
  height: 21px;
  left: 0;
  position: absolute;
  top: 0;
  width: 21px;
}
.contactLink.telephone:after {
  background-position: 0 -21px;
}

@media screen and (max-width: 1023px) {
  #contactIcon {
    margin-right: -100px;
  }
}
@media screen and (max-width: 767px) {
  #contactIcon {
    margin-right: -25px;
    top: -84px;
  }
}
@media screen and (max-width: 599px) {
  #contactLinks .rightText {
    text-align: left;
  }
}
