html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    line-height: 1.5;
    font-family: "Work Sans";
}
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
h1,h2,h3,h4,.page-title{
    color: #362f2d;
    font-family: "Times New Roman";
    font-weight: bold;
    text-transform: uppercase;
}
hr{
    color: #FFF;
}
@font-face {
    font-family: 'Laandbrau-Regular';
    src:url('Laandbrau-Regular.ttf.woff') format('woff'),
        url('Laandbrau-Regular.ttf.svg#Laandbrau-Regular') format('svg'),
        url('Laandbrau-Regular.ttf.eot'),
        url('Laandbrau-Regular.ttf.eot?#iefix') format('embedded-opentype'); 
        font-weight: normal;
        font-style: normal;
}
h2.curve{ 
   font-family: 'Laandbrau-Regular';
   text-transform: none;
   font-size: 3rem;
   letter-spacing: 2px;
}  

h2{
    font-size: 2rem;
}
ul, ol {
    margin: 0 0 1.5em 2rem;
}
.entry-content a,.entry-content a:hover{
    box-shadow: none;
}
/**Upper Header***/
.navigation-top{
    min-height: 7rem;
    position: relative;
    border: none;
    z-index: 997;
}
.fixed-header{
    position: fixed;
    width: 100%;
    height: 7rem;
    background: #FFF;
    border-bottom: 5px solid #a57434;
}
.fixed-header .logo-head{
    position: absolute;
    left: 1rem;
    bottom: 0;
    z-index: 99;
}
.fixed-header .logo-head img{
    max-width: 350px;
    width: 100%;
}
.fixed-header .nav-head{
    position: absolute;
    bottom: 0.3rem;
    right: 0;
    width: 100%;
}
.custom-logo-link img{
    max-height: 100%;
}
.fixed-header .contact-head{
    position: absolute;
    right:1rem;
    top: 1rem;
    margin: auto;
    text-align: center;
}
.fixed-header .contact-head .btn,.fixed-header .contact-head .btn:hover{
    font-weight: normal;
    margin-top: 0.5rem;
}
.fixed-header .nav-head .menu-top-container{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 1.1rem;
    text-transform: uppercase;
    
}
.fixed-header .nav-head .main-navigation a{
    color:#a57434;
    padding: 0.3em 0.5em;
    font-size: 1.3rem;
    text-decoration: none;
}
.fixed-header .nav-head .menu li:before,.fixed-header .nav-head .menu li:after{
    border-color: transparent;
}
.main-navigation ul{
    text-align: right;
    margin: auto;
    padding-right: 1rem;
}
.fixed-header .nav-head .menu a>svg{
    display: none;
}
.fixed-header .nav-head .menu .sub-menu{
    background: #FFF;
    border: none;
    border: 4px solid #8cc63f;
}
.fixed-header .nav-head .menu .sub-menu a:hover{
    color:#005e49;
}
.fixed-header .nav-head .menu .sub-menu a{
    border-bottom: 2px solid #8cc63f;
    margin: 0 0.9rem;
    padding: 0.3rem 0.2rem;
    width: 10rem;
    font-size: 1.1rem;
}
.fixed-header .nav-head .menu .sub-menu li:last-child a{
    border-bottom: 0;
}
.fixed-header .mob-contact{
    display: none;
}
.main-navigation li li{
    background: none !important;
}

.custom-logo-link{
    margin: auto;
    text-align: center;
    padding: 0rem;
    display: block;
    max-width: 100%;
}
/*End of Upper Header*/
/*Menu*/
.js .menu-toggle, .js .dropdown-toggle {
    display: none;
}
.js .menu-toggle {
    display: block;
}
.menu-toggle {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #222;
    display: none;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1.5;
    margin: 1px auto 2px;
    padding: 1em;
    text-shadow: none;
}
.main-navigation li {
    border: 0;
    display: inline-block;
}
/*Menu*/
/*Banner*/
.panel-image::before {
    background: none;
}
.panel-image::before {
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0);
    bottom: 0;
    content: "";
    left: 0;
    right: 0;
    position: absolute;
    top: 100px;
}
body.home .panel-image, .custom-article .panel-image, body.page:not(.home) .custom-header .panel-image, .archive .custom-header .panel-image, .single .custom-header .panel-image, .error404 .custom-header .panel-image, .search-results .custom-header .panel-image {
    height: 70vh;
}
.background-fixed .panel-image {
    background-attachment: fixed;
}
.panel-image {
    height: 70vh;
    max-height: 1200px;
}
.panel-image {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
.caption-wrap {
    bottom: 1rem;
    height: auto;
    background: transparent;
    width: 50%;
    left: 0%;
    right: 0%;
    margin: auto;
    opacity: 1;
    text-align: center;
    position: absolute;
    bottom: 2rem;
    left: 0;
}
.caption-wrap .caption {
    background: rgba(68, 54, 54, 0.7) none repeat scroll 0% 0%;
    background: rgba(5, 5, 5, 0.36);
    padding: 1rem;
    border-radius: 4px;
    position: relative;
}
.caption-wrap .caption h2{
    color: #FFF;
}
/*Banner*/
/*Content*/
article p{
    text-align: left;
}
article h2,article h3{
    text-align: center;
}
article ul li{
    text-align: left;
}
article .wrap .entry-content>h2{
    margin-top: 0;
}
.site-content .wrap{
    max-width: 1200px;
    padding: 2rem 1rem;
    font-size: 18px;
    margin: auto;
}
.panel-row{
    display: table;
    width:100%;
}
.panel-row .panel-two-columns{
    display: table-cell;
    position: relative;
    vertical-align: top;
}
.panel-row .panel-two-columns.vertically-align-top{
    vertical-align: top;
}
.panel-row .panel-two-columns p{
    padding:0 2rem 0 2rem;
}
body.page:not(.home) .panel-row .panel-two-columns p{
    text-align: left;
}
.panel-row .panel-two-columns img{
    max-width: 400px;
    float: left;
}
.panel-row .panel-two-columns:nth-of-type(2) img{
    float: right;
}
#purchaseForm{
    text-align: left;
}
#purchaseForm label.error{
    color:#9c251c;
}
/*Content*/
/*General*/
.background-color-tan{
    background: #a57434;
    color: #FFF;
}
.background-sign{
    background-image: url(/assets/img/ink_well.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.color-tan{
    color:#a57434;
}
.background-color-tan h2,.background-color-tan h3{
    color:#FFF;
}
.table{
    display: table;
    width: 100%;
}
.table-cell{
    display: table-cell;
}
.width-20{
    width: 20%;
}
.width-50{
    width: 50%;
}
.width-60{
    width: 60%;
}
label{
    display: block;
}
input,select,textarea{
    width: 100%;
    height: 2rem;
}
textarea{
    height: 4rem;
}
.float-left{
    float: left;
}
.padding-left-1{
    padding-left: 1rem;
}
.padding-right-2{
    padding-right: 2rem;
}
.btn, .btn:hover {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    text-decoration: none;
    color: #FFF;
    box-shadow: none !important;
    font-size: 1.2rem;
    min-width: 12rem;
    letter-spacing: 1px;
    text-transform: none;
    font-weight: normal;
    border-radius: 5px;
    background: #FFF;
    color:#a57434;
}
.center{
    text-align: center;
    margin: auto;
}
quote{
    font-size: 1.5rem;
    color:#a57434;
}
quote img{
    max-width: 1000px;
    width: 100%;
}
.max-height-300{
    max-height:300px; 
}
.max-width-600{
    max-width: 600px;
}
.width-auto{
    width: auto;
}
.form-msg {
    font-size: 1.2rem;
    color: #8cc63f;
}
/*General*/
/*Form*/
.form-field{
    margin:1rem 0 0.5rem 0;
}
.form-field label{
    padding-bottom: 0.5rem;
}
/*Form*/
/*Footer*/
footer{
    padding: 2rem 1rem;
    text-align: center;
}
footer .site-info {
    float: right;
    padding: 0;
    width: 100%;
    text-align: right;
    margin-top: -1rem;
    margin-right: 1rem;
}
/*Footer*/
@media screen and (max-width: 1100px) {
    #contact-author .table-cell{
        display: block;
        width: 100%;
        text-align: center;
    }
    #contact-author .table-cell .float-left.padding-right-2{
        float: none;
        padding:0;
    }
	.fixed-header .nav-head .main-navigation a{
		font-size:1.1rem;
	}
	
}
@media screen and (max-width: 900px) {
    .fixed-header .nav-head button {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .menu-toggle .fas{
        padding-right: 1rem;
        padding-bottom: 0.5rem;
    }
    .menu-toggle .fa-times,.menu-toggle.open .fa-bars{
        display: none;
    }
    .menu-toggle.open .fa-times{
        display: block;
    }
    .main-navigation li{
        display: block;
        width: 100%;
        padding: 0.5rem 1rem;
        border-bottom: 1px solid #FFF;
    }
    .main-navigation li:last-child {
        border-bottom: 0;
    }
    .fixed-header .nav-head .main-navigation a{
        color:#FFF;
    }
    .main-navigation .menu{
        position: absolute;
        right: 0;
        background: #a57434;
        color:#FFF;
        max-width: 300px;
        width: 100%;
        display: none;
        text-align: left;
        top:10px;
        padding: 0;
    }
    .main-navigation .menu.show{
        display: block;
    }
    .menu-toggle{
        display: block;
        color: #a57434;
        font-size: 3rem;
        padding: 0;
        text-align: center;
        margin: 0;
        cursor: pointer;
    }
    .fixed-header .logo-head img {
        max-width: 250px;
    }
    .navigation-top {
        min-height: 5rem;
    }
    .fixed-header{
        height: 5rem;
    }
    .panel-row{
        display: flex;
        flex-flow: row wrap;
    }
    .panel-row .panel-two-columns{
        display: block;
        width: 100%;
        flex: 1 100%;
        order:2;
        text-align: center;
    }
    .panel-row .panel-two-columns:nth-of-type(1) img,.panel-row .panel-two-columns:nth-of-type(2) img{
        float: none;
        margin: auto;
        width: 100%;
    }
    .panel-row .panel-two-columns.has-image{
        order:1;
        padding-bottom: 1rem;
        
    }
    .panel-row .panel-two-columns p{
        padding: 0;
    }
    .panel-row .panel-two-columns img {
        max-width: 350px;
    }
    .caption-wrap{
        width: 90%;
    }
    ul, ol{
        margin: auto;
    }
}
/*600px*/
@media screen and (max-width:600px){
    .site-content .wrap{
        padding: 2rem;
    }
    .fixed-header .logo-head img {
        max-width: 200px;
    }
    .table-cell{
        display: block;
        width: 100%;
        float: none;
        padding: 0;
        padding-top: 1rem;
    }
    .caption-wrap h2{
        font-size: 1.5rem;
    }
    footer .site-info{
        float: none;
        margin: auto;
        text-align: center;
        padding-top: 1rem;
    }
    .float-left{
        float: none;
    }
    .background-sign{
        background: none;
    }
}