/*
Theme Name: Alderman & Hutcherson
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

.body-class-home .anchor {
	margin-top: -97px;
    padding-top: 97px;
}

.anchor {
	margin-top: -145px;
    padding-top: 145px;
}

.widget:after,
.post-password-form p:after,
.search-form:after,
.container:after,
#header:after,
#nav .drop:after {
	content: " ";
	display: block;
	clear: both;
}

.header-info ul,
#nav ul,
.accordion,
.widget ul,
.footer-nav ul,
.social-networks {
	margin: 0;
	padding: 0;
	list-style: none;
}

html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	scroll-behavior: smooth;
	overflow-x: hidden;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

* {
	margin: 0;
	padding: 0;
	max-height: 1000000px;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 30px;
}

html,
body,
div,
span,
applet,
embed,
object,
iframe,
frameset,
p,
q,
blockquote,
sub,
sup,
a,
abbr,
acronym,
font,
img,
small,
center,
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
big,
u,
ins,
i,
cite,
em,
var,
dfn,
address,
s,
strike,
del,
dl,
dt,
dd,
ol,
ul,
li,
pre,
code,
kbd,
samp,
tt,
fieldset,
legend,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	border: 0;
	background: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

body {
	color: #333;
	font: 16px/1.875 "Old Standard TT", Georgia, Times, "Times New Roman", serif;
	background: #fff;
	overflow-y: visible;
	/*min-width: 320px;*/
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

a {
	text-decoration: underline;
	color: #7c2817;
	outline: none;
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

video,
iframe,
object,
embed {
	max-width: 100%;
}

input,
textarea,
select {
	font: 100% "Old Standard TT", Georgia, Times, "Times New Roman", serif;
	color: #333;
	vertical-align: middle;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	background: #fff;
	margin: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #ddd;
	padding: 3px 7px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #919191;
}

label {
	vertical-align: middle;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

input[type="search"] {
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
th {
	font-weight: bold;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 90%;
}

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

u,
ins {
	text-decoration: underline;
}

s,
strike,
del {
	text-decoration: line-through;
}

blockquote,
blockquote:before,
blockquote:after,
q,
q:before,
q:after {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote {
	border-left: 4px solid #ccc;
	padding-left: 10px;
	margin-left: 30px;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td {
	border: 1px solid #ccc;
	padding: 3px 7px;
	text-align: left;
	vertical-align: top;
}

th {
	border-color: #999;
	text-align: center;
	vertical-align: middle;
}

ul {
	margin-left: 1px;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul > li {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: 4px;
	font-weight: bold;
}

pre {
	max-width: 100%;
	overflow: auto;
}

.widget {
	margin-bottom: 30px;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.header-info {
	padding-top: 10px;
}

#header-search {
	float: left;
	padding: 10px 0px 7px 0px;
	width: 190px
}

#header.fixed-position #header-search {
	float: left;
	padding: 0px 0px 7px 0px;
}

.fixed-position .header-info .tel {
	padding: 0px 18px 7px 14px;
}

#header-search form {
	position: relative;
	margin: 0;
}

#header-search form::before {
	content: "";
    position: absolute;
    top: 7px;
    left: 10px;
    width: 20px;
    height: 20px;
    background-image: url('https://www.aldermanhutcherson.com/wp-content/themes/aldermanamphutcherson/images/search.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
}

#header-search form input[type="search"] {
	padding-left: 36px;
	font-family: "fontin", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: italic;
    border: 1px solid #5e1b0e;
    height: 34px;
    background-color: transparent;
}

.fixed-position #header-search form input[type="search"] {
	background-color: #fff;
}

#header-search form input::-webkit-input-placeholder {
	color: #5e1b0e;
}

#header-search form input::-moz-placeholder {
	color: #5e1b0e;
}

#header-search form input:-ms-input-placeholder {
	color: #5e1b0e;
}

#header-search form input::-ms-input-placeholder {
	color: #5e1b0e;
}

#header-search form input::placeholder {
	color: #5e1b0e;
}

#header-search form input[type="submit"] {
	display: none;
}

.comment-form textarea,
.post-password-form input[type="password"],
.comment-form input[type="text"],
.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"],
.search-form input[type="search"] {
	width: 100%;
}

.post-password-form input,
.search-form input {
	float: left;
	height: 40px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	display: inline-block;
	font: 15px/20px "fontin", Arial, Helvetica, sans-serif;
	color: #fff;
	background: #540003;
	height: auto;
	padding: 10px 18px;
	margin-top: 2px;
	letter-spacing: 1px;
	width: auto;
	border: none;
	text-transform: uppercase;
	margin-top: 5px;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.comment-form input[type="submit"] {
	float: none;
	display: block;
}

.commentlist {
	margin: 0 0 30px;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist-item .commentlist-item {
	padding: 0 0 0 3em;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 30px;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 30px 4px 0;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	padding: 3px 4px;
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation {
	overflow: hidden;
	margin: 0 0 30px;
}

.navigation .next {
	float: left;
}

.navigation .prev {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 30px;
}

.wp-caption img {
	vertical-align: top;
	margin: 0;
}

.wp-caption p {
	margin: 10px 0 0;
}

div.aligncenter {
	margin: 0 auto 30px;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 30px 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 30px;
}

@media (max-width: 640px) {
	.alignright {
		float: none;
    	margin: 24px 0;
    	display: block;
	}
}

.mejs-container {
	margin-bottom: 30px;
}

.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

@font-face {
	font-family: "fontin";
	src: url("fonts/fontin_sans_b_45b-webfont.eot");
	src: url("fonts/fontin_sans_b_45b-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/fontin_sans_b_45b-webfont.svg") format("svg"), url("fonts/fontin_sans_b_45b-webfont.woff2") format("woff2"), url("fonts/fontin_sans_b_45b-webfont.woff") format("woff"), url("fonts/fontin_sans_b_45b-webfont.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "fontin";
	src: url("fonts/fontin_sans_bi_45b-webfont.eot");
	src: url("fonts/fontin_sans_bi_45b-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/fontin_sans_bi_45b-webfont.svg") format("svg"), url("fonts/fontin_sans_bi_45b-webfont.woff2") format("woff2"), url("fonts/fontin_sans_bi_45b-webfont.woff") format("woff"), url("fonts/fontin_sans_bi_45b-webfont.ttf") format("truetype");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: "fontin";
	src: url("fonts/fontin_sans_i_45b-webfont.eot");
	src: url("fonts/fontin_sans_i_45b-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/fontin_sans_i_45b-webfont.svg") format("svg"), url("fonts/fontin_sans_i_45b-webfont.woff2") format("woff2"), url("fonts/fontin_sans_i_45b-webfont.woff") format("woff"), url("fonts/fontin_sans_i_45b-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "fontin";
	src: url("fonts/fontin_sans_r_45b-webfont.eot");
	src: url("fonts/fontin_sans_r_45b-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/fontin_sans_r_45b-webfont.svg") format("svg"), url("fonts/fontin_sans_r_45b-webfont.woff2") format("woff2"), url("fonts/fontin_sans_r_45b-webfont.woff") format("woff"), url("fonts/fontin_sans_r_45b-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "fontin_sc";
	src: url("fonts/fontin_sans_sc_45b-webfont.eot");
	src: url("fonts/fontin_sans_sc_45b-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/fontin_sans_sc_45b-webfont.woff2") format("woff2"), url("fonts/fontin_sans_sc_45b-webfont.woff") format("woff"), url("fonts/fontin_sans_sc_45b-webfont.ttf") format("truetype"), url("fonts/fontin_sans_sc_45b-webfont.svg#fontin_sans_scsmall_caps") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?-4ty1ox");
	src: url("fonts/icomoon.eot?#iefix-4ty1ox") format("embedded-opentype"), url("fonts/icomoon.ttf?-4ty1ox") format("truetype"), url("fonts/icomoon.woff?-4ty1ox") format("woff"), url("fonts/icomoon.svg?-4ty1ox#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow3:before {
	content: "\e602";
}

.icon-arrow1:before {
	content: "\e600";
}

.icon-arrow2:before {
	content: "\e601";
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #f4f4f4;
	width: 100%;
	height: 40px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	color: #757474;
	font: 15px/40px "fontin", Arial, Helvetica, sans-serif;
	margin: 0 33px 0 13px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 30px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:before {
	font-size: 10px;
	line-height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	color: #999;
	content: "\e601";
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #6e2516;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	font: 14px/18px "fontin", Arial, Helvetica, sans-serif;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

#wrapper {
	overflow: hidden;
	width: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.container {
	max-width: 1077px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
}

.body-class-home .bg-stretch .img-fix {
	background-position: top center !important;
}

@media only screen and (max-width: 960px) {
	.body-class-home .bg-stretch .img-fix
	{
		background-size: cover !important;
	}
	
	.body-class-home .bg-stretch {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
    	    -ms-flex-direction: column;
    	        flex-direction: column;
	}
}

@media only screen and (max-width: 767px) {
	.body-class-home #hero-headline {
		margin-left: 0;
		margin-top: 20px;
	}
	
	.body-class-home #hero-headline {
		position: relative;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		max-width: unset;
		bottom: unset;
		text-align: center;
	}
	
	.body-class-home #hero-headline h1 {
		margin-bottom: 0;
		color: #7c2817;
    	text-shadow: none;
	}
	
	.body-class-home .bg-stretch {
		position: relative;
	}
	
	.body-class-home .bg-stretch .img-fix
	{
		background-size: 100% !important;
		min-height: 60vw;
	}
	
	#hero-badges {
		position: relative !important;
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
	
	.body-class-home .top-section {
		min-height: unset;
	}
}

.bg-stretch {
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.bg-stretch::before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    background: rgb(255,255,255);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,0)), to(rgba(255,255,255,1)));
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.inner-page .bg-stretch::before {
	display: none;
}

.bg-stretch img {
	max-width: none;
}

.img-fix {
	background-size: cover !important;
    background-position: center !important;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
}

/* Home Page Headline */

#hero-headline {
	position: absolute;
    bottom: 232px;
    left: 0;
    margin-left: 40px;
    max-width: 300px;
}

#hero-headline h1 {
	color: #fff;
    font-style: italic;
    font-weight: normal;
    font-size: 45px;
    line-height: normal;
    text-shadow: 2px 2px 8px #000;
}

/* Hero Badges */

#hero-badges {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    bottom: 126px;
    left: 40px;
}

#hero-badges a {
	padding: 0 10px;
}

#hero-badges a:first-child {
	padding: 0 10px 0 0;
}

#hero-badges a:last-child {
	padding: 0 0 0 10px;
}

#hero-badges img {
	width: 100% !important;
    height: auto !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
}

/* Contact Forms Global Styling */

h3.gform_title {
	margin: 0 !important;
    color: #6e2516;
    text-transform: uppercase;
}

.gform_description {
    line-height: 18px;
    font-style: italic;
    color: #63b4c9;
    font-family: "fontin";
    width: 100%;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
	display: none !important;
}

.gform_fields {
	padding-left: 0;
}

.gfield_label {
	display: none;
}

.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0 !important;
	margin-top: 8px !important;
	margin-bottom: 0;
	list-style-type: none;
}

.gform_wrapper input, .gform_wrapper textarea {
    font-family: "fontin" !important;
    width: 100% !important;
    font-size: 14px !important;
    padding: 10px !important;
    margin-top: 0 !important;
}

.gform_wrapper input::-webkit-input-placeholder, .gform_wrapper textarea::-webkit-input-placeholder {
	color: #999;
}

.gform_wrapper input::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder {
	color: #999;
}

.gform_wrapper input:-ms-input-placeholder, .gform_wrapper textarea:-ms-input-placeholder {
	color: #999;
}

.gform_wrapper input::-ms-input-placeholder, .gform_wrapper textarea::-ms-input-placeholder {
	color: #999;
}

.gform_wrapper input::placeholder, .gform_wrapper textarea::placeholder {
	color: #999;
}

@media (max-width: 960px) {
	.gform_footer input[type=submit] {
		margin-bottom: 0 !important;
	}
	
	.gform_footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
        align-items: center;
	}
	
	.gform_footer::after {
		top: unset !important;
	}
}

.gform_footer {
	position: relative;
}

.gform_footer input {
	font-style: normal;
    text-transform: uppercase;
    font-size: 16px !important;
}

.gform_footer::after {
	position: absolute;
    top: 30px;
    right: 30px;
    color: #a76264;
    display: inline-block;
    vertical-align: middle;
    content: "\e600";
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.gform_wrapper textarea.medium {
	height: 100px !important;
}

/* Hero Contact Form */

#hero-contact {
	position: absolute;
    right: 40px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 116px;
    padding-bottom: 67px;
    z-index: 10;
}

.footer-contact {
	display: none;
}

.footer-contact .gform_wrapper {
	border-top: 1px solid #ddd;
    padding-top: 32px;
}

@media only screen and (max-width: 960px) {
	
	#hero-headline {
		bottom: 192px;
	}
	
	#hero-badges {
		width: 100%;
		background-color: rgba(255, 255, 255, .8);
		bottom: 0;
		left: 0;
		padding: 20px 40px;
	}
	
	.inner-page .top-section.no-thumbnail {
		min-height: 185px !important;
	}
	
	#hero-contact {
		display: none;
	}
	
	.footer-contact {
		display: block;
	}
	
	.content-nav {
		position: static !important;
	}

	.accordion {
		float: none !important;
	}

	.accordion li {
		float: none !important;
		margin: 0 !important;
	}

	.accordion li.active > a {
		background: #333 !important;
	}
	
	.accordion .slide {
		position: static !important;
		width: 100% !important;
		text-align: center !important;
		background: #333 !important;
	}
}

#hero-contact .gform_wrapper {
	background: rgba(255, 255, 255, 0.8);
    border: 1px solid #fff;
    padding: 20px;
}

#hero-contact .gform_heading {
	text-align: center;
}


.inner-page .gform_wrapper {
	margin: 0;
    margin-top: -13px;
}


table {
	width: 100%;
}

img {
	vertical-align: top;
}

.button {
    display: inline-block;
    font: 18px "fontin", Arial, Helvetica, sans-serif;
    color: #fff;
    background: #540003;
    text-decoration: none;
    padding: 12px 18px;
    margin-top: 2px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.button span {
	font-size: 18px;
	text-transform: uppercase;
	font-style: normal;
}

.button em {
	margin-left: 22px;
	color: #a76264;
	display: inline-block;
}

.button:hover {
	background: #880005;
}

.button:hover em {
	color: #fe8b90;
}

h1,
h2,
h3 {
	font-family: "fontin";
}

.inner-page .top-section {
	min-height: 490px;
}

@media (min-width: 961px) {
	.body-class-home .top-section {
		margin-top: 110px;
	}
	
	.body-class-home #header {
		position: fixed;
    	top: 0px;
    	width: 100%;
	}
	
	.body-class-home.body-class-admin-bar #header {
		top: 32px;
	}
	
	.body-class-home .bg-stretch .img-fix {
		background-position: top center !important;
		width: calc(100% - 393px) !important;
		background-size: cover !important;
	}
	
	.body-class-home #hero-contact {
		right: 0 !important;
		top: -40px;
		padding-top: 0 !important;
	}
}

@media (min-width: 961px) and (max-width: 1023px) {
	.body-class-home .top-section {
		margin-top: 150px !important;
	}
	
	.body-class-home #hero-contact {
		width: 300px;
	}
	
	.body-class-home #hero-contact .gform_wrapper {
		background-color: #ffffff !important;
	}
	
	.body-class-home .bg-stretch .img-fix {
		width: calc(100% - 300px) !important;
	}
}

@media (min-width: 1025px) {
	.body-class-page-id-6 .top-section, .body-class-page-id-10 .top-section, .body-class-page-id-394 .top-section {
		min-height: 600px;
		height: 60vw;
	}
	
	
	.body-class-page-id-6 .bg-stretch img {
		margin-top: -22vw !important;
	}
	
	.body-class-page-id-10 .bg-stretch img {
		margin-top: 0 !important;
	}
}

@media (min-width: 961px) and (max-width: 1024px) {
	.body-class-page-id-6 .top-section, .body-class-page-id-10 .top-section, .body-class-page-id-394 .top-section {
		min-height: 65vw;
	}
	
	.body-class-page-id-6 .bg-stretch img {
		margin-top: -17vw !important;
	}
	
	.body-class-page-id-10 .bg-stretch img {
		margin-top: 0 !important;
	}
}

@media (max-width: 960px) {
	.body-class-page-id-6 .bg-stretch img {
		margin-top: -22vw !important;
	}
	
	.body-class-page-id-10 .bg-stretch img {
		margin-top: 0 !important;
	}
}

@media (max-width: 767px) {
	.inner-page.body-class-page-id-6 .top-section .bg-stretch img {
		-o-object-position: 50% 30%;
		   object-position: 50% 30%;
	}
}

.inner-page.body-class-page-id-187 .top-section .bg-stretch img, .inner-page.body-class-page-id-394 .top-section .bg-stretch img {
	margin-top: 0 !important;
}

.body-class-page-id-238 .top-section, .body-class-page-id-218 .top-section {
	min-height: auto;
}

.inner-page .top-section.no-thumbnail {
	min-height: 0;
}

.inner-page .header-info {
	display: block;
}

.inner-page .header-info ul li {
	padding-top: 33px;
}

.inner-page .header-info ul li:before {
	background: #333;
	top: 40px;
}

.inner-page .header-info ul a {
	color: #333;
}

.inner-page #header {
	padding-bottom: 0;
}

.inner-page #header.fixed-position #nav ul li {
	margin-left: 45px;
}

.inner-page #header.fixed-position .header-info ul li:before {
	background: #d3ccbc;
}

.inner-page #header.fixed-position .header-info ul a {
	color: #d3ccbc;
}

.inner-page #header.fixed-position .header-info ul a:hover {
	opacity: .7;
}

#nav {
	float: right;
	padding: 82px 25px 0px 10px;
}

#nav .drop {
	margin: 0;
	max-width: none;
}

#nav ul {
	text-align: right;
	padding-right: 20px;
}

#nav ul li {
	margin-left: 25px;
}

#nav ul li:first-child {
	margin: 0;
}

.top-section {
	position: relative;
	min-height: 692px;
}

.top-section.no-thumbnail {
	min-height: 0;
}

.top-section.no-thumbnail .bg-stretch {
	display: none;
}


#header .quicklinks {
	display: none;
}

@media only screen and (max-width: 960px) {
	
	#header .quicklinks {
		display: table;
	    width: 100%;
	    position: sticky;
	    /*top: 158px;*/
	    z-index: 999;
	}
	
	.mobile-contact {
		background-color: #fff;
	    color: #63b4c9;
	}
	
	.mobile-call {
	    background-color: #63b4c9;
	}
	
	.mobile-call a {
	    color: #fff !important;
	    text-decoration: none !important;
	}
	
	.mobile-contact, .mobile-call {
	    width: 50%;
	    float: left;
	    text-align: center;
	    display: block;
	    padding: 10px;
	    border: 1px solid #63b4c9;
	    border-left: 0;
	    font-size: 14px;
	    font-family: fontin;
	 }
	 
	.mobile-contact i, .mobile-call i {
    	/*font-size: 19px;*/
		padding-right: 10px;
	}
}

#header {
	background: rgba(255, 255, 255, .8);
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .75);
	        box-shadow: 0 5px 15px rgba(0, 0, 0, .75);
	text-align: center;
	overflow: hidden;
	padding-bottom: 0;
	position: relative;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	z-index: 99;
}

@media (max-width: 960px) {
	.body-class-admin-bar #header {
		position: fixed;
    	top: 32px;
    	width: 100%;
	}
	
	#header {
		position: fixed;
    	top: 0;
    	width: 100%;
	}
	
	.top-section {
		margin-top: 159px;
	}
}

@media (max-width: 782px) {
	.body-class-admin-bar #header {
		position: fixed;
    	top: 46px;
    	width: 100%;
	}
	
	.body-class-admin-bar .top-section {
		margin-top: 113px;
	}
}

@media (max-width: 767px) {
	.top-section {
		margin-top: 113px;
	}
}

#header .logo {
	margin-left: 25px;
	float: left;
}

#header.fixed-position {
	z-index: 20;
	right: 0;
	/*min-width: 320px;*/
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .35);
	        box-shadow: 0 5px 10px rgba(0, 0, 0, .35);
	background: #6e2516;
	padding-bottom: 6px;
	overflow: visible;
	position: fixed;
	top: 0;
	left: 0;
}

#header.fixed-position .logo.fixed {
	display: block;
	float: left;
	width: 143px;
	padding: 3px 0 0;
	margin: 0 0 0 40px;
}

#header.fixed-position .logo.normal {
	display: none;
}

#header.fixed-position .header-info {
	display: block;
}

#header.fixed-position #nav {
	float: right;
	padding: 10px 40px 0px 10px;
}

#header.fixed-position #nav .fix-show {
	display: inline;
}

#header.fixed-position #nav .drop {
	max-width: none;
	margin: 0;
}

#header.fixed-position #nav ul {
	padding: 45px 0 0;
}

#header.fixed-position #nav ul li {
	font-size: 17px;
	line-height: 22px;
}

#header.fixed-position #nav ul li > a {
	color: #d3ccbc;
}

#header.fixed-position #nav .right li,
#header.fixed-position #nav .right li + li,
#header.fixed-position #nav .left li,
#header.fixed-position #nav .left li + li {
	margin-left: 44px;
}

.logo {
	width: 295px;
    position: relative;
    z-index: 5;
    float: left;
    margin: 0;
    padding: 10px 10px 13px 10px;
}

.logo.fixed {
	display: none;
}

.header-info {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-family: "fontin", Arial, Helvetica, sans-serif;
	padding-right: 21px;
}

.header-info .tel {
	font: 30px "fontin", Arial, Helvetica, sans-serif;
	color: #63b4c9;
	float: right;
	/*background: #5e1b0e;*/
	padding: 8px 18px 7px 14px;
	text-transform: uppercase;
	margin-left: 18px;
	letter-spacing: 1px;
}

.header-info .tel a {
	color: #63b4c9;
	text-decoration: none;
	font-weight: 900;
}

.header-info .hold {
	/*background: #fff;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #ccc;*/
	float: right;
	/*min-width: 234px;
	padding: 4px 5px 0;
	margin-left: 39px;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
}

/*.header-info .hold .tel {
	display: block;
	float: none;
	background: transparent;
	padding: 0;
	margin-bottom: -4px;
	color: #7c2817;
	font-size: 22px;
}*/

/*.header-info .hold .tel a {
	font-size: 20px;
	color: #7c2817;
}*/

.header-info .hold .info {
	/*display: none;*/
	font-style: italic;
	color: #63b4c9;
	margin-left: 32px;
}

.header-info ul {
	display: inline-block;
	vertical-align: middle;
}

.header-info ul li {
	font-size: 13px;
	line-height: 16px;
	list-style: none;
	float: left;
	position: relative;
	padding: 13px 0 0 21px;
	margin-left: 15px;
}

.header-info ul li:first-child:before {
	display: none;
}

.header-info ul li:before {
	content: "";
	background: #d3ccbc;
	height: 3px;
	width: 3px;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: 20px;
}

.header-info ul a {
	text-decoration: none;
	color: #d3ccbc;
}

.header-info ul a:hover {
	color: #000;
}

#nav {
	font-family: "fontin", Arial, Helvetica, sans-serif;
}

#nav .nav-opener {
	display: none;
}

#nav .drop {
	max-width: 1365px;
	margin: -4px auto 0;
	position: relative;
}

#nav .mobile-only {
	display: none;
}

#nav .fix-show {
	display: none;
}

#nav .left li + li {
	margin-left: 164px;
}

#nav .right {
	padding-right: 7px;
}

#nav .right li + li {
	margin-left: 148px;
}

#nav li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 25px;
}

#nav li > a {
	text-decoration: none;
}

#nav li > a:hover {
	opacity: .7;
}

#main {
	position: relative;
}

.content-nav {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	background: rgba(0, 0, 0, .65);
	color: #fff;
}

.content-nav .tel {
	float: left;
	position: relative;
	padding-right: 33px;
}

.content-nav .tel a {
	text-decoration: none;
	color: #fff;
}

.content-nav .tel:before {
	content: "";
	position: absolute;
	right: 0;
	top: 13px;
	height: 3px;
	width: 3px;
	border-radius: 3px;
	background: #fff;
}

.content-nav address {
	float: right;
	margin: 0 0 0 24px;
	font-style: normal;
}

.content-nav .right {
	font-size: 23px;
	line-height: 28px;
	margin: 10px 21px 0 0;
	display: none;
}

.accordion {
	float: left;
	font-family: "fontin", Arial, Helvetica, sans-serif;
}

.accordion li {
	float: left;
	list-style: none;
	margin-right: 3px;
	position: relative;
}

/*.accordion li:first-child > a {
	padding-right: 115px;
}*/

.accordion li.active > a {
	background: transparent;
}

.accordion li > a {
	color: #fff;
	display: block;
	background: #63b4c9;
	text-decoration: none;
    padding: 20px 63px 17px 40px;
	position: relative;
	letter-spacing: 1.7px;
	min-width: 130px;
	text-transform: uppercase;
}

.accordion li > a strong {
	font-weight: normal;
	font-style: normal;
}

.accordion li > a:hover {
	background: transparent;
}

.accordion li > a:before {
	font-size: 10px;
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e602";
	color: #9cdeef;
	position: absolute;
	right: 17px;
	top: 30px;
}

.accordion .slide {
	position: absolute;
	bottom: 100%;
	left: 0;
	background: rgba(0, 0, 0, .65);
	width: 336px;
	font: 14px/18px "Old Standard TT", Georgia, Times, "Times New Roman", serif;
	padding: 9px 18px 18px;
}

.accordion .slide p {
	margin-bottom: 18px;
}

.accordion .slide a {
	color: #7ae2fd;
	text-decoration: none;
}

.accordion .slide a:hover {
	opacity: .8;
}

.accordion .slide .title {
	display: block;
	font: 17px/22px "fontin", Arial, Helvetica, sans-serif;
	margin-bottom: 9px;
}

.accordion .slide .img {
	margin-bottom: 9px;
}

.description-block {
	background: #ebebdf url(images/line-bg.png);
	padding: 31px 0 13px;
	-webkit-box-shadow: inset 0 -300px 140px -140px #ebebdf;
	        box-shadow: inset 0 -300px 140px -140px #ebebdf;
}

.description-block .container {
	position: relative;
	z-index: 2;
}

.description-block .title,
.description-block h1 {
	display: block;
	margin: 0 0 35px;
	font: 24px/30px "fontin", Arial, Helvetica, sans-serif;
	color: #7c2817;
}

.description-block .two-col {
	overflow: hidden;
}

.body-class-page-id-157 .description-block .two-col .column {
	float: none;
    width: 100%;
    padding-left: 0 !important;
}

.description-block .two-col .column {
	float: left;
	width: 50%;
}

.description-block .two-col .column + .column {
	padding-left: 10px;
}

.three-columns, .two-columns {
	padding: 50px 0 21px;
	overflow: hidden;
	margin: 0 -35px;
	font-size: 0;
	letter-spacing: -4px;
}

.three-columns.add, .two-columns.add {
	padding: 42px 0 43px;
}

.three-columns.add .name, .two-columns .name {
	margin-bottom: 7px;
}

.three-columns.add .title, .two-columns .title {
	text-transform: uppercase;
	font-family: "fontin_sc";
}

.two-columns .column {
	display: inline-block;
	vertical-align: top;
	padding: 0 35px 20px;
	width: 48%;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0;
}
.three-columns .column {
	display: inline-block;
	vertical-align: top;
	padding: 0 35px 20px;
	width: 33.33%;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0;
}

.three-columns .title,
.three-columns .name,
.two-columns .title,
.two-columns .name
 {
	display: block;
	font-family: "fontin_sc";
}

.three-columns .name, .two-columns .name {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: -1px;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: uppercase;
}

.three-columns .name a, .two-columns .name a {
	text-decoration: none;
}

.three-columns .name a:hover, .two-columns .name a:hover {
	text-decoration: underline;
}

.three-columns .img, .two-columns .img {
	margin-bottom: 26px;
}

.three-columns .title, .two-columns .title {
	font-size: 16px;
	line-height: 18px;
	font-style: italic;
	color: #63b4c9;
	margin-bottom: 10px;
	text-transform: none;
	font-family: "fontin";
}

.three-columns p, .two-columns p {
	margin-bottom: 10px;
	letter-spacing: -.2px;
}

.main-heading {
	background: #63b4c9;
	color: #fff;
	padding: 30px 0 24px;
}

.main-heading .select-holder {
	width: 278px;
	margin: -9px 0 -2px 10px;
	position: relative;
}

.main-heading .select-holder .jcf-select {
	background: #fff;
}

.main-heading .select-holder form {
	margin-bottom: 0;
}

.main-heading h1 {
	font-size: /*23px*/ 27px;
	line-height: 30px;
	margin: 0;
	font-weight: normal;
	/*font-style: italic;*/
	text-transform: uppercase;
	letter-spacing: 1.7px;
}

.main-heading h1 span {
	font-size: 27px;
	font-family: "fontin", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-style: normal;
}

.client-content {
	margin-bottom: 1px;
}

.client-content .block {
	background: #ebebdf;
	padding: 41px 0 0;
	position: relative;
}

.client-content .block .right-img {
	position: absolute;
	right: 0;
	bottom: 0;
}

.client-content .block .container {
	position: relative;
	z-index: 2;
}

.client-content .title {
	display: block;
	font: 24px/30px "fontin", Arial, Helvetica, sans-serif;
	color: #7c2817;
	margin: 0 0 27px;
}

.client-content .hold {
	overflow: hidden;
	padding-bottom: 35px;
}

.client-content .text-wrap {
	float: left;
	width: 85%; /* previous 65% */
}

.client-content .text-wrap a {
	text-decoration: none;
}

.client-content .text-wrap a:hover {
	text-decoration: underline;
}

.client-content .text-wrap .button:hover {
	text-decoration: none;
}

.client-content .quote-wrap {
	float: right;
	width: 31%;
}

.slideshow {
	position: relative;
}

.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}

.slideshow .slide.active {
	z-index: 2;
}

.slideshow blockquote {
	border: none;
	margin: 0;
	padding: 0;
	text-align: right;
	color: #333;
	font-size: 27px;
	line-height: 34px;
	font-style: italic;
	position: relative;
}

.slideshow blockquote:after {
	font-size: 60px;
	content: "“";
	color: #666;
	position: absolute;
	left: 0;
	top: 25px;
}

.slideshow blockquote q {
	display: block;
	margin-bottom: 23px;
}

.slideshow blockquote q:after {
	display: inline-block;
	vertical-align: middle;
	font-size: 60px;
	content: "”";
	color: #666;
	margin: 0 5px 0 4px;
	position: relative;
	top: 11px;
}

.slideshow blockquote cite {
	display: block;
	color: #666;
	font-size: 14px;
	line-height: 18px;
}

.slideshow blockquote cite a {
	color: #666;
	text-decoration: none;
}

.slideshow blockquote cite a:hover {
	text-decoration: underline;
}

.slideshow blockquote mark {
	padding-left: 34px;
	font-style: normal;
	text-transform: uppercase;
	color: #333;
	display: block;
	font: 30px/35px "fontin", Arial, Helvetica, sans-serif;
}

#two-columns {
	padding-top: 25px;
}

#two-columns h2 {
	font-size: 22px;
	line-height: 26px;
	font-weight: normal;
	color: #7c2817;
	margin-bottom: 4px;
	text-transform: uppercase;
}

#content {
	float: left;
	width: 72%;
}

#content .hold {
	padding-top: 20px;
}

#content .hold h2 {
	margin-bottom: 14px;
}

#content .align-left {
	margin: 6px 20px 4px 0;
}

#sidebar {
	float: right;
	width: 25%;
	padding: 4px 0 0 7px;
}

#sidebar h2 {
	font-size: 21px;
	padding-left: 5px;
}

#sidebar h2.add {
	margin-bottom: -4px;
}

.widget {
	font-family: "fontin", Arial, Helvetica, sans-serif;
	margin-bottom: 34px;
}

.widget + .widget {
	padding-top: 36px;
	border-top: 1px solid #ddd;
}

.widget.no-border {
	border: none;
	margin-bottom: 44px;
	padding-top: 0;
}

.widget .title {
	display: block;
	font-style: italic;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #63b4c9;
	padding: 0 0 8px 5px;
}

.widget ul {
	padding: 0 0 0 5px;
}

.widget ul li {
	margin-bottom: 6px;
	list-style: none;
}

.widget ul a {
	color: #757474;
	text-decoration: none;
}

.widget ul a:hover {
	color: #7c2817;
}

.widget select {
	width: 100%;
	height: 40px;
}

.wpcf7-form {
	padding-top: 9px;
}

.wpcf7-form .wpcf7-form-control-wrap {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

.wpcf7-form .wpcf7-form-control {
	width: 100%;
	height: 40px;
	font: 13px/18px "fontin", Arial, Helvetica, sans-serif;
	padding: 5px 11px;
	color: #999;
}

.wpcf7-form .wpcf7-form-control::-webkit-input-placeholder {
	color: #999;
}

.wpcf7-form .wpcf7-form-control::-moz-placeholder {
	opacity: 1;
	color: #999;
}

.wpcf7-form .wpcf7-form-control:-moz-placeholder {
	color: #999;
}

.wpcf7-form .wpcf7-form-control:-ms-input-placeholder {
	color: #999;
}

.wpcf7-form .wpcf7-form-control.placeholder {
	color: #999;
}

.wpcf7-form .wpcf7-form-control.wpcf7-textarea {
	height: 158px;
	padding: 11px;
	min-height: 158px !important;
	width: 100% !important;
	color: #999;
}

.wpcf7-form .wpcf7-form-control.wpcf7-textarea::-webkit-input-placeholder {
	color: #999;
}

.wpcf7-form .wpcf7-form-control.wpcf7-textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

.wpcf7-form .wpcf7-form-control.wpcf7-textarea:-moz-placeholder {
	color: #999;
}

.wpcf7-form .wpcf7-form-control.wpcf7-textarea:-ms-input-placeholder {
	color: #999;
}

.wpcf7-form .wpcf7-form-control.wpcf7-textarea.placeholder {
	color: #999;
}

.wpcf7-form .wpcf7-form-control.wpcf7-submit {
	display: inline-block;
	font: 15px/20px "fontin", Arial, Helvetica, sans-serif;
	color: #fff;
	background: #540003;
	height: auto;
	padding: 10px 18px;
	margin-top: 2px;
	letter-spacing: 1px;
	width: auto;
	border: none;
	text-transform: uppercase;
	margin-top: 5px;
}

.wpcf7-form .wpcf7-form-control.wpcf7-submit:after {
	margin-left: 31px;
	color: #a76264;
	display: inline-block;
	vertical-align: middle;
	content: "\e600";
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
	opacity: .7;
}

.social-networks .stButton {
	width: 28px !important;
}

.social-networks .stButton .facebook {
	background-image: url("https://www.aldermanhutcherson.com/wp-content/uploads/2015/07/facebook.jpg");
}

.social-networks .stButton .googleplus {
	background-image: url("https://www.aldermanhutcherson.com/wp-content/uploads/2015/07/google.jpg");
}

.social-networks .stButton .linkedin {
	background-image: url("https://www.aldermanhutcherson.com/wp-content/uploads/2015/07/linkedin.jpg");
}

.social-networks .stButton .chicklets {
	padding: 0;
	height: 28px;
	width: 28px;
	background-size: 28px 28px;
}

.footer-nav {
	background: #63b4c9;
	text-align: center;
	padding: 15px 0 13px;
}

.footer-nav li {
	list-style: none;
	display: inline-block;
	font: 15px/20px "fontin_sc", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 37px;
}

.footer-nav li a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}

.footer-nav li a:hover {
	color: #222;
}

.address-block {
	position: relative;
	padding: 32px 0 36px;
}

.address-block .wrap {
	color: #333;
	text-align: center;
	margin: 0 16px 0 0;
	width: 458px;
	border: 1px solid #cecece;
	float: right;
	background: rgba(255, 255, 255, .85);
	padding: 7px 10px 12px;
	font: 18px/24px "fontin_sc", Arial, Helvetica, sans-serif;
}

.address-block address {
	font-style: normal;
}

.address-block .tel {
	display: block;
	margin-bottom: 5px;
}

.address-block .tel a {
	color: #333;
	text-decoration: none;
}

.address-block .logo {
	margin-bottom: 33px;
}

.footer-bottom {
	background: #000;
	overflow: hidden;
	padding: 10px 13px;
	text-align: center;
}

.copyright {
	padding: 9px 0 9px 0;
	overflow: hidden;
	display: block;
	color: #666;
	text-transform: uppercase;
	font: 12px/15px "fontin_sc", Arial, Helvetica, sans-serif;
}

.copyright a {
	color: #999;
	text-decoration: none;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}

.copyright a:hover {
	color: #fff;
}

.social-network.right {
	float: none;
	padding-left: 0;
	margin-bottom: 0;
}

.social-network li {
	list-style: none;
	float: none;
	margin-left: 0;
}

.social-networks a {
	height: 28px;
	width: 28px;
	background: #666;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	position: relative;
	-webkit-transition: background .2s linear;
	-o-transition: background .2s linear;
	transition: background .2s linear;
}

.social-networks a:before {
	background: url(images/sprite.png) no-repeat -1px -1px;
	height: 24px;
	width: 12px;
	position: absolute;
	left: 8px;
	top: 4px;
	content: "";
}

.social-networks a.gplus:before {
	background-position: -18px 0;
	height: 17px;
	width: 16px;
	left: 8px;
	top: 6px;
}

.social-networks a.linked:before {
	background-position: -38px -1px;
	height: 18px;
	width: 20px;
	left: 4px;
}

.social-networks a:hover {
	background: #63b4c9;
}

@media only screen and (min-width: 1025px) {
	.tel a {
		pointer-events: none;
		cursor: default;
	}
}
@media all and (min-width: 1281px) and (max-width: 1920px) {
/*.bg-stretch {
	top: 145px;
}*/

	#hero-headline {
	    position: absolute;
	    bottom: 272px;
	}
}

@media all and (max-width: 1499px) {
	.inner-page #header.fixed-position #nav ul li {
		margin-left: 25px;
	}


	#nav .drop {
		max-width: 1100px;
	}

	#nav .left li + li {
		margin-left: 80px;
	}

	#nav .right {
		padding-right: 7px;
	}

	#nav .right li + li {
		margin-left: 80px;
	}

	/*.accordion li:first-child > a {
		padding-right: 50px;
	}*/

	.accordion li > a {
		padding: 20px 63px 17px 40px;
	}
}


@media all and (max-width: 1199px) {
	/*.inner-page #header .logo {
		width: 300px;
	}*/

	.inner-page #nav {
		padding-bottom: 10px;
	}


	#nav .drop {
		max-width: 1000px;
	}

	.content-nav .right {
		font-size: 18px;
		line-height: 22px;
	}

	.content-nav address {
		margin-left: 10px;
	}

	.content-nav .tel {
		padding-right: 10px;
	}

	/*.accordion li > a {
		padding: 10px 30px 7px 17px;
		min-width: 100px;
	}*/

	.accordion li > a:before {
		font-size: 7px;
		right: 10px;
	}

	#content {
		width: 68%;
	}

	#sidebar {
		width: 30%;
	}

	.footer-nav li {
		margin: 0 25px;
	}
}

@media all and (min-width: 961px) and (max-width: 1123px) {
	.img-fix {
		background-size: auto !important;
		background-position: right top !important;
	}
}

@media all and (max-width: 1036px) {
	#nav {
		/*padding: 0;*/
	}
}

@media all and (max-width: 1024px) {
	
	#header.fixed-position #header-search {
		width: auto;
	}
	
	#header.fixed-position .header-info .hold {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	
	#header.fixed-position .header-info .hold .info {
		margin-left: 32px;
	}
	
	.header-info .hold {
		-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
		margin-top: -5px;
	}
	
	#header-search {
		width: 100%;
	}
	
	.header-info .hold .info {
		margin-left: 0;
	}
	
	.fixed-position .tel {
	    padding: 0px 0px 7px 14px !important;
	    margin-left: 18px !important;
	}
	
	#hero-contact {
		padding-top: 152px;
	}
	
	.header-info .tel {
		padding: 0;
		margin-left: 0;
	}
	
	.body-class-home .two-columns .column {
		width: 100%;
		display: block;
		text-align: center;
	}
	
	#sidebar {
		width: auto;
		float: none;
		padding: 0;
		clear: both;
		border-top: 1px solid #ddd;
		padding-top: 44px;
	}
	
	.header-info {
		padding-right: 40px;
	}
	
	#header-search {
		float: none; 
		padding: 0;
	}
	
	#header-search form {
		margin: 0 0 10px;
	}
	
	/*.inner-page #header .logo {
		width: 250px;
	}*/
	
	

	#nav {
	    float: right;
	    padding: 0;
	    margin: 0 auto;
	    width: 100%;
	    padding-bottom: 10px;
    }
    
    #nav .drop {
	    margin: auto 0;
	    max-width: 100%;
    }
    
	#nav ul {
	    text-align: center;
	    padding-right: 0;
    }
	/*.inner-page #nav {
		float: none;
		padding: 65px 0 0;
	}

	.inner-page #nav ul li {
		margin-left: 10px;
	}

	.inner-page #nav li {
		font-size: 17px;
		line-height: 20px;
	}*/

	#header.fixed-position #nav {
		width: auto;
	}
	
	#header.fixed-position #nav .right {
		float: right;
	}

	#header.fixed-position #nav .left {
		float: left;
	}

	#header.fixed-position #nav .right li,
	#header.fixed-position #nav .right li + li,
	#header.fixed-position #nav .left li,
	#header.fixed-position #nav .left li + li {
		margin: 0 0 0 40px;
	}

	#header .logo {
	    margin: auto;
	    float: none;
	}

	#nav .drop {
		max-width: none;
		margin-top: 0;
		text-align: center;
	}

	#nav .left {
		float: none;
		display: inline;
		text-align: center;
	}

	#nav .left li {
		margin: 0 5%;
	}

	#nav .left li + li {
		margin: 0 5%;
	}

	#nav .right {
		float: none;
		display: inline;
		padding: 0;
		text-align: center;
	}

	#nav .right li {
		margin: 0 5%;
	}

	#nav .right li + li {
		margin: 0 5%;
	}

	.content-nav .right {
		display: none;
	}

	.accordion li:last-child .slide {
		left: auto;
		right: 0;
	}

	.three-columns {
		margin: 0 -20px;
	}

	.three-columns .column {
		padding: 0 20px;
	}

	.client-content .text-wrap {
		width: 57%;
	}

	.client-content .quote-wrap {
		width: 40%;
	}

	#content {
		width: 100%;
	}

	/*#sidebar {
		width: 35%;
	}*/

	.footer-nav li {
		margin: 0 8px;
	}
}

@media only screen and (max-width: 960px) {
	
	.img-fix {
		background-size: auto !important;
		background-position: 48% 0% !important;
	}
	
	.bg-stretch::before {
		display: none !important;
	}
	
	#header.fixed-position {
		padding-bottom: 0;
	}
	#header.fixed-position .logo.fixed {
		padding: 10px 10px 13px 10px;
		width: 100px;
	}
	
	#header.fixed-position .logo.fixed
	/*.inner-page #header .logo*/ {
		margin: 0 0 0 !important;
	}
    
	.header-info {
		display: none !important;
	}
	
	#nav {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	
	.commentlist-item .commentlist-item {
		padding: 0;
	}
}

@media all and (max-width: 767px) {

	.body-class-page-id-238 main, .body-class-page-id-218 main {
		margin-top: 114px;
	}
	
	.inner-page #header {
		margin-bottom: -92px;
	}
	
	.inner-page .no-thumbnail #header {
		margin-bottom: 0px;
	}

	.inner-page #header .logo {
		margin: 0 0 0 15px !important;
	}
	
	#header.fixed-position .logo.fixed {
		margin: 0 0 0 15px !important;
	}
	
	.inner-page .top-section {
		min-height: 1px !important;
		height: 50vw;
	}
	
	.inner-page .top-section.no-thumbnail {
		min-height: 150px !important;
	}
	
	#hero-headline {
		/*bottom: 40px;
		left: 0;*/
		margin-left: 17px;
	}
	
	#hero-badges {
		padding: 17px 20px;
	}
	
	#hero-headline h1 {
		font-size: 40px;
	}
	
	.inner-page #header {
    	background: #6e2516;
    }

	.inner-page .top-section .bg-stretch {
		/*overflow: visible;
		margin: 0px -250px 0 -150px;
		position: static;*/
	}

	.inner-page .top-section .bg-stretch img {
		margin-top: /*92px*/ 0 !important;
		margin-left: 0 !important;
		width: 100% !important;
		height: 100% !important;
		-o-object-fit: cover;
		   object-fit: cover;
		   -o-object-position: top center;
		      object-position: top center;
	}

	.inner-page #header .logo {
		width: 100px;
		margin: 0 0 30px;
	}

	.inner-page #header.fixed-position #nav ul li {
		margin-left: 0;
	}

	.inner-page #nav {
		padding: 0;
	}

	.inner-page #nav ul {
		text-align: center;
		padding: 0;
	}

	.inner-page #nav ul li {
		font-size: 20px;
		line-height: 25px;
		margin: 0;
	}

	.top-section {
		min-height: 480px;
	}
	
	/*.body-class-home .top-section {
		min-height: 692px;
	}*/

	#header.fixed-position {
		padding-bottom: 0;
	}

	#header.fixed-position .header-info .tel,
	#header.fixed-position .header-info .tel a {
		color: #fff;
	}

	#header.fixed-position .logo.normal {
		display: none;
	}

	#header.fixed-position .logo.fixed {
		display: block;
		float: left;
		width: 100px;
		/*margin: 0 0 30px;*/
	}

	#header.fixed-position #nav {
		padding: 0;
	}

	#header.fixed-position #nav .right {
		float: none;
	}

	#header.fixed-position #nav .right li,
	#header.fixed-position #nav .right li + li {
		margin: 0;
	}

	#header.fixed-position #nav .left {
		float: none;
	}

	#header.fixed-position #nav .left li,
	#header.fixed-position #nav .left li + li {
		margin: 0;
	}

	#header.fixed-position #nav ul {
		padding: 0;
	}

	#header.fixed-position #nav ul li {
		font-size: 20px;
		line-height: 25px;
	}

	#header.fixed-position #nav ul li > a {
		color: #6e2516;
	}

	#header.fixed-position #nav ul li > a:hover {
		color: #fff;
	}

	#header {
		padding-bottom: 0;
		overflow: visible;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}

	.logo.normal {
		display: none;
	}

	.logo.fixed {
		display: block;
		float: left;
		width: 100px;
	}

	.header-info {
		display: block;
		margin: 2px 10px 0 0;
		right: auto;
		left: 5px;
		top: auto;
		bottom: 5px;
	}

	.header-info ul {
		display: none;
	}

	.header-info .tel, .header-info .hold .tel {
		background: transparent;
		font-size: 18px;
		line-height: 22px;
		padding: 0;
		color: #000;
		margin: 0;
	}

	.header-info .tel a {
		color: #000;
	}

	.header-info .hold {
		background: transparent;
		min-width: 1px;
		border: none;
		padding: 0;
		margin: 0;
	}

	.header-info .hold .tel {
		font-size: 18px;
		line-height: 22px;
		color: #000;
		margin: 0;
	}

	.header-info .hold .tel a {
		font-size: 18px;
		color: #000;
	}

	.header-info .hold {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
        align-items: center;
	}

	#nav .mobile-only {
		display: block;
	}

	#nav .drop {
		z-index: 99;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		max-height: 0;
		overflow: hidden;
		background: rgba(255, 255, 255, .8);
		-webkit-transition: opacity .4s linear;
		-o-transition: opacity .4s linear;
		transition: opacity .4s linear;
		opacity: 0;
	}

	#nav .nav-opener {
		display: block;
		float: right;
		width: 40px;
		height: 40px;
		background: #000;
		background: rgba(0, 0, 0, .5);
		position: relative;
		border-radius: 3px;
		margin: 25px 10px 0 0;
	}

	#nav .nav-opener:before,
	#nav .nav-opener:after,
	#nav .nav-opener span {
		background: #fff;
		border-radius: 4px;
		position: absolute;
		top: 50%;
		left: 20%;
		right: 20%;
		height: 4px;
		margin-top: -2px; /* height/2 */
		-webkit-transition: all .2s linear;
		-o-transition: all .2s linear;
		transition: all .2s linear;
	}

	#nav .nav-opener:before,
	#nav .nav-opener:after {
		content: "";
		top: 30%;
	}

	#nav .nav-opener:after {
		top: 70%;
	}

	#nav .left,
	#nav .right {
		display: block;
	}

	#nav .left li,
	#nav .left li + li,
	#nav .right li,
	#nav .right li + li {
		margin: 0;
	}

	#nav ul li {
		display: block;
		margin: 0;
	}

	#nav ul li > a {
		padding: 5px 10px;
		display: block;
	}

	#nav ul li > a:hover {
		color: #fff;
		background: #6e2516;
	}

	.nav-active #nav .drop {
		opacity: 1;
		max-height: 400px;
		overflow: visible;
	}

	.nav-active #nav .nav-opener:hover {
		opacity: .9;
	}

	.nav-active #nav .nav-opener span {
		opacity: 0;
	}

	.nav-active #nav .nav-opener:before,
	.nav-active #nav .nav-opener:after {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
		left: 15%;
		right: 15%;
	}

	.nav-active #nav .nav-opener:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/*.content-nav {
		position: static;
	}

	.accordion {
		float: none;
	}

	.accordion li {
		float: none;
		margin: 0;
	}

	.accordion li.active > a {
		background: #333;
	}

	.accordion .slide {
		position: static;
		width: 100%;
		text-align: center;
		background: #333;
	}*/

	.description-block h1 {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 20px;
	}

	.description-block .two-col .column {
		float: none;
		width: auto;
	}

	.description-block .two-col .column + .column {
		padding-left: 0;
	}

	.three-columns {
		margin: 0;
	}

	.three-columns .column {
		display: block;
		width: auto;
		padding: 0;
	}

	.three-columns .img {
		text-align: center;
	}

	.main-heading .select-holder {
		display: none;
	}

	.main-heading {
		padding: 20px 0;
	}

	.client-content .title {
		font-size: 20px;
		line-height: 25px;
	}

	.client-content .text-wrap {
		float: none;
		width: auto;
		margin: 0 0 20px;
	}

	.client-content .quote-wrap {
		float: none;
		width: auto;
	}

	.slideshow blockquote {
		text-align: left;
		font-size: 22px;
		line-height: 28px;
		padding-left: 35px;
	}

	.slideshow blockquote mark {
		padding: 0;
		font-size: 22px;
		line-height: 28px;
	}

	#content {
		width: auto;
		float: none;
	}

	/*#sidebar {
		width: auto;
		float: none;
		padding: 0;
	}*/

	.footer-nav li {
		padding: 3px 0;
		display: block;
	}

	.address-block .wrap {
		width: auto;
		padding: 10px;
		margin: 0;
		float: none;
	}

	.address-block .logo {
		width: auto;
	}

	.copyright {
		padding: 10px;
		text-align: center;
	}

	.social-networks {
		float: none;
		overflow: hidden;
		text-align: center;
		margin: 0 0 10px;
	}

	.social-networks li {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
}


@media only screen and (max-width: 414px) {

	#header {
		-o-transition: none;
		transition: none;
		-webkit-transition: none;
		-moz-transition: none;
    }
    
    #hero-badges {
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
    }
    
    #hero-badges a:first-child, #hero-badges a, #hero-badges a:last-child {
	    padding: 0;
	    text-align: center;
    }
    
    #hero-badges img {
    	width: 50% !important;
    }
    
    #hero-badges a {
	    margin-bottom: 20px;
    }
    
    #hero-badges a:last-child {
	    margin-bottom: 0;
    }
    
    #hero-badges a:first-child, #hero-badges a:last-child {
	    padding: 0;
	    text-align: center;
    }
    
    #hero-headline {
	    bottom: 245px;
	}
}


#google-map {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.address-block {
	display: none !important;
}