/*
 Theme Name:   Thanda Portfolio
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Thanda portfolio is a child theme of
 Author:       Mark Webster
 Author URI:   http://example.com
 Template:     safari
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  thanda-portfolio
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #231f20;
  font-family: "Montserrat", sans-serif; }

h1, h2, .single-post article h1, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.2; }

h1, h2, .single-post article h1, h3, h4 {
  text-transform: uppercase;
  font-weight: normal; }

h1 {
  font-size: 2.8em; }

h2, .single-post article h1 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1.4em; }

h4 {
  font-weight: bold;
  margin-bottom: 0; }

.panel-grid-cell .widget-title {
  margin-top: 1.5em; }

.heading-large h2, .heading-large .single-post article h1, .single-post article .heading-large h1 {
  font-size: 2.8em; }

p.banner-text {
  color: white;
  font-size: 2.8em;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center; }

.row-em h2, .row-em .single-post article h1, .single-post article .row-em h1 {
  text-align: center;
  color: #3f0d0d;
  font-size: 2.8em;
  font-weight: normal; }

.panel-grid > .layout-inner h2.widget-title, .panel-grid > .layout-inner .single-post article h1.widget-title, .single-post article .panel-grid > .layout-inner h1.widget-title, .panel-grid > .underscore h2.widget-title, .panel-grid > .underscore .single-post article h1.widget-title, .single-post article .panel-grid > .underscore h1.widget-title {
  margin-bottom: 0; }
  .panel-grid > .layout-inner h2.widget-title:after, .panel-grid > .layout-inner .single-post article h1.widget-title:after, .single-post article .panel-grid > .layout-inner h1.widget-title:after, .panel-grid > .underscore h2.widget-title:after, .panel-grid > .underscore .single-post article h1.widget-title:after, .single-post article .panel-grid > .underscore h1.widget-title:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 4px;
    background: -webkit-gradient(linear, left top, right top, from(#775732), to(#fac074));
    background: linear-gradient(to right, #775732, #fac074);
    margin-top: 1.2em;
    margin-bottom: 1.2em; }

.type-post h2, .type-post .single-post article h1, .single-post article .type-post h1 {
  margin-bottom: 0; }
  .type-post h2:after, .type-post .single-post article h1:after, .single-post article .type-post h1:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 4px;
    background: -webkit-gradient(linear, left top, right top, from(#775732), to(#fac074));
    background: linear-gradient(to right, #775732, #fac074);
    margin-top: 1.2em;
    margin-bottom: 1.2em; }

p {
  margin-bottom: 1.5em;
  line-height: 1.7; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

.em {
  color: #3f0d0d; }
  .em p, .em h1, .em h2, .em .single-post article h1, .single-post article .em h1, .em h3, .em span {
    color: #3f0d0d; }

th, td {
  color: #3f0d0d; }

td {
  font-size: 0.9em;
  line-height: 1.5em; }

p.td {
  color: #3f0d0d !important;
  background: #d5bd97;
  margin: 0;
  font-weight: bold;
  padding: 0.5em;
  padding-left: 1.5em;
  border-bottom: solid 2px white; }

ul.small {
  font-size: 0.9em;
  font-weight: bold; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
header.site-header {
  background: #3f0d0d; }
  header.site-header > div[role="presentation"] {
    max-width: 1300px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2%;
    padding-right: 2%; }
    header.site-header > div[role="presentation"] .group-navigation:before {
      background-color: #3f0d0d; }
    header.site-header > div[role="presentation"] .group-navigation button.burger {
      background: #671717; }
    header.site-header > div[role="presentation"] .group-navigation .menu-group-container, header.site-header > div[role="presentation"] .group-navigation .menu-contact-container {
      background-color: #3f0d0d; }
  header.site-header .header-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 250px;
    width: 250px; }
    @media screen and (max-width: 900px) {
      header.site-header .header-links {
        width: auto;
        margin-right: 40px; } }
    @media screen and (max-width: 600px) {
      header.site-header .header-links {
        display: none; } }
    header.site-header .header-links img {
      max-height: 100px;
      padding: 5px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 1200px) {
        header.site-header .header-links img {
          max-height: 70px; } }

.home header.site-header > div[role="presentation"] .group-navigation button.contact {
  background-color: #8a1f0e; }

.home header.site-header > div[role="presentation"] .group-navigation button.burger {
  background: #671717; }

@media screen and (min-width: 1200px) {
  .home header.site-header > div[role="presentation"] .site-branding {
    padding-left: 0; }
    .home header.site-header > div[role="presentation"] .site-branding img {
      max-width: 300px; } }

.fixed-height .panel-grid-cell {
  min-height: 530px; }
  .fixed-height .panel-grid-cell .widget-title {
    margin-top: 0; }

.panel-layout > .panel-grid > div:not(.layout-full):not(.banner):not(.inner) {
  max-width: 1170px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%; }

.panel-layout > .panel-grid > .layout-full {
  max-width: 100%; }

.layout {
  padding-top: 6.2em;
  padding-bottom: 6.2em; }

.layout-inner > .panel-grid-cell {
  max-width: 630px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 6.2em;
  padding-bottom: 6.2em; }
  .layout-inner > .panel-grid-cell h2, .layout-inner > .panel-grid-cell .single-post article h1, .single-post article .layout-inner > .panel-grid-cell h1 {
    padding: 0 1em;
    margin-top: 0; }
  .layout-inner > .panel-grid-cell .widget-title {
    margin-top: 0; }

.banner {
  max-width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-left: 2%;
  padding-right: 2%;
  height: 620px; }

.banner-short {
  max-width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-left: 2%;
  padding-right: 2%;
  height: 300px; }

.vertical-align > .panel-grid-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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; }

.banner > .panel-grid-cell > .so-panel {
  max-width: 630px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.row-text-right, .row-text-left {
  min-height: 530px; }
  .row-text-right .so-panel h1, .row-text-right .so-panel h2, .row-text-right .so-panel .single-post article h1, .single-post article .row-text-right .so-panel h1, .row-text-left .so-panel h1, .row-text-left .so-panel h2, .row-text-left .so-panel .single-post article h1, .single-post article .row-text-left .so-panel h1 {
    text-align: center;
    margin-top: 0; }

.panel-grid {
  position: relative; }
  .panel-grid .row-text-right::before, .panel-grid .row-text-left::before, .panel-grid .row-colour::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: #efe3d0; }

.row-text-left > .panel-grid-cell:first-child > div {
  padding: 5em 4em;
  padding-left: 6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .row-text-left > .panel-grid-cell:first-child > div .panel-last-child {
    margin-top: auto; }

.row-text-right > .panel-grid-cell:last-child > div {
  padding: 5em 4em;
  padding-right: 6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .row-text-right > .panel-grid-cell:last-child > div .panel-last-child {
    margin-top: auto; }

.panel-layout > .panel-grid > .large-padding {
  padding-top: 4em;
  padding-bottom: 4em; }
  .panel-layout > .panel-grid > .large-padding > .panel-grid-cell {
    padding-left: 2.5em;
    padding-right: 2.5em; }
  .panel-layout > .panel-grid > .large-padding .widget-title {
    margin-top: 0; }

[id*="pg"].panel-no-style, [id*="pg"].panel-has-style > .panel-row-style {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.enquire-block {
  background: #3f0d0d;
  min-height: 310px;
  text-align: center;
  letter-spacing: 2px; }
  .enquire-block h1, .enquire-block h2, .enquire-block .single-post article h1, .single-post article .enquire-block h1, .enquire-block h3, .enquire-block p {
    color: white; }
  .enquire-block .panel-grid-cell {
    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; }
  .enquire-block p {
    font-size: 1.4em;
    color: white;
    font-weight: 300; }
    .enquire-block p a.enquire-popup {
      background: -webkit-gradient(linear, left top, right top, from(#dabe8e), to(#b49362));
      background: linear-gradient(to right, #dabe8e, #b49362);
      margin-left: 1.5em;
      text-transform: uppercase;
      padding: 0.1em 1.3em; }
    .enquire-block p a {
      color: white;
      font-weight: 300; }

.posts {
  max-width: 1170px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .posts article .featured-image {
    background-position: center center;
    background-size: cover;
    height: 360px; }
  .posts article[data-first] {
    width: 100%;
    margin-bottom: 2em; }
    .posts article[data-first] .featured-image {
      height: 480px; }
  .posts article[data-notfirst] {
    width: 49%;
    margin-bottom: 2%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: white;
  text-decoration: none;
  font-weight: bold; }
  a:visited {
    color: #efe3d0; }
  a:hover, a:focus, a:active {
    color: #efe3d0; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu a {
  font-weight: normal; }

.main-navigation ul, .widget_nav_menu .menu-main-menu-container ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.main-navigation a, .widget_nav_menu .menu-main-menu-container a {
  line-height: 70px;
  padding: 0 1em;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.7em;
  color: white; }
  @media all and (max-width: 1200px) {
    .main-navigation a, .widget_nav_menu .menu-main-menu-container a {
      padding: 0 0.6em; } }
  .main-navigation a:visited, .widget_nav_menu .menu-main-menu-container a:visited {
    color: white; }
  .main-navigation a:focus, .widget_nav_menu .menu-main-menu-container a:focus, .main-navigation a:hover, .widget_nav_menu .menu-main-menu-container a:hover {
    color: white;
    font-weight: bold; }

.main-navigation .current_page_item > a, .widget_nav_menu .menu-main-menu-container .current_page_item > a,
.main-navigation .current-menu-item > a,
.widget_nav_menu .menu-main-menu-container .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.widget_nav_menu .menu-main-menu-container .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a,
.widget_nav_menu .menu-main-menu-container .current-menu-ancestor > a {
  font-weight: bold; }

.main-navigation .sub-menu, .widget_nav_menu .menu-main-menu-container .sub-menu {
  opacity: 1;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  position: fixed;
  left: 0;
  width: 100%;
  background-color: #efe3d0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media all and (max-width: 1135px) {
    .main-navigation .sub-menu, .widget_nav_menu .menu-main-menu-container .sub-menu {
      padding-top: 20px;
      position: absolute;
      top: 100%; } }
  .main-navigation .sub-menu a, .widget_nav_menu .menu-main-menu-container .sub-menu a {
    line-height: 35px;
    padding: 0 1em;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.7em;
    color: white; }

.main-navigation li.menu-item-has-children:hover .sub-menu, .widget_nav_menu .menu-main-menu-container li.menu-item-has-children:hover .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  opacity: 1; }

.main-navigation .current_page_item .sub-menu, .widget_nav_menu .menu-main-menu-container .current_page_item .sub-menu,
.main-navigation .current-menu-item .sub-menu,
.widget_nav_menu .menu-main-menu-container .current-menu-item .sub-menu,
.main-navigation .current_page_ancestor .sub-menu,
.widget_nav_menu .menu-main-menu-container .current_page_ancestor .sub-menu,
.main-navigation .current-menu-ancestor .sub-menu,
.widget_nav_menu .menu-main-menu-container .current-menu-ancestor .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  opacity: 1;
  z-index: -1; }

@media screen and (max-width: 850px) {
  .main-navigation, .widget_nav_menu .menu-main-menu-container {
    padding: 0 3%;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#dabe8e), to(#b49362));
    background: linear-gradient(to right, #dabe8e, #b49362); }
    .main-navigation ul, .widget_nav_menu .menu-main-menu-container ul {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .main-navigation ul a, .widget_nav_menu .menu-main-menu-container ul a {
        line-height: 2em;
        padding: 1em 0.6em; }
  .site-branding {
    height: 70px; }
  .menu-main-menu-container {
    display: none;
    width: 100%; } }

@media screen and (max-width: 700px) {
  .main-navigation > ul.menu, .widget_nav_menu .menu-main-menu-container > ul.menu {
    display: block; }
    .main-navigation > ul.menu > li, .widget_nav_menu .menu-main-menu-container > ul.menu > li {
      margin: 1em 0; }
      .main-navigation > ul.menu > li > a, .widget_nav_menu .menu-main-menu-container > ul.menu > li > a {
        display: inline-block;
        padding: 0.6em 2em;
        min-width: 220px;
        margin-left: 5%;
        background: #bb975f; } }

.widget_nav_menu .menu-main-menu-container {
  background: #3f0d0d; }

.secondary-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0; }
  .secondary-navigation ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 0.5em; }
    .secondary-navigation ul li a {
      background-color: #3f0d0d;
      color: #d2b370;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 0.6em;
      display: block;
      padding: 0.5em 3.5em; }

.category-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  position: fixed;
  left: 0;
  right: 0;
  top: 70px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: white;
  max-width: 1170px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%; }
  .category-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .category-navigation ul li.current-menu-item a {
      font-weight: bold; }
  .category-navigation a {
    line-height: 35px;
    padding: 0 1em;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.7em;
    color: white; }

.search-area {
  position: absolute;
  right: 3.1%;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .search-area .widget_search input[type="submit"] {
    display: none; }
  .search-area .widget_search input {
    font-size: 0.6em;
    border: solid 2px #3f0d0d;
    color: #3f0d0d;
    border-radius: 0;
    text-transform: uppercase; }

.admin-bar .category-navigation {
  top: 102px; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul,
.widget_nav_menu .toggled.menu-main-menu-container ul {
  display: block; }

button.menu-toggle {
  background-color: #3f0d0d;
  color: white;
  margin-right: 1em;
  margin-left: auto;
  padding: 0.3em 0.7em; }

@media screen and (min-width: 850px) {
  .menu-toggle {
    display: none; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

@media screen and (max-width: 850px) {
  .main-navigation, .widget_nav_menu .menu-main-menu-container {
    background: #3f0d0d; } }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.updated:not(.published) {
  display: none; }

.page-links {
  clear: both; }

.posts {
  margin-top: 35px; }
  .posts .entry-meta {
    text-align: center;
    margin: 2em 0;
    color: #3f0d0d; }
  .posts article[data-notfirst] .entry-content {
    background: -webkit-gradient(linear, left top, right top, from(#dabe8e), to(#b49362));
    background: linear-gradient(to right, #dabe8e, #b49362);
    padding: 4em;
    text-align: center; }
    .posts article[data-notfirst] .entry-content h1, .posts article[data-notfirst] .entry-content h2, .posts .single-post article[data-notfirst] .entry-content h1, .single-post .posts article[data-notfirst] .entry-content h1, .posts article[data-notfirst] .entry-content h3, .posts article[data-notfirst] .entry-content p {
      color: white; }
  .posts article:first-child h2, .posts .single-post article:first-child h1, .single-post .posts article:first-child h1 {
    margin-top: 2em; }
  .posts .read-more {
    margin-left: 0.7em; }

.single-post article {
  margin-top: 35px;
  max-width: 1170px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%; }
  .single-post article h1 {
    margin-bottom: 0;
    margin-top: 2.5em; }
    .single-post article h1:after {
      content: "";
      display: block;
      margin: 0 auto;
      width: 100px;
      height: 4px;
      background: -webkit-gradient(linear, left top, right top, from(#775732), to(#fac074));
      background: linear-gradient(to right, #775732, #fac074);
      margin-top: 1.2em;
      margin-bottom: 1.2em; }
  .single-post article .entry-meta {
    text-align: center;
    margin: 2em 0;
    color: #3f0d0d; }
  .single-post article .entry-content {
    margin: 4em 0;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    column-gap: 30px; }
    .single-post article .entry-content p:first-child {
      margin-top: 0; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

.widget {
  margin: 0; }

.background-dark {
  background: -webkit-gradient(linear, left top, right top, from(#dabe8e), to(#b49362));
  background: linear-gradient(to right, #dabe8e, #b49362); }
  .background-dark h2, .background-dark .single-post article h1, .single-post article .background-dark h1 {
    color: white; }
  .background-dark p {
    color: white; }

.background-light {
  background: white; }

.so-widget-sow-button[class*="so-widget-sow-button"] .ow-button-base a {
  background: none;
  border-color: #4c4c4c;
  color: #4c4c4c !important;
  border-radius: 0;
  border-width: 2px;
  padding: 0.7em 1.5em;
  font-size: 0.9em;
  text-transform: uppercase;
  font-size: 0.9em;
  min-width: 220px;
  text-align: center;
  font-weight: normal;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .so-widget-sow-button[class*="so-widget-sow-button"] .ow-button-base a:hover, .so-widget-sow-button[class*="so-widget-sow-button"] .ow-button-base a:focus {
    background: #3f0d0d !important;
    border-color: #3f0d0d !important;
    color: white !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-weight: bold; }

.gradient-button .so-widget-sow-button[class*="so-widget-sow-button"] .ow-button-base a {
  border: none;
  color: white !important;
  font-size: 1.9em;
  padding: 0.3em 1.5em;
  background: -webkit-gradient(linear, left top, right top, from(#dabe8e), to(#b49362));
  background: linear-gradient(to right, #dabe8e, #b49362); }

.background-dark .so-widget-sow-button[class*="so-widget-sow-button"] .ow-button-base a {
  border-color: white;
  color: white !important; }

a.button {
  background: none;
  border-color: white;
  border: solid 1px white;
  color: #c49559;
  border-radius: 0;
  border-width: 2px;
  padding: 0.7em 1em;
  text-transform: uppercase;
  font-size: 0.9em;
  min-width: 230px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-top: 2em;
  font-weight: normal; }
  a.button:hover, a.button:focus {
    background: #3f0d0d;
    font-weight: bold;
    border-color: #3f0d0d;
    color: white; }

a.button-plain {
  background: none;
  border-color: white;
  border: solid 2px #231f20;
  color: #231f20;
  border-radius: 0;
  padding: 0.4em 1em;
  text-transform: uppercase;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-weight: normal;
  margin: 1em 0; }
  a.button-plain:hover, a.button-plain:focus {
    background: #3f0d0d;
    font-weight: bold;
    border-color: #3f0d0d;
    color: white;
    font-weight: bold; }

.content-lightbox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  background: radial-gradient(rgba(0, 0, 0, 0.5), black); }
  .content-lightbox .content-lightbox-inner {
    max-width: 975px;
    width: 100%;
    position: relative; }
    .content-lightbox .content-lightbox-inner .close {
      position: absolute;
      top: 0;
      right: 0; }
    .content-lightbox .content-lightbox-inner .panel-row-style > .panel-grid-cell {
      padding: 2em; }
    .content-lightbox .content-lightbox-inner .panel-grid-cell {
      width: 100%; }
  .content-lightbox p {
    color: #3f0d0d;
    text-align: center; }

.map {
  height: 100%; }
  .map .widget, .map .textwidget, .map #map {
    height: 100%; }
  .map #map {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%); }

.page-home .slick-slider .slick-prev,
.page-home .slick-slider .slick-next {
  width: 25px;
  height: 25px; }

.page-home .slick-slider .slick-prev {
  left: 177px; }
  @media all and (max-width: 1300px) {
    .page-home .slick-slider .slick-prev {
      left: 75px; } }
  @media all and (max-width: 900px) {
    .page-home .slick-slider .slick-prev {
      left: 0; } }

.page-home .slick-slider .slick-next {
  right: 177px; }
  @media all and (max-width: 1300px) {
    .page-home .slick-slider .slick-next {
      right: 75px; } }
  @media all and (max-width: 900px) {
    .page-home .slick-slider .slick-next {
      right: 0; } }

.promotion {
  display: none; }

.has-promotion {
  position: relative; }
  .has-promotion .promotion {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    max-width: 315px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .has-promotion .promotion > div {
      background: rgba(35, 31, 32, 0.3);
      padding: 2.5em 2em;
      text-align: center; }
      .has-promotion .promotion > div h1, .has-promotion .promotion > div h2, .has-promotion .promotion > div .single-post article h1, .single-post article .has-promotion .promotion > div h1, .has-promotion .promotion > div h3, .has-promotion .promotion > div p {
        color: white; }
    .has-promotion .promotion h2, .has-promotion .promotion .single-post article h1, .single-post article .has-promotion .promotion h1 {
      font-size: 3.2em;
      margin: 0.2em 0;
      line-height: 1em; }
      .has-promotion .promotion h2:after, .has-promotion .promotion .single-post article h1:after, .single-post article .has-promotion .promotion h1:after {
        content: "";
        display: block;
        margin: 0 auto;
        width: 100px;
        height: 4px;
        background: -webkit-gradient(linear, left top, right top, from(#775732), to(#fac074));
        background: linear-gradient(to right, #775732, #fac074);
        margin-top: 1.2em;
        margin-bottom: 1.2em; }
      .has-promotion .promotion h2:after, .has-promotion .promotion .single-post article h1:after, .single-post article .has-promotion .promotion h1:after {
        margin-top: 0.4em;
        margin-bottom: 0.5em;
        width: 120px; }
    .has-promotion .promotion p {
      font-size: 0.9em;
      margin: 0; }
    .has-promotion .promotion p.date {
      text-transform: uppercase;
      font-size: 0.9em;
      margin: 0; }

.direction {
  border-right: solid white 2px; }
  .direction > div {
    padding: 1.5em; }
    .direction > div:first-child {
      border-bottom: solid white 2px; }
  .direction h3 {
    color: white;
    margin-top: 0;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 0.8em; }
    .direction h3 + p {
      color: #3f0d0d;
      margin: 0;
      font-weight: bold; }
  .direction p {
    color: white;
    margin-bottom: 1em; }
    .direction p:first-child {
      margin-top: 0; }
  .direction a {
    color: #8a1f0e; }
    .direction a.alt {
      color: #3f0d0d; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.background-island {
  background: -webkit-gradient(linear, left top, right top, from(#91dddb), to(#24bcb8));
  background: linear-gradient(to right, #91dddb, #24bcb8);
  background-clip: padding-box; }

.background-cruise {
  background: -webkit-gradient(linear, left top, right top, from(#232b5a), to(#08013b));
  background: linear-gradient(to right, #232b5a, #08013b);
  background-clip: padding-box; }

.background-royal {
  background: #5e0700;
  background-clip: padding-box; }

.portfolio-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .portfolio-block h2, .portfolio-block .single-post article h1, .single-post article .portfolio-block h1 {
    margin-top: 0 !important;
    font-size: 3em; }
    .portfolio-block h2:after, .portfolio-block .single-post article h1:after, .single-post article .portfolio-block h1:after {
      margin-top: 1em;
      margin-bottom: 1.2em; }
  .portfolio-block p {
    line-height: 2; }

.slick-slider .slick-track > div {
  height: calc(100vh - 100px - 70px);
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .slick-slider .slick-track > div .slide-content {
    background: rgba(253, 253, 253, 0.5);
    padding: 2.5em 2em;
    text-align: center;
    max-width: 315px; }
    .slick-slider .slick-track > div .slide-content h1, .slick-slider .slick-track > div .slide-content h2, .slick-slider .slick-track > div .slide-content .single-post article h1, .single-post article .slick-slider .slick-track > div .slide-content h1, .slick-slider .slick-track > div .slide-content h3, .slick-slider .slick-track > div .slide-content p {
      color: white; }
    .slick-slider .slick-track > div .slide-content img {
      margin: 0 auto; }
    .slick-slider .slick-track > div .slide-content a {
      color: #b3844e;
      font-weight: bold; }
    .slick-slider .slick-track > div .slide-content.star a {
      color: #ffc20e; }
    .slick-slider .slick-track > div .slide-content.ulwazi a {
      color: #453e1c; }
    .slick-slider .slick-track > div .slide-content.royal {
      background: rgba(94, 6, 0, 0.7); }
    .slick-slider .slick-track > div .slide-content.island {
      background: rgba(157, 198, 208, 0.8); }
    .slick-slider .slick-track > div .slide-content.safari {
      background: rgba(210, 179, 112, 0.7); }
    .slick-slider .slick-track > div .slide-content.cruise {
      background: rgba(195, 231, 239, 0.7); }

/*# sourceMappingURL=style.css.map */
