@charset "UTF-8";
/**
 * Skin: ContentPro
 */
@font-face {
  font-family: "Charter BS";
  src: url("fonts/charter/charter_regular-webfont.woff2") format("woff2"), url("fonts/charter/charter_regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Charter BS";
  src: url("fonts/charter/charter_italic-webfont.woff2") format("woff2"), url("fonts/charter/charter_italic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Charter BS";
  src: url("fonts/charter/charter_bold-webfont.woff2") format("woff2"), url("fonts/charter/charter_bold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Charter BS";
  src: url("fonts/charter/charter_bold_italic-webfont.woff2") format("woff2"), url("fonts/charter/charter_bold_italic-webfont.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
:root {
  --main-color: #2d53fe;
  --main-color-rgb: 45, 83, 254;
}

/**
 * Change Main Color
 */
input[type=submit],
button,
input[type=button],
.button,
.cart-action .cart-link .counter,
.main-head.compact .posts-ticker .heading,
.single-cover .overlay .post-cat a,
.comments-list .bypostauthor .post-author,
.cat-label a:hover,
.cat-label.color a,
.post-thumb:hover .cat-label a,
.products-block .more-link:hover,
.beauty-slider .slick-dots .slick-active button,
.carousel-slider .category,
.grid-b-slider .category,
.page-links .current,
.page-links a:hover,
.page-links > span,
.widget-posts .posts.full .counter:before,
.wp-block-button .wp-block-button__link,
.woocommerce span.onsale,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce .widget_price_filter .price_slider_amount .button {
  background: #2d53fe;
}

blockquote:before,
.main-color,
.top-bar .social-icons a:hover,
.navigation .menu > li:hover > a,
.navigation .menu > .current-menu-item > a,
.navigation .menu > .current-menu-parent > a,
.navigation .menu > .current-menu-ancestor > a,
.navigation li:hover > a:after,
.navigation .current-menu-item > a:after,
.navigation .current-menu-parent > a:after,
.navigation .current-menu-ancestor > a:after,
.navigation .menu li li:hover > a,
.navigation .menu li li.current-menu-item > a,
.tag-share .post-tags a:hover,
.post-share-icons a:hover,
.post-share-icons .likes-count,
.author-box .author > span,
.comments-area .section-head .number,
.comments-list .comment-reply-link,
.comment-form input[type=checkbox],
.main-footer.dark .social-link:hover,
.lower-footer .social-icons .fa,
.archive-head .sub-title,
.social-share a:hover,
.social-icons a:hover,
.post-meta .post-cat > a,
.post-meta-c .post-author > a,
.large-post-b .post-footer .author a,
.trendy-slider .post-cat a,
.main-pagination .next a:hover,
.main-pagination .previous a:hover,
.main-pagination.number .current,
.post-content a,
.textwidget a,
.widget-about .more,
.widget-about .social-icons .social-btn:hover,
.widget-social .social-link:hover,
.wp-block-pullquote blockquote:before,
.egcf-modal .checkbox,
.woocommerce .star-rating:before,
.woocommerce .star-rating span:before,
.woocommerce .amount,
.woocommerce .order-select .drop a:hover,
.woocommerce .order-select .drop li.active,
.woocommerce-page .order-select .drop a:hover,
.woocommerce-page .order-select .drop li.active,
.woocommerce .widget_price_filter .price_label .from,
.woocommerce .widget_price_filter .price_label .to,
.woocommerce div.product div.summary p.price,
.woocommerce div.product div.summary span.price,
.woocommerce #content div.product div.summary p.price,
.woocommerce #content div.product div.summary span.price {
  color: #2d53fe;
}

.products-block .more-link:hover,
.beauty-slider .slick-dots .slick-active button,
.page-links .current,
.page-links a:hover,
.page-links > span,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  border-color: #2d53fe;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #2d53fe;
}

.post-title-alt:after,
.block-head-b .title {
  border-bottom: 1px solid #2d53fe;
}

.widget_categories a:before,
.widget_product_categories a:before,
.widget_archive a:before {
  border: 1px solid #2d53fe;
}

/* Change text / contrast font */
body,
input,
textarea,
select,
.archive-head .description,
.text,
.post-meta .text-in,
.post-content,
.textwidget,
.widget_categories a,
.widget_product_categories a,
.widget_archive a,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce form .form-row,
.woocommerce .woocommerce-noreviews,
.woocommerce #reviews #comments ol.commentlist .description,
.woocommerce-cart .cart-empty,
.woocommerce-cart .cart-collaterals .cart_totals table {
  font-family: Roboto, Arial, sans-serif;
  letter-spacing: 0;
  -webkit-font-smoothing: initial;
}

/* Change main body and heading font */
h1,
h2,
h3,
h4,
h5,
h6,
input[type=submit],
button,
input[type=button],
.button,
blockquote cite,
blockquote .wp-block-pullquote__citation,
.top-bar-content,
.search-action .search-field,
.main-head .title,
.navigation,
.tag-share,
.post-share-b .service,
.post-share-float .share-text,
.author-box,
.comments-list .comment-content,
.post-nav .label,
.main-footer.dark .back-to-top,
.lower-footer .social-icons,
.main-footer .social-strip .social-link,
.main-footer.bold .links .menu-item,
.main-footer.bold .copyright,
.archive-head,
.cat-label a,
.section-head,
.post-title-alt,
.post-title,
.block-heading,
.block-head-b,
.block-head-c,
.small-post .post-title,
.likes-count .number,
.post-meta,
.grid-post-b .read-more-btn,
.list-post-b .read-more-btn,
.post-footer .read-more,
.post-footer .social-share,
.post-footer .social-icons,
.large-post-b .post-footer .author a,
.products-block .more-link,
.main-slider,
.slider-overlay .heading,
.large-slider,
.large-slider .heading,
.grid-slider .category,
.grid-slider .heading,
.carousel-slider .category,
.carousel-slider .heading,
.grid-b-slider .heading,
.bold-slider,
.bold-slider .heading,
.main-pagination,
.main-pagination .load-button,
.page-links,
.post-content .read-more,
.widget-about .more,
.widget-posts .post-title,
.widget-posts .posts.full .counter:before,
.widget-cta .label,
.social-follow .service-link,
.widget-twitter .meta .date,
.widget-twitter .follow,
.widget_categories,
.widget_product_categories,
.widget_archive,
.wp-block-button .wp-block-button__link,
.mobile-menu,
.woocommerce .main .button,
.woocommerce .quantity .qty,
.woocommerce nav.woocommerce-pagination,
.woocommerce-cart .post-content,
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering,
.woocommerce ul.products,
.woocommerce.widget,
.woocommerce div.product,
.woocommerce #content div.product,
.woocommerce-cart .cart-collaterals .cart_totals .button,
.woocommerce .checkout .shop_table thead th,
.woocommerce .checkout .shop_table .amount,
.woocommerce-checkout #payment #place_order {
  font-family: Roboto, Arial, sans-serif;
}

.mega-menu .recent-posts .post-title,
.text,
.post-footer .author a,
.post-footer .read-more-link,
.post-content,
.widget-cta .label,
.textwidget,
.tagcloud a,
.widget_categories a,
.widget_product_categories a,
.widget_archive a {
  color: #505050;
}

/* Remove uppercase text on several elements */
.navigation.inline .menu > li li a,
.navigation.inline .mega-menu .sub-cats a,
.navigation.simple,
.author-box .author > a,
.comments-list .comment-author,
.post-title-alt,
.post-title,
.block-head-c .title,
.slider-overlay .heading,
.large-slider .heading,
.grid-slider .heading,
.carousel-slider .heading,
.grid-b-slider .heading,
.bold-slider .heading,
.main-pagination.number,
.post-content h1,
.textwidget h1,
.post-content h2,
.textwidget h2,
.post-content h3,
.textwidget h3,
.post-content h4,
.textwidget h4,
.post-content h5,
.textwidget h5,
.post-content h6,
.textwidget h6,
.widget_calendar tfoot a,
.woocommerce ul.products li.product,
.woocommerce ul.products li.product .product-cat,
.woocommerce ul.products .product_type_external,
.woocommerce ul.products .added_to_cart,
.woocommerce .widget_price_filter .price_slider_amount,
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce.widget_shopping_cart .total > strong,
.woocommerce div.product .product_title,
.woocommerce #content div.product .product_title,
.woocommerce div.product .product_meta,
.woocommerce #content div.product .product_meta,
.woocommerce #reviews #comments ol.commentlist li .meta strong,
.woocommerce #reviews .comment-form-rating,
.woocommerce-cart table.cart .label,
.woocommerce-cart table.cart .product-name > a,
.woocommerce-cart table.cart .product-cat a,
.woocommerce .checkout .shop_table thead th {
  text-transform: none;
}

/**
 * Header and Nav
 */
.navigation.simple {
  color: #525252;
}
.navigation.simple .menu > li > a {
  padding: 0 20px;
  font-weight: 500;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

.main-head.simple .social-icons a:not(:hover) {
  color: #525252;
}
.main-head.simple .social-icons .tsi {
  font-size: 16px;
}
.main-head.simple .search-link:before {
  height: 16px;
}
.main-head.simple .search-link .tsi {
  font-size: 17px;
  margin-top: -2px;
}

.mobile-menu li a {
  letter-spacing: 0.12em;
}

/**
 * General components and global changes
 */
.grid-post-b .read-more-btn, .list-post .read-more-btn, .large-post-b .read-more a {
  padding: 14px 24px;
  border: 0;
  background: #f6f6f6;
  box-shadow: 0 2px 3px rgba(110, 110, 110, 0.25);
  color: #000;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

:root {
  --main-color: $skin-color;
}

::selection {
  background: rgba(45, 83, 254, 0.5);
}

::-moz-selection {
  background: rgba(45, 83, 254, 0.5);
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 29px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 22px;
}

input,
textarea,
select {
  font-size: 14px;
}

input {
  height: 3.1428571429em;
}

input[type=checkbox],
input[type=radio] {
  height: auto;
}

input[type=submit],
button,
input[type=button],
.button {
  padding: 15px 20px;
  background: #000;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
}

input,
textarea,
select {
  color: #9c9c9c;
}

.modern-quote,
.wp-block-quote.is-style-large {
  padding-left: 42px;
  padding-right: 42px;
  font-style: normal;
  font-size: 27px;
  line-height: 1.44;
  font-weight: 500;
  color: #252525;
}
.modern-quote:before,
.wp-block-quote.is-style-large:before {
  transform: translateX(-50%) translateY(9px) rotate(1deg);
  font-size: 132px;
  color: #2d53fe;
  opacity: 0.13;
}
.modern-quote cite,
.wp-block-quote.is-style-large cite {
  font-size: 14px;
}
.modern-quote cite:before,
.wp-block-quote.is-style-large cite:before {
  display: none;
}

.wp-block-pullquote {
  font-size: 24px;
  font-weight: 500;
  color: #252525;
  padding-left: 3.896%;
}
.wp-block-pullquote:before {
  position: absolute;
  margin-left: -1.75%;
  z-index: -1;
  color: #2d53fe;
  opacity: 0.13;
  font-size: 96px;
}
.wp-block-pullquote.alignleft {
  margin-right: 7%;
}
.wp-block-pullquote.alignright {
  margin-left: 3.9%;
}
.wp-block-pullquote cite {
  margin-top: 24px;
}

blockquote {
  font-family: "IBM Plex Serif", Charter, Georgia, serif;
  font-size: 21px;
  font-style: normal;
  color: #989898;
  -webkit-font-smoothing: antialiased;
}
blockquote p + cite {
  font-family: Roboto, Arial, sans-serif;
  font-style: normal;
  font-size: 15px;
  color: #9c9c9c;
}

.wp-post-image {
  box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.2), 0 22px 27px -20px rgba(7, 10, 25, 0.2);
  transition: all 0.3s ease;
}
.wp-post-image:hover {
  opacity: 1;
  box-shadow: 0 15px 45px -5px rgba(7, 10, 25, 0.25);
  filter: brightness(1.07);
  transform: translate(0px, -2px);
}

.section-head .title {
  padding: 0 16px;
  color: #000;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  letter-spacing: 0;
  text-transform: none;
}
.section-head:before {
  background: #dfdfdf;
}

.post-meta,
.post-meta-b {
  font-size: 12px;
  color: #9e9e9e;
  -webkit-font-smoothing: antialiased;
  text-align: left;
}
.post-meta .text-in,
.post-meta-b .text-in {
  display: none;
}
.post-meta time,
.post-meta .comments,
.post-meta-b time,
.post-meta-b .comments {
  color: #9e9e9e;
}
.post-meta .meta-sep,
.post-meta-b .meta-sep {
  padding: 0;
}
.post-meta .post-cat > a,
.post-meta time,
.post-meta .comments,
.post-meta-b .post-cat > a,
.post-meta-b time,
.post-meta-b .comments {
  font-weight: 500;
  letter-spacing: 0.1em;
}

.post-meta-b {
  margin-bottom: 20px;
}
.post-title,
.post-title-alt {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  color: #030303;
  -webkit-font-smoothing: antialiased;
}
.post-title a,
.post-title-alt a {
  color: inherit;
  transition: all 0.3s ease-in;
}
.post-title a:hover,
.post-title-alt a:hover {
  opacity: 1;
  text-shadow: 2px 2px white, 2px -2px white, -2px 2px white, -2px -2px white;
  box-shadow: 0 -1px 0 0 white inset, 0 -2px 0 0 var(--main-color, #000) inset;
}

.post-title-alt {
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 27px;
  line-height: 1.4;
}
.post-title-alt:after {
  display: none;
}

.text,
.post-content,
.textwidget {
  color: #555;
  font-size: 16px;
  line-height: 1.6875;
  -webkit-font-smoothing: antialiased;
}

.text {
  font-size: 15px;
}

.main-pagination .next a,
.main-pagination .previous a {
  font-size: 12px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #e1e1e1;
}
.main-pagination .load-button {
  min-width: initial;
  padding: 16px 50px;
  border: 0;
  background: #f6f6f6;
  box-shadow: 0 2px 3px rgba(110, 110, 110, 0.25);
  color: #000;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.main-pagination .load-button:hover {
  opacity: 0.9;
}
.main-pagination .load-button .tsi:not(.tsi-spin) {
  display: none;
}

.main-pagination.number {
  font-size: 14px;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

.posts-large .load-more {
  padding: 0 20px;
}
.posts-large .load-button {
  width: 100%;
  box-sizing: border-box;
}

/**
 * Posts adjustments
 */
.posts-dynamic .grid-post {
  margin-bottom: 50px;
}
.posts-dynamic.grid {
  margin-bottom: -50px;
}

.large-post,
.grid-post {
  padding-left: 20px;
  padding-right: 20px;
}
.large-post .featured,
.large-post .post-thumb,
.grid-post .featured,
.grid-post .post-thumb {
  margin-left: -20px;
  margin-right: -20px;
}

.large-post .post-title-alt {
  max-width: 88%;
}
.large-post .post-meta-b .post-title-alt {
  margin: 18px 0;
}
.large-post .featured img,
.large-post .gallery-slider,
.large-post .featured-vid {
  margin-bottom: 46px;
}
.large-post .post-meta {
  margin-bottom: 21px;
}
.large-post .author {
  letter-spacing: 0;
}
.large-post .post-content > p:last-of-type + .read-more {
  margin-top: -6px;
}

.large-post-b .read-more a:hover {
  background: #000;
  color: #fff;
}
.large-post-b .read-more a:before {
  display: none;
}
.large-post-b .read-more a span {
  padding: 0;
  background: transparent;
}

.large-post-b .post-footer {
  letter-spacing: 0;
  padding-bottom: 2px;
  border-bottom: 1px solid #ebebeb;
}
.large-post-b .post-footer .author a {
  letter-spacing: 0.15em;
}
.large-post-b .post-footer .number {
  font-size: 13px;
  font-weight: 400;
}
.large-post-b .post-footer .social-icons a {
  font-size: 14px;
}

.post-footer {
  margin-top: 45px;
}
.post-footer .read-more {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.list-post .post-title {
  margin-top: 18px;
  margin-bottom: 18px;
  line-height: 1.4;
}
.list-post .post-meta {
  font-size: 12px;
}

.grid-post .post-title-alt {
  font-size: 24px;
}
.grid-post .post-thumb {
  margin-bottom: 36px;
  overflow: visible;
}
.grid-post .post-meta-b {
  margin-bottom: 20px;
}

.grid-cols-3 .post-title-alt {
  font-size: 22px;
}

.overlay-post .post-cat a {
  background: #000;
  color: #fff !important;
}
.overlay-post .post-title:hover {
  opacity: 1;
  box-shadow: none;
  text-shadow: none;
}

.news-block .posts-list {
  margin-bottom: -38px;
}
.news-block .small-post {
  margin-bottom: 42px;
}
.news-block .small-post .content {
  padding-left: 18px;
  padding-right: 18px;
}
.news-block .small-post img {
  margin-bottom: 25px;
}
.news-block .small-post .post-title {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.42;
}
.news-block .small-post .post-meta {
  display: none;
}

/* Single Post */
.single-cover .overlay .post-author {
  font-weight: 500;
  letter-spacing: 0.1em;
}

.the-post-modern .post-title-alt {
  font-size: 42px;
  max-width: 675px;
  line-height: 1.21;
  -webkit-font-smoothing: initial;
}
.the-post-modern .the-post-meta {
  margin-bottom: 35px;
}
.the-post-modern .the-post .featured {
  margin-bottom: 50px;
}
.single-creative .main {
  margin-top: 75px;
}
.single-creative .post-content {
  margin-top: -0.421em;
}
.single-creative .featured .post-meta {
  font-size: 12px;
}
.single-creative .featured .category {
  letter-spacing: 0.08em;
  line-height: 26px;
}
.single-creative .featured .post-title {
  font-size: 38px;
  line-height: 1.21;
  -webkit-font-smoothing: initial;
}
.single-creative .featured .post-by {
  font-weight: 500;
  letter-spacing: 0.1em;
}

.post-content p > a,
.post-content li > a,
.post-content dd > a,
.post-content h1 a,
.post-content h2 a,
.post-content h3 a,
.post-content h4 a,
.post-content h5 a,
.post-content h6 a,
.post-content em a,
.post-content strong a {
  color: inherit;
  box-shadow: 0 -1px 0 0 #2d53fe inset;
  transition: 0.3s ease-in;
}
.post-content p > a:hover,
.post-content li > a:hover,
.post-content dd > a:hover,
.post-content h1 a:hover,
.post-content h2 a:hover,
.post-content h3 a:hover,
.post-content h4 a:hover,
.post-content h5 a:hover,
.post-content h6 a:hover,
.post-content em a:hover,
.post-content strong a:hover {
  opacity: 1;
  box-shadow: 0 -1px 0 0 currentColor inset;
}
.post-content li > ul,
.post-content li > ol {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.post-content li {
  margin-bottom: 0.8em;
}
.post-content figure > a:not(.pinit-btn) {
  display: block;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  color: #030303;
  -webkit-font-smoothing: antialiased;
}
.post-content figcaption a,
.post-content .wp-caption-text a {
  text-decoration: underline;
}
.post-content .wp-block-image figcaption,
.post-content .wp-caption-text {
  font-size: 14px;
  font-family: Roboto, Arial, sans-serif;
  font-style: normal;
  color: #777;
}
.post-content .modern-quote,
.post-content .wp-block-quote.is-style-large {
  margin-top: 2em;
  margin-bottom: 1.9em;
}
.post-content .read-more {
  margin-top: 22px;
  text-transform: none;
  font-weight: 400;
  color: #000;
  letter-spacing: 0;
  font-size: 16px;
  text-align: initial;
}
.post-content .read-more a:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #2d53fe;
  transition: transform 0.3s ease-in;
}
.post-content .read-more a:hover:after {
  background: #000;
}
.post-content .read-more a:before {
  display: none;
}
.post-content .read-more a span {
  padding: 0;
  background: transparent;
}

.entry-content {
  font-family: ff-more-web-pro, "PT Serif", Georiga, serif;
  font-size: 19px;
  font-weight: 400;
  color: #444;
  color: rgba(0, 0, 0, 0.74);
  line-height: 1.73;
}
.entry-content p {
  margin-bottom: 1.65em;
}
.entry-content > ul,
.entry-content > ol {
  margin-top: 1.65em;
  margin-bottom: 1.65em;
}
.entry-content > ul,
.entry-content > ul ul {
  list-style: none;
}
.entry-content > ul li:before {
  position: absolute;
  content: "•";
  margin-left: -25px;
  display: inline-block;
  text-align: right;
  opacity: 0.8;
  font-family: georgia, arial, system-ui;
  transform: scale(1.1);
  -webkit-font-smoothing: antialiased;
}
.entry-content h1 {
  font-size: 1.7em;
}
.entry-content h2 {
  font-size: 1.6em;
}
.entry-content h3 {
  font-size: 1.3em;
}
.entry-content h4 {
  font-size: 1.15em;
}
.entry-content h5 {
  font-size: 1.05em;
}
.entry-content h6 {
  font-size: 1em;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-top: 1.4em;
  margin-bottom: 0.6em;
}

.tag-share .post-tags a {
  color: #161616;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.post-share-icons a {
  color: #161616;
}
.share-float-a .service {
  margin-top: -1px;
  display: block;
  width: 42px;
  height: 42px;
  border: 0;
  box-shadow: -3px -3px 8px -6px rgba(0, 0, 0, 0.1), 1px 3px 15px -7px;
  border-radius: 50%;
  font-size: 17px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 12px;
}
.share-float-a .service:hover {
  background: #fff;
  transform: translateY(-2px);
}
.share-float-a .share-text {
  margin-bottom: 27px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}
.share-float-a .tsi {
  -webkit-font-smoothing: antialiased;
}

.author-box .author > a {
  margin-top: -5px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
}
.author-box .author > span {
  display: none;
}
.author-box .image img {
  margin-top: -77px;
  width: 110px;
  height: auto;
}
.author-box .author-bio {
  font-size: 16px;
}

.related-posts .post-title {
  margin-top: 25px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: left;
}
.related-posts.grid-2 .post-title {
  margin-top: 25px;
  margin-bottom: 12px;
  padding: 0;
  font-size: 20px;
}
.related-posts .post-meta, .related-posts.grid-2 .post-meta {
  font-size: 12px;
}
.related-posts .content {
  padding-left: 20px;
  padding-right: 20px;
}

.post-nav .post-title {
  margin-bottom: 8px;
  font-family: inherit;
  line-height: 1.3;
  font-weight: 600;
}

.comments-list .comment-author {
  font-size: 18px;
  font-weight: 500;
}
.comments-list .comment-reply-link:before {
  vertical-align: middle;
}
.comments-list .comment-reply-link,
.comments-list .comment-time,
.comments-list .comment .edit-link {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
}
.comments-list .comment-text {
  margin-top: 8px;
  font-size: 16px;
}

.comment-form .submit {
  padding: 14px 25px;
}

/**
 * Home & Archives changes
 */
.blocks .block {
  margin-bottom: 60px;
}

.blocks .main-pagination {
  margin-top: 70px;
}

.block-heading .title {
  font-size: 18px;
}

.block-head-c .title {
  font-size: 27px;
  padding-left: 20px;
}
.block-head-c .view-all {
  font-size: 14px;
}

.subscribe-box {
  margin-top: -15px;
  padding-left: 27px;
  padding-right: 32px;
}
.subscribe-box .text {
  font-size: 14px;
}
.subscribe-box .input {
  height: 3.1538461538em;
  width: 270px;
}
.subscribe-box .button {
  width: auto;
  padding: 15px 34px;
  background: #000;
}

.posts-carousel .title {
  background: transparent;
}
.posts-carousel .title:before,
.posts-carousel .title:after {
  display: none;
}
.posts-carousel .block-heading {
  margin-top: -5px;
  margin-bottom: 62px;
}
.posts-carousel .block-heading:before {
  display: none;
}
.posts-carousel .block-heading:after {
  top: 100%;
  left: 50%;
  margin-top: 12px;
  margin-left: -18px;
  width: 36px;
  height: 2px;
  background: #000;
}
.posts-carousel .post-link {
  margin-bottom: 18px;
}
.posts-carousel .post-title {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 20px;
}
.posts-carousel .post-meta {
  font-size: 10px;
}

.slider-overlay .heading {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  color: #030303;
  -webkit-font-smoothing: antialiased;
  line-height: 1.2;
}
.slider-overlay .excerpt {
  font-size: 14px;
  letter-spacing: 0;
}

.common-slider .post-title,
.common-slider .heading {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  color: #030303;
  -webkit-font-smoothing: antialiased;
  line-height: 1.2;
}

.fashion-slider .post-title {
  margin-top: 18px;
  margin-bottom: 18px;
}

/**
 * Sidebar adjustments
 */
.sidebar .widget {
  margin-bottom: 50px;
}
.sidebar .widget-title {
  margin-bottom: 35px;
  padding-bottom: 6px;
  border: 0;
  border-bottom: 1px solid #e1e1e1;
  font-size: 21px;
  color: #000;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.5;
}
.sidebar .widget_mc4wp_form_widget,
.sidebar .widget-subscribe {
  background: #f6f6f6;
  border: 0;
  padding: 34px 30px;
}
.sidebar .widget_mc4wp_form_widget .widget-title,
.sidebar .widget-subscribe .widget-title {
  margin-top: -3px;
  margin-bottom: 32px;
  text-align: center;
}
.sidebar .widget_mc4wp_form_widget .widget-title span,
.sidebar .widget-subscribe .widget-title span {
  padding: 0;
  background: transparent;
}
.sidebar .widget_mc4wp_form_widget .widget-title:after,
.sidebar .widget-subscribe .widget-title:after {
  margin-top: 8px;
  height: 2px;
  background: #000;
  width: 24px;
}

.widget_mc4wp_form_widget .message,
.widget-subscribe .message {
  margin-bottom: 22px;
  font-size: 16px;
  color: #5b5b5b;
  -webkit-font-smoothing: antialiased;
}
.widget_mc4wp_form_widget input,
.widget-subscribe input {
  height: 44px;
}

.widget-cta .label {
  padding: 7px 18px;
  font-weight: 500;
  font-size: 13px;
  color: #111;
  letter-spacing: 0.1em;
}
.blocks > .widget-cta {
  padding-bottom: 35px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 70px;
}

.widget_mc4wp_form_widget .message,
.widget-subscribe .message {
  letter-spacing: 0;
  font-size: 14px;
}
.widget_mc4wp_form_widget p:last-of-type,
.widget-subscribe p:last-of-type {
  margin-top: -17px;
}
.dark .widget_mc4wp_form_widget input[type=submit],
.dark .widget-subscribe input[type=submit] {
  background: #2d53fe;
}

.widget-posts .post-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.52;
  letter-spacing: 0;
}
.widget-posts .post-title-alt {
  font-weight: 500;
}
.widget-posts .posts.large .post-title {
  font-size: 17px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}
.widget-posts .grid-post {
  padding-left: 0;
  padding-right: 0;
}
.widget-posts .grid-post .post-meta-b {
  margin-bottom: 14px;
}
.widget-posts .grid-post img {
  float: none;
}
.widget-posts .post-thumb {
  margin-left: 0;
  margin-right: 0;
}
.widget-posts .post-thumb + .meta-title {
  margin-bottom: 20px;
}

.widget-slider .post-title a:hover {
  text-shadow: none;
  box-shadow: none;
}

.widget_links li,
.widget_meta li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li {
  font-size: 14px;
}

.widget_categories a,
.widget_product_categories a,
.widget_archive a {
  font-size: 15px;
}

/* Footer Changes */
.upper-footer .widget-title {
  margin-bottom: 42px;
  color: #222;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.upper-footer .widget-posts .post-meta {
  color: #707070;
}
.upper-footer .widget-about .about-text {
  font-size: 15px;
}

.lower-footer .copyright {
  font-size: 13px;
}
.lower-footer .social-icons {
  letter-spacing: 0.12em;
}

.main-footer.stylish .copyright a {
  color: #2d53fe;
}

.main-footer.dark .copyright {
  font-weight: 500;
}
.main-footer.dark .post-date {
  color: inherit;
}
.main-footer.dark .post-title,
.main-footer.dark .product-title,
.main-footer.dark .posts .post-title {
  font-weight: 400;
  -webkit-font-smoothing: initial;
}

.main-footer.bold .links .menu-item {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.main-footer.bold .back-to-top {
  font-weight: 500;
  letter-spacing: 0.1em;
}

.main-footer.bold-light {
  -webkit-font-smoothing: antialiased;
}
.main-footer.bold-light .lower-footer .social-link {
  background: #2d53fe;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
.main-footer.bold-light .copyright {
  font-weight: 500;
  letter-spacing: 0.11em;
}
@media (max-width: 540px) {
  .modern-quote,
  .wp-block-quote.is-style-large {
    font-size: 23px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .post-title-alt {
    font-size: 20px;
  }
  .news-block .small-post .post-title {
    font-size: 15px;
  }
  .comments-list .comment-text {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .subscribe-box .input {
    margin-right: 15px;
  }
}
@media (min-width: 941px) {
  .overlay-post .post-title {
    margin-top: 18px;
    margin-bottom: 18px;
    font-size: 33px;
  }
}
@media (min-width: 1201px) {
  .list-post .post-title {
    font-size: 25px;
    max-width: 90%;
  }
  .single-cover .overlay .post-title {
    font-size: 36px;
  }
  .fashion-slider .post-title {
    font-size: 36px;
  }
}
@media (min-width: 1501px) {
  .single-creative .featured {
    height: 570px;
  }
  .share-float-a {
    margin-left: -138px;
  }
}