/*
	Theme Name:  Kaufmann
	Description: Custom child theme for the <a href="http://genesistheme.com">Genesis Framework</a> and <a href="http://wovax.com">Wovax</a>.
	Author:      JT Grauke
	Author URI:  http://www.jtgrauke.com
	Version:     1.7.7
	License:     GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Template:    genesis
*/


/* HTML 5 Reset
 * ========================================================================== */

/* Baseline Normalize - normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:90%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


/* Box Sizing
 * ========================================================================== */

html,
input[type="search"] {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* Float Clearing
 * ========================================================================== */

.clearfix:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/* Utility
 * ========================================================================== */

.hide {
	visibility: hidden;
	display: none;
}

.mobile-hide {
	visibility: hidden;
	clip: rect(0px, 0px, 0px, 0px);
	position: absolute;
	display: none;
}

.text-center {
	text-align: center;
}

@media only screen and (min-width: 800px) {
	.mobile-hide {
		visibility: visible;
		position: relative;
		display: block;
	}

	.mobile-show {
		visibility: hidden;
		clip: rect(0px, 0px, 0px, 0px);
		position: absolute;
	}
}

/* Typography
 * ========================================================================== */

body {
	background-color: #fff;
	color: #333;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.625;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.4;
	margin: 0 0 0.5em;
	font-weight: 300;
	letter-spacing: -0.015em;
}

h1,
.home-search .widget-title {
	font-size: 28px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 21px;
	font-weight: 400;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

.widgettitle,
.entry-meta,
h6,
.comment-meta a,
.comment-date {
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}

h6,
.entry-meta {
	margin-top: 0;
	margin-bottom: 12px;
}

.widgettitle {
	margin-bottom: 40px;
}

p {
	margin: 0 0 2em;
	padding: 0;
}

form p {
	margin: 0 0 1em;
}

strong {
	font-weight: 700;
}

blockquote {
	font-style: italic;
	font-weight: 400;
	margin: 24px 0;
	padding-left: 5%;
	opacity: .6;
}

blockquote p:last-of-type {
	margin: 0;
}

code,
pre {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	background-color: #f2f2f2
}

code {
	padding: 6px;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	line-height: 18px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
}

pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}

cite {
	font-style: normal;
}

hr,
.clear-line {
	overflow: hidden;
	width: 100%;
	border: none;
	border-bottom: 2px solid #f2f2f2;
	margin: 0 0 40px;
	padding: 40px 0 0;
}

@media only screen and (min-width: 800px) {

	body {
		font-size: 16px;
	}

	h1,
	.home-search .widget-title {
		font-size: 36px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 24px;
		margin-bottom: 1em;
	}

	h4 {
		font-size: 21px;
	}

	h5 {
		font-size: 16px;
	}

	h6 {
		font-size: 12px;
	}
}


/* Links
 * ========================================================================== */

a {
	color: #2ca6cc;
	text-decoration: none;
	outline: 0;
}


/* Transitions
 * ========================================================================== */

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all .25s cubic-bezier(0.23,1,.32,1);
	-moz-transition:    all .25s cubic-bezier(0.23,1,.32,1);
	-ms-transition:     all .25s cubic-bezier(0.23,1,.32,1);
	-o-transition:      all .25s cubic-bezier(0.23,1,.32,1);
	transition:         all .25s cubic-bezier(0.23,1,.32,1);
}

.genesis-nav-menu .sub-menu {
	-webkit-transition: opacity .4s ease-out;
	-moz-transition:    opacity .4s ease-out;
	-ms-transition:     opacity .4s ease-out;
	-o-transition:      opacity .4s ease-out;
	transition:         opacity .4s ease-out;
}

/* Objects
 * ========================================================================== */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}


/* Forms, Inputs & Buttons
 * ========================================================================== */

input:not([type="checkbox"]),
input:not([type="radio"]),
select,
.styledSelect,
textarea {
	background-color: #fff;
	border-radius: 0;
	border: 1px solid #f0f0f0;
	color: #333;
	padding: 14px 12px;
	height: 50px;
	width: 100%;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="password"],
input[type="text"],
input[type="number"],
input[type="search"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 10px;
	width: auto;
}

input:focus,
textarea:focus {
	outline: none;
	border-color: #2ca6cc;
}

@media only screen and (min-width: 800px) {
	input,
	select,
	.styledSelect,
	textarea {
		padding: 12px;
	}
}

::-moz-placeholder {
	color: #d8d8d8;
	opacity: 1;
}

::-ms-input-placeholder,
::-webkit-input-placeholder {
	color: #d8d8d8;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
	color:transparent;
}

/* Custom Select */


.select {
	cursor: pointer;
	display: inline-block;
	position: relative;
	width: 100%;
}

.wovax-search-section .styledSelect {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.styledSelect {
	width: 100%;
}

.styledSelect:after {
	content: " ";
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-color: #333 transparent transparent transparent;
	position: absolute;
	top: 23px;
	right: 12px;
}

.styledSelect:active,
.styledSelect.active {
	border: 1px solid #2ca6cc;
}

ul.options {
	display: none;
	position: absolute;
	max-height: 250px;
	overflow: scroll;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0 0;
	padding: 0 0;
	list-style: none;
	border: 1px solid #dcdcdc;
	border-top: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 15px 15px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 15px 15px rgba(0,0,0,0.15);
	box-shadow: 0 15px 15px rgba(0,0,0,0.15);
}

.options li {
  	padding: 6px;
  	margin: 0;
}

.options li:hover {
	background-color: #333;
	color: #fff;
}


/* Buttons */

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 1px solid #333;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	display: inline-block;
	line-height: 1;
	outline: none;
	padding: 8px 18px;
	text-decoration: none;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	text-decoration: none;
	background-color: #2ca6cc;
	border-color: #2ca6cc;
}

.entry-content .button:hover {
	color: #fff;
}

.button i {
	font-size: 32px;
	line-height: 1;
}

.button.has-icon {
	line-height: 32px;
	padding: 6px 30px;
}

.button.button-block {
	display: block;
	width: 100%;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


/* Gallery
 * ========================================================================== */

.gallery {
	margin: 0 auto 40px;
	overflow: hidden;
	width: 100%;
}

.gallery-item {
	float: left;
	margin: 10px 0 0;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 2px solid #cfcfcf;
}

.gallery-caption {
	margin-left: 0;
}


/* Tables
 * ========================================================================== */

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

.table {
	width: 100%;
	margin-bottom: 20px;
}

.table th,
.table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table th {
	font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
	border-top: 0;
}

.table tbody + tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed th,
.table-condensed td {
	padding: 4px 5px;
}

.table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
	border-left: 0;
	border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
	border-top-left-radius: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
	border-top-right-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	border-bottom-left-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
	border-bottom-right-radius: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
	border-bottom-left-radius: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	border-bottom-right-radius: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
	border-top-left-radius: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
	border-top-right-radius: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
	background-color: #f5f5f5;
}

/* Images
 * ========================================================================== */

img.rounded {
	border-radius: 6px;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
}

.alignleft,
.wp-caption.alignleft {
	margin: 0 40px 40px 0;
}

.alignright,
.wp-caption.alignright {
	margin: 0 0 40px 40px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}


/* Site Containers
 * ========================================================================== */

.wrap, .content-sidebar-wrap {
	margin: 0 auto;
	max-width: 1140px;
	padding: 0 8%;
}

.site-inner {
	clear: both;
	padding: 40px 0;
}

.full-width-content .content {
	width: 100%;
}

@media only screen and (min-width: 1024px) {

	.content,
	.footer-widgets-1,
	.home-middle-content {
		float: right;
		width: 65%;
	}

	.content-sidebar .content,
	.footer-widgets-1,
	.home-middle-content {
		float: left;
	}

	.sidebar-primary,
	.footer-widgets-2,
	.home-middle-sidebar {
		float: right;
		width: 30%;
	}

	.sidebar-content .sidebar-primary {
		float: left;
	}

	.wrap, .content-sidebar-wrap {
		padding: 0 40px;
	}

	.site-inner {
		padding: 60px 0;
	}
}


/* Grid
 * ========================================================================== */

@media only screen and (min-width: 800px) {

	.five-sixths,
	.four-sixths,
	.four-fifths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-fifths,
	.three-sixths,
	.two-fourths,
	.two-fifths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 3.448275862069%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.275862068966%;
	}

	.one-third,
	.two-sixths {
		width: 31.034482758621%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.51724137931%;
	}

	.one-fourth {
		width: 22.413793103448%;
	}

	.three-fourths {
		width: 74.137931034483%;
	}

	.one-fifth {
		width: 17.241379310345%;
	}

	.two-fifths {
		width: 37.931034482759%;
	}

	.three-fifths {
		width: 58.620689655172%;
	}

	.four-fifths {
		width: 79.310344827586%;
	}

	.one-sixth {
		width: 13.793103448276%;
	}

	.five-sixths {
		width: 82.758620689655%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}
}


/* Site Header
 * ========================================================================== */

.site-header {
	background-color: #fff;
	padding: 24px 0 14px;
	position: relative;
	z-index: 9;
}

.site-title {
	margin: 0;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.35em;
	font-weight: 900;
	height: 60px;
	line-height: 60px;
	float: left;
}

.site-title a {
	display: block;
	border: 0;
	color: #424243;
}

/* Custom Header */

.header-image .title-area {
  	max-width: 160px;
  	width: 100%;
  	margin: 0 auto;
}

.header-image .site-title {
	width: 100%;
	margin: 0;
	background-repeat: no-repeat;
  	background-position: left;
  	background-size: 100% !important;
	text-indent: -9999px;
}


@media only screen and (min-width: 800px) {

	.site-header {
		padding-bottom: 24px;
	}

	.title-area {
		margin: 0;
		float: left;
		position: relative;
		z-index: 2;
	}

	.site-header .nav-header {
		width: 100%;
	}

}

@media only screen and (min-width: 1024px) {

	.title-area {
		float: left;
		margin: 0;
	}

	.site-header .nav-header {
		float: right;
		width: auto;
	}
}


/* Navigation
 * ========================================================================== */

.nav-header {
	width: auto;
	padding-top: 8px;
	text-align: center;
}

.genesis-nav-menu li {
	display: inline-block;
	list-style: none;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	font-size: 14px;
	padding: 4px;
	margin: 0 15px 0;
	font-weight: 600;
	position: relative;
}

.genesis-nav-menu .menu-item.highlight a {
	background: #fff;
	border: 1px solid #2ca6cc;
	border-radius: 4px;
	color: #2ca6cc;
	line-height: 1;
	padding: 12px 12px 11px;
	margin: 0;
}

.genesis-nav-menu .menu-item.highlight a:hover,
.genesis-nav-menu .menu-item.highlight.current-menu-item a {
	background: #2ca6cc;
	color: #fff;
}

.genesis-nav-menu .menu-item a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #2ca6cc;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu {
	z-index: 99;
	text-align: left;
	display: none;
}

.genesis-nav-menu .sub-menu .sub-menu {
	display: block;
}

.genesis-nav-menu .sub-menu li a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: 0 0 0 16px;
}

@media only screen and (min-width: 800px) {

	.genesis-nav-menu .sub-menu {
		left: -9999px;
		opacity: 0;
		position: absolute;
		padding-top: 12px;
		display: block;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 200px;
	}

	.genesis-nav-menu .sub-menu li a {
		border: 1px solid #eee;
		margin: -1px 0 0;
		padding: 8px 20px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -57px 0 0 199px;
	}

	.genesis-nav-menu .menu-item:first-child a {
		margin-left: 0;
	}

	.genesis-nav-menu .menu-item:last-child a {
		margin-right: 0;
	}
}

/* Nav primary */

.nav-primary {
	background: #f2f2f2;
	padding: 4px 0;
	border-bottom: 1px solid #dcdcdc;
	text-align: right;
}

.nav-primary .genesis-nav-menu li:last-child a {
	margin-right: 0;
}

.nav-primary .genesis-nav-menu li a {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 8px 0 0;
}

@media only screen and (min-width: 800px) {

	.nav-primary {
		text-align: center;
	}

	.nav-primary .genesis-nav-menu li a {
		margin: 0 8px;
	}
}

@media only screen and (min-width: 1024px) {

	.nav-primary {
		text-align: right;
	}

	.nav-primary .genesis-nav-menu li a {
		margin: 0 15px 0 0;
	}
}



/* Nav Header */

.nav-header .genesis-nav-menu a {
	margin-top: 4px;
}

/* Nav Secondary */

.nav-secondary {
	padding: 12px 0;
}

/* Responsive Nav */

.icon-responsive-nav {
	display: none;
}

@media only screen and (max-width: 800px) {

	.icon-responsive-nav {
		display: block;
		width: 25px;
		height: 25px;
		cursor: pointer;
		float: right;
		margin-top: -5px;
	}

	.icon-responsive-nav:before {
		content: "\f333";
		display: inline-block;
		font: normal 30px/1 'dashicons';
		margin: 0 auto;
		padding: 10px 0;
	}

	.icon-responsive-nav.open::before {
	  content: "\f335";
	}

	.responsive-nav {
		display: none;
		width: 100%;
		padding-top: 20px;
		overflow: hidden;
	}

	.responsive-nav li {
		display: block;
		width: 100%;
		margin: 12px 0;
		padding: 0;
	}

	.resonsive-nav li:last-child {
		margin-bottom: 0;
	}

	.responsive-nav > .menu-item-has-children:before {
	    content: "\f347";
	    float: right;
	    position: absolute;
	    font: normal 16px/1 'dashicons';
	    height: 36px;
	    line-height: 36px;
	    padding: 0 8% 0 0;
	    right: 0;
	    text-align: right;
	    z-index: 9999;
	}

	.responsive-nav .menu-open.menu-item-has-children:before {
	    content: "\f343";
	}
}

/* Entry Navigation */

.pagination {
	margin-top: 40px;
	text-align: left;
}

.pagination ul {
	display: inline-block;
	overflow: hidden;
}

.pagination li {
	border: 1px solid #aeaeae;
	border-radius: 4px;
	margin: 2px;
	list-style-type: none;
	display: block;
	float: left;
	overflow: hidden;
}

.pagination .pagination-omission {
	border: 0;
}

.pagination li a {
	display: block;
	font-size: 12px;
	color: #aeaeae;
	padding: 6px 12px 4px;
	text-decoration: none;
}

.pagination li a:hover,
.pagination li.active a {
	background: #eee;
	border-bottom: 0;
}

/* Home Widget Areas
 * ========================================================================== */

.home-search .widget-title {
	font-weight: 300;
	text-transform: none;
	letter-spacing: 0;
}

.featured, .home-search {
	margin-bottom: 60px;
}

.home-middle {
	border-top: 1px solid #dcdcdc;
	margin: 40px 0;
	padding-top: 60px;
}

.home-middle .entry a img {
	width: 100%;
	max-width: 100%;
}

@media only screen and (min-width: 800px) {
	.home-search .widget-title {
		text-align: center;
	}
}

@media only screen and (min-width: 1024px) {
	.home-search .widget-title {
		text-align: left;
	}
}

/* Property Listings
 * ========================================================================== */

.property {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}

.property a img {
	margin-bottom: 24px;
}

.property .address {
	font-size: 16px;
	font-weight: bold;
}

.property .city {
	font-size: 14px;
	margin: 0;
}

.property .city,
.property .price {
	padding-right: 100px;
	width: 100%;
	float: left;
}

.property .property-details {
	position: absolute;
	right: 0;
	border-left: 2px solid #f2f2f2;
	padding-left: 16px;
	width: 100px;
}

.property .property-details li {
	list-style: none;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
}

/* Wovax Search Filter
 * ========================================================================== */

.wovax-search-form {
	background: #f2f2f2;
	padding: 16px;
	margin-bottom: 40px;
	display: inline-block;
	width: 100%;
}

.wovax-search-form .wovax-search-section {
	padding: 8px;
	position: relative;
}

.wovax-search-form .wovax-search-section select,
.wovax-search-form .wovax-search-section input {
	position: relative;
	z-index: 2;
	width: 100%;
}

.wovax-search-section .wovax-search-label {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

.wovax-search-form .wovax-search-form input[type="submit"] {
	width: 100%;
}

@media only screen and (min-width: 800px) {

	.wovax-search-form {
		padding-bottom: 0;
	}

	.wovax-search-section .wovax-search-label {
		position: absolute;
		opacity: 0;
		top: 50%;
		margin-top: -10px;
		margin-left: 6px;
		z-index: 0;
		transition: all .15s ease-out;
	}

	.wovax-search-section:hover .wovax-search-label {
		top: 0px;
		opacity: 1;
	}

	.wovax-search-form .wovax-search-section {
		width: 100%;
		margin-bottom: 16px;
	}

	.col-2.wovax-search-form .wovax-search-section,
	.col-3.wovax-search-form .wovax-search-section,
	.col-4.wovax-search-form .wovax-search-section,
	.col-5.wovax-search-form .wovax-search-section,
	.col-6.wovax-search-form .wovax-search-section {
		float: left;
		padding: 8px;
	}

	.col-2.wovax-search-form .wovax-search-section {
		width: 50%;
	}

	.col-3.wovax-search-form .wovax-search-section {
		width: 33.3333333%;
	}

	.col-4.wovax-search-form .wovax-search-section {
		width: 25%;
	}

	.col-5.wovax-search-form .wovax-search-section {
		width: 20%;
	}

	.col-6.wovax-search-form .wovax-search-section {
		width: 16.6666667%;
	}

	.wovax-search-form .wovax-search-section:first-child,
	.col-3.wovax-search-form .wovax-search-section:nth-of-type(4),
	.col-4.wovax-search-form .wovax-search-section:nth-of-type(5),
	.col-5.wovax-search-form .wovax-search-section:nth-of-type(6),
	.col-6.wovax-search-form .wovax-search-section:nth-of-type(7),
	.first {
		clear: both;
		margin-left: 0;
	}

	.sidebar .wovax-search-form {
		padding-bottom: 20px;
	}

	.sidebar .col-2.wovax-search-form .wovax-search-section,
	.sidebar .col-3.wovax-search-form .wovax-search-section,
	.sidebar .col-4.wovax-search-form .wovax-search-section,
	.sidebar .col-5.wovax-search-form .wovax-search-section,
	.sidebar .col-6.wovax-search-form .wovax-search-section {
		float: none;
		width: 100%;
	}

	.sidebar .wovax-search-form .wovax-search-section {
		margin-bottom: 0;
	}

	.sidebar .wovax-search-form .wovax-search-section .wovax-search-label {
		position: relative;
		opacity: 1;
		margin-top: 0;
		margin-left: 0;
	}

}

/* Entries
 * ========================================================================== */

.entry {
	margin-bottom: 1em;
}

.archive .entry,
.search .entry {
	margin-bottom: 24px;
	border-bottom: 1px solid #dcdcdc;
}

.archive .entry:last-child,
.search .entry:last-child {
	border-bottom: 0;
}

.entry-title {
	font-weight: 300;
}

.entry-content ol,
.entry p,
.entry-content p,
.content-block p,
.author-box p,
.entry-content ul,
.entry-content .wp-video,
.entry-content .wp-audio-shortcode,
.entry-content .video-player,
.quote-caption {
	margin-bottom: 24px;
	line-height: 2;
}

.entry-content ol,
.entry-content > ul {
	margin-left: 40px;
}

.entry-content .gform_wrapper ul.gform_fields {
	margin: 0 0 30px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content ul.list-unstyled,
.entry-content ol.list-unstyled {
	margin-left: 20px;
}

.entry-content ul.list-unstyled > li,
.entry-content ol.list-unstyled > li,
.entry-content .gform_wrapper ul li {
	list-style: none;
}

.entry-meta,
.comment-meta a,
.comment-date {
	margin-bottom: 16px;
	font-size: 10px;
	font-weight: 400;
}

.entry-meta .entry-categories {
	margin-bottom: 20px;
	display: block;
}

@media only screen and (min-width: 800px) {

	.entry-content .sharing {
		display: inline-block;
		float: right;
	}
}

/* Breadcrumbs
 * ========================================================================== */

.breadcrumb {
 	margin-bottom: 12px;
}

/* Author Box
 * ========================================================================== */

.author-box {
	border-top: 2px solid #f2f2f2;
	padding: 40px 0 0;
}

.author.archive .author-box {
	border-top: 0;
	border-bottom: 2px solid #f2f2f2;
	margin-bottom: 40px;
	padding-bottom: 40px;
	padding-top: 0;
}

.author-box-content {
	margin: 40px 0 20px;
}

.author-box h2 {
	margin: 16px 0 12px;
}

.author-box .avatar {
	border-radius: 6px;
}

@media only screen and (min-width: 800px) {

	.author-box .avatar {
		margin: 0 40px 40px 0;
	}

	.author.archive .author-box {
		margin-bottom: 80px;
		padding-bottom: 60px;
	}
}

/* Comments
 * ========================================================================== */

.comment-respond,
.entry-comments,
.entry-pings {
	padding: 40px 0;
}

.comment-respond h3,
.entry-comments h3,
.entry-pings h3 {
	border-top: 1px solid #dcdcdc;
	padding-top: 40px;
}

p.comment-meta,
.entry-comments .comment,
.comment-list li {
	margin-bottom: 40px;
}

.comment-list .children {
	margin-top: 40px;
	padding-left: 5%;
	border-left: 5px solid #f2f2f2;
}

.comment-list .comment-respond {
	padding-left: 0;
}

.comment-header {
	line-height: 1;
}

.comment-author {
	margin: 6px 0 2px;
}

.comment-author span:first-of-type,
.comment-author span.fn {
	font-weight: 600;
}

.comment-author .avatar,
.comment-header .avatar {
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
	margin-top: -6px;
	border-radius: 2px;
}

.comment-notes,
.entry-pings .reply,
.user-karma {
	display: none;
}

p.comment-form-comment {
	margin-bottom: 20px;
}

.comment-list li {
	list-style-type: none;
}

.comment-reply-title small {
	font-size: 18px;
	font-weight: 400;
}

.comment-content {
	display: inline-block;
	width: 100%;
	margin: 12px 0;
}

.comment-weight-container {
	float: right;
}

.comment-weight-container span a.vote-up {
	color: green;
}

.comment-weight-container span a.vote-down {
	color: red;
}

/* Sidebars & Widgets
 * ========================================================================== */

.sidebar .widget {
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.sidebar .widget:last-child {
	border-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 16px;
}

.sidebar .ninja-forms-cont {
	padding: 20px 20px 12px;
	font-size: 14px;
	border-radius: 4px;
	border: 1px solid #dcdcdc;
	background: #f2f2f2;
}

.sidebar .ninja-forms-cont input,
.sidebar .ninja-forms-cont textarea {
	font-size: 14px;
}

.sidebar .ninja-forms-cont textarea {
	height: 100px;
}

.sidebar .ninja-forms-cont input[type="submit"] {
	width: 100%;
}

.sidebar .ninja-forms-cont .field-wrap,
.sidebar .ninja-forms-cont #ninja_forms_required_items {
	margin-bottom: 16px;
}

.widget ul.menu li {
	list-style: none;
	line-height: 2;
}

.sidebar > .widget_wysija {
	background: #f2f2f2;
	padding: 30px;
	margin-bottom: 30px;
}

.sidebar .widget input {
	width: 100%;
}


/* Testimonials
 * ========================================================================== */

.testimonials {
	background: url(images/testimonial-bg.jpg) no-repeat;
	background-size: cover;
	padding: 80px 0 40px;
}

.testimonials h6 {
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
	font-weight: 500;
}

.testimonials .quote {
	margin-bottom: 40px;
}

.testimonials .quote p {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	font-style: italic;
	line-height: 1.333;
}

.testimonials .quote p:last-child {
	margin: 0;
}

.testimonials li {
	text-align: center;
}

.testimonials .byline {
	color: #fff;
	line-height: 1;
	width: auto;
	margin: 0 auto;
	display: inline-block;
	text-align: left;
	min-width: 200px;
}

.testimonials .byline img {
	max-width: 46px;
	border-radius: 5px;
}

.testimonials .byline .name {
	font-weight: 500;
	padding-top: 5px;
	display: inline-block;
}

.testimonials .byline .subtitle {
	font-size: 12px;
	font-weight: 300;
	letter-spacing: .05em;
}

@media only screen and (min-width: 800px) {

	.testimonials .quote p {
		font-size: 42px;
	}
}

/* Footer
 * ========================================================================== */

.footer-widgets,
.site-footer {
	background: #f2f2f2;
}

/* Widgets */

.footer-widgets {
	padding-top: 60px;
}

/* Credits */

.site-footer {
	color: #979898;
	font-size: 10px;
	line-height: 22px;
	letter-spacing: .1em;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
}

.site-footer .wrap {
	padding-top: 40px;
	padding-bottom: 40px;
}

.site-footer p {
	margin-bottom: 0;
}


@media only screen and (min-width: 800px) {

	.footer-widgets {
		padding-top: 100px;
	}

	.site-creds {
		text-align: left;
	}
}