@charset "UTF-8";

  :root {
--hybridmag-color-primary: #65bc7b;
--hybridmag-color-tertiary: #272c30;
--hybridmag-color-main-menu: #272c30;
--hybridmag-color-text-main: #404040;
--hybridmag-color-text-light: #7D7D7D;
--hybridmag-color-text-headings: #222222;
--hybridmag-color-link: #0a0808;
--hybridmag-color-link-hover: var(--hybridmag-color-primary);
--hybridmag-color-link-visited: #5d7ddb;
--hybridmag-color-button-background: var(--hybridmag-color-primary);
--hybridmag-color-button-text: #ffffff;
--hybridmag-color-button-hover-text: #ffffff;
--hybridmag-color-button-hover-background: #222222;
--hybridmag-color-button-focus-background: #111111;
--hybridmag-color-border: #E0E0E0;
--hybridmag-color-input-border: #ccc;
--hybridmag-color-text-input-focus: var(--hybridmag-color-text-main);
--hybridmag-color-input: var(--hybridmag-color-text-main);
--hybridmag-color-input-background: inherit;
--hybridmag-color-background-pre: #eeeeee;
--hybridmag-color-bg-cl-sep-content: #ffffff;
}
:root {
--hybridmag-font-size-base: 16px;
--hybridmag-font-size-xxxs: 0.75rem;
--hybridmag-font-size-xxs: 0.813rem;
--hybridmag-font-size-xs: 0.875rem;
--hybridmag-font-size-sm: 0.938rem;
--hybridmag-font-size-md: 1.063rem;
--hybridmag-font-size-amd: 1.125rem;
--hybridmag-font-size-lg: 1.313rem;
--hybridmag-font-size-xl: 1.5rem;
--hybridmag-font-size-xxl: 1.625rem;
--hybridmag-font-size-xxxl: 2rem;
--hybridmag-font-size-xxxxl: 2.25rem;
--hybridmag-line-height-body: 1.5;
--hybridmag-line-height-article: 1.7;
--hybridmag-line-height-headings: 1.3;
--hybridmag-line-height-pre: 1.6;
--hybridmag-font-weight-headings: 600;
}
:root {
--hybridmag-global-spacing: 35px;
--hybridmag-sidebar-spacing: 35px;
--hybridmag-post-cols-gap: 35px;
--hybridmag-post-row-gap: 35px;
--hybridmag-global-inner-spacing: 20px;
--hybridmag-footer-cols-gap: 40px;
--hybridmag-global-box-shadow: 0 0 15px 0 rgba( 0, 0, 0, 0.06);
--hybridmag-global-border-radius: 6px;
--hybridmag-sticky-element-height: 80px;
}
@media (min-width: 480px) {
:root {
--hybridmag-global-inner-spacing: 30px;
}
}
.hm-cl-one {
--hybridmag-global-spacing: 50px;
--hybridmag-sidebar-spacing: 50px;
--hybridmag-post-cols-gap: 50px;
--hybridmag-post-row-gap: 50px;
}     html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  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;
-webkit-text-decoration: underline dotted;
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;
}  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;
}
blockquote, body, dd, dl, dt, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, html, iframe, legend, li, ol, p, pre, textarea, ul {
margin: 0;
padding: 0;
border: 0;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  html {
font-size: var(--hybridmag-font-size-base);
}
body,
button,
input,
select,
optgroup,
textarea {
color: var(--hybridmag-color-text-main);
font-family: "Figtree", Helvetica, Arial, sans-serif;
font-size: 1rem;
line-height: var(--hybridmag-line-height-body);
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
color: var(--hybridmag-color-text-headings);
font-family: "Figtree", Helvetica, Arial, sans-serif;
line-height: var(--hybridmag-line-height-headings);
font-weight: var(--hybridmag-font-weight-headings);
margin: 20px 0;
}
h1 {
font-size: var(--hybridmag-font-size-xxxl);
}
h2 {
font-size: var(--hybridmag-font-size-xl);
}
h3 {
font-size: var(--hybridmag-font-size-lg);
}
h4 {
font-size: var(--hybridmag-font-size-md);
}
h5 {
font-size: var(--hybridmag-font-size-base);
}
h6 {
font-size: var(--hybridmag-font-size-sm);
}
.site-title {
font-family: "Figtree", Helvetica, Arial, sans-serif;
font-size: var(--hybridmag-font-size-xxl);
font-weight: bold;
line-height: 1.2;
margin: 0;
}
@media screen and (min-width: 768px) {
.site-title {
font-size: var(--hybridmag-font-size-xxxl);
}
}
.site-title a,
.site-title a:hover,
.site-title a:active,
.site-title a:focus,
.site-title a:visited {
color: #000000;
}
.site-description {
color: var(--hybridmag-color-text-headings);
margin: 0;
font-weight: 700;
font-size: var(--hybridmag-font-size-xs);
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
border-left: 4px solid var(--hybridmag-color-primary);
box-shadow: inset 0 0 0 0 #ddd;
margin: 0;
padding-left: 1em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: var(--hybridmag-color-background-pre);
font-family: "Courier 10 Pitch", courier, monospace;
line-height: var(--hybridmag-line-height-pre);
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;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background-color: #f5f5f5;
}
body.hm-cl-one {
background-color: #ffffff;
}
body.hybridmag-boxed {
background-color: #dddddd;
}
body.hybridmag-boxed #page {
margin: 0 auto;
width: 1280px;
max-width: 100%;
background-color: #f5f5f5;
}
body.hybridmag-boxed.hm-cl-one #page {
background-color: #ffffff;
}
.hm-container {
width: 1200px;
max-width: 95%;
margin-left: auto;
margin-right: auto;
}
body.hybridmag-boxed .hm-container {
width: auto;
max-width: 93.75%;
}
.site-content {
padding: 30px 0;
}
@media only screen and (min-width: 600px) {
.site-content {
padding: 35px 0;
}
}
@media only screen and (min-width: 600px) {
.hm-cl-one .site-content {
padding: 40px 0;
}
}
@media only screen and (min-width: 768px) {
.content-area {
display: flex;
flex-wrap: wrap;
}
#primary {
width: 67.083333333%;
}
#secondary {
width: 32.916666667%;
padding-left: var(--hybridmag-sidebar-spacing);
}
.hm-left-sidebar #secondary {
order: -10;
padding-left: 0;
padding-right: var(--hybridmag-sidebar-spacing);
}
.hm-left-sidebar .hm-featured-top {
order: -20;
}
.hm-center-content #primary {
margin: 0 auto;
}
}
.hm-no-sidebar #primary {
width: 100%;
}
.page-template-template-fullwidth #primary {
width: 100%;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em;
padding-left: 2rem;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
padding-left: 2rem;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 0 0 1em;
}
table {
border-collapse: collapse;
margin: 0 0 1.5em;
width: 100%;
}
table, th, td {
border: 1px solid var(--hybridmag-color-border);
}
th {
background: #f8f8f8;
padding: 8px 15px;
text-align: left;
}
.site-footer table, .site-footer th, .site-footer td {
border: 1px solid #0f1329;
}
.site-footer th {
background: var(--hybridmag-color-tertiary);
}
td {
padding: 5px 15px;
} a {
color: var(--hybridmag-color-link);
text-decoration: none;
}
a:hover, a:focus, a:active {
color: var(--hybridmag-color-link-hover);
}
a:focus {
outline: thin dotted;
}
a:hover, a:active {
outline: 0;
} button,
input[type=button],
input[type=reset],
input[type=submit],
.hm-readmore-btn {
border: none;
border-radius: 3px;
background: var(--hybridmag-color-button-background);
color: var(--hybridmag-color-button-text);
cursor: pointer;
line-height: 1;
padding: 0.8rem 1rem;
font-family: "Figtree", Helvetica, Arial, sans-serif;
font-weight: bold;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.hm-readmore-btn:hover {
color: var(--hybridmag-color-button-hover-text);
background: var(--hybridmag-color-button-hover-background);
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus,
.hm-readmore-btn:active,
.hm-readmore-btn:focus {
background: var(--hybridmag-color-button-focus-background);
}
svg.hm-svg-icon {
fill: currentColor;
}
.hm-readmore-btn {
font-size: var(--hybridmag-font-size-xs);
display: inline-block;
padding: 0.7rem 0.9rem;
text-decoration: none !important;
}
a.hm-readmore-btn {
text-decoration: none;
color: var(--hybridmag-color-button-text) !important;
}
a.hm-readmore-btn:hover {
color: var(--hybridmag-color-button-hover-text) !important;
}
a.hm-readmore-btn:visited {
color: var(--hybridmag-color-button-text) !important;
}
.hm-cta-btn {
border-radius: 5px;
background: var(--hybridmag-color-button-background);
color: var(--hybridmag-color-button-text);
line-height: 1;
padding: 10px 20px;
font-family: "Figtree", Helvetica, Arial, sans-serif;
font-weight: bold;
margin: 0 8px;
}
.hm-cta-btn:active, .hm-cta-btn:focus {
color: var(--hybridmag-color-button-hover-text);
background: var(--hybridmag-color-button-hover-background);
}
.hm-cta-btn:hover {
color: var(--hybridmag-color-button-hover-text);
background: var(--hybridmag-color-button-hover-background);
}
@media (max-width: 600px) {
.hm-cta-btn {
padding: 8px 10px;
font-size: var(--hybridmag-font-size-xs);
}
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
color: var(--hybridmag-color-input);
background-color: var(--hybridmag-color-input-background);
border: 1px solid var(--hybridmag-color-input-border);
border-radius: 0;
padding: 8px;
}
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 {
color: var(--hybridmag-color-text-input-focus);
}
select {
border: 1px solid var(--hybridmag-color-input-border);
}
textarea {
width: 100%;
}  .hm-h-lg .hm-header-inner {
padding-top: 10px;
padding-bottom: 10px;
}
@media only screen and (min-width: 959px) {
.hm-h-lg .hm-header-inner {
padding-top: 50px;
padding-bottom: 50px;
}
.hm-h-lg .hm-header-inner .hm-search-container {
display: none;
}
}
@media screen and (max-width: 600px) {
.hm-h-lg .hm-header-inner {
position: relative;
}
}
.hm-h-lg .hm-header-inner .hm-social-menu li a {
height: 50px;
}
@media (max-width: 959px) {
.hm-h-lg .hm-header-inner .hm-search-toggle {
height: 40px;
}
}
.hm-h-lg.hm-wide-pmenu-inner .hm-menu-wrapper.hm-container {
width: 100%;
}
.hm-h-lg .hm-search-toggle,
.hm-h-lg .hm-slideout-toggle:hover {
color: #222222;
}
.hm-h-lg .hm-slideout-toggle,
.hm-h-lg .hm-slideout-toggle:hover {
color: #222222;
}
.hm-h-lg .hm-search-toggle {
height: 62px;
}
.hm-h-lg .hm-main-menu .hm-social-menu li a {
height: 62px;
}
.hm-wide-topbar .top-bar-inner.hm-container {
width: 100%;
}
@media screen and (min-width: 600px) {
.hm-wide-topbar .top-bar-inner.hm-container {
max-width: 100%;
padding-left: 20px;
padding-right: 20px;
}
}
.hm-wide-header .hm-header-inner.hm-container {
width: 100%;
}
@media screen and (min-width: 600px) {
.hm-wide-header .hm-header-inner.hm-container {
max-width: 100%;
padding-left: 20px;
padding-right: 20px;
}
}
.site-branding-container {
margin-right: auto;
display: flex;
align-items: center;
}
.site-branding-container .site-logo {
margin-right: 1em;
}
.site-title,
.site-description {
margin-right: 20px;
}
.site-logo img {
vertical-align: middle;
}
.hm-search-toggle {
background-color: transparent;
border: none;
color: #222222;
padding: 0 8px;
display: flex;
align-items: center;
line-height: 1;
}
.hm-search-toggle .hm-svg-icon {
font-size: 1.125rem;
width: 1em;
}
.hm-search-toggle:focus, .hm-search-toggle:active, .hm-search-toggle:hover {
background-color: transparent;
color: #222222;
}
.hm-top-bar {
background-color: #F7F6F1;
}
.hm-top-bar .hm-social-menu a:hover {
color: var(--hybridmag-color-link-hover);
}
.hm-top-bar .hm-social-menu li a {
height: 35px;
}
.hm-top-bar .secondary-menu {
margin-right: auto;
}
.hm-top-bar a {
color: #222222;
}
.hm-top-bar a:hover {
color: var(--hybridmag-color-text-main);
}
.hm-top-bar .hm-slideout-toggle {
font-size: var(--hybridmag-font-size-amd);
margin-right: 0.8em;
color: #222222;
}
.top-bar-inner {
display: flex;
align-items: center;
}
.hm-header-inner {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
row-gap: 15px;
}
.hm-h-lg.logo-aligned-center .hm-header-inner {
justify-content: center;
flex-wrap: wrap;
}
.hm-h-lg.logo-aligned-center .hm-header-sidebar {
order: 20;
margin-top: 30px;
flex-basis: 100%;
}
.hm-h-lg.logo-aligned-center .hm-header-sidebar-inner {
margin: 0 auto;
display: table;
}
.hm-h-lg.logo-aligned-center .hm-mobile-menu-toggle {
margin-right: 0;
margin-left: 0;
padding: 10px;
}
@media (min-width: 768px) {
.hm-h-lg.logo-aligned-center .site-branding-container {
margin: 0 auto;
flex-direction: column;
}
.hm-h-lg.logo-aligned-center .hm-header-inner-left,
.hm-h-lg.logo-aligned-center .site-branding-container,
.hm-h-lg.logo-aligned-center .hm-header-inner-right {
flex: 1;
width: auto;
}
.hm-h-lg.logo-aligned-center .site-title,
.hm-h-lg.logo-aligned-center .site-description {
margin-right: 0;
text-align: center;
}
.hm-h-lg.logo-aligned-center .site-logo {
margin: 0 auto;
}
.hm-h-lg.logo-aligned-center .hm-header-inner .hm-social-menu {
margin-right: auto;
}
.hm-h-lg.logo-aligned-center .hm-cta-btn {
margin-left: auto;
}
}
.hm-h-lg.logo-aligned-right .hm-header-inner {
justify-content: flex-end;
}
.hm-h-lg.logo-aligned-right .hm-header-inner .hm-search-box {
left: 0;
right: auto;
}
.hm-h-lg.logo-aligned-right .hm-header-inner-right {
order: -25;
}
.hm-h-lg.logo-aligned-right .hm-header-inner-left {
order: -20;
}
.hm-h-lg.logo-aligned-right .hm-header-sidebar {
order: -10;
margin-left: 0;
margin-right: auto;
}
@media (max-width: 960px) {
.hm-h-lg.logo-aligned-right .hm-header-sidebar {
order: 20;
}
}
.hm-h-lg.logo-aligned-right .site-branding-container {
margin-right: 0;
margin-left: auto;
}
.hm-h-lg.logo-aligned-right .hm-mobile-menu-toggle {
order: -30;
margin-right: 0;
margin-left: 0;
padding: 10px 10px 10px 0;
}
@media (max-width: 768px) {
.hm-h-de.has-header-sb .hm-header-inner,
.hm-h-lg.has-header-sb .hm-header-inner {
flex-wrap: wrap;
}
}
.hm-h-de .site-header {
background: #ffffff;
box-shadow: var(--hybridmag-global-box-shadow);
}
@media (max-width: 960px) {
.hm-h-de .site-header .hm-light-dark-switch {
display: none;
}
}
.hm-h-de .hm-header-inner {
min-height: 50px;
}
@media screen and (min-width: 768px) {
.hm-h-de .hm-header-inner {
min-height: 40px;
}
}
@media screen and (max-width: 600px) {
.hm-h-de .hm-header-inner {
position: relative;
}
}
.hm-h-de .hm-header-inner-wrapper {
padding-top: 5px;
padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
.hm-h-de .hm-header-inner-wrapper {
padding-top: 15px;
padding-bottom: 15px;
}
}
.hm-h-de .hm-header-inner .hm-social-menu {
margin: 0 5px 0;
}
@media (max-width: 960px) {
.hm-h-de .hm-header-inner .hm-social-menu {
display: none;
}
}
.hm-h-de .hm-mobile-menu-toggle {
color: #222222;
}
.hm-h-de .hm-search-toggle {
height: 50px;
}
.hm-h-de .hm-header-inner .hm-social-menu li a {
height: 30px;
}
.hm-h-de .hm-header-inner .hm-slideout-toggle {
height: 50px;
}
.hm-header-gadgets {
display: flex;
flex-wrap: nowrap;
align-items: center;
}
.hm-menu-wrapper {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
margin: auto;
}
.hm-h-lg.menu-align-center .hm-menu-wrapper {
justify-content: center;
}
.hm-search-container {
position: relative;
display: flex;
align-items: center;
}
@media (max-width: 600px) {
.hm-search-container {
position: initial;
}
}
.hide-header-search .hm-search-box {
display: none;
}
.hm-search-toggle .hm-search-icon {
display: none;
}
.hide-header-search .hm-search-toggle .hm-search-icon {
display: block;
}
.hide-header-search .hm-search-toggle .hm-close-icon {
display: none;
}
.hm-mobile-menu-toggle {
background-color: transparent;
border: none;
color: #000000;
font-size: var(--hybridmag-font-size-lg);
padding: 10px;
}
.hm-mobile-menu-toggle:hover {
background-color: transparent;
color: #000000;
}
.hm-mobile-menu-toggle:active, .hm-mobile-menu-toggle:focus {
background-color: transparent;
}
.hm-mobile-sidebar {
bottom: 0;
overflow: auto;
padding: 20px;
position: fixed;
top: 0;
z-index: 999999;
right: -100%;
width: 90vw;
transition: right 0.2s;
background-color: #ffffff;
font-size: var(--hybridmag-font-size-sm);
}
.hm-mobile-sidebar .hm-dropdown-toggle,
.hm-mobile-sidebar a {
color: var(--hybridmag-color-text-main);
}
.hm-mobile-sidebar div {
clear: both;
}
@media only screen and (min-width: 768px) {
.hm-mobile-sidebar {
width: 40vw;
}
}
.hm-mobile-sidebar .hm-mobile-menu-toggle {
color: #111111;
background: #dddddd;
border-radius: 0;
width: 45px;
height: 40px;
float: right;
margin: -20px -20px 0 0;
}
@media only screen and (min-width: 959px) {
.hm-mobile-sidebar .hm-mobile-menu-toggle {
display: block;
}
}
.hm-mobile-sidebar .hm-social-nav {
margin: 20px 10px 20px 10px;
}
.hm-mobile-sidebar .hm-social-menu {
font-size: var(--hybridmag-font-size-amd);
justify-content: center;
}
.hm-mobile-sidebar .hm-social-menu li a {
padding: 10px 10px;
}
.hm-mobile-sidebar .hm-social-menu li:first-child a {
padding-left: 0;
}
.mobile-menu-opened .hm-mobile-sidebar {
right: 0;
}
.hm-mobile-sb-top::after {
display: block;
content: "";
clear: both;
}
.hm-mobile-sb-logo {
float: left;
max-width: 95%;
}
.hm-mobile-sb-logo .site-title {
font-size: 1.75rem;
}
.hm-mobile-sb-logo .site-description {
display: none;
}
.hm-slideout-toggle {
background-color: transparent;
border: none;
color: #222222;
font-size: var(--hybridmag-font-size-lg);
padding: 0 10px;
}
.hm-slideout-toggle:hover {
background-color: transparent;
color: #555555;
}
.hm-slideout-toggle:active, .hm-slideout-toggle:focus {
background-color: transparent;
}
.hm-slideout-sidebar {
background-color: #ffffff;
bottom: 0;
color: var(--hybridmag-color-text-main);
overflow: auto;
position: fixed;
top: 0;
z-index: 999999;
right: -100%;
width: 90vw;
transition: right 0.2s;
padding: 30px;
}
.hm-slideout-sidebar .hm-dropdown-toggle,
.hm-slideout-sidebar a {
color: var(--hybridmag-color-text-main);
}
@media only screen and (min-width: 959px) {
.hm-slideout-sidebar {
width: 50vw;
max-width: 400px;
}
}
.hm-slideout-sidebar .hm-slideout-toggle {
background: #dddddd;
width: 40px;
height: 35px;
border-radius: 0;
color: #000000;
float: right;
margin-top: -30px;
margin-right: -30px;
}
.hm-menu-bars-close {
display: none;
}
.slideout-opened .hm-slideout-sidebar {
right: 0;
}
.slideout-opened .hm-menu-bars-close {
display: block;
}
.slideout-opened .hm-menu-bars {
display: none;
}
.hm-slideout-top {
margin-bottom: 10px;
}
.hm-slideout-top::after {
display: block;
content: "";
clear: both;
}
.hm-slideout-sb-logo {
margin: 0 0 20px;
max-width: 95%;
float: left;
}
.hm-slideout-sb-logo .site-title {
font-size: var(--hybridmag-font-size-xxl);
}
.hm-slideout-sb-logo .site-description {
display: none;
}
.hm-overlay-mask {
background-color: rgba(0, 0, 0, 0.5);
content: "";
inset: 0;
position: fixed;
z-index: 999998;
}
.hm-menu.desktop-only,
.desktop-only {
display: none;
}
@media only screen and (min-width: 959px) {
.hm-menu.desktop-only,
.desktop-only {
display: block;
}
}
@media only screen and (max-width: 959px) {
.hm-header-sidebar {
order: 20;
width: 100%;
margin: 1em 0 0;
}
}
.hm-search-box {
position: absolute;
top: 100%;
right: 0;
width: 350px;
padding: 10px;
box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
background-color: #ffffff;
z-index: 99;
}
.hm-search-box form.search-form {
display: flex;
flex-wrap: nowrap;
}
.hm-search-box input.search-submit {
height: 40px;
padding: 0 20px;
line-height: 40px;
}
.hm-search-box label {
flex-grow: 1;
}
.hm-search-box input.search-field {
height: 40px;
border: none;
border-radius: 0;
width: 100%;
}
.hm-search-box input.search-field:focus {
outline: none;
border-bottom: 1px solid var(--hybridmag-color-border);
}
@media (max-width: 600px) {
.hm-search-box {
width: 100%;
}
}
.hm-breadcrumb-wrap {
margin-bottom: 15px;
font-size: var(--hybridmag-font-size-xs);
font-weight: 500;
}
.hm-header-bar .hm-breadcrumb-wrap {
padding: 10px 15px;
margin-bottom: 0;
}
.hm-cl-sep .hm-header-bar {
background: #ffffff;
}
.hm-header-image img {
width: 100%;
height: auto;
vertical-align: middle;
}
.hm-header-inner-left,
.hm-header-inner-right {
display: flex;
align-items: center;
}
.hm-header-inner-left .hm-cta-btn,
.hm-header-inner-right .hm-cta-btn {
margin-bottom: 4px;
}
.hm-header-inner-left .hm-social-menu,
.hm-header-inner-right .hm-social-menu {
font-size: var(--hybridmag-font-size-md);
}
@media (max-width: 959px) {
.hm-header-inner-left .hm-social-menu,
.hm-header-inner-right .hm-social-menu {
display: none;
}
}
.site-header {
position: relative;
z-index: 100;
}
.site-header .hm-light-icon {
display: none;
}
.site-header .hm-dark-icon {
display: block;
}
.site-header .hm-light-dark-switch {
cursor: pointer;
display: flex;
align-items: center;
}
.site-header .hm-light-dark-toggle {
background: transparent;
padding: 3px 8px 0 10px;
font-size: 1.05rem;
color: inherit;
}
.hm-mobile-sidebar .hm-light-icon {
display: none;
}
.hm-mobile-sidebar .hm-light-dark-switch {
text-align: right;
}
.hm-mobile-sidebar .hm-light-dark-toggle {
color: inherit;
border-radius: 20px;
text-align: center;
padding: 0;
width: 35px;
height: 35px;
background-color: transparent;
border: 1px solid var(--hybridmag-color-border);
} .hm-footer-cols-1 .hm-footer-column,
.hm-footer-cols-2 .hm-footer-column,
.hm-footer-cols-3 .hm-footer-column,
.hm-footer-cols-4 .hm-footer-column {
width: 100%;
}
@media screen and (min-width: 768px) {
.hm-footer-cols-2 .hm-footer-column {
width: calc(50% - var(--hybridmag-footer-cols-gap) / 2);
}
.hm-footer-cols-3 .hm-footer-column {
width: calc(33.333% - var(--hybridmag-footer-cols-gap) * 2 / 3);
}
.hm-footer-cols-4 .hm-footer-column {
width: calc(25% - var(--hybridmag-footer-cols-gap) * 3 / 4);
}
}
.site-footer {
background-color: var(--hybridmag-color-tertiary);
color: #cccccc;
}
.site-footer a {
color: #cccccc;
}
.site-footer a:hover {
color: #ffffff;
}
.site-footer .widget-title {
color: #ffffff;
}
.hm-footer-bottom-content {
padding: 20px 0;
border-top: 1px solid #595f64;
}
.hm-footer-widget-area .widget {
margin: 50px 0;
}
.hm-footer-widget-area h1, .hm-footer-widget-area h2, .hm-footer-widget-area h3, .hm-footer-widget-area h4, .hm-footer-widget-area h5, .hm-footer-widget-area h6 {
color: #ffffff;
}
.hm-footer-widget-area:before,
.hm-footer-widget-area:after {
content: "";
display: table;
table-layout: fixed;
}
.hm-footer-widget-area:after {
clear: both;
}
@media screen and (min-width: 768px) {
.hm-footer-widgets-inner {
display: flex;
flex-wrap: wrap;
gap: var(--hybridmag-footer-cols-gap);
}
}
.hm-wide-footer .hm-container.hm-footer-widgets-inner {
width: 100%;
}
.hm-footer-bottom-content {
display: flex;
flex-wrap: wrap;
-moz-column-gap: 20px;
column-gap: 20px;
justify-content: space-between;
} .hm-dark-mode-logo {
display: none;
}
html.hm-dark {
--hybridmag-color-text-headings: #ffffff;
--hybridmag-color-link: #eeeeee;
--hybridmag-color-link-hover: #ffffff;
--hybridmag-color-text-main: #dddddd;
--hybridmag-color-input: #eeeeee;
--hybridmag-color-input-background: #222222;
--hybridmag-color-input-border: #333333;
--hybridmag-color-border: #333333;
--hybridmag-color-text-light: #cccccc;
--hybridmag-color-bg-cl-sep-content: #222222;
}
html.hm-dark body {
background-color: #000000;
}
html.hm-dark body.hm-cl-one {
background-color: #222222;
}
html.hm-dark body.hybridmag-boxed {
background-color: #000000;
}
html.hm-dark body.hybridmag-boxed #page {
background-color: #111111;
}
html.hm-dark body.hybridmag-boxed.hm-cl-one #page {
background-color: #222222;
}
html.hm-dark .hm-has-dm-logo .hm-light-mode-logo {
display: none;
}
html.hm-dark .hm-has-dm-logo .hm-dark-mode-logo {
display: block;
}
html.hm-dark .hm-top-bar a {
color: #dddddd;
}
html.hm-dark .hm-top-bar {
background: #111111;
}
html.hm-dark .hm-top-bar .hm-menu ul ul {
background: #111111;
}
html.hm-dark .hm-top-bar .hm-menu ul ul a:hover {
background: #000000;
color: #ffffff;
}
html.hm-dark .hm-top-bar .hm-social-menu a:hover {
color: #ffffff;
}
html.hm-dark .hm-cl-sep .hm-header-bar {
background: #111111;
}
html.hm-dark .secondary-menu a {
color: #dddddd;
}
html.hm-dark .page-content a,
html.hm-dark .entry-content a,
html.hm-dark .entry-summary a {
color: var(--hybridmag-color-link);
}
html.hm-dark .site-title a,
html.hm-dark .site-title a:hover,
html.hm-dark .site-title a:active,
html.hm-dark .site-title a:focus,
html.hm-dark .site-title a:visited {
color: #ffffff;
}
html.hm-dark .hm-search-box {
background: #111111;
}
html.hm-dark .hm-h-de .site-header {
background-color: #222222;
}
html.hm-dark .hm-h-lg .site-header {
background-color: #222222;
}
html.hm-dark .hm-nav-sticky.hm-header-inner-wrapper, html.hm-dark .hm-header-inner-wrapper {
background-color: #222222;
}
html.hm-dark .hm-search-toggle .hm-svg-icon,
html.hm-dark .hm-light-dark-toggle .hm-svg-icon,
html.hm-dark .hm-h-de .hm-header-inner .hm-social-menu a,
html.hm-dark .hm-h-de .main-navigation a {
color: #eeeeee;
}
html.hm-dark .hm-h-de .hm-slideout-toggle {
color: #dddddd;
}
html.hm-dark .hm-h-de .main-navigation ul ul .current_page_item > a,
html.hm-dark .hm-h-de .main-navigation ul ul .current-menu-item > a,
html.hm-dark .hm-h-de .main-navigation ul ul .current_page_ancestor > a,
html.hm-dark .hm-h-de .main-navigation ul ul .current-menu-ancestor > a,
html.hm-dark .hm-h-de .main-navigation ul ul li a:hover {
background-color: #111111;
}
html.hm-dark .hm-h-de .main-navigation ul ul a:hover {
background-color: #111111;
}
html.hm-dark .hm-h-de .main-navigation {
background-color: inherit;
}
html.hm-dark .hm-h-de .main-navigation ul ul .current_page_item > a,
html.hm-dark .hm-h-de .main-navigation ul ul .current-menu-item > a,
html.hm-dark .hm-h-de .main-navigation ul ul .current_page_ancestor > a,
html.hm-dark .hm-h-de .main-navigation ul ul .current-menu-ancestor > a {
background: #111111;
}
html.hm-dark .hm-h-de .main-navigation ul li a:hover,
html.hm-dark .hm-h-de .hm-header-inner .hm-social-menu a:hover {
color: #ffffff;
}
html.hm-dark #site-navigation.hm-menu ul ul,
html.hm-dark .hm-menu ul ul {
background-color: #222222;
}
html.hm-dark .hm-h-de .site-header {
color: #eeeeee;
}
html.hm-dark .hm-h-de .hm-mobile-menu-toggle {
color: #eeeeee;
}
html.hm-dark .hm-h-lg .site-header .hm-main-menu {
background-color: #222222;
}
html.hm-dark .hm-h-lg .main-navigation a {
color: #dddddd;
}
html.hm-dark .hm-h-lg .main-navigation ul li a:hover::before,
html.hm-dark .hm-h-lg .main-navigation .current_page_item > a::before,
html.hm-dark .hm-h-lg .main-navigation .current-menu-item > a::before,
html.hm-dark .hm-h-lg .main-navigation .current_page_ancestor > a::before,
html.hm-dark .hm-h-lg .main-navigation .current-menu-ancestor > a::before {
background-color: #cccccc;
}
html.hm-dark .hm-h-lg .main-navigation .current_page_item > a,
html.hm-dark .hm-h-lg .main-navigation .current-menu-item > a,
html.hm-dark .hm-h-lg .main-navigation .current_page_ancestor > a,
html.hm-dark .hm-h-lg .main-navigation .current-menu-ancestor > a {
color: #ffffff;
}
html.hm-dark .hm-h-lg .main-navigation ul ul .current_page_item > a,
html.hm-dark .hm-h-lg .main-navigation ul ul .current-menu-item > a,
html.hm-dark .hm-h-lg .main-navigation ul ul .current_page_ancestor > a,
html.hm-dark .hm-h-lg .main-navigation ul ul .current-menu-ancestor > a,
html.hm-dark .hm-h-lg .main-navigation ul ul li a:hover {
background: #111111;
color: #ffffff;
}
html.hm-dark .hm-h-lg .hm-slideout-toggle,
html.hm-dark .hm-h-lg .hm-slideout-toggle:hover {
color: #dddddd;
}
html.hm-dark .hm-h-lg .hm-mobile-menu-toggle {
color: #eeeeee;
}
html.hm-dark li.hm-tab.th-ui-state-active a {
color: #eeeeee;
}
html.hm-dark .hm-entry .entry-content {
color: #cccccc;
margin-top: 5px;
}
html.hm-dark .pagination .page-numbers {
background: #111111;
}
html.hm-dark .pagination .page-numbers.current {
background: var(--hybridmag-color-primary);
}
html.hm-dark .post-thumbnail figcaption {
color: #ccc;
}
html.hm-dark :where(.wp-block-image figcaption) {
color: #dddddd;
}
html.hm-dark .hm-light-icon {
display: block;
}
html.hm-dark .hm-dark-icon {
display: none;
}
html.hm-dark .hm-featured-tabs .hm-tab-anchor {
color: #dddddd;
}
html.hm-dark .hm-slideout-sidebar {
--hybridmag-color-border: #333333;
background-color: #222222;
color: #cccccc;
}
html.hm-dark .hm-slideout-sidebar a,
html.hm-dark .hm-slideout-sidebar .site-title a,
html.hm-dark .hm-slideout-sidebar .site-title a:hover,
html.hm-dark .hm-slideout-sidebar .site-title a:active,
html.hm-dark .hm-slideout-sidebar .site-title a:focus,
html.hm-dark .hm-slideout-sidebar .site-title a:visited,
html.hm-dark .hm-slideout-sidebar .hm-dropdown-toggle {
color: #dddddd;
}
html.hm-dark .hm-slideout-sidebar a:hover {
color: #f5f5f5;
}
html.hm-dark .hm-slideout-sidebar .hm-slideout-toggle {
background-color: #111111;
color: #eeeeee;
}
html.hm-dark .hm-mobile-sidebar {
--hybridmag-color-border: #333333;
background: #222222;
}
html.hm-dark .hm-mobile-sidebar a,
html.hm-dark .hm-mobile-sidebar .site-title a,
html.hm-dark .hm-mobile-sidebar .site-title a:hover,
html.hm-dark .hm-mobile-sidebar .site-title a:active,
html.hm-dark .hm-mobile-sidebar .site-title a:focus,
html.hm-dark .hm-mobile-sidebar .site-title a:visited,
html.hm-dark .hm-mobile-sidebar .hm-dropdown-toggle {
color: #dddddd;
}
html.hm-dark .hm-mobile-sidebar .hm-mobile-menu-toggle {
background-color: #111111;
}
html.hm-dark .wp-block-group.has-background {
color: #ffffff;
}
html.hm-dark .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
background-color: #000000;
}
html.hm-dark pre {
background-color: #000000;
}
html.hm-dark th {
background-color: #111111;
}
html.hm-dark .wp-block-table :where(figcaption) {
color: #bbbbbb;
}
html.hm-dark .hm-tagged, html.hm-dark .hm-tags-links a {
color: #f5f5f5;
background-color: #111111;
}
html.hm-dark .site-footer,
html.hm-dark .hm-footer-bottom,
html.hm-dark .hm-footer-widget-area {
background-color: #272c30;
}
html.hm-dark .site-footer,
html.hm-dark .hm-footer-bottom {
color: #cccccc;
}
html.hm-dark .site-footer .widget-title {
color: #ffffff;
}
html.hm-dark .site-footer a {
color: #cccccc;
}
html.hm-dark .site-footer a:hover {
color: #ffffff;
}  .hm-menu {
display: block;
}
.hm-menu ul {
display: flex;
flex-wrap: wrap;
align-items: center;
list-style: none;
margin: 0;
padding-left: 0;
}
.hm-menu ul ul {
background-color: #f2f2f2;
box-shadow: var(--hybridmag-global-box-shadow);
display: block;
float: left;
position: absolute;
top: 100%;
left: -999em;
width: 210px;
z-index: 99999;
}
.hm-menu ul ul ul {
left: -999em;
top: 0;
}
.hm-menu ul ul li:hover > ul, .hm-menu ul ul li.focus > ul {
left: 100%;
}
.hm-menu ul ul a {
line-height: 1.5;
width: 100%;
color: #2c2b2b;
}
.hm-menu ul ul a:hover {
background-color: #fafafa;
color: #000000;
}
.hm-menu ul ul span.hm-menu-icon {
float: right;
}
.hm-menu ul ul span.hm-menu-icon .hm-svg-icon {
top: 0.1em;
transform: rotate(-90deg);
}
.hm-menu ul ul.sub-menu li a,
.hm-menu ul ul.children li a {
padding: 12px 18px;
}
.hm-menu ul span.hm-menu-icon {
clear: both;
display: inline-block;
height: 100%;
padding: 0 0 0 7px;
}
.hm-menu ul span.hm-menu-icon .hm-svg-icon {
position: relative;
width: 0.8em;
height: 0.8em;
font-size: var(--hybridmag-font-size-sm);
}
.hm-menu ul li:hover > ul,
.hm-menu ul li.focus > ul {
left: auto;
}
.hm-menu li {
position: relative;
} .menu-toggle,
.hm-menu.toggled ul {
display: block;
}
.main-navigation ul ul span.hm-menu-icon {
float: right;
padding: 0 0 0 5px;
}
.main-navigation ul ul span.hm-menu-icon .hm-svg-icon {
transform: rotate(-90deg);
}
.main-navigation ul ul a {
font-size: var(--hybridmag-font-size-xs);
}
.main-navigation a {
display: block;
font-weight: 600;
text-decoration: none;
padding: 0 12px;
line-height: 50px;
}
.hm-h-lg .main-navigation a {
line-height: 62px;
}
.secondary-menu ul ul span.hm-menu-icon {
float: right;
}
.secondary-menu ul ul span.hm-menu-icon .hm-svg-icon {
top: 0.1em;
transform: rotate(-90deg);
}
.secondary-menu a {
color: #000000;
display: block;
font-size: var(--hybridmag-font-size-xs);
font-weight: 600;
text-decoration: none;
padding: 0 11px;
line-height: 40px;
}
.secondary-menu li:first-child a {
padding-left: 0;
}
.hm-h-de .main-navigation {
background-color: transparent;
margin-left: auto;
}
.hm-h-de .main-navigation ul li a:hover {
color: var(--hybridmag-color-primary);
}
.hm-h-de .main-navigation ul ul .current_page_item > a,
.hm-h-de .main-navigation ul ul .current-menu-item > a,
.hm-h-de .main-navigation ul ul .current_page_ancestor > a,
.hm-h-de .main-navigation ul ul .current-menu-ancestor > a,
.hm-h-de .main-navigation ul ul a {
color: var(--hybridmag-color-primary);
}
.hm-h-de .main-navigation ul ul .current_page_item > a,
.hm-h-de .main-navigation ul ul .current-menu-item > a,
.hm-h-de .main-navigation ul ul .current_page_ancestor > a,
.hm-h-de .main-navigation ul ul .current-menu-ancestor > a {
background: #fafafa;
}
.hm-h-de .main-navigation ul ul li a:hover {
color: var(--hybridmag-color-primary);
}
.hm-h-de .main-navigation a {
color: #222222;
}
.hm-h-de .main-navigation ul ul a {
color: #2c2b2b;
}
.hm-h-de .main-navigation .current_page_item > a,
.hm-h-de .main-navigation .current-menu-item > a,
.hm-h-de .main-navigation .current_page_ancestor > a,
.hm-h-de .main-navigation .current-menu-ancestor > a {
color: var(--hybridmag-color-primary);
}
.hm-h-de .hm-header-inner .hm-social-menu a {
font-size: var(--hybridmag-font-size-sm);
color: #222222;
}
.hm-h-de .hm-header-inner .hm-social-menu a:hover {
color: #555555;
}
@media (max-width: 959px) {
.hm-h-de .hm-header-inner .hm-slideout-toggle {
display: none;
}
}
.hm-h-lg .site-header {
background-color: #ffffff;
box-shadow: var(--hybridmag-global-box-shadow);
}
.hm-h-lg .site-header .hm-main-menu {
border-top: 1px solid var(--hybridmag-color-border);
}
.hm-h-lg.menu-align-left .main-navigation {
margin-right: auto;
}
.hm-h-lg.menu-align-right .main-navigation {
margin-left: auto;
}
.hm-h-lg .main-navigation ul li {
position: relative;
}
.hm-h-lg .main-navigation ul li a:hover::before {
content: "";
position: absolute;
top: -1px;
left: 0;
right: 0;
width: 100%;
height: 1px;
background: var(--hybridmag-color-link-hover);
}
.hm-h-lg .main-navigation ul ul li a:hover::before {
display: none;
}
.hm-h-lg .main-navigation ul ul .current_page_item > a::before,
.hm-h-lg .main-navigation ul ul .current-menu-item > a::before,
.hm-h-lg .main-navigation ul ul .current_page_ancestor > a::before,
.hm-h-lg .main-navigation ul ul .current-menu-ancestor > a::before {
display: none;
}
.hm-h-lg .main-navigation ul ul .current_page_item > a,
.hm-h-lg .main-navigation ul ul .current-menu-item > a,
.hm-h-lg .main-navigation ul ul .current_page_ancestor > a,
.hm-h-lg .main-navigation ul ul .current-menu-ancestor > a {
background: #fafafa;
}
.hm-h-lg .main-navigation ul ul a {
color: #2c2b2b;
line-height: inherit;
}
.hm-h-lg .main-navigation .current_page_item > a::before,
.hm-h-lg .main-navigation .current-menu-item > a::before,
.hm-h-lg .main-navigation .current_page_ancestor > a::before,
.hm-h-lg .main-navigation .current-menu-ancestor > a::before {
content: "";
position: absolute;
top: -1px;
left: 0;
right: 0;
width: 100%;
height: 1px;
background: var(--hybridmag-color-primary);
}
.hm-h-lg .main-navigation a {
color: #222222;
}
.hybridmag-boxed.hm-wide-pmenu-inner .hm-menu-wrapper.hm-container {
max-width: 100%;
}
.hm-nav-sticky.hm-header-inner-wrapper,
.hm-nav-sticky.hm-main-menu {
z-index: 9999;
position: fixed;
}
.hm-nav-sticky.hm-header-inner-wrapper {
width: 100%;
background-color: #ffffff;
border-bottom: 1px solid var(--hybridmag-color-border);
}
.hm-mobile-menu-toggle {
display: block;
}
@media only screen and (min-width: 959px) {
.hm-mobile-menu-toggle {
display: none;
}
}
.hm-mobile-menu {
margin-bottom: 20px;
border-top: 1px solid var(--hybridmag-color-border);
}
.hm-mobile-menu ul {
list-style: none;
margin: 0;
padding: 0 0 20px;
}
.hm-mobile-menu ul li {
position: relative;
border-bottom: 1px solid var(--hybridmag-color-border);
}
.hm-mobile-menu ul li a {
display: block;
width: 100%;
line-height: 45px;
font-weight: 600;
}
.hm-mobile-menu ul ul {
display: none;
padding: 0 0 0 20px;
border-top: 1px solid var(--hybridmag-color-border);
}
.hm-mobile-menu ul ul li:last-child {
border: none;
}
.hm-mobile-menu ul ul.toggled-on {
display: block;
}
.hm-mobile-menu .hm-dropdown-toggle.toggled-on svg {
transform: rotate(-180deg);
}
.hm-mobile-menu .hm-dropdown-toggle {
cursor: pointer;
background: transparent;
font-size: var(--hybridmag-font-size-base);
position: absolute;
top: 0;
right: 0;
line-height: 45px;
padding: 0 15px;
border-radius: 0;
border-left: 1px solid var(--hybridmag-color-border);
border-right: 1px solid var(--hybridmag-color-border);
}
.hm-mobile-menu .hm-dropdown-toggle:hover, .hm-mobile-menu .hm-dropdown-toggle:active, .hm-mobile-menu .hm-dropdown-toggle:focus {
background: inherit;
} .site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 35px 0 35px;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
}
.posts-navigation .nav-links {
font-size: var(--hybridmag-font-size-md);
font-weight: 600;
}
.post-navigation .nav-links {
display: flex;
}
.post-navigation .nav-links .posts-nav-text {
color: var(--hybridmag-color-text-light);
font-size: var(--hybridmag-font-size-xs);
font-weight: 600;
}
.post-navigation .nav-links .post-title {
font-family: "Figtree", Helvetica, Arial, sans-serif;
color: var(--hybridmag-color-link);
font-size: var(--hybridmag-font-size-amd);
font-weight: 600;
}
.post-navigation .nav-links .post-title:hover {
color: var(--hybridmag-color-link-hover);
}
.hm-cl-sep .post-navigation {
background: var(--hybridmag-color-bg-cl-sep-content);
padding: var(--hybridmag-global-inner-spacing);
border-radius: var(--hybridmag-global-border-radius);
box-shadow: var(--hybridmag-global-box-shadow);
}
.hm-social-menu {
list-style: none;
display: flex;
align-items: center;
margin: 0;
padding: 0;
}
.hm-social-menu li a {
display: flex;
padding: 0 7px;
align-items: center;
} .pagination {
margin: 10px 0 30px;
}
.pagination .page-numbers {
background: #e7e7e7;
border-radius: 3px;
color: var(--hybridmag-color-text-main);
font-weight: 600;
padding: 10px 17px;
margin: 0 2px 5px 2px;
display: inline-block;
}
.pagination .page-numbers.next,
.pagination .page-numbers.previous {
margin: 0;
}
.pagination .page-numbers.current {
background: var(--hybridmag-color-primary);
color: #ffffff;
font-weight: 600;
}
.pagination a.page-numbers:hover {
background: var(--hybridmag-color-primary);
color: #ffffff;
}
.infinite-scroll .pagination {
display: none;
}
.hm-entry .page-links {
padding: 30px 0;
} .hm-entry .post-page-numbers {
color: var(--hybridmag-color-text-main) !important;
font-weight: 600;
background-color: #eeeeee;
padding: 8px 17px;
margin: 0 2px 5px 2px;
display: inline-block;
text-decoration: none !important;
}
.hm-entry .post-page-numbers:visited {
color: #000000;
}
.hm-entry .post-page-numbers:hover, .hm-entry .post-page-numbers.current {
background-color: var(--hybridmag-color-primary);
color: #ffffff !important;
} .sticky {
display: block;
}
.updated:not(.published) {
display: none;
}
.hm-show-updated .entry-header .updated:not(.published) {
display: inline-block;
}
.hm-show-updated .entry-header .published.sm-hu {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-content a,
.entry-content a,
.entry-summary a {
color: #046bd2;
text-decoration: underline;
}
.page-content a:hover,
.entry-content a:hover,
.entry-summary a:hover {
color: var(--hybridmag-color-link-hover);
}
.entry-content:before,
.entry-content:after {
content: "";
display: table;
table-layout: fixed;
}
.entry-content:after {
clear: both;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.post-thumbnail img {
vertical-align: middle;
}
.hm-entry {
word-break: break-word;
overflow-wrap: break-word;
margin-bottom: var(--hybridmag-post-row-gap);
}
.hm-entry .post-thumbnail {
margin: 0 0 15px;
overflow: hidden;
}
.hm-entry .entry-header {
margin: 0 0 15px;
}
.hm-entry .entry-title {
font-size: var(--hybridmag-font-size-lg);
margin: 0 0 10px;
}
.hm-entry .entry-content {
color: #505050;
margin-top: 5px;
}
.hm-entry .entry-content > * {
margin-bottom: 20px;
}
.hm-entry .entry-content > *:last-child {
margin-bottom: 0;
}
.hm-entry .entry-content .wp-block-spacer {
margin-bottom: 0;
}
.hm-entry .entry-content-wrapper .entry-meta {
margin-top: 20px;
}
.hm-cl-sep .hm-entry {
background: var(--hybridmag-color-bg-cl-sep-content);
box-shadow: var(--hybridmag-global-box-shadow);
border-radius: var(--hybridmag-global-border-radius);
overflow: hidden;
}
.hm-post-grid.hm-arc-img-ah .hm-entry .post-thumbnail img, .hm-post-grid.hm-arc-img-bh .hm-entry .post-thumbnail img {
width: 100%;
height: auto;
}
@media only screen and (min-width: 600px) {
.hm-post-grid #blog-entries {
display: flex;
flex-wrap: wrap;
-moz-column-gap: var(--hybridmag-post-cols-gap);
column-gap: var(--hybridmag-post-cols-gap);
}
.hm-post-grid.hm-grid-2 #blog-entries .hm-entry {
width: calc(50% - var(--hybridmag-post-cols-gap) / 2);
}
.hm-post-grid.hm-grid-3 #blog-entries .hm-entry {
width: calc(33.333% - var(--hybridmag-post-cols-gap) * 2 / 3);
}
.hm-post-grid.hm-grid-4 #blog-entries .hm-entry {
width: calc(25% - var(--hybridmag-post-cols-gap) * 3 / 4);
}
.hm-post-grid.hm-grid-5 #blog-entries .hm-entry {
width: calc(20% - var(--hybridmag-post-cols-gap) * 4 / 5);
}
.hm-post-grid.hm-grid-6 #blog-entries .hm-entry {
width: calc(16.66667% - var(--hybridmag-post-cols-gap) * 5 / 6);
}
}
.entry-meta {
font-size: var(--hybridmag-font-size-xs);
font-weight: 500;
display: flex;
flex-wrap: wrap;
align-items: center;
color: var(--hybridmag-color-text-light);
}
.entry-meta a {
color: var(--hybridmag-color-text-light);
}
.entry-meta a:visited {
color: var(--hybridmag-color-text-light);
}
.entry-meta a:hover {
color: var(--hybridmag-color-link-hover);
}
.entry-meta .author a {
color: var(--hybridmag-color-link);
font-weight: 500;
}
.entry-meta .author a:visited {
color: var(--hybridmag-color-link);
}
.entry-meta .author a:hover {
color: var(--hybridmag-color-link-hover);
}
.entry-meta svg {
margin: 0 0.3em 0 0;
}
.hm-meta-sep {
margin: 0 0.6em;
}
.hm-read-more,
.hm-entry .entry-content .hm-read-more {
text-decoration: none;
color: var(--hybridmag-color-link);
font-weight: 500;
}
.hm-read-more:visited,
.hm-entry .entry-content .hm-read-more:visited {
color: var(--hybridmag-color-link);
}
.hm-read-more:hover,
.hm-entry .entry-content .hm-read-more:hover {
color: var(--hybridmag-color-link-hover);
text-decoration: underline;
}
.entry-title {
word-wrap: break-word;
}
.entry-title a {
color: var(--hybridmag-color-link);
}
.entry-title a:visited {
color: var(--hybridmag-color-link);
}
.entry-title a:hover {
color: var(--hybridmag-color-link-hover);
}
.cat-links:not(.entry-meta .cat-links) {
color: #f5f5f5;
display: block;
}
.cat-links:not(.entry-meta .cat-links) ul {
list-style: none;
display: flex;
flex-wrap: wrap;
gap: 8px;
padding: 0;
margin: 0 0 0.8em;
}
.cat-links:not(.entry-meta .cat-links) a {
color: #ffffff;
background: var(--hybridmag-color-primary);
display: inline-block;
padding: 0.15em 0.65em;
border-radius: 4px;
font-weight: 600;
font-size: var(--hybridmag-font-size-xxxs);
}
.cat-links:not(.entry-meta .cat-links) a:visited {
color: #ffffff;
}
.cat-links:not(.entry-meta .cat-links) a:hover {
background: #333333;
}
.hm-arc-img-ba .hm-entry {
display: flex;
}
.hm-arc-img-ba .hm-entry .post-thumbnail {
flex-basis: 46.273291925%;
}
.hm-arc-img-ba .hm-entry .hm-article-inner {
flex-basis: 46.273291925%;
flex-grow: 1;
}
.hm-arc-img-ba.hybridmagaif-right .post-thumbnail {
order: 2;
}
.hm-arc-img-ba.hybridmagaif-right .hm-article-inner {
order: 1;
}
.hm-arc-img-ba.hybridmagaif-right.hm-post-list .hm-entry .post-thumbnail {
margin-bottom: 0;
border-top-left-radius: var(--hybridmag-global-border-radius);
border-bottom-left-radius: var(--hybridmag-global-border-radius);
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.hm-arc-img-ba.hm-post-list .hm-entry {
align-items: center;
}
.hm-arc-img-ba.hm-post-list .hm-entry .post-thumbnail {
margin: 0 30px 0 0;
border-top-right-radius: var(--hybridmag-global-border-radius);
border-bottom-right-radius: var(--hybridmag-global-border-radius);
box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.08);
}
.hm-arc-img-ba.hm-post-list .hm-entry .post-thumbnail img {
width: 100%;
height: auto;
}
@media (max-width: 599px) {
.hm-arc-img-ba.hm-post-list .hm-entry .post-thumbnail {
width: 100%;
margin: 0 0 30px 0;
border-radius: var(--hybridmag-global-border-radius);
}
}
@media (max-width: 599px) {
.hm-arc-img-ba.hm-post-list .hm-entry {
display: block;
}
}
.hm-arc-img-ba.hm-post-list.hm-cl-sep .hm-entry {
padding: var(--hybridmag-global-inner-spacing);
}
@media (min-width: 600px) {
.hm-arc-img-ba.hm-post-list.hm-cl-sep .hm-entry {
padding: 30px 0;
}
.hm-arc-img-ba.hm-post-list.hm-cl-sep .hm-entry .post-thumbnail {
margin-right: 0;
}
}
@media (min-width: 600px) {
.hm-arc-img-ba.hm-post-list.hm-cl-sep .hm-article-inner {
margin: 0 30px;
}
}
.hm-arc-img-ba.hm-post-list.hm-cl-one .hm-entry .post-thumbnail {
box-shadow: none;
border-radius: var(--hybridmag-global-border-radius);
}
.hm-arc-img-ba.hm-post-grid.hm-cl-sep .hm-entry {
padding: 20px;
}
.hm-arc-img-ba.hm-post-grid.hm-cl-sep .hm-entry .post-thumbnail {
max-width: 30%;
}
.hm-post-grid.hm-arc-img-ba .hm-entry .post-thumbnail {
margin: 0 20px 20px 0;
}
.hm-post-grid.hm-arc-img-ba.hybridmagaif-right .hm-entry .post-thumbnail {
margin: 0 0 20px 20px;
}
.hm-post-grid .hm-entry .post-thumbnail {
margin: 0 0 25px;
}
.hm-arc-img-bc .hm-entry .entry-content-wrapper {
margin-top: 1.5em;
}
.hm-arc-img-bc .hm-entry .post-thumbnail {
width: 34%;
float: left;
margin: 0 3% 20px 0;
}
.hm-arc-img-bc .hm-entry .entry-content {
float: right;
width: 63%;
margin: 0;
}
.hm-arc-img-bc .hm-entry .entry-content p {
margin: 0 0 1.5em;
}
.hm-arc-img-bc .hm-entry .entry-meta {
width: 63%;
}
.hm-arc-img-bc.hybridmagaif-right .post-thumbnail {
float: right;
margin: 0 0 20px 20px;
}
.hm-arc-img-bc.hybridmagaif-right .entry-content {
float: left;
}
.hm-arc-img-bc.hm-cl-sep .hm-entry {
padding: var(--hybridmag-global-inner-spacing);
}
.hm-arc-img-bh.hm-cl-sep .hm-article-inner {
padding: var(--hybridmag-global-inner-spacing);
}
.hm-arc-img-bh.hm-cl-sep .post-thumbnail {
margin-bottom: 0;
}
.hm-arc-img-bh.hm-cl-one .post-thumbnail {
border-radius: var(--hybridmag-global-border-radius);
}
.hm-arc-img-ah.hm-cl-sep .entry-header {
margin-bottom: 0;
padding: var(--hybridmag-global-inner-spacing);
}
.hm-arc-img-ah.hm-cl-sep .entry-content-wrapper {
padding: 0 var(--hybridmag-global-inner-spacing) var(--hybridmag-global-inner-spacing) var(--hybridmag-global-inner-spacing);
}
.hm-arc-img-ah.hm-cl-sep .post-thumbnail {
margin-bottom: var(--hybridmag-global-inner-spacing);
}
.hm-arc-img-ah.hm-cl-sep .hm-entry .entry-title {
margin-bottom: 0;
}
.hm-arc-img-ah.hm-cl-one .post-thumbnail {
border-radius: var(--hybridmag-global-border-radius);
}
.hm-arc-no-img.hm-cl-sep .hm-entry {
padding: var(--hybridmag-global-inner-spacing);
}
.hm-author-avatar {
margin-right: 5px;
}
.hm-author-avatar img {
width: 30px;
height: 30px;
border-radius: 15px;
vertical-align: middle;
}
.hm-comments-icon {
margin: 0 4px 0 10px;
}
.hm-comments-icon .hm-svg-icon {
position: relative;
top: 2px;
width: 1.2em;
}
.single .hm-author-avatar {
margin-right: 10px;
}
.single .hm-author-avatar img {
width: 40px;
height: 40px;
border-radius: 20px;
}
.hm-tagged,
.hm-tags-links a {
line-height: 1.8;
padding: 2px 8px;
margin-right: 1px;
background: #eeeeee;
color: #222222;
display: inline-block;
text-transform: uppercase;
font-weight: bold;
font-size: 0.75rem;
border-radius: 3px;
}
.hm-tags-links a:hover {
background: var(--hybridmag-color-link-hover);
color: #fff;
}
.hm-tagged {
background: var(--hybridmag-color-primary);
color: #ffffff;
}
.hm-author-bio {
display: flex;
padding: 25px;
border: 1px solid var(--hybridmag-color-border);
margin: 60px 0;
border-radius: var(--hybridmag-global-border-radius);
}
.hm-author-name {
font-weight: 600;
margin-bottom: 10px;
}
.hm-author-link {
color: var(--hybridmag-color-primary);
font-size: var(--hybridmag-font-size-sm);
font-weight: 600;
}
.hm-author-link:visited {
color: var(--hybridmag-color-primary);
}
.hm-author-link:hover {
color: var(--hybridmag-color-link);
}
.hm-author-image {
flex-shrink: 0;
margin-right: 20px;
}
.hm-author-image img {
border-radius: var(--hybridmag-global-border-radius);
}
.hm-author-description {
font-size: var(--hybridmag-font-size-base);
}
.hm-author-description p {
margin-bottom: 10px;
}
.hm-blog-section-header {
margin: 0 0 30px;
position: relative;
}
.hm-blog-section-header .hm-blog-entries-title {
display: inline-block;
border-bottom: 2px solid var(--hybridmag-color-primary);
margin: 0;
font-size: var(--hybridmag-font-size-lg);
}
.hm-fp1 {
margin: 5px 0 35px;
width: 100%;
}
@media (max-width: 767px) {
.hm-fp1::after {
display: block;
content: "";
clear: both;
}
}
.hm-featured-top {
width: 100%;
}
.hm-fp1-right {
position: relative;
}
@media (min-width: 768px) {
.hm-fp1 {
display: flex;
justify-content: space-between;
}
.hm-fp1-left {
width: 65.234375%;
}
.hm-fp1-right {
width: 34.375%;
}
}
.hm-fp-overlay,
.hm-fp-link-overlay {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 2;
}
.hm-slider {
position: relative;
border-radius: var(--hybridmag-global-border-radius);
}
.hm-cl-sep .hm-slider {
box-shadow: var(--hybridmag-global-box-shadow);
}
.hm-slide-holder {
position: relative;
background-color: #f5f5f5;
}
.hm-slide-holder > .hm-slide-content {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.hm-slide-image {
position: relative;
width: 100%;
padding-top: 59.281437126%;
}
.hm-slide-image img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
position: absolute;
top: 0;
}
.hm-slider-title {
font-size: var(--hybridmag-font-size-md);
font-weight: bold;
margin: 0;
color: #f5f5f5;
text-shadow: 0px 1px 1px #000;
}
@media (min-width: 992px) {
.hm-slider-title {
font-size: var(--hybridmag-font-size-xxl);
}
}
.hm-slider-details-container {
z-index: 1;
padding: 33px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
@media (max-width: 767px) {
.hm-slider-details-container {
padding: 15px;
}
}
.hm-slider-details-container::before {
position: absolute;
content: "";
top: 0;
right: 0;
bottom: 0;
left: 0;     background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%); opacity: 0.5;
transition: opacity 0.2s linear;
z-index: -1;
}
.hm-slider:hover .hm-slider-details-container::before {
opacity: 0.7;
}
.hm-slider:hover .hm-slider-title {
color: #ffffff;
transition: color 0.2s;
}
.hm-slider .hm-swiper-button-prev,
.hm-slider .hm-swiper-button-next {
width: 40px;
height: 40px;
margin: -20px 0 0;
transition: all 0.2s ease-in-out;
text-align: center;
}
.hm-swiper-button-prev svg,
.hm-swiper-button-next svg {
fill: #fff;
width: 26px;
height: 26px;
position: relative;
}
.hm-swiper-button-prev {
left: 20px;
right: auto;
}
.hm-swiper-button-next {
right: 20px;
left: auto;
}
@media screen and (max-width: 767px) {
.hm-highlighted-posts {
margin: 0 -1px;
}
}
.hm-highlighted-post {
position: relative;
width: 100%;
height: auto;
z-index: 1;
border-radius: var(--hybridmag-global-border-radius);
overflow: hidden;
}
@media screen and (max-width: 767px) {
.hm-highlighted-post {
width: 50%;
float: left;
padding: 2px 1px 0 1px;
}
}
.hm-highlighted-post:first-child {
margin-bottom: 0.92%;
}
@media screen and (min-width: 768px) {
.hm-highlighted-post:first-child {
margin-bottom: 0.97%;
}
}
.hm-highlighted-post:hover .hmhp-details-container::before {
opacity: 0.7;
}
.hm-highlighted-post:hover .hmhp-title {
color: #ffffff;
}
.hm-cl-sep .hm-highlighted-post {
box-shadow: var(--hybridmag-global-box-shadow);
}
.hmhp-thumbnail img {
max-width: 100%;
position: relative;
z-index: -2;
}
.hmhp-details-container {
position: absolute;
bottom: 0;
left: 0;
z-index: 1;
width: 100%;
padding: 20px;
}
@media (max-width: 767px) {
.hmhp-details-container {
padding: 10px;
}
}
.hmhp-details-container::before {
position: absolute;
content: "";
top: 0;
right: 0;
bottom: 0;
left: 0;     background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%); opacity: 0.5;
transition: opacity 0.2s linear;
z-index: -1;
}
.hmhp-title {
font-weight: 700;
font-size: var(--hybridmag-font-size-md);
color: #f5f5f5;
text-shadow: 0px 1px 1px #000;
margin: 0;
}
@media screen and (min-width: 992px) {
.hmhp-title {
font-size: var(--hybridmag-font-size-lg);
}
}
.hmhp-inner {
position: relative;
background-color: #f5f5f5;
}
.hmhp-thumb {
position: relative;
width: 100%;
padding-top: 55.681818182%;
}
.hmhp-thumb img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
position: absolute;
top: 0;
}
@media (min-width: 600px) {
.hm-tab-posts-wrapper {
display: flex;
flex-wrap: wrap;
gap: 30px;
}
}
.hm-tab-post-card {
overflow: hidden;
}
@media (min-width: 600px) and (max-width: 767px) {
.hm-tab-post-card {
flex-basis: calc(50% - 15px);
}
}
@media (min-width: 768px) {
.hm-tab-post-card {
flex-basis: calc(25% - 22.5px);
}
}
@media (max-width: 600px) {
.hm-tab-post-card {
margin: 0 0 30px;
}
.hm-tab-post-card:last-child {
margin-bottom: 0;
}
}
.hm-tab-post-img {
max-height: 342px;
overflow: hidden;
}
.hm-cl-sep .hm-tab-post-card {
border-radius: var(--hybridmag-global-border-radius);
box-shadow: var(--hybridmag-global-box-shadow);
background: var(--hybridmag-color-bg-cl-sep-content);
}
.hm-cl-sep .hm-tab-post-details {
padding: 20px;
margin-top: 0;
}
.hm-cl-one .hm-tab-post-card .hm-tab-post-img {
border-radius: var(--hybridmag-global-border-radius);
overflow: hidden;
}
.hm-tab-post-details {
margin-top: 15px;
}
.hm-tab-post-details .entry-meta {
font-size: var(--hybridmag-font-size-xxs);
}
.hm-tab-post-title {
font-size: var(--hybridmag-font-size-md);
margin: 0 0 8px;
word-wrap: break-word;
}
.hm-tab-post-img img {
vertical-align: middle;
} @media (min-width: 600px) {
.hm-fp-small-top {
display: flex;
gap: 30px;
}
}
.hm-fp-small-top {
margin-bottom: 50px;
}
.hm-fp-small {
display: flex;
width: 25%;
padding: 18px;
border-radius: var(--hybridmag-global-border-radius);
box-shadow: var(--hybridmag-global-box-shadow);
background: #ffffff;
}
.hm-fp-small .post-thumbnail {
max-width: 64px;
margin-right: 16px;
}
.hm-fp-small .post-thumbnail img {
border-radius: var(--hybridmag-global-border-radius);
}
.hm-fp-small .entry-title {
margin: 0;
font-size: var(--hybridmag-font-size-base);
}
.page .entry-header {
margin: 0 0 35px;
}
.page .entry-header h1 {
margin: 0;
}
.page .entry-footer {
margin: 40px 0;
}
.page .edit-link {
margin: 0;
}
.page-header {
margin: 0 0 var(--hybridmag-global-spacing);
}
.page-header .page-title {
margin: 0;
font-size: var(--hybridmag-font-size-xxl);
}
.page-header .archive-description {
margin: 5px 0 0;
}
.page-header .archive-description p {
margin-bottom: 0;
}
.hm-entry-single {
line-height: var(--hybridmag-line-height-article);
}
.hm-entry-single .entry-content {
margin-bottom: 35px;
font-size: var(--hybridmag-font-size-md);
}
.hm-entry-single > .post-thumbnail {
margin: 0 0 35px;
display: table;
}
.hm-entry-single .post-thumbnail img {
border-radius: var(--hybridmag-global-border-radius);
}
.hm-entry-single .entry-title {
font-size: var(--hybridmag-font-size-xxl);
margin: 0 0 10px;
}
@media (min-width: 768px) {
.hm-entry-single .entry-title {
font-size: var(--hybridmag-font-size-xxxl);
}
}
.hm-entry-single .entry-header {
margin: 0 0 35px;
}
.hm-entry-single .entry-footer {
display: flex;
margin: 40px 0;
}
.hm-cl-sep .hm-entry-single,
.hm-cl-sep .hm-woocommerce-container {
margin-bottom: 35px;
padding: var(--hybridmag-global-inner-spacing);
background: var(--hybridmag-color-bg-cl-sep-content);
border-radius: var(--hybridmag-global-border-radius);
box-shadow: var(--hybridmag-global-box-shadow);
}
.page-template-template-magazine.hm-cl-sep .hm-entry-single {
padding: 0;
background-color: transparent;
box-shadow: none;
}
.page-template-template-magazine.hm-cl-sep .hm-entry-single .entry-content .wp-block {
margin-bottom: 35px;
padding: var(--hybridmag-global-inner-spacing);
background: var(--hybridmag-color-bg-cl-sep-content);
border-radius: var(--hybridmag-global-border-radius);
box-shadow: var(--hybridmag-global-box-shadow);
}
.page-template-template-magazine .hm-entry-single .entry-content {
margin: 0;
}
.page.hm-entry-single .entry-header {
margin-bottom: 0;
}
.page.hm-entry-single .entry-header .entry-title {
margin: 0 0 35px;
}
.edit-link {
font-style: italic;
font-weight: 600;
margin-left: 1em;
}
.post-thumbnail figcaption {
color: #555;
font-size: var(--hybridmag-font-size-xxs);
text-align: center;
line-height: 1.3;
margin: 0.5em auto 1em auto;
max-width: 95%;
display: table-caption;
caption-side: bottom;
}
.page-links {
clear: both;
margin: 3.5em 0 1.5em;
}
.page-links .post-page-numbers {
border: 1px solid var(--hybridmag-color-border);
color: var(--hybridmag-color-text);
padding: 5px 14px;
font-weight: bold;
margin: 0 2px;
border-radius: 3px;
display: inline-block;
text-decoration: none !important;
}
.page-links .post-page-numbers:visited {
color: #000000;
}
.page-links .post-page-numbers:hover,
.page-links .post-page-numbers.current {
background-color: var(--hybridmag-color-primary);
border: 1px solid var(--hybridmag-color-primary);
color: #ffffff !important;
}
.hm-no-pt .hm-entry-single .entry-content {
margin-top: 0;
} .hm-cl-sep .comments-area {
background: var(--hybridmag-color-bg-cl-sep-content);
border-radius: var(--hybridmag-global-border-radius);
box-shadow: var(--hybridmag-global-box-shadow);
padding: var(--hybridmag-global-inner-spacing);
margin: 0 0 35px;
}
.comments-area {
margin: 80px 0 60px;
}
.comment-content a {
word-wrap: break-word;
}
.comment-content p {
margin-top: 0;
}
.bypostauthor {
display: block;
}
.comment-list {
margin: 0 0 1.5em 0;
list-style: none;
padding: 0;
border-bottom: 1px solid var(--hybridmag-color-border);
}
.says, .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
padding-top: 1.75em;
}
.comments-title {
font-size: 1.4375rem;
font-weight: 700;
line-height: 1.3125;
margin: 0;
padding: 0 0 35px;
}
.comment-reply-title {
position: relative;
font-size: 1.4375rem;
font-weight: 700;
margin: 0 0 20px;
line-height: 1.3125;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
border-top: 1px solid var(--hybridmag-color-border);
padding: 30px 30px 30px 75px;
position: relative;
}
.comment-list .children {
list-style: none;
margin: 0;
}
.comment-list .children > li {
padding-left: 0.875em;
}
.comment-author {
color: #1a1a1a;
margin-bottom: 0.4375em;
line-height: 1;
display: inline;
}
.comment-author a {
color: var(--hybridmag-color-primary);
}
.comment-author a:hover {
color: #222;
}
.comment-author .avatar {
height: 50px;
position: absolute;
width: 50px;
left: 0;
top: 22px;
border-radius: 50%;
}
.comment-metadata,
.pingback .edit-link {
color: #888888;
font-size: var(--hybridmag-font-size-xxs);
line-height: 1.6153846154;
}
footer.comment-meta {
margin-bottom: 25px;
}
.comment-metadata {
margin-left: 5px;
display: inline;
}
.comment-metadata a,
.pingback .comment-edit-link {
color: #888888;
}
.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
color: var(--hybridmag-color-link-hover);
}
.comment-metadata .edit-link,
.pingback .edit-link {
display: inline-block;
}
.comment-content ul,
.comment-content ol {
margin: 0 0 1.5em 1.25em;
}
.comment-content li > ul,
.comment-content li > ol {
margin-bottom: 0;
}
.comment-reply-link {
border-radius: 2px;
color: #fff;
display: inline-block;
font-size: var(--hybridmag-font-size-xxxs);
line-height: 1;
margin-top: 1.25em;
padding: 0.417em 0.833em;
font-weight: bold;
background: #222;
text-transform: uppercase;
}
.comment-reply-link:hover,
.comment-reply-link:focus {
background: var(--hybridmag-color-primary);
color: #fff;
outline: 0;
}
.comment-form label {
display: block;
font-size: var(--hybridmag-font-size-xs);
letter-spacing: 0.077em;
line-height: 1.5;
margin-bottom: 0.5em;
text-transform: uppercase;
}
.comment-list .comment-form {
padding-bottom: 1.75em;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
font-size: var(--hybridmag-font-size-sm);
line-height: 1.6;
margin-bottom: 1.5em;
}
.no-comments {
border-top: 1px solid var(--hybridmag-color-border);
font-weight: 700;
margin: 0;
padding-top: 1.75em;
}
.comment-navigation + .no-comments {
border-top: 0;
padding-top: 0;
}
.form-allowed-tags code {
font-family: Inconsolata, monospace;
}
.form-submit {
margin-bottom: 0;
}
.required {
color: var(--hybridmag-color-primary);
}
.comment-reply-title small {
font-size: 100%;
}
.comment-reply-title small a {
border: 0;
float: right;
font-size: 0;
}
.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
color: #1a1a1a;
}
#cancel-comment-reply-link {
position: absolute;
right: 10px;
top: 32px;
width: 26px;
height: 26px;
opacity: 0.5;
}
#cancel-comment-reply-link:hover {
opacity: 1;
}
#cancel-comment-reply-link:before, #cancel-comment-reply-link:after {
position: absolute;
left: 15px;
content: " ";
height: 26px;
width: 2px;
background-color: var(--hybridmag-color-text-main);
}
#cancel-comment-reply-link:before {
transform: rotate(45deg);
}
#cancel-comment-reply-link:after {
transform: rotate(-45deg);
} .widget {
margin: 0 0 var(--hybridmag-global-spacing);
}
.widget::after {
display: block;
content: "";
clear: both;
}
.widget select {
max-width: 100%;
}
.widget ol, .widget ul {
margin: 0;
padding: 0;
}
.widget ul li {
list-style: none;
margin-bottom: 0.5em;
}
.widget:first-of-type {
margin-top: 0;
}
.widget .wp-block-spacer {
margin-bottom: 0;
}
.hm-footer-widget-area .widget:first-of-type {
margin-top: 50px;
}
.clearfix:before, .clearfix:after {
content: "";
display: table;
table-layout: fixed;
}
.clearfix:after {
clear: both;
}
#secondary .widget-title,
#secondary .wp-block-heading {
color: var(--hybridmag-color-text-headings);
}
.hm-cl-sep #secondary .widget {
padding: var(--hybridmag-global-inner-spacing);
background: var(--hybridmag-color-bg-cl-sep-content);
box-shadow: var(--hybridmag-global-box-shadow);
border-radius: var(--hybridmag-global-border-radius);
}
.widget-title,
.widget_block h2.wp-block-heading,
.widget_block h3.wp-block-heading,
.widget_block h4.wp-block-heading {
margin: 0 0 20px;
font-size: var(--hybridmag-font-size-lg);
}
.hm-header-sidebar figure {
margin: 0;
}
.hm-sidebar-header-after .widget,
.hm-header-sidebar .widget {
margin: 1.5em 0 0;
}
.hm-sidebar-header-after .widget:first-of-type,
.hm-header-sidebar .widget:first-of-type {
margin-top: 0;
}
.hm-sidebar-header-after .widget:last-of-type,
.hm-header-sidebar .widget:last-of-type {
margin-bottom: 0;
} ul.hm-tab-nav {
overflow: hidden;
margin: 0 0 25px 0;
list-style: none;
padding: 0;
display: flex;
flex-wrap: wrap;
}
li.hm-tab {
float: left;
padding: 0 !important;
text-align: center;
margin-right: 35px;
}
li.hm-tab a {
width: 100%;
}
li.hm-tab.th-ui-state-active a {
border-bottom: 2px solid var(--hybridmag-color-primary);
outline: 0;
}
.hm-featured-tabs {
position: relative;
margin-bottom: 60px;
}
.hm-featured-tabs .hm-tab-anchor {
font-size: var(--hybridmag-font-size-md);
padding: 10px 0 3px;
line-height: 40px;
display: inline-block;
font-weight: var(--hybridmag-font-weight-headings);
line-height: 1.3;
color: #333;
}
@media (max-width: 600px) {
.hm-featured-tabs .hm-tab-anchor {
font-size: var(--hybridmag-font-size-sm);
}
}
.hm-featured-tabs #hm-tab-posts-2,
.hm-featured-tabs #hm-tab-posts-3,
.hm-featured-tabs #hm-tab-posts-4 {
display: none;
}
.hm-cl-one .hm-featured-tabs {
margin-bottom: 80px;
}
@media (min-width: 768px) {
.hm-tabs-view-more {
position: absolute;
top: 0;
right: 0;
margin-top: 10px;
font-size: var(--hybridmag-font-size-sm);
text-align: right;
}
}
.hm-tabs-view-more {
text-align: center;
font-weight: var(--hybridmag-font-weight-headings);
margin: 20px 0 0;
display: block;
}
.hm-sidebar-posts .widget-title {
margin-bottom: 25px;
}
.hm-sidebar-posts .hms-post:last-child {
margin-bottom: 0;
}
.hms-thumb {
float: left;
margin-right: 15px;
position: relative;
}
.hms-thumb img {
max-width: 75px;
vertical-align: top;
border-radius: var(--hybridmag-global-border-radius);
}
@media (min-width: 768px) and (max-width: 992px) {
.hms-thumb img {
max-width: 100%;
}
}
@media (min-width: 768px) and (max-width: 992px) {
.hms-thumb {
width: 30%;
margin-right: 12px;
}
}
.hms-details {
overflow: hidden;
}
.hms-title {
font-size: var(--hybridmag-font-size-base);
margin: 0 0 8px;
-ms-word-wrap: break-word;
word-wrap: break-word;
line-height: 1.27;
}
.hms-post {
margin-bottom: 30px;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
font-size: var(--hybridmag-font-size-xs);
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
} .hm-entry-single .entry-content > * {
margin-bottom: 30px;
}
.hm-entry-single .entry-content > *:last-child {
margin-bottom: 0;
}
.wp-block-group .wp-block-group__inner-container > * {
margin-bottom: 20px;
}
.wp-block-group .wp-block-group__inner-container > *:last-child {
margin-bottom: 0;
}
.wp-block-columns .wp-block-column > *:last-child {
margin-bottom: 0;
}
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts {
padding: 0;
list-style: none;
}
.wp-block-archives li,
.wp-block-categories li,
.wp-block-latest-posts li {
margin-bottom: 0.5em;
}
.wp-block-latest-comments {
padding-left: 0;
}
.page-content a.wp-block-button__link,
.entry-content a.wp-block-button__link,
.entry-summary a.wp-block-button__link,
.wp-block-button__link {
border-radius: 3px;
background: var(--hybridmag-color-button-background);
color: var(--hybridmag-color-button-text);
cursor: pointer;
line-height: 1;
padding: 0.8em 1em 0.8em;
font-size: var(--hybridmag-font-size-base);
font-weight: bold;
text-decoration: none;
}
.page-content a.wp-block-button__link:hover,
.entry-content a.wp-block-button__link:hover,
.entry-summary a.wp-block-button__link:hover,
.wp-block-button__link:hover {
color: var(--hybridmag-color-button-hover-text);
background: var(--hybridmag-color-button-hover-background);
}
.page-content a.wp-block-button__link:active, .page-content a.wp-block-button__link:focus,
.entry-content a.wp-block-button__link:active,
.entry-content a.wp-block-button__link:focus,
.entry-summary a.wp-block-button__link:active,
.entry-summary a.wp-block-button__link:focus,
.wp-block-button__link:active,
.wp-block-button__link:focus {
background: var(--hybridmag-color-button-focus-background);
}
.wp-block-search__button {
padding: 0.8rem 1rem;
border: none;
}
.wp-block-pullquote {
border-left: none;
border-right: none;
font-size: var(--hybridmag-font-size-xl);
padding: 2rem 0;
text-align: left;
margin-top: 40px;
margin-bottom: 40px;
}
.wp-block-pullquote cite,
.wp-block-pullquote .wp-block-pullquote__citation {
font-size: var(--hybridmag-font-size-sm);
}
.wp-block-pullquote cite::before,
.wp-block-pullquote .wp-block-pullquote__citation::before {
content: "—";
margin-right: 0.25rem;
}
.wp-block-pullquote blockquote {
border-left: none;
}
.wp-block-pullquote blockquote p,
.wp-block-pullquote.is-style-solid-color blockquote p {
font-size: var(--hybridmag-font-size-xl);
line-height: 1.3;
margin-bottom: 0.5em;
margin-top: 0;
font-style: italic;
}
.wp-block-pullquote.is-style-solid-color,
.wp-block-pullquote.has-background,
.wp-block-pullquote[style*=border-style][style*=border-width] {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.wp-block-pullquote.is-style-solid-color blockquote {
margin-left: 0;
margin-right: 0;
}
.wp-block-latest-posts__featured-image,
.wp-block-latest-posts__featured-image:not(.alignleft, .alignright),
.wp-block-latest-posts__featured-image img {
border-radius: var(--hybridmag-global-border-radius);
}
.wp-block-image:not(.alignfull, .is-style-rounded) img,
.wp-block-gallery .wp-block-image {
border-radius: var(--hybridmag-global-border-radius);
}
.th-hm-es .article-section-title {
border-color: var(--hybridmag-color-primary);
border-bottom: 2px solid var(--hybridmag-color-primary);
display: inline-block;
line-height: 1.2;
}
.th-hm-es .bnm-bhs-2 .article-section-title {
border-bottom: none;
}
.hm-dark .bnm-thumbnail-swiper.swiper {
background: #111;
}
.is-style-hybridmag-heading-s1 {
border-bottom: 2px solid var(--hybridmag-color-primary);
display: inline-block;
line-height: 1.2;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
} :root {
--bnm-border-color: var(--hybridmag-color-border);
}
.wpbnmpb1,
.wpbnmpb2,
.wpbnmspp {
--bnm-meta-color: var(--hybridmag-color-text-light);
--bnm-meta-hover-color: var(--hybridmag-color-link-hover);
--bnm-title-color: var(--hybridmag-color-link);
--bnm-title-hover-color: var(--hybridmag-color-link-hover);
--bnm-category-bg-color: var(--hybridmag-color-primary);
--bnm-category-bg-hover-color: #333333;
}
.hm-cl-sep .hm-magazine-1-sb .wpbnmpb1,
.hm-cl-sep .hm-magazine-1-sb .wpbnmpb2,
.hm-cl-sep .hm-magazine-1-sb .wpbnmspp,
.hm-cl-sep .hm-magazine-2-sb .wpbnmpb1,
.hm-cl-sep .hm-magazine-2-sb .wpbnmpb2,
.hm-cl-sep .hm-magazine-2-sb .wpbnmspp {
padding: var(--hybridmag-global-inner-spacing);
border-radius: var(--hybridmag-global-border-radius);
box-shadow: var(--hybridmag-global-box-shadow);
background: var(--hybridmag-color-bg-cl-sep-content);
}
.hm-cl-sep .hm-magazine-1-sb .wpbnmspp.image-alignbehind,
.hm-cl-sep .hm-magazine-2-sb .wpbnmspp.image-alignbehind {
padding: 0;
}
.hm-cl-sep .hm-magazine-1-sb .wpbnmfpb1,
.hm-cl-sep .hm-magazine-1-sb .wpbnmfpb2,
.hm-cl-sep .hm-magazine-1-sb .wpbnmposw,
.hm-cl-sep .hm-magazine-2-sb .wpbnmfpb1,
.hm-cl-sep .hm-magazine-2-sb .wpbnmfpb2,
.hm-cl-sep .hm-magazine-2-sb .wpbnmposw {
box-shadow: var(--hybridmag-global-box-shadow);
}
.bnm-fp1-container,
.bnm-fp2-container,
.thbnm-swiper {
overflow: hidden;
border-radius: var(--hybridmag-global-border-radius);
}
.wpbnmpb1 .post-thumbnail img,
.wpbnmpb2 .post-thumbnail img {
border-radius: var(--hybridmag-global-border-radius);
}
.wpbnmspp.image-alignbehind .post-thumbnail,
.wpbnmspp .post-thumbnail {
overflow: hidden;
}
.wpbnmspp.image-alignbehind .post-thumbnail img,
.wpbnmspp .post-thumbnail img {
border-radius: var(--hybridmag-global-border-radius);
}
.wpbnmspp.image-alignbehind .post-has-image .bnm-entry-wrapper {
border-bottom-left-radius: var(--hybridmag-global-border-radius);
border-bottom-right-radius: var(--hybridmag-global-border-radius);
}
.wpbnmspp.image-alignbehind {
background: inherit;
box-shadow: none;
}
.wpbnmspp.image-alignbehind .bnmsp-post {
box-shadow: var(--hybridmag-global-box-shadow);
}
.th-hm-es .wpbnmpb1 .entry-meta .byline,
.th-hm-es .wpbnmpb1 .entry-meta .posted-on,
.th-hm-es .wpbnmpb1 .entry-meta .bnm-comment-count,
.th-hm-es .wpbnmpb2 .entry-meta .byline,
.th-hm-es .wpbnmpb2 .entry-meta .posted-on,
.th-hm-es .wpbnmpb2 .entry-meta .bnm-comment-count,
.th-hm-es .wpbnmposw .entry-meta .byline,
.th-hm-es .wpbnmposw .entry-meta .posted-on,
.th-hm-es .wpbnmposw .entry-meta .bnm-comment-count,
.th-hm-es .wpbnmfpb2 .entry-meta .byline,
.th-hm-es .wpbnmfpb2 .entry-meta .posted-on,
.th-hm-es .wpbnmfpb2 .entry-meta .bnm-comment-count,
.th-hm-es .wpbnmfpb1 .entry-meta .byline,
.th-hm-es .wpbnmfpb1 .entry-meta .posted-on,
.th-hm-es .wpbnmfpb1 .entry-meta .bnm-comment-count,
.th-hm-es .wpbnmspp .entry-meta .byline,
.th-hm-es .wpbnmspp .entry-meta .posted-on,
.th-hm-es .wpbnmspp .entry-meta .bnm-comment-count {
margin-right: 0;
}
.th-hm-es .wpbnmpb1 .entry-meta .hm-meta-sep,
.th-hm-es .wpbnmpb2 .entry-meta .hm-meta-sep,
.th-hm-es .wpbnmposw .entry-meta .hm-meta-sep,
.th-hm-es .wpbnmfpb2 .entry-meta .hm-meta-sep,
.th-hm-es .wpbnmfpb1 .entry-meta .hm-meta-sep,
.th-hm-es .wpbnmspp .entry-meta .hm-meta-sep {
margin: 0 calc(var(--bnm-meta-spacing, 0.6em) / 2);
}
.widget .bnmbcs ul li {
margin: 0;
}
.bnm-box-cat .bnm-cat-links a {
color: #ffffff;
border-radius: 4px;
}
.bnm-box-cat .bnm-cat-links a:hover {
color: #ffffff;
}
.bnm-box-cat .bnm-cat-links a:visited {
color: #ffffff;
} .bnmbcs.is-style-boxed {
padding: var(--hybridmag-global-inner-spacing);
background: var(--hybridmag-color-bg-cl-sep-content);
border-radius: var(--hybridmag-global-border-radius);
box-shadow: var(--hybridmag-global-box-shadow);
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
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;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .hm-entry .entry-content > *.wp-block-image .alignleft,
.hm-entry .entry-content > *.alignleft,
.alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.hm-entry .entry-content > *.wp-block-image .alignright,
.hm-entry .entry-content > *.alignright,
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}@font-face {
font-family: 'Figtree';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(//www.dorfgemeinschaft-strassham.at/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin-ext-italics.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Figtree';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(//www.dorfgemeinschaft-strassham.at/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin-italics.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, 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: 'Figtree';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(//www.dorfgemeinschaft-strassham.at/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin-ext-italics.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Figtree';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(//www.dorfgemeinschaft-strassham.at/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin-italics.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, 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: 'Figtree';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(//www.dorfgemeinschaft-strassham.at/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin-ext-italics.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Figtree';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(//www.dorfgemeinschaft-strassham.at/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin-italics.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, 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: 'Figtree';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(//www.dorfgemeinschaft-strassham.at/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin-ext-italics.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Figtree';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(//www.dorfgemeinschaft-strassham.at/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin-italics.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, 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: 'Figtree';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(//www.dorfgemeinschaft-strassham.at/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin-ext-italics.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Figtree';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(//www.dorfgemeinschaft-strassham.at/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin-italics.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, 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: 'Figtree';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(//www.dorfgemeinschaft-strassham.at/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin-ext-italics.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Figtree';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(//www.dorfgemeinschaft-strassham.at/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin-italics.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, 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: 'Figtree';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(//www.dorfgemeinschaft-strassham.at/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin-ext-italics.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Figtree';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(//www.dorfgemeinschaft-strassham.at/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin-italics.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, 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: 'Figtree';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(//www.dorfgemeinschaft-strassham.at/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin-ext.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Figtree';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(//www.dorfgemeinschaft-strassham.at/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, 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: 'Figtree';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(//www.dorfgemeinschaft-strassham.at/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin-ext.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Figtree';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(//www.dorfgemeinschaft-strassham.at/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, 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: 'Figtree';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(//www.dorfgemeinschaft-strassham.at/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin-ext.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Figtree';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(//www.dorfgemeinschaft-strassham.at/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, 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: 'Figtree';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(//www.dorfgemeinschaft-strassham.at/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin-ext.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Figtree';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(//www.dorfgemeinschaft-strassham.at/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, 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: 'Figtree';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(//www.dorfgemeinschaft-strassham.at/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin-ext.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Figtree';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(//www.dorfgemeinschaft-strassham.at/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, 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: 'Figtree';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(//www.dorfgemeinschaft-strassham.at/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin-ext.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Figtree';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(//www.dorfgemeinschaft-strassham.at/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, 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: 'Figtree';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(//www.dorfgemeinschaft-strassham.at/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin-ext.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Figtree';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(//www.dorfgemeinschaft-strassham.at/wp-content/themes/hybridmag/assets/fonts/figtree/figtree-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, 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:'FontAwesome';src:url(//www.dorfgemeinschaft-strassham.at/wp-content/plugins/team-free/src/Frontend/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//www.dorfgemeinschaft-strassham.at/wp-content/plugins/team-free/src/Frontend/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//www.dorfgemeinschaft-strassham.at/wp-content/plugins/team-free/src/Frontend/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//www.dorfgemeinschaft-strassham.at/wp-content/plugins/team-free/src/Frontend/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//www.dorfgemeinschaft-strassham.at/wp-content/plugins/team-free/src/Frontend/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//www.dorfgemeinschaft-strassham.at/wp-content/plugins/team-free/src/Frontend/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal;font-display:swap;}.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}@font-face{font-family:sp-team-fontello;src:url(//www.dorfgemeinschaft-strassham.at/wp-content/plugins/team-free/src/Admin/font/fontello.eot?29722980);src:url(//www.dorfgemeinschaft-strassham.at/wp-content/plugins/team-free/src/Admin/font/fontello.eot?29722980#iefix) format('embedded-opentype'),url(//www.dorfgemeinschaft-strassham.at/wp-content/plugins/team-free/src/Admin/font/fontello.woff2?29722980) format('woff2'),url(//www.dorfgemeinschaft-strassham.at/wp-content/plugins/team-free/src/Admin/font/fontello.woff?29722980) format('woff'),url(//www.dorfgemeinschaft-strassham.at/wp-content/plugins/team-free/src/Admin/font/fontello.ttf?29722980) format('truetype'),url(//www.dorfgemeinschaft-strassham.at/wp-content/plugins/team-free/src/Admin/font/fontello.svg?29722980#fontello) format('svg');font-weight:400;font-style:normal}[class*=" sp-team-icon-"]:before,[class^=sp-team-icon-]:before{font-family:sp-team-fontello;font-style:normal;font-weight:400;speak:never;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sp-team-icon-team-pro:before{content:'\e800'}.sp-team-icon-tiktok:before{content:'\e802'}.sp-team-icon-globe-solid:before{content:'\e81c'}.sp-team-icon-x-twitter:before{content:'\e81d'}.sp-team-icon-external_link:before{content:'\e81f'}#poststuff .sp-team .sptp-section-title{padding:0;text-align:left;font-size:24px;line-height:inherit;font-weight:700}.sptp_member img{max-width:100%;height:auto}.sp-team .sptp-section-title{margin:0;padding:0;text-align:left;font-size:24px;line-height:inherit;font-weight:700}.sp-team .sptp-section-title span{display:inline-block}.sptp-member-avatar:focus{outline:0}.sptp-member-avatar .sptp-member-avatar-img{display:block;overflow:hidden}.sptp-member-avatar .sptp-member-avatar-img.sptp-circle{border-radius:50%}.sptp-member-avatar .sptp-member-avatar-img:focus{outline:0}.sptp-member-avatar .sptp-member-avatar-img img{-webkit-transition:.25s all;transition:.25s all;border-radius:0}.sptp-member-avatar .sptp-member-avatar-img.zoom_in img{-webkit-transform:scale(1);transform:scale(1)}.sptp-member-avatar .sptp-member-avatar-img.zoom_in:hover img{-webkit-transform:scale(1.2);transform:scale(1.2)}.sptp-member-avatar .sptp-member-avatar-img.zoom_out img{-webkit-transform:scale(1.2);transform:scale(1.2)}.sptp-member-avatar .sptp-member-avatar-img.zoom_out:hover img{-webkit-transform:scale(1);transform:scale(1)}.sptp-member .sptp-member-avatar-img img:focus{outline:0;border:none}.sptp-member .sptp-member-avatar-img:hover .sptp-icon{opacity:1;display:block}.sptp-member-avatar-img{text-align:center}.sptp-member-avatar-img.sptp-circle img{border-radius:50%}.sptp-member-avatar-img.sptp-rounded{border-radius:12px}.sptp-member-avatar-img.sptp-rounded img{border-radius:8px}.sptp-member.sptp-top-content .sptp-member-avatar{margin-top:15px}.sptp-member-avatar-img{position:relative}.sptp-member-avatar-img .sptp-icon{background:0 0;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0;height:100%;z-index:999;-webkit-transition:opacity .33s;transition:opacity .33s}.sptp-member-avatar-img .sptp-icon .fa{color:#fff;font-size:30px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.sptp-member-avatar-img.sptp-circle .sptp-icon{border-radius:50%}.sptp-member-avatar-img.sptp-rounded .sptp-icon{border-radius:8px}.sptp-member-name .sptp-member-name-title{font-weight:600;font-size:18px;line-height:24px;margin:0;margin-top:12px;padding-bottom:0;text-align:center}.sptp-single-post .sptp-member-name .sptp-member-name-title{text-align:left}#wrapper .sptp-member .sptp-member-name .sptp-member-name-title{font-size:18px}.sptp-member .sptp-member-name .sptp-member-name-title::before{content:none}.sptp-member-profession .sptp-jop-title{font-weight:400;font-size:15px;line-height:18px;margin:0;text-align:left;margin-top:4px;margin-bottom:0}.sptp-member .sptp-member-desc{color:#333;font-weight:300;font-size:14px;line-height:22px;text-align:center;margin-top:6px;margin-bottom:8px}.sptp-single-post .sptp-member .sptp-member-desc{text-align:left}.sptp-member-social{margin:0;padding:0;padding-top:10px;list-style:none;text-align:left}.sptp-member-social.circle a{border-radius:50%}.sptp-member-social.rounded a{border-radius:5px}.sptp-member-social ul{list-style:none;padding-left:0;margin:0;line-height:0}.sptp-member-social ul li{display:inline-block;margin:0;list-style:none;position:relative}.sptp-member-social ul li:hover{opacity:.7}.sptp-member-social ul li a{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;height:30px;width:30px;border-radius:50%;color:#fff;background-color:#333;font-size:15px;height:30px;width:30px;display:block;text-align:center}.sptp-member-social ul li .fa,.sptp-member-social ul li .spteam-icon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.sptp-member-social .sptp-twitter{background-color:#55acee!important}.sptp-member-social .sptp-sp-team-icon-x-twitter{background-color:#000!important}.sptp-member-social .sptp-facebook{background-color:#0765ff!important}.sptp-member-social .sptp-instagram{background-color:#e4405f!important}.sptp-member-social .sptp-pinterest-p{background-color:#e60022!important}.sptp-member-social .sptp-linkedin{background-color:#0b65c2!important}.sptp-member-social .sptp-youtube{background-color:#cd201f!important}.sptp-member-social .sptp-medium{background-color:#02b875!important}.sptp-member-social .sptp-codepen{background-color:#76daff!important}.sptp-member-social .sptp-skype{background-color:#00aff0!important}.sptp-member-social .sptp-whatsapp{background-color:#0bc144!important}.sptp-member-social .sptp-soundcloud{background-color:#f30!important}.sptp-member-social .sptp-envelope,.sptp-member-social .sptp-telegram{background-color:#08c!important}.sp-team select>option[value=""]{display:none}.sp-team *{-webkit-box-sizing:border-box;box-sizing:border-box}.sp-team a{text-decoration:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}.text-center{text-align:center}.sptp-member{margin-bottom:30px;cursor:pointer;line-height:0}.sp-team img{max-width:100%;height:auto}.sptp-member .sptp-member-desc,.sptp-member .sptp-member-social{padding-top:4px;width:100%}.sp-team .sptp-container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.sptp-row.sptp-no-gutters>[class*=sptp-col-]{padding-right:0;padding-left:0}.sptp-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:80px}.sptp-row [class*=sptp-col-]{position:relative;width:100%}.sptp-member{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sptp-member.sptp-top-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sptp-member.sptp-top-content .content{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.sptp-member.sptp-top-content .sptp-member-avatar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%;color:transparent}.sptp-member .content{word-break:break-all}.sptp-member{cursor:inherit;overflow:hidden}.sptp-member-desc,.sptp-member-name,.sptp-member-social{display:block;width:100%}.hidden{display:none!important}.show{display:block!important}.sptp-page-loading-image{background-color:#fff;background-image:url(//www.dorfgemeinschaft-strassham.at/wp-content/plugins/team-free/src/Frontend/img/spinner.svg);background-repeat:no-repeat;background-position:center center;position:absolute;z-index:9999;width:100%;height:100%}.sp-team a:focus{outline:0}.sptp-member-avatar{color:transparent}.sptp-main-carousel .swiper-button-next:after,.sptp-main-carousel .swiper-button-prev:after,.sptp-main-carousel .swiper-container-rtl .swiper-button-next:after,.sptp-main-carousel .swiper-container-rtl .swiper-button-prev:after{content:none}.sptp-main-carousel.top-right{position:relative;padding-top:55px;padding-bottom:52px}.sptp-main-carousel .swiper-slide:focus{outline:0}.sptp-main-carousel .swiper-slide .sptp-member:focus{outline:0}.sptp-main-carousel .swiper-slide .sptp-member-avatar:focus{outline:0}.sp-team .sptp-main-carousel .sptp-button-next,.sp-team .sptp-main-carousel .sptp-button-prev{top:23px;left:auto;right:1px;height:30px;width:30px;background-image:none;background-color:#fff;color:#aaa;font-family:FontAwesome;font-size:20px;line-height:30px;border:none;border:1px solid #63a37b;-webkit-transition:.3s;transition:.3s;text-align:center}.sptp-main-carousel .sptp-button-next:hover,.sptp-main-carousel .sptp-button-prev:hover{color:#fff;background-color:#63a37b}.sptp-main-carousel .sptp-button-next:focus,.sptp-main-carousel .sptp-button-prev:focus{-webkit-box-shadow:none;box-shadow:none}.sptp-main-carousel .sptp-button-prev.top-right{right:45px}.sp-team.sptp-section{position:relative;overflow:hidden}.left_content_right_img .swiper-slide-prev,.left_img_right_content .swiper-slide-prev{margin-right:0!important}.sptp-pagination>.swiper-pagination-bullet{width:11px;height:11px}.sptp-carousel .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.sptp-pagination>.swiper-pagination-bullet:focus{outline:0}.sptp-pagination>.swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#63a37b}.sptp-main-carousel .swiper-container-horizontal>.swiper-pagination-bullets{bottom:18px}.sptp-hidden{display:none}.sptp-show{display:block}.sptp-row>.first-row{margin-top:0}.sptp-grid .sptp-icon-on-image{cursor:pointer}.sptp-grid .sptp-icon-on-image.zoom_in:hover{z-index:99}.sptp-grid .sptp-member-avatar{overflow:hidden}.sptp-member-post-link-fa{font-size:12px!important;margin-right:5px}.sptp-member-post-link{color:#000;font-weight:900}.sptp-member-post-link:hover{color:#4c7e5b}.sptp-grid .sptp-row{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.sptp-list-item.sptp-member.sptp-left-content .sptp-member-avatar{margin-right:0}.sptp-list-item.sptp-member .sptp-member-info{-webkit-box-flex:1;-ms-flex:1;flex:1}.sptp-list-item{margin-bottom:30px;gap:10px}.sptp-list-item.sptp-member{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-left:0;margin-bottom:10px}.sptp-list-item .sptp-member-avatar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.sptp-list-item .content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.sptp-list-item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;overflow:hidden}.sptp-list-item .sptp-member-name .sptp-member-name-title{text-align:left}.sptp-list-item .sptp-member-desc,.sptp-list-item .sptp-member-profession .sptp-jop-title{text-align:left}.sptp-list-item .sptp-member-social ul{text-align:left}.sptp-list-item .image{max-width:40%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sptp-list-item .content{width:68%}.sptp-list-item .content.no-image{width:100%}.sp-team.top_content_bottom_img .sptp-member-avatar{order:2}.sp-team.top_content_bottom_img .sptp-member-desc,.sp-team.top_content_bottom_img .sptp-member-name,.sp-team.top_content_bottom_img .sptp-member-profession,.sp-team.top_content_bottom_img .sptp-member-social{order:1}@media only screen and (min-width:320px){.sptp-row .sptp-col-xs-1{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sptp-row .sptp-col-xs-2{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sptp-row .sptp-col-xs-3{-webkit-box-flex:0;-ms-flex:0 0 33.2222%;flex:0 0 33.2222%;max-width:33.2222%}.sptp-row .sptp-col-xs-4{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sptp-row .sptp-col-xs-5{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.sptp-row .sptp-col-xs-6{-webkit-box-flex:0;-ms-flex:0 0 16.6666%;flex:0 0 16.6666%;max-width:16.6666%}.sptp-row .sptp-col-xs-7{-webkit-box-flex:0;-ms-flex:0 0 14.2857%;flex:0 0 14.2857%;max-width:14.2857%}.sptp-row .sptp-col-xs-8{-webkit-box-flex:0;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}}@media only screen and (min-width:768px){.sptp-row .sptp-col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sptp-row .sptp-col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sptp-row .sptp-col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%;max-width:33.333%}.sptp-row .sptp-col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sptp-row .sptp-col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.sptp-row .sptp-col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 16.6666%;flex:0 0 16.6666%;max-width:16.6666%}.sptp-row .sptp-col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 14.2857%;flex:0 0 14.2857%;max-width:14.2857%}.sptp-row .sptp-col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}}@media only screen and (min-width:1024px){.sptp-row .sptp-col-md-1{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sptp-row .sptp-col-md-2{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sptp-row .sptp-col-md-2-half{-webkit-box-flex:0;-ms-flex:0 0 70%;flex:0 0 70%;max-width:70%}.sptp-row .sptp-col-md-3{-webkit-box-flex:0;-ms-flex:0 0 33.2222%;flex:0 0 33.2222%;max-width:33.2222%}.sptp-row .sptp-col-md-4{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sptp-row .sptp-col-md-5{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.sptp-row .sptp-col-md-6{-webkit-box-flex:0;-ms-flex:0 0 16.6666%;flex:0 0 16.6666%;max-width:16.6666%}.sptp-row .sptp-col-md-7{-webkit-box-flex:0;-ms-flex:0 0 14.2857%;flex:0 0 14.2857%;max-width:14.2857%}.sptp-row .sptp-col-md-8{-webkit-box-flex:0;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}}@media only screen and (min-width:1200px){.sptp-row .sptp-col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sptp-row .sptp-col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sptp-row .sptp-col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 33.2222%;flex:0 0 33.2222%;max-width:33.2222%}.sptp-row .sptp-col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sptp-row .sptp-col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.sptp-row .sptp-col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 16.6666%;flex:0 0 16.6666%;max-width:16.6666%}.sptp-row .sptp-col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 14.2857%;flex:0 0 14.2857%;max-width:14.2857%}.sptp-row .sptp-col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}}@media screen and (max-width:600px){.sptp-list-item.sptp-member{flex-direction:column}.sptp-list-item .content{width:100%}}.sptp-member img{max-width:100%;height:auto}#poststuff .sptp-member .sptp-member-name .sptp-member-name-title{font-weight:600;font-size:18px;line-height:24px;margin:0;padding:0;margin-top:12px;padding-bottom:0}.block-editor-inserter__preview-container .sptf_block_shortcode{display:none}.block-editor-inserter__preview-container .sptf_shortcode_block_preview_image img{width:100%}.block-editor-page .sptp-member-social ul li a{color:#fff!important}.sptf_block_shortcode{padding:50px 15px 55px 15px;border:1px solid #ccc}.sptf_block_shortcode .sptf_block_shortcode_text{margin-bottom:5px;font-size:13px}.sptf_block_shortcode_title{display:flex;margin-bottom:20px}.sptf_block_shortcode .sptf_block_shortcode_title img{width:26px;margin-right:10px;box-shadow:none}.sptf_block_shortcode .sptf_block_shortcode_title h4{margin:0}.block-editor-page .editor-styles-wrapper select,.block-editor-page select.sptf-shortcode-selector,.block-editor-page select.sptf-shortcode-selector:focus,.block-editor-page select.sptf-shortcode-selector:focus-visible{width:auto;padding:5px;border:1px solid #ccc;font-size:13px}.sptp-gutenberg-shortcode.editor-styles-wrapper{padding:0;line-height:24px}.sptp-gutenberg-shortcode.editor-styles-wrapper:after{display:none}.editor-styles-wrapper .sptp_block_shortcode img{box-shadow:none}.block-editor-page .editor-styles-wrapper select.sptp-shortcode-selector,.block-editor-page select.sptp-shortcode-selector,.block-editor-page select.sptp-shortcode-selector:focus,.block-editor-page select.sptp-shortcode-selector:focus-visible{width:250px;padding:5px;border:1px solid #ccc;font-size:13px;padding-right:25px}.block-editor-page .editor-styles-wrapper i{font-style:normal}.sp-team .fa,.sptp_member .fa{font-family:FontAwesome}.elementor-default .sp-team .swiper-container:not(.swiper-container-initialized) .swiper-wrapper,.elementor-default .sp-team .swiper:not(.swiper-initialized) .swiper-wrapper{overflow:initial}.sptp-main-carousel .sptp-button-next.top-left{left:45px;right:auto}.sptp-main-carousel .sptp-button-prev.top-left{left:3px;right:auto}