:root {
--text-font: "Open Sans", arial, helvetica, sans-serif;
--title-font: "Montserrat", arial, helvetica, sans-serif;
--navi-font: "Montserrat", arial, helvetica, sans-serif;
--widget-title-font: "Montserrat", arial, helvetica, sans-serif;
--title-font-weight: normal;
--navi-font-weight: normal;
--widget-title-font-weight: normal;
--title-text-transform: none;
--navi-text-transform: uppercase;
--widget-title-text-transform: uppercase;
--text-line-height: 1.75;
--title-line-height: 1.4;
} html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
transition: all 300ms ease;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
vertical-align: baseline;
font-size: 75%;
line-height: 0;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 0;
}
hr {
box-sizing: content-box;
height: 0;
}
code,
kbd,
pre,
samp {
font-size: 1em;
font-family: monospace, monospace;
}
button,
input,
optgroup,
select,
textarea {
margin: 0;
color: inherit;
font: inherit;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
box-sizing: content-box;
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
border: 1px solid #c0c0c0;
}
legend {
padding: 0;
border: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-spacing: 0;
border-collapse: collapse;
}
td,
th {
padding: 0;
} body,
button,
input,
select,
textarea {
color: #303030;
font-size: 17px;
font-size: 1.0625rem;
font-family: "Open Sans", arial, helvetica, sans-serif;
font-family: var(--text-font);
line-height: 1.75;
line-height: var(--text-line-height);
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
margin: 0.75em 0;
line-height: 1.4;
line-height: var(--title-line-height);
}
h1 {
font-size: 36px;
font-size: 2.25rem;
}
h2 {
font-size: 28px;
font-size: 1.75rem;
}
h3 {
font-size: 24px;
font-size: 1.5rem;
}
h4 {
font-size: 22px;
font-size: 1.375rem;
}
h5 {
font-size: 20px;
font-size: 1.25rem;
}
h6 {
font-size: 19px;
font-size: 1.1875rem;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
overflow: auto;
margin-bottom: 1.5em;
padding: 1.5em;
max-width: 100%;
border: 1px solid #e5e5e5;
background: #f5f5f5;
font-size: 15px;
font-size: 0.9375rem;
font-family: "Courier 10 Pitch", Courier, monospace;
line-height: 1.6;
}
code,
kbd,
tt,
var {
font-size: 15px;
font-size: 0.9375rem;
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
} *,
*::before,
*::after {
box-sizing: inherit;
}
body {
background: #ddd; }
blockquote {
margin: 0 0 1.5em;
padding: 0 1.25em 1em;
border-left: 6px solid #ee4455;
color: #777;
font-style: italic;
font-size: 18px;
font-size: 1.125rem;
}
blockquote cite,
blockquote small {
display: block;
margin-top: 1em;
color: #404040;
font-size: 16px;
font-size: 1rem;
line-height: 1.75;
}
blockquote cite:before,
blockquote small:before {
content: "\2014\00a0";
}
blockquote em,
blockquote i,
blockquote cite {
font-style: normal;
}
blockquote > :last-child {
margin-bottom: 0.5em;
}
hr {
margin-bottom: 1.5em;
height: 1px;
border: 0;
background-color: #eee;
}
ul,
ol {
margin: 0 0 1.5em;
padding: 0 0 0 1.25em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 0 1.5em;
}
img {
max-width: 100%; height: auto; }
table {
margin: 0 0 1.5em;
width: 100%;
border: none;
table-layout: fixed;
}
th,
td {
padding: 0.3em 0.6em;
border: 1px solid #ddd;
}
a {
color: #ffffff;
text-decoration: none;
transition: all 300ms ease;
}
a:link,
a:visited {
color: #ffffff;
}
a:hover,
a:focus,
a:active {
color: #7169FE;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
margin: 0;
padding: 0.6em 1em;
border: none;
background: linear-gradient(to right, #7169FE, #A951F3);
color: #fff;
text-decoration: none;
font-size: 17px;
font-size: 1.0625rem;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
border-radius: 15px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
background: linear-gradient(to left, #7169FE, #A951F3);
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
padding: 0.3em 0.6em;
max-width: 100%;
border: 1px solid #ddd;
color: #666;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
border: 1px solid #ccc;
color: #111;
}
textarea {
width: 100%;
}  .screen-reader-text {
position: absolute !important;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
width: 1px;
height: 1px;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
top: 5px;
left: 5px;
z-index: 100000; display: block;
clip: auto !important;
padding: 15px 23px 14px;
width: auto;
height: auto;
border-radius: 3px;
background-color: #f1f1f1;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
color: #21759b;
text-decoration: none;
font-weight: bold;
font-size: 14px;
font-size: 0.875rem;
line-height: normal;
} .alignleft {
float: left;
margin-right: 1.5em;
}
.alignright {
float: right;
margin-left: 1.5em;
}
.aligncenter {
display: block;
clear: both;
margin-right: auto;
margin-left: auto;
text-align: center;
} .clearfix:before,
.clearfix:after,
.post-navigation .nav-links:before,
.post-navigation .nav-links:after,
.comment-navigation:before,
.comment-navigation:after {
display: table;
content: "";
}
.clearfix:after,
.post-navigation .nav-links:after,
.comment-navigation:after {
clear: both;
} .site {
margin: 0;
width: 100%;
background: fixed linear-gradient(to left top, #373862, #373466, #37306a, #392c6d, #3c266f);
}
.container {
margin: 0 auto;
padding: 0 2em;
max-width: 1220px;
width: 100%;
}
.site-content {
padding-top: 2em;
}
.content-area {
float: left;
box-sizing: border-box;
padding-right: 2em;
width: 73%;
}
.sidebar {
float: right;
width: 27%;
} .no-sidebar .content-single,
.site-content .centered-content-area {
float: none;
margin: 0 auto;
padding: 0;
max-width: 900px;
width: 100%;
} .site-content .fullwidth-content-area {
float: none;
margin: 0;
padding: 0;
max-width: 100%;
width: 100%;
} .site-header {
background: #312a5f;
color: #fff;
box-shadow: 0px -4px 11px 0px #8b88cd;
}
.header-main {
display: flex;
flex-wrap: wrap;
}
.site-branding {
margin: 1em 3em 1em 0;
padding: 0;
max-width: 100%;
text-align: center;
}
.site-branding a:link,
.site-branding a:visited,
.site-branding a:hover {
padding: 0;
border: none;
text-decoration: none;
}
.site-title {
display: inline-block;
margin: 0.25rem 0 0;
padding: 0;
color: #fff;
text-decoration: none;
font-size: 32px;
font-size: 1.5rem;
font-family: "Montserrat", arial, helvetica, sans-serif;
font-family: var(--title-font);
font-weight: normal;
font-weight: var(--title-font-weight);
text-transform: none;
text-transform: var(--title-text-transform);
line-height: 1.75;
line-height: var(--text-line-height);
}
.site-title a:link,
.site-title a:visited {
color: #fff;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.site-title a:hover,
.site-title a:active {
color: #ccc;
}
.site-branding .custom-logo {
margin: 0.25em 1em 0 0;
padding: 0;
max-width: 100%;
height: auto;
border: none;
vertical-align: top;
}
.site-description {
margin: -0.25rem 0 0.5rem;
font-size: 0.95rem;
} .header-image {
text-align: center;
}
.header-image img {
max-width: 2500px;
width: 100%;
height: auto;
vertical-align: top;
} .primary-navigation {
position: relative;
width: 100%;
} .main-navigation ul,
.main-navigation .menu-item-has-children > a > .icon,
.main-navigation ul a > .icon,
.header-social-icons {
display: none;
}
.primary-navigation.toggled-on .main-navigation > ul.menu,
.primary-navigation.toggled-on .header-social-icons {
display: block;
} .mobile-menu-toggle {
display: flex;
margin: 0;
margin-left: auto;
padding: 1em;
border: none;
background: none;
color: #fff;
text-decoration: none;
font-size: 15px;
font-size: 0.9375rem;
font-family: "Montserrat", arial, helvetica, sans-serif;
font-family: var(--navi-font);
font-weight: normal;
font-weight: var(--navi-font-weight);
text-transform: uppercase;
text-transform: var(--navi-text-transform);
text-align: left;
transition: all 0.2s ease;
align-items: center;
}
.mobile-menu-toggle:focus {
outline: thin dotted;
color: #fff;
background: none;
}
.mobile-menu-toggle:hover,
.mobile-menu-toggle:active {
color: rgba(255, 255, 255, 0.5);
background: none;
cursor: pointer;
}
.mobile-menu-toggle .icon {
margin: 0;
width: 28px;
height: 28px;
vertical-align: top;
fill: #fff;
transition: fill 0.2s ease;
}
.mobile-menu-toggle:hover .icon,
.mobile-menu-toggle:active .icon {
fill: rgba(255, 255, 255, 0.5);
}
.mobile-menu-toggle[aria-expanded="true"] .icon-menu,
.mobile-menu-toggle[aria-expanded="false"] .icon-close {
display: none;
}
.mobile-menu-toggle[aria-expanded="true"] .icon-close {
display: inline-block;
} .main-navigation ul {
margin: 0;
padding: 0;
color: #fff;
list-style: none;
font-size: 15px;
font-size: 0.9375rem;
font-family: "Montserrat", arial, helvetica, sans-serif;
font-family: var(--navi-font);
font-weight: normal;
font-weight: var(--navi-font-weight);
text-transform: uppercase;
text-transform: var(--navi-text-transform);
}
.main-navigation > ul {
border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.main-navigation ul li {
position: relative;
margin: 0;
}
.main-navigation ul a {
display: block;
margin: 0;
padding: 1.2em;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
text-decoration: none;
display: inline-block;
font-family: "Roboto", sans-serif;
font-size: 18px;
font-weight: 400;
text-transform: none;
line-height: 1.45;
letter-spacing: 0.7px;
position: relative;
z-index: 1;
color: #fff;
}
.gradient-effect a {
padding-bottom: 5px;
background: -webkit-gradient(linear, left top, right top, from(#7169FE), to(#41e3e4));
background: -webkit-linear-gradient(left, #7169FE, #41e3e4);
background: -o-linear-gradient(left, #7169FE, #41e3e4);
background: linear-gradient(to right, #7169FE, #41e3e4);
background-size: 0px 2px;
background-repeat: no-repeat;
background-position: left 87%;
}
.gradient-effect a:hover {
color: #f9fafc;
background-size: 100% 2px;
}
.main-navigation ul a,
.main-navigation ul a:link,
.main-navigation ul a:visited {
color: #fff;
text-decoration: none;
transition: all 0.2s ease;
}
.main-navigation ul a:hover,
.main-navigation ul a:active,
.main-navigation ul a:focus {
color: white;
}
.main-navigation ul li.current-menu-item > a {
text-decoration: none;
} .main-navigation ul ul {
font-size: 13px;
font-size: 0.8125rem;
background: #fff;
}
.main-navigation ul ul a {
padding-left: 1.5em;
border-bottom: 1px solid #eee;
}
.main-navigation ul ul a:link,
.main-navigation ul ul a:visited {
color: #444;
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a:active,
.main-navigation ul ul a:focus {
color: #999;
}
.is-amp-page .main-navigation ul button.toggled-on + ul,
.main-navigation ul ul.toggled-on {
display: block;
}
.main-navigation ul ul ul a {
padding-left: 3em;
}
.main-navigation ul ul ul ul a {
padding-left: 4.5em;
} .main-navigation .dropdown-toggle {
position: absolute;
display: block;
top: 0;
right: 0;
padding: 1em 1.5em;
background: none;
border: none;
}
.main-navigation .dropdown-toggle:focus {
outline: thin dotted;
color: #fff;
background: none;
}
.main-navigation .dropdown-toggle:hover,
.main-navigation .dropdown-toggle:active {
background: none;
}
.main-navigation .dropdown-toggle .icon {
margin: 0.2em 0 0;
width: 24px;
height: 24px;
vertical-align: top;
fill: #fff;
transition: fill 0.2s ease;
}
.main-navigation .dropdown-toggle:hover .icon,
.main-navigation .dropdown-toggle:active .icon,
.main-navigation .dropdown-toggle:focus .icon {
fill: rgba(255, 255, 255, 0.5);
}
.main-navigation .dropdown-toggle.toggled-on .icon {
-ms-transform: rotate(-180deg); -webkit-transform: rotate(-180deg); transform: rotate(-180deg);
}
.main-navigation ul ul .dropdown-toggle {
padding: 0.7em 1.25em;
}
.main-navigation ul ul .dropdown-toggle .icon {
width: 20px;
height: 20px;
fill: #444;
}
.main-navigation ul ul .dropdown-toggle:hover .icon,
.main-navigation ul ul .dropdown-toggle:active .icon,
.main-navigation ul ul .dropdown-toggle:focus .icon {
fill: #999;
} .social-icons-menu {
margin: 0;
padding: 0;
list-style-position: outside;
list-style-type: none;
line-height: 1;
}
.social-icons-menu li {
float: left;
margin: 0;
padding: 0;
}
.social-icons-menu li a {
position: relative;
display: inline-block;
padding: 0.5em;
color: #fff;
text-decoration: none;
}
.social-icons-menu li a .screen-reader-text {
display: none;
} .social-icons-menu li a:before {
display: inline-block;
vertical-align: top;
text-decoration: inherit;
font-size: 16px;
font-family: 'Genericons';
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.social-icons-menu li a:before {
content: '\f408';
} .social-icons-menu li a[href*="codepen.io"]:before {
content: '\f216';
}
.social-icons-menu li a[href*="digg.com"]:before {
content: '\f221';
}
.social-icons-menu li a[href*="dribbble.com"]:before {
content: '\f201';
}
.social-icons-menu li a[href*="facebook.com"]:before {
content: '\f204';
}
.social-icons-menu li a[href*="flickr.com"]:before {
content: '\f211';
}
.social-icons-menu li a[href*="plus.google.com"]:before {
content: '\f218';
}
.social-icons-menu li a[href*="github.com"]:before {
content: '\f200';
}
.social-icons-menu li a[href*="instagram.com"]:before {
content: '\f215';
}
.social-icons-menu li a[href*="linkedin.com"]:before {
content: '\f207';
}
.social-icons-menu li a[href*="pinterest.com"]:before {
content: '\f209';
}
.social-icons-menu li a[href*="polldaddy.com"]:before {
content: '\f217';
}
.social-icons-menu li a[href*="getpocket.com"]:before {
content: '\f224';
}
.social-icons-menu li a[href*="reddit.com"]:before {
content: '\f222';
}
.social-icons-menu li a[href*="spotify.com"]:before {
content: '\f515';
}
.social-icons-menu li a[href*="skype.com"]:before,
.social-icons-menu li a[href*="skype:"]:before {
content: '\f220';
}
.social-icons-menu li a[href*="stumbleupon.com"]:before {
content: '\f223';
}
.social-icons-menu li a[href*="tumblr.com"]:before {
content: '\f214';
}
.social-icons-menu li a[href*="twitch.tv"]:before {
content: '\f516';
}
.social-icons-menu li a[href*="twitter.com"]:before {
content: '\f202';
}
.social-icons-menu li a[href*="vimeo.com"]:before {
content: '\f212';
}
.social-icons-menu li a[href*="wordpress.org"]:before {
content: '\f205';
}
.social-icons-menu li a[href*="wordpress.com"]:before {
content: '\f205';
}
.social-icons-menu li a[href*="youtube.com"]:before {
content: '\f213';
}
.social-icons-menu li a[href*="newsletter"]:before,
.social-icons-menu li a[href*="mailto"]:before {
content: '\f410';
}
.social-icons-menu li a[href*="/feed"]:before,
.social-icons-menu li a[href*="/feed/"]:before,
.social-icons-menu li a[href*="?feed=rss2"]:before,
.social-icons-menu li a[href*="feedburner.google.com"]:before,
.social-icons-menu li a[href*="feedburner.com"]:before {
content: '\f413';
} .header-social-icons {
margin: 1.5em 0;
margin-left: auto;
}
.header-social-icons .social-icons-menu li a {
padding: 0.7em;
}
.header-social-icons .social-icons-menu li a:before {
font-size: 24px;
}
.header-social-icons .social-icons-menu li a:hover {
color: #ccc;
} .type-post,
.type-page,
.type-attachment,
.comments-area,
.comment-respond,
.site-main > article:not(.type-post):not(.type-page):not(.type-attachment),
.post-wrapper > .post-column > article:not(.type-post):not(.type-page):not(.type-attachment) {
margin: 0 0 2em 0;
border-radius: 15px;
max-width: 100%;
background: #312A5F;
padding-bottom: 15px;
padding: 40px;
}
.page-title,
.entry-title {
margin: 0;
padding: 0;
color: #ffffff;
-ms-word-wrap: break-word;
word-wrap: break-word;
font-size: 28px;
font-size: 1.75rem;
font-family: "Montserrat", arial, helvetica, sans-serif;
font-family: var(--title-font);
font-weight: normal;
font-weight: var(--title-font-weight);
text-transform: none;
text-transform: var(--title-text-transform);
line-height: 1.4;
line-height: var(--title-line-height);
}
.entry-title a:link,
.entry-title a:visited {
color: #ffffff;
text-decoration: none;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.entry-title a:hover,
.entry-title a:active { }
.wp-post-image {
margin: 0;
vertical-align: top;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
object-fit: cover;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
max-height: 220px;
}
article img {
text-align: center;
margin: 0 auto;
border-radius: 15px;
width: 100%;
transition: all 600ms ease;
}
.post-content {
padding: 1.25em 1.5em 1.5em;
color: #DADEED;
}
.entry-content p:first-child {
margin-top: 0.5em;
}
.entry-content p:last-child {
margin-bottom: 0;
}
.entry-content a {
text-decoration: underline;
color: #A951F3;
}
.sticky {
border: none;
} .page-links {
margin: 0;
word-spacing: 1em;
font-weight: bold;
} .error404 .not-found .widget {
padding: 0;
border: none;
box-shadow: none;
} .entry-meta {
margin: 0;
padding: 1em 1.5rem;
padding-top: 0;
color: #444;
font-size: 14px;
font-size: 0.875rem;
margin-bottom: 15px;
}
.entry-meta .meta-date,
.entry-meta .meta-author,
.entry-meta .meta-category,
.entry-meta .meta-comments {
margin-right: 1.5em;
background: -webkit-linear-gradient(left, #7169FE, #A951F3);
padding: 10px 9px;
border-radius: 15px;
}
.entry-meta a:link,
.entry-meta a:visited {
color: #ffffff;
}
.entry-meta a:hover,
.entry-meta a:active {
color: #dfdfdf;
}
.entry-meta span::before {
display: inline-block;
margin-right: 5px;
color: #fff;
vertical-align: middle;
font: normal 20px 'Genericons';
-webkit-font-smoothing: antialiased;
top: -3px;
position: relative;
}
.entry-meta .meta-date::before {
content: '\f305';
}
.entry-meta .meta-author::before {
content: '\f411';
}
.entry-meta .meta-category::before {
content: '\f301';
}
.entry-meta .meta-comments::before {
content: '\f300';
} body.date-hidden .type-post .entry-meta .meta-date,
body.author-hidden .type-post .entry-meta .meta-author,
body.categories-hidden .type-post .entry-meta .meta-category,
body.comments-hidden .type-post .entry-meta .meta-comments {
position: absolute;
clip: rect(1px, 1px, 1px, 1px);
}
body.date-hidden.author-hidden .content-archive .type-post .entry-meta,
body.date-hidden.author-hidden .post-slider .type-post .entry-meta {
display: none;
}
body.date-hidden.author-hidden.categories-hidden.comments-hidden .content-single .type-post .entry-meta {
display: none;
} .entry-tags {
margin: 1em 0 0;
margin-top: 0.5em;
}
.widget_tag_cloud .tagcloud,
.entry-tags .meta-tags {
font-size: 14px;
font-size: 0.875rem;
}
.widget_tag_cloud .tagcloud::before,
.widget_tag_cloud .tagcloud::after,
.entry-tags .meta-tags::before,
.entry-tags .meta-tags::after {
display: table;
content: "";
}
.widget_tag_cloud .tagcloud::after,
.entry-tags .meta-tags::after {
clear: both;
}
.widget_tag_cloud .tagcloud a,
.entry-tags .meta-tags a {
display: inline-block;
float: left;
margin: 0 2px 2px 0;
padding: 0.2em 0.5em;
background: linear-gradient(to right, #7169FE, #A951F3);
text-decoration: none;
font-size: 14px !important;
}
.widget_tag_cloud .tagcloud a:link,
.widget_tag_cloud .tagcloud a:visited,
.entry-tags .meta-tags a:link,
.entry-tags .meta-tags a:visited {
color: #fff;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
border-radius: 15px;
margin: 5px;
}
.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:active,
.entry-tags .meta-tags a:hover,
.entry-tags .meta-tags a:active {
background: linear-gradient(to left, #7169FE, #A951F3);
color: #fff;
transition: all 0.2s ease;
} .post-navigation {
margin: 0;
padding: 1.5rem;
border-top: 1px solid #eee;
font-size: 15px;
font-size: 0.9375rem;
}
.post-navigation .nav-links .nav-previous {
float: left;
box-sizing: border-box;
padding-right: 0.5em;
max-width: 50%;
}
.post-navigation .nav-links .nav-next {
float: right;
box-sizing: border-box;
padding-left: 0.5em;
max-width: 50%;
}
.post-navigation .nav-links .nav-link-text {
display: block;
color: #ffffff;
}
.post-navigation .nav-links .nav-previous .nav-link-text::before {
margin-right: 3px;
content: "\00AB";
}
.post-navigation .nav-links .nav-next .nav-link-text::after {
margin-left: 4px;
content: "\00BB";
}
.post-navigation .nav-links .entry-title {
font-size: 17px;
font-size: 1.0625rem;
}
.post-navigation .nav-links a:hover .entry-title {
color: #dbdbdb;
}  .page-header {padding: 30px;position: relative;z-index: 1;text-align: center;background: #312A5F;border-radius: 15px;margin-bottom: 30px;color: #DADEED;}
.page-header .archive-title {
display: block;
margin: 0;
padding: 0.75em 1em;
color: #fff;
font-size: 15px;
font-size: 0.9375rem;
font-weight: normal;
font-weight: var(--widget-title-font-weight);
text-transform: uppercase;
text-transform: var(--widget-title-text-transform);
line-height: 1.4;
line-height: var(--title-line-height);
font-weight: 500;
letter-spacing: 1px;
font-family: "Roboto", sans-serif;
}
.blog-description,
.archive-description {
padding: 0.75em 1em;
}
.blog-description:empty {
display: none;
}
.archive-description p:first-child {
margin-top: 0;
}
.archive-description p:last-child {
margin-bottom: 0;
}
.search-form-wrap {
padding: 1.5em;
} .post-layout-columns .post-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -2em;
}
.post-layout-columns .post-wrapper .post-column {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
box-sizing: border-box;
padding-right: 2em;
}
.post-layout-columns .post-wrapper .post-column article {
display: -webkit-box;
display: -ms-flexbox;
position: relative;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
padding: 0px;
background: #312A5F;
transition: all 600ms ease;
}
.post-layout-columns .post-wrapper .post-column article .post-content {
flex-grow: 1;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
}
.post-layout-columns .post-wrapper .post-column article .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
.post-layout-columns .post-wrapper .post-column article .post-content .entry-content {
font-size: 16px;
font-size: 1rem;
color: #DADEED;
}
.post-layout-columns .post-wrapper .post-column article .more-link {
font-size: 15px;
font-size: 0.9375rem;
} .post-layout-two-columns .post-wrapper .post-column {
width: 50%;
transition: all 600ms ease;
} .post-layout-three-columns .content-archive {
float: none;
padding: 0;
width: 100%;
}
.post-layout-three-columns .post-wrapper .post-column {
width: 33.3333333333333%;
} @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.post-layout-columns .post-wrapper .post-column,
.post-layout-columns .post-wrapper .post-column article {
display: block;
}
} .pagination {
margin: 0 0 2em;
}
.pagination a,
.pagination .current {
display: inline-block;
margin: 0 3px 3px 0;
padding: 0.4em 1em;
background: #fff; color: #444;
text-align: center;
text-decoration: none;
border-radius: 15px;
}
.pagination a:link,
.pagination a:visited {
color: #444;
}
.pagination a:hover,
.pagination a:active,
.pagination .current {
background: linear-gradient(to right, #7169FE, #A951F3);
color: #fff;
border-radius: 15px;
} .infinite-scroll .pagination {
display: none;
}
.infinite-scroll #infinite-handle,
.infinite-scroll .infinite-loader {
margin-right: 2em;
width: 100%;
text-align: center;
}
.infinite-scroll .infinite-loader .spinner {
bottom: -0.5em;
left: auto;
margin: 0 auto;
padding-right: 2em;
}
.infinite-scroll #infinite-handle span {
display: inline-block;
margin: 0 0 2em;
padding: 0.4em 1em;
background: #303030;
text-decoration: none;
font-size: 17px;
font-size: 1.0625rem;
}
.infinite-scroll #infinite-handle span:hover {
background: #ee4455;
}  .wp-block-audio audio {
width: 100%;
} .wp-block-separator {
height: 2px;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
max-width: 100px;
} .wp-block-quote.is-style-large {
border: none;
margin: 0 0 1.5em;
padding: 0;
font-size: 28px;
font-size: 1.75rem;
}
.wp-block-quote.is-style-large p {
margin-bottom: 0.5em;
font-size: inherit;
font-style: inherit;
line-height: inherit;
}
.wp-block-quote.is-style-large cite {
text-align: inherit;
} .wp-block-pullquote {
margin-bottom: 1.5em;
padding: 1.5em 0;
border-bottom: 6px solid #eee;
border-top: 6px solid #eee;
}
.wp-block-pullquote blockquote {
border: none;
margin: 0;
padding: 0;
font-size: 28px;
font-size: 1.75rem;
}
.wp-block-pullquote blockquote p {
margin-bottom: 0.5em;
} .wp-block-cover {
display: flex;
}
.wp-block-cover-text {
margin-top: 0;
margin-bottom: 0;
} .wp-block-image .alignleft {
margin-right: 1.5em;
}
.wp-block-image .alignright {
margin-left: 1.5em;
} .blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
margin-top: 0.3em;
margin-bottom: 1em;
color: #555;
font-size: 13px;
font-size: 0.8125rem;
text-align: center;
} .wp-block-latest-posts.wp-block-latest-posts__list {
margin: 0;
padding: 0;
} .wp-block-table table {
table-layout: auto;
} .has-primary-color {
color: #ee4455;
}
.has-white-color {
color: #ffffff;
}
.has-light-gray-color {
color: #f0f0f0;
}
.has-dark-gray-color {
color: #777777;
}
.has-black-color {
color: #303030;
} .has-primary-background-color {
background-color: #ee4455;
}
.has-white-background-color {
background-color: #ffffff;
}
.has-light-gray-background-color {
background-color: #f0f0f0;
}
.has-dark-gray-background-color {
background-color: #777777;
}
.has-black-background-color {
background-color: #303030;
} .widget {
margin: 0 0 2em 0;
padding: 1rem 1.5rem 1.5rem;
max-width: 100%;  -ms-word-wrap: break-word;
word-wrap: break-word;
font-size: 16px;
font-size: 1rem;
}
.widget-header {
margin: -1rem -1.5rem 1.25em;
margin-bottom: 10px;
}
.widget-title {display: block;margin: 0;padding: 0.75em 1em;color: #fff;font-size: 20px;padding-bottom: 0;font-weight: 400;padding-top: 0;}
.widget-title a:link,
.widget-title a:visited {
color: #fff;
}
.widget-title a:hover,
.widget-title a:active {
color: rgba(255, 255, 255, 0.5);
}
.widget ul {
margin: 0;
padding: 0;
list-style: circle inside;
}
.widget ul .children,
.widget ul .sub-menu {
margin: 0.5em 0 0.5em 1em;
padding: 0;
} .widget select {
max-width: 100%;
} .search-form {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
width: 100%;
}
.search-form .screen-reader-text {
display: none;
}
.search-form .search-field {
display: inline-block;
box-sizing: border-box;
margin: 0;
padding: 0.5em 1.5em 0.5em 0.7em;
width: 100%;
-webkit-appearance: none;
}
.search-form .search-submit {
position: absolute;
top: 0;
right: 0;
padding: 0.65em 0.75em 0 0.2em;
border: none;
cursor: pointer;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.search-form .search-submit .genericon-search {
display: inline-block;
padding: 0.05em 0 0.55em 0.45em;
color: #fff;
content: '\f400';
vertical-align: middle;
text-decoration: inherit;
font-weight: normal;
font-style: normal;
font-size: 24px;
font-family: 'Genericons';
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .widget_calendar {
font-size: 14px;
font-size: 0.875rem;
}
.widget_calendar table {
margin: 0;
}
.widget_calendar table caption {
padding: 0 0 1em;
}
.widget_calendar table thead tr {
background: #f5f5f5;
}
.widget_calendar table tr td {
text-align: center;
}
.widget_calendar table tbody tr td a {
font-weight: bold;
}
.widget_calendar table tfoot tr td {
padding-top: 1em;
border: none;
}
.widget_calendar table tfoot tr #prev {
text-align: left;
}
.widget_calendar table tfoot tr #next {
text-align: right;
} .widget-magazine-posts {
margin-bottom: -1.5em;
}
.widget-magazine-posts .widget-header {
margin-bottom: 1.5em;
} .widget-magazine-posts .type-post {
margin: 0 0 1.5em 0;
padding: 0;
border: 1px solid #eee;
background: none;
box-shadow: 0 0 2px #eee;
}
.widget-magazine-posts .type-post .wp-post-image {
margin: 0;
}
.widget-magazine-posts .type-post .post-content {
padding: 0.75em 1em 1em;
}
.widget-magazine-posts .type-post .entry-meta {
padding: 0;
border: none;
font-size: 13px;
font-size: 0.8125rem;
}
.widget-magazine-posts .type-post .entry-meta span::before {
font-size: 18px;
} .widget-magazine-posts .large-post .entry-title {
font-size: 18px;
font-size: 1.125rem;
} .widget-magazine-posts .medium-post .entry-title {
font-size: 15px;
font-size: 0.9375rem;
}
.widget-magazine-posts .medium-post .post-content {
padding: 0.5em 1em;
} .widget-magazine-posts .small-post {
display: block;
float: left;
box-sizing: border-box;
margin: 0 0 1em;
width: 100%;
}
.widget-magazine-posts .small-post .wp-post-image {
float: left;
margin: 0;
max-width: 30%;
}
.widget-magazine-posts .small-post .post-content {
float: right;
padding: 0.5em 1em;
width: 70%;
}
.widget-magazine-posts .small-post .entry-title {
font-size: 15px;
font-size: 0.9375rem;
} .widget-magazine-posts .magazine-grid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -1.5em;
}
.widget-magazine-posts .magazine-grid .post-column {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
box-sizing: border-box;
padding-right: 1.5em;
}
.widget-magazine-posts .magazine-grid-two-columns .post-column {
width: 50%;
}
.widget-magazine-posts .magazine-grid-three-columns .post-column {
width: 33.3333333333333%;
}
.widget-magazine-posts .magazine-grid .post-column .type-post {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
}
.widget-magazine-posts .magazine-grid .post-column .type-post .post-content {
flex-grow: 1;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
} .comments-area,
.comment-respond {
padding: 1rem 1.5rem;
color: #fff;
} .comments-header,
.comment-reply-title {
margin: -1rem -1.5rem 1.5em;
background: #2c2554;
}
.comments-header .comments-title,
.comment-reply-title {
display: inline-block;
margin: 0;
padding: 0.75em 1em;
color: #fff;
-ms-word-wrap: break-word;
word-wrap: break-word;
font-size: 15px;
font-size: 0.9375rem;
font-family: "Montserrat", arial, helvetica, sans-serif;
font-family: var(--widget-title-font);
font-weight: normal;
font-weight: var(--widget-title-font-weight);
text-transform: uppercase;
text-transform: var(--widget-title-text-transform);
line-height: 1.4;
line-height: var(--title-line-height);
}
.comment-reply-title {
display: block;
margin: -1rem -1.5rem 1.5em;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
} .comment-list {
margin: 0;
padding: 0;
list-style: none;
}
.comment {
margin: 0 0 1.5em;
padding: 1.5em 0 0;
border-top: 1px solid #eee;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.comment-meta {
float: left;
padding: 0;
width: 100%;
}
.comment-meta .comment-author img {
float: left;
margin-right: 1em;
}
.bypostauthor {
display: block;
}
.comment-meta .comment-metadata {
margin-top: 0.3em;
font-size: 14px;
font-size: 0.875rem;
}
.comment-meta .comment-metadata a {
margin-right: 1em;
}
.comment-content {
clear: left;
padding: 0.2em 0 0;
}
.comment-content a {
word-wrap: break-word;
}
.comment ol.children {
margin: 1.5em 0 0;
list-style: none;
} .comment-navigation {
margin: 0 0 1.5em;
padding: 0;
font-size: 14px;
font-size: 0.875rem;
}
.comment-navigation .nav-previous {
float: left;
}
.comment-navigation .nav-next {
float: right;
}
.comment-navigation .nav-previous a:before {
margin-right: 3px;
content: "\00AB";
}
.comment-navigation .nav-next a:after {
margin-left: 4px;
content: "\00BB";
} .comment-form {
padding: 0;
}
.comment-form label {
display: inline-block;
min-width: 150px;
font-weight: bold;
font-size: 15px;
font-size: 0.9375rem;
}
.comment-form textarea {
margin-top: 0.4em;
}
.comment-form .form-submit {
margin-bottom: 0.5em;
}
.comment-form input[type="checkbox"] + label {
display: inline;
padding-left: 0.5em;
font-weight: normal;
} .comment .comment-respond {
margin-top: 1.5em;
border: 1px solid #eee;
box-shadow: none;
}
.comment-reply-title small a {
float: right;
margin: -0.5rem -0.5rem 0 0;
padding: 0.75em 1em;
text-transform: none;
font-weight: normal;
font-size: 13px;
font-size: 0.8125rem;
}
.comment-reply-title small a:link,
.comment-reply-title small a:visited {
color: #fff;
text-decoration: underline;
}
.comment-reply-title small a:hover,
.comment-reply-title small a:active {
text-decoration: none;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
margin-top: 0;
margin-bottom: 0;
padding: 0;
border: none;
} embed,
iframe,
object {
max-width: 100%;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
font-size: 13px;
font-size: 0.8125rem;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto;
}
.wp-caption-text {
text-align: center;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
} .gallery {
margin-bottom: 1em;
}
.gallery-item {
display: inline-block;
box-sizing: border-box;
margin: 0;
padding: 0 1em 0.75em 0;
width: 100%;
vertical-align: top;
text-align: center;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
font-size: 13px;
font-size: 0.8125rem;
margin-bottom: 0.75em;
} .footer-wrap {
background: #312A5F;
}
.site-footer {
color: #ddd;
font-size: 15px;
font-size: 0.9375rem;
}
.site-footer .site-info {
float: left;
padding: 2.5em 0;
}
.site-footer a:link,
.site-footer a:visited {
color: #fff;
text-decoration: underline;
}
.site-footer a:hover,
.site-footer a:focus,
.site-footer a:active {
text-decoration: none;
}  .breadcrumbs {
margin: 0;
padding: 0.5em 0;
background: #fff;
box-shadow: 0 1px 2px #bbb;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.breadcrumbs-container {
color: #222;
font-size: 14px;
font-size: 0.875rem;
}
.breadcrumbs .trail-browse,
.breadcrumbs .trail-items,
.breadcrumbs .trail-items li {
display: inline;
margin: 0;
padding: 0;
}
.breadcrumbs .trail-browse {
margin-right: 0.5em;
font-weight: normal;
font-size: 14px;
font-size: 0.875rem;
}
.breadcrumbs .trail-items {
list-style: none;
}
.breadcrumbs .trail-items li::after {
padding: 0 0.5em;
content: "\00bb"; }
.trail-separator-slash .trail-items li::after {
content: "\002F";
}
.trail-separator-dash .trail-items li::after {
content: "\2013";
}
.trail-separator-bull .trail-items li::after {
content: "\2022";
}
.trail-separator-arrow-bracket .trail-items li::after {
content: "\003e";
}
.trail-separator-raquo .trail-items li::after {
content: "\00bb";
}
.trail-separator-single-arrow .trail-items li::after {
content: "\2192";
}
.trail-separator-double-arrow .trail-items li::after {
content: "\21D2";
}
.breadcrumbs .trail-items li:last-of-type::after {
display: none;
}
:root {
--tz-column-gap: 1.5em;
}
.tz-magazine-block .tz-magazine-post {
margin: 0 0 1.5em 0;
padding: 0;
border: none;
background: none;
box-shadow: none;
}
.tz-magazine-block .tz-entry-image {
margin: 0 0 1em;
}
.tz-magazine-block .tz-entry-title {
font-size: 20px;
font-size: 1.25rem;
}
.tz-magazine-block .tz-magazine-grid-columns-3 .tz-entry-title {
font-size: 17px;
font-size: 1.0625rem;
}
.tz-magazine-block .tz-magazine-grid-columns-4 .tz-entry-title,
.tz-magazine-block .tz-magazine-thumbnail-list .tz-entry-title {
font-size: 16px;
font-size: 1rem;
}
.tz-magazine-block .tz-entry-meta {
margin: 0.4em 0;
padding: 0;
border: none;
font-size: 14px;
font-size: 0.875rem;
}
.tz-magazine-block .tz-entry-meta .tz-meta-field {
margin-right: 1em;
}
.tz-magazine-block .tz-meta-field a {
text-decoration: none;
}
.tz-magazine-block .tz-entry-content {
margin-top: 1em;
font-size: 16px;
font-size: 1rem;
}
.tz-magazine-block .tz-read-more {
margin-top: -0.5em;
} @media only screen and (max-width: 60em) {
.page-title,
.entry-title {
font-size: 26px;
font-size: 1.625rem;
}
.post-layout-columns .post-wrapper .post-column article .entry-title {
font-size: 22px;
font-size: 1.375rem;
}
}
@media only screen and (max-width: 50em) {
.site-title {
font-size: 28px;
font-size: 1.75rem;
}
.page-title,
.entry-title {
font-size: 24px;
font-size: 1.5rem;
}
.post-layout-columns .post-wrapper .post-column article .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
}
@media only screen and (max-width: 40em) {
.page-title,
.entry-title,
.post-layout-columns .post-wrapper .post-column article .entry-title {
font-size: 22px;
font-size: 1.375rem;
}
.entry-content {
font-size: 16px;
font-size: 1rem;
}
}
@media only screen and (max-width: 30em) {
.site-title {
font-size: 24px;
font-size: 1.5rem;
}
.page-title,
.entry-title,
.post-layout-columns .post-wrapper .post-column article .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
}
@media only screen and (max-width: 20em) {
.page-title,
.entry-title,
.post-layout-columns .post-wrapper .post-column article .entry-title {
margin: 0 0 0.5em;
font-size: 18px;
font-size: 1.125rem;
}
} @media only screen and (max-width: 75em) {
.container {
padding: 0 1.5em;
}
.site-content {
padding-top: 1.5em;
}
.content-area {
padding-right: 1.5em;
}
.widget,
.page-header,
.type-post,
.type-page,
.type-attachment,
.pagination,
.comments-area,
.site-main > article:not(.type-post):not(.type-page):not(.type-attachment),
.post-wrapper > .post-column > article:not(.type-post):not(.type-page):not(.type-attachment) {
margin-bottom: 1.5em;
}
.post-layout-columns .post-wrapper {
margin-right: -1.5em;
}
.post-layout-columns .post-wrapper .post-column {
padding-right: 1.5em;
}
.infinite-scroll #infinite-handle,
.infinite-scroll .infinite-loader {
margin-right: 1.5em;
}
}
@media only screen and (max-width: 70em) {
.content-area {
width: 70%;
}
.sidebar {
width: 30%;
}
}
@media only screen and (max-width: 60em) {
.content-area,
.site-content .content-fullwidth {
float: none;
padding: 0;
width: 100%;
}
.sidebar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
float: none;
margin-right: -1.5em;
padding: 0;
width: auto;
}
.sidebar .widget-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
float: right;
box-sizing: border-box;
padding-right: 1.5em;
width: 50%;
}
.sidebar .widget-wrap .widget {
width: 100%;
}
.sidebar .widget-wrap:nth-child(2n + 1) {
clear: left;
}
.post-layout-three-columns .post-wrapper .post-column {
width: 50%;
}
.site-branding {
margin: 1em 0;
}
.site-footer .site-info {
float: none;
text-align: center;
}
}
@media only screen and (max-width: 40em) {
.post-layout-columns .post-wrapper {
display: block;
margin-right: 0;
}
.post-layout-columns .post-wrapper .post-column {
display: block;
float: none;
padding-right: 0;
}
.post-layout-two-columns .post-wrapper .post-column,
.post-layout-three-columns .post-wrapper .post-column {
width: 100%;
}
.infinite-scroll #infinite-handle,
.infinite-scroll .infinite-loader {
margin-right: 0;
} .sidebar {
margin-right: 0;
}
.sidebar .widget-wrap {
float: none;
padding-right: 0;
width: 100%;
}
}
@media only screen and (max-width: 30em) {
.post-content {
padding: 1em 1.25em 1.25em;
}
.post-navigation {
padding: 1rem 1.5rem;
font-size: 14px;
font-size: 0.875rem;
}
.post-navigation .nav-links .entry-title {
font-size: 16px;
font-size: 1rem;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
float: none;
padding: 0;
max-width: 100%;
}
.post-navigation .nav-links .nav-next {
text-align: right;
}
.post-navigation .nav-links a {
display: block;
margin-bottom: 0.5em;
}
}
@media only screen and (max-width: 20em) {
.entry-meta .meta-date,
.entry-meta .meta-author,
.entry-meta .meta-category,
.entry-meta .meta-comments {
display: block;
}
} @media only screen and (min-width: 60em) {
.mobile-menu-toggle,
.main-navigation .dropdown-toggle {
display: none;
}
.header-main {
flex-wrap: nowrap;
flex-direction: column;
}
.main-navigation ul,
.main-navigation ul ul,
.header-social-icons {
display: block;
}
.primary-navigation {
display: flex;
align-items: center;
flex-grow: 1;
width: auto;
justify-content: center;
}
#masthead .main-navigation > ul.menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap; margin: 0;
border-bottom: none;
}
.main-navigation > ul,
.main-navigation > ul > li > a {
border: none;
} .main-navigation ul ul {
position: absolute;
left: -999em;
top: 100%;
z-index: 99999;
box-shadow: 0 1px 2px #bbb;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
right: auto;
left: 0;
}
.main-navigation ul ul li a {
width: 16rem;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
right: auto;
left: 100%;
}
.main-navigation ul ul li a,
.main-navigation ul ul ul li a,
.main-navigation ul ul ul ul li a {
padding: 1em;
} .main-navigation .menu-item-has-children > a > .icon {
position: relative;
display: inline-block;
left: 0.5rem;
top: 0.05rem;
width: 12px;
height: 12px;
fill: #fff;
transition: fill 0.2s ease;
}
.main-navigation ul ul .menu-item-has-children > a > .icon {
position: absolute;
left: auto;
right: 1em;
top: 50%;
margin-top: -0.4rem;
fill: #444;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.main-navigation ul .menu-item-has-children > a:hover > .icon {
fill: rgba(255, 255, 255, 0.5);
}
.main-navigation ul ul .menu-item-has-children > a:hover > .icon {
fill: #999;
}
} @media only screen and (max-width: 60em) {
.widget-magazine-posts .large-post .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
}
@media only screen and (max-width: 50em) {
.widget-magazine-posts .large-post .entry-title {
font-size: 18px;
font-size: 1.125rem;
}
}
@media only screen and (max-width: 45em) {
.widget-magazine-posts .small-post .entry-title {
font-size: 14px;
font-size: 0.875rem;
}
}
@media only screen and (max-width: 40em) { .widget-magazine-posts .magazine-grid-three-columns .post-column {
width: 50%;
}
.widget-magazine-posts .large-post .entry-title {
font-size: 15px;
font-size: 0.9375rem;
}
.widget-magazine-posts .large-post .post-content {
padding: 0.5em 1em;
}
.widget-magazine-posts .large-post .entry-meta {
display: none;
}
.widget-magazine-posts .small-post .entry-title {
font-size: 13px;
font-size: 0.8125rem;
}
}
@media only screen and (max-width: 35em) {
.widget-magazine-posts .small-post .entry-title {
font-size: 15px;
font-size: 0.9375rem;
}
}
@media only screen and (max-width: 30em) { .widget-magazine-posts .magazine-grid-two-columns,
.widget-magazine-posts .magazine-grid-three-columns {
display: block;
margin-right: 0;
}
.widget-magazine-posts .magazine-grid-two-columns .post-column,
.widget-magazine-posts .magazine-grid-three-columns .post-column {
display: block;
padding-right: 0;
width: 100%;
}
.widget-magazine-posts .large-post .entry-title,
.widget-magazine-posts .medium-post .entry-title {
font-size: 17px;
font-size: 1.0625rem;
}
.widget-magazine-posts .large-post .entry-meta {
display: block;
}
}
@media only screen and (max-width: 25em) {
.widget-magazine-posts .type-post {
border: none;
box-shadow: none;
}
.widget-magazine-posts .type-post .post-content {
padding: 0.5em 0 0;
}
.widget-magazine-posts .large-post .entry-title,
.widget-magazine-posts .medium-post .entry-title {
font-size: 16px;
font-size: 1rem;
}
.widget-magazine-posts .small-post .entry-title {
font-size: 14px;
font-size: 0.875rem;
}
.widget-magazine-posts .small-post .post-content {
padding: 0 0 0 0.75em;
}
}
@media only screen and (max-width: 20em) {
.widget-magazine-posts .large-post .entry-title,
.widget-magazine-posts .medium-post .entry-title {
font-size: 15px;
font-size: 0.9375rem;
}
.widget-magazine-posts .small-post .entry-title {
font-size: 13px;
font-size: 0.8125rem;
}
} @media only screen and (max-width: 50em) { .gallery-item {
padding: 0 0.75em 0.5em 0;
}
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
max-width: 25%;
}
}
@media only screen and (max-width: 30em) {
.alignright,
.alignleft {
float: none;
margin: 1em 0;
} .gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
max-width: 50%;
}
}  .sidebar-left .content-area {
float: right;
padding-right: 0;
padding-left: 2em;
}
.sidebar-left .sidebar {
float: left;
}
@media only screen and (max-width: 80em) {
.sidebar-left .content-area {
padding-right: 0;
padding-left: 1.5em;
}
}
@media only screen and (max-width: 60em) {
.sidebar-left .content-area {
padding: 0;
}
} .no-sidebar .content-area {
float: none;
padding: 0;
width: 100%;
} .magazine-widgets-placeholder {
position: relative;
padding: 1em;
}
.magazine-widgets-placeholder .magazine-widgets-placeholder-title {
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
text-transform: uppercase;
margin: 0;
padding: 1em 1em 1em 55px;
color: #0085ba;
border: 2px dashed #0085ba;
} .magazine-widgets-placeholder .customize-partial-edit-shortcut button {
left: 15px;
top: 13px;
}
.menu-item a {
padding-bottom: 5px;
background: -webkit-gradient(linear, left top, right top, from(#7169FE), to(#41e3e4));
background: -webkit-linear-gradient(left, #7169FE, #41e3e4);
background: -o-linear-gradient(left, #7169FE, #41e3e4);
background: linear-gradient(to right, #7169FE, #41e3e4);
background-size: 0px 2px;
background-repeat: no-repeat;
background-position: left 75%;
}
.cat-item::marker {
content: '💟';
}
li.cat-item a {
margin-left: 5px;
}
h3.widget-title::after {
display: block;
content: '';
width: 100%;
height: 4px;
background: -webkit-gradient(linear, left top, right top, from(#7169FE), to(#A951F3));
background: -webkit-linear-gradient(left, #7169FE, #A951F3);
background: -o-linear-gradient(left, #7169FE, #A951F3);
background: linear-gradient(to right, #7169FE, #A951F3);
margin-top: 6px;
}
.nav-links {
color: #fff;
}
.post-layout-columns .post-wrapper .post-column article:hover img {
opacity: .65;
transition: all 600ms ease;
}
.content-single .wp-post-image {
border-radius: 15px;
overflow: hidden;
position: relative;
max-height: unset;
}
.comment-reply-title {
border-bottom: 2px solid #7169FE;
} @media only screen and (max-width: 600px) {
.content-single .entry-meta.clearfix {
padding: 0;
font-size: 12px;
flex-wrap: wrap;
margin: 0;
display: flex;
}
.entry-meta .meta-date, .entry-meta .meta-author, .entry-meta .meta-category, .entry-meta .meta-comments {
padding: 5px 8px;
margin: 0 3px;
margin-bottom: 5px;
}
.post-navigation .nav-links .entry-title {
font-size: 14px;
}
.site-title, .site-description {
display:none;
}
.custom-logo {
max-width: 220px !important;
}
.nav-links {
display: flex;
}
.main-navigation ul a {
border-bottom: none;
}
}