/*
Theme Name: Pahm
Theme URI: https://www.filathemes.com/
Author: David
Author URI: https://www.filathemes.com/
Description:
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pahm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Pahm is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

@font-face {
    font-family: 'playfair_display_scregular';
    src: url('fonts/playfairdisplaysc-regular-webfont.eot');
    src: url('fonts/playfairdisplaysc-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/playfairdisplaysc-regular-webfont.woff') format('woff'),
    url('fonts/playfairdisplaysc-regular-webfont.ttf') format('truetype'),
    url('fonts/playfairdisplaysc-regular-webfont.svg#playfair_display_scregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_prolight';
    src: url('fonts/sourcesanspro-light-webfont.eot');
    src: url('fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/sourcesanspro-light-webfont.woff') format('woff'),
    url('fonts/sourcesanspro-light-webfont.ttf') format('truetype'),
    url('fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'source_sans_proregular';
    src: url('fonts/sourcesanspro-regular-webfont.eot');
    src: url('fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/sourcesanspro-regular-webfont.woff') format('woff'),
    url('fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
    url('fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
    height: 100%;
}

body {
	margin: 0;
    height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
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-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
    font-family: 'source_sans_proregular';
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	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-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #6e685d;
    font-family: 'source_sans_prolight';
	font-size: 18px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
    position: relative;
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

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

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    color: #991139;
    font-size: 16px;
    background: transparent;
    border: 2px solid #d0ccc5;
    border-radius: 3px;
    padding: 10px 35px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'source_sans_proregular';
    line-height: 1;
    letter-spacing: 2px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    text-decoration: none;
    color: #6e685d;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    text-decoration: none;
    color: #6e685d;
    outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #6e685d;
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 3px;
    font-size: 14px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	outline: none;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site {
    min-height: 100vh; /* will cover the 100% of viewport */
    overflow: hidden;
    display: block;
    position: relative;
    padding-bottom: 71px; /* height of your footer */
}
.site-header {
    padding: 30px 0;
    box-shadow : 0 5px 10px 0 rgba(50, 50, 50, 0.06);
    background: #FFFFFF;
    z-index: 999;
    -webkit-transition: all 1s ease-out;
    transition: all .5s ease-out;
}
.site-header .container {
    position:  relative;
}
.site-branding {
    float: left;
}
.site-header .menu {
    float: right;
}
.sticky-wrapper {
    max-height: 140px;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #991139;
}

a:visited {
	color: #991139;
}

a:hover,
a:focus,
a:active {
	color: #6e685d;
    outline: none;
}

.btn {
    color: #fff;
    font-size: 16px;
    background: #7f6367;
    border: 2px solid #fff;
    border-radius: 3px;
    padding: 10px 35px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'source_sans_proregular';
    line-height: 1;
    letter-spacing: 2px;
    display: inline-block;
    margin-top: 30px;
}
.btn:active,
.btn:visited,
.btn:focus,
.btn:hover {
    color: #fff;
    background: transparent;
}
.btn-outline {
    color: #991139;
    font-size: 16px;
    background: transparent;
    border: 2px solid #d0ccc5;
    border-radius: 3px;
    padding: 10px 35px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'source_sans_proregular';
    line-height: 1;
    letter-spacing: 2px;
    display: inline-block;
    margin-top: 30px;
    cursor: pointer;
}
.btn-outline:hover {
    text-decoration: none;
    color: #6e685d;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.topbar-menu {
    overflow: hidden;
    margin-bottom: 10px;
}
.topbar-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.topbar-menu ul li {
    float: left;
}
.topbar-menu ul li a {
    color: #6E685D;
    font-size: 15px;
    padding: 0 15px;
}
.topbar-menu ul li a:hover {
    text-decoration: none;
    color: #991139;
}

.socials {
    float: right;
}



.main-navigation {
    overflow: hidden;
}

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

.main-navigation li {
	float: left;
	position: relative;
    white-space: nowrap;
    -webkit-transition: background .2s;
    transition: background .2s;
}

.main-navigation a {
	display: block;
	text-decoration: none;
    font-family: 'source_sans_proregular';
    color: #6e685d;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 15px;
}

.tax-hotel .menu li#menu-item-56 a,
.tax-state .menu li#menu-item-56 a,
.tax-brand .menu li#menu-item-56 a,
.single-post .menu li#menu-item-55 a,
.main-navigation a:hover {
    color: #991139;
}

.main-navigation li:last-child a {
    border: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}


.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current-page-ancestor > a,
.main-navigation .current-menu-ancestor > a {
    color: #991139;
}



/* mobile menu. */
.menu-toggle {
    display: none;
    color: #991139;
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 35%;
}
.button-menu {
    cursor: pointer;
}
.icon-buger {
    width: 30px;
    height: 4px;
    background: #991139;
    display: block;
    padding-bottom: 2px;
    margin-bottom: 6px;
    clear: both;
    border-radius: 2px;
}

.nav-form {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    transition: all 0.5s;
    height: 100%;
    visibility: hidden;
}
.nav-form.open {
    background: rgba(0, 0, 0, 0.8);
    visibility: visible;
}
.nav-form .nav-content {
    background: #fff;
    display: block;
    transition: all 0.5s;
    margin-right: -500px;
    position: fixed;
    right: 0;
    height: 100%;
    width: 280px;
    padding: 0 !important;
    z-index: 9999;
}
.nav-form.open .nav-content {
    margin-right: 0;
}
.nav-form .nav-spec {
    height: 100%;
    padding: 0;
    padding-top: 0px;
    overflow: scroll;
    height: 100%;
    padding: 15px 30px;
}
.button-menu-close {
    background: none;
    cursor: pointer;
    font-size: 36px;
    font-weight: 800;
    position: inherit;
    padding: 0 25px;
    text-align: right;
    width: 100%;
}
.nav-form ul {
    padding-left: 0px;
    list-style: none;
    margin: 0;
    position: relative;
    text-align: left;
    z-index: 999;
}
.mobile-menu ul li {
    position: relative;
    display: block;
    width: 100%;
}
.mobile-menu ul li a {
    padding: 7px 15px;
    display: block;
    color: #6E685D;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'source_sans_proregular';
}
.mobile-menu ul#primary-menu > li.current-menu-item > a {
    background: #fff;
    color: #991139;
    border: none !important;
    display: block;
}


#topbar-mobile {
    float: none;
}

.mobile-menu .socials {
    float: none;
    color: #6E685D;
    font-size: 15px;
    border-top: 1px solid #6E685D;
    clear: both;
    margin-top: 20px;
    padding-top: 20px;
}
.mobile-menu .socials li {
    display: inline-block;
    width: auto;
}
.mobile-menu .socials li a {
    font-size: 20px;
}

.site-main .comment-navigation,
.site-main .posts-navigation, 
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.content-area {
    background: #fff;
    padding: 50px 0;
}

.content-area.no-header {
	padding: 0;
}
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page-title {
    font-family: 'playfair_display_scregular';
    font-size: 40px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 99;
    letter-spacing: 3px;
}

.header-image {
    padding: 150px 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
/*.header-image::after{*/
    /*content: '';*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*display: block;*/
    /*background: #6f0c29;*/
    /*top: 0;*/
    /*opacity: 0.4;*/
/*}*/

.blog .col-md-3:nth-of-type(4n+1) {
    clear: both;
}
.blog .col-md-3 {
    margin-bottom: 60px;
}
.year {
    font-family: 'playfair_display_scregular';
    font-size: 30px;
    text-align: center;
    letter-spacing: 2px;
    color: #6e685d;
    display: block;
    margin: 40px auto;
}
.container > .year {
    margin-top: 0;
}
.mbt40 {
    margin-bottom: 40px;
    display: table;
    clear: both;
}
.widget_widget_sp_image {
    text-align: center;
}
.widget_widget_sp_image h3.image-title {
    font-size: 16px;
    font-family: 'playfair_display_scregular';
    margin-bottom: 5px;
    margin-top: 15px;
    color: #991139;
    letter-spacing: 2px;
}
.widget_widget_sp_image h3.image-title a:hover {
    text-decoration: none;
}
.widget_widget_sp_image .widget_sp_image-description p {
    font-size: 14px;
    text-transform: uppercase;
}

div.wpcf7 label {
    width: 100%;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'source_sans_proregular';
}

.wpcf7-form-control-wrap {
    position: relative;
}

textarea {
    resize: vertical;
    max-height: 130px;
    margin-top: 0px;
}

div.wpcf7 label textarea {
    max-width: 100%;
	margin-top: 5px;
}

div.wpcf7 label input {
    text-transform: none;
    margin-top: 5px;
    max-width: 100%;
    width: 100%;
}

div.wpcf7 .wpcf7-submit {
    margin: 0 auto;
    display: block;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
}

/* Sections */
.section-title {
    font-family: 'playfair_display_scregular';
    font-size: 30px;
    text-align: center;
    margin: 15px 0;
    letter-spacing: 3px;
}
.section-description {
    text-align: center;
}
/* Hero */

.hero-slider {
    position: relative;
    overflow: hidden;
    background: #f6f5f1;
    padding-top: 90px; 
}
.hero-slider .flexslider .slides .slide-thumb {
    position: relative;
}

.hero-slider .flexslider .slides .slide-thumb::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    display: block;
}

/* section about */
.section-about {
    padding: 60px 0 90px;
    background: #f6f5f1;
	border-bottom: 10px solid #d0ccc5;
}
.regional-map{
    float: left;
    width: 100%;
}
.homepage-map-content{
    max-width: 1000px;
    margin: 0 auto;
}
#map-wrap {
    width: 100%;
}
#map-wrap img{
    border: none;
    height: auto;
    max-width: 100%;
    width: auto;
}

/* section-performance */

.section-performance {
    padding-top: 95px;
    border-bottom: 10px solid #d0ccc5;
}

.section-performance .main-title::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.section-performance h2 {
    text-transform: uppercase;
    color: #006F83;
    font-family: 'source_sans_proregular';
    letter-spacing: 3.2px;
    font-size: 40px;
    margin: 0;
    font-weight: 700;
}

.section-performance .col-md-4 {
    margin-bottom: 60px;
}

.section-performance a:hover {
    text-decoration: none;
}
h4.per_sub_title {
    margin-top: 31px;
    text-transform: uppercase;
    color: #6E685D;
}

/* section-newsletter */
.section-newsletter {
    background: #EFECE5;
    padding: 80px 0 100px;
}

.section-newsletter h3 {
    text-align: left;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 1.4px;
    color: #8C223B;
    margin: 0;    
}
.section-newsletter p {
    letter-spacing: 1.2px;
    color: #6F685D;
    font-size: 20px;
    margin: 15px 0;
}

.section-newsletter form input[type=text],
.section-newsletter form input[type=email] {
    border: 1px solid #CFC7B6;
    border-radius: 4px;
    background: #fff;
    padding: 5px 15px;
    width: 100%;
    margin-bottom: 15px;
}

.section-newsletter form input[type=submit] {
    border-radius: 8px;
    background: #991139;
    color: #fff;
    text-transform: uppercase;
    border: none;
}
/* section-career */
.section-career {
    padding: 150px 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.section-career h2 {
    color: #fff;
    line-height: 50px;
    text-align: left;
    max-width: 45%;
}

.properties-section {
    padding: 60px 0;
}
.properties-section ul {
    margin: 40px auto;
}

/* client section */
.clients_section {
    padding: 50px 0;
}
.properties-section ul,
.clients_section ul {
    list-style: none;
    margin: 0 auto 30px;
    display: table;
    padding: 0;
}

.properties-section ul li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}
.clients_section ul li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}
.properties-section ul li:last-child,
.clients_section ul li:last-child {
    margin-right: 0;
}
.clients_section ul li img {
    max-width: 110px;
}

.properties-section .property-heading {
    color: #a21f4b;
    font-size: 30px;
    letter-spacing: 2px;
    font-family: 'playfair_display_scregular';
}
.padding-right {
    padding-right: 30px;
}
.padding-left {
    padding-left: 30px;
}
.properties-section .col-md-3 {
    margin-bottom: 30px;
}

.properties-section .col-md-3:nth-of-type(4n + 1) {
    clear: left;
}
.properties-section .col-md-3 a:hover {
    text-decoration: none;
}
.properties-section .col-md-3 a img {
    margin-bottom: 10px;
}
.properties-section .col-md-3 a:hover > img {
    opacity: 0.7;
}
.properties-section .col-md-3 a:hover span {
    color: #a21f4b;
}
.properties-section .col-md-3 span {
    display: block;
    text-transform: uppercase;
    font-family: 'source_sans_prolight';
    color: #6e685d;
}
.properties-section .col-md-3 span.brand {
    font-family: 'source_sans_proregular';
}
.brand-logo {
    max-width: 110px;
}
/*.clients_section ul li img {*/
    /*filter: gray; !* IE6-9 *!*/
    /*-webkit-filter: grayscale(1); !* Google Chrome, Safari 6+ & Opera 15+ *!*/
    /*filter: grayscale(1); !* Microsoft Edge and Firefox 35+ *!*/
/*}*/
/*.clients_section ul li img:hover {*/
    /*-webkit-filter: grayscale(0);*/
    /*filter: none;*/
/*}*/

/* News section */
.section_news {
    background: #f6f5f1;
    padding: 50px 0 150px;
    border-top: 10px solid #d0ccc5;
}
.post-item p,
.post-item span {
    font-size: 14px;
    font-family: 'source_sans_proregular';
    line-height: 1;
}
.post-item h2 {
    color: #991139;
    font-size: 16px;
    font-family: 'playfair_display_scregular';
    line-height: 22px;
    margin: 0 0 5px;
    letter-spacing: 1px;
}
.single .entry-title {
    color: #991139;
    text-align: left;
    margin-top: 0;
    margin-bottom: 60px;
    letter-spacing: 2px;
}
.no-header,
.single .site-content {
    border-top: 1px solid rgba(110, 104, 93, 0.14);
}

.team-title {
    color: #991139;
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-family: 'playfair_display_scregular';
    font-size: 30px;
    letter-spacing: 2px;
}
/* career page */
.header-career {
    text-align: center;
    font-family: 'source_sans_proregular';
    color: #fff;
}
.header-career h3 {
    color: #fff;
    font-size: 25px;
    font-family: 'playfair_display_scregular';
    position: relative;
    z-index: 99;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.header-career form {
    color: #fff;
    position: relative;
    z-index: 99;
    padding-bottom: 30px;
}
.header-career form select {
    border-color: #fff;
    background: #fff;
    min-width: 130px;
    max-width: 250px;
    height: 35px;
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 14px;
}
.header-career form span {
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'source_sans_proregular';
}
.header-career form input.btn {
    margin-top: 0;
    font-size: 13px;
    color: #fff;
    background: #7f6367;
}
.header-career form input.btn:hover {
    color: #fff;
    background: transparent;
}
.single-job .content-area,
.searching-page,
.apply-page {
    border-top: 1px solid rgba(110, 104, 93, 0.14);
}

.searching-page .header-career {
    color: #6e685d;
    font-family: 'source_sans_proregular';
    margin-top: 50px;
    margin-bottom: 50px;
}
.searching-page .header-career h3 {
    font-size: 20px;
    color: #991139;
    font-family: 'playfair_display_scregular';
}
.searching-page .header-career form span {
    color: #6e685d;
}
.searching-page .header-career form select {
    border-color: #6e685d;
}
.btn-search {
    background: #fff;
    border: 1px solid #6e685d;
    color: #991139;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 0;
    font-family: 'source_sans_proregular';
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}
.btn-search:hover {
    color: #6e685d;
}
.state-results,
.search-results {
    font-family: 'source_sans_prolight';
    color: #666;
    font-size: 16px;
}
.search-results {
    max-width: 900px;
    margin: 0 auto;
}
.state-results {
    margin: 50px 0 0;
}
.state-results .row {
    margin-bottom: 60px;
}
.search-results .row {
    border-top: 1px solid rgba(110, 104, 93, 0.14);
    padding-top: 20px;
    padding-bottom: 20px;
}
.search-results .entry-info span, .search-results a {
    text-transform: uppercase;
}
.state-results h3,
.search-results h3 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 15px;
    color: #991139;
    font-family: 'playfair_display_scregular';
}
.search-results a {
    color: #991139;
}
.search-results p {
    margin-top: 10px;
}
.search-results .col-md-9 img {
	max-width: 110px;
}

.single-job .hotel-image {
    margin-bottom: 50px;
}
.hotel-description,
.single-job .entry-info span {
    font-size: 14px;
    font-family: 'source_sans_proregular';
    font-weight: bold;
}
.entry-info span.refid {
    float: right;
}
.single-job .section-title {
    color: #991139;
    text-align: left;
}
.single-job .hotel-thumbnail {
    text-align: center;
    margin-bottom: 40px;
}
.hotel-description {
    margin-top: 40px;
    font-weight: bold;
}

.related-jobs {
    display: block;
    margin-top: 70px;
}
.related-jobs h3 {
    font-size: 16px;
    margin-top: 0;
}
.related-jobs ul {
    margin: 0;
    padding-left: 18px;

}
.window-info strong {
    font-weight: bold;
}
.window-info a {
    color: #3a84df;
}
    /* Footer */
.site-footer {
    background: #6e685d;
    color: #fff;
    text-align: center;
    padding: 25px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 71px;
}
.site-footer p {
    margin: 0;
    text-transform: uppercase;
    font-family: 'source_sans_proregular';
    font-size: 14px;
}


/* apply form */
.apply-form {
    background: #eeebe4;
    padding: 50px 0;
    color: #6e685d;
    font-family: 'source_sans_proregular';
    text-transform: uppercase;
    font-size: 14px;
}
.apply-page.content-area {
    padding-bottom: 0;
}
.apply-page .container {
    max-width: 960px;
}
.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.apply-form h3.form-title {
    font-size: 20px;
    text-align: center;
    margin-top: 50px;
}
.apply-form .form-group {
    margin-bottom: 35px;
}
.apply-form .form-group label span {
    color: #991139;
}
.steps {
    margin-bottom: 50px;
}
.bottom .steps {
    margin-top: 100px;
}
.steps .step {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 37px;
    border: 2px solid #d1c7b3;
    margin-left: 15px;
    font-size: 20px;
    color: #d1c7b3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.steps .step.active {
    color: #635d58;
    border-color: #635d58;
    text-decoration: none;
}
.steps .step:hover {
    text-decoration: none;
}
.steps .btn-outline {
    margin-top: 0;
    margin-right: 15px;
}
#step2 .steps .btn-outline {
    margin-left: 15px;
    margin-right: 0;
}

.group {
    position: relative;
    width: 100%;
    float: left;
}
span.number {
    font-size: 20px;
    color: #6e685d;
}
.group > .number {
    position: absolute;
    top: 30px;
    left: -10px;
}

#step2 {
    display: none;
}

input.error {
    border: 1px solid #991139;
}

.state-dropdown-mobile {
    display: none;
}
.state-dropdown-mobile select {
    background: #fff;
    padding: 5px;
    border-radius: 2px;
}

/* Case Studies */
#case-studies {
    background: #fff;
    padding-bottom: 50px;
    border-top: 1px solid #f6f5f1;
}

#case-studies .page-title {
    color: #6e685d;
    text-align: center;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 30px;
}
#case-studies .col-md-12 p {
    text-align: center;
}
.child-pages {
    background: #f6f5f1;
    padding-top: 50px;
    padding-bottom: 200px;
}
.child-pages .col-md-4:nth-of-type(3n+1) {
    clear: left;
}
.page-item {
    background: #fff;
    padding: 15px;
    margin-bottom: 60px;
}
.page-item:nth-of-type(3n+1) {
    clear: left;
}
.page-item h3 {
    font-family: 'playfair_display_scregular';
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    color: #991139;
    margin-top: 0;
    letter-spacing: 2px;
}
.page-item h3 a {
    color: #991139;
}
.page-item h3 a:hover {
    color: #666;
    text-decoration: none;
}
.page-item .entry {
    color: #666;
    font-size: 14px;
    line-height: 20px;
}
.page-item .entry a {
    color: #666;
    opacity: 0.8;
}
.page-item .entry a:hover {
    text-decoration: none;
    color: #000;
}

.child-pages img:hover, .post-thumbnail img:hover, .widget ul.recent-posts img:hover {
    opacity: 0.7;
}

.widget-title {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 40px;
}
.widget ul.recent-posts {
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget ul.recent-posts li {
    margin-bottom: 40px;
}
.widget ul.recent-posts li a img {
    width: 100%;
}

body.page-template-template-child-page .content-area {
    background: #f6f5f1;
}
#btn-back {
    margin-top: 60px;
    color: #333;
    margin-bottom: 60px;
}
#btn-back:hover {
    background: #991139;
    border-color: #991139;
    color: #fff;
}
#child-title {
    color: #000;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: left;
}
#child-page .entry-content {
    background: #fff;
    padding: 30px;
    margin: 0;
}

.page-template-template-our-work .site {
	background: #f6f5f1;
}


/* white-paper-registration form */
.white-paper-registration {
	max-width: 60%;
}

#wpforms-form-6626 input[type=text],
#wpforms-form-6626 input[type=tel],
#wpforms-form-6626 input[type=email] {
	border: 1px solid #fff;
}

#wpforms-form-6626 .wpforms-field-row,
#wpforms-form-6626 .wpforms-field  {
	margin-bottom: 1.5em;
	padding: 0;
}
#wpforms-form-6626 .wpforms-field-label,
#wpforms-form-6626 .wpforms-field-sublabel {
	font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'source_sans_proregular';
}

#wpforms-form-6626 .wpforms-submit {
	 color: #991139;
    font-size: 16px;
    background: transparent;
    border: 2px solid #d0ccc5;
    border-radius: 3px;
    padding: 10px 35px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'source_sans_proregular';
    line-height: 1;
    letter-spacing: 2px;
}

#wpforms-form-6626 .wpforms-submit:hover {
	text-decoration: none;
    color: #6e685d;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
	text-align: center;
}

@media (max-width: 1200px) {
    .menu-toggle {
        display: block;
    }
    #map-wrap {
        display: none;
    }
    .state-dropdown-mobile {
        display: block;
        text-align: center;
    }

    .topbar-menu {
        display: none;
    }
}


@media (max-width: 768px) {

    .site-branding {
        max-width: 80%;
    }
    .header-image {
        padding: 50px 0;
    }
    .header-image div {
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        top: 0;
        left: 0;
    }
    .header-image  .page-title {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        font-size: 20px;
        margin: 0;
        display: table;
    }
    .header-image  .page-title span {
        width: 100%;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    .section-career {
        padding: 50px 0;
        background-position: center;
    }
    .section-career h2 {
        font-size: 22px;
        padding-right: 60px;
        line-height: 30px;
        max-width: 100%;
    }
    .flexslider .slides  li .slide-caption h2 {
        font-size: 22px;
    }

    .site-content .header-career {
        background-size: cover;
        padding: 100px 0;
        background-position: right;
    }
    .site-content .header-career h1 {
        display: block;
        font-size: 30px;
        position: static;
    }
    .site-content .header-career h3 {
        font-size: 20px;
    }
    .site-content .header-career form {
        text-align: center;
    }
    .site-content .header-career form select,
    .site-content .header-career form span ,
    .site-content .header-career form input {
        display: block;
        margin: 0 auto;
    }
    .site-content .header-career form select {
        min-width: 250px;
    }
    .site-content .header-career form span {
        margin: 10px 0;
    }
    .site-content .header-career form input {
        margin-top: 20px;
    }
    .site-content .searching-page .header-career {
        padding: 0;
    }

    #map-wrap {
        display: none;
    }
	.state-results h3, .search-results h3 {
		margin-top: 15px;
	}
	
	.white-paper-registration {
		max-width: 100%;
	}
}
@media screen and (min-width: 1200px) {
    .main-navigation ul {
        display: block;
    }
    .nav-form {
        display: none;
    }
    .site-branding {
        max-width:29%;
    }
}

@media screen and (max-width: 479px) {
    body  {
        font-size: 16px;
    }
    .properties-section ul, .clients_section ul {
        margin-bottom: 0;
    }
    .properties-section ul li {
        display: block;
        padding: 20px 0;
    }
    .clients_section ul li {
        display: inline-block;
        width: 47%;
        text-align: center;
        padding: 15px;
		margin-bottom: 20px;
    }
    .clients_section ul li:nth-of-type(2n+1) {
        clear: left;
    }
    .flex-control-nav, .flex-direction-nav {
        display: none;
    }
    .flexslider .slides  li .slide-caption {
        padding: 0 !important;
    }
    .flexslider .slides  li .slide-caption h2 {
        position: absolute;
        width: 100%;
        height: 100%;
        display: table;
        top: 0;
        left: 0;
        margin: 0;
    }

    .flexslider .slides  li .slide-caption h2 a {
        text-align: center;
        display: table-cell;
        vertical-align: middle;
    }
    .section-career a.btn {
        display: table;
        margin: 30px auto 0;
    }
    .state-dropdown-mobile {
        display: table;
        margin: 0 auto;
    }

}


