.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
width: 1px;
margin: 0;
padding: 0;
border: 0;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7 .ajax-loader {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
.wpcf7 form.submitting .ajax-loader {
visibility: visible;
}
.wpcf7 .ajax-loader::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7 .ajax-loader::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}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;
}
mark {
background-color: #eee;
color: #222;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
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;
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,
optgroup,
textarea {
font-size: 16px;
font-size: 1rem;
font-style: normal;
font-weight: 300;
line-height: 1.75;
}
body,
button,
input,
select,
optgroup,
textarea,
.hero-content-wrapper .entry-title span,
.promotion-sale-wrapper .entry-title span,
.contact-section .entry-title span,
#skill-section .entry-title span,
.reserve-content-wrapper .entry-title span {
font-family: 'Merriweather', serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.site-description,
.section-title,
.entry-title,
.main-navigation a,
cite,
.widget a,
.more-link,
.edit-link,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="search"],
.site-main #infinite-handle span button,
.button,
.entry-meta a,
.sticky-label,
.comment-metadata a,
.post-navigation .nav-subtitle,
.nav-title,
.posts-navigation a,
.pagination a,
.widget_categories ul li a,
.widget_archive ul li a,
.ew-archive ul li a,
.ew-category ul li a,
.comment-form label,
.author-link,
.entry-breadcrumbs a,
.breadcrumb-current,
.entry-breadcrumbs .sep,
.stats-section .entry-content,
.stats-section .entry-summary,
#team-content-section .position,
.pagination .nav-links > span,
.testimonials-content-wrapper .entry-container:before,
.testimonials-content-wrapper .position,
#footer-newsletter .ewnewsletter .ew-newsletter-wrap .ew-newsletter-subbox,
.contact-wrap > span,
.pricing-section .package-price,
.reservation-highlight-text span,
.reserve-content-wrapper .contact-description strong,
.info,
#gallery-content-section .gallery-item figcaption {
font-family: 'Oswald', sans-serif;
}
.site-title a {
font-family: 'Playfair Display', serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 500;
}
h1,
.menu-group-title,
.single .content-area .entry-title,
.error404 .content-area
.page-title,
.search .content-area .page-title,
.page .content-area .entry-title,
.woocommerce-page .page-title,
.comments-title,
.comment-reply-title,
.woocommerce-tabs .panel h2:first-of-type,
.related.products h2:first-of-type,
.footer-instagram .widget-title,
.section-title,
.hero-content-wrapper .entry-title,
.contact-section .entry-title,
.promotion-sale-wrapper .entry-title,
.reserve-content-wrapper .entry-title,
body:not(.home) .custom-header .entry-title,
.stats-section .entry-title,
#skill-section .entry-title {
font-size: 32px;
font-size: 2rem;
line-height: 1.333333333333333;
}
h1 {
margin-bottom: 0.6666666666666667em;
margin-top: 1.166666666666667em;
}
h2 {
font-size: 28px;
font-size: 1.75rem;
line-height: 1.166666666666667;
margin-bottom: 0.7777777777777778em;
margin-top: 1.361111111111111em;
}
h3,
.slider-content-wrapper .sub-title,
.custom-header .sub-title {
font-size: 26px;
font-size: 1.625rem;
line-height: 1.25;
}
h3 {
margin-bottom: 1em;
margin-top: 1.75em;
}
h4 {
font-size: 24px;
font-size: 1.5rem;
line-height: 1.458333333333333;
margin-bottom: 1.166666666666667em;
margin-top: 2.041666666666667em;
}
h5,
.entry-title,
.stats-section .entry-content,
.stats-section .entry-summary,
ul.products li.product .woocommerce-loop-product__title {
font-size: 21px;
font-size: 1.3125rem;
line-height: 1.458333333333333;
}
h5 {
margin-bottom: 1.333333333333333em;
margin-top: 2.333333333333333em;
}
h6,
.author-title {
font-size: 18px;
font-size: 1.125rem;
line-height: 1.166666666666667;
}
h6 {
margin-bottom: 1.555555555555556em;
margin-top: 2.722222222222222em;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
margin-top: 0;
}
.site-title {
font-size: 24px;
font-size: 1.5rem;
font-weight: 700;
line-height: 1.3125;
text-transform: uppercase;
-ms-word-break: break-all;
word-break: break-all;
}
.site-description {
font-weight: 400;
margin-bottom: 0;
margin-top: 7px;
}
.comment-reply-title {
font-size: 20px;
font-size: 1.25rem;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-link,
.author-link,
.posts-navigation .nav-links a,
.pagination .prev.page-numbers,
.pagination .next.page-numbers,
.site-main #infinite-handle span button,
.slider-content-wrapper .more-link,
.hero-content-wrapper .more-link,
.promotion-sale-wrapper .hentry .more-link,
.promotion-headline-wrapper .hentry .more-link,
.recent-blog-content-wrapper .more-recent-posts .more-link,
.custom-header .more-link,
.view-all-button .more-link,
.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.entry-meta,
.pingback .edit-link,
.post-password-form label,
.menu-toggle,
.widget_recent_entries .post-date,
.sticky-label,
.pagination .nav-links > span,
.pagination .nav-links > a,
.page-links a,
.page-links > span,
.gallery-caption,
.woocommerce .product-container .wc-forward,
.site-header-cart .cart-contents,
.demo_store .woocommerce-store-notice__dismiss-link,
.entry-breadcrumbs,
.woocommerce .entry-breadcrumbs .woocommerce-breadcrumb,
.site-header-menu input[type="search"],
.comment-form label,
.before-text,
.after-text,
#cancel-comment-reply-link,
.skillbar-title,
.skill-bar-percent,
.pricing-section .hentry .more-link {
font-size: 14px;
font-size: 0.875rem;
}
.main-navigation a,
.sidebar .widget-title,
.sidebar .widgettitle,
.sidebar .entry-title,
.contact-details li .contact-label,
.widget-area .menu-social-container a {
font-size: 18px;
font-size: 1.125rem;
}
.essential-widgets .featured-image,
.essential-widgets .entry-title,
.essential-widgets .entry-meta,
.essential-widgets .entry-content,
.essential-widgets .entry-summary {
margin-bottom: 7px;
}
.main-navigation ul ul a,
cite,
.widget-title,
.widgettitle,
.portfolio-section .entry-title a:after,
.nav-previous .nav-subtitle:before,
.nav-next .nav-subtitle:before,
.hero-content-wrapper .entry-title span,
.promotion-sale-wrapper .entry-title span,
.contact-section .entry-title span,
.reserve-content-wrapper .entry-title span,
.menu-social-container li a,
#skill-section .entry-title span {
font-size: 16px;
font-size: 1rem;
}
.site-description,
.site-header .search-submit,
.comment-metadata {
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.615384615384615;
}
.drop-cap:first-letter {
float: left;
font-size: 100px;
font-size: 6.25rem;
font-weight: 500;
line-height: 0.6;
margin: 5px 14px 0 -2px;
}
p {
margin-top: 0;
}
p,
.entry-content .contact-form input[type="text"],
.entry-content .contact-form input[type="email"],
.entry-content .contact-form textarea {
margin-bottom: 1.75em;
}
b,
strong {
font-weight: 600;
}
dfn,
cite,
em,
i {
font-style: italic;
}
cite {
font-style: normal;
font-weight: 400;
}
cite a {
font-weight: 500;
}
blockquote {
font-size: 18px;
font-size: 1.125rem;
font-style: italic;
font-weight: 500;
line-height: 1.555555555555556;
margin: 0 0 1.555555555555556em;
border: 0 solid;
border-left-width: 3px;
padding: 0 0 0 1.166666666666667em;
}
blockquote p {
margin-bottom: 0.5555555555555556em;
}
address {
font-style: normal;
margin: 0 0 1.75em;
}
pre {
margin-bottom: 1.75em;
max-width: 100%;
overflow: auto;
padding: 1.75em;
white-space: pre-wrap;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted;
cursor: help;
}
mark,
ins {
padding: 7px;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
hr {
border: 0;
height: 1px;
margin-bottom: 1.555555555555556em;
}
ul,
ol {
margin: 0 0 1.555555555555556em 2em;
padding: 0;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.555555555555556em;
}
dt {
font-weight: 600;
}
dd {
margin: 0 1.75em 1.75em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 0; }
table {
table-layout: fixed;
width: 100%;
border-spacing: 0;
margin: 0 0 1.555555555555556em;
}
table,
th,
td {
border: 1px solid;
}
.widget_calendar td,
.widget_calendar th {
line-height: 2.5625;
padding: 0;
}
table a {
font-weight: 300;
}
table caption {
padding-bottom: 21px;
}
thead th {
font-weight: 700;
}
th {
text-align: left;
}
th,
td {
padding: 0.875em 1.75em;
} .entry-content > :last-child,
.entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child,
blockquote > :last-child,
.taxonomy-description > :last-child,
.widget-area .wrapper > :last-child,
.widget > :last-child,
.widget li:last-child,
.widget embed:last-child,
.widget iframe:last-child,
.widget object:last-child,
.widget video:last-child,
#colophon .widget li:last-child,
.entry-footer > :last-child,
.slider-content-wrapper .entry-container > :last-child,
.comment-form > :last-child,
.widget .widget-wrapper > :last-child,
.widget .ads-code-wrap .hentry:last-child,
form input:last-of-type,
.widget-area .widget.essential-widgets.ewnewsletter input:last-of-type,
.site-footer .widget li:last-child,
.singular-content-wrap >:last-child,
.archive .page-header >:last-child,
.search .page-header >:last-child,
.archive  .archive-description p:last-child,
#secondary ul li:last-child,
.site-footer ul li:last-child,
.woocommerce .entry-breadcrumbs .woocommerce-breadcrumb,
.author-description >:last-child,
.post-password-form >:last-child,
.no-comments,
.form-submit,
.recent-blog-content-wrapper .section-content-wrap + p,
.entry-content form >:last-child,
form p:last-of-type,
.entry-footer .entry-meta span:last-child,
.slider-content-wrapper .hentry,
.instagram-button,
.site-footer .menu-social-container ul li,
.page-template-menu-page .entry-container > .entry-header,
.section-description >:last-child {
margin-bottom: 0;
}
body:not(.no-header-media-image) .content-area .singular-content-wrap .entry-content,
body:not(.no-header-media-image) .content-area .singular-content-wrap .entry-summary,
.promotion-headline-wrapper .entry-title,
.instagram-button .button,
.recent-blog-content-wrapper .more-recent-posts,
.menu-group-title {
margin-top: 0;
}
.site-title,
.section-title,
.entry-title,
.widget-title,
.widgettitle,
.comments-title,
.comment-reply-title,
.page-title,
.author-title,
.reserve-content-wrapper .entry-title {
margin: 0;
}
.section-heading-wrap,
.section-heading-wrapper {
padding: 42px 30px 28px 30px;
max-width: 680px;
margin: 0 auto;
position: relative;
}
.sidebar .section-heading-wrap,
.sidebar .section-heading-wrapper {
padding-left: 0;
padding-right: 0;
padding-top: 0;
}
.sidebar .ew-newsletter .section-heading-wrapper:after {
content: none;
}
.archive .page-header,
.search .page-header {
padding: 0 30px 28px 30px;
}
.singular-content-wrap .entry-header {
padding: 0 0 21px 0;
}
.site-footer .site-social,
.site-main.woocommerce {
padding-top: 42px;
}
.section-content-wrapper,
.singular-content-wrap,
.recent-blog-content-wrapper .section-content-wrap,
.archive-content-wrap .section-content-wrapper,
.woocommerce-page .site-content .wrapper,
.entry-breadcrumbs,
.search-no-results .archive-content-wrap,
.posts-navigation,
.pagination {
padding-left: 30px;
padding-right: 30px;
}
.singular-content-wrap {
overflow: hidden;
padding-bottom: 42px;
padding-top: 42px;
}
.archive .archive-content-wrap,
.search .archive-content-wrap {
padding-top: 42px;
}
.two-columns-layout .singular-content-wrap {
border-bottom: 1px solid;
}
.section-content-wrapper,
.section-content-wrap {
overflow: hidden;
padding-bottom: 14px;
}
.two-columns-layout .singular-content-wrap {
padding-bottom: 42px;
}
.slider-content-wrapper .section-content-wrap {
padding-bottom: 0;
}
.error404 .error-404.not-found .page-header,
.menu-group-header {
padding-bottom: 35px;
padding-top: 35px;
}
.sidebar .widget.widget_search .widget-title {
margin: 0 0 28px;
}
.menu-wrapper .search-form input[type="search"] {
padding-right: 45px;
}
.entry-breadcrumbs a {
font-weight: 400;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-link,
.author-link,
.posts-navigation .nav-links a,
.pagination .prev.page-numbers,
.pagination .next.page-numbers,
.site-main #infinite-handle span button,
.slider-content-wrapper .more-link,
.hero-content-wrapper .more-link,
.promotion-sale-wrapper .hentry .more-link,
.promotion-headline-wrapper .hentry .more-link,
.recent-blog-content-wrapper .more-recent-posts .more-link,
.custom-header .more-link,
.view-all-button .more-link,
.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.pricing-section .hentry .more-link {
border: 0;
font-weight: 500;
line-height: 1.5;
letter-spacing: 1px;
text-transform: uppercase;
}
.more-button,
.author-link {
display: block;
}
.view-all-button {
clear: both;
position: relative;
text-align: center;
}
.view-all-button .more-button {
margin-top: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.posts-navigation .nav-links a,
.pagination .prev.page-numbers,
.pagination .next.page-numbers,
.site-main #infinite-handle span button,
.slider-content-wrapper .more-link,
.hero-content-wrapper .more-link,
.promotion-sale-wrapper .hentry .more-link,
.promotion-headline-wrapper .hentry .more-link,
.recent-blog-content-wrapper .more-recent-posts .more-link,
.custom-header .more-link,
.instagram-button .button,
.view-all-button .more-link,
.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .product-container .wc-forward,
.pricing-section .hentry .more-link {
display: inline-block;
padding: 14px 28px;
}
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,
select {
border: 1px solid;
border-radius: 6px;
padding: 11px 14px;
width: 100%;
}
input[type="search"] {
padding-right: 45px;
}
textarea {
width: 100%;
}
.post-password-form {
margin-bottom: 1.555555555555556em;
}
.post-password-form label {
display: block;
letter-spacing: 0.076923077em;
margin-bottom: 1.555555555555556em;
text-transform: uppercase;
}
.entry-content .post-password-form input[type="password"] {
width: 100%;
}
.post-password-form > :last-child {
margin-bottom: 0;
}
.entry-content .contact-form input[type="text"],
.entry-content .contact-form input[type="email"],
.entry-content .contact-form textarea {
max-width: 100%;
width: 100%;
}  a {
text-decoration: none;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} .main-navigation {
padding: 10px 0;
}
.main-navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation li {
margin: 0;
position: relative;
}
.menu-social-container {
padding: 10px 0;
}
.main-navigation a {
display: block;
font-weight: 400;
text-align: center;
text-transform: uppercase;
padding: 14px 30px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.main-navigation ul ul a {
padding: 10px 30px;
}
.main-navigation > ul > li:after {
border: 1px solid;
content: "";
height: 2px;
position: absolute;
max-width: 15px;
width: 100%;
left: 50%;
transform: translateX(-50%);
}
.main-navigation > ul > li:last-child:after {
content: none;
}
#header-navigation-area {
display: none;
}
.mobile-social-search .search-container {
padding: 10px 30px;
}
#social-search-wrapper {
display: none;
}
.menu-inside-wrapper {
position: absolute;
right: -100%;
top: 100%;
width: 100%;
max-width: 100%;
visibility: hidden;
z-index: 999999;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.is-open .menu-inside-wrapper {
border-top: 1px solid;
right: 0;
visibility: visible;
}
body.menu-open {
overflow-y: scroll;
width: 100%;
}
.header-overlay {
display: none;
}
.menu-toggle {
background-color: transparent;
border: 1px solid;
padding: 4px 10px;
letter-spacing: 0.00113em;
line-height: 1;
}
#primary-search-wrapper .menu-toggle,
#social-menu-wrapper .menu-toggle {
display: inline-block;
padding: 0;
text-align: center;
width: 16px;
}
.bars {
width: 25px;
height: 3px;
margin: 6px 0;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.selected .bar1 {
-webkit-transform: rotate(-45deg) translate(-6px, 6px);
transform: rotate(-45deg) translate(-6px, 6px);
}
.selected .bar2 {
opacity: 0;
}
.selected .bar3 {
-webkit-transform: rotate(45deg) translate(-7px, -7px);
transform: rotate(45deg) translate(-7px, -7px);
} .dropdown-toggle {
background-color: transparent;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
display: block;
font-size: 22px;
font-size: 1.375rem;
right: 0;
line-height: 1.172;
margin: 0 auto;
padding: 16px 14px;
position: absolute;
text-shadow: none;
top: 0;
}
.main-navigation ul ul .dropdown-toggle {
padding: 11px 14px;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus,
.dropdown-toggle:focus {
background: transparent;
}
.dropdown-toggle:focus {
outline: thin dotted;
}
.dropdown-toggle.toggled-on .icon {
-ms-transform: rotate(-180deg); -webkit-transform: rotate(-180deg); transform: rotate(-180deg);
}
.main-navigation li.menu-item-has-children > a {
padding-right: 42px;
}
.main-navigation .menu-item-has-children > a > .icon,
.main-navigation .page_item_has_children > a > .icon,
.main-navigation ul a > .icon {
display: none;
}
.main-navigation ul ul {
display: none;
}
@keyframes smoothScrollBack {
0% {
transform: translateY(-20px);
}
100% {
transform: translateY(0px);
}
}
.main-navigation ul .toggled-on {
display: block;
-webkit-animation: smoothScrollBack 0.5s forwards,fadein 0.5s;
-moz-animation: smoothScrollBack 0.5s forwards,fadein 0.5s;
-o-animation: smoothScrollBack 0.5s forwards,fadein 0.5s;
animation: smoothScrollBack 0.5s forwards,fadein 0.5s;
}
.main-navigation .menu-social-container a:hover,
.main-navigation .menu-social-container a:focus {
background-color: transparent;
}
.menu-toggle.selected {
background-color: transparent;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0;
}
.site-main .posts-navigation .nav-previous,
.site-main .posts-navigation .nav-next {
margin-top: 28px;
}
.post-navigation .nav-links {
border-bottom: 1px solid;
clear: both;
display: table;
padding-bottom: 35px;
width: 100%;
}
.post-navigation span {
display: block;
position: relative;
}
.post-navigation a {
display: block;
}
.post-navigation .nav-next a {
text-align: right;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
font-weight: 500;
position: relative;
display: block;
float: none;
width: 100%;
vertical-align: middle;
}
.post-navigation .nav-next {
margin-top: 28px;
}
.scroll-down,
.post-navigation .nav-subtitle,
.site-info {
font-size: 12px;
font-size: 0.75rem;
line-height: 1.75;
}
.post-navigation .nav-subtitle {
letter-spacing: 1px;
margin-bottom: 1.166666666666667em;
text-transform: uppercase;
}
.nav-previous .nav-subtitle:before,
.nav-next .nav-subtitle:before {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.nav-previous .nav-subtitle {
padding-left: 14px;
}
.nav-next .nav-subtitle {
padding-right: 14px;
}
.nav-subtitle {
font-weight: 400;
}
.search-form {
position: relative;
}
input[type="search"] {
margin: 0;
-webkit-appearance: none;
-webkit-border-radius: 0;
}
.site-header input[type="search"] {
border: 1px solid;
padding: 6px 42px 6px 14px;
width: 100%
}
.search-submit {
background-color: transparent;
border-radius: 0;
border: none;
bottom: 0;
letter-spacing: normal;
padding: 12px 15px;
position: absolute;
right: 0;
top: 0;
}
.search-submit:hover,
.search-submit:focus {
background-color: transparent;
}
.menu-label {
display: none;
margin-left: 3px;
}
#primary-search-wrapper,
#social-menu-wrapper {
display: none;
}
.menu-social-container li a {
padding: 10px;
}
.mobile-social-search .menu-social-container {
padding: 10px 20px;
text-align: center;
} .social-top {
display: none;
}
.social-navigation ul {
list-style: none;
margin: 0;
}
.ctsocialwidget ul {
margin:  0;
}
.social-navigation li,
.ctsocialwidget li {
display: inline;
margin: 0;
}
.social-navigation a,
.ctsocialwidget a {
display: inline-block;
text-align: center;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.social-navigation .icon {
height: 16px;
top: 10px;
width: 16px;
vertical-align: top;
}
.navigation-classic .social-top .menu-social-container {
padding: 30px;
}
.ctsocialwidget .menu-social-container {
border: none;
padding: 0;
} .entry-breadcrumbs {
padding: 7px 0;
}
.breadcrumb-current {
font-weight: 400;
} #scrollup {
-webkit-border-radius: 50%;
border-radius: 50%;
bottom: 21px;
cursor: pointer;
height: 35px;
outline: none;
padding: 12px;
position: fixed;
right: 21px;
width: 35px;
z-index: 9999;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin: 0.375em 1.944444444444444em 1.555555555555556em 0;
}
.alignright {
display: inline;
float: right;
margin: 0.375em 0 1.555555555555556em 1.944444444444444em;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto 1.555555555555556em;
}
.section-heading-wrapper,
.section-heading-wrap,
.archive .page-header,
.search .page-header,
.singular-content-wrap .entry-header,
.error404 .error-404.not-found .page-header,
.woocommerce-products-header,
.entry-breadcrumbs,
.author-info,
.form-submit,
.footer-instagram .widget-title,
.gallery-item,
.wp-caption-text,
.site-main #infinite-handle,
.infinite-loader,
.pagination,
.posts-navigation,
.post-thumbnail,
#scrollup,
.comment-reply-title,
.custom-header,
.custom-header-content,
.promotion-headline-wrapper,
.recent-blog-content-wrapper .more-recent-posts,
.widget_calendar td,
.widget_calendar th,
.menu-group-header,
#site-generator,
.reserve-content-wrapper .entry-title {
text-align: center;
} .ui-tabs-panel-wrap:before,
.ui-tabs-panel-wrap:after,
.ui-tabs-panel:before,
.ui-tabs-panel:after,
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
#tertiary:before,
#tertiary:after,
.section-content-wrapper:before,
.section-content-wrapper:after,
.section-content-wrap:before,
.section-content-wrap:after,
.footer-widget-area .wrapper:before,
.footer-widget-area .wrapper:after,
.sidebar:before,
.sidebar:after,
.testimonials-content-wrapper .hentry:before,
.testimonials-content-wrapper .hentry:after,
.contact-details:before,
.contact-details:after,
.widget li:before,
.widget li:after,
.site-content .wrapper:before,
.site-content .wrapper:after,
.posts-navigation:before,
.posts-navigation:after,
#footer-newsletter:before,
#footer-newsletter:after
#page:before,
#page:after {
content: "";
display: table;
table-layout: fixed;
}
.ui-tabs-panel-wrap:after,
.ui-tabs-panel:after,
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
#tertiary:after,
.section-content-wrapper:after,
.section-content-wrap:after,
.testimonials-content-wrapper .review-slide:after,
.footer-widget-area .wrapper:after,
.sidebar:after,
.testimonials-content-wrapper .hentry:after,
.contact-details:after,
.widget li:after,
.site-content .wrapper:after,
.posts-navigation:after,
#footer-newsletter:after,
#page:after {
clear: both;
} #footer-instagram .wrapper {
max-width: 2560px;
overflow: hidden;
}
.footer-widget-area .wrapper {
overflow: hidden;
padding: 21px 16px 14px 16px;
}
.sidebar {
padding: 42px 30px 0 30px;
}
.widget {
padding: 14px;
margin-bottom: 7px;
}
.widget-area .ctsocialwidget .section-title-wrapper {
padding-bottom: 21px;
}
.widget-area .gallery {
margin: 0;
}
.widget-area .essential-widgets .tagcloud a {
border: 0;
}
.widget_recent_entries .post-date {
display: block;
margin-bottom: 0.538461538em;
}
.widget_recent_entries li:last-child .post-date {
margin-bottom: 0;
} .widget select {
max-width: 100%;
}
.widget-title,
.widgettitle {
font-weight: 400;
margin-bottom: 14px;
text-transform: uppercase;
}
.footer-instagram .widget {
margin: 0;
padding: 0;
}
.footer-instagram .widget-title {
margin-bottom: 35px;
text-transform: capitalize;
}
#footer-instagram .catch-instagram-feed-gallery-widget-wrapper .default .item,
#footer-instagram .catch-instagram-feed-gallery-widget-wrapper.default .item {
margin: 0;
}
#footer-instagram .catch-instagram-feed-gallery-widget-wrapper .default .item,
#footer-instagram .catch-instagram-feed-gallery-widget-wrapper.default .item {
max-width: 16.66667%;
}
#footer-instagram .catch-instagram-feed-gallery-widget-wrapper .default .item:nth-child(3n+1),
#footer-instagram .catch-instagram-feed-gallery-widget-wrapper.default .item:nth-child(3n+1) {
clear: none;
}
#footer-instagram .catch-instagram-feed-gallery-widget-wrapper .default .item:nth-child(6n+1),
#footer-instagram .catch-instagram-feed-gallery-widget-wrapper.default .item:nth-child(6n+1) {
clear: both;
}
#footer-instagram .catch-instagram-feed-gallery-widget-wrapper .default
.instagram-button,
#footer-instagram .catch-instagram-feed-gallery-widget-wrapper.default .instagram-button,
#footer-instagram .catch-instagram-feed-gallery-widget .section-title-wrapper,
#footer-instagram .widget-title {
display: none;
}
#footer-instagram .menu-social-container .widget-title {
display: block;
}
.error404 .content-area .widget {
padding-left: 0;
padding-right: 0;
}  #page {
height: 100%;
-ms-word-wrap: break-word;
word-wrap: break-word;
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
max-width: 2560px;
margin: 0 auto;
min-height: 100%;
position: relative;
}
.wrapper,
.boxed-layout #page,
.site-header-main {
margin: 0 auto;
max-width: 1490px;
}
.site-content .wrapper {
overflow: hidden;
padding-bottom: 42px;
}
.no-sidebar .content-area {
max-width: 940px;
} html,
body {
overflow-x: hidden;
}
#masthead {
left: 0;
position: relative;
top: 0;
width: 100%;
z-index: 9999;
}
.below-site-header {
position: relative;
overflow-x: hidden;
}
.site-header-main {
display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 30px;
padding-right: 30px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.site-branding {
display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-bottom: 14px;
padding-top: 14px;
margin: 0 auto 0 0;
text-align: left;
width: auto;
}
.wp-custom-logo .site-identity {
display: none;
} .comments-area,
.no-comments {
clear: both;
padding-top: 35px;
}
.comment-body {
display: table;
table-layout: fixed;
position: relative;
width: 100%;
}
.comment-author-container {
margin-bottom: 21px;
}
.comment-author-container,
.comment-container {
width: 100%;
vertical-align: top;
}
.comment-list {
margin: 0;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
border-top: 1px solid;
padding: 2.1875em 0;
}
.comment-body + .comment-respond {
margin-bottom: 2em;
}
.comments-area .comment-list >li:first-child > article,
.comments-area .comment-list li.pingback:first-child,
.comments-area .comment-list li.trackback:first-child {
border-top: none;
}
.comment-header {
text-align: center;
}
.comment-metadata {
font-weight: 400;
}
.comment-list,
.comments-area .children {
list-style: none;
margin-left: 0;
}
.comment-list .children > li {
margin-left: 0.875em;
}
.comment-content {
clear: both;
margin-top: 14px;
position: relative;
}
.comment-author {
margin-bottom: 0.4375em;
text-align: center;
}
.comment-author .avatar {
height: 75px;
width: 75px;
}
.comment-metadata .edit-link,
.pingback .edit-link {
display: inline-block;
margin: 0;
}
.comment-metadata .edit-link:before,
.pingback .edit-link:before {
content: "\002f";
display: inline-block;
opacity: 0.7;
padding: 0 0.538461538em;
}
.comment-respond {
max-width: 680px;
margin: 0 auto;
padding: 35px;
position: relative;
}
#cancel-comment-reply-link {
font-weight: 600;
letter-spacing: 0.01em;
}
.comment-reply-link {
letter-spacing: 1px;
text-transform: uppercase;
}
.reply {
display: block;
margin-top: 14px;
}
#cancel-comment-reply-link {
position: absolute;
right: 21px;
top: 21px;
text-indent: -9999px;
}
#cancel-comment-reply-link:before {
padding-right: 4px;
position: absolute;
right: 0;
text-indent: 0;
}
.comment-reply-title {
margin-bottom: 1.458333333333333em;
}
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.site .avatar {
border-radius: 50%;
}
.author-avatar .avatar {
height: 65px;
width: 65px;
}
.comment-form label {
display: block;
font-weight: 400;
letter-spacing: 0.5px;
line-height: 2;
margin-bottom: 14px;
text-transform: uppercase;
} .sidebar .widget {
margin: 0 0 35px;
padding: 0;
}
.sidebar .widget-wrap {
overflow: hidden;
padding: 35px;
}
.sidebar .widget:last-of-type {
margin-bottom: 0;
}
.sidebar .widget .widget-title {
text-align: center;
}
.sidebar .widget .widget-title:after {
border-bottom: 1px solid;
content: "";
display: block;
margin: 14px auto 0 auto;
max-width: 21px;
}
#secondary ul,
.site-footer ul {
list-style: none;
margin: 0;
}
#secondary .dropdown-toggle,
.site-footer .dropdown-toggle {
display: none;
}
#secondary ul li,
.site-footer ul li,
.error404 .widget  ul li {
margin-bottom: 12px;
}
#secondary ul li > ul,
.site-footer ul li > ul {
margin-top: 14px;
}
.widget_categories ul,
.widget_archive ul,
.ew-archive ul,
.ew-category ul {
text-align: right;
}
.widget_categories ul li,
.widget_archive ul li,
.ew-archive ul li,
.ew-category ul li {
display: block;
overflow: hidden;
}
.widget_categories ul li a,
.widget_archive ul li a,
.ew-archive ul li a,
.ew-category ul li a {
float: left;
}
.site-footer .site-info a {
font-weight: 300;
}
.widget a,
.site-footer a {
font-weight: 400;
}
.ew-category .children {
clear: both;
float: none;
}
.tag-cloud-link {
border: 1px solid;
display: inline-block;
margin: 3px;
padding: 5px 10px;
} #site-generator {
border-top: 1px solid;
clear: both;
padding: 7px 30px;
}
#site-generator .site-social,
#site-generator .site-info {
padding: 7px 0;
}
#site-generator .menu-social-container {
border: none;
padding: 0;
}
.site-footer {
clear: both;
}
.site-footer .menu-social-container li a {
font-size: 21px;
font-size: 1.3125rem;
padding-top: 7px;
padding-bottom: 7px;
} .sticky-label {
display: inline-block;
letter-spacing: 0.05em;
margin-bottom: 14px;
padding: 2px 10px;
text-transform: uppercase;
}
.sticky {
display: block;
}
.hentry,
.view-all-button {
margin-bottom: 28px;
}
.entry-header .entry-meta > span,
.custom-header .entry-meta > span {
margin-right: 14px;
}
.entry-header .entry-title + .entry-meta > span {
margin-right: 0;
}
.post-thumbnail img {
display: block;
margin: 0 auto;
}
.post-thumbnail,
.featured-content-image {
margin-bottom: 21px;
}
.author-bio {
margin-top: 14px;
}
.updated:not(.published) {
display: none;
}
.entry-content,
.entry-summary {
margin-top: 14px;
}
.more-button,
.author-link {
margin-top: 14px;
}
.instagram-button {
margin-top: 28px;
}
.page-links {
clear: both;
margin: 0 0 1.555555555555556em;
}
.section-description {
margin-top: 14px;
}
.entry-title + .entry-meta {
margin-top: 7px;
}
.entry-footer .entry-meta {
padding-top: 35px;
}
.archive-content-wrap .entry-footer .entry-meta {
padding-top: 0;
}
.archive-content-wrap .entry-footer .entry-meta > span {
margin-right: 21px;
}
.archive-content-wrap .entry-footer .entry-meta > span:last-child {
margin-right: 0;
}
.archive-content-wrap .entry-footer {
border-bottom: 1px solid;
border-top: 1px solid;
display: table;
margin-top: 28px;
padding-bottom: 7px;
padding-top: 7px;
table-layout: fixed;
width: 100%;
}
.archive-content-wrap .entry-footer .entry-meta {
display: table-cell;
vertical-align: middle;
width: 50%;
}
.archive-content-wrap .entry-footer .entry-meta-left {
text-align: left;
}
.archive-content-wrap .entry-footer .entry-meta-right {
text-align: right;
}
.archive-content-wrap .entry-footer .tags-links,
.archive-content-wrap .entry-footer .cat-links,
.archive-content-wrap .entry-footer .edit-link {
display: inline-block;;
}
.archive-content-wrap .entry-footer .entry-meta span {
margin-bottom: 0;
}
.home .entry-footer .entry-meta .tags-links,
.home .entry-footer .entry-meta .cat-links {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.entry-footer .entry-meta span,
.author-avatar {
margin-bottom: 21px;
}
.edit-link {
margin-top: 21px;
}
.entry-footer .tags-links,
.entry-footer .cat-links,
.entry-footer .edit-link {
display: block;
line-height: 1.5;
}
.tags-links a,
.cat-links a {
display: inline-block;
margin-bottom: 7px;
margin-left: 7px;
}
.entry-meta a {
font-weight: 400;
text-transform: capitalize;
}
.tags-links .tags-text  + a,
.cat-links .cat-text + a {
margin-left: 0;
}
.cat-links:before,
.entry-footer .tags-links:before,
.edit-link:before,
.posted-on a:before,
.byline a:before {
margin-right: 7px;
}
.author-info {
margin-top: 35px;
padding: 35px;
}
.wp-post-image:hover {
opacity: 0.85;
}
body:not(.home).blog .content-area .hentry,
.archive .content-area .hentry,
.archive .content-area .hentry .post-thumbnail,
body:not(.home).blog .content-area .hentry .post-thumbnail {
margin-bottom: 0;
}
.archive .content-area .hentry .entry-container,
body:not(.home).blog .content-area .hentry .entry-container {
padding: 28px;
}
.archive .content-area .hentry:not(.has-post-thumbnail) .entry-container,
body:not(.home).blog .content-area .hentry:not(.has-post-thumbnail) .entry-container {
padding-left: 0;
padding-right: 0;
padding-top: 0;
}  .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
}
.infinite-scroll.infinity-success .archive-content-wrap,
.infinite-scroll.infinity-end .archive-content-wrap {
padding-bottom: 0;
}
.infinite-scroll.infinity-end .wrapper {
padding-bottom: 7px;
}
.site-main #infinite-handle,
.site-main .infinite-loader,
.pagination,
.posts-navigation {
clear: both;
width: 100%;
}
.site-main #infinite-handle span {
background-color: transparent;
display: inline-block;
}
.ctis-load-more-container + .infinite-loader,
.ctis-finished-notice {
left: inherit;
}
.infinite-loader {
display: none;
}
.pagination .page-numbers {
margin: 7px 0;
}
.pagination .prev.page-numbers,
.pagination .next.page-numbers {
display: block;
border-color: transparent;
}
.pagination .prev.page-numbers,
.pagination .next.page-numbers {
margin: 28px 0 0 0;
}
.pagination .prev.page-numbers {
margin-bottom: 28px;
}
.pagination .nav-links > span,
.pagination .nav-links > a,
.page-links a,
.page-links > span {
border: 1px solid;
display: inline-block;
padding: 7px 14px;
text-align: center;
}
.pagination .nav-links > a:hover,
.page-links a:hover,
.page-links a:focus {
border-color: transparent;
}
.page-links > .page-links-title {
border: 0;
height: auto;
margin: 0;
padding-right: 0.6153846154em;
width: auto;
} .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%;
vertical-align: middle;
} .custom-logo-link {
display: inline-block;
}
.custom-logo {
display: block;
margin: 0 auto;
}
.scrolled-logo-link {
display: none;
} .wp-caption {
margin-bottom: 1.555555555555556em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
figcaption,
.wp-caption .wp-caption-text {
font-size: 15px;
font-size: 0.9375rem;
font-weight: 400;
line-height: 1.4;
padding: 14px;
} .gallery {
margin-bottom: 1.555555555555556em;
}
.gallery-item {
display: inline-block;
max-width: 33.33%;
padding: 0 1.1400652% 2.2801304%;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33333%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66667%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28571%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11111%;
}
.gallery-caption {
display: block;
font-style: italic;
padding-top: 0.5384615385em;
}
.gallery-section .entry-content,
.gallery-section .entry-summary {
margin-top: 0;
} .site-title a,
.main-navigation .dropdown-toggle:after,
button,
#scrollup,
.site-main #infinite-handle span button,
.nav-links a,
.hero-content-wrapper .more-link,
.promotion-sale-wrapper .hentry .more-link,
.recent-blog-content-wrapper .more-link,
.cycle-prev,
.cycle-next,
.more-link,
.breadcrumb-area a,
.search-content-wrapper-top a,
.entry-header a,
.entry-content a,
.entry-summary a,
.site-info a,
.comment-metadata a,
.cycle-pager span,
.widget a,
table a,
input,
textarea,
.ui-tabs-anchor,
.author-link,
.wp-post-image,
.entry-meta a,
.view-all-button .more-link,
#gallery-content-section .gallery-icon a:before,
#gallery-content-section .tiled-gallery-item a:before,
#gallery-content-section  .gallery-item figcaption {
-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .nav-previous .nav-subtitle:before,
.nav-next .nav-subtitle:before,
.menu-social-container li a:before,
.menu-toggle:before,
.menu-toggle-close:before,
.main-navigation .menu-item-has-children > a:after,
.main-navigation .page_item_has_children > a:after,
.dropdown-toggle:after,
.navigation-classic #search-container:before,
.site-header-main .social-menu-wrapper .social-navigation-wrapper:before,
.cat-links:before,
.entry-footer .tags-links:before,
.edit-link:before,
#cancel-comment-reply-link:before,
.custom-header-media .wp-custom-header-video-play:before,
.custom-header-media .wp-custom-header-video-pause:before,
.site-header-cart .cart-contents:before,
.posted-on a:before,
.byline a:before,
.menu-toggle-wrapper:after,
.portfolio-section .entry-title a:after {
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-variant: normal;
font-weight: normal;
text-rendering: auto;
}
#footer-newsletter .ewnewsletter .ew-newsletter-wrap .ew-newsletter-subbox {
display: inline-block;
font-family: 'Oswald', 'FontAwesome', sans-serif;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-rendering: auto;
}
.posted-on a:before {
content: "\f073";
}
.byline a:before {
content: "\f007";
}
.site-header-cart .cart-contents:before {
content: "\f291";
}
.menu-social-container li a:before {
content: "\f0c1";
}
.main-navigation #primary-menu .dropdown-toggle:after {
content: "\f107";
}
.main-navigation #primary-menu .dropdown-toggle.active:after {
transform: rotate(180deg);
}
.cat-links:before {
content: "\f07c";
}
.entry-footer .tags-links:before {
content: "\f02c";
}
.edit-link:before {
content: "\f040";
}
#cancel-comment-reply-link:before {
content: "\f00d";
}
.custom-header-media .wp-custom-header-video-play:before {
content: "\f04c";
}
.custom-header-media .wp-custom-header-video-pause:before {
content: "\f04b";
}
.nav-previous .nav-subtitle:before {
content: "\f104";
left: 0;
}
.nav-next .nav-subtitle:before {
content: "\f105";
right: 0;
}
#social-menu-wrapper .menu-toggle:before {
content: "\f1e0";
}
#primary-search-wrapper .menu-toggle:before {
content: "\f002";
}
.comment-reply-title small a:before {
content: "\f00d";
}
.menu-social-container a[href*="facebook.com"]:before {
content: "\f09a";
}
.menu-social-container a[href*="twitter.com"]:before {
content: "\f099";
}
.menu-social-container a[href*="plus.google.com"]:before {
content: "\f0d5";
}
.menu-social-container a[href$="/feed/"]:before {
content: "\f09e";
}
.menu-social-container a[href*="wordpress.com"]:before,
.menu-social-container a[href*="wordpress.org"]:before {
content: "\f19a";
}
.menu-social-container a[href*="github.com"]:before {
content: "\f1d3";
}
.menu-social-container a[href*="linkedin.com"]:before {
content: "\f0e1";
}
.menu-social-container a[href*="pinterest.com"]:before {
content: "\f231";
}
.menu-social-container a[href*="flickr.com"]:before {
content: "\f16e";
}
.menu-social-container a[href*="vimeo.com"]:before {
content: "\f27d";
}
.menu-social-container a[href*="youtube.com"]:before {
content: "\f16a";
}
.menu-social-container a[href*="tumblr.com"]:before {
content: "\f173";
}
.menu-social-container a[href*="instagram.com"]:before {
content: "\f16d";
}
.menu-social-container a[href*="codepen.io"]:before {
content: "\f1cb";
}
.menu-social-container a[href*="path.com"]:before {
content: "\f20c";
}
.menu-social-container a[href*="dribbble.com"]:before {
content: "\f17d";
}
.menu-social-container a[href*="skype.com"]:before {
content: "\f17e";
}
.menu-social-container a[href*="digg.com"]:before {
content: "\f1a6";
}
.menu-social-container a[href*="reddit.com"]:before {
content: "\f1a1";
}
.menu-social-container a[href*="stumbleupon.com"]:before {
content: "\f1a4";
}
.menu-social-container a[href*="getpocket.com"]:before {
content: "\f265";
}
.menu-social-container a[href*="dropbox.com"]:before {
content: "\f16b";
}
.menu-social-container a[href*="spotify.com"]:before {
content: "\f1bc";
}
.menu-social-container a[href*="foursquare.com"]:before {
content: "\f180";
}
.menu-social-container a[href*="twitch.tv"]:before {
content: "\f1e8";
}
.menu-social-container a[href*="mailto:"]:before {
content: "\f0e0";
}
.menu-social-container a[href*="vk.com"]:before {
content: "\f189";
}
.menu-social-container a[href*="xing.com"]:before {
content: "\f168";
} .site-overlay {
background-color: rgba(0, 0, 0, 0.15);
opacity: 0;
}
.menu-open .site-overlay {
bottom: 0;
height: 100%;
left: 0;
opacity: 1;
position: absolute;
top: 0;
width: 100%;
z-index: 99;
}  .slider-content-wrapper {
position: relative;
}
.slider-content-wrapper .hentry,
.home .custom-header {
height: 100vh;
background-size:cover;
}
.header-solid-bg.slider-content-wrapper .hentry,
.header-solid-bg.home .custom-header {
height: calc(100vh - 84px);
}
.header-solid-bg.admin-bar .slider-content-wrapper .hentry,
.header-solid-bg.home.admin-bar .custom-header {
height: calc(100vh - 130px);
}
.admin-bar .slider-content-wrapper .hentry,
.home.admin-bar .custom-header {
height: calc(100vh - 46px);
}
.home .custom-header .custom-header-content {
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
width: 100%;
}
.slider-content-wrapper  .text-aligned-left .entry-container,
.home .custom-header .text-aligned-left .entry-container {
text-align: left;
}
.slider-content-wrapper  .text-aligned-right .entry-container,
.home .custom-header .text-aligned-right .entry-container {
text-align: right;
}
.slider-content-wrapper  .text-aligned-center .entry-container,
.home .custom-header .text-aligned-center .entry-container {
text-align: center;
}
.slider-content-wrapper .entry-container-wrap,
.home .custom-header .entry-container-wrap  {
max-width: 666px;
}
.home .custom-header .content-aligned-left,
.slider-content-wrapper .content-aligned-left {
text-align: left;
}
.home .custom-header .content-aligned-right,
.slider-content-wrapper .content-aligned-right {
text-align: right;
}
.home .custom-header .content-aligned-right .entry-container-wrap,
.slider-content-wrapper .content-aligned-right .entry-container-wrap {
margin: 0 0 0 auto;
}
.home .custom-header .content-aligned-center .entry-container-wrap,
.slider-content-wrapper .content-aligned-center .entry-container-wrap {
margin: 0 auto;
}
.home .custom-header .content-aligned-center,
.slider-content-wrapper .content-aligned-center {
text-align: center;
}
.slider-content-wrapper .entry-container {
padding: 100px 80px;
}
.home .custom-header-content {
padding: 100px 30px;
}
.slider-content-wrapper .wrapper {
max-width: 2560px;
}
.slider-content-wrapper img:hover,
.slider-content-wrapper  img:focus {
opacity: 1;
}
.slider-content-wrapper .entry-container {
top: 50%;
transform: translateY(-50%);
}
.slider-content-wrapper .entry-container,
.custom-header-content {
display: block;
margin: 0 auto;
max-width: 1490px;
position: relative;
z-index: 2;
}
.slider-content-wrapper .slider-image img {
height: 100%;
left: 0;
position: absolute;
-o-object-fit: cover;
object-fit: cover;
top: 0;
-ms-transform: none;
-moz-transform: none;
-webkit-transform: none;
transform: none;
width: 100%;
}
.slider-content-wrapper .slider-image:before {
background-color: rgba(0, 0, 0, 0.15);
bottom: 0;
content: "";
height: 100%;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: 1;
}
.slider-content-wrapper .sub-title,
.custom-header .sub-title {
display: block;
margin-top: 14px;
text-transform: capitalize;
}
.post-slide.cycle-slide {
width: 100%;
}
.cycle-pager {
bottom: 42px;
left: 50%;
line-height: 0;
position: absolute;
text-align: center;
transform: translateX(-50%);
width: 100%;
z-index: 999;
}
.slider-content-wrapper .cycle-pager {
bottom: 28px;
display: none;
}
.cycle-prev {
left: 0;
}
.cycle-next {
right: 0;
}
.cycle-prev,
.cycle-next {
font-size: 28px;
font-size: 1.75rem;
cursor: pointer;
position: absolute;
z-index: 999;
padding: 11px 20px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.cycle-pager span {
border-radius: 100%;
cursor: pointer;
display: inline-block;
font-size: 0;
font-size: 0em;
height: 12px;
line-height: 1;
margin: 3px 6px;
width: 12px;
}
.slider-content-wrapper .entry-title,
.home .custom-header .entry-title {
font-size: 42px;
font-size: 2.625rem;
line-height: 1.327586206896552;
text-transform: capitalize;
}
.slider-content-wrapper .entry-content,
.slider-content-wrapper .entry-summary,
.custom-header .entry-content,
.custom-header .entry-summary  {
font-size: 18px;
font-size: 1.125rem;
font-weight: 500;
line-height: 1.555555555555556;
}
.scroll-down {
bottom: 28px;
cursor: pointer;
left: 50%;
letter-spacing: 2px;
position: absolute;
text-transform: uppercase;
text-align: center;
transform: translateX(-50%);
z-index: 999;
}
.scroll-down span {
display: block;
}
.scroll-down span:last-child {
font-size: 20px;
font-size: 1.25rem;
line-height: 1;
margin-top: -4px;
}
body:not(.home) .custom-header .scroll-down {
display: none;
} @-webkit-keyframes arrow-jump {
0%   { opacity: 0;}
100% { opacity: 1;
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
-o-transform: translateY(10px);
transform: translateY(10px);
}
}
.fa-angle-down {
-webkit-animation: arrow-jump 1s infinite; -moz-animation:    arrow-jump 1s infinite; -o-animation:      arrow-jump 1s infinite; animation:         arrow-jump 1s infinite; }
.slider-content-wrapper .more-link,
.slider-content-wrapper .entry-header a,
.slider-content-wrapper .entry-content a,
.slider-content-wrapper .wp-post-image {
-webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; }
.custom-header .entry-header {
margin-bottom: 21px;
}
.entry-header-image {
margin-top: 21px;
} .section {
clear: both;
display: block;
overflow: hidden;
position: relative;
width: 100%;
}
.slider-content-wrapper.section {
border: 0;
padding: 0;
}
.slider-content-wrapper + .section,
.custom-header + .section {
border-top: 0;
}
.custom-header + .site-content,
.slider-content-wrapper + .site-content,
.breadcrumb-area + .custom-header,
body:not(.home) .custom-header + .site-content,
.section + .site-content {
border: 0;
}
.site-content + .recent-blog-content-wrapper,
.site-content {
border-top: 1px solid;
} .featured-content-section .post-thumbnail {
margin-bottom: 0;
}
.featured-content-section .post-thumbnail img {
width: 100%
}
.featured-content-section .wrapper {
max-width: 2560px;
}
#featured-content .section-content-wrapper,
#featured-content .hentry {
padding-left: 0;
padding-right: 0;
}
.featured-content-section .hentry {
margin-bottom: 0;
}
.featured-content-section .section-content-wrapper .hentry:last-of-type {
margin-bottom: 28px;
}
.featured-content-section .hentry,
.services-section .hentry,
.pricing-section .hentry,
.team-section .hentry,
.footer-widget-area .widget-column,
.footer-widget-area.three,
.sidebar .widget,
.stats-section .hentry,
.portfolio-section .hentry,
.content-area .hentry,
.skill-content-wrapper .hentry,
.recent-blog-content-wrapper .hentry {
float: left;
position: relative;
width: 100%;
}
.featured-content-section .entry-container {
border: 1px solid;
padding: 28px 35px;
}
.featured-content-section .hentry:nth-child(n+2) .entry-container {
margin-left: -1px;
}
#team-content-section .position {
font-weight: 400;
line-height: 1.3125;
margin-right: 0;
} .services-section .section-content-wrapper,
.pricing-section .section-content-wrapper {
text-align: center;
}
.services-section .section-heading-wrapper,
.pricing-section .section-heading-wrapper {
position: relative;
} #skill-section .section-content-wrapper {
max-width: 1170px;
margin-left: auto;
margin-right: auto;
}
#skill-section .layout-two.section-content-wrapper {
max-width: 1730px;
}
.skillbar-bar {
height: 10px;
width: 0px;
}
.skillbar-item {
display: block;
margin-bottom: 28px;
}
.skillbar-content {
clear: both;
display: block;
position: relative;
width: 100%;
height: 10px;
}
.about-me-title {
font-weight: 600;
margin: 0 0 20px;
text-transform: uppercase;
}
.skillbar-title,
.skill-bar-percent {
clear: none;
font-weight: 600;
margin: 0 0 10px;
text-transform: uppercase;
}
.skillbar-title {
float: left;
line-height: 1.5;
}
.skill-bar-percent {
float: right;
}
#skill-section .view-all-button {
margin-bottom: 0;
text-align: left;
}
#skill-section .view-all-button .more-link {
text-align: center;
} .hero-content-wrapper .hentry,
.promotion-sale-wrapper .hentry,
.contact-section .hentry-inner {
display: table;
margin: 0;
table-layout: fixed;
width: 100%;
z-index: 2;
}
.hero-content-wrapper.boxed .hentry,
.hero-content-wrapper.fluid {
position: relative;
}
.hero-content-wrapper .more-button,
.promotion-sale-wrapper .more-button,
.promotion-headline-wrapper .more-button {
margin-top: 21px;
}
.hero-content-wrapper .entry-container,
.promotion-sale-wrapper .entry-container {
clear: both;
padding: 42px;
text-align: center;
}
.hero-content-wrapper .hentry.has-post-thumbnail .entry-container,
.promotion-sale-wrapper .hentry .entry-container,
.contact-section .entry-container {
clear: both;
padding: 42px 30px 35px 30px;
}
.hero-content-wrapper .section-content-wrap {
padding-left: 30px;
padding-right: 30px;
}
.hero-content-wrapper .featured-content-image,
.promotion-sale-wrapper .featured-content-image,
.contact-section .post-thumbnail {
background-repeat: no-repeat;
background-size: cover;
background-position: center top;
content: "";
float: left;
margin: 0;
padding-bottom: 100%;
width: 100%;
}
.hero-content-wrapper.section {
padding-bottom: 35px;
padding-top: 42px;
}
.hero-content-wrapper .entry-container.full-width,
.promotion-sale-wrapper .entry-container.full-width {
width: 100%;
}
.hero-content-wrapper .entry-title span,
.promotion-sale-wrapper .entry-title span,
.reserve-content-wrapper .entry-title span,
.contact-section .entry-title span,
#skill-section .entry-title span {
display: block;
}
.hero-content-wrapper .entry-title,
.promotion-sale-wrapper .entry-title,
.contact-section .entry-title,
.reserve-content-wrapper .entry-title,
#skill-section .entry-title {
font-weight: 500;
position: relative;
}
.hero-content-wrapper .entry-title span,
.promotion-sale-wrapper .entry-title span,
.contact-section .entry-title span,
#skill-section .entry-title span,
#skill-section .skillbar,
.reserve-content-wrapper .entry-title span,
.why-choose-us-section .section-description {
margin-top: 21px;
}
.hero-content-wrapper .entry-title span,
.promotion-sale-wrapper .entry-title span,
.reserve-content-wrapper .entry-title span,
.contact-section .entry-title span,
#skill-section .entry-title span {
font-weight: 300;
line-height: 1.75
} .stats-section .entry-content,
.stats-section .entry-summary {
font-weight: 400;
margin-top: 7px;
}
.stats-section .hentry .more-link {
font-style: normal;
}
.stats-section .entry-container {
text-align: center;
} #gallery-content-section.section {
padding-bottom: 0;
}
#gallery-content-section .hentry,
#gallery-content-section .gallery {
margin-bottom: 0;
}
#gallery-content-section .wrapper {
max-width: 100%;
}
#gallery-content-section .section-content-wrapper {
padding: 0;
}
#gallery-content-section .tiled-gallery .tiled-gallery-item {
width: 25%;
}
#gallery-content-section .gallery-item {
padding: 0;
position: relative;
max-width: 100%;
}
#gallery-content-section .gallery-icon a {
display: block;
line-height: 0;
}
#gallery-content-section figcaption {
background-color: rgba(0,0,0,0.5);
bottom: 0;
font-size: 18px;
font-size: 1.125rem;
font-weight: 700;
font-style: normal;
line-height: 1.4;
padding: 14px;
position: absolute;
text-align: center;
width: 100%;
}
#gallery-content-section .entry-footer {
margin-top: 7px;
position: absolute;
top: 0;
text-align: center;
width: 100%;
}
#gallery-content-section .entry-footer .entry-meta {
padding-top: 0;
}
#gallery-content-section .entry-footer .edit-link {
margin-top: 0;
} #promotion-headline {
border: 0;
margin: 0;
padding: 0;
}
.promotion-headline-wrapper:before {
z-index: 1;
}
.promotion-headline-wrapper .section-content-wrap {
position: relative;
z-index: 2;
}
.promotion-headline-wrapper .hentry {
margin-bottom: 0;
max-width: 740px;
padding: 42px 30px 28px 30px;
}
.promotion-headline-wrapper.content-aligned-left .section-description,
.promotion-headline-wrapper.content-aligned-left .hentry {
text-align: left;
}
.promotion-headline-wrapper.content-aligned-center .hentry {
margin: 0 auto;
text-align: center;
}
.promotion-headline-wrapper.content-aligned-right .section-description,
.promotion-headline-wrapper.content-aligned-right .hentry {
text-align: right;
}
.promotion-headline-wrapper.content-aligned-right .hentry {
margin-left: auto;
}
.promotion-headline-wrapper.text-aligned-right .section-description,
.promotion-headline-wrapper.text-aligned-right .hentry {
text-align: right;
}
.promotion-headline-wrapper.text-aligned-left .section-description,
.promotion-headline-wrapper.text-aligned-left .hentry {
text-align: left;
}
.promotion-headline-wrapper.text-aligned-center .section-description,
.promotion-headline-wrapper.text-aligned-center .hentry {
text-align: center;
} .promotion-sale-wrapper .entry-title {
text-transform: uppercase;
}
.promotion-sale-wrapper .entry-title span {
text-transform: none;
}
.promotion-sale-wrapper .entry-image {
margin-bottom: 14px;
}
.hero-content-wrapper .featured-content-image,
.promotion-sale-wrapper .featured-content-image,
.contact-section .post-thumbnail {
position: relative;
} .pricing-section .post-thumbnail {
margin-bottom: 0;
}
.pricing-section .entry-header,
.pricing-section .entry-content,
.pricing-section .entry-summary {
padding: 28px;
}
.pricing-section .entry-content,
.pricing-section .entry-summary {
line-height: 2.625;
margin-top: 0;
}
.pricing-section .entry-title {
text-transform: uppercase;
}
.pricing-section sup {
margin-right: 0.2em;
top: -0.9em;
}
.pricing-section .package-price {
font-size: 52px;
font-size: 3.25rem;
font-weight: 500;
padding: 7px 28px 28px 28px;
text-align: center;
}
.pricing-section .package-price sup {
font-size: 24px;
font-size: 1.5rem;
font-weight: 400;
}
.pricing-section .package-month {
font-size: 18px;
font-size: 1.125rem;
font-weight: 400;
padding: 0px;
margin: -14px 0 0 0;
} .testimonials-content-wrapper {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-attachment: fixed;
width: 100%;
}
.testimonials-content-wrapper .wrapper {
padding-left: 80px;
padding-right: 80px;
}
.testimonials-content-wrapper .hentry {
margin-bottom: 0;
text-align: center;
}
.testimonial-slider-wrap,
.review-slide,
.testimonials-content-wrapper .hentry-wrap {
width: 100%;
}
.testimonials-content-wrapper .position {
font-size: 18px;
font-size: 1.125rem;
font-weight: 400;
line-height: 1.555555555555556;
}
.testimonials-content-wrapper .entry-container:before {
content: "“";
font-size: 165px;
font-size: 10.3125rem;
font-weight: 400;
line-height: 0;
position: absolute;
left: 50%;
bottom: 0;
transform: translateX(-50%);
}
.testimonials-content-wrapper .entry-title span {
font-weight: 500;
margin-left: 7px;
}
.testimonials-content-wrapper .section-content-wrap {
max-width: 600px;
margin: 0 auto;
}
.testimonials-content-wrapper .entry-header a,
.testimonials-content-wrapper .wp-post-image {
transition: none;
}
.testimonials-content-wrapper .post-thumbnail,
.testimonials-content-wrapper .post-thumbnail img {
border-radius: 50%;
height: 150px;
margin-left: auto;
margin-right: auto;
width: 150px;
}
.testimonials-content-wrapper .entry-container {
padding-bottom: 84px;
}
.testimonials-content-wrapper .cycle-pager {
display: none;
}
.testimonials-content-wrapper.section {
padding-bottom: 28px;
}
#testimonial-pager-template img {
display: none;
} .reserve-content-wrapper .contact-description {
text-align: center;
}
.reserve-content-wrapper .hentry {
margin-bottom: 0;
padding: 42px;
position: relative;
width: 100%;
}
.reserve-content-wrapper .section-content-wrap {
padding: 42px 30px;
}
.reserve-content-wrapper .entry-content,
.reserve-content-wrapper .entry-summary {
margin-top: 21px;
}
.reserve-content-wrapper form .form-submit {
margin-top: 7px;
}
.reserve-content-wrapper .contact-description strong {
display: block;
font-size: 18px;
font-size: 1.125rem;
margin-bottom: 7px;
}
.info {
font-size: 22px;
font-size: 1.375rem;
line-height: 1.346153846153846;
}
.reserve-content-wrapper .contact-description {
position: relative;
}
.reserve-content-wrapper .contact-description .entry-container {
position: relative;
z-index: 2;
}
.reserve-content-wrapper .contact-description:before {
border: 1px dashed #515151;
content: "";
position: absolute;
top: 21px;
bottom: 21px;
left: 21px;
right: 21px;
z-index: 1;
}
.reservation-highlight-text {
font-size: 20px;
font-size: 1.25rem;
line-height: 1.4;
margin-bottom: 0;
margin-top: 21px;
text-align: center;
} .team-section .hentry-inner {
display: table;
margin: 0;
position: relative;
width: 100%;
z-index: 2;
}
.team-section .post-thumbnail {
background-repeat: no-repeat;
background-size: cover;
background-position: center top;
content: "";
float: left;
margin: 0;
padding-bottom: 100%;
position: relative;
width: 100%;
}
.team-section .entry-container {
clear: both;
padding: 35px;
}
.cover-link {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.text-aligned-center {
text-align: center;
}
.text-aligned-left {
text-align: left;
}
.text-aligned-right {
text-align: right;
}
.team-section.content-position-right .post-thumbnail {
left: 0;
}
.team-section.content-position-left .post-thumbnail {
right: 0;
}
.team-section.content-position-right .entry-container {
float: right;
}
.team-section.content-position-left .entry-container {
float: left;
}
.team-social-profile .menu-social-container {
text-align: left;
}
.team-section.text-aligned-right .menu-social-container {
text-align: right;
}
.team-section.text-aligned-center .menu-social-container {
text-align: center;
}
.team-social-profile .menu-social-container a,
.widget-area .menu-social-container a {
border-radius: 50%;
height: 40px;
line-height: 40px;
margin: 7px 7px 0 0;
padding: 0;
width: 40px;
}
.widget-area .menu-social-container a {
height: 50px;
line-height: 50px;
margin: 7px 14px 0 0;
width: 50px;
}
.team-social-profile .menu-social-container li:last-child a,
.widget-area .menu-social-container li:last-child a {
margin-right: 0;
} .portfolio-section.no-section-heading {
padding-top: 0;
}
.services-section.no-section-heading,
.pricing-section.no-section-heading,
.stats-section.no-section-heading,
#skill-section {
padding-top: 42px;
}
.portfolio-section .wrapper {
max-width: 100%;
}
.portfolio-section .wrapper,
#portfolio-content-section .section-content-wrapper,
#portfolio-content-section .hentry {
padding-left: 0;
padding-right: 0;
}
.portfolio-section.section,
.portfolio-section .section-content-wrapper {
padding-bottom: 0;
}
.portfolio-section .hentry,
.portfolio-section .post-thumbnail {
margin-bottom: 0;
}
.portfolio-section .post-thumbnail img {
width: 100%;
}
.portfolio-section .hentry .entry-container {
background-color: rgba(0,0,0,0.5);
position: absolute;
width: 100%;
bottom: 0;
left: 0;
text-align: center;
}
.portfolio-section .hentry-inner {
position: relative;
}
.portfolio-section .inner-wrap {
display: block;
padding: 14px;
position: relative;
bottom: 0;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out
} .why-choose-us-content-area {
clear: both;
}
.why-choose-us-section .section-content-wrapper {
max-width: 480px;
margin: 0 auto;
}
.why-choose-us-section .hentry {
clear: both;
}
.why-choose-us-section .entry-content,
.why-choose-us-section .entry-summary {
margin-top: 7px;
}
.why-choose-us-section .main-image {
background-repeat: no-repeat;
background-size: contain;
content: "";
float: left;
margin: 0;
padding-bottom: 100%;
width: 100%;
background-position: center bottom;
}
.why-choose-us-section .post-thumbnail {
float: left;
margin-right: 35px;
}
.why-choose-us-section .entry-container {
clear: none;
overflow: hidden;
} .promotion-headline-wrapper {
position: relative;
}
#footer-newsletter .wrapper,
#footer-instagram .menu-social-container .widget-wrap {
max-width: 2560px;
text-align: center;
}
#footer-newsletter .widget,
#footer-instagram .menu-social-container {
clear: both;
float: none;
margin-bottom: 0;
padding: 0;
}
#footer-newsletter .widget.ew-newsletter {
margin: 0;
}
#footer-newsletter .widget-wrap,
#footer-instagram .menu-social-container .widget-wrap {
padding: 42px 30px;
margin: 0;
}
#footer-newsletter .ewnewsletter .hentry {
margin-top: 28px;
}
#footer-newsletter .section-heading-wrapper {
padding: 0;
}
#footer-newsletter .ew-newsletter-wrap form {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
#footer-newsletter .ewnewsletter .ew-newsletter-wrap .ew-newsletter-subbox {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
border: none;
margin: 0;
padding: 10.5px 21px;
}
#footer-newsletter .ewnewsletter .ew-newsletter-wrap #subbutton {
border-radius: 6px;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
margin: 0;
}
.before-text,
.after-text {
clear: both;
margin-bottom: 0;
margin-top: 1.5em;
}
.essential-widgets .hentry {
float: none;
} #clients-section .cycle-prev,
#clients-section .cycle-next {
display: none;
}
#clients-section .post-thumbnail {
margin: 0;
}
.clients-content-wrapper .hentry {
margin: 0;
padding: 0 15px 42px 15px;
}
#clients-section .wrapper {
padding-bottom: 28px;
} .contact-section .contact-details {
list-style: none;
margin-left: 0;
position: relative;
}
.contact-section .section-content-wrap {
padding-bottom: 0;
}
.contact-section .hentry {
margin-bottom: 0;
}
.contact-section .entry-content,
.contact-section .post-thumbnail {
margin: 0;
}
.contact-section .post-thumbnail {
margin-top: 14px;
}
.contact-details li {
margin-bottom: 28px;
width: 100%;
}
.contact-details li:last-child {
margin-bottom: 0;
}
.contact-details li span {
display: block;
}
.contact-details li .fa {
display: block;
font-size: 24px;
font-size: 1.5rem;
margin-right: 14px;
margin-top: 5px;
text-align: center;
}
.contact-section.section {
padding-bottom: 0;
padding-top: 0;
}
.contact-details li .contact-label {
font-weight: 500;
text-transform: uppercase;
}
.contact-details > li > span {
display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }
.contact-section .entry-content,
.contact-section .entry-summary {
margin-top: 28px;
} .custom-header {
clear: both;
margin: 0 auto;
position: relative;
width: 100%;
}
.custom-header:before {
content: "";
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.custom-header .custom-header-media img {
display: none;
}
.no-header-media-text .custom-header img {
display: none;
height: 100vh;
position: relative;
}
.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe {
position: absolute;
height: auto;
left: 50%;
max-width: 1000%;
min-height: 100%;
min-width: 100%;
min-width: 100vw; width: auto;
top: 50%;
padding-bottom: 1px; -ms-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
} @supports ( object-fit: cover ) {
.has-header-media .custom-header-media img,
.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe {
height: 100%;
left: 50%;
-o-object-fit: cover;
object-fit: cover;
top: 50%;
-ms-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
width: 100%;
}
}
.wp-custom-header-video-button {
background-color: transparent;
border: 1px solid;
border-radius: 50%;
height: 50px;
opacity: 1;
padding: 0;
text-indent: -9999px;
width: 50px;
z-index: 100;
}
.wp-custom-header-video-button,
.custom-header-media .wp-custom-header-video-play:before,
.custom-header-media .wp-custom-header-video-pause:before {
left: 50%;
position: absolute;
}
.no-header-media-text .wp-custom-header-video-button,
.custom-header-media .wp-custom-header-video-play:before,
.custom-header-media .wp-custom-header-video-pause:before {
top: 50%;
transform: translate(-50%, -50%);
}
.wp-custom-header-video-button {
bottom: 14%;
transform: translateX(-50%);
}
.custom-header:hover .wp-custom-header-video-button {
opacity: 1;
}
.custom-header-media .wp-custom-header-video-play:before,
.custom-header-media .wp-custom-header-video-pause:before {
display: block;
font-size: 21px;
font-size: 1.3125rem;
text-indent: 0;
}
.custom-header-content {
padding: 150px 30px 60px 30px
}
.has-header-video.no-header-media-text .wp-custom-header {
padding-bottom: 100px;
padding-top: 100px;
}
.custom-header:after {
background-color: rgba(0, 0, 0, 0.2);
}
.custom-header:after {
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}  .woocommerce-shorting-wrapper:before,
.woocommerce-shorting-wrapper:after {
content: "";
display: table;
table-layout: fixed;
}
.woocommerce-shorting-wrapper:after {
clear: both;
} .woocommerce-products-header,
.single-product .woocommerce-posts-wrapper {
margin: 0 auto;
max-width: 990px;
width: 100%;
}
.woocommerce-products-header {
text-align: center;
}
.woocommerce-posts-wrapper {
padding-bottom: 0;
}
.woocommerce-products-header .page-description {
margin-top: 24px;
}
.woocommerce-products-header .page-description p {
margin-bottom: 0;
}
.woocommerce-shorting-wrapper {
display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
clear: both;
padding: 28px 0;
text-align: center;
width: 100%;
}
.woocommerce-ordering,
.woocommerce-result-count {
margin: 0;
width: 100%;
}
.woocommerce-ordering {
margin-top: 14px;
}
.woocommerce-ordering {
clear: none;
float: right;
}
#product-content-section.round-product-image li.product > .woocommerce-loop-product__link {
border-radius: 50%;
display: inline-block;
height: 0;
margin-bottom: 21px;
padding-top: 100%;
position: relative;
width: 100%;
z-index: 2;
}
#product-content-section.round-product-image li.product > .woocommerce-loop-product__link img {
border-radius: 50%;
display: block;
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
height: 100%;
width: 100%;
} table.shop_table_responsive thead {
display: none;
}
table.shop_table_responsive tbody th {
display: none;
}
table.shop_table_responsive tr td {
clear: both;
display: block;
padding: 7px 21px;
text-align: right;
}
table.shop_table_responsive tr td:before {
content: attr(data-title) ": ";
float: left;
}
table.shop_table_responsive tr td.product-remove a {
display: block;
font-size: 24px;
font-size: 1.5rem;
margin: 0 auto;
text-align: center;
}
table.shop_table_responsive tr td a,
.product-container a.added_to_cart {
text-decoration: none;
}
table.shop_table_responsive tr td.product-remove:before {
display: none;
}
table.shop_table_responsive tr td.actions:before,
table.shop_table_responsive tr td.download-actions:before {
display: none;
}
table.shop_table_responsive tr td.download-actions .button {
display: block;
text-align: center;
} ul.products {
content: "";
display: table;
table-layout: fixed;
margin: 0;
padding: 0;
width: 100%;
}
ul.products li.product {
list-style: none;
float: left;
position: relative;
margin: 0 0 28px;
text-align: center;
width: 100%;
}
ul.products li.product a {
text-decoration: none;
}
ul.products li.product .woocommerce-loop-product__title {
margin: 0 0 7px 0;
}
ul.products li.product .price {
display: block;
margin-top: 7px;
}
ul.products li.product .price,
.price .woocommerce-Price-amount.amount {
font-size: 18px;
font-size: 1.125rem;
line-height: 1.555555555555556;
}
ul.products li.product img {
display: block;
margin: 0 auto 21px auto;
}
.product-container a {
display: block;
}
.product-container a.button,
.woocommerce .product-container .wc-forward {
display: inline-block;
margin-top: 14px;
} .infinite-scroll .woocommerce-pagination {
display: none;
}
.woocommerce .site-main #infinite-handle {
padding-top: 0;
} .onsale {
-webkit-border-radius: 0;
border-radius: 0;
font-size: 11px;
font-size: 0.6875rem;
line-height: 1.2;
min-height: auto;
min-width: auto;
margin: 0;
padding: 7px 14px;
position: absolute;
left: 0;
top: 0;
right: auto;
letter-spacing: 0.1em;
text-align: center;
}
.round-product-image .onsale {
left: 50%;
text-transform: uppercase;
transform: translateX(-50%);
z-index: 9;
} span.price del,
p.price del {
opacity: .5;
}
span.price ins,
p.price ins {
background: transparent;
padding: 0;
}
.price del + ins {
margin-left: .327em;
} .woocommerce a.button,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce .product-container .wc-forward {
border: 0;
}
.woocommerce button.pswp__button:hover,
.woocommerce button.pswp__button:focus {
background-color: transparent;
}
.woocommerce-form-login button[type="submit"] {
margin-right: 14px;
}
.woocommerce .product-container .wc-forward {
border: 2px solid;
font-weight: 700;
letter-spacing: 0.1em;
text-decoration: none;
text-transform: uppercase;
padding: 9px 25px;
}
.woocommerce .product-container .button {
background-color: transparent;
border: 2px solid;
display: inline-block;
padding: 9px 25px;
}
.woocommerce .product-container .button:hover,
.woocommerce .product-container .button:focus,
.woocommerce .product-container .wc-forward:hover,
.woocommerce .product-container .wc-forward:focus,
#product-content-section.has-background-image .woocommerce .product-container .button:hover,
#product-content-section.has-background-image .woocommerce .product-container .button:focus {
border-color: transparent;
}
.widget .woocommerce-mini-cart__buttons {
margin-bottom: 0;
}
.woocommerce-mini-cart__buttons .button {
margin: 0 2px 7px 2px;
} .single-product div.product {
content: "";
display: table;
table-layout: fixed;
position: relative;
}
.single-product div.product div.images {
margin-bottom: 1.555555555555556em;
}
.single-product div.product .woocommerce-product-gallery,
.single-product div.product .entry-summary {
float: none;
text-align: left;
width: 100%;
}
.single-product div.product .woocommerce-product-gallery {
position: relative;
}
.single-product div.product .onsale {
z-index: 2;
}
.single-product div.product figure {
margin: 0;
}
.single-product div.product .entry-summary {
margin: 0;
padding: 0;
}
.single-product div.product .entry-summary .entry-title {
text-align: left;
margin: 0;
}
.single-product div.product .woocommerce-product-rating {
margin-top: 7px;
}
.single-product div.product .woocommerce-product-rating .star-rating {
float: left;
margin: 0 7px 0 0;
}
.single-product div.product .woocommerce-product-rating .woocommerce-review-link {
text-decoration: none;
}
.single-product div.product p.price {
margin: 0.875em 0;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
position: absolute;
top: 1em;
right: 1em;
display: block;
z-index: 99;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
margin-bottom: 1em;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
content: "";
display: table;
table-layout: fixed;
margin: 0;
padding: 0;
width: 100%;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
list-style: none;
cursor: pointer;
float: left;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
opacity: .5;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
opacity: 1;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
opacity: 1;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
width: 50%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
width: 33.3333333%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: 25%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
width: 20%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
clear: both;
}
.single-product div.product form.cart {
margin: 0 0 1.5em;
}
.single-product div.product form.cart .quantity {
float: left;
margin-right: 21px;
}
.single-product .product_meta {
border-top: 1px solid;
display: block;
font-size: 14px;
font-size: 0.875rem;
padding-top: 1.5em;
}
.single-product .woocommerce-variation-price {
margin: 0 0 1.5em;
}
.variations .reset_variations {
margin-left: 14px;
}
.single-product .product_meta a,
.woocommerce-info a,
.variations .reset_variations {
text-decoration: none;
}
.single-product div.product .related,
.single-product div.product .upsells,
.cart-collaterals .cross-sells,
.cart-collaterals .cart_totals {
margin-top: 42px;
}
.related h2:first-of-type {
margin-bottom: 0.778em;
text-transform: capitalize;
}
.cart-collaterals .cross-sells {
text-align: center;
}
#reviews #comments ol.commentlist,
ul.woocommerce-error {
margin-left: 0;
list-style: none;
}
#reviews #comments ol.commentlist li {
margin-bottom: 1.5em;
position: relative;
}
#reviews #comments ol.commentlist li img.avatar {
-webkit-border-radius: 50%;
border-radius: 50%;
float: left;
position: absolute;
top: 7px;
left: 0;
width: 60px;
}
#reviews #comments ol.commentlist li .comment-text {
margin: 0 0 0 60px;
padding: 0 0 0 35px;
}
#reviews #comments ol.commentlist li .star-rating {
float: right;
}
#reviews #comments ol.commentlist .meta {
margin-bottom: 7px;
}
#reviews .comment-respond .comment-form-rating {
margin-top: 7px;
text-align: center;
}
#reviews .comment-respond .comment-form-rating .stars {
margin-top: 7px;
margin-bottom: 21px;
}
#reviews .comment-respond .comment-reply-title {
display: block;
margin-bottom: 21px;
}
.stock:empty:before {
display: none;
}
.stock.in-stock {
color: #0f834d;
}
.stock.out-of-stock {
color: #e2401c;
} table.cart .product-thumbnail {
text-align: center;
}
table.cart .product-thumbnail:before {
display: none;
}
table.cart .product-thumbnail img {
margin: 0 auto;
width: 80px;
}
table.cart .coupon label {
display: none;
}
table.cart td.actions input,
table.cart td.actions .button {
margin: 14px 0;
display: block;
width: 100%;
}
.woocommerce .wc-proceed-to-checkout a.button {
width: 100%;
}
.cart_totals h2,
.woocommerce .wc-proceed-to-checkout a.button,
.cart_totals .wc-proceed-to-checkout,
.woocommerce-checkout-payment .place-order,
#payment .form-row {
text-align: center;
}
.added_to_cart.disabled,
.added_to_cart:disabled,
.button.disabled, .button:disabled,
button.disabled, button:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled {
opacity: .5 !important;
cursor: not-allowed;
} .woocommerce-account .woocommerce-MyAccount-navigation {
border-top: 1px solid;
margin: 0 0 1.5em;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
list-style: none;
margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
border-bottom: 1px solid;
margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
display: block;
text-decoration: none;
padding: 7px 21px;
}
.woocommerce-MyAccount-content {
padding-top: 30px;
}
.woocommerce-MyAccount-content > :last-child {
margin-bottom: 0;
}
.woocommerce-MyAccount-content fieldset {
margin: 0 0 1.5em;
padding: 7px 15px;
}
.woocommerce-MyAccount-content fieldset p {
margin: 0 0 1.5em;
}
.woocommerce-MyAccount-content .woocommerce-orders-table__cell .woocommerce-button {
margin-bottom: 7px;
}
.woocommerce-MyAccount-content .woocommerce-orders-table__cell .woocommerce-button:last-child {
margin-bottom: 0;
}  .site-header-cart {
content: "";
display: table;
list-style: none;
margin: 0;
padding: 5px;
position: relative;
table-layout: fixed;
}
.site-header-cart li {
margin: 0;
}
.site-header-cart .cart-contents {
background-color: transparent;
display: none;
line-height: 1;
padding: 17px;
text-decoration: none;
text-transform: uppercase;
}
.site-header-cart .cart-contents .count {
margin-left: 7px;
}
.navigation-classic .menu-inside-wrapper .site-header-cart .cart-contents {
display: inline-block;
}
.navigation-classic .site-header-cart .cart-contents .count,
.navigation-classic .site-header-cart .cart-contents .amount {
display: inline;
}
.site-header-cart .cart-contents .count,
.site-header-cart .cart-contents .amount,
.navigation-classic .site-header-cart .cart-contents .count,
.navigation-classic .site-header-cart .cart-contents .amount {
display: none;
}
.site-header-cart .widget_shopping_cart {
display: none;
font-size: 14px;
font-size: 0.875rem;
}
.site-header-cart .product_list_widget {
list-style: none;
margin: 0;
padding: 0;
}
.site-header-cart .product_list_widget .mini_cart_item,
.site-header-cart .woocommerce-mini-cart__total,
.site-header-cart .woocommerce-mini-cart__empty-message {
margin: 0;
padding: 14px 20px;
}
.site-header-cart .product_list_widget .mini_cart_item .remove_from_cart_button {
margin-right: 5px;
}
.site-header-cart .product_list_widget .mini_cart_item a {
text-decoration: none;
}
.site-header-cart .product_list_widget .mini_cart_item a:hover,
.site-header-cart .product_list_widget .mini_cart_item a:focus {
text-decoration: underline;
}
.product_list_widget li img {
max-width: 3.571em;
float: right;
}
.site-header-cart .product_list_widget img {
margin-left: 1em;
}
.site-header-cart .woocommerce-mini-cart__total,
.site-header-cart .woocommerce-mini-cart__buttons {
text-align: center;
}
.site-header-cart .woocommerce-mini-cart__buttons a {
display: block;
margin: 14px 30px;
padding: 11px 28px;
}
.site-header-main > #site-header-cart-wrapper {
display: none;
}
#primary-menu-wrapper #site-header-cart-wrapper {
display: none;
text-align: center;
width: 100%;
}
#primary-menu-wrapper .site-header-cart {
display: block;
padding: 14px 30px;
}
#primary-menu-wrapper .site-header-cart .cart-contents {
padding: 0;
width: 100%;
}
#primary-menu-wrapper .site-header-cart .cart-contents:before {
margin-right: 7px;
}
#primary-menu-wrapper .site-header-cart .cart-contents .amount,
#primary-menu-wrapper .site-header-cart .cart-contents .count {
display: inline-block;
} .woocommerce-pagination ul {
display: inline-block;
margin: 0 auto;
}
.woocommerce-pagination ul li {
display: inline-block;
list-style: none;
height: 2.75em;
line-height: 2.75em;
margin: 0.1em;
text-align: center;
width: 2.75em;
}
.woocommerce-pagination ul li span.current,
.woocommerce-pagination ul li a {
display: block;
}
.woocommerce-pagination ul li a {
background-color: transparent;
text-decoration: none;
}
#ship-to-different-address {
margin-top: 21px;
} .star-rating {
font-size: 0.8em;
font-family: 'star';
font-weight: 400;
height: 1.618em;
line-height: 1.618;
margin: 7px auto;
overflow: hidden;
position: relative;
width: 5.3em;
}
.widget .star-rating {
margin: 0 7px 0 0;
}
.widget_rating_filter ul li .star-rating {
display: inline-block;
vertical-align: bottom;
}
.widget_rating_filter .wc-layered-nav-rating a {
text-decoration: none;
}
.star-rating:before {
content: "\53\53\53\53\53";
opacity: .25;
float: left;
top: 0;
left: 0;
position: absolute;
}
.star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.star-rating span:before {
content: "\53\53\53\53\53";
top: 0;
position: absolute;
left: 0;
}
p.stars a {
position: relative;
height: 1em;
width: 1em;
text-indent: -999em;
display: inline-block;
text-decoration: none;
margin-right: 1px;
font-weight: 400;
}
p.stars a:before {
display: block;
position: absolute;
top: 0;
left: 0;
width: 1em;
height: 1em;
line-height: 1;
font-family: "star";
content: "\53";
text-indent: 0;
opacity: .25;
}
p.stars a:hover ~ a:before {
content: "\53";
opacity: .25;
}
p.stars:hover a:before {
content: "\53";
opacity: 1;
}
p.stars.selected a.active:before {
content: "\53";
opacity: 1;
}
p.stars.selected a.active ~ a:before {
content: "\53";
opacity: .25;
}
p.stars.selected a:not(.active):before {
content: "\53";
opacity: 1;
} .woocommerce-tabs {
clear: both;
display: block;
overflow: hidden;
}
.woocommerce-tabs ul.tabs {
list-style: none;
margin: 3.111em 0 0;
padding: 0;
position: relative;
text-align: left;
text-transform: capitalize;
}
.woocommerce-tabs ul.tabs li {
display: inline-block;
margin: 0;
position: relative;
}
.woocommerce-tabs ul.tabs li a {
display: block;
padding: 14px 35px;
text-decoration: none;
}
.woocommerce-tabs ul.tabs li.active a {
font-weight: 500;
}
.woocommerce-tabs .panel {
margin: 0;
padding: 35px;
text-align: left;
}
.woocommerce .content-area .entry-content,
.woocommerce .content-area .entry-summary {
margin-top: 0;
}
.woocommerce-tabs .panel h2:first-of-type {
margin-bottom: 21px;
}
.woocommerce-tabs .panel p:last-child {
margin-bottom: 0;
} .woocommerce-password-strength {
text-align: right;
}
.woocommerce-password-strength.strong {
color: #0f834d;
}
.woocommerce-password-strength.short {
color: #e2401c;
}
.woocommerce-password-strength.bad {
color: #e2401c;
}
.woocommerce-password-strength.good {
color: #3d9cd2;
} .form-row.woocommerce-validated input.input-text {
box-shadow: inset 2px 0 0 #0f834d;
}
.form-row.woocommerce-invalid input.input-text {
box-shadow: inset 2px 0 0 #e2401c;
}
.required {
color: #e2401c;
}
.quantity .qty {
-webkit-border-radius: 0;
border-radius: 0;
margin: 0;
padding: 11px 7px;
width: 3.54em;
text-align: center;
} .woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
clear: both;
content: "";
display: table;
margin-bottom: 1.5em;
padding: 2em;
table-layout: fixed;
width: 100%;
}
.woocommerce-message a.button {
margin-right: 14px;
}
.woocommerce-info,
.woocommerce-message {
border-top: 4px solid;
}
.woocommerce-error {
border-top: 4px solid #e2401c;
}
.woocommerce-error li:last-child {
margin-bottom: 0;
}
.demo_store {
display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
position: fixed;
left: 0;
bottom: 0;
right: 0;
margin: 0;
padding: 1em;
z-index: 9999;
}
ul.wc_payment_methods {
list-style: none;
margin: 0;
}
ul.wc_payment_methods li {
margin-bottom: 0;
}
ul.wc_payment_methods .about_paypal {
float: right;
}
ul.wc_payment_methods p:last-child {
margin-bottom: 0;
}
ul.wc_payment_methods .payment_box {
padding: 14px 26px;
margin: 7px 0;
}
#add_payment_method #payment .payment_method_paypal img,
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
margin-left: 7px;
max-height: 33px;
}
.demo_store .woocommerce-store-notice__dismiss-link {
-webkit-border-radius: 5px;
border-radius: 5px;
float: right;
font-weight: 800;
letter-spacing: 0.1em;
line-height: 1;
margin-left: 14px;
padding: 18px 28px;
text-decoration: none;
text-transform: uppercase;
}
ul.products li.product .wp-post-image:hover {
opacity: 1;
}  .widget_price_filter .price_slider {
margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
text-align: right;
line-height: 2.4em;
}
.widget_price_filter .price_slider_amount .button {
float: left;
}
.widget_price_filter .ui-slider {
position: relative;
text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1em;
height: 1em;
cursor: ew-resize;
outline: none;
box-sizing: border-box;
margin-top: -.25em;
opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
display: block;
border: 0;
}
.widget_price_filter .ui-slider-horizontal {
height: .5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
height: 100%;
}
dl.variation {
font-size: 14px;
font-size: 0.875rem
}
dl.variation dd {
margin: 0;
}
dl.variation p {
margin-bottom: 7px;
}
.widget_layered_nav_filters a:before {
content: "x";
margin-right: 7px;
}
.columns-1 ul.products li.product {
width: 100%;
margin-right: 0;
}
.woocommerce-checkout-payment .place-order {
padding: 1em;
}
.widget_shopping_cart_content {
padding: 11px 0;
}
.site-header-cart .product_list_widget .mini_cart_item span.quantity {
display: block;
}  @media screen and (min-width: 30em) {
.wp-custom-logo .custom-logo-link {
margin-right: 10px;
margin-bottom: 0;
}
.wp-custom-logo .custom-logo-link,
.wp-custom-logo .site-identity {
display: inline-block;
}
} @media screen and (min-width: 35.5em) {
.hero-content-wrapper.text-aligned-right .entry-container,
.promotion-sale-wrapper.text-aligned-right .entry-container {
text-align: right;
}
.hero-content-wrapper.text-aligned-center .entry-container,
.promotion-sale-wrapper.text-aligned-center .entry-container {
text-align: center;
}
.hero-content-wrapper.text-aligned-center .entry-title:after,
.promotion-sale-wrapper.text-aligned-center .entry-title:after {
margin-left: auto;
}
.hero-content-wrapper.text-aligned-right .entry-title:after,
.promotion-sale-wrapper.text-aligned-right .entry-title:after {
margin-left: auto;
margin-right: unset;
}
.stats-section .section-content-wrapper {
max-width: 100%;
}
.hero-content-wrapper .entry-container,
.promotion-sale-wrapper .entry-container {
text-align: left;
}
.sidebar,
.sidebar .widget {
padding-left: 15px;
padding-right: 15px;
}
.sidebar .widget {
width: 50%;
} .woocommerce-ordering,
.woocommerce-result-count {
display: inline-block;
margin-top: 0;
width: auto;
}
.woocommerce-ordering select {
margin-top: 0;
}
.woocommerce-result-count {
margin-right: auto;
}
.columns-2 ul.products li.product,
.columns-4 ul.products li.product,
.columns-6 ul.products li.product {
width: 48.3445%;
margin-right: 3.3113%;
}
.columns-2 ul.products li.product:nth-child(2n+2),
.columns-4 ul.products li.product:nth-child(2n+2),
.columns-6 ul.products li.product:nth-child(2n+2) {
margin-right: 0;
}
.section-content-wrap.layout-two .hentry:nth-child(2n+1),
.section-content-wrapper.layout-two .hentry:nth-child(2n+1),
.section-content-wrap.layout-four .hentry:nth-child(2n+1),
.section-content-wrapper.layout-four .hentry:nth-child(2n+1),
ul.products.columns-2 li.product:nth-child(2n+1),
ul.products.columns-4 li.product:nth-child(2n+1),
ul.products.columns-6 li.product:nth-child(2n+1) {
clear: both;
}
.site-header-cart {
padding: 10px 15px;
}
.site-header-cart .widget_shopping_cart {
top: 71px;
}
table.cart td.actions {
text-align: right;
}
table.cart td.actions .coupon {
display: inline-block;
float: left;
}
table.cart td.actions input,
table.cart td.actions .button,
.woocommerce .wc-proceed-to-checkout a.button {
display: inline-block;
width: auto;
}
.single-product div.product div.images {
margin-bottom: 0;
}
.single-product div.product .woocommerce-product-gallery,
.single-product div.product .entry-summary {
float: left;
text-align: left;
width: 50%;
}
.single-product div.product .entry-summary {
margin: 0;
padding-left: 35px;
} .reserve-content-wrapper .section-content-wrap.layout-two {
display: table;
table-layout: fixed;
width: 100%;
}
.reserve-content-wrapper .section-content-wrap.layout-two .hentry {
display: table-cell;
vertical-align: middle;
}
.reserve-content-wrapper .section-content-wrap.layout-two {
max-width: 1220px;
margin: 0 auto;
}
.reserve-content-wrapper .contact-description {
width: 38%;
margin: 0 auto;
}
.reserve-content-wrapper.reservation-aligned-right .layout-one .reservation-form {
margin: 0 0 0 auto;
}
.reserve-content-wrapper.reservation-aligned-left .layout-one .reservation-form {
margin: 0 auto 0 0;
}
.reserve-content-wrapper.reservation-aligned-center .layout-one .reservation-form {
margin: 0 auto;
}
.reserve-content-wrapper .reservation-form {
width: 62%;
margin: 0 auto;
max-width: 680px;
}
.reserve-content-wrapper .reservation-form form p.form-submit {
text-align: center;
width: 100%;
}
.home .custom-header-content {
padding-bottom: 120px;
padding-top: 120px;
}
.footer-widget-area.two .widget-column,
.footer-widget-area.four .widget-column,
.section-content-wrapper.layout-two .hentry,
.section-content-wrapper.layout-four .hentry {
width: 50%;
}
.section-content-wrapper.layout-two,
.section-content-wrapper.layout-two .hentry,
.section-content-wrapper.layout-four,
.singular-content-wrap,
.search-no-results .archive-content-wrap,
.contact-section .contact-details.two-columns,
.contact-section .contact-details.two-columns li {
padding-left: 15px;
padding-right: 15px;
}
.section-content-wrapper.layout-four .hentry,
.singular-content-wrap .hentry,
.error404 .error-404.not-found,
.search-no-results .no-results {
padding: 0 15px;
}
.instagram-button {
margin-top: 13px;
margin-bottom: 15px;
}
.pagination .prev.page-numbers,
.pagination .next.page-numbers {
display: inline-block;
}
.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-next {
display: table-cell;
width: 50%;
}
.posts-navigation .nav-next {
text-align: right;
float: right;
}
.posts-navigation .nav-previous {
float: left;
text-align: left;
}
.comment-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next {
float: right;
width: 50%;
}
.comment-navigation .nav-next,
.post-navigation .nav-next {
text-align: right;
}
.post-navigation,
.comments-area {
padding-left: 15px;
padding-right: 15px;
}
.post-navigation .nav-previous {
text-align: left;
}
.post-navigation .nav-next {
margin-top: 0;
}
.author-info {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; overflow: hidden;
text-align: left;
width: 100%;
}
.author-avatar,
.author-avatar .avatar {
border-radius: 100%;
float: left;
max-width: 150px;
}
.author-description {
float: left;
padding-left: 28px;
}
.hero-content-wrapper .featured-content-image,
.promotion-sale-wrapper .featured-content-image,
.hero-content-wrapper .entry-container,
.promotion-sale-wrapper .entry-container,
.contact-section:not(.no-image) .post-thumbnail,
.contact-section:not(.no-image) .entry-container {
display: table-cell;
vertical-align: middle;
width: 50%;
}
.contact-section.no-image .entry-container {
margin: 0 auto;
max-width: 600px;
}
.hero-content-wrapper .featured-content-image,
.promotion-sale-wrapper .featured-content-image,
.contact-section .post-thumbnail {
bottom: 0;
padding-bottom: 0;
position: absolute;
top: 0;
}
.contact-section .post-thumbnail {
right: 0;
}
.hero-content-wrapper.content-aligned-right .featured-content-image,
.promotion-sale-wrapper.content-aligned-right .featured-content-image {
left: 0;
}
.hero-content-wrapper.content-aligned-right .entry-container,
.promotion-sale-wrapper.content-aligned-right .entry-container {
float: right;
}
.hero-content-wrapper.content-aligned-left .featured-content-image,
.promotion-sale-wrapper.content-aligned-left .featured-content-image {
right: 0;
}
.hero-content-wrapper.content-aligned-left .entry-container,
.promotion-sale-wrapper.content-aligned-left .entry-container {
float: left;
}
.promotion-headline-wrapper .hentry {
width: 76%;
}
.section-content-wrapper.layout-four .hentry {
width: 50%;
}
.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
width: -webkit-calc(50% - 1.944444444444444em);
width: calc(50% - 1.944444444444444em);
}
.testimonials-content-wrapper .entry-header:before {
margin-left: unset;
}
.comment-author-container {
display: table-cell;
width: 75px;
}
.comment-container {
display: table-cell;
padding-left: 28px;
}
.comment-author,
.comment-header {
text-align: left;
}
.comment-author-container {
margin-bottom: 0;
}
#gallery-content-section .gallery-columns-2 .gallery-item,
#gallery-content-section .gallery-columns-4 .gallery-item {
max-width: 50%;
}
.skill-content-wrapper.layout-two {
display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; width: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.skill-content-wrapper.layout-two .about-me.hentry {
margin-right: auto;
width: 45%;
}
.skill-content-wrapper.layout-two .skill-bar-section.hentry {
float: right;
width: 53%;
}
.skill-content-wrapper.layout-two .hentry {
padding: 0 15px;
}
.contact-section .post-thumbnail {
margin-top: 0;
}
} @media screen and (min-width: 41.6875em) {
.why-choose-us-section .section-heading-wrapper {
margin-left: unset;
text-align: left;
}
.why-choose-us-section .section-content-wrapper {
max-width: unset;
}
.why-choose-us-section.has-main-image .main-image {
bottom: 0;
right: 0;
padding-bottom: 0;
position: absolute;
top: 0;
}
.why-choose-us-section.has-main-image .main-image,
.why-choose-us-section.has-main-image .why-choose-us-content-area {
display: table-cell;
vertical-align: middle;
width: 50%;
}
.why-choose-us-section.has-main-image .why-choose-us-content-area {
float: left;
}
.why-choose-us-section .view-all-button {
text-align: left;
}
.section-content-wrapper.layout-three,
.contact-section .contact-details.two-columns {
padding-left: 15px;
padding-right: 15px;
}
.section-content-wrapper.layout-three .hentry {
padding: 0 15px;
width: 33.33%;
}
.section-content-wrap.layout-three .hentry:nth-child(3n+1),
.section-content-wrapper.layout-three .hentry:nth-child(3n+1) {
clear: both;
}
.footer-widget-area.three .widget-column {
width: 33.33%;
}
#gallery-content-section .gallery-columns-3 .gallery-item {
max-width: 33.33333%;
}
#gallery-content-section .gallery-columns-5 .gallery-item {
max-width: 20%;
}
#gallery-content-section .gallery-columns-6 .gallery-item {
max-width: 16.66667%;
}
#gallery-content-section .gallery-columns-7 .gallery-item {
max-width: 14.28571%;
}
#gallery-content-section .gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
#gallery-content-section .gallery-columns-9 .gallery-item {
max-width: 11.11111%;
}
.featured-content-section .hentry {
margin-bottom: 28px;
}
} @media screen and (min-width: 48.9375em) {
.admin-bar .slider-content-wrapper .hentry,
.home.admin-bar .custom-header {
height: calc(100vh - 32px);
}
.header-solid-bg.admin-bar .slider-content-wrapper .hentry,
.header-solid-bg.home.admin-bar .custom-header {
height: calc(100vh - 116px);
}
} @media screen and (min-width: 50.75em) { .site-header-cart {
padding: 23px 0;
}
ul.products.columns-3 li.product,
ul.products.columns-6  li.product {
width: 31.1259%;
margin-right: 3.3113%;
}
ul.products.columns-4  li.product:nth-child(2n+2),
ul.products.columns-6  li.product:nth-child(2n+2) {
margin-right: 3.3113%;
}
ul.products.columns-3  li.product:nth-child(3n+3),
ul.products.columns-4  li.product:nth-child(4n+4),
ul.products.columns-5  li.product:nth-child(5n+5),
ul.products.columns-6  li.product:nth-child(6n+6) {
margin-right: 0;
}
ul.products.columns-6  li.product:nth-child(3n+3) {
margin-right: 0;
}
ul.products.columns-4  li.product {
width: 22.5166%;
margin-right: 3.3113%;
}
ul.products.columns-5  li.product {
width: 17.351%;
margin-right: 3.3113%;
}
.full-width .related ul.products li.product,
.full-width .upsells ul.products li.product,
.full-width .cross-sells ul.products li.product {
width: 25%;
}
.two-columns .columns-4 ul.products li.product {
width: 50%;
}
ul.products.columns-4 li.product:nth-child(2n+1),
ul.products.columns-6  li.product:nth-child(2n+1),
.full-width .related ul.products li.product:nth-child(2n+1),
.full-width .upsells ul.products li.product:nth-child(2n+1),
.full-width .cross-sells ul.products li.product:nth-child(2n+1) {
clear: none;
}
.two-columns .columns-4 ul.products li.product:nth-child(2n+1),
ul.products.columns-3 li.product:nth-child(3n+1),
ul.products.columns-4 li.product:nth-child(4n+1),
ul.products.columns-5 li.product:nth-child(5n+1),
ul.products.columns-6 li.product:nth-child(6n+1),
.full-width .related ul.products li.product:nth-child(4n+1),
.full-width .upsells ul.products li.product:nth-child(4n+1),
.full-width .cross-sells ul.products li.product:nth-child(4n+1) {
clear: both;
}
table.shop_table {
background-color: transparent;
}
table.cart td.actions input,
table.cart td.actions .button {
margin: 0;
}
table.shop_table_responsive tr td {
padding: 10px;
}
table.shop_table_responsive tr td.product-thumbnail {
width: 100px;
}
table.shop_table_responsive thead {
display: table-header-group;
}
table.shop_table_responsive tbody th {
display: table-cell;
}
table.shop_table_responsive tr th,
table.shop_table_responsive tr td {
text-align: left;
}
table.shop_table_responsive tr td {
display: table-cell;
}
table.shop_table_responsive tr td:before {
display: none;
}
table.shop_table_responsive tr td.product-remove a {
text-align: left;
}
table.cart .product-thumbnail img {
margin: 0;
}
.col2-set .form-row-first {
float: left;
margin-right: 3.8%;
}
.col2-set .form-row-last {
float: right;
margin-right: 0;
}
.col2-set .form-row-first,
.col2-set .form-row-last {
width: 48.1%;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
float: left;
width: 30%;
margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-content {
float: right;
width: 66%;
}
.woocommerce-account .woocommerce-MyAccount-content p:first-child {
margin-top: 0;
}
.woocommerce-account .woocommerce-MyAccount-content form > h3 {
margin-top: 0;
}
.woocommerce-MyAccount-content {
padding-top: 0;
}
.site-header-cart .cart-contents {
padding: 10px 15px;
}
.site-header-cart .cart-contents .count {
display: none;
}
.site-header-cart .widget_shopping_cart {
padding: 0;
position: absolute;
top: 100%;
width: 285px;
z-index: 199;
right: -999em;
display: block;
}
.site-header-cart:hover .widget_shopping_cart,
.site-header-cart.focus .widget_shopping_cart {
right: 0;
display: block;
}
.site-header-main > #site-header-cart-wrapper {
display: block;
}
#primary-menu-wrapper #site-header-cart-wrapper {
display: none;
} #social-search-wrapper {
display: block;
}
.menu-inside-wrapper {
width: 320px;
right: 0;
opacity: 0;
}
.is-open .menu-inside-wrapper {
visibility: visible;
opacity: 1;
right: 30px;
}
.contact-section .contact-details.two-columns li {
width: 50%;
}
.contact-section .contact-details.two-columns {
max-width: 1490px;
}
.stats-section .section-content-wrapper.layout-three .hentry-inner .post-thumbnail,
.stats-section .section-content-wrapper.layout-three .hentry-inner .entry-container {
display: inherit;
width: auto;
}
.stats-section .section-content-wrapper.layout-one .entry-container {
text-align: left;
}
.navigation-default .main-navigation li.menu-item-has-children > ul a {
padding-left: 42px;
}
.navigation-default .main-navigation li.menu-item-has-children ul ul a {
padding-left: 54px;
}
.site-header-menu .is-open .menu-inside-wrapper {
border-color: transparent;
}
.team-section .post-thumbnail,
.team-section .entry-container {
display: table-cell;
vertical-align: middle;
width: 50%;
}
.team-section .post-thumbnail {
bottom: 0;
padding-bottom: 0;
position: absolute;
top: 0;
}
.team-section.content-aligned-left .post-thumbnail {
right: 0;
}
.slider-content-wrapper .entry-container {
padding-left: 120px;
padding-right: 120px;
}
#footer-newsletter .ewnewsletter .widget-wrap,
#footer-newsletter .has-background-image .widget-inner-wrap {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; width: 100%;
}
#footer-newsletter .section-heading-wrapper,
#footer-newsletter .ew-newsletter-wrap {
width: 50%;
margin: unset;
}
#footer-newsletter .footer-newsletter .widget-wrap,
#footer-instagram .menu-social-container .widget-wrap {
margin: 0 auto;
max-width: 1490px;
}
#footer-newsletter .section-heading-wrapper {
margin-right: auto;
padding-right: 42px;
text-align: left;
}
#footer-newsletter .ewnewsletter .hentry {
flex-basis: 60%;
margin-top: 0;
}
#footer-newsletter .ew-newsletter-wrap form {
max-width: 510px;
margin-left: auto;
}
} @media screen and (min-width: 64em) {
html,
body {
overflow-x: inherit;
} .woocommerce .site-main #infinite-handle {
padding-bottom: 21px;
}
.woocommerce-products-header .page-title {
margin-bottom: 7px;
}
ul.products li.product {
margin-bottom: 35px;
}
ul.products.columns-6  li.product {
width: 13.90725%;
margin-right: 3.3113%;
}
ul.products.columns-6 li.product:nth-child(3n+3) {
margin-right: 3.3113%;
}
ul.products.columns-6 li.product:nth-child(6n+6) {
margin-right: 0;
} .site-content .wrapper {
padding-top: 21px;
}
.boxed-layout #masthead {
max-width: 1490px;
margin: 0 auto;
width: 96%;
}
body.boxed-layout.no-header-media-image.no-header-media-text.no-featured-slider #masthead {
margin: 0 auto;
max-width: 1490px;
width: 96%;
}
#masthead + .below-site-header .site-overlay + .section,
#masthead + .below-site-header .site-overlay + .site-content {
border: 0;
}
.section-heading-wrap,
.section-heading-wrapper,
.widget-area .ctsocialwidget .section-title-wrapper {
padding-bottom: 35px;
}
.reserve-content-wrapper .contact-description {
padding: 70px 35px;
}
.reserve-content-wrapper .reservation-form {
padding: 70px;
}
.reserve-content-wrapper .reservation-form form p.form-submit {
width: 100%;
}
.reserve-content-wrapper .section-content-wrap,
.section-content-wrapper.layout-one,
.section-content-wrap.layout-one,
#product-content-section .section-content-wrapper,
.posts-navigation,
.pagination,
.content-area .section-content-wrapper,
.recent-blog-content-wrapper .section-content-wrap,
.hero-content-wrapper .section-content-wrap,
.promotion-sale-wrapper .section-content-wrap,
.testimonials-content-wrapper .wrapper,
.gallery-section .section-content-wrapper,
.hero-content-wrapper .section-content-wrap,
.contact-section .section-content-wrap,
#footer-newsletter .widget-wrap,
#footer-instagram .menu-social-container .widget-wrap,
.why-choose-us-section .section-heading-wrapper,
.why-choose-us-section .section-content-wrapper {
padding-left: 40px;
padding-right: 40px;
}
#primary-search-wrapper {
display: block;
}
.navigation-default .menu-inside-wrapper  {
left: 0;
top: 50%;
transform: translateY(-50%);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
width: 100%;
z-index: 1;
}
.navigation-default .is-open .menu-inside-wrapper {
left: 100%;
}
.navigation-default .header-overlay {
bottom: -1000px;
display: block;
height: auto;
left: 0;
max-width: 250px;
position: absolute;
top: -1000px;
width: 100%;
z-index: 7;
}
.menu-toggle-wrapper {
padding: 14px 0;
position: relative;
width: 100%;
z-index: 9;
}
.menu-toggle-wrapper:after {
content: "\f0d9";
font-size: 42px;
font-size: 2.625rem;
line-height: 0;
opacity: 0;
position: absolute;
right: -15px;
top: 50%;
transform: translateY(-50%);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.is-open .menu-toggle-wrapper:after {
opacity: 1;
right: -2px;
}
.navigation-classic .site-header-menu {
float: none;
}
.navigation-classic .menu-toggle {
display: none;
}
.navigation-classic #social-search-wrapper .menu-toggle {
display: block;
}
.navigation-classic #primary-menu-wrapper .menu-inside-wrapper {
position: relative;
display: block;
float: left;
top: 0;
left: 0;
right: 0;
visibility: visible;
opacity: 1;
width: auto;
bottom: auto;
background-color: transparent;
box-shadow: none;
overflow: inherit;
width: 100%;
}
.navigation-classic:not(.primary-subtitle-popup-disable) .main-navigation a {
padding: 14px 20px;
}
.navigation-classic:not(.primary-subtitle-popup-disable) .main-navigation ul ul a {
padding: 10px 20px;
text-align: left;
}
.navigation-classic .main-navigation li.menu-item-has-children ul ul a {
padding-left: 20px;
}
.navigation-classic:not(.primary-subtitle-popup-disable) .main-navigation .menu-item-has-children > a:after,
.navigation-classic:not(.primary-subtitle-popup-disable) .main-navigation .page_item_has_children > a:after {
content: "\f105";
font-size: 22px;
font-size: 1.375rem;
padding-left: 12px;
line-height: 1;
position: absolute;
top: 18px;
}
.navigation-classic .main-navigation ul ul .menu-item-has-children > a:after,
.navigation-classic .main-navigation ul ul .page_item_has_children > a:after {
padding: 0;
position: absolute;
right: 21px;
top: 10px;
}
.navigation-classic:not(.primary-subtitle-popup-disable) .main-navigation ul ul {
-webkit-box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.1 );
-moz-box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.1 );
box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.1 );
display: block;
float: left;
left: -999em;
position: absolute;
top: 0;
z-index: 99999;
}
.navigation-classic .main-navigation ul ul a {
width: 250px;
}
.navigation-classic:not(.primary-subtitle-popup-disable) .main-navigation ul li:hover > ul,
.navigation-classic:not(.primary-subtitle-popup-disable) .main-navigation ul li.focus > ul {
left: 100%;
}
.navigation-classic #primary-menu-wrapper {
width: 100%;
}
.navigation-classic #social-search-wrapper {
float: right;
}
.navigation-classic:not(.primary-subtitle-popup-disable) .dropdown-toggle,
.navigation-classic:not(.primary-subtitle-popup-disable) .main-navigation ul .dropdown-toggle.toggled-on,
.navigation-classic:not(.primary-subtitle-popup-disable) #primary-menu-wrapper .menu-toggle-wrapper {
display: none;
}
.hentry,
.view-all-button {
margin-bottom: 35px;
}
.slider-content-wrapper .entry-title,
.home .custom-header .entry-title {
font-size: 49px;
font-size: 3.0625rem;
}
h1,
.single .content-area .entry-title,
.error404 .content-area .page-title,
.search .content-area .page-title,
.page .content-area .entry-title,
.woocommerce-page .page-title,
body:not(.home) .custom-header .entry-title {
font-size: 37px;
font-size: 2.3125rem;
}
h2 {
font-size: 32px;
font-size: 2rem;
}
h3,
.slider-content-wrapper .sub-title,
.custom-header .sub-title {
font-size: 28px;
font-size: 1.75rem;
}
.section-title,
.hero-content-wrapper .entry-title,
.contact-section .entry-title,
.promotion-sale-wrapper .entry-title,
.reserve-content-wrapper .entry-title,
.stats-section .entry-title,
#skill-section .entry-title {
font-size: 37px;
font-size: 2.3125rem;
}
.comment-reply-title {
font-size: 34px;
font-size: 2.125rem;
}
.boxed-layout #page {
width: 96%;
}
.home .custom-header-content {
padding: 160px 40px;
}
.slider-content-wrapper + .custom-header .entry-container,
.hero-content-wrapper.section,
.promotion-sale-wrapper.section {
padding-bottom: 63px;
padding-top: 63px;
}
.has-header-video.no-header-media-text .wp-custom-header {
padding-bottom: 250px;
padding-top: 250px;
}
.custom-header-content {
padding-bottom: 120px;
padding-top: 195px;
}
.site-info {
padding-top: 21px;
}
.infinite-scroll.infinity-end .wrapper,
.woocommerce-pagination,
.menu-items {
padding-bottom: 28px;
}
.two-columns-layout .singular-content-wrap,
.search-no-results .archive-content-wrap {
padding-bottom: 21px;
}
.section {
padding-bottom: 28px;
padding-top: 21px;
}
.section-content-wrapper.layout-three .hentry,
.section-content-wrapper.layout-four,
.section-content-wrapper.layout-three,
.section-content-wrapper.layout-two,
.section-content-wrapper.layout-two .hentry,
.singular-content-wrap,
.singular-content-wrap .hentry,
.error404 .error-404.not-found,
.section-content-wrapper.layout-four .hentry,
.clients-content-wrapper .hentry,
.clients-content-wrapper,
.why-choose-us-section .section-content-wrapper {
padding-left: 20px;
padding-right: 20px;
}
.instagram-button {
margin-top: 15px;
margin-bottom: 20px;
}
.section-content-wrapper.layout-four .hentry,
.footer-widget-area.four .widget-column {
width: 25%;
}
.section-content-wrap.layout-four .hentry:nth-child(2n+1),
.section-content-wrapper.layout-four .hentry:nth-child(2n+1) {
clear: none;
}
.section-content-wrap.layout-four .hentry:nth-child(4n+1),
.section-content-wrapper.layout-four .hentry:nth-child(4n+1) {
clear: both;
}
.infinite-scroll .archive-content-wrap {
padding-bottom: 21px;
}
.content-area {
float: left;
margin-right: -100%;
width: 71.145%;
}
.sidebar .widget {
padding-left: 0;
padding-right: 0;
}
.sidebar {
float: right;
padding-left: 10px;
padding-top: 42px;
margin-left: 71.145%;
width: 28.855%;
}
.content-left .sidebar {
padding-right: 40px;
}
.content-right .sidebar {
padding-left: 40px;
}
.content-right .sidebar {
float: left;
margin-left: 0;
margin-right: 71.145%;
}
.content-right .content-area {
float: right;
margin-left: -100%;
margin-right: 0;
}
.no-sidebar .content-area {
float: none;
margin: 0 auto;
}
.no-sidebar.full-width-layout .content-area {
margin: 0;
max-width: 100%;
width: 100%;
}
.archive .page-header,
.search .page-header {
padding-bottom: 42px;
}
.site-main .posts-navigation .nav-previous,
.site-main .posts-navigation .nav-next,
.pagination .prev.page-numbers,
.pagination .next.page-numbers {
margin: 35px 0 21px 0;
}
.site-main.woocommerce {
padding-top: 63px;
}
.post-navigation,
.comments-area {
padding-left: 20px;
padding-right: 20px;
}
.comments-area {
padding-top: 49px;
}
.author-info {
margin-top: 49px;
}
.comment-respond {
padding: 35px 49px;
}
.promotion-headline-wrapper .hentry {
padding: 63px 40px;
}
.sidebar .widget {
width: 100%;
}
.widget {
padding: 28px 20px;
}
.footer-widget-area .wrapper {
padding-top: 14px;
}
.footer-widget-area .wrapper {
padding-left: 20px;
padding-right: 20px;
}
.widget-title,
.widgettitle {
margin-bottom: 21px;
}
.slider-content-wrapper .more-button,
.custom-header .more-button {
margin-top: 21px;
}
.testimonials-content-wrapper.section {
padding-bottom: 63px;
}
.sidebar .widget {
margin: 0 0 42px;
}
.slider-content-wrapper .cycle-prev,
.slider-content-wrapper .cycle-next {
display: block;
}
.two-columns-layout .singular-content-wrap {
border: none;
}
.section-content-wrapper,
.section-content-wrap {
padding-bottom: 0;
}
.sidebar {
padding-bottom: 21px;
}
#social-menu-wrapper {
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
}
.site-header-cart .cart-contents .count {
display: inline;
}
.navigation-classic #header-navigation-area {
display: block;
margin: 0 auto;
text-align: center;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
width: 100%;
}
.hero-content-wrapper .entry-content,
.promotion-sale-wrapper .entry-content,
.hero-content-wrapper .entry-summary,
.promotion-sale-wrapper .entry-summary {
margin-top: 21px;
}
.contact-section .entry-content,
.contact-section .entry-summary {
margin-top: 35px;
}
.reservation-highlight-text {
font-size: 24px;
font-size: 1.5rem;
margin-top: 28px;
}
.contact-details {
padding: 0;
}
.promotion-headline-wrapper .entry-content,
.promotion-headline-wrapper .entry-summary {
margin-top: 28px;
}
.services-section.no-section-heading,
.pricing-section.no-section-heading,
.stats-section.no-section-heading,
#skill-section {
padding-top: 63px;
}
#gallery-content-section .gallery-columns-4 .gallery-item {
max-width: 25%;
}
#gallery-content-section  .gallery-item {
overflow: hidden;
}
#gallery-content-section  .gallery-item figcaption {
bottom: -60px;
opacity: 0;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
#gallery-content-section  .gallery-item:hover figcaption,
#gallery-content-section  .gallery-item:focus figcaption {
bottom: 0;
opacity: 1;
}
#gallery-content-section .gallery-icon:hover a:before,
#gallery-content-section .gallery-icon:focus a:before,
#gallery-content-section .tiled-gallery-item:hover a:before,
#gallery-content-section .tiled-gallery-item:hover a:before {
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
#gallery-content-section .gallery-icon:hover a:before,
#gallery-content-section .gallery-icon:focus a:before,
#gallery-content-section .tiled-gallery-item:hover a:before,
#gallery-content-section .tiled-gallery-item:focus a:before {
background-color: rgba(0,0,0,.5);
}
.header-solid-bg.admin-bar .slider-content-wrapper .hentry,
.header-solid-bg.home.admin-bar .custom-header {
height: calc(100vh - 186px);
}
.header-solid-bg.slider-content-wrapper .hentry,
.header-solid-bg.home .custom-header {
height: calc(100vh - 154px);
}
#gallery-content-section .entry-footer {
margin-top: 21px;
}
#masthead {
bottom: 0;
max-width: 250px;
position: fixed;
}
.below-site-header {
left: 250px;
position: absolute;
right: 0;
top: 0;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.menu-open.navigation-default .below-site-header {
left: 400px;
}
.admin-bar #masthead {
top: 32px;
}
.site-header-menu > #site-header-cart-wrapper {
display: none;
}
.navigation-default .mobile-social-search {
display: none;
}
#social-menu-wrapper {
display: block;
}
.site-header-menu {
width: 100%;
}
.menu-inside-wrapper {
top: 0;
-webkit-transition: left 0.3s ease-out;
-moz-transition: left 0.3s ease-out;
-o-transition: left 0.3s ease-out;
transition: left 0.3s ease-out;
}
.site-header-main > #site-header-cart-wrapper {
display: none;
}
.site-header-main .search-social-container {
position: relative;
width: 100%;
z-index: 9;
}
.site-header .wrapper,
.site-header .site-header-main {
height: 100%;
}
.site-header-main #primary-search-wrapper {
padding: 20px;
}
.site-header-main .menu-social-container {
margin-top: -20px;
padding: 10px;
}
.site-header .site-header-main {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
padding-left: 0;
padding-right: 0;
}
.site-header-main .site-branding {
display: unset;
margin: 0 auto;
padding: 28px 20px;
text-align: center;
position: relative;
width: 100%;
z-index: 9;
}
.wp-custom-logo .custom-logo-link,
.site-identity {
width: 100%;
margin-right: 0;
}
.wp-custom-logo .custom-logo-link {
margin-bottom: 7px;
}
.site-header-main .menu-social-container {
margin-left: -10px;
text-align: center;
}
.widget.menu-social-container {
margin-left: 0;
}
.navigation-classic .main-navigation ul ul ul {
top: -10px;
}
.navigation-classic .mobile-social-search {
display: none;
}
.site-title {
font-size: 28px;
font-size: 1.75rem;
}
.main-navigation {
padding: 0;
}
.navigation-classic:not(.primary-subtitle-popup-disable) .main-navigation li > ul {
padding: 10px 0;
}
.navigation-classic:not(.primary-subtitle-popup-disable) .main-navigation ul li.menu-item-has-children > a {
padding-right: 20px;
}
.navigation-classic .main-navigation ul ul li.menu-item-has-children > a {
padding-right: 42px;
}
.navigation-default .menu-toggle {
font-size: 32px;
font-size: 2rem;
}
.navigation-default .menu-toggle .menu-label {
display: none;
font-size: 18px;
font-size: 1.125rem;
}
.menu-toggle {
margin: 0 auto;
display: block;
}
.navigation-default #primary-menu-wrapper {
width: 100%;
}
.slider-content-wrapper .entry-content,
.slider-content-wrapper .entry-summary,
.custom-header .entry-content,
.custom-header .entry-summary {
margin-top: 21px;
}
.portfolio-section .entry-title a:after {
content: "\f002";
}
.portfolio-section .hentry:hover .entry-container {
opacity: 1;
}
.portfolio-section .entry-title {
display: none;
opacity: 0;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.portfolio-section .hentry:hover .entry-title {
display: block;
opacity: 1;
}
.portfolio-section .entry-title a:after {
border-radius: 50%;
display: block;
line-height: 40px;
height: 40px;
margin: 14px auto 0 auto;
width: 40px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out
}
.portfolio-section .hentry .entry-container {
background-color: transparent;
bottom: unset;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: auto;
}
.portfolio-section .post-thumbnail a:after {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
opacity: 0;
visibility: hidden;
background-color: rgba(0,0,0,.5);
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.portfolio-section .post-thumbnail a:hover::after {
opacity: 1;
visibility:visible;
}
.portfolio-section .inner-wrap { }
.featured-content-section .hentry,
.featured-content-section .section-content-wrapper .hentry:last-of-type {
margin-bottom: 35px;
}
.cycle-prev,
.cycle-next {
opacity: 0;
}
.cycle-prev {
left: -60px;
}
.cycle-next {
right: -60px;
}
.slider-content-wrapper:hover .cycle-prev,
.slider-content-wrapper:focus .cycle-prev,
.slider-content-wrapper:hover .cycle-next,
.slider-content-wrapper:focus .cycle-next,
.testimonials-content-wrapper:hover .cycle-prev,
.testimonials-content-wrapper:focus .cycle-prev,
.testimonials-content-wrapper:hover .cycle-next,
.testimonials-content-wrapper:focus .cycle-next,
#clients-section:hover .cycle-prev,
#clients-section:focus .cycle-prev,
#clients-section:hover .cycle-next,
#clients-section:focus .cycle-next {
opacity: 1;
}
.slider-content-wrapper:hover .cycle-prev,
.slider-content-wrapper:focus .cycle-prev,
.testimonials-content-wrapper:hover .cycle-prev,
.testimonials-content-wrapper:focus .cycle-prev,
#clients-section:hover .cycle-prev,
#clients-section:focus .cycle-prev {
left: 0;
}
.slider-content-wrapper:hover .cycle-next,
.slider-content-wrapper:focus .cycle-next,
.testimonials-content-wrapper:hover .cycle-next,
.testimonials-content-wrapper:focus .cycle-next,
#clients-section:hover .cycle-next,
#clients-section:focus .cycle-next {
right: 0;
}
.testimonials-content-wrapper .entry-content,
.testimonials-content-wrapper .entry-summary {
margin-top: 21px;
}
.testimonials-content-wrapper .entry-container {
padding-bottom: 91px;
}
.hero-content-wrapper .entry-container,
.promotion-sale-wrapper .entry-container {
padding: 63px;
}
.hero-content-wrapper .hentry.has-post-thumbnail .entry-container,
.promotion-sale-wrapper .hentry .entry-container,
.contact-section .entry-container {
padding: 87px 50px;
}
.promotion-sale-wrapper.content-aligned-right.has-foreground-image .entry-container {
padding-left: 130px;
padding-right: 0;
}
.promotion-sale-wrapper.content-aligned-left.has-foreground-image .entry-container {
padding-left: 0;
padding-right: 130px;
}
.promotion-sale-wrapper.has-foreground-image {
overflow: unset;
position: relative;
}
.promotion-sale-wrapper.has-foreground-image:after {
background-position: center bottom;
background-repeat: no-repeat;
bottom: -84px;
content: "";
height: 100%;
position: absolute;
width: 100%;
z-index: 1;
}
.promotion-sale-wrapper.has-foreground-image .entry-container {
padding-bottom: 130px;
padding-top: 130px;
position: relative;
z-index: 2;
}
.promotion-sale-wrapper.has-foreground-image + .section {
padding-top: 103px;
}
.skill-bar-section {
padding: 0 25px;
}
.clients-content-wrapper .hentry {
padding-bottom: 49px;
}
.cycle-pager {
bottom: 63px;
}
#clients-section .wrapper {
padding-bottom: 35px;
}
#contact-section:not(.no-image) .entry-container {
padding-left: 0;
}
.archive .content-area .hentry .entry-container,
body:not(.home).blog .content-area .hentry .entry-container {
padding: 35px;
}
.navigation-classic.primary-subtitle-popup-disable .site-header-main {
overflow-x: hidden;
overflow-y: auto;
}
.navigation-classic .menu-toggle-wrapper {
display: none;
}
} @media screen and (min-width: 85.375em) {
.reserve-content-wrapper .section-content-wrap,
.reserve-content-wrapper .section-content-wrap.layout-one,
.section-heading-wrap,
.section-heading-wrapper,
.archive .page-header,
.search .page-header,
.woocommerce-page .site-content .wrapper,
.entry-breadcrumbs,
.custom-header-content,
.content-area .section-content-wrapper,
.recent-blog-content-wrapper .section-content-wrap,
.hero-content-wrapper .section-content-wrap,
.promotion-sale-wrapper .section-content-wrap,
.testimonials-content-wrapper .wrapper,
.gallery-section .section-content-wrapper,
.section-content-wrapper.layout-one,
.section-content-wrap.layout-one,
#product-content-section .section-content-wrapper,
.posts-navigation,
.pagination,
.promotion-headline-wrapper .hentry,
.hero-content-wrapper .section-content-wrap,
#footer-newsletter .widget-wrap,
#footer-instagram .menu-social-container .widget-wrap,
.contact-section .section-content-wrap,
.why-choose-us-section .section-heading-wrapper,
.why-choose-us-section .section-content-wrapper {
padding-left: 60px;
padding-right: 60px;
}
.slider-content-wrapper + .custom-header .entry-container {
padding-top: 77px;
padding-bottom: 77px;
}
.home .custom-header-content {
padding: 200px 60px;
}
.widget-title,
.widgettitle {
margin-bottom: 28px;
}
.section-content-wrapper.layout-three,
.section-content-wrapper.layout-four,
.section-content-wrapper.layout-two,
.singular-content-wrap,
.search-no-results .archive-content-wrap,
.clients-content-wrapper {
padding-left: 40px;
padding-right: 40px;
}
.content-left .sidebar {
padding-right: 60px;
}
.content-right .sidebar {
padding-left: 60px;
}
.archive .page-header,
.search .page-header,
.error404 .error-404.not-found .page-header {
padding-bottom: 49px;
}
.infinite-scroll.infinity-end .wrapper {
padding-bottom: 35px;
}
.woocommerce-pagination {
padding-bottom: 42px;
}
.footer-widget-area .wrapper {
padding-left: 25px;
padding-right: 25px;
}
.widget {
padding: 28px 35px;
}
.comment-respond {
padding: 35px 56px;
}
.more-button,
.author-link,
.hero-content-wrapper .more-button,
.promotion-sale-wrapper .more-button,
.promotion-headline-wrapper .more-button {
margin-top: 28px;
}
.promotion-sale-wrapper.content-aligned-right.has-foreground-image .entry-container {
padding-left: 160px;
}
.promotion-sale-wrapper.content-aligned-left.has-foreground-image .entry-container {
padding-right: 160px;
}
.archive .content-area .hentry .entry-container,
body:not(.home).blog .content-area .hentry .entry-container {
padding: 42px;
}
} @media screen and (min-width: 100em) {
.product-container a.button,
.woocommerce .product-container .wc-forward {
margin-top: 21px;
}
.woocommerce .site-main #infinite-handle {
padding-bottom: 42px;
}
.woocommerce-products-header .page-title {
margin-bottom: 14px;
}
.single-product div.product .related,
.single-product div.product .upsells,
.cart-collaterals .cross-sells,
.cart-collaterals .cart_totals {
margin-top: 56px;
}
ul.products li.product {
margin-bottom: 42px;
}
.site-main.woocommerce,
#skill-section {
padding-top: 84px;
}
.site-content .wrapper {
padding-top: 42px;
}
.reserve-content-wrapper .contact-description strong {
font-size: 20px;
font-size: 1.25rem;
}
.info {
font-size: 26px;
font-size: 1.625rem;
}
.reserve-content-wrapper .entry-content,
.reserve-content-wrapper .entry-summary {
margin-top: 35px;
}
.reserve-content-wrapper .contact-description {
padding: 84px 42px;
}
.reserve-content-wrapper .reservation-form {
padding: 84px 112px;
}
.slider-content-wrapper .entry-title,
.home .custom-header .entry-title {
font-size: 56px;
font-size: 3.5rem;
}
h1,
.single .content-area .entry-title,
.error404 .content-area .page-title,
.search .content-area .page-title,
.page .content-area .entry-title,
.woocommerce-page .page-title,
body:not(.home) .custom-header .entry-title {
font-size: 42px;
font-size: 2.625rem;
}
h2 {
font-size: 36px;
font-size: 2.25rem;
}
.sidebar .widget {
margin: 0 0 49px;
}
.section-title,
.hero-content-wrapper .entry-title,
.contact-section .entry-title,
.promotion-sale-wrapper .entry-title,
.reserve-content-wrapper .entry-title,
.stats-section .entry-title,
#skill-section .entry-title {
font-size: 42px;
font-size: 2.625rem;
}
.home .custom-header-content {
padding-bottom: 220px;
padding-top: 220px;
}
.custom-header-content {
padding-bottom: 180px;
padding-top: 240px;
}
.has-header-video.no-header-media-text .wp-custom-header {
padding-bottom: 325px;
padding-top: 325px;
}
.slider-content-wrapper .more-button,
.custom-header .more-button {
margin-top: 28px;
}
.infinite-scroll .archive-content-wrap {
padding-bottom: 42px;
}
.hero-content-wrapper.section,
.promotion-sale-wrapper.section {
padding-bottom: 84px;
padding-top: 84px;
}
.hero-content-wrapper .entry-container,
.promotion-sale-wrapper .entry-container {
padding: 84px;
}
.hero-content-wrapper .hentry.has-post-thumbnail .entry-container,
.promotion-sale-wrapper .hentry .entry-container,
.contact-section .entry-container {
padding: 140px 70px;
}
.testimonials-content-wrapper.section {
padding-bottom: 84px;
}
.site-main .posts-navigation .nav-previous,
.site-main .posts-navigation .nav-next,
.pagination .prev.page-numbers,
.pagination .next.page-numbers {
margin: 42px 0;
}
.site-info,
.sidebar {
padding-top: 42px;
}
.two-columns-layout .singular-content-wrap,
.search-no-results .archive-content-wrap,
.sidebar {
padding-bottom: 42px;
}
.section,
#footer-newsletter .widget,
#footer-instagram .menu-social-container {
padding-bottom: 42px;
padding-top: 42px;
}
.footer-widget-area .wrapper {
padding-bottom: 21px;
padding-top: 21px;
}
.widget {
padding: 35px;
}
.promotion-headline-wrapper .hentry {
padding: 84px 60px;
}
.comment-respond {
padding: 35px 70px;
}
.hentry,
.view-all-button {
margin-bottom: 42px;
}
.hero-content-wrapper .entry-content,
.promotion-sale-wrapper .entry-content,
.hero-content-wrapper .entry-summary,
.promotion-sale-wrapper .entry-summary {
margin-top: 28px;
}
.contact-section .entry-content,
.contact-section .entry-summary {
margin-top: 42px;
}
.services-section.no-section-heading,
.pricing-section.no-section-heading,
.stats-section.no-section-heading {
padding-top: 84px;
}
.entry-price {
width: 12%;
}
#gallery-content-section .entry-footer {
margin-top: 42px;
}
.site-title {
font-size: 32px;
font-size: 2rem;
}
.site-branding {
padding-top: 35px;
padding-bottom: 35px;
}
.navigation-default .header-overlay {
max-width: 270px;
}
.below-site-header {
left: 270px;
}
#masthead {
max-width: 270px;
}
.navigation-classic .main-navigation ul ul a {
width: 270px;
}
.menu-open.navigation-default .below-site-header {
left: 540px;
}
.featured-content-section .entry-container {
padding: 35px 42px;
}
.archive-content-wrap .entry-footer {
margin-top: 35px;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
font-size: 18px;
font-size: 1.125rem;
}
.post-navigation .nav-links {
padding-bottom: 49px;
}
.entry-title,
.stats-section .entry-content,
.stats-section .entry-summary,
ul.products li.product .woocommerce-loop-product__title,
.widget-area .menu-social-container a {
font-size: 24px;
font-size: 1.5rem;
}
.widget-area .menu-social-container a {
height: 70px;
margin: 7px 21px 0 0;
line-height: 70px;
width: 70px;
}
.stats-section .entry-content,
.stats-section .entry-summary {
margin-top: 14px;
}
.featured-content-section .hentry,
.featured-content-section .section-content-wrapper .hentry:last-of-type {
margin-bottom: 42px;
}
.team-social-profile .menu-social-container {
padding: 14px 0;
}
.team-section .entry-content,
.team-section .entry-summary {
margin-top: 21px;
}
.testimonials-content-wrapper .entry-content,
.testimonials-content-wrapper .entry-summary {
margin-top: 28px;
}
.testimonials-content-wrapper .entry-container {
padding-bottom: 105px;
}
.promotion-sale-wrapper.content-aligned-right.has-foreground-image .entry-container {
padding-left: 200px;
}
.promotion-sale-wrapper.content-aligned-left.has-foreground-image .entry-container {
padding-right: 200px;
}
.promotion-sale-wrapper.has-foreground-image + .section {
padding-top: 126px;
}
.clients-content-wrapper .hentry {
padding-bottom: 56px;
}
.cycle-pager {
bottom: 84px;
}
#clients-section .wrapper {
padding-bottom: 42px;
}
.archive .content-area .hentry .entry-container
body:not(.home).blog .content-area .hentry .entry-container {
padding: 56px;
}
} @media screen and (min-width: 120em) {
.navigation-default .header-overlay {
max-width: 300px;
}
.below-site-header {
left: 300px;
}
#masthead {
max-width: 300px;
}
.navigation-classic .main-navigation ul ul a {
width: 300px;
}
.menu-open.navigation-default .below-site-header {
left: 600px;
}
}  body  {
background-color: #fff;
} .site-title a {
color: #fff;
} .sidebar .widget-wrap,
.comment-respond,
.author-info,
.team-section,
.pricing-section .hentry-inner,
#footer-newsletter,
#skill-section {
background-color: #fAf6f5;
} .woocommerce-account .woocommerce-MyAccount-navigation a,
.woocommerce-pagination ul li span.current,
.woocommerce-pagination ul li a:hover,
.hero-content-wrapper.boxed .entry-container,
.hero-content-wrapper.fluid.has-content-frame .entry-container,
.menu-toggle:hover .bars,
.menu-toggle:focus .bars,
.widget-area .essential-widgets .tagcloud a,
.menu-toggle:hover .bars,
.menu-toggle:focus .bars,
.team-section .entry-container,
.promotion-sale-wrapper button,
.promotion-sale-wrapper .button,
#footer-instagram .widget-area .menu-social-container {
background-color: #fff;
}
@media screen and (min-width: 64em) {
.main-navigation ul ul,
.navigation-classic:not(.primary-subtitle-popup-disable) .main-navigation ul ul,
.navigation-default .menu-inside-wrapper {
background-color: #fff;
}
} .reserve-content-wrapper input[type="text"],
.reserve-content-wrapper input[type="email"],
.reserve-content-wrapper input[type="url"],
.reserve-content-wrapper input[type="password"],
.reserve-content-wrapper input[type="search"],
.reserve-content-wrapper input[type="number"],
.reserve-content-wrapper input[type="tel"],
.reserve-content-wrapper input[type="range"],
.reserve-content-wrapper input[type="date"],
.reserve-content-wrapper input[type="month"],
.reserve-content-wrapper input[type="week"],
.reserve-content-wrapper input[type="time"],
.reserve-content-wrapper input[type="datetime"],
.reserve-content-wrapper input[type="datetime-local"],
.reserve-content-wrapper input[type="color"],
.reserve-content-wrapper textarea,
.reserve-content-wrapper select,
hr,
pre,
.custom-header:before,
.page-numbers,
.page-links a,
table thead,
mark,
ins,
.woocommerce-tabs .panel,
.woocommerce-tabs ul.tabs li.active a,
.hero-content-wrapper,
.custom-header,
.promotion-headline-wrapper,
.reserve-content-wrapper .reservation-form {
background-color: #f6f6f6;
}
@media screen and (min-width: 41.6875em) {
table.shop_table .cart-subtotal th,
table.shop_table .order-total th,
.site-header-cart .widget_shopping_cart {
background-color: #f6f6f6;
}
} body,
button,
input,
select,
optgroup,
textarea {
color: #333;
}
.hero-content-wrapper .entry-title span,
#skill-section .entry-title span {
color: #333;
}
#primary-menu-wrapper #site-header-cart-wrapper,
.cycle-pager span:hover,
.cycle-pager span:focus {
background-color: #333;
}
.navigation-classic .main-navigation > ul > li:after,
.is-open .menu-inside-wrapper,
.menu-toggle {
border-color: #333;
} .section-title,
.no-header-media-image .custom-header .entry-summary,
.no-header-media-image .custom-header .entry-content,
.drop-cap:first-letter,
.sidebar .widget-title,
.sidebar .widgettitle,
.contact-details li a:hover .contact-label,
.contact-details li a:focus .contact-label {
color: #000;
} h1,
h2,
h3,
h4,
h5,
h6 {
color: rgba(0,0,0,0.87);
} a,
.no-header-media-image .custom-header .entry-title,
.menu-toggle,
.search-submit,
.more-link,
.entry-meta a:before,
.entry-title a,
.entry-meta a:hover,
.entry-meta a:focus,
.widget a,
.author a,
.woocommerce-tabs .panel h2:first-of-type,
ul.products li.product .woocommerce-loop-product__title,
.woocommerce .product-container .wc-forward,
.woocommerce-tabs ul.tabs li a:hover,
.woocommerce-tabs ul.tabs li a:focus,
.woocommerce-tabs ul.tabs li.active a,
span.price ins,
p.price ins,
.woocommerce-pagination ul li span.current,
.woocommerce-pagination ul li a:hover,
.reservation-highlight-text span,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]: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,
.woocommerce .product-container .button {
color: #000;
}
@media screen and (min-width: 64em) {
.navigation-default .main-navigation ul li a,
.navigation-classic:not(.primary-subtitle-popup-disable) .main-navigation ul ul a {
color: #000;
}
} a:hover,
a:focus,
.entry-meta a,
.menu-toggle:hover,
.menu-toggle:focus,
.dropdown-toggle:hover,
.dropdown-toggle:focus,
.search-submit:hover,
.search-submit:focus,
.more-link:hover,
.more-link:focus,
.entry-title a:hover,
.entry-title a:focus,
.widget a:hover,
.widget a:focus,
.page-numbers:hover,
.page-numbers:focus,
.pagination .page-numbers.current,
.woocommerce .entry-breadcrumbs .woocommerce-breadcrumb a:hover,
.woocommerce .entry-breadcrumbs .woocommerce-breadcrumb a:focus,
.entry-breadcrumbs a:hover,
.entry-breadcrumbs a:focus,
.breadcrumb-current,
.woocommerce .entry-breadcrumbs .woocommerce-breadcrumb span,
.page-links > span,
.site-title a:hover,
.site-title a:focus,
.site-footer a:hover,
.site-footer a:focus,
blockquote:before,
ul.products li.product .woocommerce-loop-product__title:hover,
ul.products li.product .woocommerce-loop-product__title:focus,
table.shop_table_responsive tr td a,
.product-container a.added_to_cart,
.single-product .product_meta a,
.woocommerce-info a,
.variations .reset_variations,
.star-rating span:before,
p.stars:hover a:before,
p.stars.selected a.active:before,
p.stars.selected a:not(.active):before,
.single-product div.product .woocommerce-product-rating .woocommerce-review-link,
.promotion-headline-wrapper .section-title,
.portfolio-section .entry-title a:hover,
.portfolio-section .entry-title a:focus,
.scroll-down:hover,
.scroll-down:focus,
.team-section.has-background-image .entry-title a:hover,
.team-section.has-background-image .entry-title a:focus,
.team-section.has-background-image .hentry .more-link:hover,
.team-section.has-background-image .hentry .more-link:focus,
#product-content-section.has-background-image ul.products li.product .woocommerce-loop-product__title:hover,
#product-content-section.has-background-image ul.products li.product .woocommerce-loop-product__title:focus,
#product-content-section.has-background-image .woocommerce-Price-amount:hover,
#product-content-section.has-background-image .woocommerce-Price-amount:focus,
.stats-section .entry-title a:hover,
.stats-section .entry-title a:focus,
.stats-section .hentry .more-link:hover,
.stats-section .hentry .more-link:focus,
.contact-details li .fa,
.site-header .search-submit:hover,
.site-header .search-submit:focus,
.cart-contents:hover,
.cart-contents:focus,
.site-header-main .social-navigation a:hover,
.site-header-main .social-navigation a:focus,
.pricing-section .package-price,
.testimonials-content-wrapper .entry-title a:hover,
.testimonials-content-wrapper .entry-title a:focus,
.widget-area .essential-widgets .tagcloud a,
.testimonials-content-wrapper .entry-container:before,
.testimonials-content-wrapper .position,
.promotion-sale-wrapper .entry-title,
.reserve-content-wrapper .contact-description .entry-title,
.contact-details a:hover,
.contact-details a:hover,
.woocommerce .entry-breadcrumbs .woocommerce-breadcrumb,
.entry-breadcrumbs a:after,
.pagination a,
.site-info a:hover,
.site-info a:focus,
.page-links .page-links-title,
.page-links a,
.testimonials-content-wrapper .entry-title span,
.site-footer .entry-title a:hover,
.site-footer .entry-title a:focus,
#colophon .search-submit:hover,
#colophon .search-submit:focus {
color: #e87785;
}
.woocommerce .product-container .wc-forward,
.woocommerce-info,
.woocommerce-message,
blockquote,
.wp-custom-header-video-button:hover,
.wp-custom-header-video-button:focus {
border-color: #e87785;
}
@media screen and (min-width: 64em) {
.navigation-default .main-navigation ul li a:hover,
.navigation-default .main-navigation ul li a:focus,
.navigation-default .main-navigation .menu > .current-menu-item > a,
.navigation-default .main-navigation .menu > .current-menu-ancestor > a,
.navigation-classic .main-navigation ul ul li a:hover,
.navigation-classic .main-navigation ul ul li a:focus {
color: #e87785;
}
} .site-description,
.site-footer,
.site-info a,
figcaption,
.wp-caption .wp-caption-text,
.ui-tabs-anchor,
.date-label,
.post-navigation .nav-subtitle,
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,
select,
.reserve-content-wrapper .contact-description .entry-content,
.reserve-content-wrapper .contact-description .entry-summary,
table.shop_table_responsive tr td a:hover,
table.shop_table_responsive tr td a:focus,
.product-container a.added_to_cart:hover,
.product-container a.added_to_cart:focus,
.single-product .product_meta a:hover,
.single-product .product_meta a:focus,
.single-product div.product .woocommerce-product-rating .woocommerce-review-link:hover,
.single-product div.product .woocommerce-product-rating .woocommerce-review-link:focus,
.woocommerce-info a:hover,
.woocommerce-info a:focus,
.variations .reset_variations:hover,
.variations .reset_variations:focus,
.woocommerce-tabs ul.tabs li a,
.woocommerce-pagination ul li a,
p.stars a:before,
p.stars a:hover ~ a:before,
p.stars.selected a.active ~ a:before,
.reservation-highlight-text,
.testimonials-content-wrapper .entry-content,
.testimonials-content-wrapper .entry-summary,
.testimonials-content-wrapper .position,
.stats-section .entry-content,
.stats-section .entry-summary,
.has-background-image .position,
.team-section.has-background-image .entry-content,
.team-section.has-background-image .entry-summary,
.hero-content-wrapper.has-background-image.fluid:not(.has-content-frame) .entry-content,
.hero-content-wrapper.has-background-image.fluid:not(.has-content-frame) .entry-summary,
.comment-metadata .edit-link a,
.comment-metadata .edit-link:before,
.comment-permalink,
#team-content-section .position {
color: #999;
}
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,
select:focus,
#product-content-section.has-background-image .woocommerce .product-container .button,
.navigation-default .main-navigation > ul > li:after,
.sidebar .widget .widget-title:after {
border-color: #999;
}
.bars {
background-color: #999;
}
.site-header input[type="search"],
.main-navigation a,
.dropdown-toggle,
.widget_categories ul li,
.widget_archive ul li,
.ew-archive ul li,
.ew-category ul li,
.promotion-sale-wrapper .entry-content,
.promotion-sale-wrapper .entry-summary,
.promotion-sale-wrapper .entry-title span,
.reserve-content-wrapper .contact-description .entry-title span,
.contact-details a,
.contact-details .contact-wrap:last-child {
color: #999;
}
.navigation-classic.primary-subtitle-popup-disable .main-navigation ul ul a {
color: rgba(153,153,153,0.5);
} .menu-toggle,
.menu-toggle-wrapper:after,
.cart-contents,
.site-header-main .social-navigation a,
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation .menu > .current-menu-item > a,
.main-navigation .menu > .current-menu-ancestor > a,
.site-header .search-submit,
.has-background-image .section-title,
.hero-content-wrapper.has-background-image.fluid:not(.has-content-frame) .entry-title,
.promotion-sale-wrapper button:hover,
.promotion-sale-wrapper button:focus,
.promotion-sale-wrapper .button:hover,
.promotion-sale-wrapper .button:focus,
.contact-label,
.contact-section .entry-title,
.pricing-section .hentry.highlight .entry-content,
.pricing-section .hentry.highlight .entry-summary,
.pricing-section .hentry.highlight .hentry-inner .package-price,
.pricing-section .hentry.highlight .hentry-inner .package-month,
.navigation-classic.primary-subtitle-popup-disable .main-navigation ul ul a:hover,
.navigation-classic.primary-subtitle-popup-disable .main-navigation ul ul a:focus {
color: #fff;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.posts-navigation .nav-links a,
.pagination .prev,
.pagination .next,
.site-main #infinite-handle span button,
#scrollup,
.hero-content-wrapper .more-link,
.recent-blog-content-wrapper .more-recent-posts .more-link,
.instagram-button .button,
.view-all-button .more-link,
.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.onsale,
.widget_price_filter .ui-slider .ui-slider-handle,
.widget_price_filter .ui-slider .ui-slider-range,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce .product-container .wc-forward,
.demo_store .woocommerce-store-notice__dismiss-link,
.woocommerce span.onsale,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus,
.woocommerce .product-container .added,
.woocommerce .product-container .wc-forward:hover,
.woocommerce .product-container .wc-forward:focus,
.demo_store .woocommerce-store-notice__dismiss-link:hover,
.demo_store .woocommerce-store-notice__dismiss-link:focus,
#product-content-section.has-background-image .woocommerce .product-container .button:hover,
#product-content-section.has-background-image .woocommerce .product-container .button:focus,
.cycle-prev:hover,
.cycle-prev:focus,
.cycle-next:hover,
.cycle-next:focus,
#footer-newsletter .ewnewsletter .ew-newsletter-wrap #subbutton:hover,
#footer-newsletter .ewnewsletter .ew-newsletter-wrap #subbutton:focus,
.pricing-section .hentry .more-link:hover,
.pricing-section .hentry .more-link:focus,
.widget-area .essential-widgets .tagcloud a:hover,
.widget-area .essential-widgets .tagcloud a:focus,
.team-social-profile .menu-social-container a:hover,
.team-social-profile .menu-social-container a:focus,
.widget-area .menu-social-container a:hover,
.widget-area .menu-social-container a:focus,
.pricing-section .hentry.highlight .hentry-inner .more-link:hover,
.pricing-section .hentry.highlight .hentry-inner .more-link:focus,
.portfolio-section .entry-title a:hover:after,
.portfolio-section .entry-title a:focus:after {
background-color: #000;
}
.promotion-sale-wrapper button,
.promotion-sale-wrapper .button,
.pricing-section .hentry.highlight .hentry-inner .more-link,
.pricing-section .hentry.highlight .hentry-inner .entry-title a:hover,
.pricing-section .hentry.highlight .hentry-inner .entry-title a:focus,
.pricing-section .package-month,
.slider-content-wrapper .more-link,
.custom-header .more-link,
.promotion-headline-wrapper .hentry .more-link,
.promotion-sale-wrapper .hentry .more-link {
color: #000;
}
.woocommerce .product-container .button {
border-color: #000;
} .skillbar-content,
.cycle-pager span {
background-color: rgba(0,0,0,0.14);
} .pricing-section .package-price {
background-color: rgba(0,0,0,0.03);
} button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.posts-navigation .nav-links a,
.pagination .prev,
.pagination .next,
.site-main #infinite-handle span button,
#scrollup,
.hero-content-wrapper .more-link,
.recent-blog-content-wrapper .more-recent-posts .more-link,
.sticky-label,
.instagram-button .button,
.view-all-button .more-link,
.wp-custom-header-video-button,
.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li span.current,
.onsale,
#product-content-section.has-background-image .woocommerce .product-container .button:hover,
#product-content-section.has-background-image .woocommerce .product-container .button:focus,
.cycle-prev:hover,
.cycle-prev:focus,
.cycle-next:hover,
.cycle-next:focus,
#footer-newsletter .ewnewsletter .ew-newsletter-wrap #subbutton:hover,
#footer-newsletter .ewnewsletter .ew-newsletter-wrap #subbutton:focus,
.pricing-section .hentry .more-link:hover,
.pricing-section .hentry .more-link:focus,
.pricing-section .hentry.highlight .hentry-inner .more-link:hover,
.pricing-section .hentry.highlight .hentry-inner .more-link:focus,
.team-social-profile .menu-social-container a:hover,
.team-social-profile .menu-social-container a:focus,
.widget-area .menu-social-container a:hover,
.widget-area .menu-social-container a:focus,
.pricing-section .hentry.highlight .hentry-inner .entry-title a,
.portfolio-section .entry-title a:hover:after,
.portfolio-section .entry-title a:focus:after,
.widget-area .essential-widgets .tagcloud a:hover,
.widget-area .essential-widgets .tagcloud a:focus {
color: #fff;
}
.slider-content-wrapper .more-link,
.custom-header .more-link,
.promotion-headline-wrapper .hentry .more-link,
.promotion-sale-wrapper .hentry .more-link,
.pricing-section .hentry.highlight .hentry-inner .more-link {
background-color: #fff;
} button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.button:hover,
.button:focus,
.posts-navigation .nav-links a:hover,
.posts-navigation .nav-links a:focus,
.site-main #infinite-handle span button:hover,
.site-main #infinite-handle span button:focus,
.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus,
.slider-content-wrapper .more-link:hover,
.slider-content-wrapper .more-link:focus,
.custom-header .more-link:hover,
.custom-header .more-link:focus,
.promotion-headline-wrapper .hentry .more-link:hover,
.promotion-headline-wrapper .hentry .more-link:focus,
.promotion-sale-wrapper .hentry .more-link:hover,
.promotion-sale-wrapper .hentry .more-link:focus,
#scrollup:hover,
#scrollup:focus,
.hero-content-wrapper .more-link:hover,
.hero-content-wrapper .more-link:focus,
.recent-blog-content-wrapper .more-recent-posts .more-link:hover,
.recent-blog-content-wrapper .more-recent-posts .more-link:focus,
.footer-instagram .instagram-button .button:hover,
.footer-instagram .instagram-button .button:focus,
.pagination .nav-links > a:hover,
.pagination .nav-links > a:focus,
.page-links a:hover,
.page-links a:focus,
.view-all-button .more-link:hover,
.view-all-button .more-link:focus,
.wp-custom-header-video-button:hover,
.wp-custom-header-video-button:focus,
.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:focus,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li span.current,
.contact-details li a:hover .fa,
.contact-details li a:focus .fa,
.sticky-label,
.cycle-prev,
.cycle-next,
#footer-newsletter .ewnewsletter .ew-newsletter-wrap #subbutton,
.cycle-pager .cycle-pager-active,
.cycle-pager .cycle-pager-active:hover,
.cycle-pager .cycle-pager-active:focus,
.pricing-section .hentry .more-link,
.team-social-profile .menu-social-container a,
.widget-area .menu-social-container a,
.promotion-sale-wrapper button:hover,
.promotion-sale-wrapper button:focus,
.promotion-sale-wrapper .button:hover,
.promotion-sale-wrapper .button:focus,
.skillbar-bar,
.pricing-section .hentry.highlight .hentry-inner,
.portfolio-section .entry-title a:after,
.widget-area .essential-widgets .tagcloud a {
background-color: #e87785;
} button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.button:hover,
.button:focus,
.prev.page-numbers:hover,
.prev.page-numbers:focus,
.next.page-numbers:hover,
.next.page-numbers:focus,
.hero-content-wrapper .more-link:hover,
.hero-content-wrapper .more-link:focus,
.recent-blog-content-wrapper .more-recent-posts .more-link:hover,
.recent-blog-content-wrapper .more-recent-posts .more-link:focus,
.pagination .nav-links > a:hover,
.pagination .nav-links > a:focus,
.page-links a:hover,
.page-links a:focus,
#scrollup:hover,
#scrollup:focus,
.view-all-button .more-link:hover,
.view-all-button .more-link:focus,
.wp-custom-header-video-button:hover,
.wp-custom-header-video-button:focus,
.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:focus,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li span.current,
.site-main #infinite-handle span button:hover,
.site-main #infinite-handle span button:focus,
.contact-details li a:hover .fa,
.contact-details li a:focus .fa,
.posts-navigation .nav-links a:hover,
.posts-navigation .nav-links a:focus,
.cycle-prev,
.cycle-next,
#footer-newsletter .ewnewsletter .ew-newsletter-wrap #subbutton,
.pricing-section .hentry .more-link,
.team-social-profile .menu-social-container a,
.widget-area .menu-social-container a,
.portfolio-section .entry-title a:after,
.widget-area .essential-widgets .tagcloud a,
.testimonials-content-wrapper .entry-title a,
#colophon .search-submit,
.slider-content-wrapper .more-link:hover,
.slider-content-wrapper .more-link:focus,
.custom-header .more-link:hover,
.custom-header .more-link:focus,
.promotion-headline-wrapper .hentry .more-link:hover,
.promotion-headline-wrapper .hentry .more-link:focus,
.promotion-sale-wrapper .hentry .more-link:hover,
.promotion-sale-wrapper .hentry .more-link:focus {
color: #fff;
} 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,
select,
.tag-cloud-link,
.two-columns-layout .singular-content-wrap,
table,
th,
td,
fieldset,
abbr,
acronym,
.is-open .social-navigation-wrapper,
.comment-list article,
.comment-list .pingback,
.comment-list .trackback,
.site-content + .recent-blog-content-wrapper,
.site-content,
.pagination .nav-links > span,
.pagination .nav-links > a,
.page-links a,
.page-links > span,
#footer-instagram,
.single-product .product_meta,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-navigation li,
.woocommerce nav.woocommerce-pagination ul,
.featured-content-section .entry-container,
.archive-content-wrap .entry-footer,
.post-navigation .nav-links {
border-color: #ebebeb;
}
.testimonials-content-wrapper .entry-container:before {
color: #ebebeb;
}
.woocommerce nav.woocommerce-pagination,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation a:focus,
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
.demo_store,
p.no-comments,
ul.wc_payment_methods .payment_box,
.widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-tabs .panel input[type="text"],
.woocommerce-tabs .panel input[type="email"],
.woocommerce-tabs .panel textarea {
background-color: #ebebeb;
} #masthead,
.menu-inside-wrapper,
.navigation-default .header-overlay,
.site-header input[type="search"] {
background-color: #070f14;
} .site-footer,
.reserve-content-wrapper .contact-description,
.slider-content-wrapper,
.stats-section,
.promotion-sale-wrapper,
.contact-section,
#colophon input[type="text"],
#colophon input[type="email"],
#colophon input[type="url"],
#colophon input[type="password"],
#colophon input[type="search"],
#colophon input[type="number"],
#colophon input[type="tel"],
#colophon input[type="range"],
#colophon input[type="date"],
#colophon input[type="month"],
#colophon input[type="week"],
#colophon input[type="time"],
#colophon input[type="datetime"],
#colophon input[type="datetime-local"],
#colophon input[type="color"],
#colophon textarea,
#colophon select,
#colophon hr,
#colophon table thead,
#colophon pre,
#colophon mark,
#colophon ins {
background-color: rgba(7,15,20,0.98);
}
.navigation-classic.primary-subtitle-popup-disable .main-navigation ul ul {
background-color: transparent;
} .site-footer .entry-title a,
.site-footer a,
.footer-widget-area .widget-title {
color: #fff;
} #colophon input[type="text"],
#colophon input[type="email"],
#colophon input[type="url"],
#colophon input[type="password"],
#colophon input[type="search"],
#colophon input[type="number"],
#colophon input[type="tel"],
#colophon input[type="range"],
#colophon input[type="date"],
#colophon input[type="month"],
#colophon input[type="week"],
#colophon input[type="time"],
#colophon input[type="datetime"],
#colophon input[type="datetime-local"],
#colophon input[type="color"],
#colophon textarea,
#colophon select,
#colophon hr,
#colophon table thead,
#colophon .tag-cloud-link,
#colophon table,
#colophon th,
#colophon td,
#colophon fieldset,
#colophon abbr,
#colophon acronym,
.site-header input[type="search"] {
border-color: rgba(255,255,255,0.2);
} #site-generator {
border-color: rgba(255,255,255,0.06);
} #colophon input[type="text"]:focus,
#colophon input[type="email"]:focus,
#colophon input[type="url"]:focus,
#colophon input[type="password"]:focus,
#colophon input[type="search"]:focus,
#colophon input[type="number"]:focus,
#colophon input[type="tel"]:focus,
#colophon input[type="range"]:focus,
#colophon input[type="date"]:focus,
#colophon input[type="month"]:focus,
#colophon input[type="week"]:focus,
#colophon input[type="time"]:focus,
#colophon input[type="datetime"]:focus,
#colophon input[type="datetime-local"]:focus,
#colophon input[type="color"]:focus,
#colophon textarea:focus,
#colophon select:focus,
.site-header input[type="search"]:focus {
border-color: rgba(255,255,255,0.28);
} .promotion-headline-wrapper .section-description,
.promotion-headline-wrapper .entry-container,
.promotion-headline-wrapper .entry-container a,
.archive .custom-header,
.search .custom-header,
.error404 .custom-header,
.reserve-content-wrapper .contact-description strong,
.info,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce .product-container .wc-forward,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus,
.woocommerce .product-container .added,
.woocommerce .product-container .wc-forward:hover,
.woocommerce .product-container .wc-forward:focus,
.woocommerce .product-container .button.added,
.demo_store .woocommerce-store-notice__dismiss-link,
.demo_store .woocommerce-store-notice__dismiss-link:hover,
.demo_store .woocommerce-store-notice__dismiss-link:focus,
.portfolio-section .entry-title a,
.gallery-section figcaption,
.scroll-down,
.has-background-image .section-description,
.has-background-image .before-text,
.has-background-image .after-text,
.widget.has-background-image .widget-title,
.team-section.has-background-image .entry-title a,
.team-section.has-background-image .hentry .more-link,
#product-content-section.has-background-image ul.products li.product .woocommerce-loop-product__title,
#product-content-section.has-background-image .woocommerce-Price-amount,
#product-content-section.has-background-image .woocommerce .product-container .button,
.hero-content-wrapper.has-background-image.fluid:not(.has-content-frame) .entry-title span,
.stats-section .entry-title a,
.stats-section .hentry .more-link,
.stats-section .section-title,
.stats-section .section-description,
#colophon input[type="text"]:focus,
#colophon input[type="email"]:focus,
#colophon input[type="url"]:focus,
#colophon input[type="password"]:focus,
#colophon input[type="search"]:focus,
#colophon input[type="number"]:focus,
#colophon input[type="tel"]:focus,
#colophon input[type="range"]:focus,
#colophon input[type="date"]:focus,
#colophon input[type="month"]:focus,
#colophon input[type="week"]:focus,
#colophon input[type="time"]:focus,
#colophon input[type="datetime"]:focus,
#colophon input[type="datetime-local"]:focus,
#colophon input[type="color"]:focus,
#colophon textarea:focus,
#colophon select:focus,
.site-header input[type="search"]:focus {
color: #fff;
}
.wp-custom-header-video-button {
border-color: #fff;
} .slider-content-wrapper .entry-title,
.slider-content-wrapper .sub-title,
.slider-content-wrapper .entry-title a,
.slider-content-wrapper .entry-meta a,
.custom-header .entry-meta a,
.custom-header .entry-title {
color: #fff;
} .slider-content-wrapper .entry-title a:hover,
.slider-content-wrapper .entry-title a:focus,
.slider-content-wrapper .entry-meta a:hover,
.slider-content-wrapper .entry-meta a:focus,
.custom-header .entry-meta a:hover,
.custom-header .entry-meta a:focus {
color: #e87785;
} .slider-content-wrapper .entry-content,
.slider-content-wrapper .entry-summary,
.custom-header .entry-content,
.custom-header .entry-summary {
color: #fff;
}
.widget.has-background-image .widget-wrap {
background-color: transparent;
}
.widget.widget_catch_web_tools_social_icons a {
font-family: Genericons;
}@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 300;
src: url(https://greenhunters.cz/wp-content/fonts/merriweather/u-4n0qyriQwlOrhSvowK_l521wRZVcf6lvg.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 300;
src: url(https://greenhunters.cz/wp-content/fonts/merriweather/u-4n0qyriQwlOrhSvowK_l521wRZXMf6lvg.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 300;
src: url(https://greenhunters.cz/wp-content/fonts/merriweather/u-4n0qyriQwlOrhSvowK_l521wRZV8f6lvg.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 300;
src: url(https://greenhunters.cz/wp-content/fonts/merriweather/u-4n0qyriQwlOrhSvowK_l521wRZVsf6lvg.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 300;
src: url(https://greenhunters.cz/wp-content/fonts/merriweather/u-4n0qyriQwlOrhSvowK_l521wRZWMf6.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
src: url(https://greenhunters.cz/wp-content/fonts/merriweather/u-440qyriQwlOrhSvowK_l5-cSZMZ-Y.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
src: url(https://greenhunters.cz/wp-content/fonts/merriweather/u-440qyriQwlOrhSvowK_l5-eCZMZ-Y.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
src: url(https://greenhunters.cz/wp-content/fonts/merriweather/u-440qyriQwlOrhSvowK_l5-cyZMZ-Y.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
src: url(https://greenhunters.cz/wp-content/fonts/merriweather/u-440qyriQwlOrhSvowK_l5-ciZMZ-Y.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
src: url(https://greenhunters.cz/wp-content/fonts/merriweather/u-440qyriQwlOrhSvowK_l5-fCZM.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 700;
src: url(https://greenhunters.cz/wp-content/fonts/merriweather/u-4n0qyriQwlOrhSvowK_l52xwNZVcf6lvg.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 700;
src: url(https://greenhunters.cz/wp-content/fonts/merriweather/u-4n0qyriQwlOrhSvowK_l52xwNZXMf6lvg.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 700;
src: url(https://greenhunters.cz/wp-content/fonts/merriweather/u-4n0qyriQwlOrhSvowK_l52xwNZV8f6lvg.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 700;
src: url(https://greenhunters.cz/wp-content/fonts/merriweather/u-4n0qyriQwlOrhSvowK_l52xwNZVsf6lvg.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 700;
src: url(https://greenhunters.cz/wp-content/fonts/merriweather/u-4n0qyriQwlOrhSvowK_l52xwNZWMf6.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 900;
src: url(https://greenhunters.cz/wp-content/fonts/merriweather/u-4n0qyriQwlOrhSvowK_l52_wFZVcf6lvg.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 900;
src: url(https://greenhunters.cz/wp-content/fonts/merriweather/u-4n0qyriQwlOrhSvowK_l52_wFZXMf6lvg.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 900;
src: url(https://greenhunters.cz/wp-content/fonts/merriweather/u-4n0qyriQwlOrhSvowK_l52_wFZV8f6lvg.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 900;
src: url(https://greenhunters.cz/wp-content/fonts/merriweather/u-4n0qyriQwlOrhSvowK_l52_wFZVsf6lvg.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 900;
src: url(https://greenhunters.cz/wp-content/fonts/merriweather/u-4n0qyriQwlOrhSvowK_l52_wFZWMf6.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 300;
src: url(https://greenhunters.cz/wp-content/fonts/oswald/TK3iWkUHHAIjg752FD8Ghe4.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 300;
src: url(https://greenhunters.cz/wp-content/fonts/oswald/TK3iWkUHHAIjg752HT8Ghe4.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 300;
src: url(https://greenhunters.cz/wp-content/fonts/oswald/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 300;
src: url(https://greenhunters.cz/wp-content/fonts/oswald/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 300;
src: url(https://greenhunters.cz/wp-content/fonts/oswald/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 400;
src: url(https://greenhunters.cz/wp-content/fonts/oswald/TK3iWkUHHAIjg752FD8Ghe4.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 400;
src: url(https://greenhunters.cz/wp-content/fonts/oswald/TK3iWkUHHAIjg752HT8Ghe4.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 400;
src: url(https://greenhunters.cz/wp-content/fonts/oswald/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 400;
src: url(https://greenhunters.cz/wp-content/fonts/oswald/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 400;
src: url(https://greenhunters.cz/wp-content/fonts/oswald/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 500;
src: url(https://greenhunters.cz/wp-content/fonts/oswald/TK3iWkUHHAIjg752FD8Ghe4.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 500;
src: url(https://greenhunters.cz/wp-content/fonts/oswald/TK3iWkUHHAIjg752HT8Ghe4.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 500;
src: url(https://greenhunters.cz/wp-content/fonts/oswald/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 500;
src: url(https://greenhunters.cz/wp-content/fonts/oswald/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 500;
src: url(https://greenhunters.cz/wp-content/fonts/oswald/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 700;
src: url(https://greenhunters.cz/wp-content/fonts/oswald/TK3iWkUHHAIjg752FD8Ghe4.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 700;
src: url(https://greenhunters.cz/wp-content/fonts/oswald/TK3iWkUHHAIjg752HT8Ghe4.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 700;
src: url(https://greenhunters.cz/wp-content/fonts/oswald/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 700;
src: url(https://greenhunters.cz/wp-content/fonts/oswald/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 700;
src: url(https://greenhunters.cz/wp-content/fonts/oswald/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 400;
src: url(https://greenhunters.cz/wp-content/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 400;
src: url(https://greenhunters.cz/wp-content/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 400;
src: url(https://greenhunters.cz/wp-content/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 400;
src: url(https://greenhunters.cz/wp-content/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 500;
src: url(https://greenhunters.cz/wp-content/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 500;
src: url(https://greenhunters.cz/wp-content/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 500;
src: url(https://greenhunters.cz/wp-content/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 500;
src: url(https://greenhunters.cz/wp-content/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 700;
src: url(https://greenhunters.cz/wp-content/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 700;
src: url(https://greenhunters.cz/wp-content/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 700;
src: url(https://greenhunters.cz/wp-content/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 700;
src: url(https://greenhunters.cz/wp-content/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 900;
src: url(https://greenhunters.cz/wp-content/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 900;
src: url(https://greenhunters.cz/wp-content/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 900;
src: url(https://greenhunters.cz/wp-content/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 900;
src: url(https://greenhunters.cz/wp-content/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//greenhunters.cz/wp-content/themes/catch-vogue/assets/css/font-awesome/webfonts/fa-brands-400.eot);src:url(//greenhunters.cz/wp-content/themes/catch-vogue/assets/css/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//greenhunters.cz/wp-content/themes/catch-vogue/assets/css/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//greenhunters.cz/wp-content/themes/catch-vogue/assets/css/font-awesome/webfonts/fa-brands-400.woff) format("woff"),url(//greenhunters.cz/wp-content/themes/catch-vogue/assets/css/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"),url(//greenhunters.cz/wp-content/themes/catch-vogue/assets/css/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(//greenhunters.cz/wp-content/themes/catch-vogue/assets/css/font-awesome/webfonts/fa-regular-400.eot);src:url(//greenhunters.cz/wp-content/themes/catch-vogue/assets/css/font-awesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//greenhunters.cz/wp-content/themes/catch-vogue/assets/css/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//greenhunters.cz/wp-content/themes/catch-vogue/assets/css/font-awesome/webfonts/fa-regular-400.woff) format("woff"),url(//greenhunters.cz/wp-content/themes/catch-vogue/assets/css/font-awesome/webfonts/fa-regular-400.ttf) format("truetype"),url(//greenhunters.cz/wp-content/themes/catch-vogue/assets/css/font-awesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(//greenhunters.cz/wp-content/themes/catch-vogue/assets/css/font-awesome/webfonts/fa-solid-900.eot);src:url(//greenhunters.cz/wp-content/themes/catch-vogue/assets/css/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//greenhunters.cz/wp-content/themes/catch-vogue/assets/css/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//greenhunters.cz/wp-content/themes/catch-vogue/assets/css/font-awesome/webfonts/fa-solid-900.woff) format("woff"),url(//greenhunters.cz/wp-content/themes/catch-vogue/assets/css/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"),url(//greenhunters.cz/wp-content/themes/catch-vogue/assets/css/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
border: none;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.4;
margin: 0;
padding: 14px;
text-align: center;
}
.no-sidebar .alignfull {
margin-left  : calc( -100vw / 2 + 100% / 2 );
margin-right : calc( -100vw / 2 + 100% / 2 );
max-width    : 100vw;
}
.no-sidebar .alignwide {
margin-left  : calc( -96vw / 2 + 100% / 2 );
margin-right : calc( -96vw / 2 + 100% / 2 );
max-width: 96vw;
}
.alignfull.wp-block-cover,
.alignwide.wp-block-cover {
width: auto;
} @media screen and (min-width: 61.5625em) {
.no-sidebar .alignfull  {
margin-left  : calc( -95vw / 2 + 100% / 2 );
margin-right : calc( -95vw / 2 + 100% / 2 );
max-width: 95vw;
}
} @media screen and (min-width: 64em) {
.no-sidebar.full-width-layout .alignfull {
margin-left  : calc( -100vw / 2 + 100% / 2 );
margin-right : calc( -100vw / 2 + 100% / 2 );
max-width    : 100vw;
}
.no-sidebar:not(.full-width-layout) .alignwide {
margin-left: -69px;
margin-right: -69px;
max-width: 1216px;
}
.no-sidebar.full-width .alignwide {
max-width: 1440px;
}
} @media screen and (min-width: 80em) {
.no-sidebar:not(.full-width-layout) .alignwide {
margin-left: -120px;
margin-right: -120px;
}
}  p.has-drop-cap:not(:focus):first-letter {
float: left;
font-size: 100px;
font-size: 6.25rem;
font-weight: 500;
line-height: 0.6;
margin: 11px 14px 0 -10px;
} .wp-block-image {
margin-bottom: 1.750em;
}
.wp-block-image figure {
margin-bottom: 0;
margin-top: 0;
}
.wp-block-image figure.alignleft {
margin: 0.375em 2.222222222222222em 1.75em 0;
}
.wp-block-image figure.alignright {
margin: 0.375em 0 1.75em 2.222222222222222em;
} .wp-block-gallery {
margin-bottom: 1.750em;
margin-left: 0;
}
.wp-block-gallery figcaption {
font-style: italic;
}
.wp-block-gallery.aligncenter {
display: flex;
margin: 0 -8px;
} .wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
margin: 0 0 1.75em;
padding: 0 0 0 1.4em;
}
.rtl .wp-block-quote,
.rtl .wp-block-quote.is-large,
.rtl .wp-block-quote.is-style-large {
padding: 0 1.4em 0 0;
}
.wp-block-quote.is-large p, 
.wp-block-quote.is-style-large p {
font-style: inherit;
font-size: inherit;
font-weight: inherit;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
border-top: 0;
border-bottom: 0;
border-color: #222;
margin-left: 0;
margin-right: 0;
padding: 0 0 0 30px;
}
.rtl .wp-block-quote:not(.is-large):not(.is-style-large) {
padding: 0 30px 0 0;
}
.wp-block-quote:not(.is-large):not(.is-style-large):before {
content: none;
}
.wp-block-quote.alignleft p:last-of-type,
.wp-block-quote.alignright p:last-of-type {
margin-bottom: 0;
}
.wp-block-quote cite,
.wp-block-quote.is-large cite, 
.wp-block-quote.is-large footer, 
.wp-block-quote.is-style-large cite, 
.wp-block-quote.is-style-large footer {
color: inherit;
display: block;
font-size: 13px;
font-size: 0.8125rem;
font-style: normal;
font-weight: 400;
line-height: 1.615384615384615;
text-align: left;
}
.rtl .wp-block-quote cite,
.rtl .wp-block-quote.is-large cite, 
.rtl .wp-block-quote.is-large footer, 
.rtl .wp-block-quote.is-style-large cite, 
.rtl .wp-block-quote.is-style-large footer {
text-align: right;
} .wp-block-audio audio {
display: block;
width: 100%;
} .wp-block-cover-image.alignright,
.wp-block-cover.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover.alignleft,
.wp-block-cover-image.aligncenter,
.wp-block-cover.aligncenter {
display: flex;
} .wp-block-file .wp-block-file__button {
border: none;
-webkit-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
display: inline-block;
font-size: 16px;
font-weight: 400;
line-height: 1;
margin-top: 2em;
padding: 10px 20px;
-webkit-transition: background-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out;
white-space: nowrap;
}
.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus {
-webkit-box-shadow: none;
box-shadow: none;
}  .has-huge-font-size {
font-size: 32px;
font-size: 2rem;
line-height: 1.3;
}
.has-large-font-size {
font-size: 28px;
font-size: 1.75rem;
line-height: 1.166666666666667;
}
.has-normal-font-size {
font-size: 16px;
font-size: 1rem;
line-height: 1.75;
}
.has-small-font-size {
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.5;
} @media screen and (min-width: 64em) { 
.has-huge-font-size {
font-size: 42px;
font-size: 2.5rem;;
}
.has-large-font-size {
font-size: 34px;
font-size: 2.125rem;
}
} @media screen and (min-width: 85.375em) { 
.has-huge-font-size {
font-size: 46px;
font-size: 2.875rem;
}
} @media screen and (min-width: 100em) {
.has-huge-font-size {
font-size: 58px;
font-size: 3.625rem;
}
.has-large-font-size {
font-size: 42px;
font-size: 2.625rem;
}
.has-normal-font-size {
font-size: 18px;
font-size: 1.125rem;
}
} .wp-block-code {
background: transparent;
border: 0;
padding: 0;
}
.wp-block-code cite:before,
.wp-block-code small:before {
content: "\2014\00a0";
}
.wp-block-quote__citation {
font-size: 16px;
font-size: 1rem;
} .wp-block-pullquote {
border-top: 5px solid;
border-bottom: 5px solid;
color: inherit;
margin: 0 0 1.75em;
padding: 35px 0;
}
.wp-block-pullquote blockquote {
border: none;
margin: 0;
padding: 0;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
max-width: none;
width: calc(50% - 0.736842105em);
padding-left: 0;
text-align: left;
}
.wp-block-pullquote.alignleft {
margin: 0.375em 2.222222222222222em 1.75em 0;
}
.wp-block-pullquote.alignright  {
margin: 0.375em 0 1.75em 2.222222222222222em;
}
.wp-block-pullquote__citation,
.wp-block-pullquote cite {
color: inherit;
display: block;
font-size: 15px;
font-size: 0.9375rem;
font-style: normal;
line-height: 1.5;
text-transform: none;
}
.wp-block-pullquote p,
.wp-block-pullquote.alignleft p, 
.wp-block-pullquote.alignright p {
font-size: inherit;
} .wp-block-table {
border-collapse: collapse;
border-spacing: 0;
}
.wp-block-table thead th {
background-color: #fafafa;
font-weight: 700;
}
.wp-block-table,
.wp-block-table th,
.wp-block-table td {
border: 1px solid;
}
.wp-block-table th,
.wp-block-table td {
border: 1px solid;
padding: 0.7777777777777778em 1.555555555555556em;
}  .wp-block-button {
margin-top: 1.750em;
margin-bottom: 1.750em;
}
.wp-block-button.alignleft,
.wp-block-button.alignright {
margin-top: 0;
}
.wp-block-button .wp-block-button__link {
border: none;
-webkit-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
display: inline-block;
font-size: 13px;
font-size: 0.8125rem;
font-weight: 700;
letter-spacing: 1px;
line-height: 1.615384615384615;
outline: 0;
padding: 11px 25px;
text-transform: uppercase;
white-space: nowrap;
}
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
-webkit-box-shadow: none;
box-shadow: none;
} .wp-block-separator {
border: 0;
margin: 1.5em auto;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
max-width: 100px;
} .wp-block-media-text {
margin-bottom: 1.5em;
}
.wp-block-media-text *:last-child {
margin-bottom: 0;
}  .wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter {
list-style-position: inside;
text-align: center;
}
.wp-block-latest-posts li {
margin-bottom: 0.55em;
}
.wp-block-latest-posts.is-grid {
list-style: disc;
}
.rtl .wp-block-latest-posts.is-grid li {
margin: 0 0.55em 0 0;
}
.wp-block-latest-posts__post-date {
color: inherit;
display: block;
font-size: 13px;
line-height: 1.615384615;
margin-bottom: 0.538461538em;
} .wp-block-latest-comments__comment {
border-top: 1px solid;
font-size: inherit;
margin: 0;
padding: 1.75em 0;
}
.wp-block-latest-comments article {
margin-bottom: 0;
}
.blog:not(.has-sidebar) #primary .wp-block-latest-comments article,
.archive:not(.page-one-column):not(.has-sidebar) #primary .wp-block-latest-comments article,
.search:not(.has-sidebar) #primary .wp-block-latest-comments article {
float: none;
width: 100%;
}
.wp-block-latest-comments a {
-webkit-box-shadow: none;
box-shadow: none;
}
.wp-block-latest-comments__comment-meta {
font-size: inherit;
margin-bottom: 14px;
}
.wp-block-latest-comments__comment-excerpt p {
font-size: inherit;
}
.wp-block-latest-comments__comment-excerpt >:last-child {
margin-bottom: 0;
}
.wp-block-latest-comments__comment-author,
.wp-block-latest-comments__comment-link {
font-weight: 400;
text-decoration: none;
}
.wp-block-latest-comments__comment-date {
color: inherit;
display: block;
font-size: 14px;
font-size: 0.875rem;
line-height: 1.5;
letter-spacing: 0;
margin: 7px 0 0;
text-transform: capitalize;
} .wp-block-file .wp-block-file__button,
.wp-block-button .wp-block-button__link {
background-color: #ffa415;
color: #111;
}
.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
background-color: #111;
color: #fff;
}
.wp-block-pullquote,
.wp-block-quote:not(.is-large):not(.is-style-large) {
border-color: #ffa415;
}
.wp-block-table, 
.wp-block-table th, 
.wp-block-table td,
.wp-block-latest-comments__comment {
border-color: #ebebeb;
}
.has-white-color {
color: #fff;
}
.has-white-background-color {
background-color: #fff;
}
.has-black-color {
color: #000;
}
.has-black-background-color {
background-color: #000;
}
.has-medium-black-color {
color: #333;
}
.has-medium-black-background-color {
background-color: #333;
}
.has-gray-color {
color: #999;
}
.has-gray-background-color {
background-color: #999;
}
.has-light-gray-color {
color: #fafafa;
}
.has-light-gray-background-color {
background-color: #fafafa;
}
.has-yellow-color {
color: #ffa415;
}
.has-yellow-background-color {
background-color: #ffa415;
}h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}