/** Theme Name:   Unicorn Child */
/** Theme URI:    http://pixelpalace.com.au */
/** Description:  Unicorn Child theme */
/** Author:       Pixel Palace */
/** Template:     unicorn */
/** Version:      1.0.1 */
/**
 * Responsive breakpoints
 *
 */
/**
 * Base variables
 *
 */
/**
 * Override global styles
 *
 */
@media only screen and (min-width: 1800px) {
  html {
    font-size: 16px; } }

@media only screen and (max-width: 1800px) {
  html {
    font-size: 16px; } }

@media only screen and (max-width: 1200px) {
  html {
    font-size: 16px; } }

@media only screen and (max-width: 900px) {
  html {
    font-size: 15px; } }

@media only screen and (max-width: 600px) {
  html {
    font-size: 14px; } }

body {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  color: #000;
  padding-top: 116px; }
  @media only screen and (max-width: 1200px) {
    body {
      padding-top: 83px; } }
  body.home {
    padding-top: 0px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Libre Baskerville", serif;
  display: block;
  width: 100%;
  margin: 0px;
  margin-bottom: 0.5em;
  font-weight: 400;
  letter-spacing: 1px; }

p {
  letter-spacing: 0.5px; }

.heading-large {
  font-size: 3.42857rem; }

h1, .headingone {
  font-size: 3rem;
  font-weight: bold; }
  @media only screen and (max-width: 900px) {
    h1, .headingone {
      font-size: 1.8em; } }

h2, .headingtwo {
  font-size: 2.57143rem;
  font-weight: bold;
  line-height: 1.3em; }
  @media only screen and (max-width: 900px) {
    h2, .headingtwo {
      font-size: 1.6em; } }

h3, .headingthree {
  font-size: 1.71429rem; }
  @media only screen and (max-width: 900px) {
    h3, .headingthree {
      font-size: 1.3em; } }

h4, .headingfour {
  font-size: 1.42857rem; }
  @media only screen and (max-width: 900px) {
    h4, .headingfour {
      font-size: 1.1em; } }

h5, .headingfive {
  font-size: 1.28571rem; }

h6, .headingsix {
  font-size: 0.85714rem; }

/**
 * Links
 *
 */
a {
  color: #92784e; }
  a:hover, a:focus {
    color: #b3b3b3;
    text-decoration: none; }

/**
 * Color styles
 *
 */
.light {
  color: #fff; }

.dark {
  color: #000; }

/**
 * Buttons
 *
 */
a.btn {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }
  a.btn:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  a.btn.btn-primary {
    border: 0px;
    color: #fff;
    background: #000; }
    a.btn.btn-primary:hover {
      background: #000;
      color: #92784e; }
  a.btn.btn-ghost {
    border: 2px solid #000;
    border-width: 3px !important;
    color: #000; }
    a.btn.btn-ghost:hover {
      background: #000;
      color: #fff; }
    a.btn.btn-ghost.btn-gold {
      border-color: #92784e !important;
      color: #92784e !important; }
  a.btn i {
    margin-left: 5px; }

.light a.btn.btn-primary {
  border: 0px;
  color: #000;
  background: #fff; }
  .light a.btn.btn-primary:hover {
    background: #fff;
    color: #92784e; }

.light a.btn.btn-ghost {
  border: 2px solid #fff;
  color: #fff; }
  .light a.btn.btn-ghost:hover {
    background: #fff;
    color: #000; }

a.btn-booking {
  background: #92784e;
  color: #fff !important;
  font-weight: bold;
  font-size: 12px;
  padding: 8px 12px 8px 38px;
  letter-spacing: normal; }
  a.btn-booking:before {
    content: "";
    background: url(img/btn_g.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 2px;
    left: 7px;
    width: 25px;
    height: 25px; }
  a.btn-booking:hover {
    background: #000 !important;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    color: #fff !important; }

.black-bg {
  background: #000; }
  .black-bg .btn-primary {
    border: 0px;
    color: #000 !important;
    background: #fff !important; }
    .black-bg .btn-primary:hover {
      background: #92784e !important;
      color: #000 !important; }
  .black-bg .btn-ghost {
    border: 2px solid #fff !important;
    border-width: 3px !important;
    color: #fff !important; }
    .black-bg .btn-ghost:hover {
      background: #fff !important;
      color: #000 !important; }
    .black-bg .btn-ghost.btn-gold {
      border-color: #92784e !important;
      color: #92784e !important; }

.btn-solid-gold {
  border: 0px;
  color: #fff !important;
  font-weight: bold !important;
  background: #92784e !important; }
  .btn-solid-gold:hover {
    background: #92784e !important;
    color: #fff !important; }

.white-bg {
  background: #fff; }

.gold-bg {
  background: #92784e; }
  .gold-bg a {
    color: #ccc; }

.canvas-bg {
  background: url(img/canvas.jpg) top left repeat; }

.tt {
  position: relative; }
  .tt.black-bg:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -45px;
    left: 0;
    width: 100%;
    height: 45px;
    pointer-events: none;
    background: url(img/texture_top_black.png) top center repeat-x; }
  .tt.white-bg:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -45px;
    left: 0;
    width: 100%;
    height: 45px;
    pointer-events: none;
    background: url(img/texture_top_white.png) top center repeat-x; }

.ty {
  position: relative; }
  .ty.white-bg:before, .ty.white-bg:after {
    content: "";
    position: absolute;
    z-index: 3;
    top: -45px;
    left: 0;
    width: 100%;
    height: 45px;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: url(img/texture_top_white.png) top center repeat-x; }
  .ty.white-bg:after {
    top: auto;
    bottom: -45px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .ty.black-bg:before, .ty.black-bg:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -45px;
    left: 0;
    width: 100%;
    height: 45px;
    pointer-events: none;
    background: url(img/texture_top_black.png) top center repeat-x; }
  .ty.black-bg:after {
    top: auto;
    bottom: -45px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .ty.gold-bg:before, .ty.gold-bg:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -45px;
    left: 0;
    width: 100%;
    height: 45px;
    pointer-events: none;
    background: url(img/texture_top_gold.png) top center repeat-x; }
  .ty.gold-bg:after {
    top: auto;
    bottom: -45px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.ty + .ty:before, .ty + .tt:before {
  display: none !important; }

/**
 * Fancy title
 *
 */
.fancy-title, .latest-blog-posts h2 {
  text-transform: uppercase; }
  .fancy-title span, .latest-blog-posts h2 span {
    display: block;
    margin-top: 15px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 0.33em; }

.latest-blog-posts h2 {
  margin-bottom: 30px; }

/**
 * Header
 *
 */
#masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99; }
  #masthead .desktop-menu {
    z-index: 105;
    position: relative;
    padding: 15px 0px 5px;
    background: #000; }
  #masthead .menu-extra-cont {
    text-align: right;
    margin-bottom: 5px; }
    #masthead .menu-extra-cont .btn-enquire {
      font-size: 16px;
      background: #92784e;
      font-weight: bold;
      margin-right: 15px; }
    #masthead .menu-extra-cont .h-block {
      padding: 0px 15px;
      color: #fff;
      font-size: 18px;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      #masthead .menu-extra-cont .h-block:hover {
        color: #92784e; }
    #masthead .menu-extra-cont .h-social {
      padding: 0px 10px;
      border-right: 1px solid rgba(255, 255, 255, 0.25);
      display: inline-block;
      color: #fff; }
      #masthead .menu-extra-cont .h-social:hover {
        color: #92784e;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
  #masthead .menu-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    #masthead .menu-cont #primary-menu {
      margin-top: 0; }
      #masthead .menu-cont #primary-menu a {
        color: #fff; }
  #masthead .navbar-toggler span.menu-icon:before {
    color: #fff !important; }
  #masthead .navbar-toggler span.menu-icon.white:before {
    color: #000 !important; }
  #masthead .menu-actions {
    position: absolute;
    right: 70px;
    top: 26px;
    z-index: 9999; }
    #masthead .menu-actions a {
      padding: 2px;
      margin-left: 5px;
      color: #92784e;
      font-size: 22px;
      border: 0px;
      display: inline-block; }
  #masthead .booking {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #masthead .menu-extra {
    background: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25); }
    #masthead .menu-extra.toggled {
      -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
      transform: translate(0, 100%); }
  #masthead .main-menu-container {
    padding: 0px; }

.extra-contact .items {
  margin-top: 14px;
  font-size: 13px; }

.extra-contact a {
  color: #000;
  margin-right: 15px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .extra-contact a:hover {
    color: #92784e; }

.extra-search {
  padding: 10px 0px; }
  .extra-search .social-media {
    display: inline-block;
    padding: 5px 0px;
    margin-right: 15px; }
    .extra-search .social-media a {
      color: #000;
      font-size: 22px; }
      .extra-search .social-media a:hover {
        color: #92784e; }

.search-form {
  width: 320px;
  float: right;
  overflow: hidden;
  border-radius: 15px;
  border: #000 1px solid; }
  @media only screen and (max-width: 900px) {
    .search-form {
      width: auto; } }
  .search-form input {
    padding-top: 3px;
    padding-bottom: 3px; }

.admin-bar #masthead {
  top: 32px; }

#masthead, #masthead .bg-faded {
  background: transparent; }
  @media only screen and (max-width: 1200px) {
    #masthead, #masthead .bg-faded {
      background: #000; } }

.after-header hr {
  height: 1px;
  margin: 0px; }

#masthead a.navbar-brand {
  display: block; }
  @media only screen and (min-width: 1200px) {
    #masthead a.navbar-brand img {
      width: 100%;
      width: 280px;
      padding: 5px 10px 10px 10px;
      height: auto !important; } }
  @media only screen and (max-width: 1200px) {
    #masthead a.navbar-brand img {
      width: 160px; } }

#primary-menu {
  text-transform: uppercase;
  letter-spacing: 1px; }
  @media only screen and (min-width: 1200px) {
    #primary-menu {
      margin-top: 35px; } }

@media only screen and (min-width: 900px) {
  .top-menu-container {
    padding: 6px 0px; } }

@media only screen and (max-width: 900px) {
  .back-to-top {
    display: none !important; } }

.top-extra {
  display: inline-block;
  color: #606163;
  letter-spacing: 1px; }
  .top-extra .btn-chat {
    background: #f1f1f1;
    padding: 4px 8px;
    margin: 0px 10px 0px 4px;
    font-size: 12px; }
    .top-extra .btn-chat:hover {
      background: #fff !important; }

.top-shipping {
  float: left;
  color: #606163;
  text-transform: uppercase;
  letter-spacing: 1px; }

#masthead #secondary-menu a, #masthead .top-menu-container a {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  #masthead #secondary-menu a:hover, #masthead .top-menu-container a:hover {
    color: #92784e; }

#masthead .product-search:before {
  content: '\f002';
  position: relative;
  font-family: "FontAwesome";
  left: 8px;
  top: 2px; }

#masthead .product-search input {
  padding: 2px 2px 2px 7px; }

#masthead .product-search ::-webkit-input-placeholder {
  color: #ccc; }

#masthead .product-search :-ms-input-placeholder {
  color: #ccc; }

#masthead .product-search ::-ms-input-placeholder {
  color: #ccc; }

#masthead .product-search ::placeholder {
  color: #ccc; }

@media only screen and (max-width: 900px) {
  #masthead .product-search {
    display: none !important; } }

/**
 * Ubermenu
 *
 */
.ubermenu-submenu {
  background: #000 !important;
  padding: 20px 30px 30px 30px !important;
  border: 0px !important; }
  .ubermenu-submenu .ubermenu-submenu {
    padding: 0px !important;
    padding-top: 0px !important;
    margin-top: 0px !important; }

.ubermenu .menu-title {
  min-height: 75px !important;
  font-family: "Libre Baskerville", serif;
  line-height: 1.5em !important;
  font-size: 1.1em;
  border-bottom: 0px !important; }
  @media only screen and (max-width: 1200px) {
    .ubermenu .menu-title {
      min-height: 0px !important;
      margin-bottom: 5px !important;
      padding: 0px !important; }
      .ubermenu .menu-title span {
        color: #92784e !important; } }

.ubermenu li:hover {
  color: #92784e !important; }

.ubermenu-skin-white {
  border: 0px !important; }

.ubermenu-skin-trans-black .ubermenu-item-level-0 > .ubermenu-target {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 15px 10px; }

.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0 > a {
  font-size: 1em;
  font-weight: normal !important;
  background: transparent !important;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-transform: uppercase; }
  .ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0 > a:hover {
    color: #92784e !important; }

.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0 a {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0 a:hover {
    color: #92784e !important; }

@media only screen and (max-width: 1200px) {
  .ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0 ul a {
    padding: 3px 0 !important; }
  .ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0 ul span {
    color: #fff; }
  .ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0 .ubermenu-submenu li.ubermenu-item-level-1 {
    min-width: 0;
    display: block;
    width: 100%;
    float: left;
    padding-right: 10px;
    margin-bottom: 10px;
    clear: none; }
    .ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0 .ubermenu-submenu li.ubermenu-item-level-1 li {
      clear: none;
      float: left;
      width: 50%;
      padding-right: 10px; }
    .ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0 .ubermenu-submenu li.ubermenu-item-level-1 ul a {
      font-size: 12px !important; } }

.ubermenu .ubermenu-has-submenu-flyout .ubermenu-submenu .ubermenu-target {
  padding: 10px 0px; }

#masthead .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target {
  padding-right: 20px; }

#masthead .desktop-menu nav ul.ubermenu-nav {
  display: block; }
  #masthead .desktop-menu nav ul.ubermenu-nav ul {
    display: block; }

/**
 * Mobile nav
 *
 */
#masthead .mobile-menu-overlay {
  display: block;
  padding-top: 60px;
  background: #fff; }
  #masthead .mobile-menu-overlay a {
    color: #606163; }
  #masthead .mobile-menu-overlay .search-form {
    float: none !important;
    margin: 0 auto; }

#masthead .menu-icon:before {
  color: #606163 !important; }

#masthead .mobile-menu-overlay.menu-show li a {
  color: #606163 !important; }

#masthead .ubermenu-responsive-toggle {
  display: none; }

#masthead .mobile-secondary ul li {
  display: inline-block; }
  #masthead .mobile-secondary ul li a {
    padding: 6px; }

#masthead .mobile-primary a {
  font-size: 14px;
  padding: 6px 10px; }

/**
 * Flexible content
 *
 */
.deals-block {
  background: #92784e; }
  .deals-block h2 {
    color: #fff; }
  .deals-block .item .polaroid {
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
    padding: 25px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2); }
    .deals-block .item .polaroid img {
      margin-bottom: 20px; }
    @media only screen and (max-width: 1200px) {
      .deals-block .item .polaroid {
        padding: 15px; } }
    .deals-block .item .polaroid img {
      width: 100%; }
    .deals-block .item .polaroid h3, .deals-block .item .polaroid h4 {
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      color: #000; }
    .deals-block .item .polaroid h3 {
      font-size: 1.2em; }
    .deals-block .item .polaroid h4 {
      font-size: 14px;
      text-transform: uppercase; }
    .deals-block .item .polaroid .img-container {
      position: relative;
      overflow: hidden; }
      .deals-block .item .polaroid .img-container header {
        top: 15px;
        padding: 10px;
        position: absolute;
        background: #92784e;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .deals-block .item .polaroid .img-container header h3 {
          font-size: 1.2em; }
        .deals-block .item .polaroid .img-container header h3, .deals-block .item .polaroid .img-container header h4 {
          color: #fff; }
        .deals-block .item .polaroid .img-container header h4 {
          margin-bottom: 0; }
        @media only screen and (max-width: 1200px) {
          .deals-block .item .polaroid .img-container header {
            top: 0; }
            .deals-block .item .polaroid .img-container header h3 {
              font-size: 1.1em; }
            .deals-block .item .polaroid .img-container header h4 {
              font-size: 0.9em; } }
    .deals-block .item .polaroid .nav-elem {
      display: block;
      position: absolute;
      padding: 10px 20px;
      color: #fff;
      font-size: 28px;
      background: #92784e;
      bottom: 50px;
      right: -50px;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .deals-block .item .polaroid:hover {
      -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.4);
      box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.4); }
      .deals-block .item .polaroid:hover .nav-elem {
        right: 0; }
    @media only screen and (max-width: 1200px) {
      .deals-block .item .polaroid h3 {
        font-size: 1.2em; } }
    @media only screen and (max-width: 1200px) {
      .deals-block .item .polaroid h3 {
        font-size: 1em; } }

.polaroid-links {
  background: #92784e; }
  .polaroid-links .item .polaroid {
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
    padding: 25px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2); }
    @media only screen and (max-width: 1200px) {
      .polaroid-links .item .polaroid {
        padding: 15px; } }
    .polaroid-links .item .polaroid img {
      width: 100%; }
    .polaroid-links .item .polaroid h4 {
      font-size: 14px;
      text-align: center;
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      color: #000;
      padding: 30px 0px 0px; }
  .polaroid-links .item:nth-child(1) {
    -webkit-transform: translate(10%, 15%);
    -ms-transform: translate(10%, 15%);
    transform: translate(10%, 15%); }
    .polaroid-links .item:nth-child(1) .polaroid {
      -webkit-transform: rotate(1deg);
      -ms-transform: rotate(1deg);
      transform: rotate(1deg); }
  .polaroid-links .item:nth-child(2) {
    -webkit-transform: translate(-3%, 3%);
    -ms-transform: translate(-3%, 3%);
    transform: translate(-3%, 3%);
    z-index: 1; }
    .polaroid-links .item:nth-child(2) .polaroid {
      -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
      transform: rotate(-3deg); }
  .polaroid-links .item:nth-child(3) {
    -webkit-transform: translate(-2%, 5%);
    -ms-transform: translate(-2%, 5%);
    transform: translate(-2%, 5%); }
    .polaroid-links .item:nth-child(3) .polaroid {
      -webkit-transform: rotate(2deg);
      -ms-transform: rotate(2deg);
      transform: rotate(2deg); }
  .polaroid-links .item:nth-child(4) {
    -webkit-transform: translate(-2%, 35%);
    -ms-transform: translate(-2%, 35%);
    transform: translate(-2%, 35%);
    z-index: 1; }
    .polaroid-links .item:nth-child(4) .polaroid {
      -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
      transform: rotate(-5deg); }
  .polaroid-links .item:nth-child(6) {
    -webkit-transform: translate(5%, -5%);
    -ms-transform: translate(5%, -5%);
    transform: translate(5%, -5%); }
    .polaroid-links .item:nth-child(6) .polaroid {
      -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
      transform: rotate(3deg); }
  .polaroid-links .item:nth-child(7) {
    -webkit-transform: translate(14%, -3%);
    -ms-transform: translate(14%, -3%);
    transform: translate(14%, -3%); }
    .polaroid-links .item:nth-child(7) .polaroid {
      -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
      transform: rotate(-5deg); }
  .polaroid-links .item:hover {
    z-index: 9; }
    .polaroid-links .item:hover .polaroid {
      -webkit-transform: scale(1.1) rotate(0deg);
      -ms-transform: scale(1.1) rotate(0deg);
      transform: scale(1.1) rotate(0deg);
      -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.3); }
  @media only screen and (max-width: 900px) {
    .polaroid-links .item {
      -webkit-transform: translate(0, 0) !important;
      -ms-transform: translate(0, 0) !important;
      transform: translate(0, 0) !important;
      margin: 0 auto; } }
  @media only screen and (max-width: 900px) {
    .polaroid-links .col-sm-3 {
      display: none !important; } }

.call-to-action {
  width: 100%;
  background: url(img/cta_bg.jpg) bottom center no-repeat;
  background-size: cover; }
  .call-to-action h3 {
    display: inline-block;
    clear: none;
    width: auto;
    font-weight: normal;
    margin-right: 50px;
    margin-bottom: 0px; }
    @media only screen and (max-width: 1200px) {
      .call-to-action h3 {
        display: block;
        margin: 10px 0 20px; } }

.map-and-content .map-container {
  background: url(img/our_world_bg.jpg) center center no-repeat;
  background-size: cover; }
  .map-and-content .map-container .st0 {
    opacity: 0.7 !important;
    fill: #000 !important;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .map-and-content .map-container .st0:hover {
      cursor: auto;
      fill: #92784e;
      opacity: 0.9; }
  .map-and-content .map-container .st1 {
    display: none; }

.map-and-content .m-cont:before {
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.25); }

.map-and-content .m-cont .center-cont {
  text-align: left !important;
  -webkit-box-align: left !important;
  -ms-flex-align: left !important;
  align-items: left !important; }
  .map-and-content .m-cont .center-cont p {
    text-align: left;
    max-width: 100%; }

@media only screen and (max-width: 1200px) {
  .map-and-content .quad {
    height: auto; }
    .map-and-content .quad .center-cont {
      position: relative;
      display: block;
      padding: 50px 0px; } }

.page-id-227 g[data-target="eastern-africa"] .st0 {
  fill: #fff !important; }

.page-id-225 g[data-target="southern-africa"] .st0 {
  fill: #fff !important; }

.quad-block h3 {
  font-size: 2.6em;
  width: 80%;
  margin: 0 auto;
  line-height: 1.5em;
  text-transform: uppercase; }
  @media only screen and (max-width: 1200px) {
    .quad-block h3 {
      font-size: 1.6em; } }

.quad-block .btn {
  position: absolute;
  bottom: 10%; }

.quad-block .map-container {
  background: url(img/our_world_bg.jpg) center center no-repeat;
  background-size: cover; }
  .quad-block .map-container h5 {
    color: #92784e; }

.quad-block .quad {
  height: 50vw; }
  @media only screen and (max-width: 900px) {
    .quad-block .quad {
      height: 400px; } }

.quad-block .post-container {
  position: relative; }

.quad-block .slick-post {
  height: 100%; }
  .quad-block .slick-post .slick-prev {
    left: 50px; }
    .quad-block .slick-post .slick-prev:before {
      color: #fff;
      font-size: 48px; }
  .quad-block .slick-post .slick-next {
    right: 50px; }
    .quad-block .slick-post .slick-next:before {
      color: #fff;
      font-size: 48px; }
  .quad-block .slick-post .slick-next, .quad-block .slick-post .slick-prev {
    opacity: 0.5;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .quad-block .slick-post .slick-next:hover, .quad-block .slick-post .slick-prev:hover {
      opacity: 1; }
  .quad-block .slick-post .slick-slider, .quad-block .slick-post .slick-track, .quad-block .slick-post .slick-list {
    height: 100%; }
  .quad-block .slick-post .item {
    display: block;
    height: 100%;
    width: 100%;
    position: relative; }
    .quad-block .slick-post .item:before {
      top: 0;
      left: 0;
      content: "";
      height: 100%;
      width: 100%;
      position: absolute;
      background: rgba(0, 0, 0, 0.25); }
  .quad-block .slick-post .cont {
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    z-index: 1;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

.quad-block .link-container {
  background: url(img/canvas.jpg) top left repeat; }
  .quad-block .link-container:before {
    content: "";
    height: 200px;
    width: 200px;
    background: url(img/compass.png) center center no-repeat;
    position: absolute;
    pointer-events: none;
    left: -100px;
    top: -100px;
    z-index: 5;
    -webkit-animation: flip 10s infinite;
    animation: flip 10s infinite; }
    @media only screen and (max-width: 900px) {
      .quad-block .link-container:before {
        display: none; } }

.our-world {
  background: url(img/our_world_bg.jpg) center center no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 900px) {
    .our-world .top-title {
      position: relative;
      top: 0; } }
  .our-world .quad {
    height: 50vw; }
  @media only screen and (max-width: 900px) {
    .our-world .quad.map-container {
      height: 400px; } }
  @media only screen and (max-width: 600px) {
    .our-world .quad.map-container {
      height: 260px; } }
  @media only screen and (max-width: 900px) {
    .our-world .link-container {
      height: auto; } }
  @media only screen and (max-width: 900px) {
    .our-world .center-cont {
      height: auto;
      padding: 40px 0;
      position: relative; } }
  .our-world.afr {
    background: #fff; }
    .our-world.afr .quad {
      height: auto; }
    @media only screen and (max-width: 1200px) {
      .our-world.afr .center-cont {
        height: auto;
        padding: 40px 0;
        position: relative; } }

.link-container h5 {
  color: #92784e; }

.center-cont {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  height: 100%;
  width: 80%;
  left: 10%;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

/* 404 */
.error404 .main-content {
  background: url(img/404.jpg) center center no-repeat;
  background-size: cover; }

.not-found-search {
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .not-found-search.toggled {
    opacity: 1; }
  .not-found-search .search-form {
    background: #fff;
    float: none;
    margin: 20px auto; }

.upper {
  text-transform: uppercase;
  font-style: italic;
  font-size: 1em;
  margin-bottom: 30px; }

.top-title {
  position: absolute;
  text-transform: uppercase;
  font-style: italic;
  top: 50px;
  text-align: center;
  z-index: 7;
  font-size: 1em; }
  @media only screen and (max-width: 900px) {
    .top-title {
      display: block; } }

a.block-link {
  color: #92784e;
  display: block;
  font-family: "Libre Baskerville", serif;
  padding: 25px 15px;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
  border: 0px;
  font-size: 1.5em;
  height: auto;
  background: url(img/link_block_brush.png) center center no-repeat;
  background-size: contain;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  a.block-link:hover {
    color: #000; }
  @media only screen and (max-width: 1200px) {
    a.block-link {
      font-size: 0.8em;
      margin-bottom: 5px;
      padding: 6px 0px; } }

.blog-categories a.block-link {
  padding: 10px;
  font-size: 1em;
  background-size: contain;
  margin-bottom: 5px; }

.review-cats {
  width: 100%; }
  .review-cats a.block-link {
    width: 45%;
    margin: 0 2.5% 10px;
    float: left;
    padding: 0px; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  90% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); } }

@keyframes flip {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  90% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); } }

.image-slider {
  position: relative; }
  .image-slider .slick-prev {
    left: 50px; }
    @media only screen and (max-width: 900px) {
      .image-slider .slick-prev {
        left: 10px; } }
    .image-slider .slick-prev:before {
      color: #fff;
      font-size: 48px; }
  .image-slider .slick-next {
    right: 50px; }
    @media only screen and (max-width: 900px) {
      .image-slider .slick-next {
        right: 10px; } }
    .image-slider .slick-next:before {
      color: #fff;
      font-size: 48px; }
  .image-slider .slick-next, .image-slider .slick-prev {
    opacity: 0.75;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .image-slider .slick-next:hover, .image-slider .slick-prev:hover {
      opacity: 1; }
  .image-slider .image-credits {
    position: absolute;
    bottom: 25px;
    right: 25px;
    display: inline-block;
    color: #fff;
    padding: 3px 8px;
    opacity: 0.75;
    background: #000;
    font-size: 12px;
    z-index: 99;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    @media only screen and (max-width: 900px) {
      .image-slider .image-credits {
        width: 100%;
        right: 0; } }
    .image-slider .image-credits:hover {
      opacity: 1; }

.split-background-block {
  position: relative; }
  @media only screen and (max-width: 900px) {
    .split-background-block {
      background-size: cover !important; }
      .split-background-block:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.25); }
      .split-background-block .container {
        position: relative;
        z-index: 1; } }

.half-and-half .cont {
  padding: 10% 15%; }
  @media only screen and (max-width: 900px) {
    .half-and-half .cont {
      padding: 15px; } }

@media only screen and (max-width: 900px) {
  .half-and-half .bg-container {
    height: 300px; } }

.cutout {
  position: relative; }
  .cutout:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: url(img/round_mask.png) top left no-repeat;
    background-size: cover; }
    @media only screen and (max-width: 900px) {
      .cutout:after {
        background-size: contain; } }
  .cutout img {
    padding: 10px; }
  .cutout.cutout-black:after {
    background: url(img/round_mask_black.png) top left no-repeat;
    background-size: cover; }
    @media only screen and (max-width: 900px) {
      .cutout.cutout-black:after {
        background-size: contain; } }

.black-bg .cutout:after {
  background: url(img/round_mask_black.png) top left no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 900px) {
    .black-bg .cutout:after {
      background-size: contain; } }

.gold-bg .cutout:after {
  background: url(img/round_mask_gold.png) top left no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 900px) {
    .gold-bg .cutout:after {
      background-size: contain; } }

.author-block .btn-lg {
  background: url(img/btn_bg.jpg) #92784e top center !important;
  font-weight: bold;
  color: #fff !important;
  padding: 24px;
  margin-bottom: 15px;
  width: 100%; }

.split-blog-block {
  height: 50vw;
  overflow: hidden; }
  @media only screen and (max-width: 1200px) {
    .split-blog-block {
      height: auto; } }
  .split-blog-block h4 {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-style: italic;
    font-size: 1em; }
  .split-blog-block .left-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative; }
    @media only screen and (max-width: 1200px) {
      .split-blog-block .left-container {
        padding: 50px 0px; } }
  .split-blog-block .left-cont {
    position: relative;
    width: 60%;
    text-align: center;
    z-index: 1; }
    .split-blog-block .left-cont img {
      padding: 20px;
      padding-bottom: 50px;
      margin: 30px 0px;
      -webkit-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
      transform: rotate(-2deg);
      background: #fff; }
  .split-blog-block .item {
    height: 25vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 1200px) {
      .split-blog-block .item {
        height: 360px; } }
    @media only screen and (max-width: 900px) {
      .split-blog-block .item {
        height: 300px; } }
    .split-blog-block .item .cont {
      max-width: 80%;
      text-align: center;
      z-index: 1; }
    .split-blog-block .item:before {
      content: "";
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.25);
      height: 100%;
      width: 100%;
      position: absolute;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .split-blog-block .item:hover:before {
      background: rgba(0, 0, 0, 0.5); }

.review-loop.blog-big p {
  width: 60%; }
  @media only screen and (max-width: 1200px) {
    .review-loop.blog-big p {
      width: 100%; } }

.review-loop.blog-big h2, .review-loop.blog-small h2 {
  margin-bottom: 20px !important; }

@media only screen and (max-width: 1200px) {
  .review-loop p {
    display: none; } }

.review-slider {
  position: relative; }
  .review-slider .slick-review {
    margin-top: 20px; }
  .review-slider .slick-prev {
    left: 15px; }
    .review-slider .slick-prev:before {
      color: #000;
      font-size: 48px; }
  .review-slider .slick-next {
    right: 15px; }
    .review-slider .slick-next:before {
      color: #000;
      font-size: 48px; }
  .review-slider .slick-next, .review-slider .slick-prev {
    opacity: 0.5;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .review-slider .slick-next:hover, .review-slider .slick-prev:hover {
      opacity: 1; }
  .review-slider .btn {
    margin-top: 15px !important; }
  .review-slider .review {
    padding: 0px 50px;
    position: relative; }
    .review-slider .review .img-holder {
      width: 25%; }
    .review-slider .review .cont {
      width: 75%; }
    .review-slider .review h4 {
      font-size: 1.2em; }

.black-bg .slick-prev:before {
  color: #fff; }

.black-bg .slick-next:before {
  color: #fff; }

.gold-bg .slick-prev:before {
  color: #000; }

.gold-bg .slick-next:before {
  color: #000; }

.facetwp-facet {
  float: right;
  margin-top: 5px !important;
  margin-bottom: 0 !important;
  font-size: 14px !important; }
  .facetwp-facet .fs-search {
    display: none !important; }
  @media only screen and (max-width: 1200px) {
    .facetwp-facet {
      float: none;
      margin-top: 10px !important; } }

.facetwp-pager .facetwp-pager-label {
  color: #000; }

.facetwp-pager a.facetwp-page {
  background: #000;
  padding: 10px 15px;
  display: inline-block; }
  .facetwp-pager a.facetwp-page.active {
    background: #92784e; }

.content-slider .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 350px;
  position: relative;
  z-index: 1;
  border: 3px solid #fff; }
  .content-slider .item .center-cont {
    position: absolute;
    z-index: 10; }
    .content-slider .item .center-cont h3 {
      position: relative;
      z-index: 5;
      line-height: 1.5em;
      color: #fff;
      opacity: 1; }
  .content-slider .item:before {
    content: "";
    background: rgba(0, 0, 0, 0.25);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .content-slider .item:hover:before {
    background: rgba(0, 0, 0, 0.5); }
  @media only screen and (max-width: 900px) {
    .content-slider .item {
      height: 150px; }
      .content-slider .item h3 {
        font-size: 1em; } }

.content-slider .slick-prev {
  left: 50px; }
  @media only screen and (max-width: 900px) {
    .content-slider .slick-prev {
      left: 10px; } }
  .content-slider .slick-prev:before {
    color: #fff;
    font-size: 48px; }

.content-slider .slick-next {
  right: 50px; }
  @media only screen and (max-width: 900px) {
    .content-slider .slick-next {
      right: 10px; } }
  .content-slider .slick-next:before {
    color: #fff;
    font-size: 48px; }

.content-slider .slick-next, .content-slider .slick-prev {
  opacity: 0.5;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .content-slider .slick-next:hover, .content-slider .slick-prev:hover {
    opacity: 1; }

.map {
  margin: 0 auto;
  position: relative;
  top: 10%;
  width: 80%;
  height: 100%;
  max-height: 100%;
  max-width: 1000px;
  padding: 10%; }
  @media only screen and (max-width: 900px) {
    .map {
      width: 400px; } }
  @media only screen and (max-width: 600px) {
    .map {
      width: 280px; } }
  .map .st0 {
    fill: #000;
    opacity: 0.5; }
  .map .map-link {
    opacity: 0.7;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .map .map-link:hover {
      cursor: pointer;
      fill: #92784e;
      opacity: 1; }
  .map .st1 {
    opacity: 0.7;
    fill: #000;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .map .st1:hover {
      cursor: pointer;
      fill: #92784e;
      opacity: 0.9; }

.page-hero {
  height: 25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  @media only screen and (max-width: 900px) {
    .page-hero {
      height: 200px; } }
  .page-hero:before {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: -webkit-radial-gradient(center, circle, transparent 0, #000 100%);
    background: -o-radial-gradient(center, circle, transparent 0, #000 100%);
    background: radial-gradient(circle at center, transparent 0, #000 100%); }
  .page-hero h1, .page-hero h2 {
    position: relative;
    z-index: 3; }

.vid-wrap {
  text-align: center;
  background: url(img/video_bg.jpg) center center no-repeat;
  background-size: contain;
  padding: 2%; }
  .vid-wrap iframe {
    margin: 0 auto; }

.newsletter-subscribe {
  background: url(img/triangle.png) top center no-repeat #fef3e0;
  background-position: 25% 50%; }
  .newsletter-subscribe h3 {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    margin-top: 10px;
    font-weight: bold; }
  .newsletter-subscribe * ::-webkit-input-placeholder {
    text-transform: lowercase;
    color: #ddd; }
  .newsletter-subscribe * :-ms-input-placeholder {
    text-transform: lowercase;
    color: #ddd; }
  .newsletter-subscribe * ::-ms-input-placeholder {
    text-transform: lowercase;
    color: #ddd; }
  .newsletter-subscribe * ::placeholder {
    text-transform: lowercase;
    color: #ddd; }
  .newsletter-subscribe .gform_wrapper .gform_footer input.button {
    color: #606163 !important;
    font-weight: bold !important; }

.newsletter {
  margin: 10px 0 20px; }
  .newsletter .gfield_label {
    display: none !important; }
  .newsletter .gform_wrapper .gform_footer input.button {
    font-size: 12px !important; }
    .newsletter .gform_wrapper .gform_footer input.button:hover {
      background: #666 !important; }

.paged-navigation {
  margin: 30px 0px; }
  .paged-navigation li {
    display: inline-block;
    margin-right: 3px; }
    .paged-navigation li:before {
      display: none; }
    .paged-navigation li a {
      display: inline-block;
      background: #000;
      color: #fff;
      padding: 10px 16px;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      text-decoration: none; }
    .paged-navigation li:hover a {
      color: #92784e; }
    .paged-navigation li.active a {
      background: #92784e;
      color: #fff; }

/**
 * Google Maps
 *
 */
.google-map .cont {
  padding: 10%; }

#map {
  height: 100%; }
  @media only screen and (max-width: 900px) {
    #map {
      height: 400px; } }

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
  font-family: "Montserrat", sans-serif; }

.blog-header h3 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold; }

.blog-loop {
  height: 400px;
  height: 25vw;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }
  @media only screen and (max-width: 1200px) {
    .blog-loop {
      height: 300px; } }
  .blog-loop:before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease; }
  .blog-loop .cont {
    position: relative;
    z-index: 2;
    width: 80%; }
    .blog-loop .cont a {
      color: #fff; }
    .blog-loop .cont h2 {
      margin-bottom: 20px; }
  .blog-loop .btn {
    margin-top: 10px; }
  .blog-loop.canvas-bg:before {
    display: none; }
  .blog-loop.blog-big {
    height: 550px;
    height: 35vw; }
    @media only screen and (max-width: 1200px) {
      .blog-loop.blog-big {
        height: 300px; }
        .blog-loop.blog-big .cont {
          text-align: center !important; } }
    .blog-loop.blog-big .cont {
      text-align: left; }
      .blog-loop.blog-big .cont h2 {
        margin-bottom: 40px; }
  .blog-loop.blog-small h2 {
    font-size: 1.4em; }
  .blog-loop.blog-small p {
    font-size: 0.8em; }
  .blog-loop:hover:before {
    background: rgba(0, 0, 0, 0.5); }

.search-loop.search-blog {
  height: 500px;
  height: 30vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }
  @media only screen and (max-width: 1200px) {
    .search-loop.search-blog {
      height: 300px; } }
  .search-loop.search-blog:before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease; }
  .search-loop.search-blog .cont {
    position: relative;
    z-index: 2;
    width: 80%; }
    .search-loop.search-blog .cont a {
      color: #fff; }
  .search-loop.search-blog .btn {
    position: absolute;
    bottom: 50px; }
  .search-loop.search-blog:hover:before {
    background: rgba(0, 0, 0, 0.5); }

.search-loop.search-page {
  height: 500px;
  height: 30vw;
  position: relative; }
  .search-loop.search-page .p-top, .search-loop.search-page .p-bottom {
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .search-loop.search-page .p-bottom {
    top: 50%;
    background: #92784e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .search-loop.search-page .p-bottom .cont {
      position: relative;
      width: 80%;
      left: 10%;
      text-align: center; }
      .search-loop.search-page .p-bottom .cont h2 {
        margin-bottom: 20px; }

.search-loop.search-review {
  background: #000;
  height: 500px;
  height: 30vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }
  .search-loop.search-review .cutout {
    margin: 0 auto 20px;
    width: 181px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .search-loop.search-review .cont {
    position: relative;
    z-index: 2;
    width: 80%; }
    .search-loop.search-review .cont h2 {
      font-size: 1.2em; }
  .search-loop.search-review .btn {
    position: absolute;
    bottom: 50px; }

.post-container {
  text-align: center; }
  .post-container img {
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
    border: 1px solid #ccc;
    margin-bottom: 20px; }
  .post-container h4 {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: bold; }
  .post-container p {
    font-size: 0.8em; }

.home .post-container img {
  -webkit-box-shadow: none;
  box-shadow: none; }

.blog-top img {
  width: 100%; }

.single-post .blog-top img {
  width: 100%; }

.single-post .blog-meta .posted-on, .single-post .blog-meta .post-tags {
  font-family: "Libre Baskerville", serif;
  font-style: italic; }

@media only screen and (min-width: 900px) {
  .single-post .share-container {
    text-align: right; } }

.related-posts h3 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1.2em;
  margin-bottom: 25px; }

.related_posts {
  overflow: hidden; }

hr {
  height: 1px;
  background: #f1f1f1;
  border: 0px; }

.full-screen-slider {
  height: 100vh;
  background: #000;
  position: relative; }
  .full-screen-slider .background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  .full-screen-slider .slick-prev {
    left: 50px; }
    .full-screen-slider .slick-prev:before {
      color: #fff;
      font-size: 48px; }
  .full-screen-slider .slick-next {
    right: 50px; }
    .full-screen-slider .slick-next:before {
      color: #fff;
      font-size: 48px; }
  .full-screen-slider .slick-next, .full-screen-slider .slick-prev {
    opacity: 0.5;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .full-screen-slider .slick-next:hover, .full-screen-slider .slick-prev:hover {
      opacity: 1; }
  .full-screen-slider .slick-slider, .full-screen-slider .slick-track, .full-screen-slider .slick-list {
    height: 100%; }
  .full-screen-slider .item {
    height: 100%;
    width: 100%;
    position: relative; }
    .full-screen-slider .item:before {
      content: "";
      height: 100%;
      width: 100%;
      position: absolute;
      z-index: 3;
      background: -webkit-radial-gradient(center, circle, transparent 0, #000 100%);
      background: -o-radial-gradient(center, circle, transparent 0, #000 100%);
      background: radial-gradient(circle at center, transparent 0, #000 100%); }
  .full-screen-slider .holder {
    position: absolute;
    z-index: 4;
    bottom: 15%;
    left: 10%;
    color: #fff; }
  .full-screen-slider h2 {
    font-size: 4.8vw;
    font-weight: normal; }
    @media only screen and (max-width: 1200px) {
      .full-screen-slider h2 {
        font-size: 2em; } }
  .full-screen-slider h3 {
    font-size: 2vw;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 30px;
    text-transform: uppercase; }
    @media only screen and (max-width: 1200px) {
      .full-screen-slider h3 {
        font-size: 1em; } }

.breadcrumbs-section {
  position: relative;
  z-index: 3;
  background: #fff; }

.breadcrumbs {
  margin-top: 5px;
  font-size: 0.9em; }

/* FOOTER */
.single #colophon:before {
  display: none !important; }

#colophon {
  font-size: 12px; }
  #colophon .logo-container {
    width: 250px;
    margin-bottom: 30px; }
  #colophon p {
    font-family: "Libre Baskerville", serif;
    font-style: italic; }
  #colophon .contact-info p {
    font-family: "Montserrat", sans-serif;
    font-style: normal; }
  #colophon h4 {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1em;
    letter-spacing: 2px;
    background: url(img/footer_brush.png) left center no-repeat;
    padding: 13px 15px;
    margin-bottom: 15px; }
    @media only screen and (max-width: 900px) {
      #colophon h4 {
        background-position: center; } }
  #colophon a {
    color: #fff;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    #colophon a:hover {
      color: #92784e; }
  #colophon .footer-1 .menu {
    text-transform: uppercase; }
  #colophon .footer-2 .menu li {
    border-bottom: 1px solid #fff; }
    @media only screen and (max-width: 1200px) {
      #colophon .footer-2 .menu li {
        border: 0px; } }
    #colophon .footer-2 .menu li a {
      display: block;
      padding: 4px 0px; }
    #colophon .footer-2 .menu li:last-child {
      border-bottom: 0px; }
  #colophon .logos {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #colophon .logos div {
      width: 21%;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      #colophon .logos div:hover {
        opacity: 0.7; }
  #colophon .social-heading {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    text-transform: uppercase;
    color: #92784e; }
  #colophon .social-title {
    font-family: "Libre Baskerville", serif;
    font-style: italic; }
  #colophon .social-media {
    display: inline-block;
    position: relative;
    margin-left: 8px;
    -webkit-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    transform: translate(0, 3px); }
    #colophon .social-media i {
      font-size: 24px; }
  #colophon .site-credits p {
    color: #999; }

.gform_wrapper .gform_body label {
  font-family: "Libre Baskerville", serif !important; }

.gform_wrapper .gform_body input, .gform_wrapper .gform_body textarea, .gform_wrapper .gform_body select {
  padding: 10px !important;
  border: 1px solid #ccc !important; }
  .gform_wrapper .gform_body input:focus, .gform_wrapper .gform_body textarea:focus, .gform_wrapper .gform_body select:focus {
    border-color: #92784e !important; }

.gform_wrapper .gform_footer input {
  background: #92784e !important;
  font-weight: bold !important;
  letter-spacing: 1px;
  font-size: 16px !important;
  font-family: "Montserrat", sans-serif !important;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .gform_wrapper .gform_footer input:hover {
    background: #000 !important; }

.safari-ready h2 {
  color: #92784e; }

.safari-ready h3 {
  margin-bottom: 30px; }

.safari-ready h4 {
  font-size: 1.3em;
  line-height: normal; }

.safari-ready .gfield_label {
  margin-top: 10px;
  font-size: 1.2em !important;
  font-family: "Libre Baskerville", serif !important;
  line-height: normal !important; }

.safari-ready .gform_page_footer {
  border: 0px !important;
  text-align: center; }
  .safari-ready .gform_page_footer input {
    font-family: "Montserrat", sans-serif;
    background: #000 !important;
    color: #fff !important;
    padding: 12px 24px;
    border: 0px !important;
    font-weight: bold;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .safari-ready .gform_page_footer input:hover {
      background: #92784e !important;
      color: #fff !important;
      cursor: pointer; }

.safari-ready .gform_previous_button {
  display: none !important; }

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  height: 0%;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  display: flex;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
  .modal-container .mod {
    position: relative;
    display: block;
    overflow: auto;
    max-height: 80%;
    padding: 40px;
    background: #fff;
    width: 800px;
    max-width: 100%;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
    .modal-container .mod .close-modal {
      position: absolute;
      top: 25px;
      right: 25px;
      font-size: 24px; }
  .modal-container.toggled {
    height: 100%; }
    .modal-container.toggled .mod {
      opacity: 1; }

.archive .call-to-action h3, .archive .call-to-action .btn {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important; }

.small-title h1 {
  font-size: 24px;
  margin-top: 5px; }

@media only screen and (max-width: 900px) {
  body .pt-sm-0 {
    padding-top: 0 !important; } }

@media only screen and (max-width: 1200px) {
  .search-item {
    display: none !important; } }

.search-pop {
  position: absolute;
  bottom: -69px;
  right: 30px;
  background: #fff;
  padding: 15px;
  display: none; }
  .search-pop.toggled {
    display: inline-block; }

.visible-md {
  display: none; }
  @media only screen and (min-width: 900px) {
    .visible-md {
      display: block; } }

.visible-sm {
  display: none; }
  @media only screen and (max-width: 900px) {
    .visible-sm {
      display: block; } }

.loop-itinerary {
  position: relative;
  border: 1px solid #EAEAEA;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.075);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.075);
  margin-bottom: 20px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .loop-itinerary a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .loop-itinerary .img-container {
    height: 250px;
    overflow: hidden; }
    @media only screen and (max-width: 900px) {
      .loop-itinerary .img-container {
        height: 200px; } }
    .loop-itinerary .img-container img {
      -webkit-transition: all 3.5s linear;
      -o-transition: all 3.5s linear;
      transition: all 3.5s linear;
      -webkit-transform: translate(0, -20%);
      -ms-transform: translate(0, -20%);
      transform: translate(0, -20%); }
  .loop-itinerary .itinerary-content, .loop-itinerary .itinerary-summary {
    padding: 20px; }
  .loop-itinerary .itinerary-content {
    min-height: 280px; }
  .loop-itinerary .itinerary-tag {
    position: absolute;
    padding: 3px 6px;
    border: 1px solid #fff;
    border-radius: 3px;
    top: 15px;
    right: 15px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase; }
  .loop-itinerary h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 1.2em; }
  .loop-itinerary .itinerary-summary {
    min-height: 170px;
    margin-top: 29px;
    position: relative;
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-weight: bold; }
    .loop-itinerary .itinerary-summary .from {
      margin-bottom: 3px;
      font-weight: normal; }
    .loop-itinerary .itinerary-summary .per-person {
      font-weight: normal;
      font-size: 0.8em; }
    .loop-itinerary .itinerary-summary .price {
      font-size: 2em; }
    .loop-itinerary .itinerary-summary .affix {
      font-size: 0.5em;
      margin-left: 5px; }
    .loop-itinerary .itinerary-summary:before {
      position: absolute;
      left: 0;
      content: "";
      height: 30px;
      width: 100%;
      top: -30px;
      background: url(img/texture_top_black.png) top center repeat-x; }
    .loop-itinerary .itinerary-summary .stats, .loop-itinerary .itinerary-summary .price-holder {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  .loop-itinerary .highlight {
    color: #92784e;
    font-weight: bold; }
  .loop-itinerary:hover {
    -webkit-box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.1); }
    .loop-itinerary:hover .img-container img {
      -webkit-transform: translate(0, -10%);
      -ms-transform: translate(0, -10%);
      transform: translate(0, -10%); }

.itinerary-info {
  padding: 30px 0px; }
  .itinerary-info .itinerary-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .itinerary-info .itinerary-summary .from {
      margin-bottom: 3px;
      font-weight: normal; }
    .itinerary-info .itinerary-summary .per-person {
      font-weight: normal;
      font-size: 0.8em; }
    .itinerary-info .itinerary-summary .price {
      font-size: 2em; }
    .itinerary-info .itinerary-summary .affix {
      font-size: 0.5em;
      margin-left: 5px; }
  .itinerary-info .itinerary-tag {
    padding: 3px 6px;
    display: inline-block;
    margin-bottom: 5px;
    border: 1px solid #92784e;
    border-radius: 3px;
    color: #92784e;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase; }

.post-type-archive-itinerary .facetwp-facet {
  float: left;
  margin-right: 5px; }

.single-itinerary .map-and-content p {
  width: 100%; }

.single-itinerary .map-and-content hr {
  width: 100%; }

.single-itinerary section.itinerary-info + section {
  padding-top: 0px !important; }

.wetu-button {
  display: none; }
  @media only screen and (max-width: 900px) {
    .wetu-button {
      display: inline-block; } }

@media only screen and (max-width: 900px) {
  .wetu-iframe {
    display: none !important; } }
