@charset "UTF-8";
ol,
ul {
  padding: 0;
}
.btn-primary,
blockquote:after {
  background-color: var(--main-color);
}
a,
th {
  color: #000;
}
blockquote cite,
blockquote span {
  font-size: 1.6rem;
  font-family: "Google Sans Flex", sans-serif;
  font-style: normal;
}
.comment-author,
.comment-content ul li,
.entry-content ul li,
.header-branding,
.header-top,
.site,
.site-content,
.site-header {
  position: relative;
}
.container,
.site-boxed.sticky-header .header-top.is-sticky {
  max-width: 1170px;
}
.main-navigation a,
.social-media__count,
.social-media__user,
.tweet__user,
blockquote cite,
blockquote span,
code,
h1,
h2,
h3,
h4,
h5,
h6,
kbd,
tt,
var {
  font-family: "Google Sans Flex", sans-serif;
}
.btn,
.site-footer,
.social-media__block,
.tweets .slick-nav,
td,
th {
  text-align: center;
}
.author-more-link:hover,
.entry-content a:hover,
.tweet__content a:hover {
  text-decoration: underline;
}
.featured-posts-1 .entry-header,
.featured-posts-1 .entry-meta,
.featured-posts-1 .entry-title,
.featured-posts-1 .featured-content {
  opacity: 0;
  animation-name: fadeInUp;
  animation-duration: 0.7s;
  animation-fill-mode: both;
}
:root {
  --main-color: #00828e;
  --text-main: #555;
  --heading-color: #000;
  --bg-header-color: #fff;
  --text-header-color: #111;
  --hover-text-header-color: var(--main-color);
  --icon-header-color: #111;
  --hover-icon-header-color: var(--main-color);
  --border-header-color: #e2e2e2;
  --bg-submenu-color: #fff;
  --text-submenu-color: #111;
  --hover-text-submenu-color: var(--main-color);
  --border-submenu-color: #f1f1f1;
}
body {
  background: #f8f8f8;
}
body,
button,
input,
optgroup,
select,
textarea {
  color: var(--text-main);
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.4rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  word-wrap: break-word;
  margin: 1.2em 0 0.5em;
  font-optical-sizing: auto;
  color: var(--heading-color);
  font-weight: 600;
}
blockquote span,
th {
  font-weight: 400;
  font-optical-sizing: auto;
}
h1 {
  font-size: 3.6rem;
}
h2 {
  font-size: 3rem;
}
h3 {
  font-size: 2.4rem;
}
h5 {
  font-size: 1.4rem;
}
h6 {
  font-size: 1.2rem;
}
.entry-content a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a,
.main-navigation a:hover,
.site-footer .site-info i,
a:hover {
  color: var(--main-color);
}
body.bg_pattern_1.bg_pattern_1 {
  background-image: url(./images/bg_pattern/style1.png);
}
body.bg_pattern_2.bg_pattern_2 {
  background-image: url(./images/bg_pattern/style2.png);
}
body.bg_pattern_3.bg_pattern_3 {
  background-image: url(./images/bg_pattern/style3.png);
}
body.bg_pattern_4.bg_pattern_4 {
  background-image: url(./images/bg_pattern/style4.png);
}
body.bg_pattern_5.bg_pattern_5 {
  background-image: url(./images/bg_pattern/style5.png);
}
.border-one-solid .footer-instagram .instagram-pics:after,
.border-one-solid .footer-instagram .instagram-pics:before,
.border-one-solid .footer-subscription:after,
.border-one-solid .footer-subscription:before,
.border-one-solid .header-branding:before,
.border-one-solid .header-subscription:after,
.border-one-solid .header-subscription:before,
.border-one-solid .header-top:before,
.border-one-solid .info-box-sharing:after,
.border-one-solid .info-box-sharing:before,
.border-one-solid .page-header:before,
.border-one-solid .post-navigation:after,
.border-one-solid .post-navigation:before,
.border-one-solid .site-footer .site-info:after,
.border-one-solid .widget-area .widget-title:before,
.comment-author .says,
.comment-form .comment-form-cookies-consent,
.comment-form .comment-notes,
.comment-form label,
.footer-description-hidden .footer-branding .site-description,
.footer-title-hidden .footer-branding .site-title,
.header-subscription .widgettitle,
.header-top .mobile-branding,
.infinite-scroll .navigation.pagination,
.is-hidden,
.load-more-post #infinite-handle span button.is-disable,
.menu-toggle .menu-text,
.nav-below-logo .header-search,
.nav-below-logo .header__search,
.nav-below-logo .menu-toggle,
.nav-below-logo .site-search,
.retina-logo + .custom-logo-link,
.retina-logo + .site-title,
.scrolling.sticky-header .header-top.is-sticky:before,
.single .page-header,
.site-description-hidden .header-branding .site-description,
.site-title-hidden .header-branding .site-title,
.sticky-header.scrolling .header-top.is-sticky:before,
.tweets .slick-nav:before,
.widget-area .widget_text .about-widget li a:before,
.widget_recent_comments a:before,
.wp-block-gallery li:before {
  display: none;
}
.btn,
.btn-primary {
  display: inline-block;
}
.btn {
  font-weight: 700;
  border-radius: 99px;
  white-space: nowrap;
  padding: 13px 40px;
  transition: 0.3s;
  text-transform: uppercase;
  font-optical-sizing: auto;
}
.btn-primary {
  color: #fff;
  letter-spacing: 0.04em;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  color: var(--main-color);
  background: #fff;
  font-optical-sizing: auto;
  border-color: var(--main-color);
}
table {
  margin: 0 0 1.5em;
  width: 100%;
  font-size: 1.4rem;
  border-collapse: collapse;
  font-optical-sizing: auto;
  border-spacing: 0;
}
thead tr {
  background: #f3f5f8;
}
td {
  color: #58585e;
}
td,
th {
  padding: 5px;
  border: 1px solid #e2e2e2;
}
ol {
  list-style: decimal;
}
ul {
  list-style: disc;
}
li > ol,
li > ul {
  margin-bottom: 0;
  padding-left: 1.4em;
}
dt {
  font-weight: 700;
  font-optical-sizing: auto;
}
dd {
  margin: 0 1.5em 1.5em;
}
hr {
  background-color: #e2e2e2;
  height: 1px;
}
blockquote:before {
  content: "";
  background-image: url(images/quote.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  top: 20px;
  width: 85px;
  height: 65px;
  z-index: -1;
}
blockquote:after {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: -2;
  border-radius: 50%;
}
blockquote span {
  color: #888;
}
blockquote cite,
blockquote strong {
  font-weight: 600;
}
blockquote cite {
  font-optical-sizing: auto;
  color: #000;
  margin-top: 7px;
  display: block;
}
blockquote cite:before {
  content: "–";
  margin-right: 3px;
}
.dropcap,
p.has-drop-cap:not(:focus):first-letter {
  font-weight: 700;
  color: #fff;
  font-size: 4.8rem;
  background: var(--main-color);
  float: left;
  padding: 6px 9px;
  text-transform: uppercase;
  line-height: 1;
  margin: 10px 12px 0 0;
}
.content-area .site-main,
.grid-gallery .slick-next:hover,
.grid-gallery .slick-prev:hover,
.site-header {
  background: #fff;
}
figure figcaption {
  line-height: 1.4;
  margin-top: 15px;
}
.gallery .gallery-item {
  margin: 0;
  padding: 20px 0 0 10px;
}
input[type="password"] {
  width: 50%;
  padding: 12px 15px;
}
button[type="submit"],
input[type="submit"] {
  color: #fff;
  background: var(--main-color);
  letter-spacing: 0.16em;
  border: 1px solid var(--main-color);
}
.header-subscription button[type="submit"]:hover,
.header-subscription input[type="submit"]:hover,
.page-template-contact .site-main form .pushbutton-wide:hover,
.site-footer .scroll-to-top:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
  background: #fff;
  color: var(--main-color);
}
iframe {
  vertical-align: bottom;
}
.container {
  margin: 0 auto;
  padding: 0;
}
.site-content {
  display: flex;
  flex-flow: row wrap;
  clear: both;
  justify-content: space-between;
  margin-bottom: 60px;
  z-index: 1;
}
.main-content {
  width: 100%;
  margin-top: 60px;
}
.content-area {
  width: 65.812%;
  margin: 0;
  float: left;
}
.widget-area {
  width: 31.6239%;
  float: right;
  padding-bottom: 30px;
}
.no-sidebar .blog-grid-sidebar .col-md-8,
.no-sidebar .content-area {
  margin: 0 auto;
  float: unset;
}
.sticky-sidebar .widget-area {
  position: sticky;
  top: 30px;
}
.sticky-sidebar.sticky-header .widget-area {
  top: 98px;
}
.sticky-sidebar.admin-bar .widget-area {
  top: 62px;
}
.sticky-sidebar.sticky-header.admin-bar .widget-area {
  top: 130px;
}
.border-one-solid .header-branding,
.border-one-solid .header-top,
.border-one-solid .page-header,
.border-one-solid .widget-area .widget-title {
  border-bottom: 1px solid var(--border-header-color);
}
.border-one-solid .site-footer .site-info {
  border-top: 1px solid var(--border-header-color);
}
.border-one-solid .footer-instagram .instagram-pics,
.border-one-solid .footer-subscription,
.border-one-solid .header-subscription,
.border-one-solid .info-box-sharing,
.border-one-solid .post-navigation {
  border-top: 1px solid var(--border-header-color);
  border-bottom: 1px solid var(--border-header-color);
}
.banner-top img {
  width: 100%;
  height: 90px;
}
.comment-form .comment-form-email,
.image-masonry .blog-article:nth-child(2n) .entry-media,
.image-right .blog-article .entry-media,
.nav-below-logo .site-header .header-top {
  order: 2;
}
.nav-below-logo .main-navigation {
  flex: unset;
}
.nav-below-logo .header-top .container,
.pagination .nav-links {
  justify-content: center;
}
.site-header {
  z-index: 100;
  display: flex;
  flex-flow: column wrap;
}
.header-top {
  border-bottom: 1px dashed var(--border-header-color);
  background: var(--bg-header-color);
}
.header-top:before {
  content: " ";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 2px;
  border-bottom: 1px dashed #e2e2e2;
  border-bottom-color: var(--border-header-color);
}
.featured-posts-1 .slick-track,
.header-top .container {
  display: flex;
}
.header-top .mobile-branding img {
  width: 100px;
}
.scrolling.sticky-header .header-top.is-sticky {
  border-bottom: 0;
}
.header-search,
.header__search {
  display: flex;
  align-items: center;
  z-index: 9;
}
.header-search i:hover:before,
.header__search i:hover:before {
  color: var(--hover-icon-header-color);
  transition: 0.3s;
}
.blog-grid-sidebar .entry-footer,
.header-search .search-submit,
.header__search .search-submit {
  align-items: center;
}
.nav-below-logo .menu-toggle {
  bottom: 0;
  padding: 7px 20px;
}
.like__count:hover:after,
.nav-below-logo .menu-toggle:hover .menu-text,
.post-navigation .nav-next a:hover,
.post-navigation .nav-next a:hover:after,
.post-navigation .nav-next a:hover:before,
.post-navigation .nav-previous a:hover,
.post-navigation .nav-previous a:hover:after,
.post-navigation .nav-previous a:hover:before,
.posts-navigation .nav-next a:hover,
.posts-navigation .nav-next a:hover:after,
.posts-navigation .nav-next a:hover:before,
.posts-navigation .nav-previous a:hover,
.posts-navigation .nav-previous a:hover:after,
.posts-navigation .nav-previous a:hover:before {
  color: var(--main-color);
  transition: 0.3s;
}
.header-branding {
  border-bottom: 1px dashed var(--border-header-color);
}
.footer-subscription:before,
.header-branding:before,
.header-subscription:before,
.info-box-sharing:before,
.page-header:before,
.post-navigation:before,
.widget-area .widget-title:before {
  content: " ";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 2px;
  border-bottom: 1px dashed #e2e2e2;
}
.footer-branding,
.site-branding {
  text-align: center;
  position: relative;
  z-index: 0;
}
.site-branding {
  padding: 30px 0 40px;
}
.site-branding .retina-logo img {
  width: 265px;
}
.comment-list .depth-1 .comment-respond,
.site-header .custom-logo-link img,
.site-header .retina-logo img,
.widget_calendar .calendar_wrap {
  margin-top: 20px;
}
.site-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.8rem;
  line-height: 1.3;
  font-weight: 300;
}
.site-description {
  margin-top: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
}
.bypostauthor,
.featured-posts-1 .slick-current .featured-content,
.menu-toggle,
.mobile-menu-open .main-navigation ul,
.mobile-menu-open .mobile-navigation > ul,
.single.single-below-header .page-header {
  display: block;
}
.site-footer .scroll-to-top,
.social-media__brand,
.social-media__title {
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.site-description:after,
.site-description:before {
  content: "";
  width: 20px;
  height: 1px;
  background: currentColor;
  position: relative;
  left: -10px;
}
.site-description:after {
  left: unset;
  right: -10px;
}
.sticky-header .header-top.is-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: var(--bg-header-color);
  z-index: 100;
  transition: 0.3s;
}
.sticky-header.scrolling .header-top.is-sticky {
  box-shadow: 0 4px 5px -3px #0003;
  transition: 0.3s;
  border-bottom: none;
}
.sticky-header.admin-bar .header-top.is-sticky {
  top: 32px;
}
@media (max-width: 782px) {
  .sticky-header.admin-bar .header-top.is-sticky {
    top: 45px;
  }
}
@media (max-width: 600px) {
  .sticky-header .header-top.is-sticky,
  .sticky-header.scrolling .header-top.is-sticky {
    top: 0;
  }
}
.main-navigation,
.sd-content {
  z-index: 1;
}
.main-navigation div.menu > ul > li > a,
.main-navigation ul.menu > li > a {
  padding: 18px 14px;
  color: var(--text-header-color);
}
.main-navigation div.menu > ul > li > a:hover,
.main-navigation ul.menu > li > a:hover {
  color: var(--hover-text-header-color);
}
.main-navigation a {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.16em;
}
.main-navigation ul ul {
  left: 0;
  background: var(--bg-submenu-color);
  box-shadow: 0 2px 5px #0000001a;
}
.main-navigation ul ul li {
  transition: 0.3s;
  border-bottom-color: var(--border-submenu-color);
}
.main-navigation ul ul li:hover {
  background: #fafafa;
  transition: 0.3s;
}
.main-navigation ul ul a {
  font-size: 1.2rem;
  color: var(--text-submenu-color);
}
.main-navigation ul ul a:hover {
  color: var(--hover-text-submenu-color);
}
.main-navigation ul.menu > li:first-child > a {
  padding-left: 0;
}
.menu-toggle {
  bottom: 8px;
}
.menu-toggle:hover:before {
  border-color: var(--main-color);
  color: var(--main-color);
  transition: 0.3s;
}
.mobile-menu {
  left: unset;
  right: 0;
}
.site-footer {
  background: #fff;
}
.footer-branding {
  padding-top: 45px;
  padding-bottom: 40px;
}
.site-footer .site-info {
  padding: 38px 0 20px;
  border-top: 1px dashed #e2e2e2;
  position: relative;
  background: #f8f8f8;
}
.footer-subscription:after,
.header-subscription:after,
.info-box-sharing:after,
.post-navigation:after,
.site-footer .site-info:after {
  content: " ";
  position: absolute;
  z-index: 0;
  top: 2px;
  left: 0;
  right: 0;
  border-top: 1px dashed #e2e2e2;
}
.site-footer .site-info .container {
  position: relative;
  z-index: 1;
}
.site-footer .site-info a {
  color: var(--main-color);
  position: relative;
}
.site-footer .scroll-to-top {
  font-size: 1.3rem;
  color: #fff;
  background: var(--main-color);
  padding: 9px 30px;
  position: relative;
  z-index: 2;
  top: 15px;
  border-radius: 50px;
  border: 1px solid var(--main-color);
  font-weight: 500;
}
.social-media__feed,
.tweets .slick-nav {
  border: 1px solid #e2e2e2;
  background: #fff;
}
.site-footer .scroll-to-top i {
  margin-left: 6px;
}
.subscriptions-enable .social-media {
  bottom: -60px;
}
.social-media {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  margin-top: -40px;
  z-index: 2;
}
.entry-title,
.social-media i {
  font-size: 2.6rem;
}
.social-media__brand {
  font-weight: 500;
  font-size: 1.3rem;
  margin: 26px 0 0;
}
.social-media__count {
  font-weight: 300;
  font-size: 4rem;
  margin: -11px 0 23px;
}
.searchform-modal .search-popup .search-form .search-submit i:before,
.social-media__user,
.tweets .slick-nav:hover i {
  color: #fff;
}
.social-media__user:hover,
.tweet__content a {
  color: var(--main-color);
}
.social-media__block {
  width: 23%;
  padding: 40px 0 25px;
  background: #000;
  color: #fff;
}
.comment-list .reply a:hover,
.social-media__block--facebook,
.tweets .slick-nav:hover {
  background: var(--main-color);
}
.comment-edit-link:hover,
.social-media__block--facebook .social-media__user:hover {
  color: #000;
}
.social-media__title {
  font-weight: 500;
  font-size: 1.3rem;
  color: var(--main-color);
  margin-bottom: 24px;
}
.social-media__feed {
  width: 54%;
  padding: 30px 50px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.social-media__user,
.tweet__user {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.comment-list .reply a,
.tweet__time {
  text-transform: uppercase;
  font-weight: 500;
}
.author-content-wrapper,
.tweets {
  flex: 1;
}
.tweets .slick-list,
.tweets .slick-track {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.tweets .slick-nav {
  position: absolute;
  top: unset;
  bottom: 0;
  transform: none;
  color: #000;
  width: 59px;
  height: 41px;
}
.tweets .slick-nav i {
  font-size: 1.6rem;
  line-height: 1;
  color: #000;
  transition: 0.3s;
}
.tweets .slick-nav:hover {
  border-color: var(--main-color);
  transition: 0.3s;
}
.tweets .slick-prev {
  left: unset;
  right: 58px;
  z-index: 1;
  border-radius: 50px 0 0 50px;
}
.tweets .slick-next {
  right: 0;
  border-radius: 0 50px 50px 0;
}
.tweet__footer {
  position: absolute;
  bottom: 0;
  display: block;
}
.article-container .entry-title a:hover,
.breadcrumbs .last-item span,
.comment-reply-title small a:hover,
.entry-content
  #jp-relatedposts
  .jp-relatedposts-items
  .jp-relatedposts-post
  .jp-relatedposts-post-title
  a:hover,
.entry-meta .comments-link a:hover,
.like--active .like__count,
.like--active .like__count:after,
.logged-in-as a:hover,
.post-navigation .post-title:hover,
.posts-navigation .post-title:hover,
.sd-content ul li a:hover,
.tweet__footer:hover .tweet__user,
.widget-area .widget_text .about-widget li a:hover,
.widget-area section[class*="widget widget_"] .menu li a:hover,
.widget-area section[class*="widget widget_"] .menu li a:hover:before,
.widget-area section[class*="widget widget_"] > ul li a:hover,
.widget-area section[class*="widget widget_"] > ul li a:hover:before {
  color: var(--main-color);
}
.tweet__user {
  color: #000;
  transition: 0.2s;
}
.tweet__time {
  display: block;
  font-size: 1.3rem;
  color: #888;
  line-height: 1.2;
}
.comment-author .fn,
.comments-title {
  text-transform: capitalize;
  font-family: "Google Sans Flex", sans-serif;
}
.comments-area {
  padding: 0 60px 60px;
  margin: 0 auto auto;
  border: 0;
}
.logged-in-as {
  font-size: 1.4rem;
  width: 100%;
  margin-top: -15px;
}
.logged-in-as a {
  text-decoration: none;
  color: #000;
  font-weight: 400;
}
.post-comments .post-title-box {
  border-top: 1px dashed #e2e2e2;
  padding-top: 12px;
}
.post-comments .post-title-box h4 {
  text-transform: uppercase;
}
.comments-title {
  color: #000;
  font-size: 2.2rem;
  margin-top: 0;
}
.comment-list {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  list-style: none;
}
.comment-list .comment {
  overflow: hidden;
  margin-top: -1px;
  border-top: 1px dashed #e2e2e2;
}
.comment-list .comment:first-child {
  border-top: 0;
}
.comment-list ol.children {
  list-style: none;
  padding-left: 0;
}
.comment-list time {
  font-size: 1.3rem;
  color: #888;
  position: relative;
  font-weight: 400;
  padding-left: 0;
  font-style: normal;
}
.comment-list .reply {
  position: absolute;
  top: 47px;
  right: 0;
}
.comment-list .reply a {
  font-size: 1.3rem;
  color: #333;
  padding: 12px 20px;
  border-radius: 30px;
  border: 1px solid #e2e2e2;
  text-decoration: none;
}
.comment-list .reply a:hover {
  color: #fff;
  border-color: var(--main-color);
}
.comment-author .fn {
  font-size: 1.8rem;
  font-weight: 600;
  color: #000;
  top: 5px;
}
.comment-author .fn a {
  color: #000;
  text-decoration: none;
}
ol.children {
  position: relative;
  border-top: 0;
}
.comment-list > li > .comment-body {
  padding-top: 46px;
}
.comment-body {
  position: relative;
  padding-top: 40px;
}
.comment-author .avatar {
  border-radius: 100%;
  float: left;
  margin-right: 20px;
  border: 5px solid #f8f8f8;
}
.comment-content {
  padding: 5px 0 34px;
  color: var(--text-main);
  word-wrap: break-word;
  margin-left: 100px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9;
}
.comment-content blockquote p {
  margin: 90px 0 0;
}
.comment-content blockquote:after {
  top: 10px;
  left: 117px;
}
.comment-content > ol,
.comment-content > ul,
.entry-content > ol,
.entry-content > ul {
  margin-left: 40px;
}
.comment-content ul,
.entry-content ul,
.sd-content ul,
.widget-area section[class*="widget widget_"] .menu li ul,
.widget-area section[class*="widget widget_"] > ul li ul {
  list-style: none;
}
.comment-content ul > li:before {
  content: "•";
  color: var(--main-color);
  position: absolute;
  left: -24px;
  top: -6px;
  font-size: 2rem;
}
.comment-edit-link {
  font-size: 1.4rem;
  padding-left: 3px;
  font-style: italic;
}
.comment-metadata,
.error404 .site-content .not-found h2,
.page .content-area .entry-content > p,
.page .entry-content > p,
.single .entry-content > p {
  margin-top: 0;
}
.comment-metadata a,
.comment-reply-title small a {
  text-decoration: none;
}
.comment-respond {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--heading-color);
  font-family: "Google Sans Flex", sans-serif;
}
.blog-grid-sidebar .sharedaddy,
.comment-list .depth-2 .comment-respond {
  margin: 0 0 20px;
}
@media (max-width: 575px) {
  .comment-list .comment-content {
    padding: 5px 0 10px;
  }
  .comment-list .reply {
    position: relative;
    top: 0;
    text-align: right;
    margin-bottom: 20px;
  }
  .comment-list .reply a {
    display: inline-block;
    padding: 7px 25px;
  }
}
.comment-reply-title {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: #000;
  margin-top: 0;
}
.comment-form {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  margin-top: 23px;
}
.comment-form .comment-form-author,
.image-masonry .blog-article:nth-child(2n) .article-container,
.image-right .blog-article .article-container {
  order: 1;
}
.comment-form .comment-form-url {
  order: 3;
}
.comment-form .comment-form-comment {
  margin: 0;
  order: 4;
}
.comment-form .comment-subscription-form {
  order: 5;
  font-size: 1.6rem;
  margin: 10px 0 0;
  width: 100%;
  display: flex;
}
.comment-form .comment-subscription-form input[type="checkbox"] {
  padding: 10px 8px;
}
.comment-form .comment-subscription-form label {
  display: inline-block;
  line-height: 1.2;
  margin-left: 10px;
  margin-bottom: 10px;
}
.comment-form > p[class*="comment-form"] {
  width: 100%;
  margin: 0;
}
.comment-form input:not([type="submit"]),
.comment-form textarea {
  font-size: 1.3rem;
  padding: 13px 18px;
  width: 100%;
  border-color: #e2e2e2;
  border-radius: 0;
}
.comment-form input:not([type="submit"]) {
  margin: 0;
  border-bottom: none;
  color: #888;
  font-weight: 400;
}
.comment-form input:not([type="submit"]):focus,
.comment-form textarea:focus,
.page-template-contact .site-main form input[type="email"]:focus,
.page-template-contact .site-main form input[type="text"]:focus,
.page-template-contact .site-main form input[type="url"]:focus,
.page-template-contact .site-main form textarea:focus {
  background: #fcfcfc;
}
.comment-form input:not([type="submit"]):focus::-webkit-input-placeholder {
  color: #000;
}
.comment-form input:not([type="submit"]):focus::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.comment-form input:not([type="submit"]):focus:-ms-input-placeholder {
  color: #000;
}
.comment-form textarea {
  height: 170px;
  resize: none;
  color: #888;
  font-weight: 400;
}
.comment-form textarea:focus::-webkit-input-placeholder {
  color: #000;
}
.comment-form textarea:focus::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.comment-form textarea:focus:-ms-input-placeholder {
  color: #000;
}
.comment-form .form-submit input {
  font-size: 1.3rem;
  font-family: "Google Sans Flex", sans-serif;
  text-transform: uppercase;
  padding: 15px 34px 12px;
  border-radius: 25px;
  font-weight: 700;
  color: #fff;
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  transition: 0.3s;
  margin-top: 10px;
}
.comment-form .form-submit input:hover {
  border: 1px solid var(--main-color);
  background-color: #fff;
  color: var(--main-color);
}
@media (min-width: 768px) {
  .depth-1.parent:first-child .children li:not(:last-child),
  .depth-1.parent:first-child > .comment-body > .comment-content,
  .depth-1.parent:last-child > .comment-body > .comment-content,
  .depth-1:not(:last-child) > .children,
  .depth-1:not(:last-child) > .comment-body > .comment-content {
    border-bottom: 1px dashed #e2e2e2;
  }
  .depth-1 > .children .children {
    border-top: 1px dashed #e2e2e2;
  }
  .comment-list .children,
  .comment-list > .ol > .ol {
    margin: 0 0 0 90px;
  }
  .comment-form .form-submit {
    margin: 0;
  }
}
.comment-form .comment-form-comment {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.blog-list .blog-article .entry-footer .sharedaddy,
.logged-in .comment-form .comment-form-comment,
.single .entry-title {
  margin-bottom: 10px;
}
#cancel-comment-reply-link {
  color: var(--main-color);
  margin-left: 5px;
}
.page-header {
  border-bottom: 1px dashed #e2e2e2;
  background: #fff;
  position: relative;
  word-break: break-all;
  word-wrap: break-word;
}
#content .hentry.no-margin > .article-container,
.article-container .entry-content p,
.author-social li:last-child,
.blog-list .blog-article .entry-content p,
.category-uncategorized .load-more-post,
.entry-title,
.error404 .load-more-post,
.no-overlap .blog-grid .blog-article .article-container,
.no-overlap .blog-grid-fw .blog-article .article-container,
.no-overlap .blog-grid-fw-sidebar .blog-article .article-container,
.no-overlap .blog-grid-one .blog-article .article-container,
.no-overlap .blog-grid-one-sidebar .blog-article .article-container,
.no-overlap .blog-grid-sidebar .blog-article .article-container,
.no-overlap .blog-grid-three .blog-article .article-container,
.page-header h1,
.search-no-results .load-more-post,
.single.comment-hidden .posted-on,
.widget-area .widget_search .search-form,
.widget-area .widget_text .textwidget p {
  margin: 0;
}
.page-header .entry-description {
  font-size: 1.4rem;
  color: var(--text-main);
  font-family: "Google Sans Flex", sans-serif;
  font-weight: 400;
  margin: 2px 0 0;
  line-height: 1.75;
  max-width: 770px;
  word-break: break-word;
}
.page-header .entry-description:empty {
  margin: -8px 0 0;
}
.header-inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0 20px;
}
.header-inner .breadcrumbs {
  order: 2;
  z-index: 0;
  margin-bottom: 20px;
}
.header-inner .page-header-title {
  margin-bottom: 20px;
  word-break: break-word;
}
.header-inner .entry-title {
  font-size: 4.2rem;
  margin-bottom: 0;
}
.breadcrumbs {
  margin: 0;
  padding: 9px 28px;
  font-size: 1.3rem;
  text-transform: uppercase;
  border: 1px solid #e2e2e2;
  border-radius: 50px;
  font-weight: 500;
}
.breadcrumbs i {
  margin: 0 8px;
  color: #000;
}
.breadcrumbs .breadcrumbs-item {
  list-style: none;
  display: inline-block;
}
.breadcrumbs span,
.dropdown-widget-navmenu .widget_nav_menu .menu li.current-menu-item > a {
  color: #000;
}
.breadcrumbs .breadcrumbs-item:not(:last-child):after {
  content: "›" !important;
  font-size: 18px !important;
  line-height: 10px !important;
  color: #ccc !important;
  margin: 0 12px !important;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.pagination {
  margin: 40px auto 0;
  width: 100%;
}
.pagination a,
.pagination span {
  display: inline-block;
  padding: 8px 17px;
  color: #000;
  font-weight: 700;
  transition: 0.3s;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 50%;
}
.pagination .current,
.pagination a:hover {
  background: var(--main-color);
  color: #fff;
  border-radius: 100%;
}
.pagination .page-numbers {
  margin: 0 3px 3px 0;
}
.pagination .next,
.pagination .prev {
  padding: 8px 14px;
}
.pagination .nav-links a:nth-child(2),
.pagination .nav-links span:first-child {
  width: 43px;
}
.post-navigation,
.posts-navigation {
  padding: 20px 0;
  margin-bottom: 0;
  word-wrap: break-word;
  overflow: hidden;
}
.post-navigation .meta-nav,
.posts-navigation .meta-nav {
  color: #888;
  font-size: 1.4rem;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
.post-navigation .post-title,
.posts-navigation .post-title {
  font-size: 1.8rem;
  margin: 0;
  word-wrap: break-word;
  color: #000;
  transition: 0.3s;
  line-height: 1.35;
}
.posts-navigation {
  padding: 0;
  margin-top: 50px;
}
.nav-links {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 1;
}
.nav-previous {
  text-align: left;
  padding-right: 20px;
  flex: 1;
}
.nav-next {
  text-align: right;
  width: 100%;
  margin-left: auto;
}
.nav-previous + .nav-next {
  margin-left: 0;
  padding-left: 20px;
  width: 50%;
  justify-content: flex-end;
}
.post-navigation .nav-next a,
.post-navigation .nav-previous a,
.posts-navigation .nav-next a,
.posts-navigation .nav-previous a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.16em;
  position: relative;
  word-break: break-word;
  color: #000;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.load-more-post #infinite-handle {
  width: 100%;
  text-align: center;
  margin: 30px 0 0;
}
.load-more-post #infinite-handle span {
  background: 0 0;
  padding: 0;
}
.load-more-post #infinite-handle span button {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 50px;
  letter-spacing: 0.16em;
  padding: 11px 37px;
}
.load-more-post #infinite-handle span button:hover {
  color: var(--main-color);
  background: #fff;
  padding: 11px 37px;
  border: 1px solid var(--main-color);
  font-weight: 500;
}
.load-more-post .infinite-loader {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 1023px) {
  .nav-below-logo .menu-toggle,
  .nav-links {
    display: block;
  }
  .header-top {
    padding: 17px 0;
  }
  .nav-below-logo .menu-toggle .menu-text {
    display: block;
    position: relative;
    left: 20px;
    text-transform: uppercase;
    color: #000;
    transition: 0.3s;
    font-weight: 600;
    font-size: 1.6rem;
  }
  .pagination .nav-links {
    text-align: center;
  }
  .pagination a,
  .pagination span {
    margin: 0 3px 3px 0;
  }
  .nav-next,
  .nav-previous {
    width: 100%;
    padding: 0;
    text-align: center;
    display: block;
  }
  .nav-previous + .nav-next {
    padding-top: 20px;
    margin-top: 20px;
    padding-left: 0;
    width: 100%;
    border-top: 1px dashed #e2e2e2;
  }
}
.searchform-modal .search-popup .search-form .search-submit {
  background: var(--main-color);
  border-color: var(--main-color);
  opacity: 1;
}
.searchform-modal .search-popup .search-form .search-submit:hover {
  background: var(--main-color);
  border-color: var(--main-color);
  opacity: 0.7;
}
.widget-area .widget {
  border-bottom: 1px solid #e2e2e2;
  padding: 27px 30px 30px;
  background: #fff;
}
#secondary .widget,
.single .content-single {
  background: #fff !important;
  box-shadow: 0 5px 15px #00000008 !important;
  transition: 0.3s !important;
}
.not-found .page-header,
.widget-area .widget:last-child {
  border: 0;
}
.widget-area .widget-title {
  font-size: 1.8rem;
  border-bottom: 1px dashed #e2e2e2;
  position: relative;
  margin: 0 -30px 30px;
  padding: 0 30px 20px;
  text-align: center;
  text-transform: capitalize;
}
.widget-area .widget-title:after {
  content: "";
  width: 55px;
  height: 4px;
  background: var(--main-color);
  position: absolute;
  top: 38px;
  left: 50%;
  margin-left: -25px;
}
.widget-area .widget_search .search-submit {
  bottom: 0;
}
.widget-area .widget_search .search-submit:hover {
  background: 0 0;
  border: none;
}
.widget-area .widget_search .search-form input[type="text"] {
  padding: 9px 50px 9px 22px;
}
.widget-area .widget_text,
.wp-block-categories.aligncenter {
  text-align: center;
}
.widget-area .widget_text .textwidget .img-about {
  max-width: 310px;
  max-height: 310px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin-bottom: 20px;
}
.widget-area .widget_text .about-widget {
  list-style: none;
  margin: 15px 0 0;
}
.widget-area .widget_text .about-widget i {
  font-size: 1.6rem;
  color: #000;
  margin-right: 10px;
}
.widget-area .widget_text .about-widget li a {
  font-size: 1.4rem;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.8;
}
.widget-area .widget_text .about-widget li {
  margin-bottom: 5px;
}
.dropdown-widget-navmenu .widget_nav_menu .menu .sub-menu.sub-menu,
.entry-footer-hidden .blog-grid-sidebar .entry-content,
.entry-footer-hidden .blog-list .entry-content,
.home .site-content .blog-article:last-child,
.widget-area .widget_text .about-widget li:last-child {
  margin-bottom: 0;
}
.widget-area form {
  max-width: 100%;
}
.blog-grid-sidebar .widget-area,
.blog-list .blog-article .entry-footer,
.blog-list .format-quote .entry-media,
.blog-list.full-width .blog-article .entry-media iframe,
.entry-content iframe,
.page .no-sidebar .content-area,
.page-template-contact .site-main form div:nth-child(4),
.widget-area form select {
  width: 100%;
}
select[name^="archive-dropdown"],
select[name^="cat"] {
  margin: 20px 0;
}
.widget-area section[class*="widget widget_"] .menu,
.widget-area section[class*="widget widget_"] > ul {
  padding: 0;
  margin: -10px 0;
  list-style: none;
}
.widget-area section[class*="widget widget_"] .menu li + li,
.widget-area section[class*="widget widget_"] > ul li + li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #e2e2e2;
}
.widget-area section[class*="widget widget_"] .menu li a,
.widget-area section[class*="widget widget_"] > ul li a {
  font-size: 1.4rem;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  margin-right: 5px;
}
.widget-area section[class*="widget widget_"] .menu li ul li,
.widget-area section[class*="widget widget_"] > ul li ul li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #e2e2e2;
}
.widget-area .widget_tag_cloud {
  padding-bottom: 20px;
}
.header-subscription .error,
.widget-area .widget_tag_cloud .tagcloud {
  margin: 30px 0 0;
}
.widget-area .widget_tag_cloud .tagcloud a {
  padding: 10px 14px;
}
.author-social a:hover,
.widget-area .widget_tag_cloud .tagcloud a:hover {
  background: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}
.footer-subscription,
.header-subscription,
.info-box-sharing {
  border-bottom: 1px dashed #e2e2e2;
  border-top: 1px dashed #e2e2e2;
}
.dropdown-widget-navmenu .widget_nav_menu .menu li.current-menu-item > a:hover,
.dropdown-widget-navmenu .widget_nav_menu .menu li.current-page-item > a {
  color: #1788de;
}
@media (max-width: 375px) {
  .widget-area .widget {
    padding: 27px 25px 30px;
  }
}
.header-subscription {
  background: #fff;
  position: relative;
}
.header-subscription form {
  padding: 75px 0 72px;
  position: relative;
  z-index: 1;
}
.header-subscription #subscribe-text {
  float: left;
  width: 50%;
  font-family: "Google Sans Flex", sans-serif;
  font-size: 2rem;
  color: #000;
  font-weight: 600;
  position: absolute;
  margin-top: -37px;
  top: 50%;
  height: 75px;
  display: flex;
  align-items: center;
}
.header-subscription #subscribe-text p {
  margin: 0;
  line-height: 1.4;
}
.header-subscription #subscribe-email {
  float: right;
  width: 43%;
  margin: -30px 0 0;
}
.header-subscription #subscribe-email input[type="email"] {
  padding: 17px 200px 18px 40px;
  border-radius: 50px;
  width: 100%;
  background: #f8f8f8;
  border: 0;
}
.header-subscription
  #subscribe-email
  input[type="email"]::-webkit-input-placeholder {
  color: #000;
}
.header-subscription #subscribe-email input[type="email"]::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.header-subscription
  #subscribe-email
  input[type="email"]:-ms-input-placeholder {
  color: #000;
}
.header-subscription #subscribe-submit {
  float: right;
  margin: -22px -42% 0 0;
}
.header-subscription button[type="submit"],
.header-subscription input[type="submit"] {
  background: var(--main-color);
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  padding: 14px 40px;
  border-radius: 50px;
  border: 1px solid var(--main-color);
}
.footer-subscription {
  text-align: center;
  position: relative;
}
.footer-subscription .widgettitle {
  font-size: 3.6rem;
  margin: 0;
}
.footer-subscription .container {
  max-width: 770px;
}
.footer-subscription form {
  position: relative;
  margin: 30px 0 0;
}
.footer-subscription #subscribe-text {
  margin-top: -8px;
}
.footer-subscription #subscribe-email input[type="email"] {
  width: 65%;
  padding: 17px 70px 17px 41px;
  border-radius: 50px;
  font-size: 1.4rem;
}
.footer-subscription
  #subscribe-email
  input[type="email"]::-webkit-input-placeholder {
  color: #000;
}
.footer-subscription #subscribe-email input[type="email"]::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.footer-subscription
  #subscribe-email
  input[type="email"]:-ms-input-placeholder {
  color: #000;
}
.single-default.single-overlap-featured-image
  .hide-ft
  .entry-header.overlap-featured-image {
  padding: 0 0 30px;
  margin: 0;
}
.single .entry-content .banner-post {
  margin: 20px 0 30px;
}
.single .entry-content .banner-post img,
.single .entry-info > .banner-post img {
  width: 100%;
  height: 100px;
  padding: 0;
}
.single .entry-info > .banner-post {
  margin: 50px 0 0;
}
.single .content-area .site-main {
  background: 0 0;
}
.single .content-single {
  border: 1px solid #f0f0f0 !important;
  border-radius: 10px !important;
}
.single article.above-featured-image:not(.has-post-thumbnail) .entry-info,
.single article.below-header:not(.has-post-thumbnail) .entry-info {
  padding: 40px 60px;
}
.single.single-default
  article.below-featured-image
  .entry-content
  > p:first-child {
  margin-top: 14px;
}
.has-post-thumbnail .entry-info {
  padding: 30px 60px 50px;
}
.entry-info {
  padding: 60px 60px 50px;
}
.single article .entry-header.above-featured-image {
  padding-top: 30px;
}
.single article.above-featured-image.hide-ft .entry-info {
  padding-top: 20px;
}
.single article.below-featured-image.hide-ft .entry-info {
  padding-top: 50px;
}
.entry-header {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
.entry-header.above-featured-image.above-featured-image {
  padding: 0 25px;
  margin: 0 0 25px;
}
.entry-header.above-featured-image.above-featured-image > * {
  width: 100%;
  text-align: center;
}
.entry-header.above-featured-image.above-featured-image .entry-meta {
  text-transform: inherit;
}
.entry-header.above-featured-image.above-featured-image
  .entry-meta
  span:nth-child(2) {
  margin-left: 20px;
}
.entry-header.above-featured-image.above-featured-image
  .entry-header__category {
  margin: 0 0 10px;
}
.entry-header.above-featured-image.above-featured-image
  .entry-header__category
  a {
  letter-spacing: 0.1em;
}
.single .entry-header {
  margin-top: -10px;
}
.page .entry-content:after,
.single .entry-content:after {
  content: "";
  display: table;
  clear: both;
}
.entry-content {
  word-break: break-word;
}
.entry-content ul > li:before {
  content: "•";
  color: var(--main-color);
  position: absolute;
  left: -18px;
  top: -6px;
  font-size: 2rem;
}
.blog-grid-sidebar blockquote:before,
.entry-content blockquote:before {
  top: 25px;
}
.entry-content blockquote:after {
  top: 15px;
  left: 117px;
}
.entry-content blockquote cite {
  margin-top: 25px;
}
.entry-content blockquote p {
  margin: 107px 0 0;
}
.entry-header__category {
  text-transform: uppercase;
  margin-right: 15px;
  color: var(--main-color);
}
.entry-header__category a {
  font-size: 1.3rem;
  color: var(--main-color);
  font-weight: 500;
  letter-spacing: 0.16em;
}
.entry-meta {
  text-transform: uppercase;
  color: #494949;
  font-weight: 500;
  font-size: 1.3rem;
}
.entry-meta i {
  margin-right: 0;
}
.entry-meta .comments-link a {
  color: #888;
}
.archive-comment-hidden .article-container .entry-meta .posted-on,
.entry-meta > span:first-child,
.page-template-contact .site-main .about-widget,
.wp-block-pullquote.alignleft blockquote:before,
.wp-block-pullquote.alignright blockquote:before {
  margin-left: 0;
}
.entry-footer .tags-links {
  display: flex;
  flex-flow: row wrap;
  margin: 15px 0 30px;
}
.entry-footer .tags-links a {
  font-size: 1.2rem;
  font-weight: 500;
  padding: 3px 10px;
  border: 1px solid #e2e2e2;
  color: #555;
  margin: 0 10px 10px 0;
}
.author-name a,
.author-social li.author-website {
  font-weight: 700;
}
.entry-footer .tags-links a:hover {
  color: #fff;
  background: var(--main-color);
  border: 1px solid var(--main-color);
}
.post-navigation .nav-next a:after,
.post-navigation .nav-previous a:before {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  top: -1px;
  background-color: currentColor;
  -webkit-mask-position: center;
  position: relative;
  content: "" !important;
}
.info-box-sharing {
  position: relative;
  margin: 0 -60px 50px;
  padding: 13px 60px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.like {
  position: relative;
  top: 3px;
  z-index: 1;
  font-size: 1.8rem;
  font-family: "Google Sans Flex", sans-serif;
  font-weight: 600;
  color: #000;
}
.sd-sharing {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.sharedaddy .sd-title {
  font-size: 1.8rem;
  margin: 4px 0 0;
}
.sd-content ul li a {
  font-size: 1.8rem;
  padding: 2px;
}
.archive-categories-hidden .article-container .entry-header__category,
.archive-comment-hidden .article-container .comments-link,
.archive-date-hidden .article-container .posted-on,
.archive-read-more-hidden .article-container .link-more,
.archive-share-hidden .article-container .sharedaddy,
.blog-article .format-quote .article-container,
.blog-grid-sidebar .entry-footer .sd-title,
.featured-posts-1 .entry-meta .posted-on i,
.featured-posts-1 .entry-title:before,
.featured-posts-1 .slick-next,
.featured-posts-1 .slick-prev,
.grid-gallery .slick-next:before,
.grid-gallery .slick-prev:before,
.not-found .page-header:before,
.page .no-sidebar .widget-area,
.page-template-contact .site-main .about-widget li:before,
.page-template-contact .site-main .banner-post,
.page-template-contact .site-main .entry-footer,
.page-template-contact .site-main form label,
.page-template-contact .site-main iframe,
.quote .link-more,
.sd-content ul li a .sharing-screen-reader-text {
  display: none;
}
.page .left-sidebar .widget-area,
.sd-content li {
  float: left;
}
.entry-author {
  padding: 37px 36px 30px;
  display: flex;
  border: 1px solid #e2e2e2;
}
.author-info {
  flex: 1;
  margin-left: 25px;
}
.author-header {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.author-title {
  font-size: 2rem;
  margin: 0;
  text-transform: capitalize;
  color: #000;
  font-weight: 600;
}
.author-heading {
  margin-top: 5px;
}
.author-social {
  list-style-type: none;
  padding: 0;
  margin: 20px 0 0;
}
.author-social li {
  display: inline-block;
  margin: 0 5px 5px 0;
}
.author-social a {
  color: #000;
  text-decoration: none;
  border: 1px solid #e2e2e2;
}
.author-social a.social-links {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.author-bio {
  word-break: break-word;
  color: var(--text-main);
}
.author-avatar {
  flex: 0 0 110px;
}
.author-avatar img {
  border-radius: 100%;
  border: 5px solid #f8f8f8;
}
.blog-grid-sidebar .blog-article,
.single .code_after_content,
.single-thumbnail-full .entry-media {
  margin-bottom: 30px;
}
.post-navigation {
  border-top: 1px dashed #e2e2e2;
  border-bottom: 1px dashed #e2e2e2;
  position: relative;
  padding: 20px 60px;
  margin-bottom: 45px;
}
.post-navigation .nav-previous a:before {
  display: inline-block;
  margin-right: 8px;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="19" y1="12" x2="5" y2="12"></line><polyline points="12 19 5 12 12 5"></polyline></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="19" y1="12" x2="5" y2="12"></line><polyline points="12 19 5 12 12 5"></polyline></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.post-navigation .nav-next a:after {
  display: inline-block;
  margin-left: 8px;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.single-overlap-featured-image .entry-header.overlap-featured-image {
  display: flex;
  flex-flow: column wrap;
  padding: 35px 22px 25px;
  margin: -95px 20px 0;
  position: relative;
  background: #fff;
  text-align: center;
}
.single-overlap-featured-image
  .entry-header.overlap-featured-image
  .entry-header__category {
  margin: 0 0 10px;
}
.single-thumbnail-full .entry-info {
  padding-top: 40px;
}
.page-template-full-width .entry-media img,
.single-thumbnail-full .entry-media img {
  max-height: 600px;
}
.page .content-area .banner-post img {
  width: 100%;
  height: 100px;
  padding: 0;
  margin: 20px 0 30px;
}
.page .left-sidebar .content-area {
  float: right;
}
.page .site-main .entry-info {
  padding: 45px 60px 60px;
}
.page-template-full-width .site-content.container {
  max-width: inherit;
  padding: 0;
}
.page-template-full-width .content-area {
  width: 100%;
  float: inherit;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  padding: 15px 1em 20px;
}
.wp-block-quote.is-large:after,
.wp-block-quote.is-style-large:after {
  left: 88px;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite {
  text-align: left;
}
.wp-block-pullquote blockquote:after {
  left: 51%;
}
.wp-block-pullquote blockquote:before {
  left: 50%;
  margin-left: -42px;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  padding: 0;
}
.page-template-full-width .wp-block-pullquote.alignfull blockquote,
.wp-block-pullquote.alignfull blockquote,
.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote {
  padding: 15px 0 20px;
}
.wp-block-pullquote.alignleft {
  text-align: left;
  margin-right: 30px;
}
.wp-block-pullquote.alignleft blockquote:after {
  left: 18%;
}
.wp-block-pullquote.alignleft blockquote:before {
  left: 0;
}
.wp-block-pullquote.alignright {
  text-align: right;
}
.wp-block-pullquote.alignright blockquote:after {
  right: 0;
  left: unset;
}
.wp-block-pullquote.alignright blockquote:before {
  right: 6%;
  left: unset;
}
.wp-block-cover.alignleft {
  margin-right: 1.5em;
}
.wp-block-cover.alignright {
  margin-left: 1em;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}
.wp-block-button__link {
  background: #fff;
  border: 1px solid var(--main-color);
  border-radius: 99px;
  padding: 8px 40px;
  transition: 0.3s;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 1.3rem;
}
.slick-dots li button:hover:before,
.slick-dots li.slick-active button:before,
.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover {
  background: var(--main-color);
}
.entry-content
  #jp-relatedposts
  .jp-relatedposts-items
  .jp-relatedposts-post:hover
  .jp-relatedposts-post-title
  a,
.entry-content .wp-block-button__link:hover {
  text-decoration: none;
}
.wp-block-embed-vimeo.alignfull iframe,
.wp-block-embed-vimeo.alignwide iframe {
  width: 100% !important;
  height: 100% !important;
}
.entry-info .wp-block-pullquote.alignwide {
  margin: 0 -30px;
}
.entry-info .wp-block-pullquote.alignfull {
  margin: 0 -60px;
}
.entry-info .alignwide:not(.wp-block-pullquote),
.page-template-full-width .entry-info .alignwide:not(.wp-block-pullquote) {
  margin-left: -30px;
  width: calc(100% + 60px);
  max-width: calc(100% + 60px);
}
.entry-info .alignfull:not(.wp-block-pullquote) {
  margin-left: -60px;
  width: calc(100% + 120px);
  max-width: calc(100% + 120px);
}
.page-template-page-no-sidebar .entry-info .alignfull:not(.wp-block-pullquote) {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: auto;
}
@media (max-width: 780px) {
  .wp-block-columns .wp-block-column {
    margin: 0 0 1em;
    flex-basis: 100%;
  }
}
.entry-info .has-strong-cyan-background-color {
  background-color: #00828e;
  border: 1px solid #00828e;
}
.entry-info .has-strong-cyan-background-color:hover {
  background: #fff;
  color: #00828e !important;
}
.entry-info .has-strong-cyan-color {
  color: #00828e;
}
.entry-info .has-vivid-red-background-color {
  background-color: #e11e2f;
  border: 1px solid #e11e2f;
}
.entry-info .has-vivid-red-background-color:hover {
  background: #fff;
  color: #e11e2f !important;
}
.entry-info .has-vivid-red-color {
  color: #e11e2f;
}
.entry-info .has-slightly-desaturated-pink-background-color {
  background-color: #cc95b5;
  border: 1px solid #cc95b5;
}
.entry-info .has-slightly-desaturated-pink-color {
  color: #cc95b5;
}
.entry-info .has-slightly-desaturated-pink-background-color:hover {
  background: #fff;
  color: #cc95b5 !important;
}
.entry-info .has-vivid-blue-background-color {
  background-color: #1991f0;
  border: 1px solid #1991f0;
}
.entry-info .has-vivid-blue-background-color:hover {
  background: #fff;
  color: #1991f0 !important;
}
.entry-info .has-vivid-blue-color {
  color: #1991f0;
}
.entry-info .has-strong-chartreuse-green-background-color {
  background-color: #6ca53a;
  border: 1px solid #6ca53a;
}
.entry-info .has-strong-chartreuse-green-background-color:hover {
  background: #fff;
  color: #6ca53a !important;
}
.entry-info .has-strong-chartreuse-green-color {
  color: #6ca53a;
}
.entry-info .has-slightly-desaturated-orange-background-color {
  background-color: #c9a978;
  border: 1px solid #c9a978;
}
.entry-info .has-slightly-desaturated-orange-background-color:hover {
  background: #fff;
  color: #c9a978 !important;
}
.entry-info .has-slightly-desaturated-orange-color {
  color: #c9a978;
}
.entry-info .has-very-light-blue-background-color {
  background-color: #7076fe;
  border: 1px solid #7076fe;
}
.entry-info .has-very-light-blue-background-color:hover {
  background: #fff;
  color: #7076fe !important;
}
.entry-info .has-very-light-blue-color {
  color: #7076fe;
}
.page-template-contact .content-area {
  margin: 40px auto 0;
}
.page-template-contact iframe {
  width: 100%;
  margin: 70px 0 0;
  padding: 10px;
  border: 1px solid #e2e2e2;
  background: #f8f8f8;
}
.page-template-contact .site-main .entry-info {
  padding: 25px 60px 30px;
}
.page-template-contact .site-main .page-title {
  margin: -10px 0 13px;
  font-size: 2.6rem;
}
.page-template-contact .site-main form {
  display: flex;
  flex-flow: row wrap;
  margin-top: 40px;
}
.page-template-contact .site-main form div {
  width: 33.3333333333%;
}
.page-template-contact .site-main form input[type="email"],
.page-template-contact .site-main form input[type="text"],
.page-template-contact .site-main form input[type="url"],
.page-template-contact .site-main form textarea {
  width: 100%;
  max-width: 100%;
  margin: 0;
  color: #888;
  padding: 12px 18px;
}
.page-template-contact
  .site-main
  form
  input[type="email"]:focus::-webkit-input-placeholder,
.page-template-contact
  .site-main
  form
  input[type="text"]:focus::-webkit-input-placeholder,
.page-template-contact
  .site-main
  form
  input[type="url"]:focus::-webkit-input-placeholder,
.page-template-contact
  .site-main
  form
  textarea:focus::-webkit-input-placeholder {
  color: #000;
}
.page-template-contact
  .site-main
  form
  input[type="email"]:focus::-moz-placeholder,
.page-template-contact
  .site-main
  form
  input[type="text"]:focus::-moz-placeholder,
.page-template-contact
  .site-main
  form
  input[type="url"]:focus::-moz-placeholder,
.page-template-contact .site-main form textarea:focus::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.page-template-contact
  .site-main
  form
  input[type="email"]:focus:-ms-input-placeholder,
.page-template-contact
  .site-main
  form
  input[type="text"]:focus:-ms-input-placeholder,
.page-template-contact
  .site-main
  form
  input[type="url"]:focus:-ms-input-placeholder,
.page-template-contact .site-main form textarea:focus:-ms-input-placeholder {
  color: #000;
}
.page-template-contact .site-main form input[type="email"],
.page-template-contact .site-main form input[type="text"] {
  border-right: 0;
}
.page-template-contact .site-main form textarea {
  border-top: 0;
  height: 240px;
  resize: none;
}
.page-template-contact .site-main form .pushbutton-wide {
  font-size: 1.3rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 50px;
  padding: 14px 50px;
}
.page-template-contact .site-main .about-widget li a {
  color: var(--text-main);
}
.page-template-contact .site-main .about-widget li a:hover {
  text-decoration: none;
  color: var(--main-color);
}
.blog-grid-sidebar,
.blog-list,
.error404 .site-content {
  margin-top: 30px;
}
.search-no-results .not-found {
  margin: 0 0 30px;
}
.not-found {
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 30px 30px 40px;
  margin: 0 -15px 30px;
}
.not-found .search-form {
  width: 70%;
  margin: 0 auto;
}
.not-found .search-form input[type="text"] {
  width: 100%;
  padding: 12px 50px 12px 22px;
  border-radius: 100px;
  font-size: 1.4rem;
  color: #888;
}
.not-found .search-form .search-submit {
  position: absolute;
  right: 10px;
  background: 0 0;
  border: none;
  font-size: 1.4rem;
  color: #888;
}
.not-found .search-form .search-submit:hover {
  background: 0 0;
  border: none;
  color: var(--main-color);
}
.entry-content #jp-relatedposts {
  margin: 0 0 15px;
}
.entry-content #jp-relatedposts h3.jp-relatedposts-headline {
  margin-bottom: 20px;
}
.entry-content #jp-relatedposts h3.jp-relatedposts-headline em {
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.entry-content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
  opacity: 1;
}
.entry-content
  #jp-relatedposts
  .jp-relatedposts-items
  .jp-relatedposts-post
  h4.jp-relatedposts-post-title {
  margin: 13px 0 5px;
}
.entry-content
  #jp-relatedposts
  .jp-relatedposts-items
  .jp-relatedposts-post
  .jp-relatedposts-post-title
  a {
  color: #000;
  font-weight: 500;
}
.entry-content
  #jp-relatedposts
  .jp-relatedposts-items
  .jp-relatedposts-post
  .jp-relatedposts-post-date {
  opacity: 1;
  color: #888;
}
.article-container .entry-meta .posted-on i {
  margin-right: 7px;
}
.article-container .sd-social-icon .sd-content ul li[class*="share-"] a,
.blog-grid-sidebar .sharedaddy .sd-content ul li[class*="share-"] a {
  padding: 1px;
}
.article-container .entry-title {
  margin-bottom: -5px;
}
.article-container .entry-title a {
  color: var(--heading-color);
}
.article-container .entry-footer {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.article-container .btn-primary {
  color: var(--main-color);
  border: 1px solid var(--main-color);
  background: #fff;
  font-weight: 600;
  padding: 8px 40px;
  letter-spacing: 0.15em;
  font-size: 1.3rem;
}
.article-container .btn-primary:active,
.article-container .btn-primary:focus,
.article-container .btn-primary:hover {
  color: #fff;
  background: var(--main-color);
  border-color: var(--main-color);
}
.article-container .link-more {
  margin: 25px 0 0;
}
.grid-gallery:hover .slick-next,
.grid-gallery:hover .slick-prev {
  background: #fff6;
}
.grid-gallery .slick-next,
.grid-gallery .slick-prev {
  border: 1px solid #ffffffbf;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  text-align: center;
}
.grid-gallery .slick-next i,
.grid-gallery .slick-prev i {
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
}
.grid-gallery .slick-next:hover i,
.grid-gallery .slick-prev:hover i {
  color: #000;
  opacity: 1;
}
.quote {
  display: flex;
  align-items: center;
  border: 1px solid var(--main-color);
  background: #f8f8f8;
}
.quote blockquote cite {
  margin-top: 22px;
}
.quote blockquote:before {
  top: 5px;
}
.banner-blog img {
  padding: 10px;
  background: #fff;
  width: 100%;
  height: 140px;
  object-fit: cover;
}
#content
  .hentry.no-vertical-margin-auto-horizontal-margin
  > .article-container {
  margin: 0 auto;
}
.blog-list .blog-article {
  margin-bottom: 30px;
  padding: 0 15px;
  max-width: 100%;
  width: 100%;
}
.blog-list .blog-article article {
  display: flex;
  flex-flow: row wrap;
}
.blog-list .blog-article .entry-media {
  width: 50%;
  height: 402px;
}
.blog-list .blog-article .entry-media iframe,
.blog-list .blog-article .entry-media img {
  width: 100%;
  height: 402px;
}
@media (min-width: 992px) {
  .blog-list .blog-article .entry-media iframe {
    height: 100%;
  }
}
.blog-list .blog-article .grid-gallery {
  width: 50%;
  max-width: 585px;
  height: 402px;
}
.blog-grid-sidebar .grid-gallery .slick-list,
.blog-grid-sidebar .grid-gallery .slick-slide > div,
.blog-grid-sidebar .grid-gallery .slick-track,
.blog-grid-sidebar .grid-gallery img,
.blog-grid-sidebar.full-width .grid-gallery img,
.blog-list .blog-article .grid-gallery .slick-slide > div,
.blog-list .blog-article .grid-gallery .slick-track {
  height: 100%;
}
.blog-list .blog-article .grid-gallery img {
  height: 402px;
}
.blog-grid-sidebar .grid-gallery .slick-prev,
.blog-list .blog-article .slick-prev {
  left: 30px;
  z-index: 1;
}
.blog-grid-sidebar .grid-gallery .slick-next,
.blog-list .blog-article .slick-next {
  right: 30px;
}
.blog-list .blog-article .article-container {
  flex: 1;
  position: relative;
  width: 50%;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}
.blog-list .blog-article .entry-header {
  width: 100%;
  margin-bottom: 15px;
}
.blog-list .blog-article .entry-title {
  margin-bottom: 9px;
}
.blog-list .blog-article .entry-content,
.caner-author-box {
  margin-bottom: 40px;
}
.blog-list .blog-article .link-more {
  margin: 5px 0 10px;
}
.blog-list .blog-article blockquote {
  padding: 105px 68px 0 60px;
}
.blog-list .blog-article blockquote:after {
  top: -15px;
  left: 115px;
}
@media (min-width: 1170px) {
  .blog-list .blog-article .entry-media iframe {
    width: 585px;
  }
}
@media (min-width: 767px) {
  .comment-form p[class*="comment-form"] {
    width: 33.333%;
  }
  .comment-form input[type="email"],
  .comment-form input[type="url"] {
    border-left: none;
  }
  .default.overlap .blog-list div.blog-article:nth-of-type(2n) .slick-prev,
  .right-hand.overlap .blog-list .blog-article .slick-prev {
    left: 30px;
  }
  .default.overlap .blog-list div.blog-article:nth-of-type(2n) .slick-next,
  .right-hand.overlap .blog-list .blog-article .slick-next {
    right: 30px;
  }
  .default.overlap .blog-list div.blog-article:nth-of-type(2n) blockquote,
  .right-hand.overlap .blog-list .blog-article blockquote {
    padding: 105px 70px 0 90px;
  }
  .default.overlap .blog-list div.blog-article:nth-of-type(2n) blockquote:after,
  .right-hand.overlap .blog-list .blog-article blockquote:after {
    left: 141px;
  }
  .default .blog-list div.blog-article:nth-of-type(2n) .article-container,
  .right-hand .blog-list .blog-article .article-container {
    order: 1;
    z-index: 99;
  }
  .default .blog-list div.blog-article:nth-of-type(2n) .entry-media,
  .default .blog-list div.blog-article:nth-of-type(2n) .grid-gallery,
  .right-hand .blog-list .blog-article .entry-media,
  .right-hand .blog-list .blog-article .grid-gallery {
    order: 2;
  }
}
@media (max-width: 1199px) {
  .container {
    padding: 0 30px;
  }
  .header-inner .entry-title {
    font-size: 2.8rem;
  }
  .blog-list .blog-article .article-container {
    padding: 20px 30px;
  }
}
.blog-list.full-width .blog-article .grid-gallery {
  max-width: 930px;
}
.blog-grid-sidebar .entry-media iframe,
.blog-grid-sidebar .entry-media img {
  width: 100%;
  height: 250px;
}
.blog-grid-sidebar .grid-gallery {
  height: 250px;
}
.blog-grid-sidebar .article-container {
  position: relative;
  padding: 20px;
}
.blog-grid-sidebar .entry-title {
  font-size: 2.2rem;
  margin-bottom: 10px;
}
.blog-grid-sidebar .entry-content {
  margin-bottom: 14px;
}
.blog-grid-sidebar .sharedaddy .sd-content {
  margin-left: -10px;
}
.blog-grid-sidebar .entry-footer .link-more {
  margin: 20px 0 0 !important;
  padding: 0 !important;
  text-align: left !important;
  width: 100% !important;
}
.blog-grid-sidebar .entry-footer .link-more a {
  position: relative !important;
  right: auto !important;
  left: auto !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  border: 1px solid var(--main-color) !important;
  color: var(--main-color) !important;
  padding: 0 !important;
  font-size: 0 !important;
}
.blog-grid-sidebar .entry-footer .link-more a:hover {
  background-color: var(--main-color) !important;
  color: #fff !important;
}
.blog-grid-sidebar .entry-footer .link-more a:after {
  content: "" !important;
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  position: static !important;
  margin: 0 !important;
  background-color: currentColor !important;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>') !important;
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>') !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
}
.blog-grid-sidebar .banner-blog {
  padding: 0 15px;
}
.blog-grid-sidebar .banner-blog img {
  height: 140px;
}
.blog-grid-sidebar .quote {
  min-height: 250px;
}
.blog-grid-sidebar blockquote {
  padding: 105px 30px 30px;
  font-size: 2.4rem;
  line-height: 1.2;
}
.blog-grid-sidebar blockquote:after {
  top: 10px;
  left: 82px;
}
.blog-grid-sidebar blockquote strong {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 991px) {
  .sidebar-left .blog-grid-sidebar .col-md-8 {
    order: 2;
  }
}
@media (max-width: 1024px) {
  .blog-grid-sidebar .blog-article.col-md-6 .link-more {
    display: none;
  }
}
@media (max-width: 991px) {
  .content-area {
    margin: 0;
  }
  .widget-area {
    margin-top: 60px;
    width: 100%;
  }
  .content-area,
  .page-template-contact .content-area,
  .page-template-contact .widget-area,
  .widget-area {
    width: 100%;
  }
  .sticky-sidebar .widget-area {
    top: 0;
    position: static;
  }
  .banner-top img {
    height: 60px;
  }
  .banner-blog,
  .social-media {
    display: none;
  }
  .header-inner {
    flex-flow: column wrap;
    align-items: unset;
  }
  .breadcrumbs {
    border: 0;
    padding: 0;
  }
  .pagination {
    margin: 30px auto 0;
  }
  .posts-navigation {
    margin: 40px 0;
  }
  .widget-area .widget-title:after {
    margin-left: -30px;
  }
  .header-subscription {
    text-align: center;
  }
  .header-subscription form {
    padding: 50px 0;
  }
  .header-subscription #subscribe-text {
    width: 100%;
    float: none;
    position: unset;
    justify-content: center;
  }
  .header-subscription #subscribe-email {
    width: auto;
    float: none;
    margin: 0 0 20px;
  }
  .header-subscription #subscribe-email input[type="email"] {
    width: 70%;
    padding: 17px 40px;
  }
  .header-subscription #subscribe-submit {
    float: none;
    margin: 0;
  }
  .not-found {
    margin: 0 0 30px;
  }
  .blog-grid-sidebar .col-md-4,
  .blog-grid-sidebar .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.blog-grid-sidebar.full-width .entry-media iframe,
.blog-grid-sidebar.full-width .entry-media img,
.blog-grid-sidebar.full-width .grid-gallery,
.blog-grid-sidebar.full-width .quote {
  height: 450px;
}
@media (max-width: 1440px) {
  .blog-grid-sidebar.full-width .entry-media iframe,
  .blog-grid-sidebar.full-width .entry-media img,
  .blog-grid-sidebar.full-width .grid-gallery,
  .blog-grid-sidebar.full-width .quote {
    height: 300px;
  }
}
article.sticky .article-container {
  border: 2px dashed #e3e3e3;
}
.full-width {
  padding: 0 30px;
  width: 100%;
}
@media (max-width: 767px) {
  .gallery .gallery-item {
    max-width: 50%;
  }
  .container,
  .full-width {
    padding: 0 20px;
  }
  .main-content {
    margin-top: 30px;
  }
  .comment-list .depth-2 .comment-respond {
    margin: 20px 0;
  }
  .depth-1 + .depth-1 {
    border-top: 1px dashed #e2e2e2;
  }
  .comment-list article {
    border-bottom: 1px dashed #e2e2e2;
  }
  .comment-list article:last-child {
    border-bottom: 0;
  }
  .blog-grid-sidebar .has-thumbnail .article-container,
  .comment-form .form-submit {
    margin: 0;
  }
  .entry-info,
  .has-post-thumbnail .entry-info,
  .page .site-main .entry-info {
    padding: 30px;
  }
  .entry-info .info-box-sharing,
  .has-post-thumbnail .entry-info .info-box-sharing {
    margin: 55px -30px 50px;
    padding: 13px 30px;
  }
  .entry-content blockquote {
    padding: 15px 30px 20px;
    font-size: 2.1rem;
  }
  .entry-content blockquote:after {
    left: 87px;
  }
  .wp-block-pullquote blockquote p,
  .wp-block-quote.is-large p,
  .wp-block-quote.is-style-large p {
    font-size: 21px;
  }
  .entry-info .wp-block-pullquote.alignfull {
    margin: 0 -30px;
  }
  .entry-info .alignfull:not(.wp-block-pullquote),
  .entry-info .alignwide:not(.wp-block-pullquote) {
    margin-left: -30px;
    width: calc(100% + 60px);
    max-width: calc(100% + 60px);
  }
  .page-template-contact .site-main {
    padding: 25px 30px;
  }
  .entry-content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post,
  .page-template-contact .site-main form div {
    width: 100%;
  }
  .page-template-contact .site-main form input[type="email"],
  .page-template-contact .site-main form input[type="text"] {
    border-right: 1px solid #e2e2e2;
    border-bottom: 0;
  }
  .entry-content
    #jp-relatedposts
    .jp-relatedposts-items
    .jp-relatedposts-post
    a
    img {
    width: 100%;
    height: 100%;
  }
  .entry-content #jp-relatedposts .jp-relatedposts-items-visual {
    margin-right: 0;
  }
  .entry-content
    #jp-relatedposts
    .jp-relatedposts-items-visual
    .jp-relatedposts-post {
    padding-right: 0;
  }
  .grid-gallery .slick-next,
  .grid-gallery .slick-prev {
    width: 40px;
    height: 40px;
  }
  .blog-grid-sidebar .entry-title,
  .quote blockquote {
    font-size: 2.1rem;
  }
  .blog-list .blog-article .has-thumbnail .article-container {
    margin: 0;
    padding: 20px;
  }
  .blog-list .blog-article .entry-media {
    width: 100%;
    height: auto;
  }
  .blog-grid-sidebar.full-width .entry-media iframe,
  .blog-grid-sidebar.full-width .entry-media img,
  .blog-grid-sidebar.full-width .grid-gallery,
  .blog-grid-sidebar.full-width .quote,
  .blog-list .blog-article .entry-media iframe,
  .blog-list .blog-article .entry-media img,
  .blog-list .blog-article .grid-gallery img {
    height: 100%;
  }
  .blog-list .blog-article .grid-gallery {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .blog-list .blog-article blockquote {
    padding: 130px 30px 30px;
  }
  .blog-grid-sidebar blockquote:before,
  .blog-list .blog-article blockquote:before {
    top: 40px;
  }
  .blog-list .blog-article blockquote:after {
    top: 26px;
    left: 83px;
  }
  .blog-list .blog-article .slick-prev {
    left: 30px;
  }
  .blog-list .blog-article .slick-next {
    right: 30px;
  }
  .blog-list .blog-article .slick-next:before {
    display: none;
  }
  .blog-list .blog-article .entry-title {
    margin-bottom: 10px;
    font-size: 2.1rem;
  }
  .blog-list .blog-article .entry-content {
    margin-bottom: 25px;
  }
  .blog-list .blog-article .entry-footer {
    margin-top: -20px;
  }
  .blog-grid-sidebar .entry-media iframe,
  .blog-grid-sidebar .entry-media img,
  .blog-grid-sidebar .grid-gallery {
    height: auto;
  }
  .blog-grid-sidebar .blog-article.col-md-6 .link-more {
    display: inherit;
  }
  .blog-grid-sidebar .grid-gallery .slick-track {
    display: flex;
  }
  .blog-grid-sidebar .grid-gallery .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
  }
  .blog-grid-sidebar .grid-gallery .slick-slide > div,
  .blog-grid-sidebar .grid-gallery img {
    height: 100%;
    width: 100%;
  }
  .blog-grid-sidebar .article-container {
    padding: 20px;
  }
  .blog-grid-sidebar blockquote {
    padding: 125px 30px 30px;
  }
  .blog-grid-sidebar blockquote:after {
    top: 26px;
  }
}
.featured-posts-1 {
  padding: 10px 0;
  background: #fff;
}
.featured-posts-1 img {
  width: 100%;
  object-fit: cover;
}
.featured-posts-1 .featured-post__content {
  width: 100%;
  display: block;
  margin: 0;
}
.featured-posts-1 .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}
.featured-posts-1 article {
  float: left;
  position: relative;
  padding-right: 10px;
  margin-bottom: 0;
}
.featured-posts-1 article:last-child {
  padding-right: 0;
}
.featured-posts-1 .featured-wrapper {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured-posts-1 .featured-content {
  max-width: 450px;
  padding: 10px 30px;
  z-index: 10;
  display: none;
  background: #0009;
  text-align: center;
  animation-delay: 0.5s;
}
.featured-posts-1 .entry-header {
  display: block;
  margin: 10px 0 0;
  animation-delay: 0.7s;
}
.featured-posts-1 .entry-header .entry-header__category a,
.featured-posts-1 .entry-title a {
  color: #fff;
}
.featured-posts-1 .entry-title {
  font-size: 2.6rem;
  line-height: 1.4;
  color: #fff;
  margin: 7px 0 0;
  animation-delay: 0.9s;
}
.featured-posts-1 .entry-meta {
  animation-delay: 1.1s;
  margin: 5px 0 10px;
}
.featured-posts-1 .entry-meta .posted-on {
  text-transform: none;
  color: #fff;
}
@media (max-width: 574px) {
  .gallery .gallery-item {
    max-width: 100%;
  }
  .header-top .mobile-branding {
    display: block;
  }
  .article-container .entry-footer,
  .article-container .entry-meta .comments-link,
  .featured-posts-1 .featured-content .entry-header,
  .featured-posts-1 .featured-content .entry-meta,
  .mobile-logo .header-branding,
  .single .entry-meta .comments-link {
    display: none;
  }
  .site-branding {
    padding: 20px 0 40px;
  }
  .site-header .custom-logo-link img,
  .site-header .retina-logo img {
    margin-top: 0;
  }
  .custom-logo-link img {
    margin-top: 25px;
  }
  .comments-area {
    padding: 0 30px 30px;
  }
  .header-inner .entry-title,
  .single .entry-title {
    font-size: 2.1rem;
  }
  .footer-subscription #subscribe-email input[type="email"],
  .header-subscription #subscribe-email input[type="email"] {
    width: 100%;
  }
  .header-subscription form {
    padding: 55px 0 25px;
  }
  .header-subscription #subscribe-text {
    height: auto;
    margin-bottom: 10px;
  }
  .footer-subscription .widgettitle {
    font-size: 3rem;
  }
  .footer-subscription #subscribe-submit input[type="submit"] {
    right: 5%;
  }
  .entry-info .entry-author {
    display: block;
    padding: 37px 15px 30px;
  }
  .entry-info .entry-author .author-avatar {
    float: left;
    width: 70px;
    height: 70px;
    margin-right: 10px;
  }
  .entry-info .entry-author .author-header {
    margin-bottom: 26px;
  }
  .entry-info .entry-author .author-title {
    font-size: 1.7rem;
  }
  .entry-info .entry-author .author-info {
    margin: 23px 0 0;
  }
  .entry-info .entry-author .author-social a.social-links {
    width: 35px;
    height: 35px;
  }
  .post-navigation {
    padding: 20px;
  }
  .article-container .entry-meta span:nth-child(2),
  .single .entry-meta .posted-on {
    margin-left: 0;
  }
  .article-container .entry-meta {
    display: flex;
  }
  .blog-grid-one-sidebar .article-container .entry-title {
    margin-top: 15px;
  }
  .blog-grid-sidebar .entry-content,
  .blog-list .blog-article .entry-content {
    margin-bottom: 0;
  }
  .featured-posts-1 .featured-content {
    padding: 15px;
  }
  .featured-posts-1 .featured-content .entry-title {
    margin: 0;
    font-size: 1.8rem;
  }
}
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 20px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 0.9;
  }
}
.slick-dots {
  bottom: 20px;
}
.slick-dots li button {
  width: 40px;
  height: 15px;
  padding: 0;
}
.slick-dots li button:before {
  font-size: 0.6rem;
  line-height: 20px;
  position: absolute;
  width: 40px;
  height: 3px;
  content: "";
  opacity: 1;
  text-align: center;
  background: #fff;
  top: 6px;
}
.slick-dots li {
  list-style: none;
  width: 40px;
  height: 3px;
}
#secondary .widget-title::before,
.add-widget-link {
  display: none !important;
}
.caner-author-box {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #eee;
  border-left: 5px solid #00a6b6;
  padding: 30px;
  margin-top: 40px;
  border-radius: 8px;
  box-shadow: 0 5px 15px #0000000d;
  gap: 25px;
}
.author-avatar-wrapper img {
  border-radius: 50%;
  border: 3px solid #f0f0f0;
  width: 120px;
  height: 120px;
  transition: transform 0.3s;
}
.author-avatar-wrapper img:hover {
  transform: scale(1.05);
}
.yazar-etiketi {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #757575;
  margin-bottom: 5px;
}
.author-name a {
  font-size: 24px;
  color: #333;
  text-decoration: none;
  transition: color 0.2s;
}
.author-name a:hover {
  color: #00a6b6;
}
.author-bio {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin: 10px 0 15px;
}
.author-more-link {
  font-size: 14px;
  font-weight: 600;
  color: #00a6b6;
  text-decoration: none;
}
@media (max-width: 768px) {
  .caner-author-box {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }
  .author-avatar-wrapper img {
    width: 100px;
    height: 100px;
  }
}
.footer-widgets-wrapper {
  background-color: #fff;
  color: #000;
  padding: 60px 0 40px;
  border-top: 4px solid #00a6b6;
  font-size: 15px;
}
.footer-widgets-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  text-align: left;
}
.footer-widgets-area h2.widget-title,
.footer-widgets-area h3.widget-title {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
}
.footer-widgets-area .widget-title::after {
  content: "";
  display: block;
  width: auto;
  height: 3px;
  background-color: #00a6b6;
  margin-top: 12px;
  border-radius: 2px;
}
.footer-widgets-area ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.footer-widgets-area ul li {
  border: none !important;
  padding: 6px 0;
  margin-bottom: 5px;
}
.footer-widgets-area ul li a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
  display: block;
}
.footer-widgets-area ul li a:hover {
  color: #00a6b6;
  transform: translateX(5px);
}
.footer-widgets-area p {
  line-height: 1.8;
}
@media only screen and (max-width: 999px) {
  body .footer-widgets-area.grid,
  body .site-footer .footer-widgets-wrapper .footer-widgets-area {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    grid-template-columns: none !important;
    position: static !important;
    transform: none !important;
  }
  body .footer-widgets-area .widget,
  body .footer-widgets-area > div,
  body .footer-widgets-area > section {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    margin: 0 0 50px !important;
    text-align: center !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
  }
  .footer-widgets-wrapper {
    padding: 40px 20px !important;
  }
  .footer-widgets-area .widget-title::after {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
#secondary .widget {
  padding: 30px !important;
  margin-bottom: 30px !important;
  border: 1px solid #f0f0f0 !important;
  border-radius: 10px !important;
}
#secondary .widget:hover {
  border-color: #00a6b6 !important;
  box-shadow: 0 10px 30px #00a6b626 !important;
  transform: translateY(2px) !important;
}
#secondary .widget-title {
  border: none !important;
  background: 0 0 !important;
  margin-bottom: 20px !important;
  padding-bottom: 15px !important;
  position: relative !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  color: #222 !important;
}
#secondary .widget-title::after {
  content: "" !important;
  display: block !important;
  width: -webkit-fill-available !important;
  height: 3px !important;
  background-color: #00a6b6 !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  border-radius: 2px !important;
  margin: 0 !important;
}
#secondary ul li {
  border-bottom: 1px dashed #f0f0f0 !important;
  padding: 12px 0 !important;
  margin: 0 !important;
}
#secondary ul li:last-child {
  border-bottom: none !important;
}
#secondary ul li a {
  text-decoration: none !important;
  font-weight: 500 !important;
  transition: 0.2s !important;
}
#secondary .search-form input[type="text"] {
  border: 2px solid #f0f0f0 !important;
  border-radius: 50px !important;
  padding: 15px 20px !important;
  transition: 0.3s !important;
}
#secondary .search-form input[type="text"]:focus {
  border-color: #00a6b6 !important;
  outline: 0 !important;
}
#secondary .search-submit {
  color: #00a6b6 !important;
}
#secondary .textwidget {
  text-align: center !important;
}
.is-layout-flex {
  align-items: center;
  flex-wrap: inherit;
}
#secondary .wp-block-social-links .wp-social-link a,
#secondary .wp-block-social-links li.wp-social-link a {
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  box-shadow: 0 4px 10px #0000001a !important;
  transition: 0.3s !important;
}
#secondary .wp-block-social-links .wp-social-link a svg {
  width: 20px !important;
  height: 20px !important;
  fill: currentColor !important;
}
#secondary .wp-block-social-links li {
  border: none !important;
  margin-bottom: 0 !important;
}
#secondary .wp-block-social-links .wp-social-link a:hover {
  box-shadow: 0 8px 15px #0003 !important;
  opacity: 0.9 !important;
}
a.wp-block-latest-posts__post-title:hover {
  padding-left: 8px !important;
}
.blog-article .article-container {
  border: 1px solid #f0f0f0 !important;
  border-radius: 10px !important;
  box-shadow: 0 5px 15px #00000008 !important;
  transition: 0.3s !important;
}
.blog-article:hover .article-container {
  border-color: #00a6b6 !important;
  box-shadow: 0 10px 30px #00a6b626 !important;
  transform: translateY(-3px) !important;
}
#reading-progress-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: 0 0;
  z-index: 99999;
}
#reading-progress-bar {
  height: 100%;
  background: #00a6b6;
  width: 0;
  box-shadow: 0 0 10px #00a6b6b3;
  transition: width 0.1s;
}
@media only screen and (max-width: 768px) {
#reading-progress-bar {
        display: none !important;
    }
	#reading-progress-container {
        display: none !important;
}
  .entry-media img {
    border-radius: 10px !important;
    box-shadow: 0 4px 10px #0000000d !important;
  }
}
.article-container {
  word-break: break-word;
  background: #fff;
  padding: 25px 60px !important;
  border-radius: 12px;
  box-shadow: 0 10px 40px #00000014 !important;
  border: 1px solid #eaeaea;
  margin-bottom: 40px;
}
.entry-title {
  font-family: "Google Sans Flex", sans-serif;
  font-weight: 600;
  color: #222;
  text-align: center;
  position: relative;
}
.entry-title:after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #00a6b6;
  margin: 20px auto 0;
  border-radius: 2px;
}
.entry-media img {
  border-radius: 8px;
  max-height: 500px;
  object-fit: cover;
  object-position: center 20%;
  box-shadow: 0 5px 15px #0000001a;
  margin-bottom: 18px;
}
#ez-toc-container {
  background: #f9fcfc !important;
  border: 1px solid #00a6b6 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}
#ez-toc-container .ez-toc-title {
  font-weight: 700 !important;
  color: #007f8c !important;
}
.entry-content h2,
.entry-content h3 {
  color: #333;
  margin-top: 40px !important;
  position: relative;
  padding-left: 15px;
}
.entry-content h2::before,
.entry-content h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 4px;
  background: #00a6b6;
  border-radius: 2px;
}
blockquote {
  font-weight: 600;
  font-optical-sizing: auto;
  font-size: 3.2rem;
  position: relative;
  font-family: "Google Sans Flex", sans-serif;
  z-index: 9;
  background: #fff9f0 !important;
  border-left: 5px solid #ffb400 !important;
  color: #555 !important;
  font-style: italic;
  padding: 20px 30px !important;
  margin: 30px 0 !important;
  border-radius: 0 8px 8px 0;
}
.info-box {
  background: #e3f6f8;
  border-left: 5px solid #00a6b6;
  padding: 15px 20px;
  margin: 20px 0;
  border-radius: 4px;
  color: #006c75;
}
.blog-article .entry-content > p:first-of-type::first-letter,
.blog-grid .entry-content > p:first-of-type::first-letter {
  float: none !important;
  font-size: inherit !important;
  line-height: inherit !important;
  margin: 0 !important;
  color: inherit !important;
  font-weight: 400 !important;
}
.single-post .entry-content > p:first-of-type::first-letter {
  font-size: 3.5em;
  font-weight: 700;
  color: #00a6b6;
  float: left;
  line-height: 0.8;
  margin-right: 10px;
  margin-top: -2px;
}
.entry-meta {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
  margin-top: auto !important;
  padding-top: 15px !important;
  border-top: 1px dashed #eee !important;
  gap: 5px;
}
.entry-meta span {
  font-size: 11px !important;
  white-space: nowrap;
  line-height: 1.2 !important;
}
.entry-title {
  margin-bottom: 15px !important;
  min-height: auto !important;
}
.entry-content p {
  margin-bottom: 20px !important;
}
#content,
.site-content {
  min-height: 60vh;
  contain: content;
}
.entry-media img,
.wp-post-image {
  height: auto;
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
}
.comments-area,
.site-footer,
.widget-area {
  content-visibility: auto;
  contain-intrinsic-size: 1px 500px;
}
