/*
 Theme Name:   Twenty Fifteen Child
 Theme URI:    http://cmd.brightpotato.co.uk//twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       Bright Potato
 Author URI:   brightpotato.com
 Template:     twentyfifteen
 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:  twenty-fifteen-child
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 
 */

@import url("../twentyfifteen/style.css");
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,900italic,900,700italic,700,500italic,500,400italic,300italic,300,100italic);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic,900,900italic|Raleway:400,100,200,300,500,600,700,800,900);

/*font-family: 'Playfair Display', serif;
font-family: 'Raleway', sans-serif;*/
/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */



/**
 * 3.0 Typography
 */
@font-face {
  font-family: 'Gotham Light';
  src: url('fonts/gotham-light.ttf')  format('truetype');   
}
@font-face {
  font-family: 'MinionPro Regular';
  src: url('fonts/minion-pro-regular.otf')  format('opentype');   
}
@font-face {
  font-family: 'Optima';
  src: url('fonts/unicode.optima.ttf')  format('opentype');   
}
@font-face {
  font-family: 'Lora';
  src: url('fonts/Lora-Regular.ttf')  format('opentype');   
}
@font-face {
  font-family: 'LoraItalic';
  src: url('fonts/Lora-Italic.ttf')  format('opentype');  
  font-style: italic; 
}
@font-face {
  font-family: 'LoraBold';
  src: url('fonts/Lora-Bold.ttf')  format('opentype');   
}
@font-face {
  font-family: 'LoraBoldItalic';
  src: url('fonts/Lora-BoldItalic.ttf')  format('opentype'); 
  font-style: italic;  
}
* {
	font-size: 16px;
}
*, *:before, *:after {
	-webkit-border-sizing: border-box;
	-moz-border-sizing: border-box;
	border-sizing: border-box;
}
html, body, #page, .site-content, .site-main, #primary {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
}
body:before {
	display: none !important;
}
body,
button,
input,
select,
textarea {
	color: #333;
	font-family: 'Raleway', sans-serif;
    font-size: 1.3rem;
    line-height: 1.6;
}
span {
	font-family: 'Raleway', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 700;
	font-family: 'Optima', 'Playfair Display', sans-serif;
}
p {
	margin-bottom: 1.6em;
    font-size: 15px;
    font-weight: 300;
    hyphens: none;
}
a {
    color: #968767;
    text-decoration: none;
    border-bottom: none !important;
}

a:hover {
	color: #968767;
	text-decoration: underline;
}
.small-type {
    font-size: 0.7em;
}
blockquote {
	border-left: none;
	color: #707070;
	color: rgba(51, 51, 51, 0.8);
	font-size: 15px;
    font-weight: 300;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}
blockquote p {
	margin-bottom: 1.6667em;
}
blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: 'Roboto 300italic', serif;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}
label {
    font-size: small;
    color: #b7a98c;
    position: absolute;
    top: 25%;
    right: 2rem;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
}
span.active + label {
	-webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/**
 * 4.0 Elements
 */

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}
ul,
ol {
	margin: 0 0 1.6em 1.3333em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
}


/**
 * 5.0 Forms
 */

input, textarea {
    background-color: white;
    border: 1px solid #333;
    font-weight: 500;
    letter-spacing: 0.1em;
}
input:focus, textarea:focus {
    border: 1px solid #C4B699;
}
button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"], 
.post-password-form input[type="submit"], 
.widecolumn #submit, 
.widecolumn .mu_register input[type="submit"] {
    padding: 0.8125em 3.625em;
    font-size: 1.3rem;
}
button:hover, 
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover, 
button:focus, 
input[type="button"]:focus, 
input[type="reset"]:focus, 
input[type="submit"]:focus {
    background-color: #707070;
    background-color: #C4B699;
    outline: 0;
}
form p {
    margin-bottom: 1em;
    position: relative;
}
textarea {
    height: 100px;
}

span.button {
    background-color: #333;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.7917em 1.5em;
    text-transform: uppercase;
}
span.button:hover {
    background-color: #C4B699;
    outline: 0;
}

.choosen-filename {
    color: white;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.64em 1.5em;
    margin-left: 5px;
    background: rgba(0,0,0,0.2);
    border: 2px solid #C4B699;
}
/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgb(82, 82, 82);
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	text-transform: uppercase;
}
:-moz-placeholder {
	color: rgb(82, 82, 82);
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	text-transform: uppercase;
}
::-moz-placeholder {
	color: rgb(82, 82, 82);
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	text-transform: uppercase;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
	color: rgb(82, 82, 82);
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	text-transform: uppercase;
}

/**
 * 6.1 Links
 */


.explore-btn {
    background-color: #333;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.9917em 1.7em;
    text-transform: uppercase;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: relative;
    display: inline-block;
    vertical-align: middle;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.explore-btn:before {
	content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #C4B699;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.explore-btn:hover {
	/*background-color: #C4B699;*/
	color: #000;
}
.explore-btn:hover:before {
	-webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.explore-btn-light {
    background-color: #C4B699;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.9917em 1.7em;
    text-transform: uppercase;
    box-sizing: border-box;
}
.explore-btn-light:hover {
	/*background-color: #fff;*/
	color: #333;
}
.ghost-btn-dark {
    border: 2px solid  !important;
    border-color: #333;
    background: transparent;
    font-weight: bold;
    color: #333;
}

.ghost-btn-dark:hover {
    border: 2px solid #C4B699;
    /*background-color: #C4B699;*/
}
.portfolio-item:hover .ghost-btn-dark {
    color: #C4B699;
    border-color: #C4B699;
}
.portfolio-item:hover .ghost-btn-dark:hover {
    color: #333;
}
.ghost-btn-light {
    border: 2px solid !important;
    border-color: #C4B699;
    color: #C4B699;
    background: transparent;
    font-weight: bold;
}
.ghost-btn-light:hover {
    border: 2px solid #C4B699;
   /* background-color: #C4B699;*/
}


 /* 10.0 Header	*/

.site-header {
    background: none;
    padding: 0 12%;
    margin-top: 6em;
    margin-bottom: 0;
}
.site-branding {
    width: 100%;
    padding: 0;
    text-align: center;
}

.site-title a {
    color: #fff;
    text-decoration: none !important;
    font-family: 'MinionPro Regular', serif !important;
    font-size: 5.5rem;
    letter-spacing: 0.1em;
    font-weight: 100;
    line-height: 0.5em;
}

.site-description {
	display: inline-block;
	font-size: 2.5rem;
    letter-spacing: 2px;
	padding-bottom: 2px;
	margin: 0 0 15px;
	font-weight: 400;
	line-height: 1.5;
	text-transform: uppercase;
	border-bottom: 1px solid white;
}
.site-description a {
	color: #C4B699;
    text-decoration: none !important;
	font-family: 'Gotham Light', sans-serif !important;
}
.site-tagline {
	text-transform: uppercase;
    color: #fff;
    font-size: 0.75em;
    font-weight: 100;
    line-height: 1.4em;
    letter-spacing: 1px;
}

.side-navigation-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
}

.secondary {
    position: relative;
    background: none;
    display: block;
    padding: 0;
    margin-right: 0;
    overflow-y: scroll;
}

.secondary::-webkit-scrollbar { 
    display: none; 
    -webkit-appearance: none;
    appearance: none;
}

.secondary::-webkit-scrollbar-track {
    display: none;
}
 
.secondary::-webkit-scrollbar-thumb {
    display: none;
}

.main-navigation {
    padding: 12%;
    padding-right: 0;
    margin: 0;
    margin-left: 4%;
}

.qinfo {
    position: relative;
    padding: 0 2em;
    font-size: 0.9em;
    color: #7F7D7D;
}

.qinfo:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 30px;
    background-image: linear-gradient(rgba(15, 14, 0, 0), rgb(15, 14, 0) 50%);
}


button.toggle-secondary {
    display: none;
}
.cmn-toggle-switch__htx {
    overflow: hidden;
    position: fixed;
    top: 5px;
    right: 0;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    background-color: transparent;
    display: block;
    z-index: 999;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: background 0.3s;
}

.cmn-toggle-switch span {
  display: block;
  position: absolute;
  top: 22px;
  left: 15%;
  width: 70%;
  height: 5px;
  border-radius: 3px;
  background: white;
}

.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 5px;
  border-radius: 3px;
  background-color: #fff;
  content: "";
}

.cmn-toggle-switch span::before {
  top: -10px;
}

.cmn-toggle-switch span::after {
  bottom: -10px;
}

.cmn-toggle-switch__htx span {
  -webkit-transition: background 0 0.3s;
          transition: background 0 0.3s;
}

.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
          transition-delay: 0.3s, 0;
}

.cmn-toggle-switch__htx span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}

.cmn-toggle-switch__htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.cmn-toggle-switch__htx.active span {
  background: none;
}
.cmn-toggle-switch__htx.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cmn-toggle-switch__htx.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {
  -webkit-transition-delay: 0, 0.3s;
          transition-delay: 0, 0.3s;
}


.sidebar {
	position: fixed !important;
	top: 0 !important;
    background-color: #0E0E00;
    height: 100%;
    width: 220px;
    border-right: 6px solid #C4B699;
    z-index: 999;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation li {
	border-top: 0;
	position: relative;
}
.main-navigation li a {
	font-size: 0.9em !important;
    text-transform: uppercase;
    color: #7F7D7D;
    font-weight: 100;
	letter-spacing: 1px;
    padding: 0.1em 0;
    display: block;
    font-family: 'Optima';
}

.sub-menu li a {
    font-size: 0.7em !important;
    color: #777;
    line-height: 1.3em;
    /* border-bottom: 1px solid rgba(45, 45, 45, 0.5) !important; */
}
.main-navigation li > a:hover,
.sub-menu li a:hover, 
.main-navigation .current-menu-item > a {
    color: #fff;
    text-decoration: none;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-item > a:hover,
.main-navigation .current-menu-ancestor > a  {
	font-weight: 400 !important;
    color: #fff;
}
.main-navigation ul ul.sub-menu {
	display: none;
}
.main-navigation .current-menu-item ul.sub-menu,
.main-navigation .current-menu-ancestor ul.sub-menu{
    display: block;
    margin-top: 0.4em 0;
}
.main-navigation .nav-menu > ul > li:first-child,
.main-navigation .nav-menu > li:first-child {
	border-top: 0;
}

.main-navigation .menu-item-has-children > a {
	padding-right: 48px;
}

.dropdown-toggle {
	display: none;
}

.sibar-logos {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.sibar-logos li {
    padding: 0.5rem;
}

.sibar-logos li:nth-child(1) {
    padding: 1rem;
}

.sibar-logos li:nth-child(2) {
    padding-top: 1.2rem;
}

.sibar-logos li:nth-child(3) {
    width: 65%;
}






/* 8.0 Alignments  */

.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}




/*  12.0 Content  */


.site {
    margin: 0;
    max-width: 100%;
}
.site-footer {
	background-color: #0E0E00;
	padding: 3.84615% 7.6923%;
}

.page-header {
	background-color: #fff;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.site-content {
    display: block;
    float: left;
    margin-left: 0;
    padding-left: 220px;
    width: 100%;
}
.site-main {
    padding: 0;
}
.hentry, .page-header, .page-content {
    margin: 0;
    padding-top: 0;
}
.entry-content, .entry-summary {
    padding: 0;
}
.entry-content h2, .entry-summary h2, .page-content h2, .comment-content h2 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
}
.entry-content h1, .entry-summary h1, .page-content h1, .comment-content h1 {
    font-size: 29px;
    font-size: 2.9rem;
}
/*  Home page */

.entry-content.hero-content, .hero-container, .fp-tableCell {
	height: 100% !important;
}
.hero-container {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
    background-position: 50%;
    overflow: hidden;
}

.hero-container-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 110%;
    transform: scale(1.1);
    -webkit-transform-style: preserve-3d;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    transition: transform 10s 0.7s ease;
}

.animated .hero-content.active .hero-container-bg{
    transform: scale(1);
}

.hero-info {
    position: absolute;
    width: 40%;
    right: 7%;
    bottom: 5%;
    padding: 1rem;
    color: #fff;
    /* background-color: rgba(0,0,0,0.1); */
    transition: all .5 ease-in-out;
}

.hero-info:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(0,0,0);
    opacity: .2;
    transition: opacity 1s ease-in-out;
}

.hero-info:hover:before {
    /* background-color: rgba(35, 35, 35, 0.5); */
    opacity: .8;
}
.hero-desc {
    width: 75%;
    position: relative;
    text-align: right;
}
.hero-desc p {
	margin-bottom: 0.5em;
    letter-spacing: 0.04em;
}
h3.hero-title {
    margin: 0;
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
}
span.explore-icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 46px;
    height: 46px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
span.explore-icon:before {
    content: '';
    position: absolute;
    width: 36px;
    height: 2px;
    top: 22px;
    left: 5px;
    background-color: #fff;
}
span.explore-icon:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 36px;
    left: 22px;
    top: 5px;
    background-color: #fff;
}
.hero-info:hover span.explore-icon:hover:before,
.hero-info:hover span.explore-icon:hover:after {
	background-color: #C4B699;
}
#arrows {
    position: fixed;
    bottom: 20px;
    left: 50%;
    width: 60px;
    height: 72px;
    opacity: 0.2;
}
#arrows path {
	stroke-width: 2px;
	fill: #C4B699;	
  	fill-opacity: 0; 
  	stroke: #fff;
}
/* Fsvs slider for home page */
ul#fp-nav {
    position: fixed;
    bottom: 150px;
    right: 1em;
    list-style: none;
    z-index: 999;
}
.fp-tooltip {
    margin-bottom: 15px;
    display: block;
}
.fp-tooltip > span {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 1px solid white;
    display: block;
}
.fp-tooltip > span > span {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    line-height: 12px;
    border: 1px solid white;
    display: block;
    margin: 1px;
    background-color: rgba(255,255,255,0.3);
}
.fp-tooltip.fp-show-active > span > span {
	border: 1px solid #7F6B40;
  	background-color: #7F6B40;
}

.floating-content-block {
    position: absolute; 
    max-width: 95%; 
    bottom: 10%; 
    left: 5%;
}

.block-text {
    padding: 15px;
    margin: 15px 0;
}
.block-text p {
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 0.03em;
}
.block-white-bg {
    background: rgba(255,255,255,0.7); 
}
.block-black-bg {
    background: rgba(0,0,0,0.5);
}
.block-black-bg p {
    color: white;
}




/*
 * Portfolio Page
 *
 */

.portfolio-main {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #0f0e00;
}

.portfolio-main > div {
    height: 100%;
}

.entry-content.portfolio-item {
	position: relative;
    width: 400px;
    width: 100%;
    height: 100%;
    float: left;
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
    transition: all 1s ease-in-out;
    z-index: 1;
}

.portfolio-item-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 3s ease-in-out;
    z-index: -1;
}

.owl-stage-outer {
    height: 100%;
}
.owl-stage {
    height: 100%;
}
.owl-item {
    height: 100%;
    float: left;
    margin: 0;
}
.portfolio-item-cta {
	position: absolute;
    top: 37%;
    width: 100%;
    padding: 1rem;
    text-align: center;
}

.portfolio-item:hover .portfolio-item-bg {
    transform: scale(1.2);
}

.portfolio-item:after {
    width: 101%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: rgba(0,0,0,0.1);
    transition: all 1s ease-in-out;
}
.portfolio-item:hover:after {
    background-color: rgba(0,0,0,0.7);
    z-index: 10;
}
h1.entry-title {
    margin-bottom: 0;
}
.portfolio-item-cta h1.entry-title {
    margin: 1em;
    color: #333;
    font-size: 3rem;
    text-decoration: none !important;
    letter-spacing: 1px;
}
.portfolio-item-cta a {
    text-decoration: none !important;
}
.portfolio-item-cta p {
    font-size: 1.2em;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #333;
    font-weight: 100;
}
.portfolio-item:hover h1.entry-title, 
.portfolio-item:hover p {
	color: #C4B699;
}
.rtScroll {
	position: fixed;
	top: 50%;
	right: 30px;
	width: 40px;
	height: 60px;
	cursor: pointer;
	z-index: 99;
}
.ltScroll {
	position: fixed;
	top: 50%;
	left: 230px;
	width: 40px;
	height: 60px;
	cursor: pointer;
	z-index: 99;
}
.rtScroll:hover, .ltScroll:hover {
	opacity: 0.5;
}
.rtScroll:hover polyline, .ltScroll:hover polyline {
	fill: #C4B699;
	/*stroke: #333;*/
}
.post-navigation .post-title {
	font-family: 'Raleway', sans-serif !important;
    font-size: 2.2rem;
}
/*
 * Testimonials Page
 *
 */


.testimonial-container {
    position: relative;
    float: left;
    width: 100%;
    min-height: 150px;
}

.testimonial-page-with-bg .testimonial-page-background {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial-page-with-bg .testimonial-page-background:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
}

.testimonial-page-with-bg,
.testimonial-page-with-bg blockquote {
    color: #C4B699;
}

.testimonial-page-with-bg .testimonial-container {
    border-bottom: 1px solid #C4B699;
}

.testimonial-container {
    border-bottom: 1px solid rgba(3,3,3,0.1);
}


.testimonial-content {
    position: relative;
    float: left;
    padding: 5%;
}

.testim-image-2 .testimonial-content{
    float: right;
}

.testimonial-container.testim-image .testimonial-content {
    width: 65%;
}

.testimonial-content {
    opacity: 0;
    transition: all 1s .2s ease-in-out;
}

.testimonial-content.js-visible {
    opacity: 1;
}

.testimonial-thumb {
    position: absolute;
    right: 0;
    width: 35%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(1);
  	filter: grayscale(1);
}

.testim-image-2 .testimonial-thumb {
    right: auto;
    left: 0;
}

.testimonial-container:hover .testimonial-thumb {
    -webkit-filter: grayscale(0);
  	filter: grayscale(0);
}

.testimonial-individual {
    float: right;
    margin-top: -1.4em;
}

/*
 * Single project Page
 *
 */

.project-section-container {
    clear: both;
    position: relative;
}

.main-image img {
    width: 100%;
}

.clear:before, 
.clear:after {
    content: "";
    display: table;
    clear: both;
}

.project-info {
    float: left;
    width: 50%;
    top: 20%;
    z-index: 2;
    padding: 0 7em 0 2em;
    opacity: 0;
    transition: all 1s .2s ease-in-out;
}

.project-main .project-info.js-visible {
    opacity: 1;
}

.project-section-container .about-border-bottom {
    position: relative;
}

.project-feature {
    width: 50%;
    height: 500px;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}
.project-testimony {
    float: left;
    width: 100%;
    padding: 4em 3em;
    margin: 0;
    text-align: center;
    background: #f1f1f1;
}

.project-image-container {
    float: left;
}

.project-image-container.about-border-bottom:after,
.project-section-container.about-border-bottom:after {
    background-color: #0f0e00;
}

.project-image-container img {
    width: 100%;
}

.project-footer {
    float: left;
    width: 100%;
    height: 80px;
    background-color: #C4B699;
    overflow: hidden;
    position: relative;
}
.project-footer:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(rgba(196,182,153,0) , #C4B699);
    z-index: 999;
}
nav.navigation.post-navigation {
    margin: 0;
    background: none;
    font-family: 'Raleway' !important;
    font-weight: 100;
    width: 50%;
    float: right;
    box-shadow: none;
    height: 100%;
}
.post-navigation .meta-nav {
    font-size: 1.3rem;
    color: #0E0E00;
    opacity: 1;
    font-weight: 300;
}
.nav-links div {
    float: left;
    width: 50%;
}
span.project-contact {
    font-size: 1.8rem;
    line-height: 1.1667;
    font-weight: 300;
}
.nav-contact-container {
    width: 50%;
    float: left;
}
.nav-contact {
    width: 60%;
    float: right;
    padding: 2%;
}
.nav-contact .meta-nav {
	font-size: 1.2rem;
	color: rgba(51, 51, 51, 0.4);
	letter-spacing: 0.04em;
    text-transform: uppercase;
}
.post-navigation .meta-nav, .nav-contact .meta-nav {
    font-size: 1.3rem;
    color: #0E0E00;
    opacity: 1;
    font-weight: 300;
}
.nav-contact, .nav-previous, .nav-next {
	border-left: 1px solid rgba(3,3,3,0.1);
}

.place-card,
.profile-photo  {
    display: none !important;
}

/*
 * About page
 *
 */

/* about grid */
[class*="about-row"] {
    display: flex;
    flex-direction: row;
}

[class*="about-col"],
[class*="about-row"] {
    position: relative;
}

.about-col-12 {
    width: 100%;
}

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

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

.about-col-8 {
    width: 66.6%;
}

.about-col-4 {
    width: 33.4%;
}

.about-col-7 {
    width: 58.3%;
}

.about-col-5 {
    width: 41.7%;
}

.about-row-half {
    height: 50%;
    width: 100%;
}

.about-row-34 {
    height: 75%;
    width: 100%;
}

.about-row-14 {
    height: 25%;
    width: 100%;
}

.about-row-45 {
    height: 80%;
    width: 100%;
}

.about-row-15 {
    height: 20%;
    width: 100%;
}

.about-border-right:before {
    /* border-right: 3px solid #C4B699; */
    content: '';
    position: absolute;
    width: 3px;
    height: 0;
    background-color: #C4B699;
    top: 0;
    right: 0;
    z-index: 99;
    transition: all 1s ease-in-out;
}

body.js-ready .about-section.js-visible .about-border-right:before {
    height: 100%;
}

.about-border-bottom:after {
    /* border-bottom: 3px solid #C4B699; */
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    background-color: #C4B699;
    bottom: 0;
    left: 0;
    z-index: 99;
    transition: all 1s ease-in-out;
}

body.js-ready .js-visible .about-border-bottom:after,
body.js-ready .js-visible.about-border-bottom:after {
    width: 100%;
}

.flex-column {
    flex-direction: column;
}
.flex-row {
    flex-direction: row;
}

/* end about grid */

.about-section {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 100%;
    max-height: 100vh;
    display: flex;
    align-items: stretch;
    overflow: hidden;
}

.about-section-background {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-img {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(0,0,0,0.8);
}

.about-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    max-width: 200%;
    width: auto !important;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.about-layout-2by2 .about-img img {
    max-width: 110%;
}

.about-article {
    position: relative;
    /* display: flex;
    align-items: center; */
    padding: 30px;
    background-color: rgba(0,0,0,0.8);
}

.about-article > * {
    opacity: 0;
    transition: all .75s .5s ease-in-out;
}

.about-section.js-visible .about-article > * {
    opacity: 1;
}

.about-article-quote {
    position: absolute;
    bottom: 30px;
    right: 40px;
    text-align: right;
    max-width: 75%;
    color: #C4B699;
}

.about-article-content {
    max-width: 95%;
    color: #C4B699;
}

.about-article-content h2 {
    font-family: 'LoraItalic';
    font-weight: normal;
}

.about-row-imgs {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
}

.about-row-imgs {
    width: auto;
}

.about-small-img {
    position: relative;
    width: 20%;
    height: 100%;
    background-size: cover;
}

.about-small-img:nth-child(6) {
    display: none;
}


/* Media tablet large 880px */
@media (max-width: 68.7em) {
    [class*="about-row"] {
        display: flex;
        flex-direction: column;
    }

    .about-col-12,
    .about-col-9,
    .about-col-8,
    .about-col-7,
    .about-col-6,
    .about-col-5,
    .about-col-4,
    .about-col-3 {
        width: 100%;
        border-bottom: 3px solid #C4B699;
    }
    
    .about-row-half {
        height: auto;
        width: 50%;
        min-height: 200px;
    }
    
    .about-row-34,
    .about-row-14,
    .about-row-45,
    .about-row-15 {
        height: auto;
        width: 100%;
        min-height: 200px;
    }

    .about-section {
        width: 100%;
        height: auto;
        min-height: 100%;
        max-height: none;
        flex-direction: column;
        border-bottom: 30px solid #C4B699;
        box-shadow: 0 30px 50px #000000;
    }

    .about-article-quote {
        bottom: 30px;
        right: 10%;
        max-width: 100%;
        width: 100%;
        position: relative;
        display: block;
        padding-top: 50px;
    }

    .about-article {
        padding-bottom: 100px;
        flex-direction: column;
    }
    
    .about-img {
        min-height: 400px;
    }

    .about-small-img {
        width: 100%;
        min-height: 200px;
    }

    .about-without-img {
        display: none;
    }
}

@media (max-width: 48em) {
    .about-article-content {
        max-width: 100%;
    }
}






/*
 * Contact Page
 *
 */

.contact-container {
    width: 100%;
    float: left;
    padding: 2% 5%;
}
.contact-container div.column {
	float: left;
	width: 40%;
}
.contact-container div.column:not(:first-child) {
    margin-left: 10%;
}
.contact-details {
    list-style: none;
}
.contact-details li {
    font-size: 1em;
    font-weight: 100;
}
.contact-container h2 {
    margin-top: 0;
}


/** ========================================================================================================
 * 		16.0 Media Queries														Media Queries
 ** ========================================================================================================
 */



/**
 * HIDING STUFF
 */

.home .hentry {
	display: none;
}
footer {
	display: none !important;
}


/** ==========================
 * 16.4 Desktop Medium 1100px
 * ==========================
 */ 


@media (max-width: 68.75em) {
    .about-container {
        position: relative;
        width: 100%;
        float:left;
    }
    .about-right {
        width: 100%;
        height: 400px !important;
        float: left;
    }

} /* END MEDIA Desktop Medium - MINWIDTH 68.75EM*/


/** ==========================
 * 16.3 Tablet Large 880px
 * ==========================
 */ 

@media (max-width: 55em) {
    /* 
    * Header
    * 
    */
        
    .sidebar {
        width: 100%;
        height: 130px;
        z-index: 999;
        border-right: none;
        border-bottom: 4px solid #C4B699;
    }
    .site-branding {
        text-align: left;
    }
    .site-title {
        font-size: 5.1rem;
        line-height: 1em;
    }
    .site-description {
        font-size: 2.2rem;
        line-height: 1em;
        margin-bottom: 0;
    }
    .site-header {
        margin-top: 0.6em;
    }
    .site-tagline {
        display: none;
    }
    .qinfo {
        display: none;  /* Move this to the footer*/
    }
    button.toggle-secondary {
        display: block;
        margin: 1.4em 3em;
    }
    .secondary {
        position: fixed;
        width: 70%;
        height: 100%;
        right: 0;
        margin: 0;
        padding-left: 2rem;
        background-color: #0E0E00;
        display: none;
    }
    .secondary.toggle-on {
        display: block;
    }
    .main-navigation {
        padding: 2em 3%;
    }

    .menu-mainnav-container {
        position: absolute;
        top: 2rem;
        left: 2rem;
        width: 100%;
        height: calc(100% - 3rem - 100px);
        display: block;
        overflow-y: scroll;
    }

    #menu-mainnav {
        overflow-y: scroll;
        max-height: 100%;
    }

    .main-navigation li {
        padding-left: 5%;
        width: 100%;
        max-width: 20em;
    }
    .main-navigation li a {
        font-size: 1.5em !important;
    }
    .sub-menu li a {
        font-size: 1em !important;
        padding-bottom: 0.5em;
    }
    .site-description {
        font-size: 2.6rem;
    }

    /* 
    * Main content structure
    *
    */
    .site-content {
        padding-left: 0;
        margin-top: 130px; 
    }

    /* 
    * Home page
    *
    */

    .hero-info {
        width: 90%;
        right: 5%;
        bottom: 20%;
        background-color: rgba(0,0,0,0.5);
    }
    .hero-desc {
        width: 82%;
    }
    .fp-tooltip > span {
        width: 26px;
        height: 26px;
        line-height: 26px;
    }
    .fp-tooltip > span > span {
        width: 22px;
        height: 22px;
        line-height: 22px;
    }
    #wpgmza_map {
        height: 200px !important;
    }
    /* 
    * Portfolio page
    *
    */

    .entry-content.portfolio-item {
        width: 100%;
        height: 70%;
    }

    .portfolio-item-cta {
        background-color: rgba(0,0,0,0.7);
        transition: all 1s ease-in-out;
    }

    .portfolio-item:hover .portfolio-item-cta {
        background-color: rgba(0,0,0,0);
    }

    .portfolio-item-cta h1.entry-title {
        color: #C4B699;
    }

    .portfolio-item .ghost-btn-dark {
        color: #C4B699;
        border-color: #C4B699;
    }

    .ltScroll, .rtScroll {
        display: none;
    }

    .about-container {
            height: auto !important;
    }
    .about-top {
        height: 200px;
    }
    .about-article-image {
        height: 200px;
    }

    .about-article-content {
        width: 100%;
    }


} /* END MEDIA Tablet Large - MAXWIDTH 55EM*/




/** ==========================
 * 16.2 Tablet Small 740px
 * ==========================
 */

@media screen and (max-width: 46.25em) {
    .site-footer {
        display: none;
    }


    /*
    * Contact Page
    *
    */

    .contact-container {
        width: 100%;
        float: left;
        padding: 5%;
    }
    .contact-container div.column {
        float: left;
        width: 100%;
        margin: 2rem 0;
    }
    .contact-container div.column:not(:first-child) {
        margin-left: 0;
        padding-top: 4em;
        border-top: 1px solid #0E0E00;
    }
    .about-article {
        width: 100%;
        padding: 2em;
    }
    .about-article-image {
        width: 50%;
    }
    .about-img {
        border: none !important;
    }
    .project-info {
        width: 100%;
        padding: 2em;
    }

    .project-feature {
        width: 100%;
    }
    .testimonial-container.testim-image .testimonial-content {
        width: 100%;
    }

    .testimonial-thumb {
        width: 100%;
        height: 300px;
        position: relative;
        float: left;
    }
    ul#fp-nav {
        display: none;
    }

} /* END MEDIA Mobile Small - MINWIDTH 46.25EM*/

@media screen and (min-width: 881px) {
    .secondary {
        display: block !important;
        box-shadow: none;
        margin: 0;
    }
}

/** ==========================
 * 16.1 Mobile Large 620px
 * ==========================
 */

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

    .sidebar {
        height: 100px;
    }
    .site-title a {
        font-size: 5rem;
    }
    .main-navigation {
        width: 100%;
        margin: 0;
        padding: 2em 0;
    }
    .main-navigation li {
        padding-left: 0; 
    }
    .sub-menu li a {
        margin-left: -5%;
    }


    .site-content {
        margin-top: 100px;
    }
    .hero-info {
        width: 80%;
        right: 15%;
        background-color: rgba(35, 35, 35, 0.8);
    }
    ul#fp-nav {
        display: none;
    }
    .about-article {
        width: 100%;
    }
    .about-article-image {
        width: 50%;
        float: left;
    }
    .testimonial-container.testim-image .testimonial-content {
        width: 100%;
    }

    .testimonial-thumb {
        position: relative;
        float: left;
        width: 100%;
        height: 200px;
        background-position: 50%;
    }
    .project-info {
        width: 100%;
    }
    .project-feature {
        width: 100%;
    }
    .about-extra-images {
        height: 300px;
    }
    div#wpgmza_map {
        height: 200px !important;
    }
    .nav-contact-container {
        width: 33%;
    }
    .nav-contact {
        width:100%;
    }
    nav.navigation.post-navigation {
        width: 67%;
    }


} /* END MEDIA Mobile Large - MINWIDTH 38.75EM*/







