/*
Theme Name: Hostales SP
Theme URI: https://www.hostales-sp.com/
Author: La Caja de Bombillas
Author URI: https://www.lacajadebombillas.es/
Version: 1.2
License: Attribution-NonCommercial-NoDerivatives 4.0 International
License URI: http://creativecommons.org/licenses/by-nc-nd/4.0/
Text Domain: hostalessp
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Media Queries
 * ----------------------------------------------------------------------------
 */

/**
 * 1.0 Reset
 * -----------------------------------------------------------------------------
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
}
html {
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
a:focus {
    outline: thin dotted;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
}
del {
    color: #333;
}
ins {
    background: #fff9c0;
    text-decoration: none;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 24px;
    margin-bottom: 1.714285714rem;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
small {
    font-size: smaller;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}
/* Body, links, basics */

html {
    font-size: 87.5%;
}
body {
    font-size: 15px;
    font-family: "Lato", sans-serif;
    text-rendering: optimizeLegibility;
    color: #656565;
    background-color: #DDD;
}
a {
    color: #BF9958;
    font-weight: bold;
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #656565;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
/* Support a widely-adopted but non-standard selector for text selection styles to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898. */
::selection {
    background-color: #BF9958;
    color: #FFF;
    text-shadow: none;
}
::-moz-selection {
 background: #BF9958;
 color: #FFF;
 text-shadow: none;
}
/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */
input {
    max-width: 100%;
    margin: 0;
    padding: 9px 10px;
    color: #2b2b2b;
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
    vertical-align: baseline;
    border: 1px solid #E5E5E5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input:focus {
    border: 1px solid rgba(0, 0, 0, 0.3);
    outline: 0;
}
input[disabled] {
    cursor: default;
}
input[type="checkbox"] {
    padding: 0;
}
input[type="radio"] {
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
 input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
select {
    max-width: 100%;
    margin: 0;
    padding: 9px 10px;
    color: #2b2b2b;
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
    vertical-align: baseline;
    border: 1px solid #E5E5E5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
select:focus {
    border: 1px solid rgba(0, 0, 0, 0.3);
    outline: 0;
}
textarea {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 9px 10px;
    color: #2b2b2b;
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
    vertical-align: top;
    overflow: auto;
    border: 1px solid #E5E5E5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
textarea:focus {
    border: 1px solid rgba(0, 0, 0, 0.3);
    outline: 0;
}
/* Buttons */

button {
    max-width: 100%;
    margin: 0;
    padding: 10px 30px;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: inherit;
    line-height: normal;
    vertical-align: bottom;
    background-color: #BF9958;
    -webkit-appearance: button;
    cursor: pointer;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
button:hover {
    background-color: #656565;
}
button:focus {
    background-color: #BF9958;
}
button:active {
    background-color: #74d9ff;
}
button[disabled] {
    cursor: default;
}
 button::-moz-focus-inner {
 border: 0;
 padding: 0;
}
a.button, a.book-now, a.more-link, a.comment-reply-link {
    max-width: 100%;
    padding: 10px 30px;
    display: inline-block;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: inherit;
    line-height: normal;
    vertical-align: bottom;
    background-color: #BF9958;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a.button:hover, a.book-now:hover, a.more-link:hover, a.comment-reply-link:hover {
    background-color: #656565;
}
a.button:focus, a.book-now:focus, a.more-link:focus, a.comment-reply-link:focus {
    background-color: #BF9958;
}
a.button:active, a.book-now:active, a.more-link:active, a.comment-reply-link:active {
    background-color: #74d9ff;
}
input[type="button"] {
    padding: 10px 30px;
    color: #fff;
    vertical-align: bottom;
    background-color: #BF9958;
    -webkit-appearance: button;
    cursor: pointer;
    border: 0;
}
input[type="button"]:hover {
    background-color: #656565;
}
input[type="button"]:focus {
    background-color: #BF9958;
}
input[type="button"]:active {
    background-color: #74d9ff;
}
input[type="reset"] {
    padding: 10px 30px;
    color: #fff;
    vertical-align: bottom;
    background-color: #BF9958;
    -webkit-appearance: button;
    cursor: pointer;
    border: 0;
}
input[type="reset"]:hover {
    background-color: #656565;
}
input[type="reset"]:focus {
    background-color: #BF9958;
}
input[type="reset"]:active {
    background-color: #74d9ff;
}
input[type="submit"] {
    padding: 10px 30px;
    color: #fff;
    vertical-align: bottom;
    background-color: #BF9958;
    -webkit-appearance: button;
    cursor: pointer;
    border: 0;
}
input[type="submit"]:hover {
    background-color: #656565;
}
input[type="submit"]:focus {
    background-color: #BF9958;
}
input[type="submit"]:active {
    background-color: #74d9ff;
}
/* Widgets */

.widget {
    margin-bottom: 30px;
    padding-bottom: 30px;
    line-height: 1.5;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    border-bottom: 1px solid #E5E5E5;
}
.widget:last-of-type {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}
.widget .widget-title {
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    font-family: "Merriweather", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #E5E5E5;
}
.widget .widget-title:before {
    width: 48px;
    position: absolute;
    bottom: -3px;
    left: 0;
    content: "";
    border-bottom: 3px solid #BF9958;
}
.widget h1 {
    margin-bottom: 30px;
    font-family: "Merriweather", sans-serif;
    font-size: 22px;
}
.widget h2 {
    margin-bottom: 30px;
    font-family: "Merriweather", sans-serif;
    font-size: 20px;
}
.widget h3 {
    margin-bottom: 30px;
    font-family: "Merriweather", sans-serif;
    font-size: 18px;
}
.widget h4 {
    margin-bottom: 30px;
    font-family: "Merriweather", sans-serif;
    font-size: 17px;
}
.widget h5 {
    margin-bottom: 30px;
    font-family: "Merriweather", sans-serif;
    font-size: 16px;
}
.widget h6 {
    margin-bottom: 30px;
    font-family: "Merriweather", sans-serif;
    font-size: 15px;
}
.widget p {
    margin-bottom: 30px;
}
.widget p:last-of-type {
    margin-bottom: 0px;
}
.widget ul {
    margin-bottom: 30px;
    list-style: disc outside;
}
.widget ul ol {
    margin-bottom: 0;
}
.widget ul ul {
    margin-bottom: 0;
}
.widget ol {
    margin-bottom: 30px;
    list-style: decimal outside;
}
.widget ol ol {
    margin-bottom: 0;
}
.widget ol ul {
    margin-bottom: 0;
}
.widget li {
    margin-left: 25px;
}
.widget blockquote {
    margin-bottom: 30px;
    padding: 0 30px;
    font-family: "Merriweather", sans-serif;
    border-left: 5px solid #BF9958;
}
.widget blockquote p:last-child {
    margin-bottom: 0;
}
.widget blockquote cite {
    margin-top: 30px;
    display: block;
    text-align: right;
}
.widget code {
    font-family: Consolas, Monaco, Lucida Console, monospace;
}
.widget pre {
    margin-bottom: 30px;
    padding: 0 30px;
    font-family: Consolas, Monaco, Lucida Console, monospace;
    border-left: 5px solid #E5E5E5;
    overflow: auto;
}
.widget pre code {
    display: block;
}
.widget abbr {
    border-bottom: 1px dashed #1c1c1c;
    cursor: help;
}
.widget dfn {
    border-bottom: 1px dashed #1c1c1c;
    cursor: help;
}
.widget acronym {
    border-bottom: 1px dashed #1c1c1c;
    cursor: help;
}
.widget address {
    margin-bottom: 30px;
    margin-left: 40px;
    display: block;
}
.widget address:first-line {
    font-weight: bold;
}
.widget img {
    height: auto;
    max-width: 100%;
}
.widget embed {
    max-width: 100%;
    margin-bottom: 30px;
}
.widget iframe {
    max-width: 100%;
    margin-bottom: 30px;
}
.widget object {
    max-width: 100%;
    margin-bottom: 30px;
}
.widget video {
    max-width: 100%;
    margin-bottom: 30px;
}
.widget .twitter-tweet-rendered {
    width: 100% !important;
    margin-bottom: 30px;
}
.widget dl {
    margin-bottom: 30px;
}
.widget dt {
    margin-bottom: 10px;
    font-weight: bold;
}
.widget dd {
    margin-bottom: 30px;
    margin-left: 30px;
}
.widget table {
    width: 100%;
    margin-bottom: 30px;
}
.widget table caption {
    margin-top: 30px;
    margin-bottom: 30px;
}
.widget table td {
    padding: 10px;
    border-bottom: 1px solid #E5E5E5;
}
.widget table th {
    padding: 10px;
    font-weight: bold;
    border-bottom: 1px solid #E5E5E5;
}
.widget input[type=text], .widget input[type=url], .widget input[type=tel], .widget input[type=number], .widget input[type=color], .widget input[type=email], .widget textarea {
    width: 100%;
}
.widget button, .widget input[type="submit"], .widget input[type="button"], .widget input[type="reset"] {
    width: auto;
    float: right;
}
.widget_search .screen-reader-text {
    display: none;
}
.widget_search .search-field {
    width: 100%;
    margin-bottom: 10px;
}
.widget_search .search-submit {
    float: right;
}
.widget_archive ul {
    margin-bottom: 0 !important;
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-gap: 30px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    list-style: none !important;
}
.widget_archive li {
    margin-left: 0 !important;
}
.widget_calendar table {
    margin-bottom: 0 !important;
}
.widget_calendar table caption {
    margin-top: 0 !important;
}
.widget_calendar td {
    text-align: center;
}
.widget_calendar th {
    text-align: center;
}
.widget_calendar tbody a {
    margin: -10px;
    padding: 10px;
    display: block;
}
.widget_calendar tbody a {
    color: #FFF;
    background-color: #BF9958;
}
.widget_calendar tbody a:hover {
    background-color: #656565;
}
.widget_calendar #prev {
    text-align: left;
}
.widget_calendar #next {
    text-align: right;
}
.widget_categories ul {
    margin-bottom: 0 !important;
}
.widget_recent_comments ul {
    margin-bottom: 0 !important;
}
.widget_recent_entries ul {
    margin-bottom: 0 !important;
}
.widget_recent_entries .post-date {
    margin-left: 12px;
    font-size: 11px;
}
.widget_meta ul {
    margin-bottom: 0 !important;
}
.widget_tag_cloud .tagcloud {
    text-align: center;
}
.widget_pages ul {
    margin-bottom: 0 !important;
}
.widget_rss .widget-title a img {
    display: none;
}
.widget_rss ul {
    margin-bottom: 0 !important;
    list-style: none !important;
}
.widget_rss li {
    margin-bottom: 20px;
    margin-left: 0 !important;
}
.widget_rss li:last-of-type {
    margin-bottom: 0 !important;
}
.widget_rss li .rss-date {
    margin-left: 10px;
    font-size: 13px;
}
.widget_rss li .rssSummary {
    margin-top: 10px;
}
.widget_rss li cite {
    margin-top: 10px;
    display: block;
    font-family: "Merriweather", sans-serif;
    font-style: italic;
    font-size: 14px;
    text-align: right;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
 color: #939393;
}
:-moz-placeholder {
 color: #939393;
}
::-moz-placeholder {
 color: #939393;
 opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
 color: #939393;
}
/* Responsive images. Fluid images for posts, comments, and widgets */

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */

/* Make sure embeds and iframes fit their containers */

/* Images */

.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft {
    margin-right: 30px;
    margin-bottom: 30px;
}
img.alignright {
    margin-bottom: 30px;
    margin-left: 30px;
}
img.aligncenter {
    margin: 30px auto;
    display: block;
}
img.alignnone {
    margin-bottom: 30px;
    display: block;
}
.wp-caption {
    max-width: 100%;
    font-family: "Merriweather", sans-serif;
    font-size: 14px;
}
.wp-caption img {
    width: 100%;
    margin-bottom: 10px;
}
.wp-caption .wp-caption-text {
    width: 100%;
}
.gallery {
    margin-bottom: 30px;
    color: #fff;
    font-family: "Merriweather", sans-serif;
    font-size: 14px;
    background-color: #1C1C1C;
}
.gallery-item {
    width: 100%;
    position: relative;
    float: left;
    overflow: hidden;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33.33333333333333%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16.66666666666667%;
}
.gallery-columns-7 .gallery-item {
    width: 14.28571428571429%;
}
.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    width: 11.11111111111111%;
}
.gallery-icon {
    line-height: 0px;
}
.gallery-icon img {
    width: 100%;
    height: auto;
}
.gallery-caption {
    width: 100%;
    max-height: 50%;
    margin-bottom: 0px;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    background-color: #1C1C1C;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gallery-item:hover .gallery-caption {
    opacity: 1;
}
/* Assistive text */
.hide {
    display: none;
}
/* Assistive text */
.required {
    color: #FF0000;
}
/* Clearing floats */
[class*="site"]:before, [class*="site"]:after, .header-main:before, .header-main:after, [class*="content"]:before, [class*="content"]:after, .hentry:before, .hentry:after, .gallery:before, .gallery:after, .footer-sidebar:before, .footer-sidebar:after, .front-page-sidebar:before, .front-page-sidebar:after {
    content: "";
    display: table;
}
[class*="site"]:after, .header-main:after, [class*="content"]:after, .hentry:after, .gallery:after, .footer-sidebar:after, .front-page-sidebar:after {
    clear: both;
}
/* Genericons */
.language-navigation .menu-item-has-children > a:after, .social-navigation ul li a:after, .map-marker:after, .tparrows.default:before, .primary-navigation .menu-item-has-children li.menu-item-has-children > a:after, .primary-navigation .menu-item-has-children li.page_item_has_children > a:after, .primary-navigation .page_item_has_children li.menu-item-has-children > a:after, .entry-meta > span.entry-date a:after, .entry-meta .author a:after, .entry-meta > span.comments-link a:after, .attachment .entry-meta > span.entry-date:after, .entry-meta > span.full-size-link a:after, .entry-meta > span.parent-post-link a:after, .entry-meta > span.edit-link a:after, .entry-content span.edit-link a:after, .comment-metadata > span.edit-link a:after, .comment-reply-title a:after {
    display: inline-block;
    vertical-align: text-bottom;
    -webkit-font-smoothing: antialiased;
    font: normal 16px/1 Genericons;
}
/* Revolution Slider */

.tp-bannertimer {
    height: 3px !important;
    background-color: #BF9958;
    background-image: none !important;
}
.tparrows.default {
    width: 60px !important;
    height: 60px !important;
    color: #FFF;
    text-align: center;
    background-color: #BF9958 !important;
    background-image: none !important;
    border-radius: 30px;
}
.tparrows.default:hover {
    background-color: #9D7632 !important;
}
.tparrows.default:before {
    font-size: 60px;
    line-height: 60px;
    content: '\f101';
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.tp-leftarrow.tparrows.default:before {
    content: '\f432' !important;
}
.tp-rightarrow.tparrows.default:before {
    content: '\f431' !important;
}
.tp-bullets.simplebullets.round .bullet {
    width: 14px !important;
    height: 14px !important;
    margin-left: 5px !important;
    border-radius: 10px;
    background-color: #FFF;
    background-image: none !important;
}
.tp-bullets.simplebullets.round .bullet.last {
    margin-right: 5px !important;
}
.tp-bullets.simplebullets.round .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected {
    background-color: #1C1C1C;
}
/* Contact Form 7 */
.wpcf7-form {
    line-height: 1.5;
}
.wpcf7-form p {
    margin-bottom: 30px;
}
.wpcf7-form p:last-of-type {
    margin-bottom: 0px;
}
.wpcf7-form label {
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
}
.wpcf7-form input[type="text"] {
    width: 100%;
}
.wpcf7-form input[type="email"] {
    width: 100%;
}
.wpcf7-form input[type="url"] {
    width: 100%;
}
/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.site {
    width: 100%;
}
.site-eyebrow {
    width: auto;
    margin: 20px;
}
.language-navigation {
    width: 100%;
    margin: 0 0 20px;
    font-family: "Merriweather", sans-serif;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.language-navigation ul {
    font-size: 0;
    text-align: center;
}
.language-navigation ul li {
    margin-right: 20px;
    position: relative;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}
.language-navigation ul li:last-of-type {
    margin-right: 0;
}
.language-navigation ul li ul li {
    font-size: 12px;
    line-height: 19px;
}
.language-navigation ul li a {
    display: inline-block;
    font-weight: normal;
    letter-spacing: 1px;
}
.social-navigation {
    width: 100%;
    margin: 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.social-navigation .menu-toggle {
    display: none;
}
.social-navigation ul {
    font-size: 0;
    text-align: center;
}
.social-navigation ul li {
    margin-left: 20px;
    display: inline-block;
    text-align: center;
}
.social-navigation ul li:first-of-type {
    margin-left: 0;
}
.social-navigation ul li a {
    width: 24px;
    height: 24px;
    display: block;
    font-size: 0;
}
.social-navigation ul li a:after {
    font-size: 24px;
    line-height: 24px;
    content: '\f101';
}
.social-navigation ul li a[href*="facebook.com"]:after, .social-navigation ul li a[href*="on.fb.me"]:after {
    content: '\f203';
}
.social-navigation ul li a[href*="twitter.com"]:after {
    content: '\f202';
}
.social-navigation ul li a[href*="vimeo.com"]:after {
    content: '\f212';
}
.social-navigation ul li a[href*="instagram.com"]:after {
    content: '\f215';
}
.social-navigation ul li a[href*="youtube.com"]:after {
    content: '\f213';
}
.social-navigation ul li a[href*="plus.google.com"]:after, .social-navigation ul li a[href*="google.com/+"]:after {
    content: '\f218';
}
.social-navigation ul li a[href*="/feed/"]:after, .social-navigation ul li a[href*="/rss/"]:after {
    content: '\f413';
}
a.book-now {
    width: 100%;
    padding: 10px;
    font-weight: normal;
    text-align: center;
}
.site-header {
    width: 100%;
    position: relative;
    background-color: #FFF;
    border-bottom: 1px solid #E5E5E5;
}
.site-header:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    border-top: 48px solid #DDDDDD;
    border-left: 48px solid transparent;
    content: "";
}
.map-marker {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    left: 44px;
    display: block;
    z-index: 1;
    font-size: 0;
    text-align: center;
}
.map-marker:before {
    position: absolute;
    top: 0;
    left: -24px;
    z-index: -1;
    border-top: 48px solid #DDDDDD;
    border-left: 48px solid transparent;
    border-right: 48px solid transparent;
    content: "";
}
.map-marker:after {
    font-size: 48px;
    line-height: 48px;
    content: '\f417';
}
.header-main {
    width: auto;
    padding: 20px;
}
.site-title {
    width: 242px;
    margin: 0 auto 20px;
}
.site-title a {
    width: 242px;
    height: 61px;
    display: block;
    text-indent: -9999em;
    background-image: url(images/hostales-sp-logo.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}
.primary-navigation {
    width: 100%;
    font-family: "Merriweather", sans-serif;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.primary-navigation .menu-toggle {
    display: none;
}
.primary-navigation .screen-reader-text {
    display: none;
}
.primary-navigation ul {
    font-size: 0;
}
.primary-navigation ul li {
    margin-bottom: 1px;
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 24px;
}
.primary-navigation ul li:before {
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    border-bottom: 1px solid #E5E5E5;
}
.primary-navigation ul li:last-of-type {
 margin-bottom 0 !important;
}
.primary-navigation ul li:last-of-type:before {
    border-bottom: none !important;
}
.primary-navigation ul li a {
    padding: 21px 20px;
    display: block;
    font-weight: normal;
    letter-spacing: 1px;
}
.primary-navigation ul li a span {
    display: block !important;
    text-transform: lowercase;
    letter-spacing: normal !important;
    color: #a09d9d !important;
}
.primary-navigation ul li a:hover span {
    color: #999999 !important;
}
.primary-navigation ul li ul {
    display: none;
}
.site-description {
    display: none;
}
.rev_slider_wrapper {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.site-main {
    width: auto;
    padding: 20px;
    background-color: #FFF;
}
.archive-header {
    margin: -20px -20px 20px;
    padding: 20px;
    color: #FFF;
    background-color: #1C1C1C;
}
.archive-title {
    font-family: "Merriweather", sans-serif;
    font-size: 24px;
    line-height: 1.5;
}
.taxonomy-description {
    margin-top: 20px;
    line-height: 1.5;
    font-size: 15px;
}
.taxonomy-description p {
    margin-bottom: 20px;
}
.taxonomy-description p:last-of-type {
    margin-bottom: 0px;
}
.author-description {
    margin-top: 20px;
    line-height: 1.5;
    font-size: 15px;
}
.page-header {
    margin: -20px -20px 20px;
    padding: 20px;
    color: #FFF;
    background-color: #1C1C1C;
}
.page-title {
    font-family: "Merriweather", sans-serif;
    font-size: 24px;
    line-height: 1.5;
}
.page-content {
    margin-top: 20px;
    line-height: 1.5;
    font-size: 15px;
}
.page-content p {
    margin-bottom: 20px;
}
.content-area {
    width: 100%;
    overflow: hidden;
}
.hentry {
    margin-bottom: 20px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    border-bottom: 1px solid #E5E5E5;
}
.hentry:last-of-type {
    margin-bottom: 0 !important;
    border-bottom: none !important;
}
.hentry .rev_slider_wrapper {
    margin-bottom: 20px !important;
}
.post-thumbnail {
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
}
.post-thumbnail img {
    width: 100%;
    height: auto;
}
.entry-header {
    margin-bottom: 20px;
}
.entry-meta {
    margin-bottom: 10px;
    font-size: 13px
}
.entry-meta > span {
    margin-bottom: 10px;
    display: block;
}
.entry-meta > span:last-of-type {
    margin-bottom: 0;
}
.entry-meta > span.cat-links {
    text-transform: uppercase;
}
.entry-title {
    margin-bottom: 20px;
    font-family: "Merriweather", sans-serif;
    font-size: 22px;
    line-height: 1.3;
}
.entry-meta > span.featured-post {
    font-weight: bold;
}
.entry-meta > span.entry-date a {
    padding-left: 16px;
    position: relative;
}
.entry-meta > span.entry-date a:after {
    position: absolute;
    top: 3px;
    left: -2px;
    content: '\f303';
}
.entry-meta .author a {
    padding-left: 16px;
    position: relative;
}
.entry-meta .author a:after {
    position: absolute;
    top: 3px;
    left: -2px;
    content: '\f304';
}
.entry-meta > span.comments-link a {
    padding-left: 16px;
    position: relative;
}
.entry-meta > span.comments-link a:after {
    position: absolute;
    top: 3px;
    left: -2px;
    content: '\f300';
}
.attachment .entry-meta > span.entry-date {
    padding-left: 16px;
    position: relative;
}
.attachment .entry-meta > span.entry-date:after {
    position: absolute;
    top: 3px;
    left: -2px;
    content: '\f303';
}
.entry-meta > span.full-size-link a {
    padding-left: 16px;
    position: relative;
}
.entry-meta > span.full-size-link a:after {
    position: absolute;
    top: 3px;
    left: -2px;
    content: '\f402';
}
.entry-meta > span.parent-post-link a {
    padding-left: 16px;
    position: relative;
}
.entry-meta > span.parent-post-link a:after {
    position: absolute;
    top: 3px;
    left: -2px;
    content: '\f301';
}
.entry-meta > span.edit-link a {
    padding-left: 16px;
    position: relative;
}
.entry-meta > span.edit-link a:after {
    position: absolute;
    top: 3px;
    left: -2px;
    content: '\f411';
}
.entry-content {
    margin-bottom: 20px;
    line-height: 1.5;
}
.entry-content h1 {
    margin-bottom: 20px;
    font-family: "Merriweather", sans-serif;
    font-size: 22px;
}
.entry-content h2 {
    margin-bottom: 20px;
    font-family: "Merriweather", sans-serif;
    font-size: 20px;
}
.entry-content h3 {
    margin-bottom: 20px;
    font-family: "Merriweather", sans-serif;
    font-size: 18px;
}
.entry-content h4 {
    margin-bottom: 20px;
    font-family: "Merriweather", sans-serif;
    font-size: 17px;
}
.entry-content h5 {
    margin-bottom: 20px;
    font-family: "Merriweather", sans-serif;
    font-size: 16px;
}
.entry-content h6 {
    margin-bottom: 20px;
    font-family: "Merriweather", sans-serif;
    font-size: 15px;
}
.entry-content p {
    margin-bottom: 20px;
}
.entry-content ul {
    margin-bottom: 20px;
    list-style: disc outside;
}
.entry-content ul ol {
    margin-bottom: 0;
}
.entry-content ul ul {
    margin-bottom: 0;
}
.entry-content ol {
    margin-bottom: 20px;
    list-style: decimal outside;
}
.entry-content ol ol {
    margin-bottom: 0;
}
.entry-content ol ul {
    margin-bottom: 0;
}
.entry-content li {
    margin-left: 25px;
}
.entry-content blockquote {
    margin-bottom: 32px;
    padding: 0 20px;
    font-family: "Merriweather", sans-serif;
    border-left: 5px solid #BF9958;
}
.entry-content blockquote p:last-child {
    margin-bottom: 0;
}
.entry-content blockquote cite {
    margin-top: 20px;
    display: block;
    text-align: right;
}
.entry-content code {
    font-family: Consolas, Monaco, Lucida Console, monospace;
}
.entry-content pre {
    margin-bottom: 20px;
    padding: 0 20px;
    font-family: Consolas, Monaco, Lucida Console, monospace;
    border-left: 5px solid #E5E5E5;
    overflow: auto;
}
.entry-content pre code {
    display: block;
}
.entry-content abbr {
    border-bottom: 1px dashed #1c1c1c;
    cursor: help;
}
.entry-content dfn {
    border-bottom: 1px dashed #1c1c1c;
    cursor: help;
}
.entry-content acronym {
    border-bottom: 1px dashed #1c1c1c;
    cursor: help;
}
.entry-content address {
    margin-bottom: 20px;
    margin-left: 40px;
    display: block;
}
.entry-content address:first-line {
    font-weight: bold;
}
.entry-content img {
    height: auto;
    max-width: 100%;
}
.entry-content embed {
    max-width: 100%;
    margin-bottom: 20px;
}
.entry-content iframe {
    max-width: 100%;
    margin-bottom: 20px;
}
.entry-content object {
    max-width: 100%;
    margin-bottom: 20px;
}
.entry-content video {
    max-width: 100%;
    margin-bottom: 20px;
}
.entry-content .twitter-tweet-rendered {
    width: 100% !important;
    margin-bottom: 20px;
}
.entry-content dl {
    margin-bottom: 20px;
}
.entry-content dt {
    margin-bottom: 10px;
    font-weight: bold;
}
.entry-content dd {
    margin-bottom: 20px;
    margin-left: 20px;
}
.entry-content table {
    width: 100%;
    margin-bottom: 20px;
}
.entry-content table caption {
    margin-top: 20px;
    margin-bottom: 20px;
}
.entry-content table td {
    padding: 10px 20px;
    border-bottom: 1px solid #E5E5E5;
}
.entry-content table th {
    padding: 10px 20px;
    font-weight: bold;
    border-bottom: 1px solid #E5E5E5;
}
.entry-content span.edit-link {
    margin-top: 20px;
    display: block;
    font-size: 13px;
}
.entry-content span.edit-link a {
    padding-left: 16px;
    position: relative;
}
.entry-content span.edit-link a:after {
    position: absolute;
    top: 3px;
    left: -2px;
    content: '\f411';
}
.page-links {
    margin-top: 20px;
    font-size: 0;
}
.page-links span {
    margin-right: 20px;
}
footer.entry-meta {
    margin-bottom: 20px;
    font-size: 15px;
}
footer.entry-meta a {
    margin-right: 20px;
}
footer.entry-meta a:last-of-type {
    margin-right: 0;
}
.entry-summary {
    margin-bottom: 20px;
    line-height: 1.5;
}
.entry-summary p {
    margin-bottom: 20px;
}
.entry-summary p:last-of-type {
    margin-bottom: 0px;
}
.paging-navigation {
    width: auto;
    margin-top: 20px;
    padding-top: 20px;
    font-size: 0;
    text-align: right;
    border-top: 1px solid #E5E5E5;
}
.paging-navigation .screen-reader-text {
    display: none;
}
.paging-navigation span {
    margin-right: 20px;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
}
.paging-navigation a {
    margin-right: 20px;
    display: inline-block;
    font-size: 16px;
}
.post-navigation {
    width: auto;
}
.post-navigation .screen-reader-text {
    display: none;
}
.nav-links {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    hyphens: auto;
    word-wrap: break-word;
}
.post-navigation a {
    width: 100%;
    padding: 20px 0;
    display: block;
    line-height: 1.6;
    text-transform: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.post-navigation .meta-nav {
    margin-bottom: 10px;
    position: relative;
    display: block;
    color: #656565;
    font-family: "Merriweather", sans-serif;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
}
.comments-area {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #E5E5E5;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.comments-title {
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
    font-family: "Merriweather", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #E5E5E5;
}
.comments-title:before {
    width: 48px;
    position: absolute;
    bottom: -3px;
    left: 0;
    content: "";
    border-bottom: 3px solid #BF9958;
}
.comment-list article {
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #E5E5E5;
}
.comment-list > li:first-child > article {
    padding-top: 0 !important;
    border-top: none !important;
}
.comment-meta {
    margin-bottom: 20px;
    padding-left: 64px;
    position: relative;
    font-size: 15px;
    line-height: 1.5;
}
.comment-author .avatar {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 0;
}
.says {
    display: none;
}
.comment-metadata {
    font-size: 13px
}
.comment-metadata > span.edit-link a {
    margin-left: 20px;
    padding-left: 16px;
    position: relative;
}
.comment-metadata > span.edit-link a:after {
    position: absolute;
    top: 3px;
    left: -2px;
    content: '\f411';
}
.comment-content {
    padding-left: 64px;
    line-height: 1.5;
}
.comment-content h1 {
    margin-bottom: 20px;
    font-family: "Merriweather", sans-serif;
    font-size: 22px;
}
.comment-content h2 {
    margin-bottom: 20px;
    font-family: "Merriweather", sans-serif;
    font-size: 20px;
}
.comment-content h3 {
    margin-bottom: 20px;
    font-family: "Merriweather", sans-serif;
    font-size: 18px;
}
.comment-content h4 {
    margin-bottom: 20px;
    font-family: "Merriweather", sans-serif;
    font-size: 17px;
}
.comment-content h5 {
    margin-bottom: 20px;
    font-family: "Merriweather", sans-serif;
    font-size: 16px;
}
.comment-content h6 {
    margin-bottom: 20px;
    font-family: "Merriweather", sans-serif;
    font-size: 15px;
}
.comment-content p {
    margin-bottom: 20px;
}
.comment-content ul {
    margin-bottom: 20px;
    list-style: disc outside;
}
.comment-content ul ol {
    margin-bottom: 0;
}
.comment-content ul ul {
    margin-bottom: 0;
}
.comment-content ol {
    margin-bottom: 20px;
    list-style: decimal outside;
}
.comment-content ol ol {
    margin-bottom: 0;
}
.comment-content ol ul {
    margin-bottom: 0;
}
.comment-content li {
    margin-left: 25px;
}
.comment-content blockquote {
    margin-bottom: 20px;
    padding: 0 20px;
    font-family: "Merriweather", sans-serif;
    border-left: 5px solid #BF9958;
}
.comment-content blockquote p:last-child {
    margin-bottom: 0;
}
.comment-content blockquote cite {
    margin-top: 20px;
    display: block;
    text-align: right;
}
.comment-content code {
    font-family: Consolas, Monaco, Lucida Console, monospace;
}
.comment-content pre {
    margin-bottom: 20px;
    padding: 0 20px;
    font-family: Consolas, Monaco, Lucida Console, monospace;
    border-left: 5px solid #E5E5E5;
    overflow: auto;
}
.comment-content pre code {
    display: block;
}
.comment-content abbr {
    border-bottom: 1px dashed #1c1c1c;
    cursor: help;
}
.comment-content dfn {
    border-bottom: 1px dashed #1c1c1c;
    cursor: help;
}
.comment-content acronym {
    border-bottom: 1px dashed #1c1c1c;
    cursor: help;
}
.comment-content address {
    margin-bottom: 20px;
    margin-left: 40px;
    display: block;
}
.comment-content address:first-line {
    font-weight: bold;
}
.comment-content img {
    height: auto;
    max-width: 100%;
}
.comment-content dl {
    margin-bottom: 20px;
}
.comment-content dt {
    margin-bottom: 10px;
    font-weight: bold;
}
.comment-content dd {
    margin-bottom: 20px;
    margin-left: 20px;
}
.comment-content table {
    width: 100%;
    margin-bottom: 20px;
}
.comment-content table caption {
    margin-top: 20px;
    margin-bottom: 20px;
}
.comment-content table td {
    padding: 10px 20px;
    border-bottom: 1px solid #E5E5E5;
}
.comment-content table th {
    padding: 10px 20px;
    font-weight: bold;
    border-bottom: 1px solid #E5E5E5;
}
.comment-list .reply {
    margin-top: 20px;
    padding-left: 64px;
}
.comment-list .children {
    margin-left: 20px;
}
.comment-list .trackback {
    margin-bottom: 20px;
    padding-top: 20px;
    line-height: 1.3;
    border-top: 1px solid #E5E5E5;
}
.comment-list > .trackback:first-child {
    padding-top: 0 !important;
    border-top: none !important;
}
.comment-list .pingback {
    margin-bottom: 20px;
    padding-top: 20px;
    line-height: 1.3;
    border-top: 1px solid #E5E5E5;
}
.comment-list > .pingback:first-child {
    padding-top: 0 !important;
    border-top: none !important;
}
.comment-navigation {
    width: auto;
    margin-top: 20px;
    padding-top: 20px;
    font-size: 0;
    text-align: right;
    border-top: 1px solid #E5E5E5;
}
.comment-navigation .screen-reader-text {
    display: none;
}
.comment-navigation div {
    display: inline-block;
}
.comment-navigation .nav-previous {
    margin-right: 20px;
}
.comment-navigation a {
    font-size: 16px;
}
.comment-respond {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #E5E5E5;
}
.comment-reply-title {
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
    font-family: "Merriweather", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #E5E5E5;
}
.comment-reply-title:before {
    width: 48px;
    position: absolute;
    bottom: -3px;
    left: 0;
    content: "";
    border-bottom: 3px solid #BF9958;
}
.comment-reply-title small a {
    width: 15px;
    height: 15px;
    float: right;
    display: block;
    font-size: 0;
    text-align: center;
    overflow: hidden;
}
.comment-reply-title small a:before {
    font-size: 15px;
    line-height: 15px;
    content: '\f406';
}
.comment-form {
    line-height: 1.5;
}
.comment-form p {
    margin-bottom: 20px;
}
.comment-form p:last-of-type {
    margin-bottom: 0px;
}
.comment-form label {
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
}
.comment-form input[type="text"] {
    width: 100%;
}
.comment-form input[type="email"] {
    width: 100%;
}
.comment-form input[type="url"] {
    width: 100%;
}
.entry-attachment {
    margin-bottom: 20px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    border-bottom: 1px solid #E5E5E5;
}
.attachment {
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
}
.attachment img {
    width: 100%;
    height: auto;
}
.entry-caption {
    margin-bottom: 20px;
    line-height: 1.5;
}
.entry-caption p {
    margin-bottom: 20px;
}
.entry-caption p:last-of-type {
    margin-bottom: 0;
}
.image-navigation {
    width: auto;
    margin-top: 20px;
    padding-top: 20px;
    font-size: 0;
    text-align: right;
    border-top: 1px solid #E5E5E5;
}
.image-navigation a {
    display: inline-block;
    font-size: 16px;
}
.image-navigation .previous-image {
    margin-right: 20px;
}
.mu_register {
    width: 100%;
}
.mu_register h2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    font-family: "Merriweather", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #E5E5E5;
}
.mu_register h2:before {
    width: 48px;
    position: absolute;
    bottom: -3px;
    left: 0;
    content: "";
    border-bottom: 3px solid #BF9958;
}
.mu_register label {
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
}
.mu_register .error {
    padding: 8px 10px;
    color: #CC0000;
    background: #FFEBE8;
    border: 1px solid #CC0000;
    margin-bottom: 20px;
}
.mu_register .mu_alert {
    padding: 8px 10px;
    color: #e6db55;
    background: #ffffe0;
    border: 1px solid #e6db55;
    margin-bottom: 20px;
}
.mu_register p {
    margin-bottom: 20px;
}
.mu_register p.submit {
    margin-bottom: 0;
}
.mu_register ul {
    margin-bottom: 20px;
    list-style: disc outside;
}
.mu_register ul ul {
    margin-bottom: 0;
}
.mu_register li {
    margin-left: 20px;
}
.mu_register form {
    line-height: 1.5;
}
.mu_register label.checkbox {
    display: inline;
}
.mu_register input[type="text"] {
    width: 100%;
    margin-bottom: 20px;
}
#secondary {
    width: 100%;
}
.site-footer {
    width: auto;
    padding: 20px;
    color: #FFF;
    background-color: #1C1C1C;
}
.footer-sidebar {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #333333;
}
.footer-sidebar .widget {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: none;
}
.footer-sidebar .widget .widget-title {
    border-bottom: 1px solid #333333;
}
.front-page-sidebar {
    width: 100%;
}
.front-page-sidebar .widget {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 0;
    border-bottom: none;
}
/* Specific Classes */
body.page-template-page-templatesfront-page-php .site-main {
    background-image: url(images/front-page.png);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
body.page-template-page-templatesfront-page-php .entry-content {
    font-size: 17px;
}
body.zero-comments .comment-respond {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
body.error404 .page-content p {
    margin-bottom: 20px;
}
body.contact .site-main {
    background-image: url(images/contact.png);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

/**
 * 4.0 Media Queries
 * -----------------------------------------------------------------------------
 */
@media only screen and (min-width: 480px) {
.site-eyebrow {
    margin: 20px 30px;
}
.social-navigation ul li a {
    width: 48px;
    height: 48px;
}
.social-navigation ul li a:after {
    font-size: 48px;
    line-height: 48px;
}
.map-marker {
    left: 54px;
}
.header-main {
    padding: 30px;
}
.site-title {
    width: 440px;
    margin: 0 auto 30px;
}
.site-title a {
    width: 440px;
    height: 110px;
}
.site-main {
    padding: 30px;
}
.archive-header {
    margin: -30px -30px 30px;
    padding: 30px;
}
.taxonomy-description p {
    margin-bottom: 30px;
}
.page-header {
    margin: -30px -30px 30px;
    padding: 30px;
}
.page-content p {
    margin-bottom: 30px;
}
.hentry {
    margin-bottom: 30px;
}
.hentry .rev_slider_wrapper {
    margin-bottom: 30px !important;
}
.post-thumbnail {
    margin-bottom: 30px;
}
.entry-header {
    margin-bottom: 30px;
}
.entry-content {
    margin-bottom: 30px;
}
.entry-content h1 {
    margin-bottom: 30px;
}
.entry-content h2 {
    margin-bottom: 30px;
}
.entry-content h3 {
    margin-bottom: 30px;
}
.entry-content h4 {
    margin-bottom: 30px;
}
.entry-content h5 {
    margin-bottom: 30px;
}
.entry-content h6 {
    margin-bottom: 30px;
}
.entry-content p {
    margin-bottom: 30px;
}
.entry-content ul {
    margin-bottom: 30px;
}
.entry-content ol {
    margin-bottom: 30px;
}
.entry-content blockquote {
    margin-bottom: 30px;
    padding: 0 30px;
}
.entry-content blockquote cite {
    margin-top: 30px;
}
.entry-content pre {
    margin-bottom: 30px;
    padding: 0 30px;
}
.entry-content address {
    margin-bottom: 30px;
}
.entry-content embed {
    margin-bottom: 30px;
}
.entry-content iframe {
    margin-bottom: 30px;
}
.entry-content object {
    margin-bottom: 30px;
}
.entry-content video {
    margin-bottom: 30px;
}
.entry-content .twitter-tweet-rendered {
    margin-bottom: 30px;
}
.entry-content dl {
    margin-bottom: 30px;
}
.entry-content dd {
    margin-bottom: 30px;
    margin-left: 30px;
}
.entry-content table {
    margin-bottom: 30px;
}
.entry-content table caption {
    margin-top: 30px;
    margin-bottom: 30px;
}
.page-links {
    margin-top: 30px;
    font-size: 0;
}
footer.entry-meta {
    margin-bottom: 30px;
}
.entry-summary {
    margin-bottom: 30px;
}
.entry-summary p {
    margin-bottom: 30px;
}
.paging-navigation {
    margin-top: 30px;
    padding-top: 30px;
}
.post-navigation a {
    padding: 30px 0;
}
.comments-area {
    margin-top: 30px;
    padding-top: 30px;
}
.comments-title {
    margin-bottom: 30px;
}
.comment-list article {
    margin-bottom: 30px;
    padding-top: 30px;
}
.comment-content h1 {
    margin-bottom: 30px;
}
.comment-content h2 {
    margin-bottom: 30px;
}
.comment-content h3 {
    margin-bottom: 30px;
}
.comment-content h4 {
    margin-bottom: 30px;
}
.comment-content h5 {
    margin-bottom: 30px;
}
.comment-content h6 {
    margin-bottom: 30px;
}
.comment-content p {
    margin-bottom: 30px;
}
.comment-content ul {
    margin-bottom: 30px;
}
.comment-content ol {
    margin-bottom: 30px;
}
.comment-content blockquote {
    margin-bottom: 30px;
    padding: 0 30px;
}
.comment-content blockquote cite {
    margin-top: 30px;
}
.comment-content pre {
    margin-bottom: 30px;
    padding: 0 30px;
}
.comment-content address {
    margin-bottom: 30px;
}
.comment-content dl {
    margin-bottom: 30px;
}
.comment-content dd {
    margin-bottom: 30px;
    margin-left: 30px;
}
.comment-content table {
    margin-bottom: 30px;
}
.comment-content table caption {
    margin-top: 30px;
    margin-bottom: 30px;
}
.comment-list .children {
    margin-left: 30px;
}
.comment-list .trackback {
    margin-bottom: 30px;
    padding-top: 30px;
}
.comment-list .pingback {
    margin-bottom: 30px;
    padding-top: 30px;
}
.comment-navigation {
    margin-top: 30px;
    padding-top: 30px;
}
.comment-respond {
    margin-top: 30px;
    padding-top: 30px;
}
.comment-reply-title {
    margin-bottom: 30px;
}
.comment-form p {
    margin-bottom: 30px;
}
.entry-attachment {
    margin-bottom: 30px;
}
.attachment {
    margin-bottom: 30px;
}
.entry-caption {
    margin-bottom: 30px;
}
.entry-caption p {
    margin-bottom: 30px;
}
.image-navigation {
    margin-top: 30px;
    padding-top: 30px;
}
.mu_register h2 {
    margin-bottom: 30px;
}
.mu_register p {
    margin-bottom: 30px;
}
.mu_register ul {
    margin-bottom: 30px;
}
.mu_register li {
    margin-left: 30px;
}
.mu_register input[type="text"] {
    margin-bottom: 30px;
}
.site-footer {
    padding: 30px;
}
.footer-sidebar {
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.footer-sidebar .widget {
    margin-bottom: 30px;
}
/* Specific Classes */
body.error404 .page-content p {
    margin-bottom: 30px;
}
}

@media only screen and (min-width: 1024px) {
.site {
    width: 1024px;
    margin-right: auto;
    margin-left: auto;
}
.site-eyebrow {
    font-size: 13px;
}
.language-navigation {
    width: auto;
    margin: 0 20px 0 0;
    float: left;
    font-family: "Lato", sans-serif;
    text-transform: inherit;
}
.language-navigation ul li {
    margin-right: 10px;
}
.language-navigation ul li a span {
    display: none;
}
.social-navigation {
    width: auto;
    margin: 0 20px 0 0;
    float: left;
}
.social-navigation .menu-toggle {
    margin-right: 10px;
    float: left;
    display: inherit;
    line-height: 20px;
}
.social-navigation div {
    float: right;
}
.social-navigation ul {
    text-align: inherit;
}
.social-navigation ul li {
    margin-left: 10px;
}
.social-navigation ul li a {
    width: 20px;
    height: 20px;
}
.social-navigation ul li a:after {
    font-size: 20px;
    line-height: 20px;
}
a.book-now {
    width: auto;
    padding: 2px 5px;
    float: right;
    text-align: inherit;
}
.map-marker {
    left: 54px;
}
.site-title {
    width: auto;
    float: left;
    margin: 0;
}
.site-title a {
    width: 242px;
    height: 61px;
}
.primary-navigation {
    width: auto;
    margin-top: -10px;
    margin-bottom: -10px;
    float: right;
}
.primary-navigation ul li {
    margin: 0 1px 0 0;
    display: inline-block;
    font-size: 12px;
    line-height: 19px;
}
.primary-navigation ul li:before {
    width: inherit;
    height: 60px;
    top: 10px;
    right: -1px;
    bottom: inherit;
    left: inherit;
    content: "";
    border-right: 1px solid #E5E5E5;
    border-bottom: none;
}
.primary-navigation ul li:last-of-type {
    margin-right: 0;
}
.primary-navigation ul li:last-of-type:before {
    border-right: none;
}
.primary-navigation ul li a {
    display: inline-block;
}
.primary-navigation ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    font-family: "Lato", sans-serif;
    text-transform: none;
    background-color: #1C1C1C;
}
.primary-navigation ul li:hover > ul {
    display: block;
}
.primary-navigation ul li ul li {
    margin-right: 0;
    font-size: 15px;
}
.primary-navigation ul li ul li:before {
    border-right: none;
}
.primary-navigation ul li ul li a {
    width: 144px;
    padding: 12px 20px;
    display: block;
    letter-spacing: normal;
    color: #BF9958;
}
.primary-navigation ul li ul li a:hover {
    color: #9D7632;
}
.primary-navigation ul li ul li ul {
    top: 0;
    left: 100%;
}
.primary-navigation .current_page_item > a {
    color: #1C1C1C;
}
.primary-navigation ul li .current_page_item > a {
    color: #FFF;
}
.primary-navigation .current_page_ancestor > a {
    color: #1C1C1C;
}
.primary-navigation ul li .current_page_ancestor > a {
    color: #FFF;
}
.primary-navigation .current-menu-item > a {
    color: #1C1C1C;
}
.primary-navigation ul li .current-menu-item > a {
    color: #FFF;
}
.primary-navigation .current-menu-ancestor > a {
    color: #1C1C1C;
}
.primary-navigation ul li .current-menu-ancestor > a {
    color: #FFF;
}
.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after {
    position: absolute;
    top: 16px;
    right: 14px;
    font-size: 16px;
    content: "\f431";
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.primary-navigation .menu-item-has-children li.page_item_has_children > a:after {
    position: absolute;
    top: 16px;
    right: 14px;
    font-size: 16px;
    content: "\f431";
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.primary-navigation li .menu-item-has-children > a {
    width: 144px;
    padding-right: 20px;
}
.primary-navigation .page_item_has_children > a {
    padding-right: 20px;
}
.primary-navigation .page_item_has_children li.menu-item-has-children > a:after {
    position: absolute;
    top: 16px;
    right: 14px;
    font-size: 16px;
    content: "\f431";
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.primary-navigation .page_item_has_children li.page_item_has_children > a:after {
    position: absolute;
    top: 16px;
    right: 14px;
    font-size: 16px;
    content: "\f431";
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.primary-navigation li .page_item_has_children > a {
    width: 144px;
    padding-right: 20px;
}
.site-description {
    width: auto;
    margin: 0 30px;
    padding: 40px 0;
    font-family: "Merriweather", sans-serif;
    font-style: italic;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    border-top: 1px solid #E5E5E5;
    display: inherit;
}
.content-area {
    width: 603px;
    margin-right: 30px;
    padding-right: 30px;
    float: left;
    overflow: hidden;
    border-right: 1px solid #E5E5E5;
}
.entry-meta > span {
    margin-right: 20px;
    margin-bottom: 0;
    display: inline-block;
}
.entry-meta > span:last-of-type {
    margin-right: 0;
}
#secondary {
    width: 300px;
    float: right;
}
.site-footer {
    padding: 30px 90px;
}
.footer-sidebar .widget {
    width: 261px;
    margin-right: 30px;
    margin-bottom: 0;
    float: left;
}
.footer-sidebar .widget:nth-of-type(3n) {
    margin-right: 0;
}
.front-page-sidebar .widget {
    width: 261px;
    margin-right: 30px;
    margin-bottom: 0;
    float: left;
}
.front-page-sidebar .widget:nth-of-type(3n) {
    margin-right: 0;
}
/* Specific Classes */
body.full-width .content-area {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    float: none;
    border-right: none;
}
body.tax-location_cat .hentry {
    width: 465px;
    margin-right: 30px;
    float: left;
    border-bottom: none;
}
body.tax-location_cat .hentry:nth-of-type(2n) {
    margin-right: 0;
}
}

@media only screen and (min-width: 1152px) {
.site {
    width: 1140px;
}
.site-eyebrow {
    margin: 20px 90px;
}
.header-main {
    padding: 30px 90px;
}
.map-marker {
    left: 114px;
}
.site-description {
    margin: 0 90px;
}
.site-main {
    padding: 30px 90px;
}
.archive-header {
    margin: -30px -90px 30px;
    padding: 30px 90px;
    color: #FFF;
    background-color: #1C1C1C;
}
.page-header {
    margin: -30px -90px 30px;
    padding: 30px 90px;
    color: #FFF;
    background-color: #1C1C1C;
}
.content-area {
    width: 599px;
}
.footer-sidebar .widget {
    width: 300px;
}
.front-page-sidebar .widget {
    width: 300px;
}
}
