/*
Theme Name: Graceful Pixel Blog Pro
Theme URI: https://optimathemes.com/themes/gracefulpixel-pro/
Author: Optima Themes
Author URI: http://optimathemes.com/
Description: Clean and Minimalist blogging theme.
Version: 1.3
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: gracefulpixel-pro
Tags: blog, e-commerce, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-images, footer-widgets, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS
----------------------------------------------------------------
1.0 Normalize
2.0 General Styles & Classes
3.0 Top Bar
4.0 Page Header
5.0 Featured Slider
6.0 Main Navigation
7.0 Featured Links
8.0 Blog Grid
9.0 Post Formats
10.0 Blog Pagination
11.0 Blog Single
12.0 Comments
13.0 Default Gallery
14.0 Widgets
15.0 Page Footer
16.0 Typography
17.0 Pages
18.0 Preloader
19.0 Recent Posts
20.0 Instagram Widget
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

#infscr-loading {
  text-align: center;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  height: 1px;
  margin: 20px 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  display: block;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

p,
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  /* 3 */
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Custom - Theme Specific */
body {
  margin: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  height: auto;
}

img,
iframe,
embed {
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
textarea,
select {
  outline: 0;
  -webkit-border-radius: 0 !important;
}

textarea,
input[type=text],
input[type=email],
input[type=url],
input[type=search] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: normal;
  clear: both;
}


/*--------------------------------------------------------------
2.0 General Styles & Classes
--------------------------------------------------------------*/

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  outline: 0 !important;
}

.clear-fix:before,
.clear-fix:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear-fix:after {
  clear: both;
}

.cv-container {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 90;
}

.cv-outer {
  display: table;
  width: 100%;
  height: 100%;
}

.cv-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.boxed-wrapper {
  margin: 0 auto;
}

.main-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Wordpress Default Class */
.sticky {
  background: #f7f7f7;
  padding: 40px;
}

.sticky .related-posts {
  border: none;
  padding-bottom: 0;
}

.bypostauthor {}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  clip: auto !important;
  display: block;
  height: auto;
  left: 5px;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.alignnone {
  margin: 5px 20px 10px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 10px auto;
  clear: both;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 10px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 10px 20px;
}

a img.alignnone {
  margin: 5px 20px 10px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 10px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
  overflow: hidden;
}

.wp-caption-text {
  padding: 10px;
  text-align: center;
}

.center-text {
  text-align: center;
}


/* Default Styles */

hr {
  border: 0;
  height: 1px;
  margin: 30px 0;
}

strong {
  font-weight: bold;
}

em,
cite,
address {
  font-style: italic;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 85%;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.comment-text h1,
.comment-text h2,
.comment-text h3,
.comment-text h4,
.comment-text h5,
.comment-text h6 {
  margin-bottom: 10px;
}

p {
  margin-bottom: 13px;
}

blockquote {
  border-left-width: 3px;
  border-left-style: solid;
  padding-left: 15px;
}

blockquote p {
  line-height: 1.6 !important;
  opacity: 0.9;
}

blockquote a {
  font-style: italic;
}

.post-content ul {
  padding-left: 15px;
  list-style: disc;
  list-style-position: inside;
}

.post-content ol {
  padding-left: 25px;
  list-style: decimal;
  list-style-position: inside;
}

table {
  margin-bottom: 15px;
}

table th {
  font-weight: bold;
}

table tr,
table th,
table td {
  border-width: 1px;
  border-style: solid;
  padding: 10px;
  text-align: left;
}

dl dt {
  font-weight: bold;
}

abbr[title] {
  border-width: 1px;
  border-style: dotted;
  cursor: help;
}

big {
  font-size: 125%;
}

pre {
  border-width: 1px;
  border-style: solid;
  padding: 20px;
  white-space: pre-wrap;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

.post-password-form input[name="post_password"] {
  width: 100%;
  padding: 10px;
  border-width: 1px;
  border-style: solid;
}

.post-password-form input[type="submit"] {
  padding: 10px;
  font-weight: bold;
  border: none;
  margin-top: 15px;
  cursor: pointer;
}


/*--------------------------------------------------------------
3.0 Top Bar
--------------------------------------------------------------*/

#top-bar {
  text-align: center;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

#top-bar.top-bar-no-socials {
  text-align: center;
}

#top-bar.top-bar-no-socials .top-menu-container {
  display: block;
  text-align: center;
  margin: 0 auto;
  float: none !important;
}

#top-bar.top-bar-no-socials #top-menu {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  text-align: center;
  float: none !important;
}

#top-bar.top-bar-no-socials #top-menu>li {
  display: inline-block;
  float: none !important;
}

#top-menu,
.top-bar-socials {
  display: inline-block;
}

#top-menu li {
  position: relative;
}

#top-menu>li {
  display: inline-block;
  list-style: none;
}

#top-menu li a {
  display: block;
  position: relative;
  padding: 0 5px;
  margin-left: 5px;
}

#top-menu li a:first-child {
  margin-left: 0;
}

#top-menu>li>a {
  display: block;
  text-decoration: none;
}

#top-menu>li:first-child>a {
  padding-left: 0px;
}

#top-menu>li:last-child>a {
  padding-right: 0px;
}

#top-menu ul ul {
  top: 0;
  left: 100%;
}

#top-menu .sub-menu {
  display: none;
  position: absolute;
  z-index: 130;
  width: 170px;
  text-align: left;
  border-style: solid;
  border-width: 1px;
}

#top-menu .sub-menu a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

#top-menu .sub-menu>li:last-of-type>a {
  border: none;
}

#top-menu .sub-menu li:first-child>.sub-menu {
  margin-top: -1px;
}

#top-menu .sub-menu>li>a {
  display: block;
  width: 100%;
  padding: 0px 15px;
  margin: 0;
}

.top-bar-socials a {
  margin-left: 15px;
  text-align: center;
  text-decoration: none;
}

.top-bar-socials a:first-child {
  margin-left: 0;
}


/*--------------------------------------------------------------
4.0 Page Header
--------------------------------------------------------------*/

#page-header {
  position: relative;
  text-align: center;
}

.entry-header {
  overflow: hidden;
}

.header-logo {
  display: inline-block;
}

.header-logo a {
  display: inline-block;
  line-height: 1;
  font-family: 'Playfair Display', 'Times', sans-serif;
}

.site-description {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: sans-serif;
  letter-spacing: 1px;
  font-size: 12px;
}

.title-tagline-shown .header-logo a:not(.logo-img),
.title-tagline-shown .site-description {
  display: block;
}

.title-tagline-hidden .header-logo a:not(.logo-img),
.title-tagline-hidden .site-description {
  display: none;
}

.cv-outer {
  display: table;
  width: 100%;
  height: 100%;
}

.cv-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/*--------------------------------------------------------------
5.0 Featured Slider
--------------------------------------------------------------*/

.featured-slider-area.boxed-wrapper {
  padding-top: 41px;
}

#featured-slider.boxed-wrapper img {
  width: 100%;
}

.slider-item {
  position: relative;
}

#featured-slider.boxed-wrapper .slider-item-bg {
  height: 540px;
}

.slider-item-bg {
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

[data-slider-columns*="1"] .cv-container {
  visibility: hidden;
  opacity: 0.0001;
  -webkit-transition: all 650ms ease-in-out 0s;
  -moz-transition: all 650ms ease-in-out 0s;
  -o-transition: all 650ms ease-in-out 0s;
  transition: all 650ms ease-in-out 0s;
  transition-delay: .75s;
}

[data-slider-columns*="1"] .slick-current .cv-container {
  visibility: inherit;
  opacity: 1;
}

.slider-info {
  display: inline-block;
  max-width: 840px;
  padding: 40px 60px;
}

#featured-slider .prev-arrow,
#featured-slider .next-arrow {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1001;
  padding: 0 15px;
  margin-top: -13px;
  font-size: 42px;
  text-align: center;
  cursor: pointer;
}

#featured-slider .prev-arrow:hover,
#featured-slider .next-arrow:hover {
  opacity: 1;
}

#featured-slider .prev-arrow {
  left: 15px;
}

#featured-slider .next-arrow {
  right: 15px;
}

.post-slider .prev-arrow,
.post-slider .next-arrow {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1001;
  padding: 0 15px;
  margin-top: -21px;
  font-size: 42px;
  text-align: center;
  cursor: pointer;
}

.post-slider .prev-arrow:hover,
.post-slider .next-arrow:hover {
  opacity: 1;
}

.post-slider .prev-arrow {
  left: 15px;
}

.post-slider .next-arrow {
  right: 15px;
}

.slider-dots {
  display: block;
  position: absolute;
  left: 0;
  bottom: 13px;
  z-index: 1000;
  width: 100%;
  list-style: none;
  text-align: center;
}

.slider-dots li {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 11px;
  border-style: solid;
  border-width: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}

.slider-dots li:last-child {
  margin-right: 0;
}

.slider-categories {
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.slider-title {
  margin-bottom: 25px;
  font-size: 1.5em;
}

.slider-content {
  margin-bottom: 30px;
}

.slider-read-more a {
  display: inline-block;
  padding: 13px 25px;
  border: 1px solid;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
  cursor: pointer;
}

.slider-data {
  margin-bottom: 20px;
}

/* the slides */
.slick-slide {
  margin: 0 20px;
}

/* the parent */
.slick-list {
  margin: 0 -20px;
}

/*--------------------------------------------------------------
6.0 Main Navigation
--------------------------------------------------------------*/

.main-nav-sidebar {
  display: inline-block;
}

.main-nav-sidebar div {
  max-height: 60px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.main-nav-sidebar span {
  display: block;
  width: 17px;
  height: 2px;
  margin-bottom: 3px;
}

#main-nav {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  position: relative;
  z-index: 1100 !important;
}

#main-nav>div {
  position: relative;
}

/* 5.1 Menu */
#main-menu {
  width: auto;
}

#main-menu li {
  position: relative;
}

#main-menu>li {
  display: inline-block;
  list-style: none;
}

#main-menu li a {
  display: block;
  position: relative;
  padding: 0 16px;
  margin-left: 5px;
}

#main-menu li a:first-child {
  margin-left: 0;
}

#main-menu>li>a {
  display: block;
  text-decoration: none;
}

#main-menu li:first-child a {
  padding-left: 0px;
}

#main-menu li:last-child a {
  padding-right: 0px;
}

#main-menu ul ul {
  top: 0;
  left: 100%;
}

#main-menu .sub-menu {
  display: none;
  position: absolute;
  z-index: 130;
  width: 200px;
  text-align: left;
  border-style: solid;
  border-width: 1px;
}

#main-menu .sub-menu a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

#main-menu .sub-menu>li:last-of-type>a {
  border-bottom: none;
}

#main-menu .sub-menu>li>a {
  display: block;
  width: 100%;
  padding: 0px 15px;
  margin: 0;
}

#main-menu li.menu-item-has-children>a:after {
  font-family: FontAwesome;
  content: "\f107";
  margin-left: 10px;
}

#main-menu ul li.menu-item-has-children>a:after {
  font-family: FontAwesome;
  content: "\f105";
  float: right;
}

#main-menu .sub-menu li:first-child>.sub-menu {
  margin-top: -1px;
}

/* Mobile Menu  */
.mobile-menu-container {
  display: none;
}

.mobile-menu-btn {
  display: none;
  padding: 0 15px;
  cursor: pointer;
}

#mobile-menu {
  padding-bottom: 15px;
}

#mobile-menu li {
  position: relative;
  width: 100%;
  text-align: center;
}

#mobile-menu li.menu-item-has-children>a {
  display: inline-block;
  text-indent: 15px;
}

#mobile-menu li a {
  display: block;
  position: relative;
  z-index: 5;
}

#mobile-menu .sub-menu li {
  line-height: 30px !important;
}

#mobile-menu .sub-menu li .sub-menu-btn-icon {
  padding-top: 5px !important;
}

.sub-menu-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  text-align: left;
  z-index: 1;
}

.sub-menu-btn-icon {
  display: inline-block;
  font-size: 13px;
  vertical-align: top;
  line-height: 19px;
  padding-top: 16px;
}

#main-menu .sub-menu>li .sub-menu-btn-icon,
#mobile-menu .sub-menu>li .sub-menu-btn-icon {
  padding-top: 13px;
}

#mobile-menu .sub-menu {
  display: none;
}

/* 5.2 Icons */
.main-nav-search {
  float: right;
  position: relative;
  cursor: pointer;
}

.main-nav-search i {
  position: relative;
  z-index: 10;
}

.main-nav-search #searchform {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.main-nav-search #searchform i {
  display: none;
}

.main-nav-search label,
.main-nav-search #searchsubmit {
  display: none;
}

.main-nav-search div {
  line-height: 1;
}

/* 5.3 Search */
#main-nav #searchform {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

#main-nav #searchform input {
  width: 100%;
  padding: 0;
  border: 0;
  text-align: center;
  letter-spacing: 0.4px;
  font-weight: 600;
}

#main-nav #searchform,
#main-nav #searchform i,
#main-nav #searchform #searchsubmit,
.main-nav-search i:last-of-type {
  display: none;
}


/* 5.4 Sidebar Alt */
.main-nav-sidebar {
  cursor: pointer;
}

.sidebar-alt {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1200;
  height: 100%;
  overflow-x: hidden;
  transition: left 500ms ease-out;
  -webkit-transition: left 500ms ease-out;
  -moz-transition: left 500ms ease-out;
  -o-transition: left 500ms ease-out;
  -ms-transition: left 500ms ease-out;
}

.sidebar-alt-close {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1150;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.sidebar-alt-close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.admin-bar .sidebar-alt-close-btn {
  top: 40px;
}

.sidebar-alt-close-btn span {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 3px;
  cursor: pointer;
  margin-left: -9px;
}

.sidebar-alt-close-btn span:first-child {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sidebar-alt-close-btn span:last-child {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.main-nav-socials {
  float: left;
  margin-right: 18px;
}

.main-nav-socials a {
  margin-left: 14px;
  text-align: center;
  text-decoration: none;
}

.main-nav-socials a:first-child {
  margin-left: 0;
}


/*--------------------------------------------------------------
7.0 Featured Links
--------------------------------------------------------------*/

#featured-links {
  padding-top: 20px;
}

#featured-links .boxed-wrapper {
  font-size: 0;
  text-align: center;
}

#featured-links .featured-link {
  position: relative;
  float: left;
}

#featured-links a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#featured-links .cv-outer {
  padding: 10px;
}

#featured-links h6 {
  display: inline-block;
  padding: 9px 20px;
  font-weight: 600;
  text-transform: uppercase;
}


/*--------------------------------------------------------------
8.0 Blog Grid
--------------------------------------------------------------*/

.main-container {
  margin: 0 auto;
  overflow: hidden;
}

.sidebar-left {
  float: left;
}

.sidebar-right {
  float: right;
}

.post-media {
  position: relative;
  margin-bottom: 20px;
}

.post-media>a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.post-header {
  text-align: center;
}

.post-categories {
  margin-bottom: 5px;
}

.post-categories a {
  font-weight: bold;
  text-transform: uppercase;
}

.post-title {
  margin-bottom: 13px;
}

.page-title {
  margin-bottom: 24px;
}

.post-title em,
.page-title em {
  font-weight: 600;
}

.post-meta {
  margin-bottom: 22px;
  font-style: italic;
}

.post-meta span.meta-sep:last-child {
  display: none;
}

.meta-sep {
  display: none;
}

.post-date+span.meta-sep {
  display: inline;
}

.post-content {
  text-align: justify;
  overflow: hidden;
}

.post-content ul {
  margin-bottom: 10px;
}

.post-content li {
  line-height: 26px;
}

.read-more {
  margin: 25px 0 15px;
  text-align: center;
}

.read-more a {
  display: inline-block;
  padding: 13px 25px;
  border: 1px solid;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

.post-footer {
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 28px 0 15px;
  border-bottom: 1px solid;
}

.post-author {
  float: left;
  font-style: italic;
  line-height: 30px;
}

.post-author a {
  display: inline-block;
  vertical-align: top;
}

.post-author a img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-right: 3px;
}

.post-share {
  float: right;
  line-height: 1;
}

.post-share a {
  margin-right: 16px;
  line-height: 30px !important;
}

.post-share a:last-child {
  margin-right: 0;
}

.slider-item {
  display: none;
}

#featured-sliderr .slider-item:first-child {
  display: block;
}

#featured-slider.slick-initialized .slider-item {
  display: block;
}


.no-result-found {
  text-align: center;
  margin: 50px auto 100px;
}

.no-result-found h1 {
  margin-bottom: 20px;
}

.no-result-found .widget_search {
  max-width: 480px;
  margin: 30px auto 0px;
}


.post-header {
  position: relative;
  text-align: center;
  z-index: 0;
}

.post-header-inner {
  background: #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-top: 1px solid #ddd;
  margin: -50px auto 0;
  min-height: 170px;
  padding: 30px 20px 10px;
  position: relative;
  width: 88%;
}

.post-header-inner::after {
  background: rgba(39, 44, 49, 0.15);
  content: "";
  display: block;
  filter: blur(5px);
  height: 150px;
  position: absolute;
  right: -4px;
  top: 15px;
  transform: rotate(6deg);
  width: 20px;
  z-index: -1;
}

.post-header-inner::before {
  background: rgba(39, 44, 49, 0.15);
  content: "";
  display: block;
  filter: blur(5px);
  height: 150px;
  left: -4px;
  position: absolute;
  top: 15px;
  transform: rotate(-6deg);
  width: 20px;
  z-index: -1;
}

.content-column li {
  border-bottom: 1px solid #eee;
}

.post-media {
  position: relative;
  min-height: 92px;
  background: #f7f7f7;
}

@media screen and (min-width: 768px) {
  .blog .post-content p {
    padding: 0 80px;
  }
}

/*--------------------------------------------------------------
9.0 Post Formats
--------------------------------------------------------------*/
.post-media img,
.post-media iframe,
.post-media embed {
  margin: 0 auto;
}

.post-media img+.entry-audio {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 10px;
}

.format-link .post-media .cv-container,
.format-quote .post-media .cv-container {
  display: none;
}

.format-link .post-media img+.cv-container,
.format-quote .post-media img+.cv-container {
  display: block;
}

.post-media .image-overlay {
  padding: 20px 18px;
}

.post-media .image-overlay p,
.post-media .image-overlay a {
  line-height: 1.6;
  font-weight: 600;
}

.post-media .image-overlay span {
  text-align: right;
  font-style: italic;
}

.single .post-media .image-overlay span {
  text-align: center;
}

.post-slide {
  position: relative;
}

.stacked-slide {
  margin-bottom: 15px;
}

.slide-caption {
  border: 0;
  margin: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  opacity: 0;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 22px;
  -webkit-transition: opacity 0.3s ease 0s, bottom 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, bottom 0.3s ease 0s;
}

.post-slide:hover .slide-caption {
  opacity: 1;
  bottom: 10px;
  -webkit-transition: opacity 0.3s ease 0s, bottom 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, bottom 0.3s ease 0s;
}




.blog-post .slide-caption {
  display: none;
}



/*--------------------------------------------------------------
10.0 Blog Pagination
--------------------------------------------------------------*/

.blog-pagination {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 0px 0 50px;
}

/* 10.1 Default */
.previous-page a,
.next-page a {
  font-weight: 600;
  text-transform: uppercase;
}

.blog-pagination.default .previous-page {
  float: left;
}

.blog-pagination.default .next-page {
  float: right;
}

/* 10.2 Numeric */
.blog-pagination.numeric a,
.blog-pagination.numeric span {
  display: inline-block;
  padding: 14px 15px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 2px;
}

.blog-pagination.numeric .numeric-prev-page {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  margin-right: 0;
}

.blog-pagination.numeric .numeric-next-page {
  position: absolute;
  top: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}

/* 10.3 Load More / Infinite Scroll */
.blog-pagination.load-more a {
  display: inline-block;
  padding: 14px 15px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}

.blog-pagination.infinite a {
  display: none;
}

#infscr-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1300;
  font-size: 26px;
  text-transform: uppercase;
  list-style-position: inside;
}

#infscr-loading img {
  display: none;
}

.infscr-loading-disabled #infscr-loading {
  display: none !important;
}



/*--------------------------------------------------------------
11.0 Blog Single
--------------------------------------------------------------*/

/* Tags */
.post-tags {
  text-align: left;
  margin-bottom: 18px;
}

.post-tags a {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 6px 12px;
  margin-right: 5px;
  border-width: 1px;
  border-style: solid;
}

/* Navigation */
.single-navigation {
  font-size: 15px;
  z-index: 9;
}

.gracefulpixel-single-nav {
  width: 240px;
  height: 75px;
  background: #eeeeee;
  overflow: hidden;
}

.gracefulpixel-single-nav span {
  float: left;
  width: 160px;
  padding: 7px 10px;
  font-size: 13px;
  line-height: 20px;
  overflow: hidden;
  display: block;
}

.gracefulpixel-single-nav img {
  float: left;
  margin: 4px 3px 3px 4px;
  width: 65px;
  border: 1px solid #777777;
}

.single-post .previous-post,
.single-post .next-post {
  display: none;
  position: fixed;
  top: 50%;
  margin-top: -37.5px;
  height: 75px;
  line-height: 1;
}

.single-post .previous-post {
  left: 0;
}

.single-post .next-post {
  right: 0;
}

.single-post .previous-post i,
.single-post .next-post i {
  position: relative;
  z-index: 10;
  padding: 30px 10px;
}

.single-post .previous-post .gracefulpixel-single-nav,
.single-post .next-post .gracefulpixel-single-nav {
  position: absolute;
  z-index: 9;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  color: #000;
}

.single-post .previous-post .gracefulpixel-single-nav {
  left: -212px;
  border-right: 4px solid #000;
}

.single-post .next-post .gracefulpixel-single-nav {
  right: -212px;
  border-left: 4px solid #000;
}

.single-post .previous-post:hover .gracefulpixel-single-nav {
  left: 25px;
}

.single-post .next-post:hover .gracefulpixel-single-nav {
  right: 25px;
}

/* Post Pagination */
.single-pagination {
  padding: 20px;
  text-align: center;
}

/* Post Author */
.author-description {
  overflow: hidden;
  padding: 35px 0 39px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  text-align: center;
  overflow-wrap: break-word;
}

.author-avatar img {
  display: inline-block;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}

.author-description h4 {
  margin: 1px 0 5px;
  line-height: 1.5;
  text-transform: uppercase;
}

.author-share {
  margin-bottom: 12px;
}

.author-share a {
  margin-right: 10px;
}

.author-share a:last-child {
  margin: 0;
}

.author-description p {
  display: inline-block;
  max-width: 800px;
  margin-bottom: 10px;
}

/* Related Post */
.related-posts {
  padding: 27px 0 33px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.related-posts h3 {
  margin-bottom: 19px;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

.related-posts h4 {
  margin-top: 8px;
}

.related-posts section {
  float: left;
  width: calc((100% - (2 * 23px)) / 3);
  width: -webkit-calc((100% - (2 * 23px)) / 3);
}

.related-posts section {
  margin-right: 23px;
}

.related-posts section:last-of-type {
  margin-right: 0 !important;
}



/*--------------------------------------------------------------
12.0 Comments
--------------------------------------------------------------*/

.comments-area {
  margin-top: 27px;
}

#reply-title,
#reply-title a {
  margin-bottom: 44px;
  text-align: center;
  line-height: 1.5;
  text-transform: uppercase;
}

.comment-title {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.5;
  text-transform: uppercase;
}


.comments-area .children {
  margin-left: 50px;
}

.entry-comments {
  overflow: hidden;
  padding: 0px 0 55px;
  margin-bottom: 34px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.comment-content {
  overflow: hidden;
}

.comment-avatar {
  float: left;
  margin-right: 17px;
}

.comment-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.comment-author {
  font-weight: 600;
  text-transform: uppercase;
}

.comment-date a:first-child:hover {
  text-decoration: underline;
}

.awaiting-moderation {
  font-style: italic;
}

.commentslist footer a:hover {
  text-decoration: underline;
}

.logged-in-as {
  margin-bottom: 12px;
}

.comment-meta {
  margin-bottom: 7px;
  line-height: 2.3;
  text-transform: uppercase;
}

.comment-date {
  margin-right: 10px;
}

.comment-reply-link {
  font-weight: bold;
  float: right;
  margin-top: -23px;
}

.comment-notes {
  margin-bottom: 15px;
}

.comment-form {
  padding-top: 4px;
}

.comment-form label {
  display: block;
  margin-bottom: 3px;
}

.comment-form input,
.comment-form textarea {
  padding: 13px;
  border-width: 1px;
  border-style: solid;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comments-area textarea {
  margin-bottom: 10px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  width: 60% !important;
}

.comments-area textarea {
  width: 100% !important;

}

.comments-area textarea {
  height: 250px;
}

.comments-area #submit {
  border: none;
  width: auto;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
}


/*--------------------------------------------------------------
13.0 Default Gallery
--------------------------------------------------------------*/

.gallery {
  overflow: hidden;
  list-style: none !important;
}

.gallery-icon img,
.gallery-icon a img {
  width: 100%;
  height: auto !important;
}

.gallery-caption,
.wp-caption-text {
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  border-top: 0;
}

.gallery-item {
  display: inline-block;
  vertical-align: top;
  padding: 0 !important;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
}

.gallery-columns-1 .gallery-item {
  float: none !important;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: -webkit-calc((100% - (5px * 1)) / 2);
  width: calc((100% - (5px * 1)) / 2);
}

.gallery-columns-3 .gallery-item {
  width: -webkit-calc((100% - (5px * 2)) / 3);
  width: calc((100% - (5px * 2)) / 3);
}

.gallery-columns-4 .gallery-item {
  width: -webkit-calc((100% - (5px * 3)) / 4);
  width: calc((100% - (5px * 3)) / 4);
}

.gallery-columns-5 .gallery-item {
  width: -webkit-calc((100% - (5px * 4)) / 5);
  width: calc((100% - (5px * 4)) / 5);
}

.gallery-columns-6 .gallery-item {
  width: -webkit-calc((100% - (5px * 5)) / 6);
  width: calc((100% - (5px * 5)) / 6);
}

.gallery-columns-7 .gallery-item {
  width: -webkit-calc((100% - (5px * 6)) / 7);
  width: calc((100% - (5px * 6)) / 7);
}

.gallery-columns-8 .gallery-item {
  width: -webkit-calc((100% - (5px * 7)) / 8);
  width: calc((100% - (5px * 7)) / 8);
}

.gallery-columns-9 .gallery-item {
  width: -webkit-calc((100% - (5px * 8)) / 9);
  width: calc((100% - (5px * 8)) / 9);
}


/*--------------------------------------------------------------
14.0 Widgets
--------------------------------------------------------------*/

.gracefulpixel-widget {
  margin-bottom: 40px;
  overflow: hidden;
}

.gracefulpixel-widget input[type="text"],
.gracefulpixel-widget input[type="email"],
.gracefulpixel-widget input[type="url"],
.gracefulpixel-widget input[type="password"],
.gracefulpixel-widget input[type="search"],
.gracefulpixel-widget input[type="submit"],
.gracefulpixel-widget select,
.gracefulpixel-widget textarea {
  width: 100%;
  padding: 10px;
  border-width: 1px;
  border-style: solid;
}

.widget-title {
  position: relative;
  z-index: 0;
  text-align: center;
  margin-bottom: 12px;
  clear: both;
  overflow: hidden;
}

.widget-title h2 {
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  line-height: 1.8;
}

.widget-title h2:before,
.widget-title h2:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1000px;
  height: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.widget-title h2:before {
  right: 100%;
  margin-right: 15px;
}

.widget-title h2:after {
  left: 100%;
  margin-left: 15px;
}

.gracefulpixel-widget>ul li span,
.gracefulpixel-widget>ul li span a {
  color: inherit;
}

.widget_recent_comments li,
.widget_meta li,
.widget_recent_comments li,
.widget_pages>ul>li,
.widget_archive li,
.widget_categories>ul>li,
.widget_recent_entries ul li {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}

.widget_recent_comments li,
.widget_meta li,
.widget_recent_comments li,
.widget_pages>ul>li,
.widget_archive li,
.widget_categories>ul>li,
.widget_recent_entries ul li,
.widget_nav_menu li {
  line-height: 45px;
}

.widget_pages .children>li a {
  display: block;
  border-top-style: dotted;
  border-top-width: 1px;
}

.widget_nav_menu li a {
  display: block;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}

.gracefulpixel-widget .sub-menu,
.gracefulpixel-widget .children {
  padding-left: 10px;
}

.widget_rss img {
  display: inline-block;
}

/* Search */
.widget_search #searchform,
.widget_product_search .woocommerce-product-search {
  position: relative;
}

.widget_search i,
.widget_search #searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px;
}

.widget_search #searchsubmit {
  width: auto !important;
  cursor: pointer;
  opacity: 0;
}

.widget_product_search input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 11px;
  width: auto !important;
  cursor: pointer;
}


/* Category */
.widget_categories ul li,
.widget_archive ul li {
  float: left;
  width: 100%;
  text-align: right;
}

.widget_categories ul li a,
.widget_archive ul li a {
  float: left;
  overflow: hidden;
}

.widget_categories .children li {
  padding-left: 10px;
  border-top-width: 1px;
  border-style: dotted;
}

/* TagCloud */
.tagcloud a {
  display: inline-block;
  padding: 11px 13px;
  margin: 0 5px 7px 0;
  border-style: solid;
  border-width: 1px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}

/* Calendar */
#wp-calendar {
  width: 100%;
  border-width: 1px;
  border-style: solid;
}

#wp-calendar thead th {
  padding-bottom: 5px;
  text-align: center;
}

#wp-calendar caption {
  padding: 10px;
  font-weight: 700;
  text-align: center;
}

#wp-calendar tbody td a {
  display: block;
}

#wp-calendar tfoot #prev,
#wp-calendar tfoot #next {
  padding: 8px 5px;
}

#wp-calendar tfoot #prev a,
#wp-calendar tfoot #next a {
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
}

#wp-calendar tfoot #next {
  text-align: right;
}

#wp-calendar thead tr th {
  padding: 8px;
  text-align: center;
  font-weight: 700;
}

#wp-calendar tbody td {
  border-width: 1px;
  border-style: solid;
  text-align: center;
}

#wp-calendar tbody td a {
  text-decoration: none;
  font-weight: bold;
}

/* Social Widget */
.gracefulpixel_social_widget .social-icons {
  text-align: center;
}

.gracefulpixel_social_widget .social-icons a {
  margin-right: 8.5%;
  padding: 0 3px;
  line-height: 2.1;
}

.gracefulpixel_social_widget .social-icons a:last-child {
  margin-right: 0;
}

/* Instagram Widget */
.gracefulpixel-instagram-widget {
  position: relative;
  display: none;
}

.instagram-title {
  position: absolute;
  z-index: 110;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.instagram-title h2 {
  font-weight: bold;
  line-height: 1;
  padding: 14px 17px;
  text-align: center;
  text-transform: uppercase;
}

.jr-insta-slider {
  display: block;
}

.null-instagram-feed {
  display: inline-block;
  width: 100%;
}

.null-instagram-feed li a {
  float: left;
  overflow: hidden;
}

.gracefulpixel-widget.null-instagram-feed li a {
  width: calc(95%/3);
  width: -webkit-calc(95%/3);
  margin-right: 2.5%;
  margin-bottom: 2.5%;
}

.gracefulpixel-widget.null-instagram-feed li:nth-child(3n+0) a {
  margin-right: 0px;
}

/* Featured Posts Widget */
.rpwwt-widget ul li {
  padding-bottom: 15px;
  margin-bottom: 17px !important;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  overflow: hidden;
}

.rpwwt-widget ul li img {
  margin: 3px .75em .75em 0 !important;
}

.rpwwt-widget ul li:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

.rpwwt-post-title {
  display: block;
  margin-bottom: 4px;
}

.rpwwt-post-author,
.rpwwt-post-categories,
.rpwwt-post-date,
.rpwwt-post-comments-number {
  font-style: italic;
}

/* Facebook Widget */
.widget_fbw_id .loader {
  display: none !important;
}

/* Mailchimp & MailPoet Widgets */
.gracefulpixel-subscribe-box,
.widget_wysija_cont {
  padding: 29px 30px 40px;
  background: #f7f7f7;
}

.gracefulpixel-subscribe-box h4 {
  font-size: 17px;
  margin-bottom: 5px;
  font-weight: 600;
  text-transform: uppercase;
}

.gracefulpixel-subscribe-box h4:before {
  font-family: "FontAwesome";
  content: "\f003";
  font-weight: 400;
  font-size: 17px;
  margin-right: 7px;
}

.gracefulpixel-subscribe-box p {
  font-size: 12px;
  margin-bottom: 20px;
}

.gracefulpixel-subscribe-form,
.widget_wysija {
  width: 100%;
}

.gracefulpixel-subscribe-text {
  text-align: center;
}

.mc4wp-error {
  text-align: center;
  margin-top: 10px;
}

.formError .formErrorContent {
  width: 160px;
}

.gracefulpixel-subscribe-box input[type="submit"] {
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  margin-top: 10px;
  cursor: pointer;
}

.widget_wysija label {
  margin-bottom: 10px;
}

.widget_wysija input[type="submit"] {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 12px;
  border: none;
  cursor: pointer;
}

.widget_wysija input[name="wysija[user][firstname]"],
.widget_wysija input[name="wysija[user][lastname]"],
.widget_wysija input[name="wysija[user][email]"],
.widget_wysija select {
  margin-bottom: 10px;
}

.widget_wysija_cont .updated,
.widget_wysija_cont .error,
.widget_wysija_cont .xdetailed-errors {
  padding: 9px;
}

/* Contact form 7 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 select,
.wpcf7 textarea {
  border-style: solid;
  border-width: 1px;
  padding: 13px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"] {
  width: 60%;
}

.wpcf7 input[type="number"] {
  width: 60px;
}

.wpcf7 input[type="tel"],
.wpcf7 input[type="date"] {
  width: 170px;
}

.wpcf7 textarea {
  width: 100%;
  height: 250px;
}

.wpcf7 label input,
.wpcf7 label select,
.wpcf7 label textarea {
  margin-top: 3px;
}

.wpcf7 label,
.wpcf7-quiz-label {
  display: block;
}

.wpcf7 p {
  margin-bottom: 22px;
}

.wpcf7 [type="submit"] {
  padding: 13px;
  border: none;
  width: auto;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
}

/* Author Widget */
.gracefulpixel_author_widget {
  text-align: center;
}

.gracefulpixel_author_widget img {
  margin: 0 auto 13px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.gracefulpixel_author_widget h3 {
  text-transform: uppercase;
  line-height: 1.8;
  margin-bottom: 4px;
}

.gracefulpixel_author_widget p {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
15.0 Page Footer
--------------------------------------------------------------*/

/* 11.1 Widgets */
.footer-widgets {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-top: 56px;
  overflow: hidden;
}

.footer-widgets>.gracefulpixel-widget {
  float: left;
}

.footer-widgets .widget-title {
  margin-bottom: 20px;
}

.footer-copyright {
  padding: 27px 0;
  overflow: hidden;
}

.footer-socials a {
  margin-right: 17px;
}

.footer-socials a:last-child {
  margin: 0;
}

.scrolltop {
  display: none;
  position: fixed;
  bottom: 65px;
  right: 80px;
  font-size: 40px;
  cursor: pointer;
  z-index: 20;
}


/*--------------------------------------------------------------
17.0 Pages
--------------------------------------------------------------*/

.page-404 {
  padding: 120px 40px;
  text-align: center;
}

.page-404 h2 {
  position: relative;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0 0 60px;
  letter-spacing: 0.2em;
}

.page-404 h2:before {
  content: '404';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  font-size: 110px;
  line-height: 1;
  margin-top: -4px;
  opacity: 0.15;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-404 p a {
  text-decoration: underline;
}


/*--------------------------------------------------------------
17.0 Preloader
--------------------------------------------------------------*/

.gracefulpixel-preloader-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
}

.gracefulpixel-preloader-wrap>div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}


/*--------------------------------------------------------------
19.0 Recent Posts
--------------------------------------------------------------*/

.sovona-small-image-box {
  float: left;
  width: 70px;
  height: 60px;
  margin-right: 12px;
  background-size: cover;
  background-position: center;
  background-color: #f2f2f2;
  border-radius: 8px;
}

.sovona-recent-image-box {
  display: block;
  clear: both;
  margin-bottom: 15px;
  border-bottom: 1px dashed #ccc;
  min-height: 76px;
}

aside .gracefulpixel-widget h2,
.gracefulpixel-widget .widget-title,
aside .graceful-widget h2,
.graceful-widget .widget-title,
#site-footer .gracefulpixel-widget .widget-title,
#site-footer .graceful-widget .widget-title {
  background: transparent;
  border: none;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #111111;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
  padding: 0 0 12px;
  margin-bottom: 16px;
  position: relative;
  display: block;
  overflow: visible;
  width: 100%;
}

.gracefulpixel-widget .widget-title h2,
.graceful-widget .widget-title h2 {
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #111111;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  line-height: 1.4;
  border: none;
}

aside .gracefulpixel-widget h2::before,
aside .gracefulpixel-widget h2::after,
.gracefulpixel-widget .widget-title h2::before,
.gracefulpixel-widget .widget-title h2::after,
aside .graceful-widget h2::before,
aside .graceful-widget h2::after,
.graceful-widget .widget-title h2::before,
.graceful-widget .widget-title h2::after {
  display: none !important;
}

aside .gracefulpixel-widget h2::after,
.gracefulpixel-widget .widget-title::after,
aside .graceful-widget h2::after,
.graceful-widget .widget-title::after,
#site-footer .gracefulpixel-widget .widget-title::after,
#site-footer .graceful-widget .widget-title::after {
  content: '';
  display: block !important;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #e8400c 50px, #e8e8e8 50px);
  border: none !important;
}

.sovona-recent-image-box:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0 !important;
  min-height: 76px;
}

.gracefulpixel-widget .sovona-recent-image-box a {
  color: #3a3a3a;
  line-height: 22px;
  display: block;
  vertical-align: top;
  height: 46px;
  width: 185px;
  margin-top: 3px;
  overflow: hidden;
  font-size: 13px;
}

.gracefulpixel-recent-info {
  float: left;
}

#page-content .gracefulpixel-widget .sovona-recent-image-box a:hover {
  color: #777777;
}

.gracefulpixel-widget>ul li.sovona-recent-image-box span {
  display: block;
  font-size: 11px;
  line-height: 14px;
  font-family: sans-serif;
  color: inherit;
}

.sovona-widget {
  background: #FFF;
}

.sovona-widget ul {
  padding: 10px;
}

.gracefulpixel_author_widget a {
  position: relative;
  display: block;
  width: 269px;
  margin: 0 auto;
}

.gracefulpixel_author_widget a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 27px;
  width: 215px;
  height: 215px;
  border: 10px solid rgba(0, 0, 0, 0.2);
  /* border: 10px solid rgba(255,255,255,0.3); */
  border-radius: 50%;
}


/*--------------------------------------------------------------
20.0 Instagram Widget - SB plugin style customizations
--------------------------------------------------------------*/
.footer-instagram-widget .widget_instagram-feed-widget {
  display: block;
}

.sbi_item:nth-of-type(1n+10) {
  display: none !important;
}


/* css-logical-styling-based-on-the-number-elements - source:- css-tricks.com */

.footer-instagram-widget .sbi_item:first-child:nth-last-child(n + 1),
.footer-instagram-widget .sbi_item:first-child:nth-last-child(n + 1)~.sbi_item,
.footer-instagram-widget .sbi_item:first-child:nth-last-child(n + 2),
.footer-instagram-widget .sbi_item:first-child:nth-last-child(n + 2)~.sbi_item,
.footer-instagram-widget .sbi_item:first-child:nth-last-child(n + 3),
.footer-instagram-widget .sbi_item:first-child:nth-last-child(n + 3)~.sbi_item,
.footer-instagram-widget .sbi_item:first-child:nth-last-child(n + 4),
.footer-instagram-widget .sbi_item:first-child:nth-last-child(n + 4)~.sbi_item,
.footer-instagram-widget .sbi_item:first-child:nth-last-child(n + 5),
.footer-instagram-widget .sbi_item:first-child:nth-last-child(n + 5)~.sbi_item {
  width: calc(100%/5) !important;
}

.footer-instagram-widget .sbi_item:first-child:nth-last-child(n + 6),
.footer-instagram-widget .sbi_item:first-child:nth-last-child(n + 6)~.sbi_item {
  width: calc(100%/6) !important;
}

.footer-instagram-widget .sbi_item:first-child:nth-last-child(n + 7),
.footer-instagram-widget .sbi_item:first-child:nth-last-child(n + 7)~.sbi_item {
  width: calc(100%/7) !important;
}

.footer-instagram-widget .sbi_item:first-child:nth-last-child(n + 8),
.footer-instagram-widget .sbi_item:first-child:nth-last-child(n + 8)~.sbi_item {
  width: calc(100%/8) !important;
}

.footer-instagram-widget .sbi_item:first-child:nth-last-child(n + 9),
.footer-instagram-widget .sbi_item:first-child:nth-last-child(n + 9)~.sbi_item {
  width: calc(100%/9) !important;
}

@media (max-width: 576px) {
  .footer-instagram-widget .sbi_item:nth-of-type(1n+7) {
    display: none !important;
  }

  .footer-instagram-widget #sb_instagram #sbi_images .sbi_item:first-child:nth-last-child(n + 6),
  .footer-instagram-widget #sb_instagram #sbi_images .sbi_item:first-child:nth-last-child(n + 6)~.sbi_item {
    width: calc(100%/3) !important;
  }
}


.footer-instagram-widget #sbi_images {
  padding: 0 !important;
}

.footer-instagram-widget .sb_instagram_header {
  display: none;
}

.footer-instagram-widget #sb_instagram .sbi_follow_btn a {
  background: #aaa;
}

.footer-instagram-widget .sbi_follow_btn {
  display: none !important;
}

.footer-instagram-widget #sb_instagram .sbi_follow_btn a,
.footer-instagram-widget #sb_instagram .sbi_follow_btn a:hover {
  background: rgb(238, 238, 238);
  color: rgb(3, 3, 3);
  box-shadow: none;
}

aside .sb_instagram_header {
  display: none;
}

aside #sbi_images {
  padding: 3px !important;
}

aside #sb_instagram #sbi_images .sbi_item {
  width: calc(100%/3) !important;
}

aside #sb_instagram .sbi_follow_btn a,
aside #sb_instagram .sbi_follow_btn a:hover {
  background: rgb(238, 238, 238);
  color: rgb(3, 3, 3);
  box-shadow: none;
}


/* Hero Banner
 ========================================================================== */

.gracefulpixel-hb-col {
  position: relative;
  float: left;
  width: 100%;
}

.gracefulpixel-hb-col:first-child {
  text-align: right;
}

.gracefulpixel-hb-col:last-child {
  min-height: 500px;
}

.gracefulpixel-hb-col img {
  width: 400px;
  height: 400px;
  margin: 50px;
  text-align: right;
  display: unset;
}

.gracefulpixel-hb-col h2 {
  font-size: 42px;
  margin-bottom: 20px;
}

.gracefulpixel-hb-col a {
  padding: 10px 20px;
  background: #333333;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: bold;
}

.gracefulpixel-hb-col:first-child::after {
  content: '';
  background: #eeeeee;
  width: 400px;
  height: 400px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.gracefulpixel-hb-col-inner {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 40px;
}

@media screen and (min-width: 768px) {

  .gracefulpixel-hb-col {
    width: 49%;
  }
}

#gracefulpixel-hero-banner-wrap {

  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .gracefulpixel-hb-col img {
    width: 300px;
    height: 300px;
    text-align: center;
  }

  .gracefulpixel-hb-col:last-child {
    min-height: 300px;
  }

  .gracefulpixel-hb-col:first-child::after {
    left: 0;
    width: 100%;
  }

  .gracefulpixel-hb-col:first-child {
    text-align: center;
  }
}

@media (min-width:700px) and (max-width:900px) {
  .gracefulpixel-hb-col img {
    width: 340px;
    height: 340px;
  }

  .gracefulpixel-hb-col:first-child {
    text-align: center;
  }

  .gracefulpixel-hb-col:first-child::after {
    display: none;
  }

  .gracefulpixel-hb-col:last-child {
    min-height: 200px;
    text-align: center;
  }
}

.gracefulpixel-hb-col a:focus {
  outline: 2px dotted #000000 !important;
}

.gracefulpixel-hb-col h2 {
  max-width: 504px;
}

.grace-latest {
  text-align: center;
  background: #f3f3f3;
  padding: 7px;
  font-size: 20px;
  margin-bottom: 36px;
}

.main-nav-search .fa-search,
.main-nav-search .fa-times {
  background: #000000;
  color: #ffffff !important;
  padding: 8px;
  border-radius: 50%;
  font-size: 14px;
}

.main-nav-search .fa-search:hover,
.main-nav-search:hover .fa-search,
.main-nav-search .fa-times:hover,
.main-nav-search:hover .fa-times {
  color: #ffffff !important;
}

.gracefulpixel-latest-articles {
  margin-bottom: 30px;
  /*margin-top: 70px;*/
  font-size: 28px;
}




/*--------------------------------------------------------------
# Owl Slider
--------------------------------------------------------------*/

/* Owl Carousel - v2.3.4
   ========================================================================== */
/**
 # OwlCarousel.css
 # Unminified original source available in the theme folder - assets/css/vendors/owl.carousel.css */
.owl-carousel,
.owl-carousel .owl-item {
  position: relative;
  -webkit-tap-highlight-color: transparent
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1
}

.owl-carousel .owl-stage {
  -moz-backface-visibility: hidden;
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation
}

.owl-carousel .owl-stage:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden
}

.owl-carousel .owl-stage-outer {
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  float: left;
  min-height: 1px;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  border: none;
  color: inherit;
  font: inherit;
  padding: 0 !important
}

.owl-carousel.owl-loading {
  display: block;
  opacity: 0
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.owl-height {
  transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  background: #000;
  height: 100%;
  position: relative
}

.owl-carousel .owl-video-play-icon {
  -webkit-backface-visibility: hidden;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  height: 80px;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  position: absolute;
  top: 50%;
  transition: transform .1s ease;
  width: 80px;
  z-index: 1
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}

.owl-carousel .owl-video-tn {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  opacity: 0;
  transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1
}

/**
 # Owl.Theme.Default.css
 # Unminified original source available in the theme folder - assets/css/vendors/owl.theme.default.css */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  -webkit-tap-highlight-color: transparent;
  text-align: center
}

.owl-theme .owl-nav {
  margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
  background: #D6D6D6;
  border-radius: 3px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none
}

.owl-theme .owl-nav .disabled {
  cursor: default;
  opacity: .5
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
  -webkit-backface-visibility: visible;
  background: #D6D6D6;
  border-radius: 30px;
  display: block;
  height: 10px;
  margin: 5px 7px;
  transition: opacity .2s ease;
  width: 10px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791
}



/*--------------------------------------------------------------
Trending Ticker Bar
--------------------------------------------------------------*/

#trending-ticker-bar {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
  z-index: 1100;
  position: relative;
}

.trending-ticker-inner {
  display: flex;
  align-items: center;
  height: 44px;
  max-width: 100%;
}

/* Label badge */
.trending-ticker-label {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  background: #e8400c;
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 16px;
  height: 100%;
  white-space: nowrap;
  z-index: 2;
}

.trending-ticker-icon {
  font-size: 13px;
  line-height: 1;
}

/* Scrolling track wrapper — clips overflow */
.trending-ticker-track-wrap {
  flex: 1;
  overflow: hidden;
  position: relative;
  height: 100%;
  /* Fade edges */
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 3%, black 97%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 3%, black 97%, transparent 100%);
}

/* The moving track */
.trending-ticker-track {
  display: flex;
  align-items: center;
  height: 100%;
  white-space: nowrap;
  animation: ticker-scroll 15s linear infinite;
  will-change: transform;
}

.trending-ticker-track:hover {
  animation-play-state: paused;
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Individual post item */
.trending-ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 30px 0 0;
  text-decoration: none;
  color: inherit;
  flex-shrink: 0;
}

.trending-ticker-item:hover .trending-ticker-title {
  color: #e8400c;
}

/* Thumbnail */
.trending-ticker-thumb {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid #e8e8e8;
}

.trending-ticker-no-thumb {
  display: inline-block;
  background-color: #e0e0e0;
}

/* Date */
.trending-ticker-date {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  color: #999999;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Title */
.trending-ticker-title {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #222222;
  white-space: nowrap;
  transition: color 0.2s ease;
}

/* Separator dot between items */
.trending-ticker-item::after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #dddddd;
  margin-left: 25px;
  flex-shrink: 0;
}

.trending-ticker-item:last-child::after {
  display: none;
}

@media (max-width: 480px) {
  .trending-ticker-label {
    padding: 0 12px;
    font-size: 10px;
  }

  .trending-ticker-title {
    font-size: 12px;
  }

  .trending-ticker-date {
    display: none;
  }
}

/*--------------------------------------------------------------
Latest Posts Ticker Slider
--------------------------------------------------------------*/

.gracefulpixel-latest,
.graceful-latest {
  margin-bottom: 40px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* Wrapper — gives padding so the card has breathing room */
.gracefulpixel-latest-posts-ticker,
.graceful-latest-posts-ticker {
  background: transparent;
  padding: 0;
  position: relative;
}

.gracefulpixel-latest-posts-ticker .item,
.graceful-latest-posts-ticker .item {
  padding: 0;
}

/* Hero card — full-bleed background image */
.lpt-card {
  position: relative;
  width: 100%;
  height: 460px;
  border-radius: 14px;
  overflow: hidden;
  background-color: #1a1a2e;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Dark gradient overlay — strong at bottom, fades to transparent at top */
.lpt-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.08) 0%,
      rgba(0, 0, 0, 0.25) 40%,
      rgba(0, 0, 0, 0.75) 75%,
      rgba(0, 0, 0, 0.88) 100%);
  border-radius: 14px;
  z-index: 1;
}

/* Bottom content block */
.lpt-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 30px 30px;
  z-index: 2;
}

/* Category badge */
.lpt-category {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 0, 0, 0.45);
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 12px 5px 8px;
  border-radius: 4px;
  margin-bottom: 12px;
}

.lpt-category-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #e8400c;
  border-radius: 2px;
  flex-shrink: 0;
}

/* Post title */
.lpt-title {
  margin: 0 0 16px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
}

.lpt-title a {
  color: #ffffff !important;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.lpt-title a:hover {
  opacity: 0.85;
}

/* Author / date meta row */
.lpt-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #e8e8e8;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.lpt-avatar {
  width: 36px !important;
  height: 36px !important;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.6);
  flex-shrink: 0;
}

.lpt-author {
  font-weight: 500;
  color: #ffffff;
}

.lpt-divider {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}

.lpt-date {
  color: #e0e0e0;
}

/* ── Nav buttons — top-right, square with rounded corners ── */
.gracefulpixel-latest-posts-ticker .owl-nav,
.graceful-latest-posts-ticker .owl-nav {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex !important;
  gap: 8px;
  z-index: 10;
  margin: 0;
  pointer-events: none;
}

.gracefulpixel-latest-posts-ticker .owl-nav button,
.graceful-latest-posts-ticker .owl-nav button {
  pointer-events: all;
  width: 40px !important;
  height: 40px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border: none !important;
  border-radius: 8px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  transition: background 0.2s ease;
  margin: 0 !important;
  padding: 0 !important;
}

.gracefulpixel-latest-posts-ticker .owl-nav button:hover,
.graceful-latest-posts-ticker .owl-nav button:hover {
  background: #ffffff !important;
}

.gracefulpixel-latest-posts-ticker .owl-nav button span,
.graceful-latest-posts-ticker .owl-nav button span {
  color: #333333 !important;
  font-size: 30px !important;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -5px;
}

/* ── Dots — vertical, left side ── */
.gracefulpixel-latest-posts-ticker .owl-dots,
.graceful-latest-posts-ticker .owl-dots {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  display: flex !important;
  flex-direction: column;
  gap: 8px;
  z-index: 10;
  margin: 0 !important;
}

.gracefulpixel-latest-posts-ticker .owl-dots .owl-dot,
.graceful-latest-posts-ticker .owl-dots .owl-dot {
  display: block !important;
  margin: 0 !important;
}

.gracefulpixel-latest-posts-ticker .owl-dots .owl-dot span,
.graceful-latest-posts-ticker .owl-dots .owl-dot span {
  display: block !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.45) !important;
  margin: 0 !important;
  transition: background 0.2s ease, transform 0.2s ease;
}

.gracefulpixel-latest-posts-ticker .owl-dots .owl-dot.active span,
.graceful-latest-posts-ticker .owl-dots .owl-dot.active span {
  background: #ffffff !important;
  transform: scale(1.4);
}

/* Responsive */
@media (max-width: 768px) {
  .lpt-card {
    height: 380px;
  }

  .lpt-title {
    font-size: 22px;
  }

  .lpt-content {
    padding: 20px;
  }

  .gracefulpixel-latest-posts-ticker .owl-dots,
  .graceful-latest-posts-ticker .owl-dots {
    top: 20px;
    left: 20px;
    transform: none;
  }
}

@media (max-width: 480px) {
  .lpt-card {
    height: 320px;
  }

  .lpt-title {
    font-size: 18px;
    line-height: 1.3;
  }

  .lpt-meta {
    font-size: 12px;
  }

  .gracefulpixel-latest-posts-ticker .owl-nav,
  .graceful-latest-posts-ticker .owl-nav {
    top: 12px;
    right: 12px;
  }

  .gracefulpixel-latest-posts-ticker .owl-nav button,
  .graceful-latest-posts-ticker .owl-nav button {
    width: 34px !important;
    height: 34px !important;
  }

  .gracefulpixel-latest-posts-ticker .owl-dots,
  .graceful-latest-posts-ticker .owl-dots {
    top: 16px;
    left: 16px;
    transform: none;
  }
}



/* Responsive adjustments */
@media (max-width: 992px) {
  .post-card {
    height: 350px;
  }

  .post-image {
    height: 350px;
  }

  .post-title {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .post-card {
    flex-direction: column;
    height: auto;
  }

  .post-image {
    flex: 0 0 280px;
    height: 280px;
  }

  .post-content {
    flex: 1;
    padding: 15px;
  }

  .post-title {
    font-size: 18px;
  }

  .post-author {
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .post-image {
    height: 220px;
  }
}




/*--------------------------------------------------------------
Popular Posts Ticker
--------------------------------------------------------------*/
.gracefulpixel-trending {
  margin-top: 24px;
  margin-bottom: 0px;
}

.gracefulpixel-trending h4 {

  color: #030303;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 20px;
  overflow: visible;
  padding: 5px 5px 5px 0px;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  clear: both;
}


.trending-container {
  display: flex;
  align-items: center;
}

.blinking-dot {
  width: 10px;
  height: 10px;
  background-color: #FF0000;
  border-radius: 50%;
  margin-right: 8px;
  animation: blink 1s infinite;
}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.gracefulpixel-trending-posts-ticker {
  background: #fff;
  padding: 0;
}

.gracefulpixel-trending-posts-ticker .item {
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 0;
}

.gracefulpixel-trending-posts-ticker .item a {
  width: 100%;
  border: 1px solid #ddd;
  background: #fafafa;
}

.gracefulpixel-trending-posts-ticker .post-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.gracefulpixel-trending-posts-ticker .post-thumbnail {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-right: 15px;
}

.gracefulpixel-trending-posts-ticker .post-thumbnail img {
  width: 100%;
  height: auto;
}

.gracefulpixel-trending-posts-ticker .post-thumbnail .no-thumbnail {
  width: 100%;
  height: 100%;
  background-color: #ddd;
}

.gracefulpixel-trending-posts-ticker .post-details {
  display: flex;
  align-items: center;
}

.gracefulpixel-trending-posts-ticker .post-title {
  font-size: 14px;
  line-height: 22px !important;
  margin: 0;
  color: #333;
  display: inline-block;
  max-height: 100px;
  overflow: hidden;
  padding: 3px 10px 0 0;
  font-family: 'Lato', sans-serif;
}

.gracefulpixel-trending-posts-ticker .owl-nav {
  position: absolute;
  top: -40px;
  right: 0px;
  display: flex;
  gap: 0px;
  z-index: 3;
  pointer-events: none;
}

.gracefulpixel-trending-posts-ticker .owl-nav button {
  width: 20px;
  height: 20px;
  font-size: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  color: #111 !important;
  padding: 12px 8px 15px 8px !important;
}

.gracefulpixel-trending-posts-ticker .owl-nav button:hover {
  background: rgba(255, 255, 255, 0.9) !important;
}

.gracefulpixel-trending-posts-ticker .owl-nav .owl-prev,
.gracefulpixel-trending-posts-ticker .owl-nav .owl-next {
  position: static;
}

@media (max-width: 1200px) {
  .gracefulpixel-trending {
    margin: 20px;
  }
}

@media (max-width: 1080px) {
  #gracefulpixel-trending-post-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 1081px) {
  #gracefulpixel-trending-post-wrap {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}


.gracefulpixel-trending-posts-ticker .post-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.gracefulpixel-trending-posts-ticker .post-date {
  font-size: 14px;
  color: #6f6f6f;
  margin-bottom: 0;
}

.gracefulpixel-trending-posts-ticker .post-item {
  display: flex;
  align-items: flex-start;
}

.gracefulpixel-trending-posts-ticker .post-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 4px 0 0;
}




/*--------------------------------------------------------------
Slider Customization
--------------------------------------------------------------*/

#gracefulpixel-post-slider .owl-nav {
  align-items: unset;
  background-color: unset;
  height: unset;
  justify-content: unset;
  margin: unset;
  max-width: unset;
  text-align: unset;
  width: unset;
}

#gracefulpixel-post-slider .owl-nav button {
  display: unset;
}

#gracefulpixel-post-slider .owl-nav button:focus {
  box-shadow: unset;
  outline: unset;
}

#gracefulpixel-post-slider .owl-nav [class*=owl-]:hover {
  background: unset;
}

#gracefulpixel-post-slider .owl-dots {
  display: unset;
}

#gracefulpixel-post-slider .owl-stage-outer:after {
  background-color: unset;
  bottom: unset;
  content: unset;
  display: unset;
  height: unset;
  left: unset;
  position: unset;
  transform: unset;
  width: unset;
  z-index: unset;
}

#gracefulpixel-post-slider .owl-next {
  border-radius: unset;
  margin-left: unset;
  margin-top: unset;
  padding-left: unset;
  position: unset;
}

#gracefulpixel-post-slider .owl-next span {
  color: unset;
  font-size: unset;
}

#gracefulpixel-post-slider .owl-next::after {
  background: unset;
  border-radius: unset;
  content: unset;
  height: unset;
  position: unset;
  right: unset;
  top: unset;
  width: unset;
}

#gracefulpixel-post-slider .owl-prev {
  border-radius: unset;
  margin-right: unset;
  margin-top: unset;
  padding-right: unset;
  position: unset;
}

#gracefulpixel-post-slider .owl-prev span {
  color: unset;
  font-size: unset;
}

#gracefulpixel-post-slider .owl-prev::after {
  background: unset;
  border-radius: unset;
  content: unset;
  height: unset;
  position: unset;
  right: unset;
  top: unset;
  width: unset;
}


#gracefulpixel-post-slider {
  padding: 0 4px !important;
}

#gracefulpixel-post-slider .slide-item {
  height: 480px;
}

#gracefulpixel-post-slider {
  padding-bottom: 15px;
}

#gracefulpixel-post-slider .slider-item:first-child {
  display: block;
}

#gracefulpixel-post-slider .slide-item {
  background-size: cover;
  background-position: center;
}

#gracefulpixel-post-slider .owl-nav {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
  display: block;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

#gracefulpixel-post-slider .owl-nav button {
  background: rgba(255, 255, 255, 0.6);
  border: none;
  font-size: 60px !important;
  pointer-events: all;
  color: #777 !important;
  cursor: pointer;
  padding: 6px 8px 15px 10px !important;
}

#gracefulpixel-post-slider .owl-nav button:hover {
  color: #000 !important;
}

#gracefulpixel-post-slider .owl-nav [class*=owl-]:hover {
  background: rgba(255, 255, 255, 0.7);
}

#gracefulpixel-post-slider .owl-nav .owl-prev {
  position: absolute;
  left: 10px;
}

#gracefulpixel-post-slider .owl-nav .owl-next {
  position: absolute;
  right: 10px;
}

#gracefulpixel-post-slider .owl-dots {
  margin-top: -32px;
  position: relative;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fbfbfb;
}


#gracefulpixel-post-slider .gracefulpixel-wrap-inner {
  vertical-align: bottom;
}

#gracefulpixel-post-slider.wrapped-content img {
  width: 100%;
}

#gracefulpixel-post-slider.wrapped-content .slider-item-bg {
  height: 540px;
}

.slider-item {
  display: none;
  position: relative;
}

.slider-item-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
}

.gracefulpixel-slider-info {
  display: inline-block;
  max-width: 840px;
  padding: 40px;
}

.slider-categories {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.gracefulpixel-slider-title {
  font-size: 36px;
  letter-spacing: 1px;
  line-height: 44px;
  margin-bottom: 25px;
}

.gracefulpixel-slider-read-more a {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.8);
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 30px;
  margin-bottom: 30px;
  padding: 0 25px;
  text-transform: uppercase;
}

#gracefulpixel-post-slider .owl-dots {
  display: block !important;
  padding: 0 !important;
}

@media screen and (max-width: 480px) {
  #gracefulpixel-post-slider .owl-nav {
    display: none;
  }

  .gracefulpixel-slider-info {
    padding: 10px;
  }

  .gracefulpixel-slider-title {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 31px;
    margin-bottom: 25px;
  }

  #gracefulpixel-post-slider .slide-item {
    height: 240px;
  }
}


@media screen and (max-width: 1200px) {
  #gracefulpixel-post-slider.wrapped-content {
    padding-bottom: 12px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}


.fa.fa-twitter {
  font-family: sans-serif;
}

.fa.fa-twitter::before {
  content: "𝕏";
  font-size: 1.2em;
}


#page-content #gracefulpixel-latest-posts-ticker a:hover {
  color: #f2f2f2;
}




.navigation-search-button {
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}

.main-navigation-search {
  top: 7px;
}

.navigation-search-button i {
  color: #ffffff !important;
}

.continue-read a {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000 !important;
  text-decoration: none;
}

#main-navigation #searchform #searchsubmit,
.close-gracefulpixel-search {
  background: #f2f2f2;
  border: 1px solid #000000;
}

.gracefulpixel-latest-articles,
.graceful-latest-articles {
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 0 0 12px;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  color: #111111;
  border: none;
  display: block;
  position: relative;
}

.gracefulpixel-latest-articles::after,
.graceful-latest-articles::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #e8400c 50px, #e8e8e8 50px);
}

.graceful-pixel-category-title {
  margin-bottom: 30px;
  margin-top: 1px;
  padding: 0 0 12px;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  color: #111111;
  border: none;
  display: block;
  position: relative;
  width: 100%;
}

.graceful-pixel-category-title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #e8400c 50px, #e8e8e8 50px);
}


/* Shine Effect on post images */
.site-images a {
  position: relative;
  display: block;
}

.site-images a::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.site-images a:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/*--------------------------------------------------------------
Home Blog List Layout Customization
--------------------------------------------------------------*/

.blog .content-column li,
.archive .content-column li,
.search .content-column li {
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid #eeeeee;
  list-style: none;
}

.blog .content-column li:last-child,
.archive .content-column li:last-child,
.search .content-column li:last-child {
  border-bottom: none;
}

/* Card — flat, no shadow, auto height */
.blog .content-column article,
.archive .content-column article,
.search .content-column article {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  background: #ffffff;
  box-shadow: none;
  height: auto;
  overflow: visible;
}

/* Image column — fixed width, rounded corners */
.blog .post-image-col,
.archive .post-image-col,
.search .post-image-col {
  flex: 0 0 300px;
  width: 300px;
}

.blog .post-image-col .site-images,
.archive .post-image-col .site-images,
.search .post-image-col .site-images {
  height: 220px;
  min-height: unset;
  border-radius: 10px;
  overflow: visible;
  background: #f2f2f2;
}

.blog .site-images a,
.archive .site-images a,
.search .site-images a {
  display: block;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.blog .site-images a img,
.archive .site-images a img,
.search .site-images a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.blog .site-images .no-thumbnail,
.archive .site-images .no-thumbnail,
.search .site-images .no-thumbnail {
  width: 100%;
  height: 100%;
  background-color: #e8e8e8;
  border-radius: 10px;
}

/* Content column */
.blog .post-content-col,
.archive .post-content-col,
.search .post-content-col {
  flex: 1;
  padding: 4px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Category badge */
.bl-category-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 10px;
}

.bl-category-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #e8400c;
  border-radius: 2px;
  flex-shrink: 0;
}

.bl-category-badge a {
  color: #444444;
  text-decoration: none;
  transition: color 0.2s ease;
}

.bl-category-badge a:hover {
  color: #e8400c;
}

/* Post title */
.blog .post-title,
.archive .post-title,
.search .post-title {
  margin: 0 0 10px 0;
  word-wrap: break-word;
  text-align: left;
}

.blog .post-title a,
.archive .post-title a,
.search .post-title a {
  color: #111111;
  text-decoration: none;
  transition: color 0.2s ease;
}

.blog .post-title a:hover,
.archive .post-title a:hover,
.search .post-title a:hover {
  color: #e8400c;
}

/* Meta row: By Author • Date */
.bl-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  color: #777777;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.bl-author a {
  color: #555555;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.bl-author a:hover {
  color: #e8400c;
}

.bl-meta-dot {
  color: #aaaaaa;
  font-size: 10px;
}

.bl-date {
  color: #777777;
}

/* Excerpt */
.blog .post-page-content,
.archive .post-page-content,
.search .post-page-content {
  padding-top: 0;
  margin-top: 0;
}

.blog .post-page-content p,
.archive .post-page-content p,
.search .post-page-content p {
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: #555555;
  line-height: 1.6;
}

/* Read More link */
.bl-read-more {
  margin-top: 12px;
}

.bl-read-more a {
  display: inline;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  color: #e8400c;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.bl-read-more a:hover {
  color: #a07a3a;
  text-decoration: underline;
}

/* Post header reset */
.blog .post-header,
.archive .post-header,
.search .post-header {
  text-align: left;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------------------
Multi-Column Blog Layouts (2, 3, 4 Columns)
--------------------------------------------------------------*/

/* Grid Item container */
[data-layout*="col2"] .content-column li,
[data-layout*="col3"] .content-column li,
[data-layout*="col4"] .content-column li {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

/* Card: Vertical Stack (Content Below Image) */
[data-layout*="col2"] .content-column article,
[data-layout*="col3"] .content-column article,
[data-layout*="col4"] .content-column article {
  flex-direction: column !important;
  gap: 14px !important;
}

/* Full Width Image Column */
[data-layout*="col2"] .post-image-col,
[data-layout*="col3"] .post-image-col,
[data-layout*="col4"] .post-image-col {
  flex: none !important;
  width: 100% !important;
}

/* 2 Columns: Image Height 220px */
[data-layout*="col2"] .post-image-col .site-images {
  height: 220px !important;
}

/* 3 Columns: Image Height 180px */
[data-layout*="col3"] .post-image-col .site-images {
  height: 180px !important;
}

[data-layout*="col3"] .bl-meta {
  font-size: 12px;
}

/* 4 Columns: Image Height 160px */
[data-layout*="col4"] .post-image-col .site-images {
  height: 160px !important;
}

[data-layout*="col4"] .bl-meta {
  font-size: 11px;
}

/* Content column padding in grid */
[data-layout*="col2"] .post-content-col,
[data-layout*="col3"] .post-content-col,
[data-layout*="col4"] .post-content-col {
  padding: 0 !important;
  gap: 6px !important;
}

/* Responsive — tablet */
@media (max-width: 768px) {

  .blog .content-column article,
  .archive .content-column article,
  .search .content-column article {
    flex-direction: column;
    gap: 16px;
  }

  .blog .post-image-col,
  .archive .post-image-col,
  .search .post-image-col {
    flex: none;
    width: 100%;
  }

  .blog .post-image-col .site-images,
  .archive .post-image-col .site-images,
  .search .post-image-col .site-images {
    height: 240px;
  }

  .blog .post-title,
  .archive .post-title,
  .search .post-title {
    font-size: 20px;
  }
}

/* Responsive — mobile */
@media (max-width: 480px) {

  .blog .post-image-col .site-images,
  .archive .post-image-col .site-images,
  .search .post-image-col .site-images {
    height: 200px;
  }

  .blog .post-title,
  .archive .post-title,
  .search .post-title {
    font-size: 18px;
  }

  .bl-meta {
    font-size: 12px;
  }
}

/*--------------------------------------------------------------
Single Post Hero Header (Pixel Blog Style)
--------------------------------------------------------------*/

/* Hero block */
.sph-hero {
  position: relative;
  width: 100%;
  min-height: 480px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #2a2a2a;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 1px #e0e0e0;
  margin-bottom: 36px;
  display: flex;
  align-items: flex-end;
}

/* Gradient overlay — only when image present */
.sph-has-image .sph-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.05) 0%,
      rgba(0, 0, 0, 0.20) 40%,
      rgba(0, 0, 0, 0.72) 75%,
      rgba(0, 0, 0, 0.88) 100%);
  z-index: 1;
}

/* Content sits above overlay */
.sph-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 32px 36px 36px;
}

/* Category badges */
.sph-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.sph-cat-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(0, 0, 0, 0.45);
  color: #ffffff !important;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 12px 5px 8px;
  border-radius: 20px;
  transition: background 0.2s ease;
}

.sph-cat-badge:hover {
  background: rgba(0, 0, 0, 0.65);
  color: #ffffff !important;
}

.sph-cat-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FF4118;
  flex-shrink: 0;
}

/* Post title */
.sph-hero .sph-title {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff !important;
  margin: 0 0 18px;
  padding: 0;
  word-wrap: break-word;
}

/* Meta row */
.sph-meta {
  display: flex;
  align-items: center;
  gap: 14px;
}

.sph-avatar {
  width: 44px !important;
  height: 44px !important;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.6);
  flex-shrink: 0;
}

.sph-meta-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.sph-author {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 4px;
}

.sph-author a {
  color: #ffffff !important;
  text-decoration: none;
}

.sph-meta-row {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  flex-wrap: wrap;
}

.sph-sep {
  color: rgba(255, 255, 255, 0.45);
}

.sph-date,
.sph-read-time {
  color: rgba(255, 255, 255, 0.85);
}

.sph-comments {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: rgba(255, 255, 255, 0.85);
}

.sph-comment-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
}

/* No-image fallback — dark grey, no overlay needed */
.sph-no-image .sph-content {
  padding-top: 60px;
}

/* Responsive */
@media (max-width: 768px) {
  .sph-hero {
    min-height: 380px;
    border-radius: 8px;
  }

  .sph-hero .sph-title {
    font-size: 24px;
  }

  .sph-content {
    padding: 24px 20px 28px;
  }
}

@media (max-width: 480px) {
  .sph-hero {
    min-height: 300px;
  }

  .sph-hero .sph-title {
    font-size: 20px;
  }

  .sph-meta-row {
    font-size: 12px;
  }

  .sph-avatar {
    width: 36px !important;
    height: 36px !important;
  }
}


@media (min-width: 1080px) {
  .post-content {
    padding: 0 30px;
  }
}