/*
Theme Name: Nu Image
Theme URI: https://www.nuimagedesign.co.uk/
Author: JP
Version: 1.0
*/
/*---------------------------------

BASE STYLES

---------------------------------*/
.contactSection .smallHeading {
    margin-top: 80px;
}

.smallHeading {
    font-size: 28px;
    border-bottom: 1px solid #a9812b;
    padding-bottom: 15px;
    display: inline-block;
    font-family: serifa, serif;
    font-style: normal;
    font-weight: bold;
    margin-top: 0;
}

body {
  color:#656565;
  font-family: Open Sans;
}
em{
  font-size: 12px;
}
h1, h2, h3, h4 {
  border-bottom:1px solid #a9812b;
  padding-bottom:15px;
  display:inline-block;
  font-family: serifa, serif;
  font-style: normal;
  font-weight: bold;
  margin-top:0;
}
h1 {
  font-size:40px;
}
h2,h3 {
  font-size:28px;
}
h2.featureTitle {
  margin-bottom:0;
}
.contactSection h2 {
  margin-top:80px;
}
h3.article-title {
  margin-bottom:0;
  padding-bottom:15px;
}
.fbContent p:first-child {
  font-size:1.3em;
  font-family:'serifa',serif;
}
a {
  text-decoration:none;
}
:focus {
    border: none;
    outline: none;
}
textarea:focus, input[type=text]:focus, input[type=email]:focus {
  border: 1px solid #808080;
}
textarea, input[type=text], input[type=email] {
  border: 1px solid #808080;
  padding: 1.2rem 1.2rem;
}
textarea{
  margin-top: 0.5rem;
}
.textOverlay{
  position: absolute;
  width: 200px;
  left: calc(50% - 100px);
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  top: calc(50% - 50px);
}
.align-center {
  text-align:center;
}
.align-right {
  text-align:right;
}
.align-left {
  text-align:left;
}
.row {
  text-align:center;
}
.row.noMarg {
  margin-top:0;
}
p.tel,p.email,p.companyName,p.address {
  margin:0 auto 10px;
  font-family: 'serifa', serif;
}
.tel img, .email img {
  padding-right:15px;
}
.card, footer .row {
  text-align:left;
}
.contactForm {
  background:#fff;
  display: inline-block;
  text-align:left;
}
.contactForm input, .contactForm textarea  {
  width:100%;
  color:#656565;
  margin-bottom:15px;
}
.contactForm input {
  height:30px;
}
.contactForm input[type="submit"] {
    height: 30px;
    float: right;
    margin-bottom: 15px;
    background: #fff;
    color: #656565;
    padding: 10px;
    height: auto;
    border: 1px solid #aa822c !important;
    width: 150px;
    border: none;
    transition: 0.2s ease-in;
}
.contactForm input[type="submit"]:hover{
  background:#a9812b;
  color:#fff;
  transition: 0.2s ease-in;
  cursor:pointer;
}
.contactForm label {
  font-weight:bold;
  font-size:14px;
}
.page-template-template-contact .tel,
.page-template-template-contact .email,
.page-template-template-contact .address {
  color:#333;
}
.page-template-template-contact footer .tel, .page-template-template-contact footer .email, .page-template-template-contact footer .address {
    line-height:1.1em;
    color:#fff;
}
.button:focus{
  border:solid 1px #a9812b;
}
.tel a, .email a{
  color: #fff;
}
.contactSection .tel a,.contactSection .email a{
  color: #333;
}
.fa-chevron-circle-up{
  color: #a9812b;
}
button {
  font-family:'serifa',serif;
  display:inline-block;
  background:transparent;
  padding:20px;
  margin-top: 40px;
  border-radius:0;
  border:solid 1px #a9812b;
  transition: 1s;
  text-transform:uppercase;
  color:#656565;
}
button:hover {
  background:#a9812b;
  color:#fff;
  cursor:pointer;
}
.abta {
  float:right;
}
.introSection p{
  margin-top: 0;
}
.featureContainer {
  padding: 80px 30px;
  color:#fff;
  margin: 1rem 0;
  background-size: cover !important;
}
.featureContainer button,.featured button {
  color:#fff;
}
.address {
  margin:0;
}
.companyName {
  font-size:20px;
  margin-bottom:10px;
}
.introSection{
  max-width: 800px;
  text-align: center;
  margin: 80px auto;
}
section.intro {
  padding-bottom:42%;
  position:relative;
}
section.featuredBoxes, section.featured, section.brands,section.staggered,section.blog,section.contactSection {
  margin-bottom:80px;
}
.first {
  font-size:1.3em;
  font-family:'serifa',serif;
  margin-top: 0;
}
.introContainer {
  padding-top:100%;
}
.introContent {
  padding: 2%;
  width: 40%;
  position: absolute;
  left: 50%;
  text-align: left;
}
.imageOverlap {
  position: absolute;
  top: -5%;
  width: 40%;
  left: 10%;
  height:110%;
}
.overlayTop {
  width:100%;
  padding-top:60%;
  margin-bottom:5%;
}
.overlayBottom {
  width:100%;
  padding-top:50%;
}
.overlayLeft {
  background-position:right;
  left:0;
  top:5%;
  height:90%;
  width:8%;
  position: absolute;
}
.overlayRight {
  background-position:left;
  right:0;
  top:5%;
  height:90%;
  width:8%;
  position: absolute;
}
img.brandLogo {
    padding: 15px;
}
img.logo {
    position: absolute;
    top: 0;
}
section.featured {
  padding: 80px 0 60px 0;
}
@media screen and (max-width:75em) {
  .imageOverlap {
    width:30%;
    left:5%;
  }
  .overlayTop {
    padding-top:84%;
    margin-bottom:10%;
  }
  .overlayBottom {
    padding-top:60%;
  }
  .introContent {
    width: 60%;
    left: 37%;
    padding:1%;
  }
  .overlayLeft,
  .overlayRight {
    display:none;
  }
}
@media screen and (max-width:64em) {
  section.intro {
    padding-bottom:30px;
  }
  .imageOverlap {
    width:90%;
    left:5%;
    position:relative;
    margin-top:-30px;
  }
  .overlayTop {
    height:200px;
    width:48%;
    margin-right:3%;
    padding-top:0;
    margin-bottom:0;
    display:inline-block;
  }
  .overlayBottom {
    height:200px;
    width:48%;
    padding-top:0;
    display:inline-block;
  }
  .introContent {
    width: 80%;
    left: 10%;
    padding:30px;
    position:relative;
    text-align:center;
  }
}
@media screen and (max-width: 39.9375em) {
  .overlayTop {
    width:100%;
  }
  .overlayBottom {
    display:none;
  }
}
/*---------------------------------

NAVIGATION 

---------------------------------*/
ul.dropdown.menu.desktop {
    font-size: 16px;
}
.menu-header-menu-container {
    text-align: center;
}
ul.dropdown.menu.mobile {
    margin-top: 80px;
    margin-bottom: 80px;
}
.position-right {
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    width: 100%;
    -ms-transform: translateX(250px);
    transform: translateX(100%);
}
.nav-bar button.offcanvas-trigger {
  display:none;
  margin-top: 0;
}
.mobile-nav-bar a {
  color: #E2DDCB;
}
.off-canvas {
  background:#786658;
}
.nav-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height:80px;
  font-family:'serifa',serif;
}
.desktop.dropdown.menu ul li {
  display:inline-block;
  background:transparent;
  text-transform:uppercase;
}
.dropdown.menu a {
  padding:15px 0;
  margin:0 15px;
}
.nav-bar .nav-bar-logo {
  padding: 1.8rem;
}
.nav-bar .nav-bar-logo:hover {
  border-bottom: 0px;
}
.nav-bar a {
  color: #333;
  transition: color 0.2s ease-in;
  border-bottom:3px solid transparent;
}
.nav-bar .is-dropdown-submenu a {
  border-bottom:transparent;
  color:#fff;
}
.nav-bar .desktop .is-dropdown-submenu a {
  border-bottom:transparent;
  color:#666;
}
.nav-bar .is-dropdown-submenu a:hover {
  color:#fff;
  border-bottom:#fff;
}
.nav-bar .desktop .is-dropdown-submenu a:hover {
  color:#aa822c;
  border-bottom:#fff;
}
ul.sub-menu.submenu.is-dropdown-submenu.first-sub.vertical.js-dropdown-active {
    border-bottom: 2px solid #aa822c;
}
.nav-bar a:hover,.nav-bar a:active,.nav-bar a:focus {
  color: #aa822c;
  border-bottom:3px solid #aa822c;
}
ul.menu li {
  display:inline-block;
  text-transform:uppercase;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  background:#aa822c;
  color:#fff;
  padding-left:0;
  text-align:left;
  border:none;
  margin-left:15px;
}
.dropdown.menu.desktop > li.opens-right > .is-dropdown-submenu {
  background:#fff;
  color:#aa822c;
  padding-left:0;
  text-align:left;
  border:none;
  margin-left:15px;
}
.dropdown.menu .is-active > a {
  color:#aa822c;
  border-bottom:none;
}
.is-dropdown-submenu {
  background:#E2DDCB;
}
.is-dropdown-submenu li a {
  color:#333;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color:#aa822c transparent transparent;
}
.close-button {
  background:transparent;
  font-size:2.5em;
  padding: 0 0 15px 0;
  float: right;
}
.close-button span {
  color:#fff;
}

.nav-bar .offcanvas-trigger {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #aa822c;
  text-transform: uppercase;
  background-color: #fff;
  cursor: pointer;
  height:45px;
  width:45px;
  margin-right:30px;
}

button.offcanvas-trigger{
  border: 0px;
}

.nav-bar .offcanvas-trigger .offcanvas-trigger-text {
  margin-right: 0.25rem;
  margin-top: 0.25rem;
}

.multilevel-offcanvas {
  background: #aa822c;
  padding: 20px;
  color: #E2DDCB;
}

.multilevel-offcanvas > .menu {
  margin-bottom: 1rem;
}

.menu{
  font-size: 28px;
  font-family: serifa, serif;
}

.brandsPage.introSection{
  margin-bottom: 50px;
}

.multilevel-offcanvas .menu a {
  color: #fff;
  padding-top: 7px;
  margin: 0 auto;
  width: 240px;
  padding-left: 0;
  padding-bottom: 7px;
  transition: color 0.2s ease-in;
}
.multilevel-offcanvas .menu a:active {
  color: #333;
  background:#fff;
}
.staggered-content-section-block-subheader a{
  color: #656565;
}
.staggered-content-section-block-subheader p{
  margin-top: 0;
}
.staggered-content-section-block-subheader p:nth-child(2){
  font-family: serifa, serif;
  font-size: 16px;
  font-weight: bold;
}
.multilevel-offcanvas .menu a:hover {
  color: #E2DDCB;
}

.multilevel-offcanvas .fa {
  color: #E2DDCB;
}

.multilevel-offcanvas .is-accordion-submenu-parent > a::after {
  border-color: rgba(254, 254, 254, 0.6) transparent transparent;
}

.multilevel-offcanvas .social-links {
  margin-left: 20px;
}

.multilevel-offcanvas .social-links li {
  margin-right: 5px;
}

.multilevel-offcanvas .social-links a:hover .fa {
  color: #bebebe;
  transition: color .2s ease-in;
}

.multilevel-offcanvas .social-links .fa {
  font-size: 2.2rem;
}

.hamburger .line {
  width: 23px;
  height: 3px;
  background-color: #aa822c;
  display: block;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: -2px;
  left: 0px;
}

.hamburger .line:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 63.9375em) {

  .desktop {
    display:none;
  }
  .nav-bar button.offcanvas-trigger {
    display:block;
  }
 /* .dropdown.menu > li.opens-right > .is-dropdown-submenu a, .dropdown.menu > li.opens-right > .is-dropdown-submenu li{
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }*/
  ul.menu li {
    width:100%;
  }
  .multilevel-offcanvas .menu li.is-dropdown-submenu-item{
    font-size: 16px;
    text-align: center;
    line-height: 1rem;
  }
  .is-dropdown-submenu {
    position:relative;
  }
  .dropdown.menu > li.opens-right > .is-dropdown-submenu {
    top:0;
  }
  .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color:#fff transparent transparent;
  }
  .dropdown.menu .is-active > a {
    color: #fff;
  }
  .nav-bar .offcanvas-trigger {
    padding: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .nav-bar .offcanvas-trigger {
    padding: 0;
  }
  .nav-bar {
    height: 60px;
  }
  .desktop.dropdown.menu {
    display:none;
  }
  img.logo {
    width:80px;
  }
  footer.responsive-blog-footer p {
    text-align: center;
  }
  .tel img, .email img {
    padding-right: 15px;
  }
  .abta {
    float:none;
    width: 140px;
    display:block;
    margin:15px auto;
  }
}
/*---------------------------------

TEAM CARDS

---------------------------------*/

.card-profile-stats {
  margin: 2.5rem 0 1.25rem;
  background: #fefefe;
}
.card-profile-stats-more-content p{
  font-size: 14px;
}
.card-profile-stats .card-profile-stats-intro {
  text-align: center;
  background-color: #ededed;
}
.card-profile-stats-intro-content p{
    font-size: 14px;
    padding-top: 4px;
    margin-top: 0px;
    line-height: 14px;
}
.smallHead{
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #a9812b;
}
.card-profile-stats .card-profile-stats-intro .card-profile-stats-intro-pic {
  width: 50%;
}

.card-profile-stats .card-profile-stats-intro .card-profile-stats-intro-content{
    padding-right: 10px;
    padding-left: 30px;
    width: 50%;
}

.card-profile-stats .card-profile-stats-intro .card-profile-stats-intro-content p:last-child {
  margin: 0;
}

.card-profile-stats .card-profile-stats-more .card-profile-stats-more-link {
  margin: 0;
  text-align: center;
  font-size: 1rem;
  color: #0a0a0a;
  padding: 20px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #a9812b;
}
.detailContainer{
  width: 100%;
  height: 40px;
  position: relative;
}
.mobileMore{
  display:none;
}
.card-profile-stats-more{
    position: relative;
    width: 100%;
}
.card-profile-stats .card-profile-stats-more .card-profile-stats-more-content {
  display: none;
  background-color: #ededed;
}

.card-profile-stats .card-profile-stats-more .card-profile-stats-more-content p{
  padding: 1rem 1rem;
  margin: 0;
}
.show{
  display: block;
}
.indexing{
  transition-delay: 2s;
  z-index: 10;
}

.card-profile-stats .card-profile-stats-intro {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: left;
}


@media screen and (max-width: 39.9375em) {
  .mobileMore{
    display: block;
  }
  .detailContainer{
    display: none;
  }
  .card-profile-stats {
    margin: 0.5rem 0 1.25rem;
    background: #fefefe;
  }
}


/*---------------------------------

BANNER

---------------------------------*/
.bannerCaption img{
  margin-bottom: 30px;
}
.home section.banner {
  height:500px;
}
.home section.banner .bannerCaption {
  margin-top:120px;
  color:#fff;
}
section.banner {
  height: 300px;
  background-size:cover;
  background-position:center center;
}
.home .bannerTitle {
  margin-top:0;
}
.bannerTitle {
  font-size:40px;
  line-height:45px;
  margin-top:110px;
  font-family: serifa, serif;
  font-style: normal;
  color:#fff;
}
.bannerTitle h1 {
  margin-bottom:0;
  font-weight: bold;
}
.full-width-testimonial-content button{
      border: solid 1px #666;
}
/*---------------------------------

BLOG SINGLE BANNER

---------------------------------*/


.large-article-header {
  background: no-repeat center;
  background-size: cover;
  height: 31.25rem;
  position: relative;
}

@media screen and (max-width: 39.9375em) {
  .large-article-header {
    height: 20.83333rem;
  }
}

.large-article-header-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  bottom: 3.125rem;
  left: 0;
  right: 0;
}



.large-article-header-content .center-container {
  width: 50%;
  margin: 0 auto;
}

.large-article-header-content .article-date {
  color: #E2DDCB;
}

.large-article-header-content .article-title h1 {
  line-height: 3.125rem;
  color: #E2DDCB;
  font-weight: 600;
}

.large-article-header-content .article-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.large-article-header-content .article-details a {
  color: #E2DDCB;
}

.large-article-header-content .article-author {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0;
}

.card-article-hover.card img {
    width: 100%;
}

@media screen and (max-width: 39.9375em) {
  .large-article-header-content .center-container {
    width: 100%;
    padding: 0 1.25rem;
  }
  .large-article-header-content {
    bottom: 1.25rem;
  }
  .large-article-header-content .article-title h1 {
    line-height: 1.875rem;
  }
  section.banner {
    height: 150px; 
  }
  .bannerTitle{
    margin-top: 3.4rem;
  }
}

/*---------------------------------

BLOG SINGLE CONTENT

---------------------------------*/
.galleryHover{
  color: #656565;
}
.card-section:hover {
    background: #a9812b;
    color: #fff;
    transition: 0.3s ease-in;
}
.blogPage .card-section:hover {
    color: #000;
}
.card-section {
    transition: 0.3s ease-in;
}
.card-section p{
  margin-top: 0px;
}
.article-links{
  color: #a9812b;
  display: table-cell;
  width: 50%;
}
.article-links.left{
  text-align: right;
  padding-right: 1rem;
  font-size:18px;
}
.article-links.right{
  text-align: left;
  padding-left: 1rem;
}
.blogDetails{
  display: table;
  max-width: 800px;
  margin: 4rem auto 2rem auto;
  font-family:'serifa',serif;
}
.article-date{
  color: #a9812b;
  display: table-cell;
  font-size:14px;
  padding-right: 20px;
}
.article-author{
  color: #a9812b;
  display: table-cell;
  width: 50%;
  font-size:14px;
  padding-left: 20px;
}
.quote-inline-wrap-article-content {
  max-width: 100%;
  position: relative;
}

.quote-inline-wrap {
  float: left;
  max-width: 21.875rem;
  padding: 0 1rem 1rem 0;
}

.quote-inline-wrap .quote-inline-marks {
  font-size: 6.25rem;
  color: #8a8a8a;
  line-height: 1rem;
}

.quote-inline-wrap .quote-inline-testimonial {
  border-radius: 5px;
}

.quote-inline-wrap .quote-inline-testimonial p {
  font-weight: 300;
}

.quote-inline-wrap .quote-inline-person {
  margin-bottom: 1.5rem;
}

.quote-inline-wrap .quote-inline-person .quote-inline-photo img {
  border-radius: 50%;
  width: 4.375rem;
  height: 4.375rem;
  float: left;
  margin-right: 1rem;
}

.quote-inline-wrap .quote-inline-person p {
  position: relative;
  top: 5px;
}

.quote-inline-wrap .quote-inline-person p:nth-child(2) {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}

.quote-inline-wrap .quote-inline-person p:nth-child(3) {
  font-size: 0.875rem;
  font-weight: 400;
  color: #8a8a8a;
}

@media screen and (max-width: 63.9375em) {
  .quote-inline-wrap {
    width: 100%;
    float: none;
    display: block;
  }
}


/*---------------------------------

BLOG INDEX LAYOUT

---------------------------------*/

@charset "UTF-8";

.card-article-hover {
  box-shadow: none;
}

.card-article-hover .card-section {
  background: #ededed;
  margin: 0 auto;
  text-align:center;
}

.card-article-hover .card-section .article-subtext {
  font-size:12px;
  margin-top:20px;
}

.card-article-hover .card-section .article-title {
  font-weight: bold;
  font-size: 1.5rem;
  color: #333;
}

.card-article-hover .card-section .article-desc {
  font-size: 1rem;
}

.card-article-hover .card-divider {
  background: #fff;
}

.card-article-hover .card-divider .author {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #2daebf;
}

.card-article-hover .hover-border {
  height: 10px;
  width: 450px;
  background: #2daebf;
  width: 0;
  transition: width 1s ease;
}

.card-article-hover:hover .hover-border {
  height: 10px;
  width: 450px;
  transition: width 1s ease;
}

.card-article-hover .author {
  color: navy;
}

.card-article-hover .avatar {
  border-radius: 50%;
  margin: 0 1rem;
}

.card-article-hover .meta-data {
  text-transform: uppercase;
}

/*---------------------------------

FOOTER SECTION

---------------------------------*/


footer {
  margin-top:0px;
}
footer h4 {
  margin-top:0;
}
footer .menu-secondary-menu-container ul {
  padding-left: 0;
  list-style: none;
  margin:0;
}
footer .menu-secondary-menu-container ul li a {
  padding:5px 0;
  color:#fff;
}
footer .row {
  margin-top:0;
}
.responsive-blog-footer {
  background: #a9812b;
  padding:30px 0 15px;
  color: white;
}
.up-arrow {
  float:right;
  clear:none;
}
.copyright {
  float:left;
  font-size: 12px;
  padding-top: 6px;
}
.copyright a:visited{
  color: rgb(101, 101, 101);
}
@media screen and (max-width: 39.9375em) {
  .responsive-blog-footer h4 {
    font-size: 1.5rem;
  }
}

.readMore{
  width: 100%;
}

.responsive-blog-footer p {
  color: #fff;
}

.responsive-blog-footer .mailing-list {
  margin-bottom: 1.5rem;
}

.responsive-blog-footer .mailing-container {
  margin-bottom: 2rem;
}

.responsive-blog-footer .about-section, .responsive-blog-footer .tag-section {
  margin-bottom: 1em;
}

.responsive-blog-footer .about-section a, .responsive-blog-footer .tag-section a {
  color: #1779ba;
}

.responsive-blog-footer .subscribe-button {
  background-color: #1779ba;
}

.responsive-blog-footer .subscribe-button:hover {
  background-color: #146aa3;
  transition: color 0.3s ease-in;
}

.responsive-blog-footer .fa-chevron-circle-up {
  font-size: 3rem;
  color: #A1AB74;
  float:right;
}

.responsive-blog-footer .fa-chevron-circle-up:hover {
  color: #b0b0b0;
  transition: color 0.3s ease-in;
}

/*---------------------------------

PRICING PAGE

---------------------------------*/

.pricing-table {
  background-color: #fefefe;
  border: solid 1px #cacaca;
  width: 100%;
  padding-left:0;
  text-align: center;
  list-style-type: none;
}

.pricing-table li {
  border-bottom: dotted 1px #cacaca;
  padding: 0.875rem 1.125rem;
}

.pricing-table li:last-child {
  border-bottom: 0;
  padding:0;
}

.pricing-table .title {
  background-color: #A1AB74;
  color: #333;
  border-bottom: 0;
  font-size:1.5em;
}

.pricing-table .price {
  background-color: #9CBCCD;
  font-size: 2rem;
  border-bottom: 0;
}

.pricing-table .description {
  color: #333;
  font-size: 80%;
}

.pricing-table :last-child {
  margin-bottom: 0;
}

.pricing-table li a.button {
  width:100%;
  height:100%;
  background:#786658;
  padding: 0.875rem 1.125rem;
  display:block;
  color:#fff;
}


.pricing-table-full-width {
  width: 100%;
  list-style-type: none;
  margin-left:0;
  text-align:left;
}

.pricing-table-full-width th {
  color:#fff;
  text-align:left;
  background:#786658;
  padding:10px;
}
.pricing-table-full-width td {
  padding:10px;
  border:none;
}
.pricing-table-full-width tr:nth-child(even) {
  background:#9CBCCD;
}

/*-----------------------------

STAGGERED CONTENT STYLES

------------------------------*/
.greyBg{
  padding:1px 0;
  background: #ededed;
}

.staggered-content-section {
  margin-top:60px;
  margin-bottom:60px;
}

.staggered-content-section .button.round {
  border-radius: 5000px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.staggered-content-section .staggered-content-section-img {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.staggered-content-section .staggered-content-section-img img {
  width: 100%;
}

.staggered-content-section .staggered-content-section-block {
  padding: 1rem;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  background: transparent;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.staggered-content-section-block-header {
  font-size: 28px;
  margin-top:0;
}

.staggered-content-section-block-subheader {
  font-size: 14px;
  margin-bottom:50px;
}
.staggered-content-section-block {
  text-align:left;
}
.staggered-content-section-block h2 {
  margin-top:0;
}
.staggered-content-section-block p:first-child {
    font-size: 1.3em;
    font-family:'serifa',serif;
}
.staggered-content-section-block:nth-child(even) {
  text-align:right;
}

@media screen and (min-width: 40em) {
  .staggered-content-section .staggered-content-section-block {
    padding: 30px;
    padding-top:0;
  }

}

/*-----------------------------

TESTIMONIAL/FEATURE SECTION STYLES

------------------------------*/

section.featured {
  background: url("/wp-content/uploads/2017/12/our-people-background.jpg");
  background-size:cover;
  background-position: center center;
}
.full-width-testimonial {
  background: url("");
  background-position: center center;
}

.full-width-testimonial-icon .quote-path {
  fill: none;
  stroke: #ffae00;
  stroke-width: 2.5192;
  stroke-miterlimit: 10;
}

.full-width-testimonial-content,
.full-width-testimonial-icon {
  text-align: center;
}

.full-width-testimonial-content p {
  font-family:'serifa',serif;
  margin-bottom:30px;
}

.full-width-testimonial-section {
  padding-top: 2rem;
}

.full-width-testimonial-section .full-width-testimonial-text {
  font-weight: bold;
  font-family:'serifa',serif;
  color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: -5px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 1.5em;
  line-height:1em;
  margin-bottom:30px;
}

@media print, screen and (min-width: 40em) {
  .full-width-testimonial-section .full-width-testimonial-text {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media print, screen and (min-width: 64em) {
  .full-width-testimonial-section .full-width-testimonial-text {
    padding-left: 180px;
    padding-right: 180px;
    font-size: 1.8em;
  }
}

@media screen and (min-width: 75em) {
  .full-width-testimonial-section .full-width-testimonial-text {
    padding-left: 300px;
    padding-right: 300px;
  }
}

.full-width-testimonial-section .full-width-testimonial-source {
  font-size: 1.2em;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding-bottom: 0;
  max-width:500px;
  margin:0 auto 0;
  font-size: 1.0em;
}
.featured .full-width-testimonial-section .full-width-testimonial-source {
  text-transform: none; 
}
.full-width-testimonial-section .full-width-testimonial-source-context {
  display: block;
  font-size: 0.9em;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.8em;
}

.full-width-testimonial-section .slick-slider {
  margin-bottom: 0px;
}

.full-width-testimonial-content,
.full-width-testimonial-source,
.full-width-testimonial-icon {
  padding-bottom: 2rem;
}

.full-width-testimonial-content {
  width: 100%;
}
.full-width-testimonial-icon {
  color:#fff;
  font-size:2em;
  padding-bottom:0;
}
.full-width-testimonial-text p {
  margin-bottom:0;
}

/*-----------------------------

GALLERY STYLES 

------------------------------*/
.gallery{
  margin: 1rem 0;
  position: relative;
}
.gallery:hover{
  opacity: 0.8;
}
.gallery div{
  width: 300px;
  height:100px;
  z-index: 10;
  position: absolute;
  left: calc(50% - 150px);
  top: calc(50% - 50px);
}

.image-gallery {
  padding: 30px;
  margin:0 auto 60px;
  max-width:1200px;
}

.image-gallery-image {
  margin-bottom: 0px;
}

.thumbs {
  
  a {
    margin-left: 8px;
    margin-right: 8px;
    padding: 0 !important;
    
    img {
      @include thumbnail;
      border-radius: 3px;
      width: 50px;
      height: 50px;
      border: none;
    }
  }
}

.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slickGal {
    width:100%;
    margin:0 auto;
    position:relative;
}
button:focus{
  border: 1px solid #aa822c;
}
button.slick-prev, button.slick-next {
    font-family: 'FontAwesome';
    position: absolute;
    width: 52px;
    top: 0;
    font-size: 1.3em;
    height: 100%;
    color:#fff;
    z-index:5;
}
button.slick-prev {
  left:0;
}
button.slick-next {
  right:0;
}
button.slick-prev:before {
  content: '\f053';
}
button.slick-next:before {
  content: '\f054';
}
.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
    width:100%;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



