/*!
 * Theme Name: Goldman Legal
 * Theme URI: http://rdstudios.co.nz
 * Description: Goldman Legal
 * Version: 1.0
 * Author: RD Studios
 * Author URI: http://rdstudios.co.nz
 */
@font-face {
    font-family: 'montserrat';
    src: url('fonts/montserrat-black-webfont.woff2') format('woff2'),
         url('fonts/montserrat-black-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;

}

@font-face {
    font-family: 'montserrat';
    src: url('fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'montserratlight';
    src: url('fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'montserrat';
    src: url('fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

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

}

*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 11px;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: 'montserrat', sans-serif;  
  color: #000;
  background-color: white;
  line-height: 1.5;
  font-weight: 300;
  font-size: 11px;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  color: #252525;
  font-weight: 700;
  text-decoration: none;
}

a:focus, a:hover {
  color: #000;
  text-decoration: none;
}

input[type="text"],
input[type="search"] {
  font-size: inherit;
  line-height: inherit;
}

::-moz-selection {
  background-color: #252525;
  color: white;
  text-shadow: none;
}

::selection {
  background-color: #252525;
  color: white;
  text-shadow: none;
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  font-weight: 100;
  margin-bottom: 20px;
}
h1 span, h2 span, h3 span, h4 span {
  font-weight: 400
}

h1 { 
  font-size: 3.5em;
}
h2 { 
  font-size: 3em;
}
h3 { 
  font-size: 2em;
} 
h4 { 
  font-size: 1.6em;
}

.single h1 {
  font-size: 3em;
}

.white h1, 
.white h2, 
.white h3, 
.white h4 
 {
  color: #252525;
 }
/**
 * partials/wordpress
 * ---
 * Wordpess core classes
 */
/**
 * Alignment
 */
.alignnone {
  margin: 5px 15px 15px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
  margin: 5px 0 15px 15px;
}

.alignleft {
  float: left;
  margin: 5px 15px 15px 0;
}

/**
 * Gallery & images
 */
.wp-caption {
  background: white;
  border: thin solid #F0F0F0;
  max-width: 95%;
  padding: 5px 5px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  max-width: 98.5%;
  height: auto;
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  margin: 0;
  padding: 0 5px 5px;
  font-size: 140%;
  line-height: 1.5;
}

/**
 * partials/utils
 * ---
 * Utils classes
 */
.clear:before, .clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}

.reset-box {
  padding: 0;
  margin: 0;
}
.white-bottom-border,
.blue-bottom-border,
.white-top-border,
.blue-top-border {
  position: relative;
}
.white-bottom-border:after,
.blue-bottom-border:after,
.white-top-border:after,
.blue-top-border:after {
  width: 100%;
  height: 10px;
  content: '';
  background-image: url(images/whiteseperator2.png);
  background-position: center;
  background-repeat: repeat-x;
  background-size: 100%;
  position: absolute;
  z-index: 1;
  display: block;
}
.white-bottom-border:after {
  bottom: -4px;
}
.white-top-border:after {
  background-image: url(images/whiteseperator1.png);
  top: -4px;
}
.blue-bottom-border:after {
  background-image: url(images/blueseperator2.png);
  bottom: -4px;
}
.blue-top-border:after {
  background-image: url(images/blueseperator1.png);
  top: -4px;
}




.logo {
  left: 0;
  height: 40px;
  float: left;
  position: relative;
  z-index: 9999;
  width: 200px;
}

.logo img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: auto;
  max-width: 263px;
}

.nav {
  width: 100%; 
  font-size: 1em;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #252525;
  z-index: 99;
  height:0;
  overflow: scroll;
  transition: 500ms;
  font-weight: 700;

}

.header .nav.open {
  height: calc(100% - 40px);
  top: 40px;
}

.header.fixed .nav.open {
  top: 40px;
  padding-bottom: 20px;
}

.nav > ul {
  position: relative;
  right: 0;
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}
.nav > ul > li {
  color: #fff;
  display: inline-block;
  text-align: center;
  width: auto;
  margin: 0; 
  padding: 6px 4px;
  position: relative;
  font-size: 1.2em;
  width: 100%;
}
.nav > ul > li > a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
}
.nav > ul > li > a:hover {
    text-decoration: none;
    background: none;
}

.show-menu {
  width: 34px;
  height: 34px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;

  float: right;
  top: 1px;
  right: 0;
  z-index: 9999999;
  background: #252525;
}

.show-menu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 70%;
  background: #fff;
  border-radius: 0;
  opacity: 1;

  left: 15%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.show-menu span:nth-child(1) {
  top: 25%;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.show-menu span:nth-child(2) {
  top: 47%;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.show-menu span:nth-child(3) {
  top: 69%;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.show-menu.open span {
    background: #8d734a;
}

.show-menu.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 18%;
  left: 8px;
}

.show-menu.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.show-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 69%;
  left: 8px;
}

.arrow {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  -webkit-animation: bounce 3000ms ease-out infinite;
  -moz-animation: bounce 3000ms ease-out infinite;
  -ms-animation: bounce 3000ms ease-out infinite;
  -o-animation: bounce 3000ms ease-out infinite;
  animation: bounce 3000ms ease-out infinite;

}
.hero-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-image.not-home {
  display: none;
}

.logo-dial {
  position: absolute;
  bottom: 120px;
  text-align: center;
  width: 100%;
}
.banner-wrap {
  float: left;
  height: auto;
  width: 100%;
  display: block;
  position: relative;
  z-index: -1;
  margin-top: 40px;
  margin-bottom: -1px
}
.banner-wrap .item {
  height: 100%;
  min-height: 160px
}
.banner-wrap.not-home .item {
  height: 100%;
  min-height: 160px
}
.banner-wrap .item
.item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.nz-image {
  position: absolute;
  height: 80%;
  top: 10%;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-wrap .carousel-caption {
  position: absolute;
  width: 65%;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0;
  bottom: auto;
  line-height: 1.7;
}
.banner-wrap .carousel-caption h1 {
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.2;
  margin-bottom: 20px;
}
.button-wrap {
  width: auto;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.banner-wrap .button-wrap {  
  margin-top: 5px
}

.banner-wrap.not-home .button-wrap {  
  margin-top: 15%
}
.button {
  display: inline-block;
  position: relative;
  float: none;
  padding: 10px 7px;
  font-size: 1em;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1;
  box-sizing: border-box;
  margin-right: 0;
  cursor: pointer;
  color: #fff;
  transition: 500ms;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 1.5em;
  text-transform: uppercase;;

}

.button-wrap a:last-of-type .button {
  margin-right: 0;
}

.button.closed {
  background: #8d734a;
  color: #fff;
  text-shadow: none;
  border: 1px solid #8d734a;
  transition: 500ms;
  cursor: pointer;
}
.button.closed:hover {
  background: #252525;
  border: 1px solid #252525;
  color: #fff;
}

.button.open {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  text-shadow: none;
  transition: 500ms;
  cursor: pointer;
  letter-spacing: 1px;
}
.button.open:hover {
  background: #fff;
  color: #252525;
  border: 1px solid #fff;
}

.blog .button.open {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}
.blog .button.open:hover {
  background: #fff;
  color: #252525;
  border: 1px solid #fff;
}
.blog .button.closed {
  background: #8d734a;
  border: 1px solid #8d734a;
  color: #fff;
}

.blog .button.closed:hover {
  background: #252525;
  color: #fff;
  border: 1px solid #252525;
}
.button.small {
  font-size: 0.9em;
  padding: 10px 15px;
}
.social {
  float: right;
  clear: right;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.desktop-social {
  display: none;
}
.mobile-social {
  float: none;
  clear: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0 auto;
  width: auto;
  display: inline-block;
  position: relative;
  margin-top: 20px; 
  margin-bottom: 30px;
}
.social img {
  width: 30px;
  height: auto;
  margin-left: 2px;
}

.header {
  background: #252525;
  top: 0;
  width: 100%;
  height: 40px;
  z-index: 999; 
  border-bottom: 1px solid #8d734a;
}

.header-wrapper,
.banner-wrap,
.body-wrap,
.footer-wrap {
  float: left;
  clear: both;
  width: 100%;
}
.section {
  padding: 20px 0;
}
.section-1 {
  background-image: url(images/section-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section-2,
.section-4 {
  background: #252525;
  color: #fff;
}
.section-3 {
  background-image: url(images/section-bg-2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.home-circle {
  position: relative;
  width: 100%;

  border-radius: 0%;
  padding-bottom: 50%;
  margin-bottom: 20px;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.home-circle .home-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 105%;
  height: 105%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;

}
.home-circle .home-dark {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 105%;
  height: 105%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  transition: 500ms;
}
.home-circle .home-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5em;
  text-align: center;
  width: 100%;
  font-weight: 700;
  z-index: 3;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6), 0 -1px 2px rgba(0, 0, 0, .6);
}
.home-circle .home-title:after {
  content: '';
  position: absolute;
  width: 30%;
  height: 2px;
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .6), 0 -1px 2px rgba(0, 0, 0, .6);
}
.home-circle:hover .home-dark {
  background: rgba(0,0,0,0);
}
.center {
  text-align: center;
}


.section .text {
  font-size: 1.1em;
  font-weight: 300;
  margin-bottom: 20px;
}
.calendar-wrap {
  font-weight: 300;
  font-size: 0.7em;
  float: left;
  width: 100%;
}
.footer-wrap {
  background: #8d734a;
  padding: 20px 0;
  color: #fff;
  font-size: 1.1em;
  text-transform: uppercase;
}
#testi-carousel .carousel-inner {
  overflow: hidden;
}
#testi-carousel .carousel-caption {
  position: relative;
  left: 0;
}
#testi-carousel .carousel-indicators {
  bottom: -10px;
}
#testi-carousel h1 {
  font-weight: 700;
  margin-bottom: 20px
}
#testi-carousel .text {
  font-size: 1.3em;
  position: relative;
  font-weight: 300;
}
#testi-carousel .text:after,
#testi-carousel .text:before {
  content: '';
  width: 32px;
  height: 23px;
  background-image: url(images/open-speech.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  position: absolute;
}
#testi-carousel .text:after {
  background-image: url(images/closed-speech.png);
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.testi-by {
  margin-bottom: 20px;
}
#testi-carousel .text {
  width: 90%;
  margin: 0 auto;
  color: #000;
}
.right, .left {
  text-align: center;
}
.sidebar .SimpleCalendar {
  width: 100%;
  margin-bottom: 30px;
}
.sidebar {
  display: inline-block;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  text-align:  center;
}
.button.sidebar-button {
  width: 100%;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 1.6em;
  margin-bottom: 20px
}
.button.sidebar-button:hover {
  background: #252525;
  color: #252525;
}
.no-gutter > [class*='col-'],
.no-gutter > .row-same-height > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.section-5 [class*='col-'] {
  margin-bottom: 30px;
}
.section-5 .no-gutter [class*='col-'] {
  margin-bottom: 0;
}
.blog-title {
  margin-bottom: 0;
  position: relative;
}
.blog-date {
  margin: 2px 0;
  position: relative;
  font-size: 1.2em
}
.blog-title:after {
  position: absolute;
  height: 2px; 
  width: 40%;
  background: #000;
  left: 0;
  bottom: -15px;
  content: '';
}
.blog-text {
  font-weight: 300;
  margin-bottom: 10px;
}
.blog-image {
  padding-bottom: 65%;
  margin-bottom: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #fff;
}
.daterangepicker td.off.disabled, .daterangepicker td.off.end-date.disabled, .daterangepicker td.off.in-range.disabled, .daterangepicker td.off.start-date.disabled,
.daterangepicker option.disabled, .daterangepicker td.disabled {
  background: #F00;
  color: #fff;
}
.daterangepicker .calendar td {
  border-radius: 0;
}

input[type="text"],
textarea,
select {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid none;
  font-family: inherit;
  font-weight: inherit;
  font-size: 1.3em;
  color: #252525;
  border-radius: 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  outline: none;
  background: none;
}
textarea {
  height: 150px;
}
.select-wrap {
  position: relative;
}
.select-wrap:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.c-cell {
  position: relative;
}
.input-before {
  position: absolute;
  padding: 8px 10px 10px 10px;
  top: 0;
  opacity: 0;
  display: inline-block;
  background: #252525;
  border: 1px solid #252525;
  color: #fff;
  width: auto;
  transition: 500ms;
  font-size: 1.3em;
}
.input-before.active {
  top: -40px;
  opacity: 1;
}
.accommodation-preference-other {
  display: none;
}
input.contact-button {
  width: auto;
  position: relative;
  display: inline;
  margin: 0 auto;
  float: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  background-color: #252525;
  border: none;
  transition: 500ms;
  font-weight: 700;
  text-transform: uppercase;
}
input.contact-button:hover {
  background-color: #252525;
}
.message-wrap {
  display: none;
}

.message {
  padding: 10px;
  line-height: 2;
  margin-bottom: 20px;
  border: 1px solid #b70000;
  background: rgba(183, 0, 0, 0.35);
  color: #fff;
  font-weight: 700;
}
/************

TRANSITIONS

*************/
@-webkit-keyframes FadeIn { 
  0% { opacity:0;}
  100% { opacity:1;}
}
@-webkit-keyframes FadeInMove { 
  0% { opacity:0; top: 100px;}
  100% { opacity:1; top: 0;}
}
@-webkit-keyframes MoveUp { 
  0% { opacity:0; bottom: -220px;}
  100% { opacity:1; bottom: 20px;}
}

@-webkit-keyframes bounce {
  25% {
    -webkit-transform:translateY(-50%);
  }
  50% {
    -webkit-transform:translateY(0);
  }
  75% {
    -webkit-transform:translateY(-50%);
  }
  100% {
    -webkit-transform:translateY(0);
  }
  
}

/* Mozilla Firefox 15 below */
@-moz-keyframes bounce {

  25% {
    -moz-transform:translateY(-50%);
  }
  50% {
    -moz-transform:translateY(0);
  }
  75% {
    -moz-transform:translateY(-50%);
  }
  100% {
    -moz-transform:translateY(0);
  }

}

/* Opera 12.0 */
@-o-keyframes bounce {
  25% {
    -o-transform:translateY(-50%);
  }
  50% {
    -o-transform:translateY(0);
  }
  75% {
    -o-transform:translateY(-50%);
  }
  100% {
    -o-transform:translateY(0);
  }
}

/* W3, Opera 12+, Firefox 16+ */
@keyframes bounce {
  25% {
    transform:translateY(-50%);
  }
  50% {
    transform:translateY(0);
  }
  75% {
    transform:translateY(-50%);
  }
  100% {
    transform:translateY(0);
  }
  
}

div.nz-image {
  opacity: 0;
  -webkit-animation: FadeIn 0.7s ease-in-out;
  -webkit-animation-fill-mode: forwards;
}
.section-1 .container a > div {
opacity: 0;
-webkit-animation: FadeInMove 0.7s ease-in-out;
-webkit-animation-fill-mode: forwards;
}
.banner-wrap .carousel-caption {
  bottom: -220px;
  -webkit-animation: MoveUp 2s ease-in-out;
  -webkit-animation-fill-mode: forwards;
}
.section-1 .container a:nth-child(1) >  div {
  -webkit-animation-delay: 1.5s
}
.section-1 .container a:nth-child(2) >  div {
  -webkit-animation-delay: 1.9s
}
.section-1 .container a:nth-child(3) >  div {
  -webkit-animation-delay: 2.1s
}
article .ngg-galleryoverview {
  overflow: visible;
}
.gal-thumb {
  margin-bottom: 15px;
  transition: 500ms 
}
.gal-thumb:hover {
  -webkit-transform: scale(1.1);
  transition: 500ms 
}

.fancybox-wrap {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero-image {
  position: relative;
  height: 100%;
  width: 100%;
  min-height: 300px;
}

.about-jax {
  margin: 0;
  padding: 0;
  position: relative;
}

.title,
.page-title {
  text-align: center;
  position: absolute;
  z-index: 9;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  /* text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5), -1px 1px 4px rgba(0, 0, 0, 0.5), 1px -1px 4px rgba(0, 0, 0, 0.5), -1px -1px 4px rgba(0, 0, 0, 0.5); */
}
.b-inner .wedding-title {
  font-size: 3.5em;
  text-transform: lowercase;
}



.section-title {
  background: #252525;
}
.section-title .title,
.page-title {
  text-align: center;
  position: relative;
  z-index: 9;
  left: 50%;
  top: auto;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  line-height: 1;
  margin-bottom: 20px;
  pointer-events: none;
  color: #fff;
}

.single .page-title {
  margin-bottom: 20px;
}

.title h1,
.title h2,
.title h3,
.wedding-title h1,
.wedding-title h2,
.wedding-title h3  {
  font-size: 1em;
}

.wedding-wrapper .wedding-title h1,
.wedding-wrapper .wedding-title h2,
.wedding-wrapper .wedding-title h3  {

}

.link {
  text-align: center;
  margin-top: -15px;
  font-size: 1.5em;
}
.link a {
  color: #fff;
}

.weddings-wrap {
  margin: 0;
  padding: 0;
}

.b-inner,
.wedding-wrapper {
  background-position: center;
  background-size: cover;
}

.wedding-title {
  text-align: center;
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
  margin-top: 0;
  pointer-events: none;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5), -1px 1px 4px rgba(0, 0, 0, 0.5), 1px -1px 4px rgba(0, 0, 0, 0.5), -1px -1px 4px rgba(0, 0, 0, 0.5);
}
.wedding-title h2 {
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.5em
}

.b-inner .wedding-title h2 {
  text-transform: lowercase;
  font-size: 1em;
}
.wedding-inner {
  padding-bottom: 50%;
  position: relative;
}
.carousel-caption {
  text-shadow: none;
}

.item h1, .item h2, .item h3, .item h4 {
  color: #000;
}

.gold .item h1, .gold .item h2, .gold .item h3, .gold .item h4,
.gold .item, .gold .item, .gold .item, .gold .item {
  color: #fff;
}
.carousel-indicators li {
  border: 1px solid #252525;
}
.carousel-indicators .active {
  background: #252525;
}
.gold .carousel-indicators li {
  border: 1px solid #fff;
}
.gold .carousel-indicators .active {
  background: #fff;
}

.b-inner .wedding-inner {
  padding-bottom: 33%;
  max-height: 900px;
}

.hero-image {
  display: none
}


.test-image {
  position: relative;
  padding-bottom: 50%;
  width: 100%
}
.testimonial {
  background-image: url(images/bg-pattern.png);
  position: relative;
  border-bottom: 1px solid #fff;
}
.hentry.testimonial {
  background-image: none;
}
.services section:nth-of-type(even) {
  background: #252525;
  color: #fff;
}
.services section:nth-of-type(even) .test-title h1,
.services section:nth-of-type(even) .test-title h2,
.services section:nth-of-type(even) .test-title h3 {
  color: #fff;
}
.services section:nth-of-type(even) .test-title h1:after {
  background: #fff
}
.services section:nth-of-type(odd) {
  background: #8d734a;
  color: #252525;
  color: #fff;
}
.services section .test-text {
  font-size: 1.5em;
  font-weight: 400;
}

.test-inner {
  padding: 40px 20px;
}
.test-image-wrap {
  position: relative;
}
.test-title h1 {
  text-transform: uppercase;
  font-size: 3.5em;
  font-weight: 300;
  position: relative;
}
.test-title h1:after {
  position: absolute;
  height: 2px; 
  width: 30%;
  background: #000;
  left: 0;
  bottom: -12px;
  content: '';
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.left .test-title h1:after {
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.gold .item h1:after, .gold .item h2:after, .gold .item h3:after, .gold .item h4:after {
  background: #fff;
}
.test-section,
.weddings-wrap,
.about-jax {
  margin: 0;
  padding: 0;
  position: relative;
}
.test-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.col-sm-8.testimonials {
  width: 100%;
}

article.testimonials {
  font-size: 1.4em;
  line-height: 1.7;
  text-align: center;
}

.social-top {
  height: 50px;
  background: #8d734a;
  display: none;
}

.grey {
  background: #252525;
  color: #fff;
}

.grey a,
.grey a:active,
.grey a:link,
.grey a:visited {
  color: #fff;
}
.grey a:hover {
  color: #8d734a;
}

.gold-grad {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8d734a+12,252525+92 */
  background: rgb(141,115,74); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(141,115,74,1) 15%, rgba(37,37,37,1) 75%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(141,115,74,1) 15%,rgba(37,37,37,1) 75%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(141,115,74,1) 15%,rgba(37,37,37,1) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d734a', endColorstr='#252525',GradientType=0 ); /* IE6-9 */
}

.staff-wrap {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#929292+0,252525+100 */
  background: rgb(146,146,146); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(146,146,146,1) 0%, rgba(37,37,37,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(146,146,146,1) 0%,rgba(37,37,37,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(146,146,146,1) 0%,rgba(37,37,37,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#929292', endColorstr='#252525',GradientType=0 ); /* IE6-9 */
}

.staff-wrap {
  padding-bottom: 100%;
  position: relative;
}

.staff-image-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.staff-outer-wrapper {
  overflow: hidden;
  margin-bottom: 30px;
  font-size: 70%;
}

.service-wrap {
  font-size: 70%;
}

.staff-image {
  width: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  moz-filter: grayscale(100%);
  transition: 500ms;
  bottom: 0;
  position: absolute;
}

.staff-outer-wrapper:hover .staff-image {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  moz-filter: grayscale(0);
  transition: 500ms;
}

.staff-text {
  position: absolute;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5), -1px 1px 4px rgba(0, 0, 0, 0.5), 1px -1px 4px rgba(0, 0, 0, 0.5), -1px -1px 4px rgba(0, 0, 0, 0.5);
  bottom: 11px;
  transition: 500ms;
}

.read-more:before {
  height: 1px;
  width: 40%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5), -1px 1px 4px rgba(0, 0, 0, 0.5), 1px -1px 4px rgba(0, 0, 0, 0.5), -1px -1px 4px rgba(0, 0, 0, 0.5);
  content: '';
  top: -40px;
  transition: 750ms;
}
.read-more {
  position: absolute;
  width:100%;
  text-align: center;
  bottom: -100px;
  font-size: 1.3em;
  transition: 750ms;
  font-weight: 300;
}


.staff-outer-wrapper:hover .staff-text {
  bottom: 50px;
  transition: 500ms;
}
.staff-outer-wrapper:hover .read-more {
  bottom: -30px;
  transition: 750ms;
}
.staff-outer-wrapper:hover .read-more:before {
  top: -4px;
}
.t h3 {
  margin: 0;
  color: #fff;
  font-weight: 700;

}
.qual {
  font-weight: 300;
  font-size: 0.8em;
}
.job {
  font-weight: 400;
  font-size: 1.2em;
}

.gold {
  background: #8d734a;
}

.pattern {
  background-image: url(images/bg-pattern.png);
}
.service {
  margin-bottom: 30px;
  font-size: 0.7em;
}
.service-wrap {
  padding-bottom: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.service-image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
}
.service-image-wrap img {
  width: 100%;
  transition: 500ms
}
.service-text {
  position: absolute;
  z-index: 1;
  width: 80%;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5), -1px 1px 4px rgba(0, 0, 0, 0.5), 1px -1px 4px rgba(0, 0, 0, 0.5), -1px -1px 4px rgba(0, 0, 0, 0.5);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  transition: 1000ms;
}
.service-text {
  text-transform: uppercase;
}
.service-text .read-more {
  bottom: -400px;
}
.service-text .read-more:before {
  top: -110px;
}
.service-wrap:hover .service-text {
  top: calc(50% - 20px);
}

.service-wrap:hover .service-text .read-more {
  bottom: -40px;
}
.service-wrap:hover .service-text .read-more:before {
  top: -10px;
}
.service-wrap:hover .service-image-wrap img {
  -webkit-filter: opacity(20%);
  -moz-filter: opacity(20%);
  filter: opacity(20%);
}

.header {
  position: fixed;
}

.social-wrapper-inner {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-wrapper-inner li {
  float: left;
  margin-left: 3px;
}
.nav > ul.social-gold-wrapper-inner {
  margin: 0 auto;
  width: auto;
  display: inline-block;
  position: relative;
  left: 50%;
  margin-top: 5px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  list-style: none;
  padding: 0;
}
.footer-nav ul.social-gold-wrapper-inner {
  margin: 0 auto;
  width: auto;
  display: inline-block;
  position: relative;
  list-style: none;
  padding: 0;
}
.footer-nav ul.social-gold-wrapper-inner {
  margin: 20px 0;
}

.footer-nav ul.social-gold-wrapper-inner li ,
.nav > ul.social-gold-wrapper-inner li {
  float: left;
  width: auto;
  list-style: none;
  margin-left: 3px;
}
.nav > ul.social-gold-wrapper-inner li img {
  width: 32px;
}
.footer-nav ul.social-gold-wrapper-inner li img {
  width: 45px;
  height: auto;
}
.footer-nav .col-sm-3 {
  margin-bottom: 40px;
}


.banner-inner {
  bottom: 0;
  font-size: 0.8em;
  width: 100%;
  top: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.inner-image {
  width: 80%;
  margin: 0 auto;
}

.banner-wrap.not-home .inner-image {
  display: none;
}

.f-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.f-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.f-nav li a {
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3em;
}

.form-wrap .half-width,
.form-wrap .full-width {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #252525;
  height: 45px;
  overflow: hidden;
}

.form-wrap .half-width.label-wrap,
.form-wrap .full-width.label-wrap {
  background: none;
  border: none;
  height: auto;
  color: #fff;
}

.form-wrap .t-area {
  height: 150px
}
.form-wrap select,
.form-wrap textarea,
.form-wrap input[type='text'] {
  width: 100%;
  border-radius: 0;
  margin: 0;
  border: 0;
  z-index: 2;
}
input[type='checkbox'] {
  margin: 0;
  padding: 0;
  -moz-appearance: revert;
  -webkit-appearance: revert;
  appearance: revert;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 18px;
  margin: 0 5px 0 10px;
}
.full-width label {
  font-size: 1.3em;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  color: #252525;
  font-weight: 400;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.full-width.label-wrap label,
.half-width.label-wrap label {
  font-size: 1.3em;
  color: #fff;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  margin-top: 10px;
  font-weight: 300;
  padding: 5px 10px 9px 10px;
  background: #8d734a;
  margin-bottom: -3px;
  z-index: 1;
  margin-left: 1px;
}
.form-wrap .button-wrap {
  margin-top: 20px;
}
.g-recaptcha {
  display: inline-block;
}

.single-section {
  font-size: 1.4em;
}

.single-section .post-date {
  margin-top: -20px;
  margin-bottom: 20px;
}

.map-wrap {
  position: relative;
  margin: 0;
  padding: 0;
}

.image-wrap {
  padding-bottom: 45%;
  background-image: url(images/map.jpg);
  background-position: center right;
  background-size: 200%;  
}

.map-inner {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 20px;
  font-size: 1.3em;
  text-transform: uppercase;
  color: #fff;
}
.map-inner a {
  color: #fff;
}
.map-title {
  font-size: 1.2em;
  margin-bottom: 10px;
  position: relative;
}

.map-title:after {
  height: 1px;
  width: 80%;
  position: absolute;
  background: #fff;
  content: '';
  bottom: -7px;
  top: auto;
  left: 0;
}

.map-office {
  margin-bottom: 10px;
}
.map-postal {
  margin-bottom: 10px;
}

.map-phone {
  margin-bottom: 10px;
}
.s-ti h2 {
  margin-bottom: 0;
}
.s-text {
  font-size: 1.3em;
}
.s-wrap {
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
  float: left;
  clear: both;
}
.about .staff-wrap {
  padding-bottom: 110%;
}

.about  .staff-outer-wrapper .staff-image {
  width: 100%;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  moz-filter: grayscale(0);
}

.no-margin {
  margin: 0;
}

.side-bar {
  position: relative;
  display: block;
  height: auto;
  background: #8d734a;
  padding: 50px 0;
}

.left-content {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
}

.side-bar {
  text-align: left;
  transition: 500ms;
}

.sidebar-widget div {
  margin-bottom: 30px;
}

.sidebar h1, 
.sidebar h2, 
.sidebar h3, 
.sidebar h4 {
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
}

.sidebar ul,
.sidebar li {
  text-align: left;
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1.2;
}
.widget_recent_entries li {
  margin-bottom: 10px;
}

.single-team .team-member-image {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#929292+0,252525+100 */
  background: rgb(146, 146, 146);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(146, 146, 146, 1) 0%, rgba(37, 37, 37, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(146, 146, 146, 1) 0%, rgba(37, 37, 37, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(146, 146, 146, 1) 0%, rgba(37, 37, 37, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#929292', endColorstr='#252525', GradientType=0 );
  /* IE6-9 */

  float:left;
  width: 30%;
  margin: 0 15px 10px 0;
}
.single-team .team-member-image img {
  bottom: 0;
  position: relative;
  display: block;
}
.t-c-image {
  float: left;
  display: inline-block;
  pointer-events: all;
}
.single-team .page-title, 
.single-team .page-title h1 {
  float: left;
  left: 0;
  position: relative;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;

}
.page-title {
  margin-top: 20px;
  width: 100%;
}


.page article,
.single article {
  float: left;
  clear: both;
  font-size: 1.3em;
}

.services-page .test-text ul,
.services-page .test-text ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page .side-bar,
.page.payment-complete .side-bar,
.page.payments .side-bar {
  font-size: 1.4em;
}

.page-template-page-team-alternate .test-image {
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  margin-bottom: -30px;
  padding-bottom: 60%
}

.page-template-page-team-alternate .testimonial {
  background-image: none;
  overflow: hidden;
}
.page-template-page-team-alternate .testimonial .test-text {
  padding: 20px;
}

.page .side-bar,
.page.payment-complete .side-bar,
.payments .widget_text {
  padding: 50px 20px;
}
.page .content,
.page.payment-complete .content,
.payments .content {
  float: left;
  font-size: 1.3em;
}
.f-nav li:first-of-type a {
  font-weight: 900;
  color: #8d734a;
}
.form-wrap {
  float: left;
  width: 100%;
}
nav ul.ul-nav {
  padding-top: 20px;
}

.s-inner {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 90%;
  padding-bottom: 100%;
  margin: 0 auto;
}
.s-t {
  font-size: 1.2em;
}

ul.sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  background: #585858;
  margin-top: 5px;
}
ul.sub-menu li {
  padding: 6px 4px;
  position: relative;
  font-size: 0.9em;
  width: 100%;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
ul.sub-menu li a {
  font-weight: 400;
  text-align: center;
  color: #fff;
}
ul.sub-menu li a:hover {
  color: #252525;
}
.social-gold-wrapper-inner {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  position: relative;
  width: 250px;
  margin-top: 20px;
}
.social-gold-wrapper-inner li {
  display: inline-block;
  float: left;
  margin: 1px;
}
.social-gold-wrapper-inner li img {
  width: 45px;
  height: auto;
}

.g-recaptcha > div {
  margin: 0 auto;
  position: relative;
  display: block;
}

.staff-text {
  width: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.f-nav ul {
  padding: 0;
  margin: 0;
}

.mobile-map {
  padding: 30px 0;
  font-size: 1.2em;
  text-transform: uppercase;
}
.margin-bottom {
   margin-bottom: 20px;
}

.page.payment-complete .full-width.label-wrap,
.page.payment-complete .half-width.label-wrap,
.page.payment-complete .page label {
  font-size: 0.8em;
}
.page.payment-complete input[type="text"],
.page.payment-complete textarea,
.page.payment-complete select {
  font-size: 1em;
}
.message-wrap {
  transition: 500ms;
  float: left;
  width: 100%;
}
.message {
  color: #fff;
  text-align: center;
  transition: 500ms;
  border: 1px solid rgba(141, 115, 74, 1);
  background: rgba(141, 115, 74, 0.5);
}

.banner-wrap {
    margin-top: 0;
    height: 45vw;
    padding-bottom: 45%;
  }

.banner-wrap .carousel {
  position: absolute;
  height: 100%;
  width: 100%;    
}
.banner-wrap .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.test-inner .test-text {
  font-size: 1.3em;
}
.testi-section .page-title {
  margin-bottom: 20px;
}
#testi-carousel .test-title h1 {
  text-transform: initial;
  font-weight: 400;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}



/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

 
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
  .service {
    font-size: 1em;
  }
  .banner-inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    left: auto;
    font-size: 1em;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  

  h1, h2, h3, h4 {
    font-weight: 300;
  }
  h1 span, h2 span, h3 span, h4 span {
    font-weight: 700
  }

  .header{
    position: relative;
  }
  .header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
  }

  .left-content {
    width: 66.66666667%;
  }


  .staff-outer-wrapper:hover .staff-text {
    bottom: 20%;
  }

  .staff-wrap {
    padding-bottom: 100%;
    position: relative;
  }

  .map-inner {
    display: block;
    font-size: 1.2em;
  }

  .show-menu {
    top: 20px;
  }
  .container {
    width: 100%;
  }
  
  .logo {
    left: 0;
    width: 70%;
  }

  .header {
    height: 80px;
  }


  .nav > ul li {
    margin: 0; 
  }
  .hero-image {
    display: block
  }
  .body-wrap {

  }  
  .header-container {
    height: 80px;
  }
  .social.desktop-social {
    margin-top: 12px;
    margin-right: 10px;
  }

  .nav > ul li a:hover {
      text-decoration: none;
      color: #8d734a;
  }
  .logo {
    left: 0;
    width: 30%;
    height: 80px;
    float: left;
    position: relative;
  }
  .desktop-social {
    display: block;
  }
  .mobile-social {
    display: none;
  }
  .banner-wrap .carousel-caption h1 {
    font-size: 2.2em;
  }
  .banner-wrap .carousel-caption {
    top: 50%;
  }
  .button {
    display: inline-block;
    padding: 15px 25px;
    line-height: 1;
    box-sizing: border-box;
    margin-right: 10px;
    cursor: pointer;
    float: none;
  }
  .b-left .button {
    float: left;
  }
  .home-circle {
    position: relative;
    width: 100%;
    border-radius: 100%;
    padding-bottom: 100%;
  }
  .home-circle .home-image {
    background-position: center;
  }
  .banner-wrap {
    margin-top: 0;
    height: 30vw;
    padding-bottom: 30%;
  }

  .banner-wrap .carousel-caption {
    width: 70%;
    text-align: left;
    position: absolute;
    left: auto;
    right: auto;
    bottom: 20px;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .banner-wrap .carousel-caption .button {
    float: left;
  }
  .nz-image {
    height: 90%;
    top: 5%;
    background-position: right center;
    width: 90%;
    right: 0;
    box-sizing: border-box;
  }
  .item .container {
    position: relative;
    height: 100%;
  }
  .right {
    text-align: right;
  }
  .left {
    text-align: left;
  }

  .banner-wrap.fixed {
    margin-top: 80px;
  }

  .section .text {
    font-size: 1.4em;
  } 
  .section {
    padding: 80px 0;
  }  
  .test-section,
  .weddings-wrap,
  .about-jax {
    margin: 0;
    padding: 0;
    position: relative;
  }

  .wedding-title h2 {
    font-size: 2em
  }
  .test-image {
    position: absolute;
    height: 100%;
    width: 41.66666667%;
    padding-bottom: 0;
  }
  .test-image-wrap {
    position: static;
  }
  .t-right {
    float: right;
  }
  .t-left {
    float: left;
  }
  .testimonial {
    min-height: 400px;
  }
  .social-top {
    display: block;
  }
  .nav > ul li {
    font-size: 1.6em;
  }
  .nav > ul .sub-menu li {
    font-size: 1em;
  }
  .header .nav.open {
    top: 130px;
    height: calc(100% - 130px);
  }
  .header.fixed .nav.open {
    top: 80px;
    height: calc(100% - 80px);
  }
  .gold-social {
    display: none;
  }

  .inner-image {
    width: 100%;
    margin: 0 auto;
    text-align: center
  }
  .form-wrap .half-width {
    width: 50%;
    float: left;
  }
  .section-title .title,
  .page-title {
    margin-bottom: 50px;
  }
  .single .page-title {
    margin-bottom: 20px;
  }
  .about-text {
    margin-bottom: 50px;
  }
  .single-section .post-date {
    margin-top: -50px;
    margin-bottom: 20px;
  }  
  .single-section.blog .post-date {
    margin-top: -15px;
    margin-bottom: 20px;
  }  

  .no-margin {
    margin-bottom: 0;
  }
  .banner-inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    left: auto;
    font-size: 1em;
  }
  .staff-outer-wrapper {
    font-size: 90%;
  }

  .service-wrap {
    font-size: 90%;
  }
  .page-template-page-team-alternate .test-image {
    position: absolute;
    width: 41.66666667%;
    bottom: 0;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .image-wrap {
    padding-bottom: 45%;
    background-image: url(images/map.jpg);
    background-position: center right;
    background-size: 140%;
  }
}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
 

  .banner-inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    left: auto;
    font-size: 1em;
  }

  .banner-wrap .button-wrap {  
    margin-top: 10px
  }

  .map-inner {
    font-size: 1.3em;
  }

  .left-content {
    padding: 50px 30px 0 0;
    display: inline-block;
  }

  .container {
    width: 970px;
  }

  .social.desktop-social {
    margin-top: 22px;
    margin-right: 10px;
  }
  .nav ul {

  }
  .nav {
    width: auto
  }

  .nav ul li {
    font-size: 1em;
  }
  .banner-wrap .carousel-caption h1 {
    font-size: 2.8em;
  }
  .nav ul {
  }
  nav ul.ul-nav {
    padding-top: 0;
    z-index: 9999;
    position: relative;
    height: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: 0;
  }

  .show-menu {
    display: none;
  }
  .header .nav.open,
  .nav {
    width: auto;
    position: relative;
    float: right;
    font-size: 1em;
    clear: right;
    background: none;
    height: auto;
    overflow: visible;
    height: 80px;
    top: 0;
  }
  .nav > ul {
    position: relative;
    right: 0;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .nav > ul > li {
    display: inline-block;
    text-align: center;
    width: auto;
    margin: 0 10px; 
    -webkit-flex: 1 1 auto;
    -webkit-align-items: center;
    flex: 1 1 auto;
    align-items: center;
    font-size: 1em;
    padding: 4px;
    position: relative;
    height: 100%;
  }
  .nav .menu {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .nav > ul > li > a {
    text-transform: uppercase;
    text-decoration: none;
 /*   top: 50%;
    position: relative;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);*/
    display: block;
    line-height: 72px;
  }
  .no-margin {
    margin: 0;
  }
  .page-title {
    margin-top: 0;
    width: 100%;
  }
  .single-team .page-title, 
  .single-team .page-title h1 {
    margin-right: 20px;
  }
  ul.sub-menu {
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 100%);
    -moz-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    -o-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    white-space: nowrap;
    z-index: 9999;    
    /*padding: 10px;*/
    padding: 5px 10px;
    background: #252525;
    display: none;
  } 
  ul.sub-menu > li > a {
    text-transform: uppercase;
    text-decoration: none;
    top: 50%;
    display: block;
    font-weight: 400;
    color: #fff;
  }
  .menu-item-has-children:hover ul.sub-menu {
    display: block;
  }
  .staff-outer-wrapper {
    font-size: 100%;
  }

  .service-wrap {
    font-size: 100%;
  }  
 .staff-wrap {
    padding-bottom: 140%;
    position: relative;
  }
  .staff-text {
    bottom: 20px;
    top: 15px;
  }
  .s-t {
    font-size: 2em;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

  .container {
    width: 1170px;
  }

  .social.desktop-social {
    margin-top: 22px;
    margin-right: 10px;
  }
  .nav ul {
  }
  .nav {
    width: auto
  }
  .banner-wrap .carousel-caption h1 {
    font-size: 3.5em;
    margin-bottom: 20px;
    line-height: 1;
  }
  .no-margin {
    margin: 0;
  }
 .staff-wrap {
    padding-bottom: 140%;
    position: relative;
  }
}


/**
 * partials/print
 * ---
 * Print version
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
