@charset "UTF-8";
.full_width,
.one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
float: left;
}
.clear_column {
clear:both;
display:block;
font-size:0; height:0;
line-height:0; width:100%;
overflow: hidden;
}  .full_width  {
width: 100%;
}
.one_half  {
width: 50%;
}
.one_third  {
width: 33.3%;
}
.two_third  {
width: 66.6%;
}
.one_fourth  {
width: 25%;
}
.three_fourth  {
width: 75%;
}
.one_fifth  {
width: 20%;
}
.two_fifth  {
width: 40%;
}
.three_fifth  {
width: 60%;
}
.four_fifth  {
width: 80%;
}
.one_sixth  {
width: 16.6%;
}
.five_sixth  {
width: 83.4%;
}  @media screen and (max-width: 600px) {
.full_width,
.one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
clear: both;
width: 100%;
margin-left: 0;
margin-right: 0;
margin-bottom: 1em;
}
}
  :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:visited {
color: var(--hybridmag-color-button-hover-text);
}
.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: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 .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;
}  .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,
.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 .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 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-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-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-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;
} .hm-fp-small-top {
margin-bottom: 50px;
}
@media (min-width: 600px) {
.hm-fp-small-top {
display: flex;
gap: 30px;
}
}
.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 {
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-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: -50px;
}
.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;
}
.hm-tabs-view-more {
text-align: center;
font-weight: var(--hybridmag-font-weight-headings);
margin: 20px 0 0;
display: block;
}
@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-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-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;
} .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.templateswift.com/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.templateswift.com/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.templateswift.com/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.templateswift.com/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.templateswift.com/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.templateswift.com/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.templateswift.com/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.templateswift.com/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.templateswift.com/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.templateswift.com/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.templateswift.com/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.templateswift.com/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.templateswift.com/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.templateswift.com/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.templateswift.com/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.templateswift.com/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.templateswift.com/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.templateswift.com/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.templateswift.com/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.templateswift.com/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.templateswift.com/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.templateswift.com/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.templateswift.com/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.templateswift.com/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.templateswift.com/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.templateswift.com/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.templateswift.com/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.templateswift.com/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;
}#jp-post-flair {
padding-top: 0.5em;
} div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
clear: both;
}
div.sharedaddy h3.sd-title {
margin: 0 0 1em 0;
display: inline-block;
line-height: 1.2;
font-size: 9pt;
font-weight: 700;
}
body.highlander-light h3.sd-title::before {
border-top: 1px solid rgba(0, 0, 0, 0.2);
}
body.highlander-dark h3.sd-title::before {
border-top: 1px solid rgba(255, 255, 255, 0.4);
} .sd-sharing {
margin-bottom: 1em;
}
.sd-content ul {
padding: 0 !important;
margin: 0 !important;
list-style: none !important;
}
.sd-content ul li {
display: inline-block;
margin: 0 8px 12px 0;
padding: 0;
}
.sd-content ul li.share-deprecated {
opacity: 0.5;
}
.sd-content ul li.share-deprecated a span {
text-decoration: line-through;
}
.sd-block.sd-gplus {
margin: 0 0 0.5em 0;
}
.sd-gplus .sd-content {
font-size: 12px;
} .sd-content .share-email-error .share-email-error-title {
margin: 0.5em 0;
}
.sd-content .share-email-error .share-email-error-text {
font-family: "Open Sans", sans-serif;
font-size: 12px;
margin: 0.5em 0;
} .sd-social-icon .sd-content ul li a.sd-button,
.sd-social-text .sd-content ul li a.sd-button,
.sd-content ul li a.sd-button,
.sd-content ul li .option a.share-ustom, .sd-content ul li.preview-item div.option.option-smart-off a,
.sd-content ul li.advanced a.share-more,
.sd-social-icon-text .sd-content ul li a.sd-button,
.sd-social-official .sd-content > ul > li > a.sd-button,
#sharing_email .sharing_send,
.sd-social-official .sd-content > ul > li .digg_button > a { text-decoration: none !important;
display: inline-block;
font-size: 13px;
font-family: "Open Sans", sans-serif;
font-weight: 500;
border-radius: 4px;
color: #2c3338 !important;
background: #fff;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.12);
text-shadow: none;
line-height: 23px;
padding: 4px 11px 3px 9px;
}
.sd-social-official .sd-content ul li a.sd-button,
.sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a {
align-items: center;
display: flex;
font-size: 12px;
line-height: 12px;
padding: 1px 6px 0 5px;
min-height: 20px;
}
.sd-social-official .sd-content ul.preview li a.sd-button,
.sd-social-official .sd-content ul.preview li.preview-item div.option.option-smart-off a {
position: relative;
top: 2px;
}
.sd-content ul li a.sd-button > span,
.sd-content ul li .option a.share-ustom span, .sd-content ul li.preview-item div.option.option-smart-off a span,
.sd-content ul li.advanced a.share-more span,
.sd-social-icon-text .sd-content ul li a.sd-button > span,
.sd-social-official .sd-content > ul > li > a.sd-button span,
.sd-social-official .sd-content > ul > li .digg_button > a span { line-height: 23px;
margin-left: 6px;
} .sd-social-icon .sd-content ul li a.sd-button > span {
margin-left: 0;
}
body .sd-social-icon .sd-content ul li[class*="share-"] a.sd-button.share-icon.no-text span:not(.custom-sharing-span) {
display: none;
} .sd-social-text .sd-content ul li a.sd-button span {
margin-left: 3px;
}
.sd-social-official .sd-content ul li a.sd-button > span,
.sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a span {
line-height: 12px;
margin-left: 3px;
}
.sd-social-official .sd-content > ul > li > a.sd-button::before,
.sd-social-official .sd-content > ul > li .digg_button > a::before,
.sd-social-official .sd-content .sharing-hidden .inner > ul > li > a.sd-button::before,
.sd-social-official .sd-content .sharing-hidden .inner > ul > li .digg_button > a::before {
margin-bottom: -1px;
}
.sd-social-icon .sd-content ul li a.sd-button:hover,
.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:hover,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:hover,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content > ul > li > a.sd-button:hover,
.sd-social-official .sd-content > ul > li > a.sd-button:active,
.sd-social-official .sd-content > ul > li .digg_button > a:hover,
.sd-social-official .sd-content > ul > li .digg_button > a:active {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(0, 0, 0, 0.22);
}
.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content > ul > li > a.sd-button:active,
.sd-social-official .sd-content > ul > li .digg_button > a:active {
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.16);
} .sd-content ul li a.sd-button::before {
display: inline-block;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font: 400 18px/1 social-logos;
vertical-align: top;
text-align: center;
} .sd-social-icon-text ul li a.sd-button::before {
position: relative;
top: 2px;
} @media screen and (-webkit-min-device-pixel-ratio: 0) {
.sd-content ul li a.sd-button::before {
position: relative;
top: 2px;
}
}
.sd-social-official ul li a.sd-button::before {
position: relative;
top: -2px;
} @media screen and (-webkit-min-device-pixel-ratio: 0) {
.sd-social-official ul li a.sd-button::before {
top: 0;
}
} .jp-sharing-input-touch .sd-content ul li {
padding-left: 10px;
}
.sd-content ul li.preview-item.no-icon a.sd-button span {
margin-left: 0;
} .sd-social-text .sd-content ul li a::before,
.sd-content ul li.no-icon a::before {
display: none;
}
body .sd-social-text .sd-content ul li.share-custom a span,
body .sd-content ul li.share-custom.no-icon a span {
background-image: none;
background-position: -500px -500px !important; background-repeat: no-repeat !important;
padding-left: 0;
height: 0;
line-height: inherit;
}
.sd-social-icon .sd-content ul li a.share-more {
position: relative;
top: -4px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
.sd-social-icon .sd-content ul li a.share-more {
top: 2px;
}
} @-moz-document url-prefix() {
.sd-social-icon .sd-content ul li a.share-more {
top: 2px;
}
}
.sd-social-icon .sd-content ul li a.share-more span {
margin-left: 3px;
} .sd-social-icon .sd-content ul li.share-print a::before,
.sd-social-text .sd-content ul li.share-print a::before,
.sd-content ul li.share-print div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-print a::before,
.sd-social-official .sd-content li.share-print a::before {
content: "\f469";
}
.sd-social-icon .sd-content ul li.share-email a::before,
.sd-social-text .sd-content ul li.share-email a::before,
.sd-content ul li.share-email div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-email a::before,
.sd-social-official .sd-content li.share-email a::before {
content: "\f410";
}
.sd-social-icon .sd-content ul li.share-linkedin a::before,
.sd-social-text .sd-content ul li.share-linkedin a::before,
.sd-content ul li.share-linkedin div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-linkedin a::before {
content: "\f207";
}
.sd-social-icon .sd-content ul li.share-twitter a::before,
.sd-social-text .sd-content ul li.share-twitter a::before,
.sd-content ul li.share-twitter div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-twitter a::before,
.sd-social-icon .sd-content ul li.share-x a::before,
.sd-social-text .sd-content ul li.share-x a::before,
.sd-content ul li.share-x div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-x a::before {
content: "\f10e";
}
.sd-social-icon .sd-content ul li.share-reddit a::before,
.sd-social-text .sd-content ul li.share-reddit a::before,
.sd-content ul li.share-reddit div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-reddit a::before,
.sd-social-official .sd-content li.share-reddit a::before {
content: "\f222";
}
.sd-social-icon .sd-content ul li.share-tumblr a::before,
.sd-social-text .sd-content ul li.share-tumblr a::before,
.sd-content ul li.share-tumblr div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-tumblr a::before {
content: "\f607";
}
.sd-social-icon .sd-content ul li.share-pinterest a::before,
.sd-social-text .sd-content ul li.share-pinterest a::before,
.sd-content ul li.share-pinterest div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-pinterest a::before {
content: "\f210";
}
.sd-social-icon .sd-content ul li.share-facebook a::before,
.sd-social-text .sd-content ul li.share-facebook a::before,
.sd-content ul li.share-facebook div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-facebook a::before {
content: "\f203";
}
.sd-social-icon .sd-content ul li.share-press-this a::before,
.sd-social-text .sd-content ul li.share-press-this a::before,
.sd-content ul li.share-press-this div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-press-this a::before,
.sd-social-official .sd-content li.share-press-this a::before {
content: "\f205";
}
.sd-social-official .sd-content li.share-press-this a::before {
color: #2ba1cb;
}
.sd-social-icon .sd-content ul li.share-telegram a::before,
.sd-social-text .sd-content ul li.share-telegram a::before,
.sd-content ul li.share-telegram div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-telegram a::before,
.sd-social-official .sd-content li.share-telegram a::before {
content: "\f606";
}
.sd-social-official .sd-content li.share-telegram a::before {
color: #08c;
}
.sd-social-icon .sd-content ul li.share-threads a::before,
.sd-social-text .sd-content ul li.share-threads a::before,
.sd-content ul li.share-threads div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-threads a::before,
.sd-social-official .sd-content li.share-threads a::before {
content: "\f10d";
}
.sd-social-official .sd-content li.share-threads a::before {
color: #000;
}
.sd-social-icon .sd-content ul li[class*="share-"].share-threads a.sd-button {
background: #000;
color: #fff !important;
}
.sd-social-icon .sd-content ul li.share-mastodon a::before,
.sd-social-text .sd-content ul li.share-mastodon a::before,
.sd-content ul li.share-mastodon div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-mastodon a::before,
.sd-social-official .sd-content li.share-mastodon a::before {
content: "\f10a";
}
.sd-social-official .sd-content li.share-mastodon a::before {
color: #563acc;
}
.sd-social-icon .sd-content ul a.share-more::before,
.sd-social-text .sd-content ul a.share-more::before,
.sd-content ul li.advanced a.share-more::before,
.sd-social-icon-text .sd-content a.share-more::before,
.sd-social-official .sd-content a.share-more::before {
content: "\f415";
}
.sd-social-official .sd-content a.share-more::before {
color: #2ba1cb;
}
.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a::before,
.sd-social-text .sd-content ul li.share-jetpack-whatsapp a::before,
.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a::before,
.sd-social-official .sd-content li.share-jetpack-whatsapp a::before {
content: "\f608";
}
.sd-social-official .sd-content li.share-jetpack-whatsapp a::before {
color: #43d854;
}
.sd-social-icon .sd-content ul li[class*="share-"].share-jetpack-whatsapp a.sd-button {
background: #43d854;
color: #fff !important;
}
.sd-social-icon .sd-content ul li.share-nextdoor a::before,
.sd-social-text .sd-content ul li.share-nextdoor a::before,
.sd-content ul li.share-nextdoor div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-nextdoor a::before,
.sd-social-official .sd-content li.share-nextdoor a::before {
content: "\f10c";
}
.sd-social-official .sd-content li.share-nextdoor a::before {
color: #8ed500;
}
.sd-social-icon .sd-content ul li[class*="share-"].share-nextdoor a.sd-button {
background: #8ed500;
color: #fff !important;
}
.sd-social-icon .sd-content ul li.share-bluesky a::before,
.sd-social-text .sd-content ul li.share-bluesky a::before,
.sd-content ul li.share-bluesky div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-bluesky a::before,
.sd-social-official .sd-content li.share-bluesky a::before {
content: "\f10f";
}
.sd-social-official .sd-content li.share-bluesky a::before {
color: #0085ff;
}
.sd-social-icon .sd-content ul li[class*="share-"].share-bluesky a.sd-button {
background: #0085ff;
color: #fff !important;
}
.sd-social-icon .sd-content ul li.share-deprecated a::before,
.sd-social-icon-text .sd-content li.share-deprecated a::before,
.sd-social-official .sd-content li.share-deprecated a::before,
.sd-content ul li.share-deprecated div.option.option-smart-off a::before {
width: 1em;
height: 1em;
content: "\1F6AB";
} .sd-social .sd-button .share-count {
background: #2ea2cc;
color: #fff;
border-radius: 10px;
display: inline-block;
text-align: center;
font-size: 10px;
padding: 1px 3px;
line-height: 1;
}
.sd-social-official .sd-content > ul > li > a.sd-button span {
line-height: 1;
}
.sd-social-official .sd-content ul {
display: flex;
flex-wrap: wrap;
}
.sd-social-official .sd-content ul::after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.sd-social-official .sd-content li.share-press-this a {
margin: 0 0 5px 0;
}
.sd-social-official .sd-content ul > li {
display: flex;
max-height: 18px;
}
.sd-social-official .sd-content ul > li .option-smart-off {
margin-right: 8px;
}
.sd-social-official .fb-share-button > span {
vertical-align: top !important;
} .pinterest_button,
.twitter_button,
.linkedin_button > span {
margin: 0 !important;
}
.linkedin_button > span,
.pinterest_button a {
display: block !important;
}
.sd-social-official .sd-content .share-tumblr iframe {
max-width: 53px;
width: unset;
}
body .sd-social-official li.share-print,
body .sd-social-official li.share-email a,
body .sd-social-official li.share-custom a,
body .sd-social-official li a.share-more,
body .sd-social-official li.share-digg a,
body .sd-social-official li.share-press-this a {
position: relative;
top: 0;
} body .sd-social-icon .sd-content li.share-custom > a {
padding: 2px 3px 0 3px;
position: relative;
top: 4px;
}
body .sd-social-icon .sd-content li.share-custom a span,
body .sd-social-icon-text .sd-content li.share-custom a span,
body .sd-social-text .sd-content li.share-custom a span,
body .sd-social-official .sd-content li.share-custom a span,
body .sd-content ul li.share-custom a.share-icon span {
background-size: 16px 16px;
background-repeat: no-repeat;
margin-left: 0;
padding: 0 0 0 19px;
display: inline-block;
height: 21px;
line-height: 16px;
}
body .sd-content ul li.share-custom a span[hidden] {
display: none;
}
body .sd-social-icon .sd-content ul li[class*="share-"] a.sd-button.share-icon.no-text .custom-sharing-span {
color: transparent;
}
body .sd-social-icon .sd-content li.share-custom a span {
width: 0;
padding-left: 16px !important;
} .sharing-hidden .inner {
position: absolute;
z-index: 2;
border: 1px solid #ccc;
padding: 10px;
background: #fff;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
border-radius: 2px;
margin-top: 5px;
max-width: 400px;
}
.sharing-hidden .inner ul {
margin: 0 !important;
}
.sd-social-official .sd-content .sharing-hidden ul > li.share-end {
clear: both;
margin: 0 !important;
height: 0 !important;
}
.sharing-hidden .inner::before,
.sharing-hidden .inner::after {
position: absolute;
z-index: 1;
top: -8px;
left: 20px;
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 8px solid #ccc;
content: "";
display: block;
}
.sharing-hidden .inner::after {
z-index: 2;
top: -7px;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 8px solid #fff;
}
.sharing-hidden ul {
margin: 0;
} .sd-social-icon .sd-content ul li[class*="share-"] a,
.sd-social-icon .sd-content ul li[class*="share-"] a:hover,
.sd-social-icon .sd-content ul li[class*="share-"] div.option a {
border-radius: 50%;
border: 0;
box-shadow: none;
padding: 7px;
position: relative;
top: -2px;
line-height: 1;
width: auto;
height: auto;
margin-bottom: 0;
max-width: 32px;
}
.sd-social-icon .sd-content ul li[class*="share-"] a.sd-button > span,
.sd-social-icon .sd-content ul li[class*="share-"] div.option a span {
line-height: 1;
}
.sd-social-icon .sd-content ul li[class*="share-"] a:hover,
.sd-social-icon .sd-content ul li[class*="share-"] div.option a:hover {
border: none;
opacity: 0.6;
}
.sd-social-icon .sd-content ul li[class*="share-"] a.sd-button::before {
top: 0;
}
.sd-social-icon .sd-content ul li[class*="share-"] a.sd-button.share-custom {
padding: 8px 8px 6px 8px;
}
.sd-social-icon .sd-content ul li a.sd-button.share-more {
margin-left: 10px;
}
.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more {
margin-left: 0;
}
.sd-social-icon .sd-button span.share-count {
position: absolute;
bottom: 0;
right: 0;
border-radius: 0;
background: #555;
font-size: 9px;
} .sd-social-icon .sd-content ul li[class*="share-"] a.sd-button {
background: #e9e9e9;
margin-top: 2px;
text-indent: 0;
}
.sd-social-icon .sd-content ul li[class*="share-"].share-tumblr a.sd-button {
background: #2c4762;
color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*="share-"].share-facebook a.sd-button {
background: #0866ff;
color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*="share-"].share-twitter a.sd-button {
background: #000;
color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*="share-"].share-x a.sd-button {
background: #000;
color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*="share-"].share-pinterest a.sd-button {
background: #ca1f27;
color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*="share-"].share-digg a.sd-button {
color: #555 !important;
}
.sd-social-icon .sd-content ul li[class*="share-"].share-press-this a.sd-button {
background: #4f94d4;
color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*="share-"].share-telegram a.sd-button {
background: #08c;
color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*="share-"].share-linkedin a.sd-button {
background: #0077b5;
color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*="share-"].share-reddit a.sd-button {
background: #cee3f8;
color: #555 !important;
}
.sd-social-icon .sd-content ul li[class*="share-"].share-mastodon a.sd-button {
background: linear-gradient(to top, #563acc 0%, #6364ff 100%);
color: #fff !important;
}
#jetpack-source_f_name {
display: none !important;
position: absolute !important;
left: -9000px;
}
.sd-content .share-customize-link {
margin-top: 8px;
line-height: 11px;
}
.sd-content .share-customize-link a {
font-size: 11px;
font-family: "Open Sans", sans-serif;
}
@media print {
.sharedaddy.sd-sharing-enabled {
display: none;
}
}@font-face{font-family:social-logos;font-style:normal;font-weight:400;src:url(//www.templateswift.com/wp-content/plugins/jetpack/_inc/build/social-logos/data:font/woff2;base64,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) format("woff2")}.social-logo{display:inline-block;font-family:social-logos;font-style:normal;font-weight:400;line-height:1;vertical-align:middle;speak:none;text-decoration:inherit;text-rendering:auto;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}