html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
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;
}
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;
} body,
button,
input,
select,
textarea {
color: #67747a;
font-family: "Roboto", sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
color: #37464d;
font-weight: 400;
line-height: 1.15;
margin: 0 0 1.2em 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: #37464d;
text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
color: #c19b76;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
margin-top: 1.5em;
}
h1 {
font-size: 26px;
font-size: 1.625rem;
}
h2 {
font-size: 23px;
font-size: 1.4375rem;
}
h3 {
font-size: 20px;
font-size: 1.25rem;
}
h4 {
font-size: 18px;
font-size: 1.125rem;
}
h5 {
font-size: 16px;
font-size: 1rem;
}
h6 {
font-size: 14px;
font-size: 0.875rem;
}
p {
margin: 0 0 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
border-left: 5px solid #c19b76;
font-style: italic;
margin: 0 0 1.5em;
padding: 0 1em 0 1.5em;
}
blockquote > p:last-child {
margin-bottom: 0;
}
address {
margin: 0 0 1.5em;
}
pre {
font-size: 15px;
font-size: 0.9375rem;
background: #f5f5f5;
font-family: "Courier 10 Pitch", Courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-size: 15px;
font-size: 0.9375rem;
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: rgba(193, 155, 118, 0.3);
text-decoration: none;
}
big {
font-size: 125%;
}
strong {
color: #37464d;
font-weight: 700;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
blockquote,
q {
quotes: "" "";
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
hr {
background-color: #eee;
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: 700;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
table,
th,
td {
border: 1px solid #eee;
}
table {
margin: 0 0 1.5em;
width: 100%;
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
table-layout: fixed; }
caption,
th,
td {
font-weight: normal;
text-align: left;
}
th {
border-width: 0 1px 1px 0;
color: #37464d;
font-weight: 700;
}
td {
border-width: 0 1px 1px 0;
}
th,
td {
padding: 0.4em;
} .button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
font-size: 12px;
font-size: 0.75rem;
background: #c19b76;
border-radius: 30px;
border: none;
box-shadow: none;
color: #fff;
display: inline-block;
line-height: 1;
padding: 11px 25px;
text-decoration: none !important;
text-shadow: none;
text-transform: uppercase;
transition-duration: 0.2s;
transition-property: background-color, color;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
vertical-align: top;
}
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
background-color: #ab8866;
color: #fff;
}
.button:hover,
.button:active,
.button:focus,
button:hover,
button:active,
button:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
outline: none;
}
.button.small {
font-size: 10px;
font-size: 0.625rem;
padding: 6px 15px;
}
.button.big {
font-size: 14px !important;
font-size: 0.875rem !important;
padding: 14px 35px;
}
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 {
transition-duration: 0.2s;
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
font-size: 15px;
font-size: 0.9375rem;
border: 1px solid #eee;
}
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 {
border-color: #b1bec6;
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"] {
-webkit-appearance: none;
box-sizing: border-box;
font-weight: 400;
line-height: 1;
padding: 7px 20px;
}
.firefox input[type="text"],
.firefox input[type="email"],
.firefox input[type="url"],
.firefox input[type="password"],
.firefox input[type="search"],
.firefox input[type="number"],
.firefox input[type="tel"],
.firefox input[type="range"],
.firefox input[type="date"],
.firefox input[type="month"],
.firefox input[type="week"],
.firefox input[type="time"],
.firefox input[type="datetime"],
.firefox input[type="datetime-local"],
.firefox input[type="color"] {
padding: 8px 20px 9px;
}
textarea {
box-sizing: border-box;
font-weight: 400;
padding: 7px 20px;
width: 100%;
}
::-webkit-input-placeholder {
font-size: 13px;
font-size: 0.8125rem;
line-height: 20px;
}
:-moz-placeholder {
font-size: 13px;
font-size: 0.8125rem;
}
::-moz-placeholder {
font-size: 13px;
font-size: 0.8125rem;
}
:-ms-input-placeholder {
font-size: 13px;
font-size: 0.8125rem;
}
label {
font-size: 12px;
font-size: 0.75rem;
color: #37464d;
display: block;
font-weight: 700;
margin-bottom: 1em;
text-transform: uppercase;
}  a {
transition-duration: 0.2s;
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
color: #67747a;
text-decoration: none;
}
a:hover {
color: #c19b76;
}
a:focus,
a:hover,
a:active {
outline: 0;
}
.entry-content > p a,
.entry-comment > p a {
color: #c19b76;
text-decoration: underline;
}
.entry-content > p a:hover,
.entry-comment > p a:hover {
color: #ab8866;
} #site-navigation {
clear: both;
display: block;
width: 100%;
}
#primary-menu {
font-size: 12px;
font-size: 0.75rem;
list-style: none;
margin: 0;
padding: 0;
text-transform: uppercase;
}
#primary-menu > li > a {
font-weight: 700;
}
#primary-menu ul {
display: none;
list-style: none;
margin: 0;
padding: 0;
}
#primary-menu ul a {
font-size: 11px;
font-size: 0.6875rem;
padding: .3em 0;
}
#primary-menu a {
color: #fff;
display: block;
padding: .1em 0;
}
#primary-menu > .current_page_parent > a,
#primary-menu > .current_page_item > a,
#primary-menu > .current-menu-item > a,
#primary-menu > .current_page_ancestor > a,
#primary-menu > .current-menu-ancestor > a {
color: #c19b76;
}
#primary-menu li:hover > a {
color: #c19b76;
}
#primary-menu li.menu-item-has-children {
position: relative;
}
#primary-menu li.menu-item-has-children .expand-submenu {
cursor: pointer;
position: absolute;
right: 0;
top: .3em;
z-index: -1;
}
#primary-menu li.menu-item-has-children .expand-submenu:after {
color: #fff;
content: '\f107';
font-family: 'FontAwesome';
}
#primary-menu li.menu-item-has-children.open > ul {
display: block;
}
#primary-menu li.menu-item-has-children.open > .expand-submenu:after {
content: '\f106';
}
#primary-menu-container {
background-color: #67747a;
bottom: 0;
left: 0;
overflow-y: auto;
padding: 5.5em 2em 2.5em;
position: fixed;
right: 0;
text-align: left;
top: 0;
transform-style: preserve-3d;
transform: translateX(-100%);
transition-duration: .2s;
transition-property: transform;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
width: 100%;
will-change: transform;
z-index: 998;
}
#primary-menu-container #primary-menu ul {
margin: 0 0 0 1.5em;
}
.mobile-nav-open #primary-menu-container {
transform: translateX(0);
}
.admin-bar #primary-menu-container {
top: 46px;
} #close-mobile-menu {
font-size: 12px;
font-size: 0.75rem;
transition-duration: 0.2s;
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
background: #37464d;
border-radius: 100%;
cursor: pointer;
height: 40px;
padding: 0;
position: absolute;
right: 32px;
text-align: center;
top: 20px;
width: 40px;
z-index: 999;
}
#close-mobile-menu:hover {
background: #c19b76;
}
#close-mobile-menu:after {
transition-duration: 0.2s;
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
color: #fff;
content: '\f0c9';
font-family: 'FontAwesome';
line-height: 40px;
}
#mobile-nav-obfuscator {
background-color: #111;
bottom: 0;
content: '';
display: block;
left: 0;
opacity: .6;
position: fixed;
right: 0;
top: 0;
z-index: 997;
} .js #primary-menu-container {
display: none;
}
.lol-mobile #primary-menu-container {
display: block;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.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: #67747a;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .semantic {
display: none !important;
} .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;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
#top-header:before,
#top-header:after,
#masthead:before,
#masthead:after,
#site-header .wrap:before,
#site-header .wrap:after,
#content:before,
#content:after,
#colophon:before,
#colophon:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
#top-header:after,
#masthead:after,
#site-header .wrap:after,
#content:after,
#colophon:after {
clear: both;
} .widget {
font-size: 13px;
font-size: 0.8125rem;
margin: 0 0 3.5em; }
.widget select {
max-width: 100%;
}
.widget h3.widget-title {
font-size: 11px;
font-size: 0.6875rem;
color: #b1bec6;
font-weight: 700;
text-transform: uppercase;
}
.widget ul {
list-style: none;
margin-left: 0;
padding-left: 0;
}
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget input[type="number"],
.widget input[type="tel"],
.widget input[type="range"],
.widget input[type="date"],
.widget input[type="month"],
.widget input[type="week"],
.widget input[type="time"],
.widget input[type="datetime"],
.widget input[type="datetime-local"],
.widget input[type="color"],
.widget textarea,
.widget select {
width: 100%;
} .widget_text a {
color: #c19b76;
text-decoration: underline;
}
.widget_text a:hover {
color: #ab8866;
}
.widget_text > p:last-child {
margin-bottom: 0;
} .widget_search input[type="search"] {
margin-bottom: 0;
}
.widget_search .search-submit {
display: none;
} .widget_recent_entries ul a {
display: block;
padding: .3em 0;
}
.widget_recent_entries ul .post-date {
font-size: 11px;
font-size: 0.6875rem;
color: #b1bec6;
display: block;
margin-bottom: .5em;
margin-top: -.2em;
text-transform: uppercase;
} .widget_categories li,
.widget_archive li,
.widget_pages li,
.widget_meta li,
.widget_nav_menu li {
color: #b1bec6;
}
.widget_categories a,
.widget_archive a,
.widget_pages a,
.widget_meta a,
.widget_nav_menu a {
display: inline-block;
padding: .2em 0;
}
.widget_categories ul ul,
.widget_archive ul ul,
.widget_pages ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul {
margin-left: 1.5em;
} .widget_recent_comments li {
color: #b1bec6;
margin-bottom: 1em;
}
.widget_recent_comments a,
.widget_recent_comments .comment-author-link {
color: #67747a;
} .widget_rss .widget-title img {
display: none;
}
.widget_rss ul li {
margin-bottom: 1em;
}
.widget_rss .rssSummary {
font-size: 12px;
font-size: 0.75rem;
color: #b1bec6;
}
.widget_rss .rss-date,
.widget_rss cite {
font-size: 11px;
font-size: 0.6875rem;
color: #b1bec6;
display: block;
margin-bottom: .5em;
text-transform: uppercase;
} .widget_tag_cloud a {
background-color: #b1bec6;
border-radius: 15px;
color: #fff;
display: inline-block;
margin: 0 0 4px 0;
padding: .4em 1.2em;
text-transform: uppercase;
}
.widget_tag_cloud a:hover {
background-color: #37464d;
color: #fff;
} .widget_calendar table {
font-size: 13px;
font-size: 0.8125rem;
text-align: center;
}
.widget_calendar caption {
border: 1px solid #eee;
border-bottom: none;
font-weight: 700;
padding: 1em 0;
text-align: center;
text-transform: uppercase;
}
.widget_calendar thead th,
.widget_calendar thead td,
.widget_calendar tbody th,
.widget_calendar tbody td,
.widget_calendar tfoot th,
.widget_calendar tfoot td {
text-align: center;
} .postcard-widget-posts .posts .hentry {
margin-bottom: 1.5em;
}
.postcard-widget-posts h4.entry-title {
font-size: 12px;
font-size: 0.75rem;
font-weight: 700;
}
.postcard-widget-posts .post-thumbnail {
position: absolute;
}
.postcard-widget-posts .post-thumbnail img {
border-radius: 4px;
}
.postcard-widget-posts .has-post-thumbnail {
min-height: 68px;
}
.postcard-widget-posts .has-post-thumbnail .entry-title,
.postcard-widget-posts .has-post-thumbnail .post-date {
margin-left: 135px;
}
.postcard-widget-posts .post-date {
font-size: 11px;
font-size: 0.6875rem;
color: #b1bec6;
text-transform: uppercase;
} .site-follow {
list-style: none;
margin: 0;
padding: 0;
}
.site-follow li {
display: inline-block;
}
.site-follow a {
display: block;
margin: 0 7px 10px 0;
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
border-radius: 100%;
color: #fff;
}
.site-follow a:hover {
color: #fff;
}
.site-follow a.facebook {
background-color: #3b5998;
}
.site-follow a.twitter {
background-color: #55acee;
}
.site-follow a.dribbble {
background-color: #ea4c89;
}
.site-follow a.linkedin {
background-color: #0077b5;
}
.site-follow a.flickr {
background-color: #0063dc;
}
.site-follow a.tumblr {
background-color: #35465c;
}
.site-follow a.vimeo {
background-color: #1ab7ea;
}
.site-follow a.youtube {
background-color: #cd201f;
}
.site-follow a.instagram {
background-color: #5851db;
}
.site-follow a.google {
background-color: #dc4e41;
}
.site-follow a.foursquare {
background-color: #f94877;
}
.site-follow a.github {
background-color: #333333;
}
.site-follow a.pinterest {
background-color: #bd081c;
}
.site-follow a.stack-overflow {
background-color: #fe7a15;
}
.site-follow a.deviantart {
background-color: #05cc47;
}
.site-follow a.behance {
background-color: #1769ff;
}
.site-follow a.soundcloud {
background-color: #ff8800;
}
.site-follow a.spotify {
background-color: #23cf5f;
}
.site-follow a.stumbleupon {
background-color: #eb4924;
}
.site-follow a.reddit {
background-color: #ff4500;
}
.site-follow a.steam {
background-color: #3b5998;
}
.site-follow a.twitch {
background-color: #3b5998;
}
.site-follow a.vine {
background-color: #00b488;
}
.site-follow a.digg {
background-color: #005be2;
}
.site-follow a.vk {
background-color: #45668e;
}
.site-follow a.yelp {
background-color: #af0606;
}
.site-follow a.medium {
background-color: #00ab6b;
}
.site-follow a.slack {
background-color: #6ecadc;
}
.site-follow a.tripadvisor {
background-color: #589442;
}
.site-follow a.rss {
background-color: #f26522;
} html {
overflow-x: hidden;
}
.wrap {
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
}
#main {
padding-bottom: 5em;
}
.no-top-margin #primary {
margin-top: 0;
}
.no-bottom-margin #main {
padding-bottom: 0;
}
.no-bottom-margin #main > .hentry {
margin-bottom: 0;
}
#secondary {
border-top: 1px solid #eee;
padding-bottom: 5em;
padding-top: 5em;
} #masthead {
position: absolute;
text-align: center;
top: 0;
width: 100%;
z-index: 9999;
}
.mobile-nav-open #masthead {
z-index: auto;
}
.mobile-nav-open #page-slider {
z-index: -1;
}
.admin-bar #masthead {
top: 46px;
}
#top-header {
font-size: 11px;
font-size: 0.6875rem;
background-color: rgba(255, 255, 255, 0.55);
color: #37464d;
padding: 1em 0;
}
#top-header a {
color: #37464d;
}
.header-light #top-header {
background-color: rgba(0, 0, 0, 0.55);
color: #fff;
}
.header-light #top-header a {
color: #fff;
}
#top-header .search-form {
margin-bottom: 0;
margin-top: 10px;
}
#top-header .search-form input[type="submit"] {
display: none;
}
#top-header .search-form input[type="search"] {
font-size: 11px;
font-size: 0.6875rem;
background-color: transparent;
border: none;
border-bottom: 1px solid #37464d;
color: #37464d;
line-height: 26px;
padding: 0 20px;
}
#top-header .search-form label {
margin-bottom: 0;
}
#top-header .search-form ::-webkit-input-placeholder {
font-size: 11px;
font-size: 0.6875rem;
color: #37464d;
font-style: italic;
opacity: .7;
}
#top-header .search-form :-moz-placeholder {
font-size: 11px;
font-size: 0.6875rem;
color: #37464d;
font-style: italic;
opacity: .7;
}
#top-header .search-form ::-moz-placeholder {
font-size: 11px;
font-size: 0.6875rem;
color: #37464d;
font-style: italic;
opacity: .7;
}
#top-header .search-form :-ms-input-placeholder {
font-size: 11px;
font-size: 0.6875rem;
color: #37464d;
font-style: italic;
opacity: .7;
}
.header-light #top-header .search-form input[type="search"] {
border-color: #fff;
color: #fff;
}
.header-light #top-header .search-form ::-webkit-input-placeholder {
color: #fff;
}
.header-light #top-header .search-form :-moz-placeholder {
color: #fff;
}
.header-light #top-header .search-form ::-moz-placeholder {
color: #fff;
}
.header-light #top-header .search-form :-ms-input-placeholder {
color: #fff;
}
#header-book-button {
font-size: 10px;
font-size: 0.625rem;
margin-top: 20px;
padding: 8px 20px;
}
#header-language-switcher {
list-style: none;
margin: 0;
padding: 0;
}
#header-language-switcher ul {
display: none;
left: 50%;
list-style: none;
margin: 0;
padding: 10px 0 0;
position: absolute;
transform: translateX(-50%);
z-index: 9999;
}
#header-language-switcher ul a {
background-color: #fff;
display: block;
padding: 0.5em 1em;
text-transform: uppercase;
}
#header-language-switcher ul a:hover {
color: #c19b76;
}
#header-language-switcher > li {
position: relative;
}
#header-language-switcher > li:hover span {
cursor: pointer;
}
#header-language-switcher > li.hover ul {
display: block;
}
#header-language-switcher span {
display: block;
line-height: 26px;
margin-top: 30px;
position: relative;
text-transform: uppercase;
}
#header-language-switcher span:before {
background-color: #37464d;
content: '';
display: block;
height: 1px;
left: 50%;
margin-left: -100px;
position: absolute;
top: -10px;
width: 200px;
}
#header-language-switcher span:after {
color: #c19b76;
content: '\f0dd';
font-family: 'FontAwesome';
margin-left: .5em;
position: absolute;
top: -2px;
}
.no-js #header-language-switcher > li:hover ul {
display: block;
}
.header-light #header-language-switcher ul a {
background-color: #111;
}
.header-light #header-language-switcher span:before {
background-color: #fff;
}
#header-language-selector {
display: none;
text-transform: uppercase;
}
h1.site-title,
p.site-title {
font-size: 20px;
font-size: 1.25rem;
margin: 0;
text-transform: uppercase;
}
h1.site-title a,
p.site-title a {
color: #37464d;
}
h1.site-title a:hover,
p.site-title a:hover {
color: #37464d;
}
.header-light h1.site-title a,
.header-light p.site-title a {
color: #fff;
}
.header-light h1.site-title a:hover,
.header-light p.site-title a:hover {
color: #fff;
}
#site-logo {
display: block;
position: relative;
}
#site-logo img {
transition-duration: 0.2s;
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-property: opacity;
vertical-align: middle;
}
#end-logo {
left: 0;
opacity: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 2;
}
#site-branding {
padding: 3.125em 50px;
} .fixed-yes #site-header {
background-color: #fff;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.12);
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 999;
}
.fixed-yes #site-header .wrap {
height: 70px;
line-height: 70px;
padding: 0;
}
.fixed-yes .admin-bar #site-header {
top: 32px;
}
.fixed-yes #primary-menu ul {
background-color: #222;
}
.fixed-yes #start-logo {
opacity: 0;
}
.fixed-yes #end-logo {
opacity: 1;
z-index: 2;
}
.fixed-yes .page-title {
opacity: 0;
}
#page-header {
margin-bottom: 3.75em;
min-height: 600px;
position: relative;
z-index: -1;
}
#page-header.has-overlay:after {
height: 400px;
position: absolute;
left: 0;
right: 0;
top: 0;
content: '';
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}
#page-header .page-title {
font-size: 34px;
font-size: 2.125rem;
transition-duration: 0.3s;
transition-property: opacity;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
left: 10%;
position: absolute;
right: 10%;
text-align: center;
text-transform: uppercase;
top: 65%;
word-wrap: break-word;
z-index: 1;
}
#page-header.header-light h1 {
color: #fff;
}
#page-header.header-light.has-overlay:after {
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
}
#page-slider {
margin-bottom: 3.75em;
position: relative;
}
.no-top-margin #page-header,
.no-top-margin #page-slider {
margin-bottom: 0;
} #colophon {
padding-bottom: 50px;
}
#colophon .widget {
margin: 0 0 1.5em;
}
#colophon .widget-area {
padding-top: 100px;
position: relative;
}
#colophon .widget-area:before {
background-color: #eee;
content: '';
display: block;
height: 1px;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.no-bottom-margin #colophon .widget-area:before {
display: none;
}  .no-sidebar #main,
.error404 #main {
margin: 0 auto;
max-width: 770px;
}
.lpb-active #main {
max-width: none;
}
.sticky {
display: block;
}
.sticky .entry-header {
border-bottom: 4px solid #c19b76;
}
.hentry {
margin: 0 0 3em;
}
.single-post .hentry {
margin-bottom: 3em;
}
.entry-header {
border-bottom: 1px solid #eee;
margin-bottom: 2.188em;
padding-bottom: 1em;
}
.search-results .entry-header {
margin-bottom: 1em;
padding-bottom: .5em;
}
.archive-description,
.taxonomy-description {
color: #37464d;
font-style: italic;
padding-bottom: 5em;
}
.archive-description p,
.taxonomy-description p {
margin-bottom: 0;
}
.no-sidebar .archive-description {
max-width: 600px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.entry-title {
margin-bottom: .2em;
text-transform: uppercase;
}
.entry-meta {
font-size: 11px;
font-size: 0.6875rem;
font-weight: 700;
position: relative;
text-transform: uppercase;
}
.entry-meta .byline {
margin-right: .7em;
}
.entry-meta .byline a {
color: #c19b76;
}
.entry-meta .byline a:hover {
color: #ab8866;
}
.entry-meta .posted-on a {
color: #b1bec6;
}
.entry-meta .posted-on a:hover {
color: #67747a;
}
.entry-meta .author-avatar img {
border-radius: 100%;
}
.single-post .entry-meta {
text-align: center;
}
.post-thumbnail {
display: block;
margin-bottom: 2.188em;
}
.post-thumbnail img {
border-radius: 6px;
display: block;
margin-left: auto;
margin-right: auto;
}
.page-content > p:last-child,
.entry-content > p:last-child,
.entry-summary > p:last-child {
margin-bottom: 0;
}
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child,
.page-content > h6:first-child,
.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.entry-summary > h1:first-child,
.entry-summary > h2:first-child,
.entry-summary > h3:first-child,
.entry-summary > h4:first-child,
.entry-summary > h5:first-child,
.entry-summary > h6:first-child {
margin-top: 0;
}
.entry-content,
.entry-summary {
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.7;
}
.single-page .page-content,
.single-page .entry-content,
.single-page .entry-comment,
.single-post .page-content,
.single-post .entry-content,
.single-post .entry-comment {
font-size: 15px;
font-size: 0.9375rem;
}
.entry-footer {
font-size: 11px;
font-size: 0.6875rem;
border-bottom: 1px solid #eee;
margin-top: 3em;
padding-bottom: 1em;
position: relative;
overflow: hidden;
}
.post-categories {
padding-right: 100px;
}
.post-categories a {
color: #c19b76;
font-weight: 700;
text-transform: uppercase;
}
.post-categories a:hover {
color: #ab8866;
}
.comments-link {
float: right;
font-weight: 700;
text-transform: uppercase;
}
.comments-link a {
color: #b1bec6;
}
.comments-link a:hover {
color: #67747a;
}
.entry-content .more-link {
font-size: 12px;
font-size: 0.75rem;
background: #c19b76;
border-radius: 30px;
color: #fff;
display: inline-block;
line-height: 1;
padding: 11px 25px;
text-decoration: none !important;
text-transform: uppercase;
}
.entry-content .more-link:hover {
background-color: #ab8866;
color: #fff;
}
.tags-links {
font-size: 12px;
font-size: 0.75rem;
display: block;
font-weight: 700;
margin-top: 3em;
text-transform: uppercase;
}
.tags-links a {
font-size: 9px;
font-size: 0.5625rem;
background-color: #b1bec6;
border-radius: 15px;
color: #fff;
display: inline-block;
font-weight: 400;
margin: 0 2px 4px 0;
padding: .4em 1.2em;
vertical-align: middle;
}
.tags-links a:first-child {
margin-left: .5em;
}
.tags-links a:hover {
background-color: #37464d;
color: #fff;
}
.page-links {
font-size: 12px;
font-size: 0.75rem;
clear: both;
font-weight: 700;
margin: 0 0 1.5em;
text-transform: uppercase;
}
.page-links > span,
.page-links a {
font-size: 10px;
font-size: 0.625rem;
background-color: #b1bec6;
border-radius: 7px;
color: #fff;
display: inline-block;
font-weight: 400;
margin: 0 2px 4px 0;
padding: .6em 1.2em;
vertical-align: middle;
text-decoration: none;
}
.page-links > span:first-child,
.page-links a:first-child {
margin-left: 1em;
}
.page-links a:hover {
background-color: #37464d;
color: #fff;
}
.page-links > span {
background-color: #b1bec6;
color: #fff;
}
.post-password-form label {
display: inline-block;
}
.post-password-form input[type="submit"] {
margin-left: 1em;
}
.post-navigation {
margin-bottom: 3em;
overflow: hidden;
}
.post-navigation .previous-post.has-thumb,
.post-navigation .next-post.has-thumb {
min-height: 68px;
}
.post-navigation .next-post {
margin-top: 1.5em;
}
.post-navigation img {
border-radius: 4px;
position: absolute;
}
.post-navigation h4 {
font-size: 11px;
font-size: 0.6875rem;
font-weight: 700;
margin-bottom: 0;
padding-right: 1.5em;
text-transform: uppercase;
}
.post-navigation h4 a {
word-wrap: break-word;
}
.post-navigation span {
font-size: 10px;
font-size: 0.625rem;
color: #b1bec6;
font-weight: 700;
text-transform: uppercase;
}
.post-navigation .has-thumb h4,
.post-navigation .has-thumb span {
margin-left: 140px;
}
.postcard-pagination {
clear: both;
margin: 1.5em 0;
}
.postcard-pagination ul {
list-style: none;
margin: 0;
padding: 0;
}
.postcard-pagination li {
display: inline-block;
}
.postcard-pagination a,
.postcard-pagination span {
font-size: 11px;
font-size: 0.6875rem;
background-color: #b1bec6;
border-radius: 7px;
color: #fff;
padding: .7em 1.2em;
}
.postcard-pagination a.current,
.postcard-pagination a:hover,
.postcard-pagination span.current,
.postcard-pagination span:hover {
background-color: #37464d;
color: #fff;
}
.no-results .page-content {
font-size: 14px;
font-size: 0.875rem;
}
.no-results .page-content a {
text-decoration: underline;
}
.no-results .page-content .search-form label {
display: inline;
}
.error404 .error-404-title {
font-size: 160px;
font-size: 10rem;
line-height: 1;
margin-bottom: 0;
}
.error404 .page-content {
font-size: 14px;
font-size: 0.875rem;
text-align: center;
}
.error404 .page-content .search-form label {
display: inline;
}
.lpb-section {
margin-bottom: 3.75em;
padding: 145px 0;
}
.lpb-section.parallax-yes {
background-attachment: fixed;
}
.lpb-section.padding-bottom-no {
padding-bottom: 0;
}
.lpb-section.padding-top-no {
padding-top: 0;
}
.lpb-section.margin-bottom-no {
margin-bottom: 0;
}
.lpb-section > .lpb-page-row:last-child .lpb-page-item:last-child {
margin-bottom: 0;
}
.lpb-page-item {
margin-bottom: 3.75em;
}
.empty-column {
margin-bottom: 0;
}
.row-stretch-full .lpb-page-item {
margin-bottom: 0;
}
.row-stretch-full img {
width: 100%;
}
.lpb-item-content {
font-size: 14px;
font-size: 0.875rem;
}
.lpb-item-content div:last-child > p:last-child,
.lpb-item-content > p:last-child {
margin-bottom: 0;
}
.lpb-item-content h1,
.lpb-item-content h2,
.lpb-item-content h3,
.lpb-item-content h4,
.lpb-item-content h5,
.lpb-item-content h6 {
margin-bottom: 1em;
margin-top: 0;
text-transform: uppercase;
}
.lpb-item-content h1 {
font-size: 40px;
font-size: 2.5rem;
}
.lpb-item-content h2 {
font-size: 33px;
font-size: 2.0625rem;
}
.lpb-item-content h3 {
font-size: 28px;
font-size: 1.75rem;
}
.lpb-item-content h4 {
font-size: 23px;
font-size: 1.4375rem;
}
.lpb-item-content h5 {
font-size: 18px;
font-size: 1.125rem;
color: #b1bec6;
}
.lpb-item-content h6 {
font-size: 13px;
font-size: 0.8125rem;
color: #b1bec6;
}
.lpb-item-content .big {
font-size: 20px;
font-size: 1.25rem;
color: #b1bec6;
}
.lpb-item-content p a {
color: #c19b76;
text-decoration: underline;
}
.lpb-item-content p a:hover {
color: #ab8866;
}
.lpb-item-content ul {
margin-left: 0;
padding-left: 1em;
}
.text-light {
color: #fff;
}
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light a,
.text-light strong {
color: #fff;
}
.text-light .big {
color: #fff;
}
.lpb-item-column.rounded {
border-radius: 6px;
}
.lpb-item-column.with-shadow {
box-shadow: 8px 8px 40px 5px rgba(0, 0, 0, 0.08);
}
.lpb-item-service {
text-align: center;
}
.lpb-item-service .lpb-item-content {
font-size: 13px;
font-size: 0.8125rem;
}
.lpb-item-service i {
font-size: 20px;
font-size: 1.25rem;
background-color: #c19b76;
border-radius: 100%;
color: #fff;
display: block;
height: 60px;
line-height: 60px;
margin-left: auto;
margin-right: auto;
width: 60px;
}
.lpb-item-service h4 {
font-size: 13px;
font-size: 0.8125rem;
color: #b1bec6;
margin-bottom: .75em;
text-transform: uppercase;
}
.lpb-item-service h4 a {
color: #c19b76;
}
.lpb-item-service h4 a:hover {
color: #ab8866;
}
.lpb-masnory-images {
list-style: none;
margin: 0 -2px;
overflow: hidden;
padding: 0;
text-align: center;
}
.lpb-masnory-images .lpb-masnory-item {
padding: 2px;
}
.lpb-masnory-images .lpb-masnory-item img {
border-radius: 6px;
display: block;
}
.lpb-masnory-images .lpb-masnory-item.four-cols-layout {
width: 25%;
}
.lpb-masnory-images.mixed-layout .lpb-masnory-item {
width: 33%;
}
.lpb-item-blog ul.posts {
list-style: none;
margin-bottom: 2.857em;
margin-left: 0;
padding: 0;
}
.lpb-item-blog ul.posts:before,
.lpb-item-blog ul.posts:after {
content: "";
display: table;
table-layout: fixed;
}
.lpb-item-blog ul.posts:after {
clear: both;
}
.lpb-item-blog ul.posts .entry-title {
font-size: 15px;
font-size: 0.9375rem;
}
.lpb-item-blog ul.posts .post-thumbnail,
.lpb-item-blog ul.posts .entry-header {
margin-bottom: 1em;
}
.lpb-item-image-label {
position: relative;
}
.lpb-item-image-label:after {
background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
bottom: 0;
content: '';
height: 50%;
left: 0;
position: absolute;
right: 0;
}
.lpb-item-image-label.has-link:after {
display: none;
}
.lpb-item-image-label.has-link a:after {
background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
bottom: 0;
content: '';
height: 50%;
left: 0;
position: absolute;
right: 0;
}
.lpb-item-image-label img {
border-radius: 6px;
vertical-align: middle;
}
.lpb-item-image-label span {
font-size: 12px;
font-size: 0.75rem;
bottom: 30px;
color: #fff;
left: 20px;
line-height: 1.1;
position: absolute;
right: 20px;
text-align: center;
text-transform: uppercase;
z-index: 1;
}
.lpb-item-image-label.dark:after,
.lpb-item-image-label.dark a:after {
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%) !important;
}
.lpb-item-image-label.dark span {
color: #37464d;
}
.lpb-item-image-label.label-position-top:after,
.lpb-item-image-label.label-position-top a:after {
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
bottom: auto;
top: 0;
}
.lpb-item-image-label.label-position-top span {
bottom: auto;
top: 30px;
}
.lpb-item-image-label a {
display: block;
}
.map-canvas.small {
height: 300px;
}
.map-canvas.normal {
height: 500px;
}
.map-canvas.big {
height: 700px;
}
.map-canvas img {
max-width: none;
}
.map-canvas label {
display: inline;
width: auto;
}
.lpb-page-item #hotelier-datepicker {
padding-bottom: 2.857em;
text-align: center;
border-bottom: 1px solid #eee;
max-width: 770px;
margin-left: auto;
margin-right: auto;
}
.lpb-page-item #hotelier-datepicker input[type="text"] {
padding-top: 15px;
padding-bottom: 15px;
}
.lpb-page-item #hotelier-datepicker #datepicker-button {
padding: 19px 25px;
}
.firefox .lpb-page-item #hotelier-datepicker input[type="text"] {
padding-top: 16px;
padding-bottom: 17px;
}
div.wpcf7 img.ajax-loader {
width: auto !important;
} #comments {
margin-top: 5em;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
width: 100%;
}
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.bypostauthor .fn {
background-color: #f5f5f5;
padding: .1em .3em;
color: #c19b76;
}
.bypostauthor .fn a {
color: #c19b76;
}
.comment-notes,
.must-log-in,
.no-comments {
font-size: 13px;
font-size: 0.8125rem;
font-weight: 700;
}
.comment-awaiting-moderation {
font-size: 13px;
font-size: 0.8125rem;
font-style: italic;
font-weight: 700;
}
.comments-title {
font-size: 16px;
font-size: 1rem;
border-bottom: 1px solid #eee;
margin-bottom: 2em;
padding-bottom: .5em;
text-transform: uppercase;
}
.comments-title span {
color: #c19b76;
}
#reply-title {
font-size: 16px;
font-size: 1rem;
border-bottom: 1px solid #eee;
margin-bottom: 2em;
padding-bottom: .5em;
text-transform: uppercase;
}
.comment-list {
list-style: none;
margin-left: 0;
padding: 0;
}
.comment-list ul,
.comment-list ol {
list-style: none;
margin-left: 3em;
padding: 0;
}
.comment-body {
padding-bottom: 1.5em;
position: relative;
}
.comment-body:after {
background-color: #eee;
bottom: 1.5em;
content: '';
height: 1px;
left: 50px;
position: absolute;
right: 0;
}
.comment-content {
font-size: 15px;
font-size: 0.9375rem;
margin-top: 1.5em;
}
.comment-author,
.comment-metadata,
.comment-content,
.reply,
.comment-awaiting-moderation {
padding-left: 50px;
}
.comment-author {
font-size: 11px;
font-size: 0.6875rem;
font-weight: 700;
text-transform: uppercase;
}
.comment-author .says {
display: none;
}
.comment-author img {
border-radius: 100%;
left: 0;
position: absolute;
top: 0;
}
.comment-metadata {
font-size: 11px;
font-size: 0.6875rem;
color: #b1bec6;
font-weight: 700;
margin-bottom: .5em;
margin-top: .5em;
text-transform: uppercase;
}
.comment-metadata a {
color: #b1bec6;
}
.comment-metadata a:hover {
color: #67747a;
}
.comment-edit-link {
font-style: italic;
}
.reply {
margin-bottom: 1em;
}
.reply a {
font-size: 12px;
font-size: 0.75rem;
font-weight: 700;
text-transform: uppercase;
}
.reply a:before {
content: '\f112';
font-family: 'FontAwesome';
font-style: normal;
margin-right: .3em;
}
.logged-in-as {
font-size: 15px;
font-size: 0.9375rem;
font-style: italic;
}
#cancel-comment-reply-link {
color: #b1bec6;
text-decoration: underline;
}
#cancel-comment-reply-link:hover {
color: #67747a;
}
.comment-navigation {
margin: 0 0 2.5em;
}
.comment-navigation .nav-links > div {
display: inline-block;
}
.comment-navigation a {
font-size: 10px;
font-size: 0.625rem;
background-color: #b1bec6;
border-radius: 7px;
color: #fff;
display: inline-block;
margin: 0 0 4px;
padding: .4em 1.2em;
text-transform: uppercase;
}
.comment-navigation a:hover {
background-color: #37464d;
color: #fff;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
border-radius: 6px;
}
.wp-caption .wp-caption-text {
font-size: 13px;
font-size: 0.8125rem;
color: #b1bec6;
margin: 0.769em 0;
}
.wp-caption-text {
font-size: 13px;
font-size: 0.8125rem;
color: #b1bec6;
margin-bottom: 0.769em;
text-align: center;
} .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.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-item img {
border-radius: 6px;
}
.gallery-caption {
display: block;
}
@media (min-width: 320px) {
#primary-menu-container {
transform: translateX(-320px);
width: 320px;
}
}
@media (min-width: 480px) {
.wrap {
padding-left: 0;
padding-right: 0;
width: 90%;
}
.post-navigation .previous-post {
float: left;
width: 50%;
}
.post-navigation .next-post {
float: right;
margin-top: 0;
width: 50%;
}
.lpb-masnory-images .lpb-masnory-item {
float: left;
width: 33.3333333%;
}
.lpb-item-blog ul.posts li.post {
clear: both;
float: left;
margin: 0 4% 1.5em 0;
padding: 0;
width: 48%;
}
.lpb-item-blog ul.posts li.post:nth-child(even) {
clear: none;
margin-right: 0;
}
.lpb-item-blog .columns-1 ul.posts li.post {
clear: both;
float: left;
margin: 0 4% 1.5em 0;
padding: 0;
position: relative;
width: 48%;
}
.lpb-item-blog .columns-1 ul.posts li.post:nth-child(even) {
clear: none;
margin-right: 0;
}
}
@media (min-width: 768px) {
.wrap {
max-width: 770px;
}
.lpb-masnory-images.mixed-layout .lpb-masnory-item.default {
width: 30%;
}
.lpb-masnory-images.mixed-layout .lpb-masnory-item.portrait {
width: 20%;
}
.lpb-masnory-images.mixed-layout .lpb-masnory-item.landscape {
width: 40%;
}
.lpb-item-blog ul.posts li.post {
clear: none;
margin-right: 4%;
}
.lpb-item-blog ul.posts li.post:nth-child(even) {
margin-right: 4%;
}
.lpb-item-blog ul.posts li.first {
clear: both !important;
}
.lpb-item-blog ul.posts li.last {
margin-right: 0 !important;
}
.lpb-item-blog .columns-3 ul.posts li.post {
width: 30.66%;
}
.lpb-item-blog .columns-4 ul.posts li.post {
width: 22%;
}
.lpb-item-blog .columns-5 ul.posts li.post {
width: 16.8%;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
float: left;
width: 33.33333%;
}
.comment-form-author {
padding-right: 5px;
}
.comment-form-url {
padding-left: 5px;
}
}
@media screen and (min-width: 783px) {
.admin-bar #primary-menu-container {
top: 32px;
}
}
@media (min-width: 783px) {
.admin-bar #masthead {
top: 32px;
}
}
@media (min-width: 992px) {
#menu-toggle {
display: none;
}
#site-navigation {
clear: none;
float: right;
text-align: right;
vertical-align: top;
width: 725px;
}
#primary-menu > li {
display: inline-block;
margin-left: 1.5em;
line-height: 1.6;
}
#primary-menu > li.menu-item-has-children {
padding-right: 0;
}
#primary-menu > li > a {
border-bottom: 2px solid transparent;
padding: 0;
}
#primary-menu > li:hover > a {
border-color: #fff;
}
#primary-menu li.hover > ul {
display: block;
}
#primary-menu ul {
background-color: rgba(0, 0, 0, 0.8);
box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
left: 0;
line-height: 1;
margin: 0;
padding: 0;
position: absolute;
text-align: left;
top: 21px;
width: 270px;
z-index: 99999;
}
#primary-menu ul ul {
border-left: 1px solid #333;
left: 270px;
top: 0;
}
#primary-menu ul a {
font-size: 10px;
font-size: 0.625rem;
border-top: 1px solid #333;
padding: 1.5em 1em;
}
#primary-menu ul li:hover > a {
color: #c19b76;
}
#primary-menu li.menu-item-has-children .expand-submenu {
display: none;
}
#primary-menu > .current_page_parent > a,
#primary-menu > .current_page_item > a,
#primary-menu > .current-menu-item > a,
#primary-menu > .current_page_ancestor > a,
#primary-menu > .current-menu-ancestor > a {
border-color: #fff;
color: #fff !important;
}
#primary-menu > li:hover > a {
color: #fff !important;
}
.header-dark #primary-menu > li > a {
color: #37464d !important;
}
.header-dark #primary-menu > li:hover > a {
border-color: #37464d;
}
.header-dark #primary-menu > .current_page_parent > a,
.header-dark #primary-menu > .current_page_item > a,
.header-dark #primary-menu > .current-menu-item > a,
.header-dark #primary-menu > .current_page_ancestor > a,
.header-dark #primary-menu > .current-menu-ancestor > a {
border-color: #37464d;
}
.no-js #primary-menu li:hover > ul {
display: block;
}
#primary-menu-container {
background: transparent;
overflow-y: visible;
padding: 0;
position: static;
text-align: right;
transform: none;
transform-style: flat;
transition: none;
width: auto;
}
#primary-menu-container #primary-menu ul {
margin: 0;
} .lol-desktop #primary-menu-container {
display: block;
}
.wrap {
max-width: 1170px;
}
#secondary {
border-top: none;
padding-top: 0;
}
.left-sidebar #primary {
float: right;
margin: 0 0 0 -30%;
width: 100%;
}
.left-sidebar #main {
margin: 0 0 0 30%;
padding-left: 2.857em;
}
.left-sidebar #secondary {
float: left;
overflow: hidden;
padding-right: 2.857em;
width: 30%;
}
.left-sidebar #colophon {
clear: both;
width: 100%;
}
.right-sidebar #primary {
float: left;
margin: 0 -30% 0 0;
width: 100%;
}
.right-sidebar #main {
margin: 0 30% 0 0;
padding-right: 2.857em;
}
.right-sidebar #secondary {
float: right;
overflow: hidden;
padding-left: 2.857em;
width: 30%;
}
.right-sidebar #colophon {
clear: both;
width: 100%;
}
#masthead {
text-align: left;
}
#top-header .search-form {
display: inline-block;
margin-right: 1em;
margin-top: 0;
}
#top-header .search-form input[type="search"] {
padding-right: 0;
}
#header-book-button {
margin-top: 0;
}
#header-language-switcher ul {
left: auto;
right: 0;
transform: none;
}
#header-language-switcher span {
display: inline-block;
margin-top: 0;
padding-right: 12px;
}
#header-language-switcher span:before {
display: none;
}
#header-language-switcher span:after {
right: 0;
}
.has-search #header-language-switcher,
.has-book-button #header-language-switcher {
display: inline-block;
}
.has-search #header-language-switcher span,
.has-book-button #header-language-switcher span {
margin-left: 1em;
padding-left: 1em;
}
#header-site-info {
float: left;
line-height: 26px;
width: 60%;
}
#header-actions {
float: right;
text-align: right;
width: 40%;
}
h1.site-title,
p.site-title {
line-height: 70px;
}
#site-branding {
float: left;
max-width: 200px;
padding: 0;
}
#site-header {
transition-duration: 0.2s;
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
background-color: transparent;
transition-property: background;
}
#site-header .wrap {
transition-duration: 0.2s;
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
height: 70px;
line-height: 70px;
padding: 30px 0;
transition-property: padding, height, line-height;
}
#page-header {
margin-bottom: 6.25em;
}
#page-header .page-title {
left: 20%;
right: 20%;
top: 50%;
}
#page-slider {
margin-bottom: 6.25em;
}
#colophon .widget-area {
margin: 0 -15px;
overflow: hidden;
}
#colophon .widget-area:before {
left: 15px;
right: 15px;
}
#colophon .footer-widget {
float: left;
padding: 0 15px;
}
#colophon .footer-row-m-s-s-m .footer-widget-m {
width: 30%;
}
#colophon .footer-row-m-s-s-m .footer-widget-s {
width: 20%;
}
#colophon .footer-row-s-s-s-s .footer-widget-s {
width: 25%;
}
#colophon .footer-row-m-m-m .footer-widget-m {
width: 33.33333333333333%;
}
#colophon .footer-row-b-s-s .footer-widget-b,
#colophon .footer-row-s-s-b .footer-widget-b {
width: 50%;
}
#colophon .footer-row-b-s-s .footer-widget-s,
#colophon .footer-row-s-s-b .footer-widget-s {
width: 25%;
}
.hentry {
margin-bottom: 5em;
}
.lpb-section {
margin-bottom: 6.25em;
}
.lpb-section > .lpb-page-row:last-child .lpb-page-item {
margin-bottom: 0;
}
.lpb-page-item {
margin-bottom: 6.25em;
}
}
@media (min-width: 992px) and (min-width: 992px) {
.has-search #header-language-switcher span:before,
.has-book-button #header-language-switcher span:before {
bottom: 0;
display: block;
height: auto;
left: 0;
margin-left: 0;
top: 0;
width: 1px;
}
}