/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

main {
	min-height: 100px;
	border-top-color: rgb(220,189,121);
	border-top-color: rgba(220,189,121,0.50);
	border-top-style: solid;
	border-bottom-color: rgb(220,189,121);
	border-bottom-color: rgba(220,189,121,0.50);
	border-bottom-style: solid;
}
section {
	margin: 3%;
}
article{
	overflow-y: auto;
	margin: -3%;
	padding: 3%;
}

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: 'Open Sans', sans-serif;
     font-weight: 400;
     letter-spacing: 1px;
     background-image: url(images/charactir-bg.svg);
     background-repeat: repeat;
     background-size: 110px auto;
}
/* clear */
.clearboth {
	clear:both;
}
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
.no-top-margin{
	margin-top: 0px !important;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	margin:0 auto;
	position:relative;
	max-width: 1366px;
	background-color: rgb(255,247,230);
	background-image: url(images/topography-cream-light.png);
	-webkit-box-shadow: 0 0 0px 0px rgb(174,85,41);
	-webkit-box-shadow: 0 0 2px 3px rgba(174,85,41,0.50);
	-moz-box-shadow: 0 0 0px 0px rgb(174,85,41);
	-moz-box-shadow: 0 0 2px 3px rgba(174,85,41,0.50);
	box-shadow: 0 0 0px 0px rgb(174,85,41);
	box-shadow: 0 0 2px 3px rgba(174,85,41,0.50);
}
/* header */
.header {
	position: relative;
}
.header a {
	text-decoration: none;
	color: rgb(255,247,230);
}
/* logo */
.wrapper header object {
	position: relative;
	margin: 0 auto 0.5% auto;
	display: block;
	width: 16%;
	height: auto;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}
/* nav */
.nav nav img {
	display: inline-block;
}
nav {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-align: center;
	color: rgb(255,247,230);
	font-size: 14pt;
	margin: auto;
	display: block;
	max-height: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 9pt 0 9pt 0;
}
nav ul {
	margin: 0px;
	padding: 0px;
}
nav ul li a:hover {
	color: rgb(251,186,75);
}
nav .wide-view ul {
	width: auto;
}
.menu-item {
	margin: 0 15px 0 5px;
	width: auto;
	height: 20px;
	clear: none;
	padding: 0px;
	display: inline-block;
	transition: 0.5s;
	vertical-align: 0pt;
}
div.burger{
	margin-right: -15px;
}
.nav {
	background-color: rgb(171,87,45);
}

/* sidebar */
.sidebar {

}
/* footer */
.footer {
	background-color: rgb(170,86,44);
	min-height: 120px;
	display: block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin: auto;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	text-align: center;
	color: rgb(255,247,230);
	font-size: 14pt;
	max-height: none;
	padding: 9pt 0 9pt 0;
}
.footer-icons {
	  margin: 0 auto 0 auto;
	padding-top: 10px;
	display: inline-block;
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	position: relative;
}
/* back to top*/
.back-to-top {
	background: none;
	margin: 0;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
	z-index: 100;
	display: none;
	text-decoration: none;
	color: rgb(170,86,44);
	background-color: rgb(255,247,230);
	background-color: rgba(255,247,230,0.7);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-box-shadow: 0 0 0px 0px rgb(174,85,41);
	-webkit-box-shadow: 0 0 2px 2px rgba(174,85,41,0.50);
	-moz-box-shadow: 0 0 0px 0px rgb(174,85,41);
	-moz-box-shadow: 0 0 2px 2px rgba(174,85,41,0.50);
	box-shadow: 0 0 0px 0px rgb(174,85,41);
	box-shadow: 0 0 2px 2px rgba(174,85,41,0.50);
}
.back-to-top i {
	font-size: 35px;
	padding: 0px;
	margin: 2px 22.5% 0px 22.5%;
}
.back-to-top:hover{
	color: rgb(255,247,230);
	background-color: rgb(170,86,44);
	-webkit-box-shadow: 0 0 0px 0px rgb(255,247,230);
	-webkit-box-shadow: 0 0 2px 2px rgba(255,247,230,0.7);
	-moz-box-shadow: 0 0 0px 0px rgb(255,247,230);
	-moz-box-shadow: 0 0 2px 2px rgba(255,247,230,0.7);
	box-shadow: 0 0 0px 0px rgb(255,247,230);
	box-shadow: 0 0 2px 2px rgba(255,247,230,0.7);
}

/*------------------------------------*\
    COPY
\*------------------------------------*/

.wrapper header p {
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 32px;
	line-height: 32px;
	display: block;
	color: rgb(170,86,45);
	padding: 10px 0 16px 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0px;
	font-weight: 300;
}
h1 {
	content: "";
	min-width: 250px;
	display: block;
	overflow: hidden;
	color: rgb(60,1,8);
	font-family: Merriweather;
	font-style: normal;
	font-weight: 700;
	margin: -20px 0 10px 0;
	font-size: 38pt;
	line-height: 50pt;
}
h2 {
	content: "";
	min-width: 250px;
	display: block;
	overflow: hidden;
	font-family: "Open Sans Condensed";
	font-style: normal;
	font-weight: 700;
	word-spacing: -2pt;
	margin: 6px 0 10px 0;
	font-size: 20pt;
	color: rgb(171,87,45);
}
h3 {
	content: "";
	min-width: 250px;
	display: block;
	overflow: hidden;
	font-size: 28pt;
	line-height: 34pt;
	font-family: Merriweather;
	color: rgb(60,1,8);
	margin: 0px 0 8pt 0;
}
h4 {
	content: "";
	min-width: 250px;
	display: block;
	overflow: hidden;
	font-family: "Open Sans Condensed";
	font-style: normal;
	text-transform: uppercase;
	font-weight: 700;
	word-spacing: -1pt;
	margin: 6px 0 10px 0;
	font-size: 12pt;
	color: rgb(241, 158, 62);
}
p {
	font-size: 12pt;
	line-height: 20pt;
	font-family: "Open Sans";
	margin-bottom: 0px;
	padding-bottom: 2px;
	font-weight: 400;
	color: rgb(171,87,45);
	text-align: justify;
	text-justify: inter-word;
}
p a {
	color: rgb(60,1,8);
	text-decoration: none;
	font-style: normal;
}
div.vc_pageable-slide-wrapper p {
	content: normal;
	min-width: initial;
	width: 100%;
	display: inline-block;
	overflow: visible;
}
hr {
	border: 1px solid rgb(251,186,75);
	margin: 10px 0 20px 0;
}
h2 + hr {
	border: 1px solid rgb(251,186,75);
	margin: 10px 0 20px 0;
}
h4 + hr {
	border: 1px solid rgb(171,87,45);
	margin: 10px 0 20px 0;
}
div.seperator h3 {
	font-size: 28pt;
	line-height: 34pt;
	margin: 0px 0 8pt 0;
}
div.seperator h4 {
	text-transform: uppercase;
	font-weight: 700;
	word-spacing: -2pt;
	margin: 0;
	padding: 0;
	font-size: 16pt;
	line-height: 16pt;
}
.h1-topfix{
	margin-top: -12px;
}
.colab {
	font-weight: 600;
}
article.post ul {
	content: "";
	min-width: 250px;
	display: block;
	overflow: hidden;
	font-size: 12pt;
	font-family: "Open Sans";
	font-weight: 400;
	color: rgb(171,87,45);
	padding-left: 18px; 
	list-style: none;
}
article.post li::before{
	content: "•  ";
	color: rgb(251,186,75);
	font-size: 18pt;
	vertical-align: -3pt;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/*FAQ*/
.vc_toggle_icon {
	background-color: rgb(171,87,45) !important;
}
.faq h3{
	margin: 5px 0px;
}
.faq h4{
	font-size: 16pt;
	margin: 13px 0px 0px 0px;
}
.faq div.vc_toggle_title{
	text-align: left;
}
.faq div.vc_toggle_content{
	text-align: left;
}
.faq p{
	margin: 0px;
	line-height: 22pt;
}
.faq p strong{
	color: rgb(60,1,8);
	font-family: "Open Sans Condensed";
	font-weight: 700;
	letter-spacing: 1pt;
}
.faq h4 strong{
	margin: 12px 0px 8px 0px;
}
.faq hr{
	margin-bottom: 8px;
}
div.vc_toggle_content{
	padding-left: 0px !important;
}

/*Contact Form*/
.contact .wpforms-title{
	font-size: 28pt !important;
	line-height: 34pt;
	font-family: Merriweather;
	font-weight: 700;
	color: rgb(60,1,8);
	margin: 0px 0 12px 0 !important;
	letter-spacing: 1px;
}
.contact .wpforms-description{
	font-family: "Open Sans Condensed";
	font-style: normal;
	text-transform: uppercase !important;
	font-weight: 700;
	word-spacing: -1pt;
	margin: 6px 0 10px 0;
	font-size: 16pt !important;
	color: rgb(241, 158, 62);
}
.contact .wpforms-description hr{
	border: 1px solid rgb(171,87,45) !important;
	margin: 10px 0px !important;
}
.contact .wpforms-field-container .wpforms-field .wpforms-field-large{
	border: 1px solid rgb(171,87,45) !important;
}
.contact .wpforms-field-container .wpforms-field .wpforms-field-medium{
	border: 1px solid rgb(171,87,45) !important;
}
.contact .wpforms-field-container .wpforms-field{
	color: rgb(60,1,8);
}
div.wpforms-container-full .wpforms-form input[type="date"], div.wpforms-container-full .wpforms-form input[type="datetime"], div.wpforms-container-full .wpforms-form input[type="datetime-local"], div.wpforms-container-full .wpforms-form input[type="email"], div.wpforms-container-full .wpforms-form input[type="month"], div.wpforms-container-full .wpforms-form input[type="number"], div.wpforms-container-full .wpforms-form input[type="password"], div.wpforms-container-full .wpforms-form input[type="range"], div.wpforms-container-full .wpforms-form input[type="search"], div.wpforms-container-full .wpforms-form input[type="tel"], div.wpforms-container-full .wpforms-form input[type="text"], div.wpforms-container-full .wpforms-form input[type="time"], div.wpforms-container-full .wpforms-form input[type="url"], div.wpforms-container-full .wpforms-form input[type="week"], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
	color: rgb(171,87,45);
}
.contact button.contact-submit{
	border: none !important;
	padding: 10px 15px 10px 15px !important;
	width: 100%;
	background-color: rgb(171,87,45) !important;
	color: rgb(255,249,233) !important;
	font-family: "Open Sans Condensed";
	font-weight: 700 !important;
	font-size: 14pt !important;
	text-transform: uppercase;
}
.contact button.contact-submit:hover{
	background-color: rgb(251,186,75) !important;
    color: rgb(255,249,233) !important;
}

/* slider */
div.vc_gitem-col {
	padding: 0px !important;
}
.slide-title p {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-align: center;
	color: rgb(255,247,230);
	font-size: 28pt;
	line-height: 32pt;
	margin: auto;
	display: block;
	max-height: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 0px 0px 10px 0px;
}
.slide-title p:hover {
	color: rgb(251,186,75);
}
.slide-category a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-align: center;
	color:  rgb(251,186,75) !important;
	font-size: 12pt;
	margin: auto;
	display: block;
	max-height: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 0px 8px 0px 0px;
}
div.slide-category {
	margin-bottom: 0px !important;
}
div.slide-subtitle {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	color:  rgb(251,186,75) !important;
	font-size: 16pt;
}
.slide-excerpt p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: rgb(255,247,230) !important;
	font-size: 12pt;
	line-height: 18pt;
	text-align: justify !important;
	text-justify: inter-word;
}
.slide-excerpt a {
	color: rgb(251,186,75) !important;
}
.slide-category a:hover {
	color: rgb(255,247,230) !important;
}
.slide-excerpt a:hover {
	color: rgb(251,186,75) !important;
}
.vc_grid-filter.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-black > .vc_grid-filter-item:hover {
	background-color: transparent !important;
}
.slider-line hr {
	border: 1px solid rgb(255,247,230);
}
div.slider-line {
	margin-bottom: 8px !important;
}
.slide-alt {
	border: 7px double rgb(251,186,75);
}
.slide-alt.vc_gitem-zone {
	padding: 5% !important;
}
.slide-alt .slide-excerpt p{
	color: rgb(171,87,45) !important;
	font-size: 12pt;
	line-height: 16pt;
	margin-top: 0px !important;
}
.slide-alt .slide-title{
	margin-bottom: 8px !important;
}
.slide-alt .slide-excerpt{
	margin-bottom: 0px !important;
}
.slide-alt .slide-title p{
	color: rgb(60,1,8) !important;
	font-family: Merriweather;
	margin-bottom: 0px;
}
.slide-alt div.slide-subtitle {
	color:  rgb(171,87,45) !important;
	line-height: 16pt;
}
.slide-alt .slide-excerpt a {
	color: rgb(60,1,8) !important;
}
.slide-alt .slide-excerpt a:hover {
	color: rgb(251,186,75) !important;
}

/* grid filter */

div.wpb_wrapper div div ul li span{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	color:  rgb(255,247,230) !important;
	font-size: 12pt;
}
div.wpb_wrapper div div ul li:hover{
	border-bottom: 2px solid rgb(251,186,75);
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
}
div.wpb_wrapper div div ul li.vc_active{
	border-bottom: 2px solid rgb(251,186,75) !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
}
div.wpb_wrapper div div ul li{
	background-color: transparent !important;
	padding: 0px 0px 0px 0px !important;
    margin: 0px 14px 0px 0px !important;
}
div.wpb_wrapper div div ul{
	background: rgb(171,87,45) !important;
	padding: 6px 0px 6px 0px !important;
	margin: 5px 0px 5px 0px !important;
}

/* Call to Action */
.calltoaction{
	background-color: rgb(255,247,230);
	background-image: url(images/topography-cream-light.png);
	border: solid 2px #f7efde;
}
.calltoaction h2{
	color: rgb(171,87,45) !important;
}
.calltoaction a img{
	margin-left: 10px;
	margin-bottom: 5px !important;
	width: 30px;
	height: 30px;
}
div.calltoaction div div.vc_column-inner div.wpb_wrapper div.btn-callout a{
	font-family: "Open Sans Condensed";
	font-weight: 700 !important;
	font-size: 20pt !important;
	color: #fff7e6 !important;
	background-color: rgb(251,186,75) !important;
	padding: 8px 20px;
}
div.calltoaction div div.vc_column-inner div.wpb_wrapper div.btn-callout a:hover{
	color: #fff7e6 !important;
	background-color: rgb(171,87,45) !important;
}
div.calltoaction div div.vc_column-inner div.wpb_wrapper div.btn-callout a i{
	font-size: 34px;
	line-height: 16px;
}
.calltoaction-hide-1{
	display: block;
}
.calltoaction-hide-2{
	display: block;
}
.calltoaction .calltoaction-copy .vc_column-inner{
	display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}
.calltoaction .calltoaction-copy .vc_column-inner .wpb_wrapper{
	width: auto;
	height: auto;
}
/* Load More */
div.post-grid-portfolio div.vc_pageable-load-more-btn div.vc_grid-btn-load_more a{
	font-family: "Open Sans Condensed";
	font-weight: 700 !important;
	font-size: 16pt !important;
	color: #fff7e6 !important;
	background-color: rgb(171,87,45) !important;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.post-grid-portfolio div.vc_pageable-load-more-btn div.vc_grid-btn-load_more a:hover{
	color: #fff7e6 !important;
	background-color: rgb(251,186,75) !important;
}
div.post-grid-portfolio div.vc_pageable-load-more-btn div.vc_grid-btn-load_more a i{
	font-size: 20px;
	line-height: 16px;
}
div.post-grid div.vc_pageable-load-more-btn div.vc_grid-btn-load_more a{
	font-family: "Open Sans Condensed";
	font-weight: 700 !important;
	font-size: 16pt !important;
	color: #fff7e6 !important;
	background-color: rgb(251,186,75) !important;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.post-grid div.vc_pageable-load-more-btn div.vc_grid-btn-load_more a:hover{
	color: #fff7e6 !important;
	background-color: rgb(171,87,45) !important;
}
div.post-grid div.vc_pageable-load-more-btn div.vc_grid-btn-load_more a i{
	font-size: 20px;
	line-height: 16px;
}
/* Next & Page No */
div.pagination {
	text-align: center;
	font-size: 14pt;
	font-family: "Open Sans";
	margin-bottom: 0px;
	font-weight: 600;
	color: rgb(251,186,75);
}
div.pagination a {
	color: rgb(171,87,45);
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/
article.post img.wp-post-image{
	padding: 0px 5% 5% 0px;
}
a.svg {
	position: relative;
	display: inline-block;
}
header a.svg {
	position: relative;
	margin: 0 auto 0 auto;
	display: block;
	padding: 1% 0 1% 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}
a.svg:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.social-icon {
	margin: 0 8px 0 8px;
	display: inline-block;
	width: 50px;
	height: 50px;
}

/* Availability 
div.available object.checkmark {
	width: 50px;
	height: 50px;
	display: inline-block;
	clear: none;
	margin: 0px 5% 0px 0px;
}
div.available {
	float: left;
	margin: -1% 0px 1% 0px;
	width: 250px;
}
div.available p.check-text {
	font-family: "Open Sans Condensed";
	font-weight: 700;
	color: rgb(171,87,45);
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-size: 14pt;
	min-width: 50px;
	line-height: 16pt;
	text-align: left;
	display: inline-block;
	clear: none;
}
*/
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

.mobile-view {
	display: none;
}
/*Tablet Plus*/
@media (min-width: 841px) and (max-width: 1140px) {
.calltoaction-hide-1{
	display: none !important;
}
.calltoaction-hide-2.vc_col-sm-3{
	width: 33.33%;
}
.calltoaction .vc_col-sm-6{
	width: 66.66%;
}
div.about-col-1{
	width: 100% !important;
}
div.about-col-2{
	width: 100% !important;
}
/* slider */
div.vc_gitem-col {
	padding: 0px !important;
}
.slide-title p {
	font-size: 20pt;
	line-height: 22pt;
	padding: 0px;
}
.slide-category a {
	font-size: 12pt;
	padding: 0px 8px 0px 0px;
}
div.slide-category {
	margin-bottom: 0px !important;
}
div.slide-subtitle {
	font-size: 14pt;
}
.slide-excerpt p {
	font-size: 12pt;
	line-height: 18pt;
}
div.slider-line {
	margin-bottom: 8px !important;
}
.slide-alt .slide-excerpt p{
	font-size: 10pt;
	line-height: 14pt;
	margin-top: 0px !important;
}
.slide-alt .slide-title{
	margin-bottom: 8px !important;
}
.slide-alt .slide-excerpt{
	margin-bottom: 0px !important;
}
.slide-alt .slide-title p{
	margin-bottom: 0px;
}
.slide-alt div.slide-subtitle {
	line-height: 16pt;
}
}
/*Tablet*/
@media (min-width: 481px) and (max-width: 840px) {
.mobile-view {
	display: none;
}
header a.svg {
	padding-top: 10px;
}
.wrapper header object {
	width: 175px;
	height: 175px;
}	
.wrapper header p {
	font-size: 24px;
	line-height: 24px;
	padding: 7px 0 12px 0;
	font-family: "Open Sans Condensed";
}
body {
	background-size: 80px 80px;
}
h1 {
	font-size: 30pt;
	line-height: 40pt;
}
h2 {
	font-size: 16pt;
	line-height: 18pt;
}
h3 {
	font-size: 24pt;
	line-height: 30pt;
	margin: 0px 0 4px 0;
}
p{
	margin-bottom: 12px;
}
.nav nav {
	padding: 9pt 15px 9pt 15px;
}
.menu-item {
	margin: 0 12px 0 -5px;
}
div.burger{
	margin-right: -12px;
}
.checkmark {
	width: 40px;
	height: 40px;
}
.check-text {
	font-size: 14pt;
	line-height: 15pt;
}
/* portfolio posts */
div.post-grid-portfolio div.vc_grid-styled-select select{
	font-family: "open sans";
	font-weight: 600 !important;
	width: 150px;
	height: 30px;
	border: 2px solid rgb(171,87,45);
	background-color: rgb(255,247,230);
	color: rgb(171,87,45);
	background-image: url(images/burger-menu-brown.svg);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position-x: 98%;
	background-position-y: center;
	margin:0 auto;
	padding-left: 5px;
	position: relative;
	display: inline-block;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	appearance:none;
} 
.vc_grid-filter-dropdown, .vc_grid-filter-select {
	margin-bottom: 5px !important;
}
div.post-grid-portfolio div.vc_grid-styled-select select::-ms-expand{
	display: none;
} 
article.post img.wp-post-image{
	padding: 0px 2% 2% 0px;
}

div.vc_vc_column + div.vc_vc_column div.vc_column-inner{
	margin-top: 0px !important;
	padding-top: 0px !important;
}
/* slider */
.vc_responsive .vc_grid-filter.slide-category {
	display: inline-block !important;
	width: 100%;
}
/* post grid */
.vc_pageable-slide-wrapper div.vc_grid-item.vc_col-sm-3 {
	width: 50% !important;
}
.vc_pageable-slide-wrapper div.vc_grid-item.vc_col-sm-4 {
	width: 50% !important;
}
.vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item, .vc_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
	display: inline-block;
}
.vc_grid.vc_row.vc_grid-gutter-5px .vc_grid-item {
	padding-right: 5px;
	padding-bottom: 5px;
}
.vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item, .vc_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
	display: inline-block !important;
}
.slide-alt .slide-excerpt{
	margin-bottom: 0px;
}
.calltoaction-hide-1{
	display: none !important;
}
.calltoaction-hide-2{
	display: none !important;
}
.calltoaction .calltoaction-copy{
	width: 100%;
}
div.calltoaction .calltoaction-copy .wpb_text_column h2{
	line-height: 28pt !important;
}
div.about-col-1{
	width: 100% !important;
}
div.about-col-2{
	width: 100% !important;
}
}
/*Transition Fix*/
@media (max-width:768px) {
div.mobile-span div.vc_column-inner{
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
	.slide-alt{
	text-align: center;
}
.slide-alt .slide-excerpt p{
	display: none;
}
.slide-alt hr{
	display: none;
}
.slide-alt .slide-title p{
	font-size: 20pt;
	line-height: 26pt;
	margin-bottom: 0px;
	text-align: center !important;
}
.slide-alt div.slide-subtitle {
	font-size: 14pt;
	line-height: 18pt;
}

	
}
/*Mobile*/
@media (max-width:480px) {
section {
	text-align: center;
	padding-bottom: 3%;
}
body {
	background-size: 62px auto;
}
header a.svg {
	padding-top: 5px;
}
.wrapper header object {
	width: 150px;
	height: 150px;
}
.wrapper header p {
	font-size: 20px;
	line-height: 20px;
	padding: 5px 0 8px 0;
	height: auto;
}
h1 {
	font-size: 25pt;
	line-height: 30pt;
	margin: 2px 0 1px 0;
	margin-top: 2px;
	margin-bottom: 1px;
}
h2 {
	line-height: 16pt;
	font-size: 14pt;
	max-width: 230px;
	display: inline-block;
	margin-bottom: 4px;
}
h3 {
	font-size: 25pt;
	line-height: 30pt;
	margin: -10px 0 4px 0;
	text-align: center !important;
}
p {
	font-size: 11pt;
	line-height: 16pt;
	text-align: justify;
	margin-bottom: 12px;
	text-justify: inter-word;
}
.mobile-view .navmenu img {
	width: 20px;
	padding: 0px;
	margin: 2px;
	height: auto;
}
.wide-view {
	margin: -12px 5px -12px 0;
	display: none;
}
.mobile-view .navmenu div {
	float: right;
	clear: both;
	margin-left: -2px;
}
.navmenu {
	padding-right: 5px;
	margin-bottom: -10px;
	width: 90px;
}
nav {
	font-size: 14pt;
	padding: 6px 0px !important;
}
.nav nav div.mobile-view a {
	padding: 6px;
	margin-left: -15px;
	display: inline-block;
	height: 25px;
	box-sizing: content-box;
}
.nav nav div.burger ul li{
	height: 40px;
	width: 100%;
}
.nav nav div.burger{
	margin-bottom: 10px;
}
.mobile-view {
	margin:-4px auto -5px auto;
	padding-right: 19px;
	display: block;
	width: 80px;
}
.expand {
	display: block;
}
.menu-item {
	margin: 14px 0px -13px 0 !important;
	padding: 6px 0 10px 0  !important;
	display: block  !important;
	border-top: 2px solid rgb(213,136,98)  !important;
	transition: padding 0.5s  !important;
	-webkit-transition: padding 0.5s  !important;
	-moz-transition: padding 0.5s  !important;
	-ms-transition: padding 0.5s  !important;
	-o-transition: padding 0.5s  !important;
}
ul .menu-item a {
	padding: 6px  !important;
}
.social-icon {
	margin: 0px;
	width: 40px;
	height: 40px;
}
.calltoaction a img{
	margin: 5px auto 5px auto !important;
	float: none !important;
	display: block;
	clear: both;
	width: 30px;
	height: 30px;
}
div.mobile-span div.vc_column-inner{
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
div.vc_vc_column + div.vc_vc_column div.vc_column-inner{
	margin-top: 0px !important;
	padding-top: 0px !important;
}
.faq .vc_toggle_content h3 {
	font-size: 20pt;
	line-height: 24pt;
	margin: 0px;
	text-align: left !important;
	align-content: left !important;
}
.faq .vc_toggle_content h4{
	font-size: 14pt;
	line-height: 16pt;
}
.contact .wpforms-title {
	font-size: 25pt !important;
	line-height: 30pt;
}
div.post-grid div.slide-title p{
	text-align: center !important;
	line-height: 24pt;
}
div.post-grid div.slide-excerpt{
	display: none;
}
/* portfolio posts */
div.post-grid-portfolio div.vc_grid-styled-select select{
	font-family: "open sans";
	font-weight: 600 !important;
	width: 100%;
	height: 30px;
	border: 2px solid rgb(171,87,45);
	background-color: rgb(255,247,230);
	color: rgb(171,87,45);
	background-image: url(images/burger-menu-brown.svg);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position-x: 98%;
	background-position-y: center;
	margin:0 auto;
	padding-left: 5px;
	position: relative;
	display: inline-block;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	appearance:none;
} 
.vc_grid-filter-dropdown, .vc_grid-filter-select {
	margin-bottom: 5px !important;
}
div.post-grid-portfolio div.vc_grid-styled-select select::-ms-expand{
	display: none;
} 
div.calltoaction .btn-callout a{
	font-size: 18pt !important;
}
div.calltoaction div div.vc_column-inner div.wpb_wrapper div.btn-callout a {
	font-size: 18pt !important;
	padding: 8px 20px 8px 20px;
	box-sizing: content-box;
	width: auto;
}
div.calltoaction .calltoaction-copy h3{
	margin-top: 15px;
}
div.calltoaction .calltoaction-copy h2{
	font-size: 16pt;
	line-height: 24pt;
}
article.post img.wp-post-image{
	padding: 0px 0px 3% 0px;
}
div.pagination{
	font-size: 12pt;
}
/* slider */
.vc_responsive .vc_grid-filter.slide-category {
	display: inline-block !important;
	width: 100%;
}
.calltoaction-hide-1{
	display: none !important;
}
.calltoaction-hide-2{
	display: none !important;
}

}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
