<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
====================================================
=
= Theme Name: Masonry Blog
= Theme URI: https://perfectwpthemes.com/themes/masonry-blog
= Author: perfectwpthemes
= Author URI: https://perfectwpthemes.com
= Version: 1.0.7
= License: GNU General Public License v2 or later
= License URI: https://www.gnu.org/licenses/gpl-2.0.html
=
==========================================
*/
@font-face {
  font-family: 'mbicon';
  src: url("../fonts/mbicon/mbicon.eot?oapl3c");
  src: url("../fonts/mbicon/mbicon.eot?oapl3c#iefix") format("embedded-opentype"), url("../fonts/mbicon/mbicon.ttf?oapl3c") format("truetype"), url("../fonts/mbicon/mbicon.woff?oapl3c") format("woff"), url("../fonts/mbicon/mbicon.svg?oapl3c#mbicon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: inline-block; }

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'mbicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-mb-expand:before {
  content: "\e100"; }

.icon-mb-quote-alt-left:before {
  content: "\e101"; }

.icon-mb-calendar-week:before {
  content: "\e102"; }

.icon-mb-user:before {
  content: "\e103"; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box; }

body {
  background: #ffffff; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

figure {
  max-width: 100%;
  width: 100%; }

figcaption {
  margin-top: 10px; }

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  border: none; }

blockquote cite {
  display: block;
  font-weight: 300;
  font-size: 16px;
  margin-top: 20px; }

blockquote cite::before {
  content: "-";
  margin-right: 10px; }

a:focus {
  outline: 0; }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0; }

iframe {
  min-height: 250px; }

.mejs-container {
  margin-bottom: 30px; }

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  touch-action: auto; }

.owl-carousel .owl-item img {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: middle; }

button,
.post-link-btn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  position: relative;
  cursor: pointer;
  line-height: 1;
  border: none;
  padding: 0 25px;
  height: 48px;
  display: inline-block;
  text-shadow: none;
  transition: all 0.5s ease; }

button:hover,
.post-link-btn:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border: none; }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  height: 48px;
  width: 100%;
  -webkit-appearance: none; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  outline-color: transparent;
  outline: none; }

.searchform input[type="text"]:focus {
  border: none; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding-left: 10px; }

textarea {
  overflow: auto;
  padding: 30px;
  vertical-align: top;
  height: 160px;
  max-width: 100%;
  width: 100%; }

.post-link-btn {
  padding: 17px 50px;
  height: auto;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px; }

a {
  text-decoration: none;
  transition: all 0.5s ease; }

a:hover {
  text-decoration: none; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 15px; }

.alignright {
  display: inline;
  float: right;
  margin-left: 15px; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

.verticle-center {
  align-items: center; }

body.no-sidebar .alignfull {
  width: 90vw;
  max-width: 90vw;
  margin-left: 50%;
  transform: translateX(-50%); }

body.no-sidebar .alignwide {
  width: 70vw;
  width: 70vw;
  margin-left: 50%;
  transform: translateX(-50%); }

body.no-sidebar.boxed .alignfull,
body.no-sidebar.boxed .alignwide {
  width: 100%;
  max-width: 100%;
  margin-left: inherit;
  transform: none; }

.center-aligned {
  text-align: center; }

.left-aligned {
  text-align: left; }

.right-aligned {
  text-align: right; }

hr {
  background-color: #eeeeee;
  border: 0;
  height: 1px;
  margin-bottom: 15px; }

ul,
ol {
  margin: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li &gt; ul,
li &gt; ol {
  margin: 0; }

dt {
  font-weight: bold; }

dd {
  margin: 0 15px 15px; }

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

figure {
  margin: 0; }

table {
  margin: 0 0 15px;
  width: 100%;
  border-collapse: collapse; }

th {
  font-weight: bold;
  border: 1px solid #eeeeee;
  padding: 5px 10px; }

td {
  border: 1px solid #eeeeee;
  padding: 5px 10px; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.screen-reader-text:hover,
.screen-reader-text:active,
.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

.clearfix:before,
.clearfix: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,
.dropcap:before,
.dropcap:after,
.alignleft:before,
.alignright:before,
.editor-entry:before {
  content: '';
  display: table; }

.clearfix:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.alignleft:after,
.alignright:after,
.editor-entry:after {
  clear: both; }

.clear {
  clear: both; }

body,
button,
input,
select,
textarea {
  color: #263238;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0.15px; }

body {
  transition: all 0.5s ease;
  background-color: #eeeeee;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  word-wrap: break-word;
  -moz-word-wrap: break-word;
  -webkit-word-wrap: break-word;
  -ms-word-wrap: break-word; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  clear: both;
  line-height: 1.1;
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", sans-serif;
  font-weight: bold;
  padding: 0;
  margin: 0;
  letter-spacing: 0; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

p {
  margin-bottom: 0; }

b,
strong {
  font-weight: bold; }

dfn,
cite,
em,
i {
  font-style: italic; }

.wp-block-quote {
  border-left: 1px solid #263238;
  padding-left: 0; }

q,
blockquote,
.wp-block-quote {
  display: block;
  position: relative;
  font-size: 16px;
  padding: 50px 40px;
  border: none;
  text-align: center; }

q:before,
blockquote:before,
.wp-block-quote:before {
  content: "\e101";
  font-family: 'mbicon';
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 36px;
  color: #999999; }

address {
  margin: 0 0 15px; }

pre {
  background: #eeeeee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  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 #eeeeee;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

sup,
sub {
  position: relative;
  font-size: 75%;
  height: 0;
  line-height: 0;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

.widget {
  margin-bottom: 40px;
  padding: 30px; }

.widget select {
  width: 100%;
  height: 43px;
  padding: 5px 10px; }

.site-sidebar .widget:last-child,
.site-footer .widget:last-child {
  margin-bottom: 0px; }

.site-sidebar .widget {
  background-color: #ffffff;
  border-radius: 0; }

.canvas-sidebar-widget-area .widget {
  background-color: transparent; }

.footer-widget-areas .widget {
  padding: 0px; }

.widget .widget-title {
  margin-bottom: 30px; }

.widget .widget-title h3 {
  color: #222222; }

.widget.widget_search button[type="submit"] {
  font-size: 20px; }

.widget_archive ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul,
.widget_product_categories ul {
  padding-left: 0;
  list-style: none; }

/*
====================================================
=
= Auhtor widget @ secondary widget area
=
==========================================
*/
.mb-author-widget .widget-container {
  text-align: center; }

.mb-author-widget .author-thumbnail {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%; }

.mb-author-widget .author-thumbnail img {
  max-width: 250px;
  border-radius: 50%;
  margin: 0 auto;
  object-fit: cover;
  object-position: center center;
  -ms-object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -o-object-fit: cover;
  -ms-object-position: center center;
  -webkit-object-position: center center;
  -moz-object-position: center center;
  -o-object-position: center center; }

.mb-author-widget .author-detail {
  margin-top: 20px;
  margin-bottom: 20px; }

.mb-author-widget .author-detail .author-name h3 {
  font-size: 22px;
  margin-bottom: 15px; }

.mb-author-widget .author-detail .author-social-links {
  margin-bottom: 20px;
  margin-top: 20px; }

.mb-author-widget .author-detail .author-social-links ul {
  text-align: center;
  list-style: none; }

.mb-author-widget .author-detail .author-social-links ul li {
  margin-right: 10px;
  display: inline-block; }

.mb-author-widget .author-detail .author-social-links ul li a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #ff5252;
  color: #ffffff;
  line-height: 30px;
  border-radius: 50%;
  font-size: 12px; }

.mb-author-widget .author-detail .author-social-links ul li a:hover {
  background-color: #f44336; }

.mb-author-widget .author-detail .author-social-links ul li:last-child {
  margin-right: 0px; }

.mb-author-widget .author-detail .author-description p {
  font-size: 14px; }

.mb-author-widget .author-permalink span {
  display: inline-block;
  padding: 0 5px;
  transition: all 1s ease; }

.mb-author-widget .author-permalink a {
  padding: 15px 40px; }

/*
====================================================
=
= Social widget @ secondary widget area
=
==========================================
*/
.mb-social-widget-one .social-links ul {
  list-style: none; }

.mb-social-widget-one .social-links ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px; }

.mb-social-widget-one .social-links ul li:last-child {
  margin-right: 0px; }

.mb-social-widget-one .social-links ul li:last-child a {
  padding-right: 0; }

.mb-social-widget-two .social-links ul li {
  display: block;
  margin-bottom: 15px; }

.mb-social-widget-two .social-links ul li:last-child {
  margin-bottom: 0px; }

.canvas-sidebar-widget-area .mb-social-widget-one .social-links ul li a,
.footer-widget-area .mb-social-widget-one .social-links ul li a,
#secondary.site-sidebar .mb-social-widget-one .social-links ul li a,
.canvas-sidebar-widget-area .mb-social-widget-two .social-links ul li a,
.footer-widget-area .mb-social-widget-two .social-links ul li a,
#secondary.site-sidebar .mb-social-widget-two .social-links ul li a {
  color: #ffffff; }

.mb-social-widget-one .social-links ul li a {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%; }

.mb-social-widget-two .social-links ul li a {
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 10px 0px;
  color: #ffffff;
  top: 0px;
  transition-duration: 0.5s;
  position: relative; }

.mb-social-widget-two .social-links ul li a:hover {
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  top: -3px;
  position: relative;
  transition-duration: 0.5s; }

.mb-social-widget-one .social-links ul li a.social-link-facebook,
.mb-social-widget-two .social-links ul li a.social-link-facebook {
  background-color: #3b5998; }

.mb-social-widget-one .social-links ul li a.social-link-twitter,
.mb-social-widget-two .social-links ul li a.social-link-twitter {
  background-color: #00aced; }

.mb-social-widget-one .social-links ul li a.social-link-instagram,
.mb-social-widget-two .social-links ul li a.social-link-instagram {
  background-color: #bc2a8d; }

.mb-social-widget-one .social-links ul li a.social-link-pinterest,
.mb-social-widget-two .social-links ul li a.social-link-pinterest {
  background-color: #cb2027; }

.mb-social-widget-one .social-links ul li a.social-link-youtube,
.mb-social-widget-two .social-links ul li a.social-link-youtube {
  background-color: #bb0000; }

.mb-social-widget-one .social-links ul li a.social-link-linkedin,
.mb-social-widget-two .social-links ul li a.social-link-linkedin {
  background-color: #007bb6; }

.mb-social-widget-one .social-links ul li a.social-link-vk,
.mb-social-widget-two .social-links ul li a.social-link-vk {
  background-color: #45668e; }

.mb-social-widget-two .social-links ul li a span {
  display: inline-block; }

.mb-social-widget-two .social-links ul li a span:first-child {
  padding-left: 15px; }

.mb-social-widget-two .social-links ul li a span:nth-child(2) {
  float: right;
  width: 45px;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2); }

/*
====================================================
=
= Post widget @ secondary widget area
=
==========================================
*/
.mb-post-widget .post-widget-one article,
.mb-post-widget .post-widget-two article {
  margin-bottom: 20px;
  padding-bottom: 20px; }

.mb-post-widget .post-widget-one article:last-child,
.mb-post-widget .post-widget-two article:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

.mb-post-widget .post-widget-one article .the-title a,
.mb-post-widget .post-widget-two article .the-title a {
  line-height: 1.4;
  padding-bottom: 5px; }

.mb-post-widget .post-widget-one article.has-post-thumbnail .post-thumb img {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%; }

.mb-post-widget .post-widget-two article.has-post-thumbnail .post-thumb img {
  border-radius: 5px; }

.mb-post-widget .post-widget-one article span.count,
.mb-post-widget .post-widget-two article span.count {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 30px;
  background-color: #222222;
  color: #ffffff;
  margin-right: 10px;
  border: 2px solid #ffffff; }

.mb-post-widget .post-widget-one article span.count {
  border-radius: 50%; }

.mb-post-widget .post-widget-two article span.count {
  border-radius: 5px; }

.mb-post-widget .post-widget-two article.has-post-thumbnail .post-thumb span.count {
  position: absolute;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 30px;
  background-color: #ff5252;
  color: #ffffff;
  border: 2px solid #ffffff;
  left: 5px;
  top: 5px; }

.mb-post-widget .post-widget-one article.has-post-thumbnail .post-thumb span.count {
  position: absolute;
  left: 0;
  top: -5px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 35px;
  background-color: #ff5252;
  color: #ffffff;
  border-radius: 50%;
  border: 2px solid #ffffff; }

.mb-post-widget .post-widget-one article .post-author-date-meta,
.mb-post-widget .post-widget-two article .post-author-date-meta {
  margin-top: 5px; }

.mb-post-widget .post-widget-one article .post-author-date-meta ul,
.mb-post-widget .post-widget-two article .post-author-date-meta ul {
  list-style: none; }

.mb-post-widget .post-widget-one article .post-author-date-meta ul li,
.mb-post-widget .post-widget-two article .post-author-date-meta ul li {
  display: inline-block; }

.mb-post-widget .post-widget-one article .post-author-date-meta ul li:first-child,
.mb-post-widget .post-widget-two article .post-author-date-meta ul li:first-child {
  margin-right: 10px; }

.mb-post-widget .post-widget-one article .post-author-date-meta ul li.post-date-meta,
.mb-post-widget .post-widget-two article .post-author-date-meta ul li.post-date-meta {
  margin-left: 0px; }

.mb-post-widget .post-widget-one article .post-author-date-meta ul li a span.author-name,
.mb-post-widget .post-widget-two article .post-author-date-meta ul li a span.author-name {
  margin-left: 0px; }

.mb-post-widget .post-widget-one article .post-author-date-meta ul li a,
.mb-post-widget .post-widget-one article .post-author-date-meta ul li a,
.mb-post-widget .post-widget-two article .post-author-date-meta ul li a,
.mb-post-widget .post-widget-two article .post-author-date-meta ul li a {
  font-size: 14px; }

.mb-post-widget .post-widget-one article .post-author-date-meta ul li a:hover,
.mb-post-widget .post-widget-two article .post-author-date-meta ul li a:hover {
  color: #ff5252; }

.mb-post-widget article .mb-row .mb-col:nth-child(1) {
  flex: 35%;
  max-width: 35%; }

.mb-post-widget article .mb-row .mb-col:nth-child(2) {
  flex: 65%;
  max-width: 65%; }

.mb-post-widget article.has-post-thumbnail .mb-row .mb-col:last-child {
  padding-left: 0px; }

.mb-post-widget article.has-no-post-thumbnail .mb-row .mb-col {
  flex: 100%;
  max-width: 100%; }

.pagination,
.page-links {
  text-align: center;
  margin-top: 50px; }

.pagination .pagination-entry {
  margin: 0px; }

.pagination .page-numbers,
.page-links .post-page-numbers {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  top: 0;
  transition-duration: 0.3s; }

.pagination .page-numbers:last-child,
.page-links .post-page-numbers:last-child {
  margin-right: 0px; }

.page-links .post-page-numbers {
  background-color: #ff5252;
  color: #ffffff; }

.page-links .post-page-numbers.current {
  background-color: #f44336; }

.pagination .page-numbers:hover,
.page-links .post-page-numbers:hover {
  background-color: #f44336;
  position: relative;
  top: -5px;
  transition-duration: 0.3s;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  color: #ffffff; }

.page-links .post-page-numbers:hover {
  background-color: #ff1744;
  color: #ffffff; }

.pagination .page-numbers.prev span {
  margin-right: 5px; }

.pagination .page-numbers.next span {
  margin-left: 5px; }

.pagination .page-numbers.current {
  position: relative;
  background-color: #ff5252;
  color: #ffffff; }

.infinite-scroll-container,
.no-more-container,
.load-more-btn-container {
  text-align: center; }

.infinite-scroll-container {
  color: #ff5252; }

.no-more-container {
  display: none; }

.load-more-btn,
.no-more-to-load {
  border-radius: 50px; }

.load-more-btn .load-more-icon {
  display: none; }

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #ff5252;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite; }

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite; }

.mb-to-top {
  position: fixed;
  display: none;
  z-index: 999999999;
  bottom: 30px;
  right: 20px;
  cursor: pointer;
  border: none;
  border-radius: 0;
  outline: none;
  opacity: 1;
  text-align: center;
  background: transparent;
  transform-origin: 100% 100%;
  transition: all 0.5s ease; }

.mb-to-top a {
  display: block;
  font-size: 18px;
  width: 50px;
  height: 50px;
  background-color: #ff5252;
  color: #ffffff;
  line-height: 50px;
  border-radius: 50%;
  position: relative;
  top: 0;
  transition-duration: 0.3s; }

.mb-to-top a:hover {
  background-color: #f44336;
  position: relative;
  top: -15px;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
  transition-duration: 0.3s;
  color: #ffffff; }

.main-menu-wrapper {
  position: relative; }

.is-sticky .main-menu-wrapper {
  background: #fff;
  z-index: 999;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); }

.is-sticky .site-navigation ul li a::after {
  top: 19px; }

.site-navigation ul {
  margin: 0;
  list-style: none; }

.site-navigation ul li {
  display: inline-block;
  position: relative; }

.site-navigation ul li a {
  padding: 20px 15px;
  display: block;
  position: relative; }

.site-navigation ul li.current-menu-item &gt; a {
  color: #f44336; }

.menu-item-description {
  font-weight: normal;
  text-transform: inherit; }

.site-navigation ul li a span.menu-item-description {
  position: absolute;
  top: 2px;
  font-size: 10px;
  padding: 3px 5px;
  background-color: #ff1744;
  color: #ffffff;
  font-weight: normal;
  text-transform: initial;
  line-height: 1;
  z-index: 2; }

.site-navigation ul.sub-menu li a span.menu-item-description {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 15px;
  font-size: 10px;
  padding: 1px 5px;
  background-color: #ff1744;
  color: #ffffff; }

.site-navigation ul.sub-menu li a span.menu-item-description::after {
  display: none; }

.site-navigation ul li a span.menu-item-description::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ff1744;
  left: 3px;
  bottom: -4px; }

.site-navigation ul li:last-child a:after {
  display: none; }

.site-navigation ul li.menu-item-has-children &gt; a::after {
  content: '\f107';
  font-family: 'FontAwesome';
  font-size: 16px;
  margin-left: 3px; }

.site-navigation ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children &gt; a {
  position: relative; }

.site-navigation ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children &gt; a::before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 16px;
  position: absolute;
  right: 15px; }

.site-navigation ul li.menu-item-has-children:hover ul.sub-menu li.menu-item-has-children &gt; a::after {
  content: ''; }

.site-navigation ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99999;
  background: #ffffff;
  min-width: 220px;
  text-align: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  display: block;
  clip: rect(1px, 1px, 1px, 1px);
  visibility: visible;
  opacity: 1; }

.site-navigation ul li .sub-menu ul {
  left: 100%;
  top: 0; }

.site-navigation ul li:hover &gt; .sub-menu,
.site-navigation ul li:focus &gt; .sub-menu,
.site-navigation ul li:focus-within &gt; .sub-menu,
.site-navigation ul li .sub-menu:focus-within {
  clip: auto !important; }

.site-navigation ul li .sub-menu li {
  display: block;
  padding: 0; }

.site-navigation ul li .sub-menu li a {
  padding: 10px 15px;
  border-bottom: 1px solid #eeeeee;
  border-right: none;
  line-height: 1.4em; }

.menu-toggle {
  display: none;
  padding: 15px 0;
  font-weight: normal;
  cursor: pointer;
  text-transform: uppercase; }

@media (min-width: 1025px) {
  .mobile-navigation-wrapper {
    display: none; } }

.mb-row {
  display: flex;
  flex-wrap: wrap;
  display: flex;
  -js-display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.mb-row-reverse {
  flex-direction: row-reverse; }

.mb-col {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  width: 33.33333%;
  padding: 0 15px; }

body.has-sidebar .masonry-article.mb-col {
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  padding: 0 15px; }

.mb-container {
  position: relative;
  max-width: 1400px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
  background: transparent; }

.mb-margin-auto {
  margin: auto; }

.site-main {
  margin-top: 50px;
  margin-bottom: 50px; }

@media (min-width: 992px) {
  .hide-large {
    display: none; } }

@media (max-width: 991px) {
  .hide-medium {
    display: none; } }

@media (max-width: 767px) {
  .hide-small {
    display: none; } }

.thumb {
  position: relative; }

.post-cat-entries ul {
  list-style: none; }

.post-cat-entries ul li,
.post-cat-entries ul li a {
  display: inline-block;
  text-transform: inherit; }

.post-cat-entries ul li a {
  line-height: 1.6;
  font-size: 14px;
  padding: 5px 15px;
  margin-bottom: 10px;
  border-radius: 30px;
  margin-right: 10px;
  color: #ffffff;
  transition-duration: 0.3s;
  background-color: #ff5252; }

.post-cat-entries ul li a:hover {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  transition-duration: 0.3s;
  background-color: #f44336; }

.post-cat-entries ul li:last-child {
  margin-right: 0px; }

.post-author-date-meta ul {
  list-style: none; }

.post-author-date-meta ul li {
  display: inline-block;
  position: relative; }

.author-icon svg,
.post-date-meta-icon svg {
  width: 17px; }

.post-author-date-meta .post-author-meta a span.author-name {
  font-size: 14px; }

.post-author-date-meta .post-date-meta {
  margin-left: 15px; }

.post-author-date-meta .post-date-meta a {
  font-size: 14px; }

.updated:not(.published),
.mb-post-widget .entry-metas ul li.posted-date a:after {
  display: none; }

.social-icons ul {
  list-style: none; }

.social-icons ul li {
  display: inline-block; }

.social-icons ul li a {
  font-style: normal;
  font-size: 14px;
  padding: 0 10px; }

.mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease; }

.post-thumb {
  position: relative; }

.post-content-link {
  text-align: center; }

.canvas-sidebar .canvas-sidebar-widget-area {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  min-height: 100vh;
  width: 500px;
  background-color: #ffffff;
  z-index: 6;
  transition-duration: 0.3s;
  padding: 30px;
  overflow-y: auto; }

.canvas-sidebar-widget-area .widget {
  border: 1px solid #eeeeee; }

.canvas-sidebar.mb-close .canvas-sidebar-widget-area {
  left: -100vw;
  transition-duration: 0.3s; }

.canvas-sidebar .canvas-sidebar-mask {
  background-color: rgba(0, 0, 0, 0);
  transition-duration: 0.3s; }

.canvas-sidebar.mb-open .canvas-sidebar-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 6;
  transition-duration: 0.3s; }

.canvas-sidebar.mb-open .canvas-sidebar-widget-area {
  left: 0; }

.canvas-sidebar-close-icon {
  margin-bottom: 30px; }

.canvas-sidebar-close-icon a.mb-close-btn {
  display: inline-block;
  font-size: 16px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center; }

.site-subscription {
  background-color: #ffffff;
  padding: 50px 0px;
  border: 15px solid transparent;
  border-radius: 5px;
  /* Safari 3.1-5 */
  -o-border-image: url(../img/envelope-border.png) 30 round;
  /* Opera 11-12.1 */
  border-image: url(../img/envelope-border.png) 30 round;
  margin-bottom: 50px; }

body.single .site-subscription {
  background-color: #ffffff;
  padding: 60px 30px;
  margin-top: 50px; }

.site-subscription .subscription-container {
  width: 60%;
  margin-left: auto;
  margin-right: auto; }

body.single .site-subscription .subscription-container {
  width: 100%; }

.subscription-heading {
  text-align: center;
  margin-bottom: 30px; }

.subscription-heading-title {
  font-size: 28px;
  font-weight: bold; }

.subscription-container h1,
.subscription-container h2,
.subscription-container h3,
.subscription-container h4,
.subscription-container h5,
.subscription-container h6,
.subscription-container p {
  margin-bottom: 10px; }

.subscription-container a {
  color: #ff5252; }

/* MailPoet Styling */
.mailpoet_paragraph .mailpoet_submit {
  display: block;
  width: 100%; }

.mailpoet_paragraph .mailpoet_text_label {
  margin-bottom: 10px; }

.mailpoet_text,
.mailpoet_textarea {
  width: 100%; }

.mailpoet_paragraph .mailpoet_text_label {
  margin-bottom: 10px; }

/* MailChimp Styling */
.mc4wp-form-fields label {
  margin-bottom: 10px; }

.mc4wp-form-fields input[type="submit"] {
  width: 100%; }

/* Layout One Style */
.subscription-form-layout-one {
  position: relative; }

.subscription-form-layout-one input[type="email"] {
  padding-right: 150px; }

.subscription-form-layout-one input[type="submit"] {
  position: absolute;
  width: auto;
  right: 0; }

/* Layout Two Style */
.subscription-form-container.subscription-form-layout-two {
  position: relative; }

.subscription-form-layout-two input[type="email"] {
  padding-right: 150px;
  border-radius: 50px; }

.subscription-form-layout-two input[type="submit"] {
  position: absolute;
  width: auto;
  right: 0;
  border-radius: 50px; }

/* Sidebar */
.site-sidebar .subscription-heading {
  text-align: left; }

.site-sidebar .subscription-heading-title {
  font-size: 18px;
  font-weight: normal;
  display: none; }

@media (max-width: 1024px) {
  .site-subscription {
    margin-bottom: 40px; }
  body.single .site-subscription {
    margin-top: 40px; } }

@media (max-width: 991px) {
  .site-subscription .subscription-container {
    width: 80%; } }

@media (max-width: 767px) {
  .site-subscription .subscription-container {
    width: 80%; } }

@media (max-width: 575px) {
  .site-subscription {
    border-width: 10px;
    padding: 30px 15px;
    margin-bottom: 30px; }
  body.single .site-subscription {
    margin-top: 30px;
    padding: 30px 15px; }
  .site-subscription .subscription-container {
    width: 100%; }
  .subscription-form-layout-two input[type="email"] {
    padding-right: 0px; }
  .subscription-form-layout-two input[type="submit"] {
    position: relative;
    margin-top: 10px; } }

.widget_archive ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul,
.widget_product_categories ul {
  list-style: none;
  margin: 0;
  padding-left: 0px;
  overflow: hidden; }

.widget_product_categories ul {
  margin-left: 0; }

.widget_archive li,
.widget_categories li,
.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li a,
.widget_product_categories li {
  position: relative;
  padding: 15px 0;
  margin: 0; }

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_recent_entries li:last-child,
.widget_meta li:last-child,
.widget_recent_comments li:last-child,
.widget_rss li:last-child,
.widget_pages li:last-child,
.widget_nav_menu li:last-child,
.widget_product_categories li:last-child,
.widget_nav_menu &gt; ul &gt; li:last-child a {
  border-bottom: none;
  padding-bottom: 0; }

.widget_archive ul li:first-child,
.widget_categories ul li:first-child,
.widget_product_categories ul li:first-child,
.widget_pages ul li:first-child,
.widget_meta ul li:first-child,
.widget_rss li:first-child,
.widget_recent_entries li:first-child,
.widget_recent_comments li:first-child {
  padding-top: 0; }

.widget_archive a,
.widget_categories a,
.widget_recent_entries a,
.widget_meta a,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu a,
.widget_product_categories a {
  padding-left: 0;
  position: relative;
  float: none;
  transition: all 0.5s ease; }

.widget_recent_entries a {
  display: block; }

.widget_recent_comments li a {
  display: inline-block; }

.widget_nav_menu li a {
  padding-left: 0;
  display: block; }

.widget_nav_menu li a span.menu-item-description {
  display: none; }

.widget_archive ul li,
.widget_categories ul li,
.widget_product_categories ul li {
  text-align: left; }

.widget_archive ul li a,
.widget_categories ul li a,
.widget_product_categories ul li a {
  display: inline-block;
  width: 90%;
  float: none; }

.widget_nav_menu ul li ul,
.widget_product_categories ul li ul,
.widget_nav_menu ul li ul {
  padding-left: 20px; }

.widget_product_categories ul li ul {
  padding-top: 20px;
  margin-top: 20px; }

/*
=======================================
=
= Nav menus widget
=
===============================================
*/
.widget_nav_menu li:last-child a {
  border-bottom: none; }

/*
=======================================
=
= Recent posts widget 
=
===============================================
*/
.widget_recent_entries .post-date {
  display: block;
  margin-top: 5px;
  padding-left: 0;
  font-size: 14px; }

/*
=======================================
=
= Archive widget
=
===============================================
*/
.widget_archive label {
  display: block;
  margin-bottom: 10px; }

/*
=======================================
=
= Category widget
=
===============================================
*/
.widget_categories label {
  display: block;
  margin-bottom: 10px; }

/*
=======================================
=
= Rss widget
=
===============================================
*/
.widget_rss .widget-title h3 img {
  display: none; }

/*
=======================================
=
= Tags cloud
=
===============================================
*/
.widget_tag_cloud .tagcloud a {
  display: inline-block;
  text-transform: inherit;
  font-size: 16px !important;
  text-align: center;
  letter-spacing: 0;
  padding: 12px 25px;
  line-height: 1;
  margin: 4px;
  background: transparent;
  font-weight: 400; }

/*
=======================================
=
= Search widget 
=
===============================================
*/
.widget_search form {
  position: relative; }

.widget_search form input[type="search"] {
  width: 100%;
  padding-right: 65px;
  padding-left: 20px;
  border-radius: 30px; }

.widget.widget_search button[type="submit"] {
  font-size: 16px;
  position: absolute;
  right: 0;
  width: 70px;
  border-radius: 30px; }

/*
=======================================
=
= Calender widget
=
===============================================
*/
.calendar_wrap caption {
  text-align: center;
  padding: 20px 0 0;
  font-weight: 500; }

.calendar_wrap table {
  border-collapse: collapse;
  width: auto;
  margin-bottom: 0; }

.calendar_wrap table th {
  font-weight: bold;
  padding: 8px 0px;
  text-align: center;
  width: 5%; }

.calendar_wrap table td {
  padding: 8px 0px;
  width: 5%;
  text-align: center; }

.calendar_wrap table td#prev,
.calendar_wrap table td#next {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px; }

.calendar_wrap table td#next {
  text-align: right; }

/*
=======================================
=
= Text widget
=
===============================================
*/
.secondary-widget-area .widget_text .textwidget strong,
.secondary-widget-area .widget_text .textwidget p,
.secondary-widget-area .widget_text .textwidget em,
.secondary-widget-area .widget_text .textwidget pre,
.secondary-widget-area .widget_text .textwidget code,
.secondary-widget-area .widget_text .textwidget h1,
.secondary-widget-area .widget_text .textwidget h2,
.secondary-widget-area .widget_text .textwidget h3,
.secondary-widget-area .widget_text .textwidget h4,
.secondary-widget-area .widget_text .textwidget h5,
.secondary-widget-area .widget_text .textwidget h6 {
  display: block;
  padding: 7px 0; }

.secondary-widget-area .widget_text .textwidget img {
  display: block;
  padding: 5px 0; }

.secondary-widget-area .widget_text .textwidget select {
  display: block;
  outline: none;
  width: 100%;
  max-width: 100%;
  padding: 10px;
  text-transform: capitalize;
  border-radius: 2px;
  overflow: hidden;
  text-overflow: ellipsis; }
  .secondary-widget-area .widget_text .textwidget select option {
    display: block;
    width: 100%;
    max-width: 100%;
    white-space: nowrap; }

/*
===================================================
=
= WordPress basics styles
=
=====================================================================
*/
span.edit-link a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

span.edit-link a:before {
  content: '-';
  display: inline-block;
  margin-right: 3px; }

.sticky,
.bypostauthor {
  background: transparent; }

/*
===================================================
=
= Wp skip to button
=
=====================================================================
*/
.screen-reader-shortcut {
  box-shadow: none !important;
  font-size: 16px;
  font-weight: 400; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.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; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.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; }

/*
===================================================
=
= WordPress Gallery
=
=====================================================================
*/
.gallery {
  margin-bottom: 1.5em;
  margin-left: -2%; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-bottom: 3%;
  margin-left: 2%; }

.site-main .gallery a img {
  max-width: none;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 47%; }

.gallery-columns-3 .gallery-item {
  max-width: 31.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 23%; }

.gallery-columns-5 .gallery-item {
  max-width: 18%; }

.gallery-columns-6 .gallery-item {
  max-width: 14.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 12.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 10.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 9.11%; }

.gallery-caption {
  display: block; }

/*
===================================================
=
= WordPress comment box
=
=====================================================================
*/
.comments-area {
  margin-top: 50px; }

.comments-area textarea {
  padding: 20px; }

.comments-area textarea,
.comments-area input {
  margin-bottom: 30px; }

.comments-area .comments-title,
.comment-respond .comment-reply-title {
  font-size: 24px;
  margin: 0 0 15px; }

.comments-area ol {
  margin: 0;
  padding: 0;
  list-style: none; }

.comments-area .comment-list {
  margin-top: 30px;
  background: transparent;
  padding: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0; }

.comments-area .comment-body {
  display: block;
  overflow: hidden;
  margin: 0 0 30px; }

.comments-area .children {
  margin-left: 25px; }

.comments-area .children li {
  position: relative;
  margin-bottom: 30px; }

.comments-area .children li.depth-2,
.comments-area .children li.depth-3,
.comments-area .children li.depth-4,
.comments-area .children li.depth-5,
.comments-area .children li.depth-6 {
  padding-left: 25px; }

.comments-area .comment-body .comment-meta {
  background: transparent;
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
  margin-bottom: 15px; }

.comments-area .comment-body .comment-meta img {
  border-radius: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); }

.comments-area .comment-body .fn,
.comments-area .comment-body .fn a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0;
  text-transform: capitalize;
  margin: 5px 0 5px 0; }

.comments-area .comment-body .fn,
.comments-area .comment-body .fn a {
  display: inline-block;
  font-style: normal;
  font-weight: bold; }

.comments-area .comment-body .fn a:hover,
.comments-area .comment-body .fn a:focus {
  text-decoration: none; }

.comments-area .comment-body .says {
  display: none; }

.comments-area .comment-body .comment-metadata a {
  display: inline-block;
  font-style: italic;
  font-size: 13px;
  font-weight: normal; }

.comments-area .comment-body .comment-metadata a:hover,
.comments-area .comment-body .comment-metadata a:focus {
  text-decoration: none; }

.comments-area .comment-body .reply a {
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.15px;
  text-transform: capitalize;
  font-weight: 500; }

.comments-area .comment-body .reply {
  margin-top: 10px; }

.comments-area .comment-body .reply a:hover,
.comments-area .comment-body .reply a:focus {
  text-decoration: none; }

.comments-area .comment-body .comment-content {
  font-size: 16px;
  margin-bottom: 20px; }

.comments-area .comment-body .comment-content p {
  margin: 0 0 10px; }

.comment-respond .comment-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch; }

.comment-respond .comment-form .logged-in-as {
  margin-bottom: 15px; }

.comment-respond .comment-form-comment,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url,
.comment-respond .comment-form-cookies-consent,
.comment-respond .form-submit,
.comment-respond .comment-notes,
.comment-respond .comment-subscription-form,
.comment-respond .comment-subscription-form,
.comment-respond .mc4wp-checkbox-wp-comment-form {
  width: 100%; }

.comment-form .comment-form-author,
.comment-form .comment-form-email {
  width: 50%; }

.comment-respond .comment-notes {
  margin-bottom: 20px; }

.comment-form .comment-form-author {
  padding-right: 15px; }

.comment-form .comment-form-email {
  padding-left: 15px; }

.comment-respond .comment-form-cookies-consent,
.comment-respond .comment-subscription-form,
.comment-respond .mc4wp-checkbox-wp-comment-form {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start; }

.comment-respond .comment-form-cookies-consent input[type="checkbox"],
.comment-respond .comment-subscription-form input[type="checkbox"],
.comment-respond .mc4wp-checkbox-wp-comment-form input[type="checkbox"] {
  display: inline-block;
  margin: 0;
  line-height: 21px; }

.comment-respond .comment-form-comment label,
.comment-respond .comment-form-author label,
.comment-respond .comment-form-email label,
.comment-respond .comment-form-url label {
  display: block;
  padding-left: 3px;
  margin-bottom: 5px;
  font-weight: 400; }

.comment-respond .comment-form-cookies-consent label,
.comment-respond .comment-subscription-form label,
.comment-respond .mc4wp-checkbox-wp-comment-form label {
  line-height: 21px;
  padding-left: 5px;
  margin-top: -5px;
  margin-bottom: 0; }

.comment-respond .form-submit input {
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  height: 45px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px; }

.comment-author {
  overflow: auto; }

.comment-author-avatar {
  float: left; }

.comment-author-avatar img.avatar {
  border-radius: 50%; }

.comment-meta a:first-child {
  font-size: 14px; }

.comment-author-content {
  background-color: #ffffff;
  padding: 20px 30px;
  margin-left: 100px; }

.akismet_comment_form_privacy_notice {
  display: none; }

@media (max-width: 768px) {
  .comments-area .children,
  .comments-area .children li,
  .comments-area .children li.depth-2,
  .comments-area .children li.depth-3,
  .comments-area .children li.depth-4,
  .comments-area .children li.depth-5,
  .comments-area .children li.depth-6,
  .comments-area .children li.depth-7,
  .comments-area .children li.depth-8,
  .comments-area .children li.depth-9,
  .comments-area .children li.depth-10 {
    padding-left: 0;
    margin-left: 0; }
  .comment-form .comment-form-author,
  .comment-form .comment-form-email {
    width: 100%; }
  .comment-form .comment-form-author {
    padding-right: 0; }
  .comment-form .comment-form-email {
    padding-left: 0; }
  .comment-respond .comment-form-cookies-consent,
  .comment-respond .comment-subscription-form,
  .comment-respond .mc4wp-checkbox-wp-comment-form {
    display: none; } }

/*
===================================================
=
= Contact form 7 
=
=====================================================================
*/
.wpcf7 label {
  display: block;
  margin-bottom: 15px; }

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="password"],
.wpcf7 input[type="search"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  margin-top: 10px; }

.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] {
  border: none;
  text-align: center;
  text-transform: capitalize;
  padding: 15px 50px;
  font-size: 16px;
  transition: all 0.5s ease; }

.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="button"]:hover {
  border: none; }

.wpcf7 input[type="submit"]:focus,
.wpcf7 input[type="button"]:focus {
  outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  -o-outline: none;
  -ms-outline: none; }

/*
==================================
=
= wpform ( contact form )
=
===================================================
*/
body .wpforms-container .wpforms-form .wpforms-field-label {
  font-weight: 500;
  margin: 0 0 10px 0; }

body .wpforms-container .wpforms-form .wpforms-field-sublabel {
  margin: 10px 0 0; }

body .wpforms-container .wpforms-form input[type=date],
body .wpforms-container .wpforms-form input[type=datetime],
body .wpforms-container .wpforms-form input[type=datetime-local],
body .wpforms-container .wpforms-form input[type=email],
body .wpforms-container .wpforms-form input[type=month],
body .wpforms-container .wpforms-form input[type=number],
body .wpforms-container .wpforms-form input[type=password],
body .wpforms-container .wpforms-form input[type=range],
body .wpforms-container .wpforms-form input[type=search],
body .wpforms-container .wpforms-form input[type=tel],
body .wpforms-container .wpforms-form input[type=text],
body .wpforms-container .wpforms-form input[type=time],
body .wpforms-container .wpforms-form input[type=url],
body .wpforms-container .wpforms-form input[type=week],
body .wpforms-container .wpforms-form select,
body .wpforms-container .wpforms-form textarea {
  border-color: #eeeeee;
  border-radius: 0;
  height: 48px; }

body .wpforms-container .wpforms-form input[type=submit],
body .wpforms-container .wpforms-form button[type=submit],
body .wpforms-container .wpforms-form .wpforms-page-button {
  border: none;
  padding: 13px 40px;
  font-size: 16px;
  text-transform: capitalize; }

body .wpforms-container .wpforms-form input[type=submit]:hover,
body .wpforms-container .wpforms-form button[type=submit]:hover,
body .wpforms-container .wpforms-form .wpforms-page-button:hover {
  border: none; }

/*
==========================================
=
= Jetpack subscription widget
=
======================================================
*/
.jetpack_subscription_widget input[type="email"] {
  margin: 30px 0;
  padding-left: 15px; }

.jetpack_subscription_widget #subscribe-email input {
  width: 100% !important;
  max-width: 100%; }

.jetpack_subscription_widget input[type="submit"] {
  padding: 15px 40px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  cursor: pointer;
  border: none; }

/*
=============================
=
= Infinate scroll
=
============================================
*/
.infinite-scroll.neverending .site-footer {
  display: none; }

.infinity-end.neverending .site-footer {
  display: block; }

#infinite-footer {
  display: none; }

/*
====================================================
=
= Search Form Container
=
==========================================
*/
body.single-two .search-form-container {
  margin-bottom: 40px; }

.search-form-container {
  display: none;
  margin-top: 40px; }

body.fullwidth-carousel .search-form-container {
  margin-bottom: 40px; }

.search-form-container .search-form {
  position: relative; }

.search-form-container .search-form input[type="search"] {
  padding-right: 70px;
  padding-left: 30px;
  border-radius: 30px;
  height: 50px; }

.search-form-container .search-form button {
  position: absolute;
  right: 5px;
  bottom: 5px;
  top: 5px;
  height: 40px;
  border-radius: 30px; }

/*
====================================================
=
= Header styles
=
==========================================
*/
.site-header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eeeeee; }

.site-header .is-sticky .menu-section {
  z-index: 2 !important; }

.site-header .sticky-wrapper {
  height: auto !important; }

.site-header .top-header {
  background-color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px; }

.top-header-menu ul {
  list-style: none; }

.top-header-menu ul li {
  display: inline-block;
  margin-right: 15px; }

.top-header-menu ul li:last-child {
  margin-right: 0px; }

.top-header-menu ul li a span.menu-item-description {
  display: none; }

.social-menu ul {
  list-style: none; }

.social-menu ul li {
  display: inline-block;
  margin-right: 10px; }

.hide-social-menu-link-title .social-menu ul li {
  font-size: 0px; }

.social-menu ul li:last-child {
  margin-right: 0px; }

.social-menu ul li a {
  display: block; }

.social-menu ul li a::before:hover {
  color: #ff1744; }

.social-menu ul li a[href*=".com"]::before {
  font-family: 'FontAwesome';
  font-size: 14px;
  line-height: 24px; }

.show-social-menu-link-title .social-menu ul li a[href*=".com"]::before {
  margin-right: 5px; }

.social-menu ul li a[href*="facebook"]::before {
  content: "\f09a"; }

.social-menu ul li a[href*="twitter"]::before {
  content: "\f099"; }

.social-menu ul li a[href*="instagram"]::before {
  content: "\f16d"; }

.social-menu ul li a[href*="youtube"]::before {
  content: "\f16a"; }

.social-menu ul li a[href*="instagram"]::before {
  content: "\f16d"; }

.social-menu ul li a[href*="pinterest"]::before {
  content: "\f0d2"; }

.social-menu ul li a[href*="linkedin"]::before {
  content: "\f0e1"; }

.social-menu ul li a[href*="vk"]::before {
  content: "\f189"; }

.social-menu ul li a[href*="vimeo"]::before {
  content: "\f27d"; }

.social-menu ul li a[href*="vine"]::before {
  content: "\f1ca"; }

.social-menu ul li a[href*="qq"]::before {
  content: "\f1d6"; }

.social-menu ul li a[href*="tumblr"]::before {
  content: "\f173"; }

.social-menu ul li a[href*="reddit"]::before {
  content: "\f1a1"; }

.social-menu ul li a[href*="digg"]::before {
  content: "\f1a6"; }

.social-menu ul li a[href*="dribble"]::before {
  content: "\f17d"; }

.social-menu ul li a[href*="flickr"]::before {
  content: "\f16e"; }

.social-menu ul li a[href*="quora"]::before {
  content: "\f2c4"; }

.social-menu ul li a[href*="medium"]::before {
  content: "\f23a"; }

.social-menu ul li a[href*="behance"]::before {
  content: "\f1b4"; }

.social-menu ul li a[href*="mailto"]::before {
  content: "\f003"; }

.social-menu ul li a[href*="feed"]::before {
  content: "\f09e"; }

.social-menu ul li a span.menu-item-description {
  display: none; }

.site-header .menu-section {
  background-color: #ffffff; }

.site-header .menu-section .mb-col {
  flex: 1; }

.site-header .menu-section .mb-col:not(.nav-col) {
  width: 45px;
  max-width: 45px; }

.site-header .menu-section .nav-col {
  max-width: 100%; }

.site-header #site-navigation &gt; ul &gt; li &gt; a {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase; }

.logo-section.has-advertisement {
  padding-top: 30px;
  padding-bottom: 30px; }

.logo-section.has-advertisement .site-branding .site-title {
  font-size: 36px;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans", sans-serif; }

.logo-section.has-advertisement .header-ad-widget-area {
  text-align: right; }

.logo-section.has-advertisement .header-ad-widget-area .widget {
  padding: 0px;
  background-color: transparent; }

.logo-section.has-no-advertisement {
  height: 400px;
  text-align: center;
  position: relative; }

.logo-section.has-no-advertisement .mb-container {
  position: initial; }

.logo-section.has-no-advertisement .site-branding {
  position: absolute;
  top: 50%;
  left: 15%;
  right: 15%;
  transform: translateY(-50%); }

.site-header-one .site-branding {
  text-align: center; }

.logo-section.has-no-advertisement .site-branding .site-title {
  font-weight: 700;
  font-size: 72px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.2;
  display: block; }

.logo-section.has-advertisement .header-ad-widget-area .widget {
  margin-bottom: 0px; }

/*
====================================================
=
= Site carousel / banner styles 
=
==========================================
*/
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: inherit; }

.site-carousel {
  margin-top: 50px; }

.site-carousel.site-carousel-fullwidth {
  margin-top: 0px; }

.post-carousel-one {
  position: relative; }

.post-carousel-one .post-carousel-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  border-radius: 5px; }

.post-carousel-one .post-carousel-item {
  height: 550px; }

.post-carousel-one .post-carousel-item .carousel-mask {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px; }

.post-carousel-one .post-carousel-item .carousel-content {
  position: absolute;
  bottom: auto;
  left: calc(50% - 350px);
  width: 700px;
  text-align: center;
  transition-duration: 0.3s;
  top: 50%;
  transform: translateY(-50%); }

.post-carousel-one .carousel-content .post-title a {
  color: #ffffff; }

.post-carousel-one .carousel-content .post-author-date-meta a {
  color: #f5f5f5; }

.post-carousel-one .carousel-content .post-title a:hover,
.post-carousel-one .carousel-content .post-author-date-meta a:hover {
  color: #f44336; }

.post-carousel-one .post-carousel-item .carousel-content .post-cat-entries {
  margin-bottom: 10px; }

.post-carousel-one .post-carousel-item .carousel-content .post-title h3 {
  text-transform: inherit;
  line-height: 1.3em;
  font-size: 32px; }

.post-carousel-one .post-carousel-item .carousel-content .post-author-date-meta {
  margin-top: 15px; }

.post-carousel-one .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  bottom: unset;
  left: unset;
  right: 25px;
  transform: translateY(-50%);
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.7);
  height: 50px;
  width: 50px;
  cursor: pointer;
  line-height: 50px;
  text-align: center;
  display: block;
  border-radius: 50%; }

.post-carousel-one .owl-nav button.owl-next:hover {
  background-color: white; }

.post-carousel-one .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  bottom: unset;
  left: 25px;
  right: unset;
  transform: translateY(-50%);
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.7);
  height: 50px;
  width: 50px;
  cursor: pointer;
  line-height: 50px;
  text-align: center;
  display: block;
  border-radius: 50%; }

.post-carousel-one .owl-nav button.owl-prev:hover {
  background-color: white; }

.post-carousel-one.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 15px; }

.post-carousel-one.owl-carousel button.owl-dot {
  background-color: #e2e2e2;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px; }

/*
====================================================
=
= Masonry blog posts styles
=
==========================================
*/
.masonry-article-one article {
  top: 0px;
  transition-duration: 0.5s;
  position: relative;
  margin-bottom: 40px; }

.masonry-article-one article:hover {
  top: -10px;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
  transition-duration: 0.5s; }

.masonry-article-one article.has-post-thumbnail .post-thumbnail {
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.masonry-article-one article.has-post-thumbnail .post-thumbnail .post-cat-entries {
  position: absolute;
  padding: 20px;
  margin-bottom: 0px;
  bottom: 0;
  right: 0;
  left: 0;
  top: auto; }

.masonry-article-one .article-content {
  padding: 30px;
  background-color: #ffffff; }

.masonry-article-one .article-content .post-cat-entries ul li a {
  margin-bottom: 15px; }

.masonry-article-one .article-content .post-title h3 {
  text-transform: inherit;
  font-size: 24px;
  line-height: 1.2em; }

.masonry-article-one article .article-content .post-author-date-meta {
  margin-top: 15px; }

.masonry-article-one article .article-content .post-excerpt {
  margin-top: 20px;
  color: #5f5f5f; }

/*
====================================================
=
= Footer styles
=
==========================================
*/
footer.site-footer {
  background-color: #ffffff; }

footer .footer-top {
  padding-top: 40px; }

.footer-back-to-top {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #2f2f2f; }

.footer-back-to-top a {
  display: inline-block;
  line-height: 1; }

.footer-back-to-top span {
  display: block;
  line-height: 1;
  width: 100%; }

footer .widget .widget-title {
  border: none; }

footer .widget .widget-title h3 {
  color: #222222;
  text-align: left; }

footer .widget .widget-title::after {
  content: '';
  display: none; }

.footer-widget-areas {
  padding: 40px 0px; }

.copyright-credit {
  padding: 30px 0px;
  border-top: 1px solid #eeeeee; }

.copyright-credit p,
.copyright-credit a {
  text-align: center;
  color: #777777; }

/*
====================================================
=
= 404 page styles
=
==========================================
*/
body.error404 .site-content {
  padding-top: 50px;
  padding-bottom: 100px; }

.error-404.not-found {
  text-align: center; }

.error-404.not-found .page-title {
  font-size: 172px; }

.error-404.not-found .page-content {
  margin-top: 40px; }

.error-404.not-found .page-content .search-form {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 15px; }

.error-404.not-found .page-content .search-form input[type="search"] {
  padding-right: 70px;
  padding-left: 30px;
  border-radius: 30px;
  height: 50px; }

.error-404.not-found .page-content .search-form button {
  position: absolute;
  right: 5px;
  bottom: 5px;
  top: 5px;
  height: 40px;
  border-radius: 30px; }

/*
====================================================
=
= Nothing found page
=
==========================================
*/
.no-results p {
  margin-bottom: 20px; }

.no-results .search-form {
  position: relative; }

.no-results .search-form input[type="search"] {
  padding-right: 70px;
  padding-left: 30px;
  border-radius: 30px;
  height: 50px; }

.no-results .search-form button {
  position: absolute;
  right: 5px;
  bottom: 5px;
  top: 5px;
  height: 40px;
  border-radius: 30px; }

/*
====================================================
=
= Archive page styles
=
==========================================
*/
.page-header {
  margin-bottom: 40px; }

.page-header .page-title {
  margin-bottom: 20px; }

.page-header .archive-description {
  color: #5f5f5f; }

.page-header h1 {
  font-size: 32px; }

/*
====================================================
=
= Page single styles
=
==========================================
*/
.page article .single-post-content {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 5px; }

.page article .single-post-title .post-title {
  text-transform: inherit;
  line-height: 1.4em;
  font-size: 36px; }

.page article .single-post-editor-content {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #5f5f5f; }

.page article .edit-link {
  display: block;
  margin-top: 20px; }

/*
====================================================
=
= Post single styles
=
==========================================
*/
body.single article .single-post-content,
.single-post article .single-post-content {
  padding: 30px;
  background-color: #ffffff; }

.single-post article .post-cat-entries {
  color: #000000;
  margin-bottom: 10px; }

.single-post-content .post-cat-entries {
  text-align: center; }

body.single article .single-post-title .post-title,
.single-post article .single-post-title .post-title {
  text-transform: inherit;
  line-height: 1.2em;
  font-size: 36px; }

body.single single-post-content .single-post-title .post-title,
.single-post-content .single-post-title .post-title {
  text-align: center; }

body.single article .post-author-date-meta,
.single-post article .post-author-date-meta {
  margin-top: 10px; }

body.single .single-post-content .post-author-date-meta,
.single-post-content .post-author-date-meta {
  text-align: center; }

body.single article .single-post-header-divider {
  width: 100px;
  height: 1.5px;
  background-color: #ff5252;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 50px; }

.single-post article .single-post-editor-content {
  color: #333333; }

.single-post article .post-tags {
  margin-top: 30px; }

.single-post article .post-tags a {
  margin-right: 15px; }

.single-post article .post-tags a:last-child {
  margin-right: 0px; }

.single-post article .post-tags a::before {
  content: '#';
  margin-right: 5px; }

.single-header {
  min-height: 350px;
  height: 600px;
  margin-bottom: 40px;
  background-color: #222222;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.single-header .single-header-mask {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.single-header .single-header-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; }

.single-header-content .post-cat-entries {
  margin-bottom: 15px; }

.single-header-content .single-post-title .post-title {
  color: #ffffff; }

.single-header-content .post-author-date-meta {
  margin-top: 15px; }

.single-header-content .post-author-date-meta a {
  color: #f5f5f5; }

.single-post article .edit-link {
  display: block;
  margin-top: 20px; }

.post-navigation {
  margin-top: 50px;
  padding: 30px;
  background-color: #ffffff; }

.post-navigation .nav-links {
  overflow: auto; }

.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
  width: 50%; }

.post-navigation .nav-links .nav-previous {
  text-align: left;
  border-right: 1px solid #eeeeee;
  padding-right: 15px;
  float: left; }

.post-navigation .nav-links .nav-next {
  text-align: right;
  border-left: 1px solid #eeeeee;
  padding-left: 15px;
  float: right; }

.post-navigation .nav-links .nav-previous .meta-nav,
.post-navigation .nav-links .nav-next .meta-nav {
  display: block; }

/*=== Single Post Section ===*/
.single-section {
  margin-top: 50px; }

.single-section-title {
  margin-bottom: 30px; }

.single-section-title h3 {
  font-size: 24px; }

/*=== Author Section ===*/
.author-content {
  padding: 30px;
  background-color: #ffffff; }

.author-avatar img {
  border-radius: 50%; }

.author-info .author-name {
  margin-bottom: 10px;
  font-size: 28px; }

.author-info .author-description {
  margin-top: 15px;
  color: #5f5f5f; }

/*=== Related Section ===*/
.related-section article {
  margin-bottom: 30px; }

.related-section article.has-post-thumbnail .post-thumbnail {
  position: relative; }

.related-section article.has-post-thumbnail .post-thumbnail .post-cat-entries {
  position: absolute;
  padding: 20px 20px 10px;
  margin-bottom: 0px;
  bottom: 0;
  right: 0;
  left: 0;
  top: auto; }

.related-section .article-content {
  background-color: #ffffff;
  padding: 20px; }

.related-section .article-content .post-cat-entries ul li a {
  margin-bottom: 10px; }

.related-section .article-content .post-title h3 {
  text-transform: inherit;
  font-size: 24px;
  line-height: 1.2em; }

.related-section article .article-content .post-author-date-meta {
  margin-top: 15px; }

.related-section article .article-content .post-excerpt {
  margin-top: 20px;
  color: #5f5f5f; }

/* Lazy Image CSS */
figure.image-container {
  display: block;
  position: relative;
  height: 0;
  -webkit-animation-name: background-loading;
          animation-name: background-loading;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  background-color: #fff;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0)), linear-gradient(#e5e5e5 100%, transparent 0);
  background-size: 99% 100%, cover; }

figure.image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

figure.image-container img.lazy-img {
  display: none; }

body.single article .single-post-content .single-post-editor-content,
body.page article .single-post-content .single-post-editor-content {
  /*
    ==========================
    =
    = Elements
    =
    ======================================
    */ }
  body.single article .single-post-content .single-post-editor-content a,
  body.page article .single-post-content .single-post-editor-content a {
    text-decoration: none;
    font-weight: 400; }
  body.single article .single-post-content .single-post-editor-content a:hover,
  body.page article .single-post-content .single-post-editor-content a:hover {
    text-decoration: underline; }
  body.single article .single-post-content .single-post-editor-content p,
  body.page article .single-post-content .single-post-editor-content p {
    margin-bottom: 20px;
    line-height: 1.8;
    color: #444444; }
  body.single article .single-post-content .single-post-editor-content h1,
  body.page article .single-post-content .single-post-editor-content h1 {
    margin-top: 40px; }
  body.single article .single-post-content .single-post-editor-content h2,
  body.page article .single-post-content .single-post-editor-content h2 {
    margin-top: 35px; }
  body.single article .single-post-content .single-post-editor-content h3,
  body.page article .single-post-content .single-post-editor-content h3 {
    margin-top: 30px; }
  body.single article .single-post-content .single-post-editor-content h4,
  body.page article .single-post-content .single-post-editor-content h4 {
    margin-top: 25px; }
  body.single article .single-post-content .single-post-editor-content h5,
  body.single article .single-post-content .single-post-editor-content h6,
  body.page article .single-post-content .single-post-editor-content h5,
  body.page article .single-post-content .single-post-editor-content h6 {
    margin-top: 20px; }
  body.single article .single-post-content .single-post-editor-content h1,
  body.single article .single-post-content .single-post-editor-content h2,
  body.single article .single-post-content .single-post-editor-content h3,
  body.single article .single-post-content .single-post-editor-content h4,
  body.single article .single-post-content .single-post-editor-content h5,
  body.single article .single-post-content .single-post-editor-content h6,
  body.page article .single-post-content .single-post-editor-content h1,
  body.page article .single-post-content .single-post-editor-content h2,
  body.page article .single-post-content .single-post-editor-content h3,
  body.page article .single-post-content .single-post-editor-content h4,
  body.page article .single-post-content .single-post-editor-content h5,
  body.page article .single-post-content .single-post-editor-content h6 {
    margin-bottom: 20px; }
  body.single article .single-post-content .single-post-editor-content b,
  body.single article .single-post-content .single-post-editor-content strong,
  body.page article .single-post-content .single-post-editor-content b,
  body.page article .single-post-content .single-post-editor-content strong {
    font-weight: bold; }
  body.single article .single-post-content .single-post-editor-content dfn,
  body.page article .single-post-content .single-post-editor-content dfn {
    font-style: italic; }
  body.single article .single-post-content .single-post-editor-content mark,
  body.page article .single-post-content .single-post-editor-content mark {
    background: #ff0;
    color: #111111; }
  body.single article .single-post-content .single-post-editor-content small,
  body.page article .single-post-content .single-post-editor-content small {
    font-size: 80%; }
  body.single article .single-post-content .single-post-editor-content sub,
  body.single article .single-post-content .single-post-editor-content sup,
  body.page article .single-post-content .single-post-editor-content sub,
  body.page article .single-post-content .single-post-editor-content sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  body.single article .single-post-content .single-post-editor-content sup,
  body.page article .single-post-content .single-post-editor-content sup {
    top: -0.5em; }
  body.single article .single-post-content .single-post-editor-content sub,
  body.page article .single-post-content .single-post-editor-content sub {
    bottom: -0.25em; }
  body.single article .single-post-content .single-post-editor-content dfn,
  body.single article .single-post-content .single-post-editor-content cite,
  body.single article .single-post-content .single-post-editor-content em,
  body.single article .single-post-content .single-post-editor-content i,
  body.page article .single-post-content .single-post-editor-content dfn,
  body.page article .single-post-content .single-post-editor-content cite,
  body.page article .single-post-content .single-post-editor-content em,
  body.page article .single-post-content .single-post-editor-content i {
    font-style: italic; }
  body.single article .single-post-content .single-post-editor-content blockquote,
  body.page article .single-post-content .single-post-editor-content blockquote {
    position: relative;
    text-align: left;
    margin: 2em 0;
    padding: 60px 60px 40px;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    background: #eeeeee; }
  body.single article .single-post-content .single-post-editor-content blockquote p,
  body.page article .single-post-content .single-post-editor-content blockquote p {
    margin: 0;
    margin-bottom: 0.5em;
    font-size: 16px;
    line-height: 1.6; }
  body.single article .single-post-content .single-post-editor-content blockquote cite,
  body.page article .single-post-content .single-post-editor-content blockquote cite {
    display: block;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    color: #9c9c9c; }
  body.single article .single-post-content .single-post-editor-content .wp-block-quote.is-large,
  body.single article .single-post-content .single-post-editor-content .wp-block-quote.is-style-large,
  body.page article .single-post-content .single-post-editor-content .wp-block-quote.is-large,
  body.page article .single-post-content .single-post-editor-content .wp-block-quote.is-style-large {
    font-size: 17px;
    margin: 0;
    margin-bottom: 2em; }
  body.single article .single-post-content .single-post-editor-content .wp-block-quote.is-large p,
  body.single article .single-post-content .single-post-editor-content .wp-block-quote.is-style-large p,
  body.page article .single-post-content .single-post-editor-content .wp-block-quote.is-large p,
  body.page article .single-post-content .single-post-editor-content .wp-block-quote.is-style-large p {
    font-size: 24px; }
  body.single article .single-post-content .single-post-editor-content code,
  body.single article .single-post-content .single-post-editor-content kbd,
  body.single article .single-post-content .single-post-editor-content tt,
  body.single article .single-post-content .single-post-editor-content var,
  body.page article .single-post-content .single-post-editor-content code,
  body.page article .single-post-content .single-post-editor-content kbd,
  body.page article .single-post-content .single-post-editor-content tt,
  body.page article .single-post-content .single-post-editor-content var {
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px; }
  body.single article .single-post-content .single-post-editor-content pre,
  body.page article .single-post-content .single-post-editor-content pre {
    background: #eeeeee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 1em;
    max-width: 100%;
    overflow-x: auto;
    padding: 30px; }
  body.single article .single-post-content .single-post-editor-content figure,
  body.page article .single-post-content .single-post-editor-content figure {
    position: relative; }
  body.single article .single-post-content .single-post-editor-content code,
  body.single article .single-post-content .single-post-editor-content kbd,
  body.single article .single-post-content .single-post-editor-content samp,
  body.page article .single-post-content .single-post-editor-content code,
  body.page article .single-post-content .single-post-editor-content kbd,
  body.page article .single-post-content .single-post-editor-content samp {
    font-family: monospace, monospace; }
  body.single article .single-post-content .single-post-editor-content fieldset,
  body.page article .single-post-content .single-post-editor-content fieldset {
    border: 1px solid #eeeeee;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  body.single article .single-post-content .single-post-editor-content q,
  body.page article .single-post-content .single-post-editor-content q {
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1px; }
  body.single article .single-post-content .single-post-editor-content legend,
  body.page article .single-post-content .single-post-editor-content legend {
    border: 0;
    padding: 0; }
  body.single article .single-post-content .single-post-editor-content textarea,
  body.page article .single-post-content .single-post-editor-content textarea {
    overflow: auto; }
  body.single article .single-post-content .single-post-editor-content optgroup,
  body.page article .single-post-content .single-post-editor-content optgroup {
    font-weight: bold; }
  body.single article .single-post-content .single-post-editor-content table,
  body.page article .single-post-content .single-post-editor-content table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    width: 100%; }
  body.single article .single-post-content .single-post-editor-content td,
  body.single article .single-post-content .single-post-editor-content th,
  body.single article .single-post-content .single-post-editor-content td,
  body.single article .single-post-content .single-post-editor-content th,
  body.single article .single-post-content .single-post-editor-content .mce-item-table,
  body.single article .single-post-content .single-post-editor-content .mce-item-table td,
  body.single article .single-post-content .single-post-editor-content .mce-item-table th,
  body.single article .single-post-content .single-post-editor-content .mce-item-table caption,
  body.page article .single-post-content .single-post-editor-content td,
  body.page article .single-post-content .single-post-editor-content th,
  body.page article .single-post-content .single-post-editor-content td,
  body.page article .single-post-content .single-post-editor-content th,
  body.page article .single-post-content .single-post-editor-content .mce-item-table,
  body.page article .single-post-content .single-post-editor-content .mce-item-table td,
  body.page article .single-post-content .single-post-editor-content .mce-item-table th,
  body.page article .single-post-content .single-post-editor-content .mce-item-table caption {
    padding: 10px 15px;
    border: 1px solid #eeeeee;
    text-align: left; }
  body.single article .single-post-content .single-post-editor-content address,
  body.page article .single-post-content .single-post-editor-content address {
    margin: 0 0 1em; }
  body.single article .single-post-content .single-post-editor-content abbr,
  body.single article .single-post-content .single-post-editor-content acronym,
  body.page article .single-post-content .single-post-editor-content abbr,
  body.page article .single-post-content .single-post-editor-content acronym {
    border-bottom: 1px dotted #eeeeee;
    cursor: help; }
  body.single article .single-post-content .single-post-editor-content mark,
  body.single article .single-post-content .single-post-editor-content ins,
  body.page article .single-post-content .single-post-editor-content mark,
  body.page article .single-post-content .single-post-editor-content ins {
    background: #f5f5f5;
    text-decoration: none; }
  body.single article .single-post-content .single-post-editor-content big,
  body.page article .single-post-content .single-post-editor-content big {
    font-size: 125%; }
  body.single article .single-post-content .single-post-editor-content hr,
  body.page article .single-post-content .single-post-editor-content hr {
    background-color: #eeeeee;
    border: 0;
    height: 1px;
    padding: 0;
    margin: 0;
    clear: both; }
  body.single article .single-post-content .single-post-editor-content ul,
  body.single article .single-post-content .single-post-editor-content ol,
  body.page article .single-post-content .single-post-editor-content ul,
  body.page article .single-post-content .single-post-editor-content ol {
    margin: 0 0 20px 45px; }
  body.single article .single-post-content .single-post-editor-content ul li,
  body.single article .single-post-content .single-post-editor-content ol li,
  body.page article .single-post-content .single-post-editor-content ul li,
  body.page article .single-post-content .single-post-editor-content ol li {
    position: relative;
    padding: 7px 0; }
  body.single article .single-post-content .single-post-editor-content li &gt; ul,
  body.single article .single-post-content .single-post-editor-content li &gt; ol,
  body.page article .single-post-content .single-post-editor-content li &gt; ul,
  body.page article .single-post-content .single-post-editor-content li &gt; ol {
    margin-bottom: 0;
    margin-left: 15px; }
  body.single article .single-post-content .single-post-editor-content dt,
  body.page article .single-post-content .single-post-editor-content dt {
    font-weight: bold; }
  body.single article .single-post-content .single-post-editor-content dd,
  body.page article .single-post-content .single-post-editor-content dd {
    margin: 0 15px 15px; }
  body.single article .single-post-content .single-post-editor-content .wp-block-embed,
  body.single article .single-post-content .single-post-editor-content .wp-block-image,
  body.single article .single-post-content .single-post-editor-content .wp-block-audio,
  body.single article .single-post-content .single-post-editor-content .wp-block-gallery,
  body.single article .single-post-content .single-post-editor-content .wp-block-separator,
  body.single article .single-post-content .single-post-editor-content .wp-block-table,
  body.single article .single-post-content .single-post-editor-content .wp-block-button,
  body.single article .single-post-content .single-post-editor-content .wp-block-columns,
  body.single article .single-post-content .single-post-editor-content .wp-block-cover,
  body.page article .single-post-content .single-post-editor-content .wp-block-embed,
  body.page article .single-post-content .single-post-editor-content .wp-block-image,
  body.page article .single-post-content .single-post-editor-content .wp-block-audio,
  body.page article .single-post-content .single-post-editor-content .wp-block-gallery,
  body.page article .single-post-content .single-post-editor-content .wp-block-separator,
  body.page article .single-post-content .single-post-editor-content .wp-block-table,
  body.page article .single-post-content .single-post-editor-content .wp-block-button,
  body.page article .single-post-content .single-post-editor-content .wp-block-columns,
  body.page article .single-post-content .single-post-editor-content .wp-block-cover {
    margin-bottom: 20px; }
  body.single article .single-post-content .single-post-editor-content .alignleft,
  body.page article .single-post-content .single-post-editor-content .alignleft {
    float: left;
    width: auto;
    margin-right: 15px;
    margin-bottom: 15px;
    clear: both;
    max-width: 100%; }
  body.single article .single-post-content .single-post-editor-content .alignright,
  body.page article .single-post-content .single-post-editor-content .alignright {
    float: right;
    width: auto;
    margin-left: 15px;
    margin-bottom: 15px;
    clear: both;
    max-width: 100%; }
  body.single article .single-post-content .single-post-editor-content .aligncenter,
  body.page article .single-post-content .single-post-editor-content .aligncenter {
    clear: both;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 100%; }
  body.single article .single-post-content .single-post-editor-content .text-alignleft,
  body.page article .single-post-content .single-post-editor-content .text-alignleft {
    text-align: left; }
  body.single article .single-post-content .single-post-editor-content .text-alignright,
  body.page article .single-post-content .single-post-editor-content .text-alignright {
    text-align: right; }
  body.single article .single-post-content .single-post-editor-content .text-aligncenter,
  body.page article .single-post-content .single-post-editor-content .text-aligncenter {
    text-align: center; }
  body.single article .single-post-content .single-post-editor-content .wp-block-gallery figure,
  body.page article .single-post-content .single-post-editor-content .wp-block-gallery figure {
    position: relative; }
  body.single article .single-post-content .single-post-editor-content .wp-block-image figcaption,
  body.single article .single-post-content .single-post-editor-content .wp-block-embed figcaption,
  body.page article .single-post-content .single-post-editor-content .wp-block-image figcaption,
  body.page article .single-post-content .single-post-editor-content .wp-block-embed figcaption {
    margin: 10px 0px 20px;
    font-size: 14px; }
  body.single article .single-post-content .single-post-editor-content .wp-block-image &gt; figcaption,
  body.single article .single-post-content .single-post-editor-content .wp-block-image .aligncenter &gt; figcaption,
  body.single article .single-post-content .single-post-editor-content .wp-block-image .alignleft &gt; figcaption,
  body.single article .single-post-content .single-post-editor-content .wp-block-image .alignright &gt; figcaption,
  body.single article .single-post-content .single-post-editor-content .wp-block-image.is-resized &gt; figcaption,
  body.page article .single-post-content .single-post-editor-content .wp-block-image &gt; figcaption,
  body.page article .single-post-content .single-post-editor-content .wp-block-image .aligncenter &gt; figcaption,
  body.page article .single-post-content .single-post-editor-content .wp-block-image .alignleft &gt; figcaption,
  body.page article .single-post-content .single-post-editor-content .wp-block-image .alignright &gt; figcaption,
  body.page article .single-post-content .single-post-editor-content .wp-block-image.is-resized &gt; figcaption {
    display: block;
    text-align: center;
    caption-side: inherit; }
  body.single article .single-post-content .single-post-editor-content .alignfull,
  body.single article .single-post-content .single-post-editor-content .alignwide,
  body.page article .single-post-content .single-post-editor-content .alignfull,
  body.page article .single-post-content .single-post-editor-content .alignwide {
    margin-bottom: 20px; }
  body.single article .single-post-content .single-post-editor-content figure.alignfull,
  body.single article .single-post-content .single-post-editor-content figure.alignwide,
  body.page article .single-post-content .single-post-editor-content figure.alignfull,
  body.page article .single-post-content .single-post-editor-content figure.alignwide {
    max-width: inherit; }
  body.single article .single-post-content .single-post-editor-content .wp-block-spacer,
  body.single article .single-post-content .single-post-editor-content .wp-block-column,
  body.single article .single-post-content .single-post-editor-content .wp-block-columns,
  body.single article .single-post-content .single-post-editor-content .wp-block-search__label,
  body.single article .single-post-content .single-post-editor-content .wp-block-search__button,
  body.single article .single-post-content .single-post-editor-content .wp-block-rss__item,
  body.single article .single-post-content .single-post-editor-content .wp-block-rss__item-title,
  body.single article .single-post-content .single-post-editor-content .wp-block-latest-comments__comment-meta,
  body.single article .single-post-content .single-post-editor-content .wp-block-latest-comments__comment-excerpt,
  body.page article .single-post-content .single-post-editor-content .wp-block-spacer,
  body.page article .single-post-content .single-post-editor-content .wp-block-column,
  body.page article .single-post-content .single-post-editor-content .wp-block-columns,
  body.page article .single-post-content .single-post-editor-content .wp-block-search__label,
  body.page article .single-post-content .single-post-editor-content .wp-block-search__button,
  body.page article .single-post-content .single-post-editor-content .wp-block-rss__item,
  body.page article .single-post-content .single-post-editor-content .wp-block-rss__item-title,
  body.page article .single-post-content .single-post-editor-content .wp-block-latest-comments__comment-meta,
  body.page article .single-post-content .single-post-editor-content .wp-block-latest-comments__comment-excerpt {
    margin-bottom: 0; }
  body.single article .single-post-content .single-post-editor-content .wp-block-column,
  body.page article .single-post-content .single-post-editor-content .wp-block-column {
    overflow: auto; }
  body.single article .single-post-content .single-post-editor-content .wp-block-column iframe,
  body.page article .single-post-content .single-post-editor-content .wp-block-column iframe {
    width: 100%; }
  body.single article .single-post-content .single-post-editor-content .wp-block-column figure.wp-block-embed.wp-embed-aspect-4-3,
  body.page article .single-post-content .single-post-editor-content .wp-block-column figure.wp-block-embed.wp-embed-aspect-4-3 {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%; }
  body.single article .single-post-content .single-post-editor-content .wp-block-column figure.wp-block-embed.wp-embed-aspect-4-3 iframe,
  body.page article .single-post-content .single-post-editor-content .wp-block-column figure.wp-block-embed.wp-embed-aspect-4-3 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  body.single article .single-post-content .single-post-editor-content .wp-block-column figure.wp-block-embed.wp-embed-aspect-2-1,
  body.page article .single-post-content .single-post-editor-content .wp-block-column figure.wp-block-embed.wp-embed-aspect-2-1 {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 50%; }
  body.single article .single-post-content .single-post-editor-content .wp-block-column figure.wp-block-embed.wp-embed-aspect-2-1 iframe,
  body.page article .single-post-content .single-post-editor-content .wp-block-column figure.wp-block-embed.wp-embed-aspect-2-1 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  body.single article .single-post-content .single-post-editor-content .wp-block-column figure.wp-block-embed.wp-embed-aspect-16-9,
  body.page article .single-post-content .single-post-editor-content .wp-block-column figure.wp-block-embed.wp-embed-aspect-16-9 {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%; }
  body.single article .single-post-content .single-post-editor-content .wp-block-column figure.wp-block-embed.wp-embed-aspect-16-9 iframe,
  body.page article .single-post-content .single-post-editor-content .wp-block-column figure.wp-block-embed.wp-embed-aspect-16-9 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  body.single article .single-post-content .single-post-editor-content .wp-block-column figure.wp-block-embed.wp-embed-aspect-1-2,
  body.page article .single-post-content .single-post-editor-content .wp-block-column figure.wp-block-embed.wp-embed-aspect-1-2 {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 200%; }
  body.single article .single-post-content .single-post-editor-content .wp-block-column figure.wp-block-embed.wp-embed-aspect-1-2 iframe,
  body.page article .single-post-content .single-post-editor-content .wp-block-column figure.wp-block-embed.wp-embed-aspect-1-2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  body.single article .single-post-content .single-post-editor-content .wp-block-cover__inner-container,
  body.single article .single-post-content .single-post-editor-content .wp-block-cover__inner-container p,
  body.page article .single-post-content .single-post-editor-content .wp-block-cover__inner-container,
  body.page article .single-post-content .single-post-editor-content .wp-block-cover__inner-container p {
    margin-bottom: 0; }
  body.single article .single-post-content .single-post-editor-content .wp-block-audio audio,
  body.page article .single-post-content .single-post-editor-content .wp-block-audio audio {
    min-width: 100%; }
  body.single article .single-post-content .single-post-editor-content .wp-block-audio.alignleft,
  body.single article .single-post-content .single-post-editor-content .wp-block-audio.alignright,
  body.page article .single-post-content .single-post-editor-content .wp-block-audio.alignleft,
  body.page article .single-post-content .single-post-editor-content .wp-block-audio.alignright {
    width: 50%; }
  body.single article .single-post-content .single-post-editor-content .wp-block-gallery.alignleft,
  body.single article .single-post-content .single-post-editor-content .wp-block-gallery.alignright,
  body.page article .single-post-content .single-post-editor-content .wp-block-gallery.alignleft,
  body.page article .single-post-content .single-post-editor-content .wp-block-gallery.alignright {
    width: 50%;
    display: inline-flex;
    margin-bottom: 0px; }
  body.single article .single-post-content .single-post-editor-content .wp-block-gallery.alignleft,
  body.page article .single-post-content .single-post-editor-content .wp-block-gallery.alignleft {
    margin-right: 15px; }
  body.single article .single-post-content .single-post-editor-content .wp-block-gallery.alignright,
  body.page article .single-post-content .single-post-editor-content .wp-block-gallery.alignright {
    margin-left: 15px; }
  body.single article .single-post-content .single-post-editor-content .wp-block-gallery.aligncenter,
  body.page article .single-post-content .single-post-editor-content .wp-block-gallery.aligncenter {
    display: inline-flex;
    margin-bottom: 0px; }
  body.single article .single-post-content .single-post-editor-content ul.wp-block-gallery,
  body.page article .single-post-content .single-post-editor-content ul.wp-block-gallery {
    padding-left: inherit;
    margin-left: inherit; }
  body.single article .single-post-content .single-post-editor-content ul.wp-block-gallery li,
  body.page article .single-post-content .single-post-editor-content ul.wp-block-gallery li {
    padding: 0; }
  body.single article .single-post-content .single-post-editor-content .wp-block-pullquote,
  body.page article .single-post-content .single-post-editor-content .wp-block-pullquote {
    padding: 40px 0; }
  body.single article .single-post-content .single-post-editor-content .wp-block-pullquote__citation,
  body.single article .single-post-content .single-post-editor-content .wp-block-pullquote cite,
  body.single article .single-post-content .single-post-editor-content .wp-block-pullquote footer,
  body.page article .single-post-content .single-post-editor-content .wp-block-pullquote__citation,
  body.page article .single-post-content .single-post-editor-content .wp-block-pullquote cite,
  body.page article .single-post-content .single-post-editor-content .wp-block-pullquote footer {
    text-transform: inherit; }
  body.single article .single-post-content .single-post-editor-content .wp-block-pullquote.is-style-solid-color blockquote,
  body.page article .single-post-content .single-post-editor-content .wp-block-pullquote.is-style-solid-color blockquote {
    background: transparent;
    text-align: center; }
  body.single article .single-post-content .single-post-editor-content .wp-block-pullquote.is-style-solid-color blockquote,
  body.page article .single-post-content .single-post-editor-content .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 100%; }
  body.single article .single-post-content .single-post-editor-content .wp-block-pullquote.is-style-solid-color,
  body.page article .single-post-content .single-post-editor-content .wp-block-pullquote.is-style-solid-color {
    padding: 0; }
  body.single article .single-post-content .single-post-editor-content .wp-block-button__link,
  body.page article .single-post-content .single-post-editor-content .wp-block-button__link {
    padding: 15px 40px;
    margin-bottom: 0; }
  body.single article .single-post-content .single-post-editor-content .wp-block-media-text .wp-block-media-text__media,
  body.single article .single-post-content .single-post-editor-content .wp-block-media-text .wp-block-media-text__content,
  body.page article .single-post-content .single-post-editor-content .wp-block-media-text .wp-block-media-text__media,
  body.page article .single-post-content .single-post-editor-content .wp-block-media-text .wp-block-media-text__content {
    margin-bottom: 0; }
  body.single article .single-post-content .single-post-editor-content .wp-block-separator,
  body.page article .single-post-content .single-post-editor-content .wp-block-separator {
    border-width: 1px;
    border-bottom-color: #f3f3f3;
    margin-left: auto;
    margin-right: auto; }
  body.single article .single-post-content .single-post-editor-content .wp-block-verse,
  body.single article .single-post-content .single-post-editor-content .wp-block-code,
  body.single article .single-post-content .single-post-editor-content .wp-block-preformatted,
  body.page article .single-post-content .single-post-editor-content .wp-block-verse,
  body.page article .single-post-content .single-post-editor-content .wp-block-code,
  body.page article .single-post-content .single-post-editor-content .wp-block-preformatted {
    background-color: #fffcde;
    padding: 30px;
    border: none; }
  body.single article .single-post-content .single-post-editor-content .wp-block-table td,
  body.single article .single-post-content .single-post-editor-content .wp-block-table th,
  body.page article .single-post-content .single-post-editor-content .wp-block-table td,
  body.page article .single-post-content .single-post-editor-content .wp-block-table th {
    padding: 15px 20px;
    border-color: #eeeeee; }
  body.single article .single-post-content .single-post-editor-content .wp-block-rss,
  body.single article .single-post-content .single-post-editor-content .wp-block-categories-list,
  body.single article .single-post-content .single-post-editor-content .wp-block-latest-posts,
  body.single article .single-post-content .single-post-editor-content .wp-block-archives,
  body.single article .single-post-content .single-post-editor-content .wp-block-latest-comments,
  body.page article .single-post-content .single-post-editor-content .wp-block-rss,
  body.page article .single-post-content .single-post-editor-content .wp-block-categories-list,
  body.page article .single-post-content .single-post-editor-content .wp-block-latest-posts,
  body.page article .single-post-content .single-post-editor-content .wp-block-archives,
  body.page article .single-post-content .single-post-editor-content .wp-block-latest-comments {
    background: #333333;
    padding-left: 0;
    padding: 30px 15px 30px 50px;
    margin-left: 0; }
  body.single article .single-post-content .single-post-editor-content .wp-block-rss li,
  body.single article .single-post-content .single-post-editor-content .wp-block-categories-list,
  body.single article .single-post-content .single-post-editor-content .wp-block-latest-posts li,
  body.single article .single-post-content .single-post-editor-content .wp-block-archives li,
  body.single article .single-post-content .single-post-editor-content .wp-block-latest-comments__comment-meta,
  body.single article .single-post-content .single-post-editor-content .wp-block-latest-comments__comment-meta a,
  body.single article .single-post-content .single-post-editor-content .wp-block-latest-comments__comment-excerpt p,
  body.page article .single-post-content .single-post-editor-content .wp-block-rss li,
  body.page article .single-post-content .single-post-editor-content .wp-block-categories-list,
  body.page article .single-post-content .single-post-editor-content .wp-block-latest-posts li,
  body.page article .single-post-content .single-post-editor-content .wp-block-archives li,
  body.page article .single-post-content .single-post-editor-content .wp-block-latest-comments__comment-meta,
  body.page article .single-post-content .single-post-editor-content .wp-block-latest-comments__comment-meta a,
  body.page article .single-post-content .single-post-editor-content .wp-block-latest-comments__comment-excerpt p {
    color: #d8d8d8; }
  body.single article .single-post-content .single-post-editor-content .wp-block-rss li a,
  body.single article .single-post-content .single-post-editor-content .wp-block-categories .cat-item a,
  body.single article .single-post-content .single-post-editor-content .wp-block-latest-posts li a,
  body.single article .single-post-content .single-post-editor-content .wp-block-archives li a,
  body.page article .single-post-content .single-post-editor-content .wp-block-rss li a,
  body.page article .single-post-content .single-post-editor-content .wp-block-categories .cat-item a,
  body.page article .single-post-content .single-post-editor-content .wp-block-latest-posts li a,
  body.page article .single-post-content .single-post-editor-content .wp-block-archives li a {
    display: inline-block;
    width: 80%;
    color: #d8d8d8; }
  body.single article .single-post-content .single-post-editor-content .wp-block-rss li a:hover,
  body.single article .single-post-content .single-post-editor-content .wp-block-categories .cat-item a:hover,
  body.single article .single-post-content .single-post-editor-content .wp-block-latest-posts li a:hover,
  body.single article .single-post-content .single-post-editor-content .wp-block-archives li a:hover,
  body.page article .single-post-content .single-post-editor-content .wp-block-rss li a:hover,
  body.page article .single-post-content .single-post-editor-content .wp-block-categories .cat-item a:hover,
  body.page article .single-post-content .single-post-editor-content .wp-block-latest-posts li a:hover,
  body.page article .single-post-content .single-post-editor-content .wp-block-archives li a:hover {
    color: #ffffff; }
  body.single article .single-post-content .single-post-editor-content .wp-block-rss li a,
  body.single article .single-post-content .single-post-editor-content .wp-block-latest-posts li a,
  body.page article .single-post-content .single-post-editor-content .wp-block-rss li a,
  body.page article .single-post-content .single-post-editor-content .wp-block-latest-posts li a {
    display: block;
    width: 100%; }
  body.single article .single-post-content .single-post-editor-content .wp-block-latest-posts__post-date,
  body.single article .single-post-content .single-post-editor-content .wp-block-latest-comments__comment-date,
  body.page article .single-post-content .single-post-editor-content .wp-block-latest-posts__post-date,
  body.page article .single-post-content .single-post-editor-content .wp-block-latest-comments__comment-date {
    color: #9a9a9a; }
  body.single article .single-post-content .single-post-editor-content .wp-block-latest-comments,
  body.page article .single-post-content .single-post-editor-content .wp-block-latest-comments {
    padding: 30px; }
  body.single article .single-post-content .single-post-editor-content .wp-block-latest-comments li,
  body.page article .single-post-content .single-post-editor-content .wp-block-latest-comments li {
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1); }
  body.single article .single-post-content .single-post-editor-content .wp-block-latest-comments li:last-child,
  body.page article .single-post-content .single-post-editor-content .wp-block-latest-comments li:last-child {
    margin-bottom: 0; }
  body.single article .single-post-content .single-post-editor-content .wp-block-latest-comments footer,
  body.page article .single-post-content .single-post-editor-content .wp-block-latest-comments footer {
    background: transparent; }
  body.single article .single-post-content .single-post-editor-content .wp-block-latest-comments__comment-meta,
  body.single article .single-post-content .single-post-editor-content .wp-block-latest-comments__comment-excerpt,
  body.page article .single-post-content .single-post-editor-content .wp-block-latest-comments__comment-meta,
  body.page article .single-post-content .single-post-editor-content .wp-block-latest-comments__comment-excerpt {
    margin-left: 0; }
  body.single article .single-post-content .single-post-editor-content .wp-block-latest-comments__comment-excerpt p,
  body.page article .single-post-content .single-post-editor-content .wp-block-latest-comments__comment-excerpt p {
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 0;
    border-top: 1px dotted rgba(255, 255, 255, 0.1); }
  body.single article .single-post-content .single-post-editor-content .wp-block-search .wp-block-search__label,
  body.page article .single-post-content .single-post-editor-content .wp-block-search .wp-block-search__label {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 600; }
  body.single article .single-post-content .single-post-editor-content .wp-block-search .wp-block-search__input,
  body.page article .single-post-content .single-post-editor-content .wp-block-search .wp-block-search__input {
    flex: 0 0 calc( 100% - 120px);
    max-width: calc( 100% - 120px);
    margin-bottom: 0;
    border-right: none; }
  body.single article .single-post-content .single-post-editor-content .wp-block-search .wp-block-search__button,
  body.page article .single-post-content .single-post-editor-content .wp-block-search .wp-block-search__button {
    flex: 0 0 calc( 120px);
    max-width: calc( 120px);
    margin: 0;
    height: 48px; }

@media (max-width: 1024px) {
  figure.wp-block-embed.wp-embed-aspect-16-9 {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%; }
  figure.wp-block-embed.wp-embed-aspect-16-9 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%; }
  figure.wp-block-embed.wp-embed-aspect-1-2 {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 200%; }
  figure.wp-block-embed.wp-embed-aspect-1-2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%; } }

@media (max-width: 575px) {
  q:before,
  blockquote:before,
  .wp-block-quote:before {
    font-size: 18px; }
  .single-post article .single-post-editor-content blockquote,
  .page article .single-post-editor-content blockquote {
    padding: 40px 20px 20px; }
  .single-post article .single-post-editor-content .wp-block-pullquote,
  .page article .single-post-editor-content .wp-block-pullquote {
    padding: 20px 0px; }
  .single-post article .single-post-editor-content blockquote,
  .page article .single-post-editor-content blockquote {
    margin: 20px 0px; }
  figure.wp-block-embed {
    display: inline-block; }
  p iframe {
    width: 100%;
    height: 100%;
    min-height: 100%; } }

a,
textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
.editor-entry a:hover,
.widget .widget-title h3,
.widget_tag_cloud .tagcloud a,
.entry-tags .post-tags a {
  color: #263238; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.post-format-icon,
.post-link-btn,
.post-link-btn:hover,
.mb-author-widget .author-permalink a:hover,
.entry-tags .post-tags a:hover,
.widget_rss .widget-title h3 a,
.wpcf7 input[type="submit"],
.wpcf7 input[type="button"],
.jetpack_subscription_widget input[type="submit"],
.screen-reader-shortcut,
body .wpforms-container .wpforms-form input[type=submit],
body .wpforms-container .wpforms-form button[type=submit],
body .wpforms-container .wpforms-form .wpforms-page-button {
  color: #ffffff; }

a:hover,
.editor-entry a,
.mb-post-widget .entry-metas ul li.comment a:hover,
.mb-post-widget .entry-metas ul li.posted-date a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.widget_recent_entries a:hover,
.widget_meta a:hover,
.widget_product_categories a:hover,
.widget_rss li a:hover,
.widget_pages li a:hover,
.widget_nav_menu li a:hover,
.widget_rss .widget-title h3 a:hover,
.widget_rss ul li a:hover,
.comments-area .comment-body .reply a:hover,
.comments-area .comment-body .reply a:focus,
.comments-area .comment-body .fn a:hover,
.comments-area .comment-body .fn a:focus,
footer.dark .widget_rss ul li a:hover,
.comments-area .comment-body .fn:hover,
.comments-area .comment-body .fn a:hover,
.comments-area .comment-body .reply a:hover,
.comments-area .comment-body .comment-metadata a:hover,
.comments-area .comment-body .comment-metadata .edit-link:hover,
.widget_tag_cloud .tagcloud a:hover,
.footer.dark .widget_tag_cloud .tagcloud a:hover {
  color: #f44336; }

span.edit-link a,
.widget_recent_entries .post-date,
.mb-post-widget .entry-metas ul li.posted-date a,
.mb-post-widget .entry-metas ul li.comment a,
.comments-area .comment-body .reply a,
.comments-area .comment-body .comment-metadata a,
.comments-area .comment-body .comment-metadata .edit-link {
  color: #b1b1b1; }

.author-box .top-wrap,
.related-posts .title h3,
.widget_archive li,
.widget_categories li,
.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li a,
.mb-post-widget article,
.widget_product_categories li {
  border-bottom: 1px solid #eeeeee; }

.entry-cats ul li a {
  border-bottom: 1px solid #263238; }

textarea,
select,
.author-box,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
.calendar_wrap table th,
.calendar_wrap table td,
.secondary-widget-area .widget,
.widget_tag_cloud .tagcloud a {
  border: 1px solid #eeeeee; }

.entry-tags .post-tags a:hover {
  border: 1px solid #ff5252; }

.widget_tag_cloud .tagcloud a:hover {
  border-color: #ff5252; }

.widget_product_categories ul li ul {
  border-top: 1px solid #eeeeee; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.post-link-btn,
body .wpcf7 input[type="submit"],
body .wpcf7 input[type="button"],
.entry-metas ul li.posted-date a,
.jetpack_subscription_widget input[type="submit"]:hover,
.secondary-widget-area .mb-instagram-widget .follow-permalink a,
.screen-reader-shortcut,
body .wpforms-container .wpforms-form input[type=submit],
body .wpforms-container .wpforms-form button[type=submit],
body .wpforms-container .wpforms-form .wpforms-page-button {
  background: #ff5252; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.post-link-btn:hover,
.entry-tags .post-tags a:hover,
body .wpcf7 input[type="submit"]:hover,
body .wpcf7 input[type="button"]:hover,
.entry-metas ul li.posted-date a:hover,
.secondary-widget-area .mb-instagram-widget .follow-permalink a:hover,
.jetpack_subscription_widget input[type="submit"]:hover,
body .wpforms-container .wpforms-form input[type=submit]:hover,
body .wpforms-container .wpforms-form button[type=submit]:hover,
body .wpforms-container .wpforms-form .wpforms-page-button:hover {
  background: #f44336; }

.the-title h1,
.the-title h2,
.the-title h3,
.post-title h1,
.post-title h2,
.post-title h3,
.post-title h4,
.page-title h1,
.page-title h2,
.entry-cats ul li a,
.widget_recent_entries .post-date,
.post-navigation .post-nav-title span.meta-nav,
.author-box .author-name h3 {
  text-transform: uppercase; }

.entry-metas ul li.posted-date a,
.widget_recent_entries .post-date,
.mb-post-widget .entry-metas ul li.comment a,
.mb-post-widget .entry-metas ul li.posted-date a {
  font-size: 12px; }

.entry-cats ul li a,
.post-navigation .post-nav-title span.meta-nav {
  font-size: 13px; }

.post-link-btn {
  font-size: 15px; }

q,
blockquote,
.wp-block-quote {
  font-size: 17px; }

.widget .widget-title h3 {
  font-size: 20px; }

.related-posts .title h3 {
  font-size: 22px; }

.entry-metas ul li.posted-date a,
.widget_recent_entries .post-date,
.mb-post-widget .entry-metas ul li.comment a,
.mb-post-widget .entry-metas ul li.posted-date a {
  font-weight: 500; }

.entry-cats ul li,
.entry-cats ul li a
.post-navigation .post-nav-title span.meta-nav {
  font-weight: 600; }

.widget .widget-title h3 {
  font-weight: 700; }

.entry-metas ul li.posted-date a,
.widget_recent_entries .post-date,
.mb-post-widget .entry-metas ul li.comment a,
.mb-post-widget .entry-metas ul li.posted-date a {
  letter-spacing: 0.25px; }

q,
blockquote,
.wp-block-quote {
  font-style: italic; }

@media (max-width: 1400px) {
  body.no-sidebar .alignwide {
    width: 80vw; }
  body.no-sidebar .alignfull {
    width: 95vw; } }

@media (min-width: 1400px) {
  .post-carousel-one .post-carousel-item .carousel-content .post-title h3 {
    font-size: 38px; } }

@media (max-width: 1200px) {
  .mb-container {
    max-width: 1170px; }
  .site-navigation &gt; ul &gt; li &gt; a {
    font-size: 14px; }
  .site-navigation ul li a {
    padding-right: 15px;
    padding-left: 15px; }
  .site-navigation ul li .sub-menu li a,
  .site-navigation ul li .children li a {
    padding: 12px 20px; }
  .site-navigation ul li a::after {
    content: '';
    top: 21px; }
  .mb-banner .content-holder {
    padding: 30px; } }

@media (max-width: 1170px) {
  body.no-sidebar .alignwide,
  body.no-sidebar .alignfull {
    width: 100%; }
  body.no-sidebar .alignwide,
  body.no-sidebar .alignfull,
  .editor-entry ul.wp-block-gallery.alignfull,
  .editor-entry ul.wp-block-gallery.alignwide {
    margin-left: inherit;
    transform: inherit; }
  body.boxed .mb-container {
    padding-right: 15px;
    padding-left: 15px; } }

@media (max-width: 1024px) {
  .menu-toggle {
    display: block; }
  .site-navigation {
    display: none; }
  .menu-item-description {
    display: none; }
  .mobile-navigation-wrapper .mobile-nav-mask {
    background-color: rgba(0, 0, 0, 0);
    transition-duration: 0.3s; }
  .mobile-navigation-wrapper.mb-open .mobile-nav-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 6;
    transition-duration: 0.3s; }
  .mobile-navigation-wrapper .mobile-navigation {
    text-align: left;
    padding: 30px;
    z-index: 6;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    right: auto;
    bottom: 0;
    width: 500px;
    transition-duration: 0.3s;
    padding: 30px;
    overflow-y: auto; }
  .mobile-navigation-wrapper.mb-close .mobile-navigation {
    left: -100vw; }
  .mobile-navigation-wrapper.mb-open .mobile-navigation {
    left: 0; }
  .mobile-navigation .mobile-nav-close {
    margin-bottom: 20px; }
  .mobile-navigation ul {
    list-style: none; }
  .mobile-navigation ul li {
    position: relative; }
  .mobile-navigation ul li a {
    color: #222222;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.2;
    display: block;
    border-bottom: 1px solid #eeeeee; }
  .mobile-navigation &gt; ul &gt; li &gt; a {
    line-height: 1.2;
    text-transform: inherit;
    font-weight: normal; }
  .mobile-navigation &gt; ul &gt; li:last-child &gt; a {
    border-bottom: none; }
  .mobile-navigation &gt; ul &gt; li &gt; a:after {
    content: '';
    display: none; }
  .mobile-navigation ul li .sub-menu,
  .mobile-navigation ul li .sub-menu ul {
    display: none;
    position: relative;
    z-index: inherit;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    max-width: 100%;
    background: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none; }
  .mobile-navigation ul li .sub-menu li a,
  .mobile-navigation ul li .children li a {
    border-bottom: 1px solid #eeeeee;
    line-height: 1.2;
    padding: 10px 0 15px 10px; }
  .sub-toggle {
    display: block;
    position: absolute;
    top: 6px;
    right: 0;
    color: #ffffff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #353535;
    cursor: pointer; }
  .container,
  .mb-container {
    max-width: 98%; }
  h1 {
    font-size: 36px; }
  h2 {
    font-size: 32px; }
  h3 {
    font-size: 28px; }
  h4 {
    font-size: 24px; }
  h5 {
    font-size: 20px; }
  h6 {
    font-size: 16px; }
  .logo-section.has-no-advertisement {
    height: 400px; }
  figure.wp-block-embed.wp-embed-aspect-4-3 {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%; }
  figure.wp-block-embed.wp-embed-aspect-4-3 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%; }
  figure.wp-block-embed.wp-embed-aspect-2-1 {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 50%; }
  figure.wp-block-embed.wp-embed-aspect-2-1 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%; }
  .site-carousel {
    margin-top: 40px; }
  .site-main {
    margin-top: 40px;
    margin-bottom: 40px; }
  .pagination,
  .page-links,
  .single-section,
  .post-navigation,
  .comments-area {
    margin-top: 40px; }
  .widget {
    margin-bottom: 30px; }
  .widget_archive ul li a,
  .widget_categories ul li a,
  .widget_product_categories ul li a,
  .woocommerce-widget-layered-nav ul li a {
    width: 85%; }
  .masonry-article-one article:hover {
    top: 0px; } }

@media (max-width: 991px) {
  .site-main {
    margin-top: 40px;
    margin-bottom: 40px; }
  .top-header-menu ul,
  .social-menu ul {
    text-align: center; }
  .top-header-menu {
    margin-bottom: 10px; }
  .logo-section.has-no-advertisement {
    height: 300px; }
  .logo-section.has-no-advertisement .site-branding {
    left: 15px;
    right: 15px;
    text-align: center;
    transform: translateX(0px);
    transform: translateY(-50%); }
  .logo-section.has-advertisement .site-branding {
    text-align: center; }
  .logo-section.has-no-advertisement .site-branding .site-title {
    font-size: 52px; }
  .logo-section.has-advertisement .header-ad-widget-area {
    margin-top: 20px; }
  .site-header .menu-section .search-icon-wrapper,
  .site-header .menu-section .canvas-icon-wrapper {
    text-align: center; }
  .search-form-container {
    margin-top: 20px;
    margin-bottom: 20px; }
  .site-carousel {
    margin-top: 30px; }
  .post-carousel-one .post-carousel-item {
    height: 420px; }
  .post-carousel-one .post-carousel-item .carousel-content {
    left: calc(50% - 40%);
    width: 80%; }
  .mb-col {
    width: 50%;
    max-width: 50%; }
  .masonry-article-one .article-content .post-title h3,
  .related-section .article-content .post-title h3,
  .comments-area .comments-title,
  .comment-respond .comment-reply-title,
  .page-header .page-title {
    font-size: 22px; }
  .author-info .author-name {
    font-size: 24px; }
  .post-navigation,
  .author-section,
  .related-section,
  .comments-area,
  .site-sidebar {
    margin-top: 40px; }
  .canvas-sidebar-widget-area.site-sidebar {
    margin-top: 0; }
  .page-header {
    margin-bottom: 30px; }
  .footer-widget-areas {
    padding-top: 30px;
    padding-bottom: 30px; }
  .footer-widget-area {
    margin-bottom: 30px; }
  .footer-widget-area:last-child {
    margin-bottom: 0px; } }

@media (max-width: 767px) {
  .site-main {
    margin-top: 30px;
    margin-bottom: 30px; }
  .logo-section.has-no-advertisement {
    height: 300px; }
  .logo-section.has-no-advertisement .site-branding .site-title {
    font-size: 42px;
    margin-bottom: 5px; }
  .footer-bottom [class^="col-"] {
    flex: 0 0 100%;
    max-width: 100%; }
  .post-carousel-one .owl-nav button.owl-prev {
    left: 0; }
  .post-carousel-one .owl-nav button.owl-next {
    right: 0; }
  .author-content .author-avatar {
    width: 150px; }
  .author-info {
    margin-top: 15px; } }

@media (max-width: 575px) {
  body {
    font-size: 14px; }
  .widget_tag_cloud .tagcloud a {
    font-size: 14px !important; }
  h1,
  .h1 {
    font-size: 24px; }
  h2,
  .h2 {
    font-size: 22px; }
  h3,
  .h3 {
    font-size: 20px; }
  h4,
  .h4 {
    font-size: 18px; }
  h5,
  .h5 {
    font-size: 16px; }
  h6,
  .h6 {
    font-size: 14px; }
  .logo-section.has-no-advertisement {
    height: 250px; }
  .logo-section.has-no-advertisement .site-branding {
    left: 15px;
    right: 15px;
    text-align: center;
    transform: translateX(0px);
    transform: translateY(-50%); }
  .logo-section.has-advertisement .site-branding {
    text-align: center; }
  .search-form-container {
    margin-top: 20px;
    margin-bottom: 20px; }
  .mobile-navigation-wrapper .mobile-navigation {
    width: 350px;
    padding: 20px; }
  .canvas-sidebar .canvas-sidebar-widget-area {
    width: 350px;
    padding: 20px; }
  .canvas-sidebar-close-icon {
    margin-bottom: 15px; }
  .site-carousel {
    margin-top: 20px; }
  .post-carousel-one .post-carousel-item {
    height: 250px; }
  .post-carousel-one .post-carousel-item .carousel-content {
    left: calc(50% - 40%);
    width: 80%; }
  .post-carousel-one .post-carousel-item .carousel-content .post-title h3 {
    font-size: 20px; }
  .post-carousel-one .post-carousel-item .carousel-content .post-author-date-meta {
    margin-top: 10px; }
  .post-carousel-one .owl-nav button.owl-prev,
  .post-carousel-one .owl-nav button.owl-next {
    height: 35px;
    width: 35px;
    line-height: 35px; }
  .post-carousel-one.owl-carousel .owl-dots {
    display: block; }
  .site-main {
    margin-top: 30px;
    margin-bottom: 30px; }
  .mb-col {
    width: 100%;
    max-width: 100%; }
  body.has-sidebar .masonry-article.mb-col {
    width: 100%;
    max-width: 100%; }
  .masonry-article-one article {
    margin-bottom: 30px; }
  .masonry-article-one .article-content .post-title h3 {
    font-size: 20px; }
  .page-header {
    margin-bottom: 20px; }
  .pagination, .page-links {
    margin-top: 10px; }
  .pagination .page-numbers,
  .page-links .post-page-numbers {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 5px; }
  .single-post article .single-post-content,
  .page article .single-post-content {
    padding: 20px 15px; }
  .single-post article .single-post-title .post-title {
    font-size: 26px; }
  .single-post article .single-post-header-divider, body.page article .single-post-header-divider {
    margin-top: 20px;
    margin-bottom: 30px; }
  .single-post article .single-post-editor-content, .page article .single-post-editor-content {
    margin-bottom: 20px; }
  .post-navigation {
    margin-top: 30px;
    padding: 20px 15px; }
  .post-navigation .nav-links {
    padding: 0px; }
  .single-section-title {
    margin-bottom: 20px; }
  .author-section {
    margin-top: 30px; }
  .author-content {
    padding: 20px; }
  .author-info {
    margin-top: 15px; }
  .author-info .author-name {
    font-size: 20px; }
  .author-content .author-avatar {
    width: 120px; }
  .author-avatar img {
    width: 75px;
    height: 75px; }
  .related-section {
    margin-top: 30px; }
  .related-section-title {
    margin-bottom: 20px; }
  .related-section-title h3 {
    font-size: 22px; }
  .related-section .article-content .post-title h3 {
    font-size: 20px; }
  .comments-area {
    margin-top: 30px; }
  .comment-respond {
    padding: 0px; }
  .comments-area .comments-title,
  .comment-respond .comment-reply-title {
    font-size: 20px; }
  .comments-area .comment-list {
    margin-top: 30px; }
  .comment-author-avatar img.avatar {
    height: 60px;
    width: 60px; }
  .comment-author-content {
    padding: 15px 15px;
    margin-left: 65px; }
  .comments-area textarea, .comments-area input {
    margin-bottom: 20px; }
  .widget {
    padding: 20px; }
  .widget,
  .widget .widget-title {
    margin-bottom: 20px; }
  .footer-widget-area {
    margin-bottom: 20px; }
  .footer-widget-area:last-child {
    margin-bottom: 0px; }
  .copyright-credit {
    padding-top: 10px;
    padding-bottom: 10px; } }

@media (max-width: 420px) {
  .mobile-navigation-wrapper .mobile-navigation {
    width: 300px; }
  .canvas-sidebar .canvas-sidebar-widget-area {
    width: 300px;
    padding: 15px; } }

@media (max-width: 320px) {
  .mobile-navigation-wrapper .mobile-navigation {
    width: 280px; }
  .canvas-sidebar .canvas-sidebar-widget-area {
    width: 280px;
    padding: 15px; } }

@-webkit-keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@-webkit-keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@-webkit-keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(19px, 0); } }

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(19px, 0); } }

@-webkit-keyframes background-loading {
  from {
    background-position: -10000% 0, 0 0; }
  to {
    background-position: 10000% 0, 0 0; } }

@keyframes background-loading {
  from {
    background-position: -10000% 0, 0 0; }
  to {
    background-position: 10000% 0, 0 0; } }
</pre></body></html>