/*!
	Theme Name: Blog Bom Sabor
	Description: Tema do Blog Bom Sabor
	Author: Paulo Marques - 2PRimos Freelanceria
	Author URI: https://2primos.com.br
	Template: hello-elementor
	Version: 1.0.0
	License: GNU General Public License v3 or later.
	Text Domain: blog-bomsabor
*/
/* FONTS */
/* COLORS */
/* TRANSITIONS */
/* GENERAL MIXINS */
/* CUSTOM CLASSES */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 18px;
  background: #CE3438;
  color: white;
  border-radius: 4px;
}

.btn:active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.btn:hover {
  color: white;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.btn:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

/* GENERAL OVERRIDES */
body {
  font-family: "Prompt";
}

body .site-main, body:not([class*=elementor-page-]) .site-main {
  padding: 0 10px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  body .site-main, body:not([class*=elementor-page-]) .site-main {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  body .site-main, body:not([class*=elementor-page-]) .site-main {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  body .site-main, body:not([class*=elementor-page-]) .site-main {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  body .site-main, body:not([class*=elementor-page-]) .site-main {
    max-width: 1220px;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #CE3438;
  text-transform: uppercase;
  line-height: 1.2;
}

h1.entry-title, h2.entry-title, h3.entry-title, h4.entry-title, h5.entry-title, h6.entry-title {
  text-transform: unset;
  letter-spacing: -1px;
}

h2 {
  font-size: 1.6rem;
}

p {
  margin-bottom: 1em;
}

a {
  color: #0C0C0C;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a:hover {
  color: #CE3438;
}

i {
  color: #CE3438;
}

i.fa-times {
  color: #0C0C0C;
}

.wp-post-image {
  border-radius: 4px;
}

/* HEADER */
.site-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 0;
  max-width: 100% !important;
}

.site-header .site-branding {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-flow: row !important;
          flex-flow: row !important;
}

.site-header .site-description {
  margin: 0;
}

.site-header.sticky {
  position: fixed;
  width: 100%;
  max-width: 100%;
  left: 0;
  background: white;
  z-index: 9999;
  -webkit-box-shadow: 2px 2px 16px #0000001f;
          box-shadow: 2px 2px 16px #0000001f;
}

.site-header.sticky #topbar {
  display: none;
}

.site-header.sticky #main-header {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}

.site-header.sticky .site-branding img {
  max-width: 80px;
}

.site-header.sticky ~ .brd-section {
  padding-top: 175px;
}

@media (max-width: 767px) {
  .site-header.sticky .site-description {
    display: none;
  }
  .site-header.sticky .site-branding {
    margin-right: 0;
  }
  .site-header.sticky .site-main {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: row wrap !important;
            flex-flow: row wrap !important;
  }
}

@media (max-width: 439px) {
  .site-header.sticky .search-field {
    width: 130px;
  }
}

#main-header .site-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media (max-width: 767px) {
  #main-header .site-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-right: 30px;
  max-width: none;
}

.site-branding .custom-logo-link {
  margin-right: 10px;
}

@media (max-width: 575px) {
  .site-branding img {
    max-width: 120px;
  }
}

/* MAIN NAV */
nav.site-navigation {
  position: relative;
}

nav.site-navigation .menu-toggle {
  display: none;
  margin-right: 1em;
  font-size: 2em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

nav.site-navigation .menu-toggle:active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media (max-width: 767px) {
  nav.site-navigation .menu-toggle {
    display: unset;
  }
}

nav.site-navigation ul.menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

nav.site-navigation a {
  font-weight: 600;
}

nav.site-navigation .search-field {
  border-color: #E6E6E6;
}

.menu-main-menu-container i.close {
  display: none;
}

@media (max-width: 767px) {
  .menu-main-menu-container {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    visibility: hidden;
    height: 100%;
    width: 100%;
    padding: 30px;
    left: 0;
    font-size: 2em;
    top: 0;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: white;
  }
  .menu-main-menu-container.opened {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  .menu-main-menu-container i.close {
    position: absolute;
    display: unset;
    top: 10%;
    right: 0;
    margin-right: 30px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .menu-main-menu-container i.close:active {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  .menu-main-menu-container #menu-main-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .menu-main-menu-container #menu-main-menu a:active {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

/* SEARCH */
.search-form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-form-wrapper.show-search .form-box {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.search-form-wrapper i {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.search-form-wrapper i:active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media (max-width: 767px) {
  .search-form-wrapper i {
    font-size: 2em;
  }
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
  .search-submit {
    font-size: 12px;
  }
}

/*
.form-box {
	display: flex;
	position: absolute;
	background: white;
	width: 100%;
    align-items: center;	
	left: 0;
	transition: $reg-trans;
	transform: translateY(-100%);
	opacity: 0;
	visibility: hidden;

	//	Mobile Search
	@media (max-width: 767px) {
		position: fixed;
		transform: translateY(0);
		height: 100%;
		top: 0;
		justify-content: center;
		padding: 30px;

		.show-search-btn {
			position: absolute;
			top: 10%;
			right: 0;
			margin-right: 30px;	
		}
	}

	form {
		display: flex;
    	width: 100%;
		margin-right: 10px;
		
		//	Mobile Search
		@media (max-width: 767px) {
			margin-right: 0;

			.search-submit {
				padding-right: 0;
			}
		}

		label {
			flex: 11;
		}

		input {
			flex: 1;
			
			&[type=search] {
				border: 0;
				border-radius: 0;
				border-bottom: 2px solid $light-grey;
				outline-offset: 0;
			}
		}
	}
}
*/
.show-search-btn {
  cursor: pointer;
}

.search-submit {
  background: none !important;
  color: #0C0C0C !important;
  border: 0;
}

/* TOPBAR */
#topbar {
  background-color: #CE3438;
}

@media (max-width: 575px) {
  #topbar {
    margin: 0 -10px 20px;
  }
}

#topbar .site-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 10px;
}

.topbar-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}

.topbar-menu ul a {
  color: white;
  margin-right: 15px;
  font-size: .9rem;
  font-weight: 200;
}

.topbar-menu ul a:hover {
  color: #FFFB53;
}

.menu-social-menu-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}

.menu-social-menu-container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-family: "Font Awesome 5 Brands";
  font-size: 0px;
  color: white;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

.menu-social-menu-container a:hover {
  color: #91743A;
  background: white;
}

.menu-social-menu-container a::before {
  font-size: 20px;
}

.menu-social-menu-container .facebook a::before {
  content: "\f39e";
}

.menu-social-menu-container .instagram a::before {
  content: "\f16d";
}

.menu-social-menu-container .twitter a::before {
  content: "\f099";
}

.menu-social-menu-container .youtube a::before {
  content: "\f167";
}

.menu-social-menu-container .linkedin a::before {
  content: "\f0e1";
}

/* SIDEBAR */
#sidebar h4 {
  font-size: 1.3rem;
  margin-top: 0;
}

#sidebar .widget {
  margin-bottom: 40px;
}

#sidebar .widget:last-of-type {
  margin-bottom: 0;
}

#sidebar .widget_text .textwidget {
  border: 1px solid #E6E6E6;
}

#sidebar .widget_text .textwidget img {
  display: block;
  width: calc(100% + 80px);
  max-width: calc(100% + 80px);
  margin-left: calc(-40px);
  margin-right: calc(-40px);
  margin-top: calc(-35px);
  margin-bottom: calc(-40px);
}

#sidebar .widget_text .textwidget p {
  padding: 35px 40px 40px 40px;
  margin-bottom: 0;
}

#sidebar .widget_custom_html .textwidget {
  border: 0;
}

#sidebar .widget_custom_html .textwidget img {
  display: initial;
  width: 100%;
  max-width: 100%;
  margin: 0;
}

#sidebar .widget_custom_html .textwidget p {
  padding: 0;
}

.btn-bomsabor {
  background: #CE3438;
  color: white;
  margin-bottom: 10px;
  padding: .5rem 1rem;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid;
}

.btn-bomsabor i, .btn-bomsabor svg {
  color: white;
  margin-right: 10px;
}

.btn-bomsabor svg {
  fill: white;
}

.btn-bomsabor:hover {
  background-color: white;
}

.btn-bomsabor:hover i {
  color: #91743A;
}

.btn-bomsabor:hover svg {
  fill: #91743A;
}

.tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tagcloud a {
  padding: 4px 12px;
  border: 1px solid #E6E6E6;
  margin: 2px !important;
  border-radius: 4px;
  font-weight: 200;
}

.tagcloud a:hover {
  background: #CE3438;
  color: white;
}

/* MAIN */
#site-main {
  display: -ms-grid;
  display: grid;
      grid-template-areas: 'header header' 'main aside';
  -ms-grid-columns: auto 300px;
      grid-template-columns: auto 300px;
  grid-gap: 0 40px;
}

@media (max-width: 767px) {
  #site-main {
        grid-template-areas: 'header' 'main' 'aside';
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
}

#site-main .page-header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: header;
  margin-bottom: 20px;
  text-align: center;
}

#site-main main {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: main;
  width: 100%;
  padding: 0;
}

#site-main aside {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: aside;
  max-width: 360px;
}

@media (max-width: 767px) {
  #site-main aside {
    margin-top: 60px;
    max-width: 100%;
  }
}

/* BREADCRUMBS YOAST SEO */
.brd-section {
  padding: 40px 0;
  margin-bottom: 30px;
  background-color: #91743A;
}

.brd-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .brd-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.brd-wrapper * {
  color: white !important;
}

.brd-wrapper a:hover {
  text-decoration: underline;
}

.brd-wrapper p {
  margin: 0;
}

.brd-wrapper .brd-title {
  text-transform: uppercase;
  font-weight: 600;
}

.brd-wrapper .brd-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  font-weight: 200;
}

@media (max-width: 767px) {
  .brd-wrapper .brd-box {
    text-align: left;
  }
}

/* HOMEPAGE */
.home #site-main {
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
}

.home h2 {
  font-size: 1.3rem;
}

.home .site-header.sticky ~ #site-main {
  padding-top: 175px;
}

.home .page-header {
  display: none;
}

.home #topbar {
  background-color: transparent;
}

.home #topbar .site-main {
  border-bottom: 1px solid #E6E6E6;
}

.home .topbar-menu ul a {
  color: #0C0C0C;
}

.home .topbar-menu ul a:hover {
  color: #CE3438;
}

.home .menu-social-menu-container a {
  color: #CE3438;
}

.home .menu-social-menu-container a:hover {
  color: white;
  background: #CE3438;
}

.home #sidebar {
  padding-left: 40px;
}

@media (max-width: 767px) {
  .home #sidebar {
    padding-left: 0;
  }
}

/* JET-BLOG */
.jet-blog .post-title-simple {
  font-weight: 600;
  line-height: 1.2;
}

.jet-blog .post-title-simple a {
  color: #CE3438;
}

.jet-blog .post-title-simple a:hover {
  color: #0C0C0C;
}

.jet-blog .jet-smart-tiles__box::after, .jet-blog a.jet-smart-listing__featured-box-link::after {
  content: '';
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#882527));
  background: linear-gradient(transparent, #882527);
  width: 100%;
  height: 40%;
  left: 0;
  bottom: 0;
}

.jet-blog .jet-smart-tiles__box .jet-smart-tiles__box-title {
  font-weight: 600;
  color: white !important;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 18px;
}

.jet-blog .jet-smart-tiles__box .jet-smart-tiles__meta-item {
  font-size: .9rem;
  font-weight: 200;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .jet-blog .jet-smart-listing__featured {
    max-width: 100% !important;
    -webkit-box-flex: 100% !important;
        -ms-flex: 100% !important;
            flex: 100% !important;
    height: 300px;
  }
}

@media (max-width: 575px) {
  .jet-blog .jet-smart-listing__posts {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: column !important;
            flex-flow: column !important;
  }
}

@media (max-width: 575px) {
  .jet-blog .jet-smart-listing__posts .jet-smart-listing__post-wrapper {
    max-width: 100% !important;
  }
}

@media (max-width: 575px) {
  .jet-blog .jet-smart-listing__posts .jet-smart-listing__post {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: column !important;
            flex-flow: column !important;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #E6E6E6;
  }
}

@media (max-width: 575px) {
  .jet-blog .jet-smart-listing__posts .jet-smart-listing__post .jet-smart-listing__post-thumbnail {
    max-width: 100% !important;
    -webkit-box-flex: 100% !important;
        -ms-flex: 100% !important;
            flex: 100% !important;
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .jet-blog .jet-smart-listing__posts .jet-smart-listing__post .jet-smart-listing__post-content {
    margin-left: 0;
  }
}

.jet-blog a.jet-smart-listing__featured-box-link::before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.jet-blog a.jet-smart-listing__featured-box-link .jet-smart-listing__meta {
  padding-bottom: 39px;
  color: white !important;
}

.jet-blog a.jet-smart-tiles__terms-link, .jet-blog a.jet-smart-listing__terms-link {
  padding: 4px 14px 4px 15px;
  background-color: #CE3438;
  margin-left: 15px;
  color: white;
  line-height: 1.4;
  text-transform: uppercase;
}

.jet-blog a.jet-smart-listing__terms-link {
  position: absolute;
  bottom: 180px;
  top: unset;
}

.jet-blog .jet-smart-listing-wrap .jet-smart-listing__heading {
  margin-bottom: 5px;
}

.jet-blog .jet-smart-listing-wrap .jet-smart-listing__meta-item {
  font-size: .8rem;
  font-weight: 200;
  text-transform: uppercase;
}

.jet-blog .jet-smart-listing-wrap .jet-smart-listing__featured-content .jet-smart-listing__post-title.post-title-featured {
  font-weight: 600;
  color: white !important;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 18px;
}

.jet-blog .jet-smart-listing-wrap .jet-smart-listing__featured-content .jet-smart-listing__meta-item {
  font-size: .9rem;
  font-weight: 200;
}

.jet-blog .jet-smart-listing-wrap .jet-smart-listing__filter-item a {
  border: 1px solid #E6E6E6;
  padding: 0 6px;
  font-size: .9rem;
  margin-left: 6px !important;
}

.jet-blog .jet-smart-listing-wrap .jet-smart-listing__filter-item a:hover {
  border-color: #CE3438;
}

.jet-blog .jet-smart-listing-wrap .jet-smart-listing__filter-hidden-items a {
  padding: 4px 6px !important;
  margin: 6px;
  text-align: center;
}

/* AUTHOR BOX */
.saboxplugin-wrap {
  margin-top: 30px !important;
  margin-bottom: 40px !important;
}

/* BLOG */
.archive .page-header, .search-results .page-header {
  margin-bottom: 2em !important;
  border-bottom: 1px solid #E6E6E6;
  text-align: left !important;
}

.archive .entry-meta, .search-results .entry-meta {
  text-align: right;
}

.archive .post, .search-results .post {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E6E6E6;
}

.archive .post .entry-title a, .search-results .post .entry-title a {
  color: #CE3438;
}

.archive .post .entry-title a:hover, .search-results .post .entry-title a:hover {
  color: #0C0C0C;
}

.archive .post > p, .search-results .post > p {
  margin-top: 1rem;
  font-size: 1.15rem;
}

.archive .post .post-tags, .search-results .post .post-tags {
  font-size: .9rem;
  font-weight: 200;
  text-align: left;
  margin-bottom: 10px;
}

.archive .post .post-tags a, .search-results .post .post-tags a {
  display: inline;
  padding: 0;
  border: 0;
  margin: 0;
}

.archive .post .post-tags a:hover, .search-results .post .post-tags a:hover {
  background-color: transparent;
  color: #CE3438;
}

.archive .post .wp-post-image, .search-results .post .wp-post-image {
  margin-top: 20px;
}

.archive .read-more, .search-results .read-more {
  margin-top: 10px;
}

.search-no-results .page-header {
  margin-bottom: 2em !important;
  border-bottom: 1px solid #E6E6E6;
  text-align: left !important;
}

.single-post .page-header {
  text-align: left !important;
}

.single-post .page-content h2 {
  margin: 2rem 0 1rem;
  font-size: 1.6rem;
}

.single-post .page-content ul {
  margin: 1.5rem 0;
}

.single-post .page-content a {
  text-decoration: underline;
  color: #00e;
}

.single-post .page-content a.author {
  color: #CE3438;
}

.single-post .page-content .post-tags a {
  color: #0C0C0C;
}

.single-post .page-content .post-tags a:hover {
  color: #CE3438;
}

.single-post .page-content p {
  font-size: 1.15rem;
}

.post-taxonomies {
  display: inline-block;
  margin-right: 20px;
  font-weight: 200;
}

.post-taxonomies .meta-category::after {
  content: ", ";
}

.post-taxonomies .meta-category:last-child::after {
  display: none;
}

.posted-on {
  font-weight: 200;
}

.post-tags a {
  padding: 2px 12px;
  border: 1px solid #E6E6E6;
  display: inline-block;
  font-weight: 200;
  margin: 2px;
  border-radius: 4px;
  text-decoration: none !important;
}

.post-tags a:hover {
  background-color: #CE3438;
  color: white;
}

.meta-image {
  margin: 40px 0 20px;
}

blockquote {
  position: relative;
  border-top: 3px solid #E6E6E6;
  border-bottom: 3px solid #E6E6E6;
  text-align: center;
  padding: 30px 10%;
  margin: 35px 0;
}

blockquote p {
  font-size: 1.3rem !important;
}

blockquote p:last-of-type {
  margin-bottom: 0;
}

#related-posts {
  margin-top: 40px;
  border-top: 1px solid #E6E6E6;
  padding-top: 30px;
}

.related-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(300px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 10px;
}

.related-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #E6E6E6;
}

.related-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.related-img a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.related-content {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding: 10px;
}

.related-content a {
  color: #CE3438;
  font-weight: 600;
}

.related-content a:hover {
  color: #0C0C0C;
}

.related-content p {
  margin-bottom: 0;
}

.social-media {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.social-media a {
  margin-left: 10px;
  font-size: 1.4rem;
}

.social-media a i {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.social-media a i.fa-whatsapp {
  color: #25D366;
}

.social-media a i.fa-twitter {
  color: #55acee;
}

.social-media a:hover i {
  color: #91743A !important;
}

.social-media a:active i {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.post-views {
  display: none !important;
}

/* FOOTER */
footer {
  background-color: #F9F9F9;
  margin-top: 60px;
  overflow: hidden;
}

footer .widget-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

footer#site-footer {
  max-width: 100% !important;
}

.footer-info {
  margin: 0 -20px;
  padding: 20px 0;
}

@media (max-width: 767px) {
  .footer-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.footer-info .widget {
  padding: 20px;
}

.footer-info ul {
  list-style: none;
  padding-left: 0;
}

.footer-info .widget_categories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.footer-info .widget_categories ul li {
  margin: 2px;
}

.footer-info .widget_categories ul li a {
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  padding: 2px 12px;
  font-weight: 200;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.footer-info .widget_categories ul li a:hover {
  background-color: #CE3438;
  color: white;
}

.footer-info .widget_recent_entries li {
  margin-bottom: 20px;
}

.footer-info .widget_recent_entries li:last-child {
  margin-bottom: 0;
}

.footer-info .widget_recent_entries li .post-date {
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 200;
}

.footer-info .widget_recent_entries li a {
  color: #CE3438;
  font-weight: 600;
  display: block;
}

.footer-info .widget_recent_entries li a:hover {
  color: #0C0C0C;
}

.footer-info .widget_search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-info .widget_search form input[type="search"] {
  border: 0;
  outline-offset: 0;
}

.footer-info .menu-social-menu-container a {
  color: #CE3438;
}

.footer-info .menu-social-menu-container a:hover {
  color: white;
  background: #CE3438;
}

.copyright-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  border-top: 1px solid #E6E6E6;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .copyright-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.copyright-footer .custom-logo-link {
  max-width: 100px;
}

.copyright-footer p {
  margin: 0;
  text-align: right;
  font-size: .85rem;
}

@media (max-width: 767px) {
  .copyright-footer p {
    text-align: center;
  }
}

/* SLIDERS */
.slick-arrow.slick-disabled {
  opacity: .5;
  cursor: default;
  pointer-events: none;
}

.slider-top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.slider-top-nav .slick-arrow {
  position: initial;
}

.post-slider h2 {
  margin-bottom: -2rem;
}

.post-slider .slick-slider {
  display: none;
  padding-top: 6px;
  margin: -10px;
}

.post-slider .slick-slide {
  padding: 10px;
}

.post-slider .post-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  position: relative;
  padding: 1rem;
  height: 500px;
  background-size: cover;
  background-position: center;
  text-align: center;
}

.post-slider .post-box::after {
  content: '';
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#882527a9));
  background: linear-gradient(transparent, #882527a9);
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}

.post-slider .post-box a {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  z-index: 1;
}

.post-slider .post-box a:hover {
  color: #CE3438;
}

.post-slider .post-box .meta-cat {
  padding: 4px 14px 4px 15px;
  background-color: #CE3438;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 18px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.post-slider .post-box .meta-cat:hover {
  color: white;
  background-color: #91743A;
}

.post-slider .post-box .post-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 18px;
}

.post-slider .post-box .meta-date {
  font-size: .9rem;
  font-weight: 200;
  text-transform: uppercase;
}

.post-slider.grid .post-grid-1-2 {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 50% 1fr;
      grid-template-columns: 50% 1fr;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  min-height: 500px;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

.post-slider.grid .post-grid-1-2 > div:first-of-type {
  -ms-grid-row: 1;
      grid-row-start: 1;
  grid-row-end: 3;
}

.post-slider.grid .post-box {
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.post-slider.grid .post-box .meta-cat {
  padding: 4px 9px 4px 10px;
  font-size: 12px;
}

.post-slider.grid .post-box .post-title {
  font-size: 24px;
}

.textwidget .post-slider .post-box {
  height: 380px;
}

.textwidget .post-slider .post-box .meta-cat {
  padding: 4px 9px 4px 10px;
  font-size: 12px;
}

.textwidget .post-slider .post-box .post-title {
  font-size: 24px;
}

.textwidget .post-slider .post-box .meta-date {
  font-size: 13px;
}
