.bg-none {
background: none;
}
.container-fluid {
padding-left: 30px;
padding-right: 30px;
} @media only screen and (max-width: 991px) {
.widget-area {
margin-top: 3.4rem;
}
}
h2.widget-title {
font-size: 24px;
color: #999;
}
.widget li {
padding: 12px 0;
position: relative;
}
.calendar_wrap {
padding: 8px 0;
}
.textwidget {
word-wrap: break-word;
line-height: 24px;
}
.calendar_wrap td {
border: 1px solid #ccc;
text-align: center;
font-size: 14px;
padding: 8px;
color: #555;
}
.calendar_wrap th {
border: 1px solid #ccc;
text-align: center;
font-size: 14px;
padding: 8px;
}
.calendar_wrap caption {
border-top: 0;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
font-size: 16px;
padding: 8px;
text-align: center;
}
.calendar_wrap td a {
color: #22A7F0;
text-decoration: none;
}
#today {
background: #22A7F0;
color: #fff;
}
#today:hover {
background: #22A7F0;
}  .entry-header h1 {
font-size: 2.6rem;
margin: 0;
}
.entry-content p {
line-height: 24px;
font-size: 15px;
}
footer.entry-footer {
padding-top: 18px;
}
.edit-link {
position: relative;
padding-left: .8rem;
font-size: 16px;
}
a.post-edit-link {
display: inline-block;
}
.edit-link:before {
content: '.';
color: #999;
position: absolute;
left: -1px;
top: -7px;
}
a.post-edit-link:hover {
color: #22A7F0;
}
.home .navigation.posts-navigation {
margin-bottom: 4rem;
}
.sy-pagination {
margin-bottom: 3rem;
}
.sy-pagination .page-numbers {
background-color: #fff;
padding: .6rem 1rem .5rem;
display: inline-block;
color: #555;
box-shadow: 0 0 12px 2px #f5f5f5;
}
.page-numbers.current {
background-color: #22A7F0;
color: #fff;
}  .entry-meta {
margin-top: 18px;
}
.nav-links {
border-top: 1px solid #ececec;
border-bottom: 1px solid #ececec;
padding: 1rem 0;
display: inline-block;
width: 100%;
}
.nav-previous a,
.nav-next a {
color: #222;
font-size: 28px;
}
.nav-previous a:hover,
.nav-next a:hover {
color: #22A7F0;
}
.nav-previous:before {
content: 'Previous Post';
display: block;
color: #999;
}
.nav-next:before {
content: 'Next Post';
display: block;
color: #999;
}
.tags-links {
display: block;
margin-bottom: 2rem;
color: #999;
}
.tags-links a {
color: #444;
}
.tags-links a:hover {
color: #22A7F0;
} .author_wrapper {
background: #eee;
padding: 14px;
margin-bottom: 20px;
}
.pm_author_info_wrap {
float: right;
width: 84%;
}
.single_author_inner:after {
content: '';
display: block;
clear: both;
} h2.comments-title {
margin-bottom: 14px;
font-size: 24px;
}
article.comment-body {
margin-bottom: 8px;
}
footer.comment-meta:after {
content: '';
display: block;
clear: both;
}
.comment-author.vcard img {
float: left;
width: 60px;
margin-right: 12px;
}
.comment-content {
background: #f9f9f9;
margin-top: 14px;
}
.comment-content p {
margin: 0;
color: #888;
padding: .6rem 1rem;
}
.comment-body .reply {
margin-bottom: 1.2rem;
padding-top: 1rem;
display: flex;
justify-content: flex-end;
}
.comment-body .reply a {
color: #22A7F0;
}
.comment-notes {
color: #888;
font-size: 14px;
}
.comment-body .reply a:hover {
color: #22A7F0;
opacity: 1;
}
.comment-body .reply a:hover {
text-decoration: underline;
}
a.comment-edit-link {
color: #666;
border-left: 1px solid #ccc;
padding-left: 14px;
margin-left: 14px;
}
.comment-metadata a {
color: #888;
font-size: 14px;
}
.comment-metadata a:hover {
color: #22A7F0;
}
h3#reply-title {
font-size: 18px;
text-transform: uppercase;
}
.comment-form label {
display: block;
}
.comment-form-cookies-consent {
display: flex;
}
.comment-form-cookies-consent input{
transform: translateY(2px);
}
.comment-form-cookies-consent label {
padding-left: .6rem;
}
p.comment-form-comment label {
padding-bottom: 10px;
}
input.submit {
background: #333;
box-shadow: none;
text-shadow: none;
color: #fff;
border: 0;
margin: 14px 0;
padding: 14px;
transition: all 300ms ease-in-out;
}
input.submit:hover {
background: #22A7F0;
box-shadow: none;
color: #fff;
}
.search-block {
opacity: 0;
visibility: hidden;
padding: 2.8rem;
width: 100%;
height: 100%;
display: flex;
position: fixed;
z-index: 11;
background-color: #fff;
transition: all 400ms ease-in-out;
box-shadow: 0 0 12px 2px #f5f5f5;
justify-content: center;
align-items: center;
top: 0;
left: 0;
transform: translate(0px, 0px) scale(0.7, 0.7);
}
.search-block.active {
opacity: 1;
visibility: visible;
transition: all 400ms ease-in-out;
transform: translate(0px, 0px) scale(1, 1);
} .search-close {
position: absolute;
top: 30px;
right: 30px;
padding: 10px;
}
.search-close .sy-icon {
fill: #666;
}
.search-close .sy-icon:hover {
fill: #666;
}
.search-form label {
width: 100%;
margin-bottom: 1rem;
}
.search-form label input {
width: 100%;
}
.search-submit {
width: 100%;
transition: all 300ms ease-in-out;
}
.search-submit:hover {
background-color: #22A7F0;
color: #fff;
}
.sy-btn {
color: #fff;
background-color: #22A7F0;
opacity: 1;
display: flex;
padding: .8rem 1.6rem;
filter: brightness(100%);
transition: all 300ms ease-in-out;
}
.sy-btn .sy-icon {
fill: #fff;
transform: translateY(-1px);
}
.sy-btn:hover {
background-color: #22A7F0;
opacity: 1;
color: #fff;
filter: brightness(92%);
transition: all 300ms ease-in-out;
}
.sy-btn--search {
padding: .66rem .8rem;
margin-left: .3rem;
}  .wpcf7-form p {
padding: 8px 0;
}
input.wpcf7-form-control {
width: 100%;
padding: 6px 8px;
font-size: 14px;
}
input.wpcf7-submit {
background: #666;
box-shadow: none;
text-shadow: none;
color: #fff;
border: 0;
padding: 12px;
}
input.wpcf7-submit:hover {
background: blue;
box-shadow: none;
}
.archive article,
.search article
{
border-top: 1px solid #ccc;
padding: 2rem 0;
} .l-h-0 {
line-height: 0;
}
.sy-header {
padding: 1rem 0;
box-shadow: 0 3px 4px 0px #eee;
margin-bottom: 30px;
background-color: #fff;
}
.sy-icon {
cursor: pointer;
display: inline-block;
height: 2rem;
vertical-align: baseline;
width: 2rem;
transition: all 200ms ease 0s;
}
.sy-icon:hover,
.sy-icon:focus {
fill: #22A7F0;
transition: all 200ms ease 0s;
}
.sy-header__social > a {
fill: #444;
transition: all 200ms ease 0s;
}
.sy-header__social > a:hover,
.sy-header__social > a:focus {
fill: #22A7F0;
transition: all 200ms ease 0s;
}
.sy-icon--sm {
height: 2rem;
width: 2rem;
}
.sy-icon--md {
height: 1rem;
width: 1rem;
}
.sy-icon--lg {
height: 1.5rem;
width: 1.5rem;
}
.sy-icon--primary {
fill: #22A7F0;
}
.sy-card {
background-color: #fff;
box-shadow: 0 3px 4px 0px #eee;
margin-bottom: 1.9rem;
padding: 0;
width: 100%;
transition: transform 300ms ease-in-out;
}
.sy-card__img {
position: relative;
}
.sy-card__img a:after {
content: '';
display: block;
background-color: #000;
opacity: 0;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
transition: all 500ms ease-in-out;
}
.sy-card:hover .sy-card__img a:after {
opacity: .4;
}
.sy-card__img img {
transition: transform 500ms ease-in-out;
transform: scale(1);
-webkit-transform: scale(1);
}
.sy-card:hover .sy-card__img img {
transform: scale(1.05);
-webkit-transform: scale(1.05);
}
.sy-card__img a {
display: block;
line-height: 0;
overflow: hidden;
}
.transition {
transition: all 200ms ease-in;
}
.entry-title a {
color: #444;
text-decoration: none;
font-size: 24px;
line-height: 1.4;
}
.entry-title a:hover {
color: #22A7F0;
transition: all 200ms ease-in;
}
.entry-meta .byline {
text-transform: capitalize;
padding-right: .8rem;
color: #999;
font-size: 14px;
}
.posted-on {
position: relative;
padding-left: .8rem;
padding-right: .8rem;
}
.posted-on:before {
content: '.';
color: #999;
position: absolute;
left: -1px;
top: -7px;
}
.cat-links {
position: relative;
padding-left: .8rem;
font-size: 14px;
padding-right: .8rem;
}
.cat-links a {
color: #444;
}
.cat-links:before {
content: '.';
color: #999;
position: absolute;
left: -1px;
top: -7px;
}
.comments-link {
position: relative;
padding-left: .8rem;
font-size: 14px;
padding-right: .8rem;
}
.comments-link a {
color: #444;
}
.comments-link:before {
content: '.';
color: #999;
position: absolute;
left: -1px;
top: -7px;
}
.entry-content > p {
font-size: 16px;
line-height: 1.68;
color: #888;
}
.author a {
color: #444;
text-decoration: none;
}
.posted-on a {
color: #999;
text-decoration: none;
font-size: 14px;
}
.site-info a {
color: #444;
}
.site-info a:hover {
color: #22A7F0;
transition: all 200ms ease-in;
}
ol.comment-list {
margin: 0 0 2rem 0;
}
.widget ul {
margin: 0 0 1.5em 0;
list-style: none;
padding: 0;
}
.widget ul li a {
color: #444;
transition: all 200ms ease-in;
}
.widget ul li a:hover {
transition: all 200ms ease-in;
color: #22A7F0;
}
.nnc-footer {
padding-top: 3rem;
}
.nnc-footer__block {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.nnc-footer__item {
width: calc(25% - 30px);
}
@media only screen and (max-width: 991px) {
.nnc-footer__item {
width: calc(50% - 30px);
}
}
@media only screen and (max-width: 768px) {
.nnc-footer__item {
width: 100%;
}
}
.footer-bottom {
background-color: #f7f8fa;
}
.sy-header__social > a {
margin-right: 2rem;
}
.sy-mobile-menu {
margin-right: 1.4rem;
background-color: transparent;
padding: 0;
}
.sy-btn--search .sy-icon {
fill: #fff;
}
.sy-content-area {
background-color: #fff;
padding: 1.875rem;
box-shadow: 0 3px 4px 0px #eee;
margin-bottom: 1.875rem;
}
#secondary {
background-color: #fff;
padding: 1.875rem;
margin-bottom: 1.875rem;
box-shadow: 0 3px 4px 0px #eee;
}
.comments-area .form-submit,
.comments-area .form-submit .submit {
margin: 0;
}
article .entry-summary p {
margin-bottom: 0;
}
.archive-description {
padding-bottom: 1.4rem;
}html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
font-family: 'Josefin Sans', sans-serif;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  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;
} body,
button,
input,
select,
optgroup,
textarea {
color: #404040; font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
text-align: left;
}
p {
margin-bottom: 1.5em;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #f7f8fa; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul, ol {
margin: 0 0 1.5em 3em;
}
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 1.5em 1.5em;
}
img {
height: auto; width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 0;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 1rem;
line-height: 1;
padding: .7rem 1.2rem;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
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 {
border-color: #aaa #bbb #bbb;
}
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: #666;
border: 1px solid #ececec;
border-radius: 3px;
padding: 6px;
background-color: #fff;
}
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: #111;
outline: none;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}  a {
color: #22A7F0;
transition: all 200ms ease-in;
}
a:hover, a:focus, a:active {
color: #22A7F0;
text-decoration: none;
transition: all 200ms ease-in;
}
a:focus {
outline: thin dotted;
}
a:hover, a:active {
outline: 0;
} .main-navigation {
clear: both;
display: block;
float: left;
width: 100%;
}
.main-navigation ul {
display: block;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 0 4px 0 #eee;
float: left;
position: absolute;
top: 5rem;
left: -40px;
z-index: 99999;
background-color: #fff;
transition: all 400ms ease-in-out;
opacity: 0;
visibility: hidden;
}
.main-navigation ul ul ul {
left: 12.5rem;
top: 3.4rem;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 12.5rem;
top: -1px;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: -40px;
top: 3.4rem;
transition: all 400ms ease-in-out;
opacity: 1;
visibility: visible;
}
.main-navigation li {
float: left;
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
padding: 1rem;
color: #444;
transition: color 200ms ease 0s;
}
.main-navigation a:hover,
.main-navigation a:focus {
color: #22A7F0;
transition: color 200ms ease 0s;
}
li.menu-item-has-children a {
padding-right: 30px;
}
li.menu-item-has-children:after {
content: '';
background: url(//bloggerina.be/wp-content/themes/cherry-blog/assets/images/angle-down.svg) no-repeat;
position: absolute;
right: 0;
top: 1.28rem;
width: 24px;
height: 12px;
cursor: pointer;
}
.nnc-nav.active {
background: #eee;
position: fixed;
z-index: 9;
width: 100%;
height: 100%;
left: 0;
top: 0;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
@media only screen and (max-width: 991px) {
.nnc-nav .main-navigation {
display: none;
}
.nnc-nav.active .main-navigation {
display: block;
}
.main-navigation {
float: none;
width: auto;
}
.main-navigation ul.menu {
display: flex;
flex-direction: column;
}
.main-navigation.is-active {
left: 0;
}
.main-navigation ul ul {
opacity: 1;
visibility: visible;
background-color: #fff;
top: 3rem;
position: initial;
display: flex;
flex-direction: column;
overflow: hidden;
max-height: 0;
transition: max-height 400ms ease-in-out;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
top: 3rem;
max-height: 100rem;
transition: max-height 400ms ease-in-out;
}
.main-navigation ul ul ul {
left: 0;
top: 3rem;
}
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .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: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 4em; }
.widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
width: 60px;
display: block;
line-height: 0;
margin-right: 1rem;
}
.site-branding h1 {
line-height: 1;
} .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;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.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;
}