.suretrigger_button { 
position: relative;
}
.st_trigger_button_loading:after {
content: '';
position: absolute;
right: 6px;
top: 50%;
animation: rotate360 .5s infinite linear, exist .1s forwards ease;
}
.st_trigger_button_loading:before {
content: "";
border-radius: 50%;
right: 0px;
top: 50%;
position: absolute;
border-right: 3px solid #ffffff;
animation: rotate360 .5s infinite linear, exist .1s forwards ease ;
}
@keyframes rotate360 { 
100% {
transform: rotate(360deg);
}
}
@keyframes exist { 
100% {
width: 15px;
height: 15px;
margin: -8px 5px 0 0;
}
}.trad-advance-search-widget {
display: flex;
align-items: center;
position: relative;
max-width: 100%;
color: #999;
overflow: hidden;
}
.trad-advance-search-bar-box {
position: relative;
width: 100%;
padding: 10px;
font-size: 16px;
border: none !important;
outline: none !important;
border-radius: 0px !important;
}
.trad-advance-search-results-container {
position: absolute;
top: 100%;
left: 0;
width: 100%;
background: white;
border: 1px solid #ccc;
border-radius: 5px;
overflow-y: auto;
z-index: 1000;
}
.trad-advance-search-result-item {
padding: 10px;
cursor: pointer;
transition: background 0.3s;
}
.trad-advance-search-result-item:hover {
background: #f0f0f0;
}
.trad-advance-search-no-results {
padding: 10px;
color: #999;
}
#trad-advance-search-results{
display: none;
}
.trad-advance-search-hidden {
display: none;
}:root { --photozoom-ff-primary: 'Noto Serif', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
--photozoom-ff-accent: 'Old Standard TT', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif; --photozoom-background-color: #ffffff;
--photozoom-footer-background-color: #f3f3f3;
--photozoom-primary-text-color: #181818;
--photozoom-secondary-text-color: #484848;
--photozoom-footer-text-color: #cccccc;
--photozoom-link-color: #058dd1;
--photozoom-link-color-hover: #bf793b;
--photozoom-primary-accent-color: #058dd1;
--photozoom-primary-accent-complementary-color: #ffffff;
--photozoom-neutral-color-100: #ffffff;
--photozoom-neutral-color-900: #080808;
--photozoom-border-color-100: rgba(255,255,255,0.1);
--photozoom-border-color-900: rgba(0,0,0,0.1);
} html {
font-size: 16px;
line-height: 1.1;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*, *:before, *:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
body {
margin: 0;
}
main {
display: block;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
hr {
box-sizing: content-box; height: 0; overflow: visible; }
pre {
font-family: monospace, monospace; font-size: 1em; }
a {
background-color: transparent;
}
abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; }
b,
strong {
font-weight: bolder;
}
code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; }
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
img {
border-style: none;
vertical-align: middle;
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; }
button,
input { overflow: visible;
}
button,
select { text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
fieldset {
padding: 0.35em 0.75em 0.625em;
}
legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }
progress {
vertical-align: baseline;
}
textarea {
overflow: auto;
}
[type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; }
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; }
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }
details {
display: block;
}
summary {
display: list-item;
}
template {
display: none;
}
[hidden] {
display: none;
} table {
border-top: 0;
margin-bottom: 2em;
position: relative;
table-layout: fixed;
width: 100%;
z-index: 1; }
table th {
text-align: start; }
table tr {
border-bottom: 1px solid #F0F0F0; }
table th,
table td {
font-family: inherit;
font-size: inherit;
padding: 0.8125rem 1.25rem;
vertical-align: middle;
}
ul, ol {
list-style-position: outside;
margin: 0;
padding: 0;
}
ul ul, ol ol, ul ol, ol ul {
margin: 0;
} fieldset {
border: 1px solid var( --photozoom-border-color-900 );
margin: 1.25rem 0;
}
legend {
font-size: 1rem;
font-weight: 700;
padding: 0 1.875rem;
}
label {
display: block;
font-size: 1.125rem;
margin: 0 0 .5rem 0;
}
input,
textarea,
button {
font-family: inherit;
line-height: 1;
-webkit-transition: background-color 0.25s ease, border-color 0.25s ease;
-moz-transition: background-color 0.25s ease, border-color 0.25s ease;
-o-transition: background-color 0.25s ease, border-color 0.25s ease;
transition: background-color 0.25s ease, border-color 0.25s ease;
}
input,
textarea {
background-color: var( --photozoom-background-color );
border-color: var( --photozoom-border-color-900 );
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
-webkit-appearance: none;
-moz-appearance: none;
background-color: #fff;
border-radius: 0;
border-style: solid;
border-width: 1px;
box-shadow: none;
color: inherit;
display: block;
font-size: 1rem;
font-weight: 400;
line-height: normal;
margin: 0;
max-width: 100%;
padding: 0.875rem 1.125rem;
width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
border-color: var( --photozoom-primary-accent-color );
box-shadow: inset 0 0 0 1px var( --photozoom-primary-accent-color ); 
}
textarea {
line-height: 1.5;
width: 100%;
}
select {
font-family: inherit;
font-size: inherit;
}
::-webkit-input-placeholder { color: var( --photozoom-secondary-text-color ); line-height: normal; }
::-moz-placeholder { color: var( --photozoom-secondary-text-color ); line-height: normal; }
:-ms-input-placeholder { color: var( --photozoom-secondary-text-color ); line-height: normal; }
:-moz-placeholder { color: var( --photozoom-secondary-text-color ); opacity: 1; line-height: normal; }
::placeholder { color: var( --photozoom-secondary-text-color ); line-height: normal; opacity: 1; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
display: none;
}
button,
.button,
.faux-button,
.wp-block-button__link,
:root .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"],
:root .woocommerce #respond input#submit,
:root .woocommerce a.button,
:root .woocommerce button.button,
:root .woocommerce input.button {
-webkit-appearance: none;
-moz-appearance: none;
background: var( --photozoom-primary-accent-color );
border: none;
border-radius: 0;
color: var( --photozoom-primary-accent-complementary-color );
cursor: pointer;
display: inline-flex;
font-size: 1rem;
font-weight: 700;
justify-content: center;
letter-spacing: 0;
line-height: 1.3;
margin: 0;
padding: 0.9375rem 1.875rem;
text-align: center;
text-decoration: none;
text-underline-offset: 4px;
text-decoration-thickness: 2px;
}
button:hover,
.button:hover,
.faux-button:hover,
.wp-block-button__link:hover,
:root .wp-block-file__button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
:root .woocommerce #respond input#submit:hover,
:root .woocommerce a.button:hover,
:root .woocommerce button.button:hover,
:root .woocommerce input.button:hover,
button:focus,
.button:focus,
.faux-button:focus,
.wp-block-button__link:focus,
:root .wp-block-file__button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
:root .woocommerce #respond input#submit:focus,
:root .woocommerce a.button:focus,
:root .woocommerce button.button:focus,
:root .woocommerce input.button:focus {
background: var( --photozoom-primary-text-color );
color: var( --photozoom-neutral-color-100 );
text-decoration: underline;
}
button:focus,
.button:focus,
.faux-button:focus,
.wp-block-button__link:focus,
:root .wp-block-file__button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
:root .woocommerce #respond input#submit:focus,
:root .woocommerce a.button:focus,
:root .woocommerce button.button:focus,
:root .woocommerce input.button:focus,
.entry-thumbnail:focus-within {
outline: 2px solid var( --photozoom-primary-text-color );
outline-offset: 2px;
}
p + input[type="submit"] {
margin-top: 0.75rem;
}
.wp-block-button__link:active, 
.wp-block-button__link:focus, 
.wp-block-button__link:hover, 
.wp-block-button__link:visited {
color: var( --photozoom-background-color );
} button.reset,
input.reset,
textarea.reset {
background: none;
border: none;
border-radius: 0;
box-shadow: none;
color: inherit;
font-size: inherit;
font-weight: inherit;
letter-spacing: inherit;
line-height: inherit;
padding: 0;
text-transform: none;
} .screen-reader-text {
clip: rect( .1rem, .1rem, .1rem, .1rem );
height: .1rem;
overflow: hidden;
position: absolute !important;
left: -999999rem;
width: .1rem;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: .3rem;
box-shadow: 0 0 .2rem .2rem rgba( 0, 0, 0, 0.6 );
clip: auto !important;
display: block;
font-size: 1.4rem;
font-weight: 700;
height: auto;
left: .5rem;
line-height: normal;
padding: 1.5rem 2.3rem 1.4rem 2.3rem;
text-decoration: none;
top: .5rem;
width: auto;
z-index: 100000;
} .skip-link {
position: absolute;
left: -9999rem;
top: 2.5rem;
z-index: 999999999;
}
.skip-link:focus {
left: 2.5rem;
text-decoration: none;
} .post-single .alignleft {
display: inline;
float: left;
margin: 0 2.5rem 1.75rem 0; }
.post-single .alignright {
display: inline;
float: right;
margin: 0 0 1.75rem 2.5rem; }
.post-single .aligncenter {
clear: both;
display: block;
margin: 0 auto 1.75rem; } body,
button,
input,
select,
textarea {
font-family: var( --photozoom-ff-accent );
font-size: 0.9375rem;
font-weight: 400;
line-height: 1.6; }
p {
margin: 0;
padding: 0; }
dfn,
cite,
em,
i {
font-style: italic; }
blockquote {
color: var(--photozoom-secondary-text-color);
font-size: 1.125rem;
font-style: italic;
line-height: 1.7;
margin: 0;
overflow: hidden;
padding: 0; }
blockquote cite {
display: block;
font-style: normal;
font-weight: 700;
margin-top: 0.5em; }
address {
margin: 0 0 1.5em; }
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em; }
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem; }
abbr,
acronym {
border-bottom: 1px dotted var(--photozoom-secondary-text-color);
cursor: help; }
mark,
ins {
background: #eee;
text-decoration: none; }
big {
font-size: 125%; }
blockquote {
quotes: "" ""; }
q {
quotes: "“" "”" "‘" "’"; }
blockquote:before,
blockquote:after {
content: ""; }
:focus {
outline: none; } table {
border-collapse: collapse;
margin: 0 0 1.5em;
width: 100%;
}
thead th {
border-bottom: 0;
}
th {
padding: 0.5rem;
text-align: start;
}
tr {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
td {
padding: 0.5rem;
} ::selection {
background: var( --photozoom-primary-accent-color );
color: var( --photozoom-primary-accent-complementary-color );
}
body {
background-color: var( --photozoom-background-color );
color: var( --photozoom-primary-text-color );
font-family: var( --photozoom-ff-primary );
font-size: 62.5%;
line-height: 1.5rem;
margin: 0;
min-height: 100vh;
padding: 0;
text-align: center;
word-wrap: break-word;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a {
color: var( --photozoom-link-color );
text-decoration: none;
transition: all 0.15s ease-in-out;
}
a:hover, a:focus {
color: var( --photozoom-link-color-hover );
}
a:focus {
outline: 2px solid var( --photozoom-primary-accent-color );
outline-offset: 2px;
text-decoration: underline;
} h1, h2, h3, h4, h5, h6 {
color: var( --photozoom-primary-text-color );
font-family: var( --photozoom-ff-accent );
font-weight: 700;
line-height: 1.3;
margin: 0;
}
h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: var( --photozoom-primary-text-color );
}
h1 a:hover, h1 a:focus,
h2 a:hover, h2 a:focus,
h3 a:hover, h3 a:focus,
h4 a:hover, h4 a:focus,
h5 a:hover, h5 a:focus,
h6 a:hover, h6 a:focus {
color: var( --photozoom-link-color-hover )
} #container {
font-size: 1rem;
line-height: 1.7;
padding: 0;
text-align: center;
width: 100%;
}
.site-wrapper-all {
padding: 0;
text-align: center;
}
.site-section-wrapper {
margin: 0 auto;
padding: 0 70px;
text-align: left;
width: 1100px;
}
.centered,
.title-center {
text-align: center;
} #site-masthead {
background-color: var(--photozoom-background-color);
padding: 1.875rem 0 0;
position: relative;
z-index: 3;
}
.page-header-default #site-masthead {
padding-bottom: 1.875rem;
}
.page-header-default #site-logo {
text-align: left;
}
.page-header-default .site-section-wrapper-masthead {
display: flex;
align-items: stretch;
align-content: stretch;
gap: 50px;
justify-content: space-between;
}
.page-header-default #site-logo {
align-self: center;
flex: 0 1 25%;
}
.page-header-centered .site-section-wrapper-masthead {
text-align: center;
}
.page-header-centered #site-logo {
display: block;
padding-inline-end: 0;
text-align: center;
width: 100%;
}
#site-logo .custom-logo {
height: auto;
max-width: 100%;
}
#site-logo .site-title {
font-size: 1.375rem;
font-weight: 700;
margin-bottom: 0;
text-transform: uppercase;
}
#site-logo .site-description {
font-size: 0.875rem;
font-weight: 400;
letter-spacing: 0;
margin: 10px 0 0;
}  #site-mobile-menu-toggle,
#site-mobile-menu-toggle .site-toggle-anchor {
display: inline-block;
font-family: var( --photozoom-ff-primary );
font-size: 1.125rem;
font-weight: 700;
line-height: 1;
text-align: center;
}
#site-mobile-menu-toggle {
display: none;
}
#site-mobile-menu-toggle .site-toggle-anchor {
background-color: var(--photozoom-primary-text-color);
border: solid 2px var(--photozoom-primary-text-color);
color: var(--photozoom-neutral-color-100);
padding: 0.875rem 1.125rem;
transition: all 0.5s;
}
#site-mobile-menu-toggle .site-toggle-anchor:hover,
#site-mobile-menu-toggle .site-toggle-anchor:focus {
background-color: var(--photozoom-link-color-hover);
color: var( --photozoom-neutral-color-100 );
text-decoration: none;
}
#site-mobile-menu-toggle .site-toggle-icon {
display: none;
vertical-align: top;
}
#site-mobile-menu-toggle .site-toggle-label {
display: none;
line-height: 1em;
margin-inline-start: 6px;
vertical-align: top;
}
#site-mobile-menu-toggle .site-toggle-icon.is-visible,
#site-mobile-menu-toggle .site-toggle-label.is-visible {
display: inline-block;
}
#site-mobile-menu {
background-color: var(--photozoom-primary-text-color);
display: none;
font-family: var( --photozoom-ff-primary );
margin: 1.875rem 0;
padding: 1.875rem;
text-align: start;
flex: 0 1 100%;
}
#site-mobile-menu.is-visible {
display: block;
}
#site-mobile-menu a {
color: var(--photozoom-neutral-color-100);
display: block;
padding: 0.875rem 0 0.625rem;
position: relative;
}
#site-mobile-menu a:hover,
#site-mobile-menu a:focus {
color: var( --photozoom-link-color-hover );
}
#site-mobile-menu .menu,
#site-mobile-menu .sub-menu {
list-style-type: none;
}
#site-mobile-menu .menu li {
border-top: solid 1px var( --photozoom-border-color-100 );
font-size: 1.25rem;
font-weight: 700;
line-height: 1.3;
position: relative;
}
#site-mobile-menu .sub-menu {
display: none;
}
#site-mobile-menu .sub-menu.is-visible {
display: block;
}
#site-mobile-menu .sub-menu li {
font-size: 1rem;
font-weight: 500;
padding-inline-start: 1.25rem;
text-transform: none;
}
#site-mobile-menu .menu > li:first-of-type {
border-top-width: 0;
padding-top: 0;
}
#site-mobile-menu .sub-menu-toggle {
background-color: unset;
color: var( --photozoom-neutral-color-100 );
display: inline-block;
position: absolute;
right: 0;
top: 2px;
padding: 12px;
vertical-align: middle;
z-index: 2;
}
#site-mobile-menu .sub-menu .sub-menu-toggle {
padding: 10px;
top: 3px;
}
#site-mobile-menu .sub-menu-toggle:hover,
#site-mobile-menu .sub-menu-toggle:focus {
background-color: var( --photozoom-link-color-hover );
color: var( --photozoom-neutral-color-100 );
}
#site-mobile-menu .current-menu-parent > a,
#site-mobile-menu .current-menu-item > a {
color: var( --photozoom-link-color-hover );
text-decoration: underline;
} #site-section-primary-menu {
z-index: 3;
}
.page-header-default #site-section-primary-menu {
flex: 1 1 75%;
text-align: end;
}
.page-header-centered #site-section-primary-menu {
border: 1px solid var(--photozoom-border-color-900);
border-width: 1px 0;
margin-top: 30px;
padding-block: 1.25rem;
text-align: center;
}
#site-primary-nav {
line-height: 1em;
} .sf-menu, .sf-menu * {
margin: 0;
padding: 0;
list-style: none; }
.sf-menu li {
position: relative; }
.sf-menu ul {
position: absolute;
display: none;
top: 100%;
left: 0;
z-index: 99; }
.sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
display: block; }
.sf-menu a {
display: inline-block;
position: relative; }
.sf-menu ul ul {
top: 0;
left: 100%; }
.sf-arrows .sf-with-ul:after {
content: "\f107";
font: 12px/12px 'font awesome 5 free';
font-weight: 900;
display: inline-block;
margin: 3px 0 0 6px;
-webkit-font-smoothing: antialiased;
vertical-align: top;
}
.sf-arrows ul .sf-with-ul:after {
content: "\f105";
float: right;
margin-top: 6px;
}
.sf-arrows ul li > .sf-with-ul:focus:after, 
.sf-arrows ul li:hover > .sf-with-ul:after, 
.sf-arrows ul .sfHover > .sf-with-ul:after {
border-inline-start-color: white; }
.large-nav {
position: relative;
z-index: 100; }
.large-nav > .menu-item {
display: inline-block;
font-size: 0.875rem;
font-weight: 400;
letter-spacing: 1px;
margin: 0 0.75rem;
position: relative;
text-transform: uppercase; }
.large-nav a {
color: var(--photozoom-primary-text-color);
padding: 10px 2px; }
.large-nav .menu-item-has-children > a {
position: relative; }
.large-nav ul a {
color: var(--photozoom-primary-text-color); }
.large-nav ul a {
text-align: left;
text-transform: none; }
.large-nav ul {
background: #fff;
border: 1px solid #ccc;
border-radius: 3px;
margin: 0;
padding: 0;
left: 0;
text-align: left;
width: 220px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15); }
.large-nav > li > ul:before {
content: '';
display: block;
width: 0;
height: 0;
border-inline-start: 7px solid transparent;
border-inline-end: 7px solid transparent;
border-bottom: 7px solid #ffffff;
position: absolute;
top: -7px;
left: 31px;
z-index: 470; }
.large-nav > li > ul:after {
content: '';
display: block;
width: 0;
height: 0;
border-inline-start: 8px solid transparent;
border-inline-end: 8px solid transparent;
border-bottom: 8px solid #ccc;
position: absolute;
top: -8px;
left: 30px;
z-index: 460; }
.large-nav ul .menu-item {
border-bottom: 1px solid #F0F0F0;
display: block;
font-size: 0.875rem;
font-weight: 400;
letter-spacing: 0;
margin: 0;
text-transform: none; }
.large-nav ul li:hover,
.large-nav ul li:focus {
background-color: #f8f8f8; }
.large-nav ul li:last-child {
border: none; }
.large-nav ul a {
display: block;
padding: 12px 20px; }
.large-nav ul ul {
right: 100%;
margin-top: 0px; }
.large-nav a:hover,
.large-nav a:focus,
.large-nav .current-menu-item > a,
.large-nav .current_page_item > a,
.large-nav .current-menu-parent > a {
color: var(--photozoom-link-color-hover);
}
.large-nav .current-menu-item > a {
text-decoration: underline;
} .page-intro-welcome {
padding: 3rem 0 0;
}
.page-intro-welcome .site-section-page-welcome-wrapper {
text-align: center;
}
.page-intro-welcome .widget-title {
color: var(--photozoom-neutral-color-900);
font-size: 1.5rem;
letter-spacing: 1px;
margin-bottom: 0;
}
.page-intro-welcome .textwidget {
margin-bottom: 80px;
}
#site-home-welcome .site-columns-2 {
display: flex;
align-content: stretch;
align-items: stretch;
gap: 60px;
justify-content: space-between;
list-style-type: none;
}
#site-home-welcome .site-column-1 {
flex-basis: 270px;
}
#site-home-welcome .site-column-2 {
flex-basis: 630px;
}
#site-home-welcome .widget-title {
font-size: 1.5rem; }
#site-home-welcome .page-title-span {
display: block; }
#site-main #site-home-welcome .page-title-span:after {
margin-inline-end: 0;
margin-inline-start: 0; }
.site-section-wrapper-main {
padding-top: 3rem;
padding-bottom: 5rem;
position: relative; }
#ilovewp-hero {
margin-bottom: 30px;
overflow: hidden;
position: relative; }
.site-section-hero-wrapper {
padding: 0;
position: relative; }
#ilovewp-hero .size-thumb-ilovewp-featured {
height: auto;
width: 100%; } .site-section-slideshow.loading .ilovewp-slides > li:first-child ,
.site-section-slideshow.loading .ilovewp-slides > li:first-child { 
opacity: 0 !important;
}
.site-section-slideshow.loading .ilovewp-slides > li:first-child img { 
display: none;
}
.site-section-slideshow.loading img {
visibility: hidden;
} .entry-tagline {
color: var(--photozoom-secondary-text-color);
font-size: 0.8125rem;
margin: 0 0 1.25rem; }
.single .entry-tagline,
.page .entry-tagline {
text-align: center; }
.entry-tagline a {
color: currentColor;
text-decoration: underline; }
.entry-tagline a:hover,
.entry-tagline a:focus {
color: var(--photozoom-link-color-hover); }
.site-archive-post .entry-excerpt,
.site-archive-post .entry-actions {
margin-top: 1.75rem; }
.entry-excerpt iframe {
margin: 2rem 0 0; }
.site-archive-post .entry-preview-wrapper > :first-child {
margin-top: 0; }
.entry-title {
font-size: 1.5rem;
letter-spacing: -0.5px;
line-height: 1.5em;
margin: 0 0 1.5rem; }
.site-archive-post .entry-title:last-child {
margin-bottom: 0; }
.site-columns-widget .site-archive-post .entry-title {
font-size: 1.5rem; }
.site-archive-post .entry-tagline {
margin: 1.25rem 0 0; }
.site-archive-post .entry-tagline .post-meta-span-time,
.single .entry-tagline .post-meta-span-time {
display: inline-block; }
.site-archive-post .entry-tagline .post-meta-span + .post-meta-span:before,
.single .entry-tagline .post-meta-span + .post-meta-span:before {
color: var(--photozoom-secondary-text-color);
content: '/';
display: inline-block;
font-size: 12px;
margin: 0 0.5rem; }
.site-archive-post .entry-preview {
font-size: 0.9375rem;
line-height: 1.9em; }
#site-homepage-widgets .widget-title,
#site-main .archives-title,
#site-main #reply-title,
#ilovewp-comments .comments-title {
display: block;
font-family: var(--photozoom-ff-accent);
font-size: 1.5rem;
font-weight: 700;
letter-spacing: 1.5px;
line-height: 1.25em;
margin: 0 0 3rem;
padding: 0;
text-align: center;
text-transform: uppercase; }
#site-main .archives-title {
margin-inline: auto;
margin-bottom: 0;
}
.site-archive-post .entry-actions a {
text-decoration: underline; }
#site-homepage-widgets .widget-title {
border-bottom: 1px solid var(--photozoom-border-color-900);
margin-bottom: 2rem;
padding-bottom: 0.5rem;
}
.widget-pretitle {
color: var(--photozoom-secondary-text-color);
display: block;
font-size: 0.9375rem;
letter-spacing: 1px;
margin: 0 0 1rem;
} .site-archive-posts {
display: grid;
list-style-type: none;
gap: 60px 30px;
}
.site-archive-posts-2 {
grid-template-columns: repeat(3, 1fr);
}
.site-archive-posts-3 {
grid-template-columns: repeat(3, 1fr);
}
.site-archive-posts-4 {
grid-template-columns: repeat(4, 1fr);
}
.site-archive-posts-3 .site-archive-post {
flex: 1;
}
.site-archive-posts .entry-thumbnail {
margin-bottom: 30px;
}
.site-archive-posts .entry-preview {
text-align: center;
}
.site-archive-posts .entry-title {
font-size: 1rem;
font-weight: normal;
line-height: 1.5;
margin: 0;
text-transform: uppercase;
} #home-featured-pages,
#site-home-welcome .site-columns {
border-bottom: solid 3px var(--photozoom-secondary-text-color);
padding-bottom: 80px;
}
#site-home-welcome .site-columns {
padding-top: 80px;
}
.ilovewp-featured-pages-list {
display: flex;
align-content: stretch;
align-items: stretch;
gap: 30px;
justify-content: space-between;
list-style-type: none;
}
.ilovewp-featured-pages-list .ilovewp-featured-page-item {
flex: 1;
}
.ilovewp-featured-page-item .entry-title {
font-family: var(--photozoom-ff-accent);
font-size: 1rem;
font-weight: 400;
letter-spacing: -0.5px;
line-height: 1em;
text-align: center;
text-transform: uppercase;
right: 0;
bottom: 30px;
left: 0;
position: absolute;
z-index: 4;
}
.ilovewp-featured-page-item .entry-title a {
background-color: var(--photozoom-background-color);
color: var(--photozoom-primary-text-color);
display: inline-block;
padding: 13px 20px 10px;
}
.ilovewp-featured-page-item:hover .entry-title a,
.ilovewp-featured-page-item:focus-within .entry-title a {
background-color: var(--photozoom-primary-text-color);
color: var(--photozoom-background-color);
}
.ilovewp-featured-page-item .entry-thumbnail:after {
pointer-events: none;
content: '';
position: absolute;
top: 10px;
right: 0;
bottom: 0;
left: 10px;
width: calc(100% - 20px);
height: calc(100% - 20px);
z-index: 2;
border: 2px solid white;
transition: all 0.15s ease-in-out;
} .page-title {
font-family: var(--photozoom-ff-accent);
font-size: 2rem;
font-weight: 700;
letter-spacing: 1px;
line-height: 1.4em;
margin: 0 auto;
max-width: 800px;
padding: 0;
position: relative;
text-align: center;
text-transform: uppercase;
}
.page-title-span {
display: inline-block;
position: relative;
}
#site-main .page-title-span:after {
background-color: var(--photozoom-secondary-text-color);
content: '';
display: block;
height: 3px;
margin: 30px auto 40px;
width: 60px;
}
.page-title:last-child {
margin-bottom: 0; }
.page-meta {
font-size: 0.875em; }
.page-meta-hr {
background-color: var(--photozoom-border-color-900);
border: 0;
height: 1px;
margin: 3rem 0; }
.entry-inner-thumbnail {
margin-bottom: 1.875rem; }
.entry-content,
.archives-content {
font-size: 0.9375rem;
font-weight: 400;
line-height: 1.8em;
margin: 0 auto;
max-width: 660px;
text-align: left; }
.archives-content {
margin-bottom: 3rem; }
.entry-content li + li {
margin-top: 0.25rem; }
.entry-content h1 {
font-size: 2em;
text-transform: uppercase; }
.entry-content h2 {
font-size: 1.5em;
text-transform: uppercase; }
.entry-content h3 {
font-size: 1.375em;
text-transform: uppercase; }
.entry-content h4 {
font-size: 1.25em; }
.entry-content h5 {
font-size: 1em; }
.entry-content h6 {
font-size: 1em; }
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
font-weight: 700;
margin: 1.5em 0;
line-height: 1.4em; }
.entry-content p,
.textwidget p {
margin-top: 0;
margin-bottom: 2rem; }
.entry-content p:last-child,
.textwidget p:last-child {
margin-bottom: 0; }
.entry-content img {
margin-bottom: 1.5rem; }
.entry-content img.alignnone,
.entry-content img.aligncenter,
.entry-content img.alignleft,
.entry-content img.alignright,
.entry-content img.size-full {
max-width: 100%;
width: auto;
height: auto; }
.entry-content img.callout {
height: auto;
margin: 2em -150px 0;
max-width: 960px; }
.entry-content .wp-block-image img,
.entry-content .wp-block-media-text__media img, 
.entry-content .wp-block-media-text__media video {
height: auto;
}
.entry-content iframe {
max-width: 100%;
}
.entry-content blockquote {
border: 1px solid var(--photozoom-border-color-900);
font-size: 1em;
font-style: normal;
font-weight: normal;
margin: 3rem 0;
padding: 3rem;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
}
.entry-content a,
.textwidget a {
text-decoration: underline;
}
.entry-content a:hover,
.entry-content a:focus {
cursor: pointer;
}
.entry-content table,
.widget table {
box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
margin: 3rem 0;
}
.widget table:first-child {
margin-top: 0;
}
.entry-content table caption,
.widget table caption {
font-weight: bold;
margin: 0 0 1rem;
padding: 0.5rem 20px;
text-align: center;
}
.entry-content table tbody,
.widget table tbody {
border: 1px solid #dadada;
border-width: 1px; }
.widget table tfoot td:first-of-type {
border-inline-start: 1px solid #dadada; }
.entry-content table:last-child,
.widget table:last-child {
margin-bottom: 0; }
.entry-content table th,
.entry-content table td,
.widget table th,
.widget table td {
border-inline-end: 1px solid var(--photozoom-border-color-900);
font-size: 0.875rem;
line-height: 1.75em; }
.entry-content table th,
.widget table th {
border-inline-end-color: var(--photozoom-border-color-100);
}
.entry-content table th:last-child,
.widget table th:last-child {
border-inline-end-width: 0;
}
.entry-content thead th,
.widget thead th {
background-color: var(--photozoom-primary-text-color);
color: var(--photozoom-neutral-color-100);
}
.entry-content table thead tr,
.widget table thead tr {
border-bottom-width: 0;
}
.entry-content table tr,
.widget table tr {
border-bottom: 1px solid var(--photozoom-border-color-900);
transition: all 0.2s ease-in-out;
}
.entry-content tr:nth-child(odd),
.widget tr:nth-child(odd) {
background-color: white;
}
.entry-content tr:nth-child(even),
.widget tr:nth-child(even) {
background-color: #eee;
}
.entry-content tr:nth-child(even) td,
.widget tr:nth-child(even) td {
border-inline-end-color: var(--photozoom-border-color-900);
} #site-main hr {
background-color: var(--photozoom-border-color-900);
border: 0;
height: 1px;
margin: 3rem 0; } .gallery-item {
display: inline-block;
margin: 0;
padding: 3px;
vertical-align: top; }
.gallery-columns-2 .gallery-item {
width: 50%; }
.gallery-columns-3 .gallery-item {
width: 33.333333%; }
.gallery-columns-4 .gallery-item {
width: 25%; }
.gallery-columns-5 .gallery-item {
width: 20%; }
.gallery-columns-6 .gallery-item {
width: 16.666666%; }
.gallery-columns-7 .gallery-item {
width: 14.28571428%; }
.gallery-columns-8 .gallery-item {
width: 12.5%; }
.gallery-item .gallery-caption {
margin-inline-start: 0; }
.gallery-item img {
height: auto;
max-width: 100%;
width: 100%; }
.gallery-item .post-content {
text-align: center; } .post-meta {
border: 1px solid var(--photozoom-border-color-900);
border-width: 1px 0 0;
font-size: 13px;
line-height: 1.5em;
margin: 3rem 0;
padding: 3em 0 0;
text-align: center;
}
.post-meta a {
margin: 0;
position: relative;
z-index: 5;
text-decoration: none;
text-transform: capitalize;
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
} .entry-content ul,
.entry-content ol {
margin: 1.25em 0 1.25em 1.25em;
padding: 0;
}
.entry-content ul {
list-style-type: disc;
}
.entry-content ol {
list-style-type: decimal;
}
.entry-content li {
display: list-item;
list-style-type: circle;
}
.entry-content li > ul,
.entry-content li > ol {
margin: 1.5rem 0 1.5rem 2rem;
}
.entry-content dt {
font-weight: 700;
}
.entry-content dd {
margin: 0 1.5em 1.5em;
}
.entry-content ul:last-child {
margin-bottom: 0;
} #ilovewp-comments .comment-reply-title {
font-size: 24px;
font-weight: 500;
margin: 0 0 0.75em; }
.comments-area {
margin: 3em 0 0;
text-align: left; }
.comments-area .comments-title {
margin: 0 0 2em; }
.page .comments-area {
margin-inline-start: 0; }
.comment-list {
margin: 1.75em 0; }
.comment-list,
.comment-list .children {
list-style-type: none;
padding: 0; }
.comment,
.pingback,
.trackback {
padding: 1.75em 0; }
.depth-1 {
border-bottom: 1px solid #ece8e0; }
.depth-1:first-child {
margin-top: 0;
padding-top: 0; }
.children {
margin-top: 24px; }
.children .comment {
border-inline-start: 5px solid #e7e7e7;
padding-inline-start: 24px; }
.comment-author .avatar {
border-radius: 50%;
float: left;
margin-inline-end: 20px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%; }
.comment-meta {
margin-bottom: 0; }
.comment-meta .fn {
display: inline-block;
font-size: 16px;
font-style: normal;
font-weight: 500;
margin-inline-end: 15px; }
.says {
display: none; }
.comment-metadata {
display: inline-block;
font-size: 0.875rem;
}
.comment-metadata a {
color: currentColor;
}
.comment-metadata a:hover {
color: var(--photozoom-link-color-hover);
}
.comment-content a {
word-wrap: break-word; }
.comment-tools {
display: inline-block;
float: right; }
.comment-tools a {
font-size: 13px;
font-weight: normal; }
.comment-reply-link {
margin-inline-start: 10px; }
.comment-respond {
padding: 0 20px 20px 0; }
.comment-list .comment-respond {
padding-top: 30px; }
.comment-content {
color: var(--photozoom-secondary-text-color);
font-size: 0.9375rem;
line-height: 1.6;
overflow: hidden; }
.comment-content p {
margin: 1em 0 0; }
.comment-form label {
display: block;
font-size: 0.9375rem;
font-weight: 400;
margin: 1em 0;
text-transform: uppercase; }
.comment-form label .required {
color: #e95445;
font-weight: 700; }
.form-allowed-tags {
font-size: 13px; }
.no-comments {
text-align: center; }
.bypostauthor {
display: block; } #site-footer {
background-color: var(--photozoom-footer-background-color);
border-top: dotted 2px var(--photozoom-border-color-900);
border-bottom: dotted 2px var(--photozoom-border-color-900);
color: var(--photozoom-primary-text-color);
font-size: 0.8125rem;
line-height: 1.7;
margin: 0;
padding: 3.75rem 0;
position: relative;
}
#site-footer a {
color: currentColor;
text-decoration: underline;
}
#site-footer .current-menu-item a,
#site-footer a:hover,
#site-footer a:focus {
color: var(--photozoom-link-color-hover);
text-decoration: underline;
}
#site-footer .widget-title {
color: var(--photozoom-neutral-color-900);
margin-bottom: 1.875rem;
}
#site-footer ul {
list-style-type: none;
}
#site-footer .site-columns {
display: flex;
align-content: stretch;
align-items: stretch;
gap: 30px;
justify-content: space-between;
list-style-type: none;
}
#site-footer .site-columns > .site-column {
flex: 1;
}
#site-footer .menu .menu-item:not(:first-child) {
margin-top: 4px;
}
#site-footer-credit {
background-color: var(--photozoom-background-color);
color: var(--photozoom-secondary-text-color);
font-size: 0.75rem;
font-weight: 400;
line-height: 2em;
padding: 40px 0;
}
#site-footer-credit .site-section-wrapper {
text-align: center;
}
#site-footer-credit a {
color: inherit;
text-decoration: underline;
}
#site-footer-credit a:hover,
#site-footer-credit a:focus {
color: var(--photozoom-link-color-hover);
}
#site-footer-credit .site-credit {
margin: 0;
}
#site-footer-credit .footer-ilovewp-logo {
margin-inline-start: 4px;
}
#site-footer-credit .widget-title {
display: none;
}
#site-footer .textwidget p + p {
margin-top: 1.25em;
}
#site-footer .textwidget a {
text-decoration: underline;
}
#site-prefooter {
padding: 30px;
}  .entry-thumbnail,
.post-thumbnail {
position: relative; }
.entry-thumbnail .thumbnail,
.entry-thumbnail .wp-post-image,
.wp-caption img,
.post-thumbnail .thumbnail {
height: auto;
max-width: 100%;
width: 100%;
-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; } .widget {
margin-bottom: 40px; }
.ilovewp-widget-tagline {
margin-bottom: 0; }
.widget:last-of-type {
margin-bottom: 0; }
.widget-title {
font-size: 0.875rem;
font-weight: 700;
letter-spacing: 0.5px;
margin: 0 0 1.25rem;
position: relative;
text-transform: uppercase; } .widget_recent_entries {
list-style-type: none;
}
.widget_recent_entries li {
line-height: 1.6;
}
.widget_recent_entries li:not(:last-of-type) {
border-bottom: 1px solid #eee;
border-bottom-color: rgba(0, 0, 0, 0.1);
margin: 0 0 15px;
padding-bottom: 15px;
}
.widget_recent_entries a {
line-height: 1.6;
}
.widget_recent_entries .post-date {
color: var(--photozoom-secondary-text-color);
display: block;
font-size: 0.75rem;
margin: 1em 0 0;
} #site-footer .widget_calendar a {
color: var(--photozoom-link-color-hover);
text-decoration: underline;
}
#wpstats {
display: none;
} .site-breadcrumbs, .site-breadcrumbs .trail-browse {
color: var(--photozoom-secondary-text-color);
font-size: 0.875rem; }
.site-breadcrumbs {
display: block;
line-height: 1.6em;
margin: 0 0 3rem; }
.site-breadcrumbs .site-breadcrumbs-p > * {
display: inline-block;
margin: 0 0.5rem 0 0;
padding: 0;
line-height: 1.6em; }
.site-breadcrumbs .site-breadcrumbs-p > *:last-child {
margin-inline-end: 0; }
.site-breadcrumbs .fa {
display: inline-block;
margin-top: -3px;
margin-inline-start: 4px;
margin-inline-end: 6px; }
.site-breadcrumbs .trail-item:last-of-type .fa {
display: none; }
.site-breadcrumbs .trail-begin {
margin-top: -2px; }
.site-breadcrumbs .trail-begin .nicon-angle-right {
margin-top: 1px; }
.site-breadcrumbs .trail-items {
list-style: none; }
.site-breadcrumbs .trail-items li {
display: inline-block; }
.site-breadcrumbs .trail-items li:last-child {
margin-inline-end: 0; }
.site-breadcrumbs .trail-items li:last-child .nicon-angle-right {
display: none; }
.site-breadcrumbs a {
font-weight: 400;
text-decoration: underline;
} .entry-content .wp-caption {
font-size: 0.875rem;
line-height: 1.75em;
margin-top: 0;
margin-bottom: 2.5rem;
max-width: 100%;
width: auto; }
.entry-content .wp-caption img {
margin-bottom: 0; }
.entry-content .wp-caption .wp-caption-text {
background-color: var(--photozoom-border-color-900);
margin-top: 0;
padding: 1.25rem; } .pagination {
border-top: dotted 2px var(--photozoom-border-color-900);
font-size: 0.875rem;
font-weight: 700;
margin: 2.5rem 0 0;
padding-top: 2.5rem;
text-align: center;
}
.pagination .page-numbers {
border: 1px solid #e5e8eb;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
display: inline-block;
line-height: 1em;
margin: 0 3px;
padding: 0.75rem;
}
.pagination a {
color: var(--photozoom-link-color-hover); }
.pagination .current,
.pagination a:hover,
.pagination a:focus {
background-color: var(--photozoom-link-color-hover);
border-color: var(--photozoom-link-color-hover);
color: var(--photozoom-neutral-color-100);
}   .flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
outline: none; }
.ilovewp-slides,
.flex-control-nav,
.flex-direction-nav {
margin: 0;
padding: 0;
list-style: none; } .flexslider {
margin: 0;
padding: 0; }
.flexslider .ilovewp-slides > li {
display: none;
-webkit-backface-visibility: hidden; } .flexslider .ilovewp-slides img {
display: block;
height: auto;
width: 100%; } .ilovewp-slides:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0; }
html[xmlns] .ilovewp-slides {
display: block; }
html .ilovewp-slides {
height: 1%; }  .no-js .ilovewp-slides > li:first-child {
display: block; } .flexslider {
position: relative;
zoom: 1; }
.flex-viewport {
height: 100%;
max-height: 2000px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
transition: all 1s ease; }
.loading .flex-viewport {
max-height: 300px; }
.flexslider .ilovewp-slides {
zoom: 1; }
.carousel li {
margin-inline-end: 5px; } .flex-direction-nav {
*height: 0; }
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
display: block;
padding: 0;
z-index: 10;
height: 60px;
width: 60px;
position: absolute;
top: 45%;
left: 20px; }
.flex-direction-nav .flex-next {
background-position: 0 -60px;
left: auto;
right: 20px; }
.flex-direction-nav a {
background: transparent url(//renatacerna.cz/wp-content/themes/photozoom/images/sprite-arrows.png) no-repeat top left;
display: inline-block;
height: 60px;
width: 60px;
padding: 0;
text-indent: -9999px;
zoom: 1;
filter: alpha(opacity=50);
opacity: 0.5;
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
transition-duration: 0.2s; }
.flex-direction-nav .flex-prev {
background-position: 0 0;
right: 110px; }
.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-prev:active,
.flex-direction-nav .flex-prev:focus,
.flex-direction-nav .flex-next:hover,
.flex-direction-nav .flex-next:active,
.flex-direction-nav .flex-next:focus {
filter: alpha(opacity=100);
opacity: 1; } :root .theme-color-dark {
--photozoom-background-color: #121212;
--photozoom-footer-background-color: #222222;
--photozoom-primary-text-color: #dddddd;
--photozoom-secondary-text-color: #aaaaaa;
--photozoom-footer-text-color: #aaaaaa;
--photozoom-link-color: #f4ca26;
--photozoom-link-color-hover: #ff6633;
--photozoom-primary-accent-color: #f4ca26;
--photozoom-primary-accent-complementary-color: #121212;
--photozoom-neutral-color-100: #080808;
--photozoom-neutral-color-900: #ffffff;
--photozoom-border-color-100: rgba(0,0,0,0.1);
--photozoom-border-color-900: rgba(255,255,255,0.1);
}
.theme-color-dark #site-footer .widget-title {
color: var(--photozoom-neutral-color-900);
}
.theme-color-dark .pagination a {
border-color: var(--photozoom-border-color-900);
color: var(--photozoom-neutral-color-900);
}
.theme-color-dark .pagination .current, 
.theme-color-dark .pagination a:hover, 
.theme-color-dark .pagination a:focus {
background-color: var(--photozoom-neutral-color-900);
border-color: var(--photozoom-neutral-color-900);
color: var(--photozoom-neutral-color-100);
} @media screen and (max-width: 1100px) {
.site-section-wrapper {
padding-inline: 40px;
width: 100%;
}
}
@media screen and (max-width: 960px) {
.site-section-wrapper {
padding-inline: 30px;
}
.entry-title {
font-size: 1.25rem;
}
#site-homepage-widgets .widget-title,
#site-main .archives-title,
#site-main #reply-title,
#ilovewp-comments .comments-title {
font-size: 1.5rem;
}
.entry-content img.callout {
margin-inline-start: auto;
margin-inline-end: auto;
max-width: 100%;
}
}
@media screen and (max-width: 768px) {
.site-section-wrapper {
padding-inline: 25px;
}
.page-header-default .site-section-wrapper-masthead {
flex-direction: column;
gap: 40px;
}
.page-header-default #site-section-primary-menu {
text-align: center;
}
#site-home-welcome .site-columns {
flex-direction: column;
}
.site-archive-posts-3 {
grid-template-columns: repeat(2, 1fr);
}
#site-home-welcome .site-columns > .site-column {
flex: 1;
}
.page-title {
font-size: 1.75rem;
letter-spacing: 0.5px;
max-width: 100%;
}
.widget-pretitle,
.page-intro-welcome .widget-title {
letter-spacing: 0.5px;
}
#site-footer .site-columns {
flex-direction: column;
}
#site-footer .site-columns .site-column-wrapper {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 30px;
}
#site-footer .widget {
margin-bottom: 0;
}
.entry-content blockquote {
padding: 2em;
} #site-mobile-menu-toggle {
display: inline-block;
}
#site-primary-nav {
display: none !important;
}
#site-mobile-menu + #site-header-search {
margin-top: 1.25rem;
} .theme-credit {
display: none;
}
}
@media screen and (max-width: 640px) {
.site-section-wrapper {
padding-inline: 20px;
}
.site-section-wrapper-main {
padding-bottom: 3rem;
}
.page-intro-welcome {
padding-block: 1.875rem;
}
.page-intro-welcome .textwidget {
margin-bottom: 40px;
}
.ilovewp-featured-pages-list {
flex-direction: column;
}
}
@media screen and (max-width: 460px) {
#site-home-welcome {
font-size: 0.9375rem;
}
.widget-pretitle, 
.page-intro-welcome .widget-title {
letter-spacing: 0;
}
#site-homepage-widgets .widget-title,
#site-main .archives-title,
#site-main #reply-title,
#ilovewp-comments .comments-title,
.page-title {
font-size: 1.5rem;
letter-spacing: 0;
}
.entry-content, 
.archives-content {
font-size: 1rem;
}
.site-archive-posts-3 {
grid-template-columns: repeat(1, 1fr);
gap: 40px;
}
#site-footer .site-columns .site-column-wrapper {
display: grid;
grid-template-columns: repeat(1, 1fr);
gap: 30px;
}
}@font-face{font-family:'FontAwesome';src:url(//renatacerna.cz/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//renatacerna.cz/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//renatacerna.cz/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//renatacerna.cz/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//renatacerna.cz/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//renatacerna.cz/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}