/*!
Theme Name:         Matina Pro
Theme URI:          https://mysterythemes.com/wp-themes/matina-pro
Author:             Mystery Themes
Author URI:         https://mysterythemes.com
Description:        Matina Pro is a creative WordPress theme that is best for starting personal and professional blog sites based on any niche. The theme has a unique and modern responsive design. It offers flexible customization options that let you choose post layouts, colors, typography, and so on. It also features a dark mode, author bio box, sticky menu, slider, carousel, and translation ready. You can use the pre-made demos to set up your website within a minute. Furthermore, users can easily manage and preview the theme settings from the live customizer. Matina is also Gutenberg ready, SEO friendly, compatible with WP Blog post layout, and other popular plugins. Get the demo at https://demo.mysterythemes.com/matina-demos/
Version:            1.0.6
Requires at least:  4.7
Tested up to:       6.1
Requires PHP:       5.2.4
License:            GNU General Public License v3 or later
License URI:        http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:        matina-pro
Tags:               blog, portfolio, news, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, featured-images, flexible-header, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Matina Pro is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* remove cross icon in search-form */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
li {
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 0;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
  outline: 1px solid #e1e1e1;
  box-shadow: 0 0 5px rgb(0, 0, 0, 0.2);
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #c97c76;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  left: 100%;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
}

.main-navigation li {
  position: relative;
  display: inline-block;
  margin: 10px 20px;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 992px) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }

  .main-menu-close {
    display: none;
  }

  #masthead #primary-menu li a.sub-toggle,
  #masthead #primary-menu li .sub-menu li a.sub-toggle,
  #masthead #primary-menu li .children li a.sub-toggle {
    display: none;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

article .entry-content {
  margin-top: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## Common Css
--------------------------------------------------------------*/
.mt-container {
  margin: 0 auto;
  /* width:auto; */
}

.mt-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.post-bg-image.cover-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.entry-thumbnail .post-thumb {
  line-height: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.entry-footer {
  margin-top: 15px;
}

a {
  text-decoration: none;
  transition: 0.2s;
}

.post-thumb,
.post-thumb a {
  line-height: 0;
}

html,
body {
  overflow-x: hidden;
}

.edit-link a {
  background-color: #c97c76;
  color: #fff;
  font-size: 14px;
  padding: 5px 15px;
}

.edit-link a:hover {
  background: #555;
  color: #fff;
}

span.mt-drop-cap {
  font-size: 50px;
  font-weight: 700;
  line-height: 15px;
  padding: 5px;
}

.page .content-area {
  margin-bottom: 30px;
}

.site--boxed-layout #page {
  max-width: 1360px;
  margin: 0 auto;
  background: #fff;
}

body.site--boxed-layout {
  background: #f2f2f2;
}

/*--------------------------------------------------------------
## Page Header Breadcrumb
--------------------------------------------------------------*/
.mt-page-header {
  margin-bottom: 30px;
}

.mt-page-header.background-color-page-header {
  padding: 20px 0 30px;
}

.default-page-header {
  padding: 20px 0;
}

.mt-page-header .breadcrumbs .mt-container {
  margin: 0;
}

.mt-page-header .breadcrumbs ul {
  list-style: none;
}

.mt-page-header .breadcrumbs ul li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}

.mt-page-header .breadcrumbs ul li:after {
  content: '\f111';
  font-size: 6px;
  font-family: 'Font Awesome 5 free';
  font-weight: 600;
  color: #c97c76;
  padding-left: 10px;
}

.mt-page-header .breadcrumbs ul li:last-child:after {
  display: none;
}

.mt-page-header .breadcrumbs .layout-one ul li:after {
  content: '\f061';
  font-size: 12px;
  color: #999;
}

.mt-page-header .breadcrumbs .layout-two ul li:after {
  content: '/';
  font-size: 20px;
  color: #999;
}

.mt-page-header .breadcrumbs ul li a,
.mt-page-header .breadcrumbs ul li {
  color: #999;
}

.mt-page-header .breadcrumbs ul li a:hover {
  color: #c97c76
}

.centered-page-header {
  text-align: center;
}

.background-image-page-header {
  display: flex;
  align-items: center;
  /* justify-content:center; */
  position: relative;
  height: 300px;
  margin-bottom: 50px;
}

.background-image-page-header:before {
  content: '';
  position: absolute;
  ;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5)
}

.background-image-page-header .page-title {
  color: #fff;
  margin-bottom: 15px;
}

.background-image-page-header .inner-page-header {
  z-index: 9;
  /* width:100%; */
}

.background-image-page-header .breadcrumbs ul li a,
.background-image-page-header .breadcrumbs ul li {
  color: #ccc;
}

/*--------------------------------------------------------------
## Top Header
--------------------------------------------------------------*/
#mt-topbar {
  background: #555;
}

.topbar-elements-wrapper {
  padding: 5px 0;
}

#mt-topbar .topbar-elements-wrapper {
  color: #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

#mt-topbar #topbar-menu {
  list-style: none;
}

#mt-topbar #topbar-menu li {
  display: inline-block;
  padding: 5px 10px;
}

#mt-topbar #topbar-menu li a {
  color: #ccc;
  display: block;
  font-size: 14px;
}

#mt-topbar .matina-social-icons-wrapper {
  margin-right: 0;
}

#mt-topbar .matina-social-icons-wrapper .single-icon a {
  color: #ccc;
}

#mt-topbar #topbar-menu li a:hover,
#mt-topbar .matina-social-icons-wrapper .single-icon a:hover {
  color: #fff;
}

#mt-topbar .top-date-wrap:before {
  content: '\f073';
  font-family: 'Font Awesome 5 Free';
  padding: 0 5px;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

#masthead .site-branding {
  padding: 15px 0;
}

.page .site-title {
  margin: 0;
}

.site-branding .site-title a{
  color: #333;
  display: block;
  font-size: 32px;
  line-height: 1.3;
}
.site-branding span.site-description {
  color: #888;
}

.header--layout-default .header-elements-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header--layout-default .header-logo-menu-wrapper,
.header--layout-default .social-search-wrapper {
  display: flex;
  align-items: center;
}

.header--layout-default .header-logo-menu-wrapper {
  width: 75%;
}

.header--layout-default .social-search-wrapper {
  width: 25%;
  justify-content: flex-end;
}

.matina-social-icons-wrapper {
  display: flex;
  margin-right: 30px;
}

.matina-social-icons-wrapper .single-icon {
  padding: 8px;
}

.matina-social-icons-wrapper .single-icon a {
  transition: 0.2s;
}

#masthead .matina-social-icons-wrapper .single-icon a {
  color: #333;
}

#masthead .matina-social-icons-wrapper .single-icon a:hover {
  color: #c97c76;
}

#site-navigation ul li a {
  color: #333;
  text-transform: uppercase;
  transition: 0.2s;
  font-weight: 500;
}

#site-navigation ul li:hover>a,
#site-navigation ul li.current-menu-item>a,
#site-navigation ul li.current-menu-ancestor>a,
#site-navigation ul li.current_page_item>a,
#site-navigation ul li.current-post-parent>a,
#site-navigation ul li.focus>a {
  color: #c97c76;
}

.menu-style-underline #site-navigation ul li.current-menu-item>a,
.menu-style-underline #site-navigation ul li.current_page_item>a,
.menu-style-underline #site-navigation ul li.current-post-parent>a,
.menu-style-underline #site-navigation ul li.current-menu-ancestor>a {
  border-bottom: 3px solid #c97c76;
}

.menu-style-left-border #site-navigation ul li.current-menu-item>a,
.menu-style-left-border #site-navigation ul li.current_page_item>a,
.menu-style-left-border #site-navigation ul li.current-post-parent>a,
.menu-style-left-border #site-navigation ul li.current-menu-ancestor>a {
  border-left: 4px solid #c97c76;
  padding-left: 10px;
  line-height: 1.3;
}

.menu-style-right-border #site-navigation ul li.current-menu-item>a,
.menu-style-right-border #site-navigation ul li.current_page_item>a,
.menu-style-right-border #site-navigation ul li.current-post-parent>a,
.menu-style-right-border #site-navigation ul li.current-menu-ancestor>a {
  border-right: 4px solid #c97c76;
  padding-right: 10px;
  line-height: 1.3;
}

.menu-style-left-border #site-navigation ul .sub-menu li.current-menu-item>a,
.menu-style-left-border #site-navigation ul .sub-menu li.current_page_item>a,
.menu-style-left-border #site-navigation ul .sub-menu li.current-post-parent>a,
.menu-style-left-border #site-navigation ul .sub-menu li.current-menu-ancestor>a,
.menu-style-right-border #site-navigation ul .sub-menu li.current-menu-item>a,
.menu-style-right-border #site-navigation ul .sub-menu li.current_page_item>a,
.menu-style-right-border #site-navigation ul .sub-menu li.current-post-parent>a,
.menu-style-right-border #site-navigation ul .sub-menu li.current-menu-ancestor>a,
.menu-style-underline #site-navigation ul .sub-menu li.current-menu-item>a,
.menu-style-underline #site-navigation ul .sub-menu li.current_page_item>a,
.menu-style-underline #site-navigation ul .sub-menu li.current-post-parent>a,
.menu-style-underline #site-navigation ul .sub-menu li.current-menu-ancestor>a {
  border: none;
}

.header--layout-default .site-branding {
  margin-right: 30px;
}

.header-social-wrapper {
  display: flex;
  align-items: center;
}

#masthead.has-header-media {
  position: relative;
  z-index: 999;
}

#masthead.has-header-media .overlay-header-media {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.4;
  z-index: -1;
}

#masthead.has-header-media #site-navigation #primary-menu li a,
#masthead.has-header-media .header-social-wrapper,
#masthead.has-header-media .matina-social-icons-wrapper .single-icon a,
#masthead.has-header-media .header-search-wrapper .search-icon a {
  color: #000;
}

#masthead.has-header-media #site-navigation #primary-menu .sub-menu li a {
  color: #333;
}

#masthead.has-header-media .header-social-wrapper {
  color: #fff;
}

#masthead.has-header-media .header-search-wrapper .search-icon:hover {
  background: #aaa;
}

.header--layout-default #header-ads,
.header--layout-two #header-ads {
  text-align: center;
  margin-bottom: -1.5em;
}

.header--layout-three #header-ads {
  text-align: center;
}

.is-sticky .header--layout-default #header-ads,
.is-sticky .header--layout-two #header-ads,
.is-sticky .header--layout-three #header-ads {
  display: none;
}

/*--------------------------------------------------------------
## Sticky Header
--------------------------------------------------------------*/

.is-sticky #masthead.header--layout-default,
#masthead.header--layout-one .is-sticky #header-sticky,
.is-sticky #masthead.header--layout-two,
#masthead.header--layout-three .is-sticky #header-sticky {
  background: #ffffff;
  z-index: 999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#masthead.header--layout-one .is-sticky #header-sticky::before,
#masthead.header--layout-one .is-sticky #header-sticky::after,
#masthead.header--layout-three .is-sticky #header-sticky::before,
#masthead.header--layout-three .is-sticky #header-sticky::after {
  content: "";
  left: -1000%;
  position: absolute;
  top: 0;
  height: 100%;
  width: 1000%;
  background: #ffffff;
  box-shadow: -8px 0 10px rgba(0, 0, 0, 0.2);
}

#masthead.header--layout-one .is-sticky #header-sticky::after,
#masthead.header--layout-three .is-sticky #header-sticky::after {
  left: auto;
  right: -1000%;
  box-shadow: 8px 0 10px rgba(0, 0, 0, 0.2);
}

.header--layout-three .is-sticky .header-menu-wrapper .main-navigation {
  border: none;
}

.header--layout-three .is-sticky .header-menu-wrapper .main-navigation {
  padding: 0;
}

/* Style Two */

.scroll-up .sticky-elements,
.scroll-down .sticky-elements {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.scroll-down .sticky-elements {
  top: -100%;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}

.scroll-up.header--layout-three .sticky-elements .main-navigation {
  border-color: transparent;
}

#masthead.header--layout-default.scroll-up .sticky-elements .site-branding,
#masthead.header--layout-two.scroll-up .sticky-elements .site-branding,
#masthead.header--layout-default.scroll-down .sticky-elements .site-branding,
#masthead.header--layout-two.scroll-down .sticky-elements .site-branding {
  padding: 0;

}

.header--layout-default.scroll-up .sticky-elements .site-branding a .custom-logo,
.header--layout-two.scroll-up .sticky-elements .site-branding a .custom-logo,
.header--layout-default.scroll-down .sticky-elements .site-branding a .custom-logo,
.header--layout-two.scroll-down .sticky-elements .site-branding a .custom-logo {
  width: 160px;
}

.logged-in .scroll-up .sticky-elements,
.logged-in .scroll-down .sticky-elements {
  padding-top: 30px;
}

.scroll-up.header--layout-three .sticky-elements .main-navigation,
.scroll-down.header--layout-three .sticky-elements .main-navigation {
  padding: 0;
  border: none;
}

/*--------------------------------------------------------------
## Header Layout one
--------------------------------------------------------------*/
.header--layout-one,
.header--layout-four {
  margin-bottom: 0;
  position: relative;
  z-index: 999;
}

.header--layout-one .header-elements-wrapper .header-logo-wrapper,
  {
  text-align: center;
}

.header--layout-one .header-elements-wrapper .header-menu-icons-wrapper .mt-container,
.header--layout-four .header-elements-wrapper .header-menu-icons-wrapper .mt-container {
  display: flex;
  justify-content: space-between;
}

.header--layout-one .main-navigation,
.header--layout-four .main-navigation {
  width: 70%;
}

#masthead.header--layout-one.has-header-media {
  padding: 20px 0;
}

#masthead.has-header-media.scroll-up #site-navigation #primary-menu li a,
#masthead.has-header-media.scroll-up .header-social-wrapper,
#masthead.has-header-media.scroll-up .matina-social-icons-wrapper .single-icon a,
#masthead.has-header-media.scroll-up .header-search-wrapper .search-icon a {
  color: #333;
}

.header--layout-one #site-navigation ul#primary-menu>li:first-child {
  padding-left: 0;
  margin-left: 0;
}

#masthead.header--layout-one .site-branding,
#masthead.header--layout-four .site-branding {
  float: left;
}

#masthead.header--layout-one.header--no-ads .site-branding,
#masthead.header--layout-four.header--no-ads .site-branding {
  float: none;
  text-align: center;
}

#masthead.header--layout-one #header-ads,
#masthead.header--layout-four #header-ads {
  float: right;
  margin-bottom: -1.5em;
}

/*--------------------------------------------------------------
## Header Layout two
--------------------------------------------------------------*/
.header--layout-two {
  margin-bottom: 30px;
}

.header--layout-two .header-elements-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header--layout-two .header-elements-wrapper .main-navigation {
  width: 40%;
}

.header--layout-two .header-elements-wrapper .site-branding {
  width: 20%;
  text-align: center;
}

.header--layout-two .header-elements-wrapper .right-elements-wrapper {
  width: 40%;
  display: flex;
  justify-content: flex-end;
}

/*--------------------------------------------------------------
## Header Layout three
--------------------------------------------------------------*/
.header--layout-three {
  margin-bottom: 30px;
}

.header--layout-three .header-logo-icons-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header--layout-three .header-menu-wrapper .main-navigation {
  padding: 10px 0;
  border-top: 1px solid #c97c76;
  border-bottom: 1px solid #c97c76;
  text-align: center;
  display: flex;
  justify-content: center;
}

.header--layout-three .header-logo-icons-wrapper .main-navigation #primary-menu {
  text-align: center;
  width: 100%;
}

.header--layout-three .header-elements-wrapper .header-social-wrapper,
.header--layout-three .header-elements-wrapper .header-search-wrapper {
  width: 20%;
}

.header--layout-three .header-elements-wrapper .site-branding {
  width: 60%;
  text-align: center;
}

.header--layout-three .header-search-wrapper .search-icon {
  margin-left: auto;
}

/*--------------------------------------------------------------
## Header Layout four
--------------------------------------------------------------*/
.header-logo-wrapper {
  padding: 30px 0 10px;
}

.header--layout-four .header-menu-icons-wrapper,
#masthead.header--layout-four .is-sticky #header-sticky {
  background: #c97c76;
}

.header--layout-four #site-navigation ul li:hover>a,
.header--layout-four #site-navigation ul li.current-menu-item>a,
.header--layout-four #site-navigation ul li.current-menu-ancestor>a,
.header--layout-four #site-navigation ul li.current_page_item>a,
.header--layout-four #site-navigation ul li.current-post-parent>a,
.header--layout-four #site-navigation ul li.focus>a,
.header--layout-four #site-navigation #primary-menu li .sub-menu li:hover>a {
  color: #ffffff !important;
  background: rgba(0, 0, 0, 0.1);
}

.header--layout-four .main-navigation li {
  margin: 0;
  margin-right: -4px;
}

.header--layout-four #site-navigation ul li a {
  padding: 10px 15px;
  font-weight: 600;
  font-size: 15px;
}

#masthead.header--layout-four .matina-social-icons-wrapper .single-icon a,
.header--layout-four .header-search-wrapper .search-icon a,
#masthead.header--layout-four .matina-social-icons-wrapper .single-icon a:hover,
.header--layout-four #site-navigation #primary-menu li .sub-menu li>a,
.header--layout-four.main-menu-close a {
 color: #ffffff !important;
}

.header--layout-four .header-search-wrapper .search-icon a:hover {
  color: #555;
}

/*--------------------------------------------------------------
## Dropdown Menu
--------------------------------------------------------------*/
#site-navigation ul li .sub-menu,
#site-navigation ul li .children {
  background-color: #fff;
  text-align: left;
  position: absolute;
  left: -9999rem;
  -webkit-transform: translateY(0.6rem);
  -ms-transform: translateY(0.6rem);
  -o-transform: translateY(0.6rem);
  transform: translateY(0.6rem);
  -webkit-transition: opacity 0.15s linear, transform 0.15s ease, left 0s 0.15s;
  -o-transition: opacity 0.15s linear, transform 0.15s ease, left 0s 0.15s;
  transition: opacity 0.15s linear, transform 0.15s ease, left 0s 0.15s;
  opacity: 0;
  width: 250px;
}

#site-navigation ul li.focus>ul.sub-menu,
#site-navigation ul li.focus>ul.children,
#site-navigation ul li:hover>ul.sub-menu,
#site-navigation ul li:hover>ul.children {
  left: 0;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.15s linear, transform 0.15s ease, right 0s 0.15s;
  -o-transition: opacity 0.15s linear, transform 0.15s ease, right 0s 0.15s;
  transition: opacity 0.15s linear, transform 0.15s ease, right 0s 0.15s;
}

#masthead #site-navigation ul.sub-menu li ul,
#masthead #site-navigation ul.children li ul,
#masthead #site-navigation ul.sub-menu li ul,
#masthead #site-navigation ul.children li ul {
  right: 9999em;
  left: auto !important;
  top: 0% !important;
  -webkit-transition: opacity 0.15s linear, transform 0.15s ease, right 0s 0.15s;
  -o-transition: opacity 0.15s linear, transform 0.15s ease, right 0s 0.15s;
  transition: opacity 0.15s linear, transform 0.15s ease, right 0s 0.15s;
}

#masthead #site-navigation ul.sub-menu li:hover>ul,
#masthead #site-navigation ul.children li:hover>ul,
#masthead #site-navigation ul.sub-menu li.focus>ul,
#masthead #site-navigation ul.children li.focus>ul {
  right: -100%;
  left: auto !important;
  top: 0% !important;
  -webkit-transition: opacity 0.15s linear, transform 0.15s ease, left 0s 0.15s;
  -o-transition: opacity 0.15s linear, transform 0.15s ease, left 0s 0.15s;
  transition: opacity 0.15s linear, transform 0.15s ease, left 0s 0.15s;
}

#site-navigation ul li.menu-item-has-children>a:after,
#site-navigation ul li.page_item_has_children>a:after {
  content: '\f078';
  font-family: 'Font Awesome 5 free';
  font-weight: 600;
  padding-left: 5px;
  font-size: 13px;
}

#site-navigation ul li ul.sub-menu li.menu-item-has-children>a,
#site-navigation ul.children li.page_item_has_children>a {
  position: relative;
}

#site-navigation ul li ul.sub-menu li.menu-item-has-children>a::after,
#site-navigation ul.children li.page_item_has_children>a::after {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  right: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}


#site-navigation ul li .sub-menu li,
#site-navigation ul li .children li {
  margin: 0;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  border-left: 3px solid transparent;
  display: block;
}


#site-navigation #primary-menu li .sub-menu li a,
#site-navigation #primary-menu li .children li a {
  border-top: 1px dashed #ccc;
  display: block;
  padding: 10px 20px;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  line-height: 1.8;
}

#site-navigation #primary-menu li .sub-menu li:first-child>a,
#site-navigation #primary-menu li .children li:first-child>a {
  border: none;
}

#site-navigation #primary-menu li .sub-menu li:hover,
#site-navigation #primary-menu li .children li:hover {
  border-left: 3px solid #c97c76;
}

/*--------------------------------------------------------------
## Primary Toggle menu 
--------------------------------------------------------------*/
.menu-toggle {
  background: none;
  border: none;
  font-size: 18px;
  padding: 10px;
}

.menu-toggle a {
  color: #555;
}

.main-menu-close a {
  color: #555;
}

/*--------------------------------------------------------------
## Search form overlay
--------------------------------------------------------------*/
.header-search-wrapper .search-icon {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: block;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.header-search-wrapper .search-icon a {
  color: #555;
  font-size: 14px;
}

.header-search-wrapper .search-icon a i {
  transition: 0.2s;
}

.header-search-wrapper .search-icon:hover {
  background: #f7f8f7;
}

.search-form-wrap {
  opacity: 0;
  visibility: hidden;
}

.search--overlay .search-form-wrap {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.2);
  transition: 0.5s ease;
}

.search-form-wrap.active-search {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  transform: scale(1);
}

.search--overlay .search-form-wrap .search-close {
  position: absolute;
  top: 70px;
  right: 70px;
}

.search--overlay .search-form-wrap .search-close a,
.search--at-footer .search-form-wrap .search-close a {
  color: #555;
  font-size: 20px;
  transition: 0.2s;
  padding: 15px 22px;
  border-radius: 50%;
}

.search--overlay .search-form-wrap .search-close a:hover,
.search--at-footer .search-form-wrap .search-close a:hover {
  background: #f8f8f8;
}

.search--overlay .search-form-wrap .search-form,
.search--at-footer .search-form-wrap .search-form {
  position: relative;
}

.search--overlay .search-form-wrap .search-form label .search-field {
  width: 100%;
  background-color: #f8f8f8;
  padding: 10px 22px;
  border-radius: 3px;
}

.search--overlay .search-form-wrap .search-form label .search-field,
.search--overlay .search-form-wrap .search-form .search-submit {
  height: 55px;
  border: none;
}

.search--overlay .search-form-wrap .search-form .search-submit,
.search--at-footer .search-form-wrap .search-form .search-submit {
  width: 10%;
  position: absolute;
  right: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 45px;
  font-size: 16px;
  background: none;
  cursor: pointer;
  text-align: center;
}

.search--overlay .search-form-wrap .mt-container {
  width: 60%;
}

.search-form-wrap .search-form .search-submit {
  transition: 0.2s;
}

/*--------------------------------------------------------------
## Search dropdown
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Search dropdown
--------------------------------------------------------------*/
.search--drop-down .header-search-wrapper {
  position: relative;
}

.search--drop-down .search-form-wrap .mt-container {
  width: auto;
}

.search--drop-down .search-form-wrap {
  position: absolute;
  top: 35px;
  height: 0;
  right: 0;
  background: #e0e0e0;
  padding: 15px 20px;
  width: 300px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 5px 5px;
  transition: 0.5s ease;
}

.search--drop-down .search-form-wrap.active-search {
  top: 45px;
  height: auto;
}

.search--drop-down .search-form {
  display: flex;
  opacity: 0;
}

.search--drop-down .search-form-wrap.active-search .search-form {
  opacity: 1;
  transition: 0.5s ease;
}

.search--drop-down .search-form-wrap.active-search .search-form label,
.search--drop-down .search-form-wrap.active-search .search-form .search-field {
  width: 100%;
}

.search--drop-down .search-form .search-field,
.search--drop-down .search-form .search-submit {
  height: 40px;
  border-radius: 0;
}

.search--drop-down .search-form-wrap .search-close {
  display: none;
}

.search--drop-down .search-form .search-submit {
  background: #555;
  color: #fff;
  cursor: pointer;
  margin-left: -3px;
  padding-left: 15px;
  padding-right: 15px;
}

.search-form .search-field:focus,
.search-form .search-submit:focus {
  outline: 1px solid #e1e1e1;
  box-shadow: 0 0 5px rgb(0, 0, 0, 0.2);

}

/*--------------------------------------------------------------
## Search Footer
--------------------------------------------------------------*/
.search--at-footer .search-form-wrap {
  position: fixed;
  left: 0;
  bottom: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
  background: #fff;
  width: 100%;
  padding: 30px;
  transition: 0.5s ease;
}

.search--at-footer .search-form-wrap .search-form {
  width: 70%;
  margin: 0 auto;
}

.search--at-footer .search-form-wrap .search-form .search-field,
.search--at-footer .search-form-wrap .search-form .search-submit {
  border-radius: 0;
  height: 50px;
}

.search--at-footer .search-form-wrap .search-form .search-field {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
}

.search-form .search-field:focus,
.search-form .search-submit:focus {
  outline: none;
}

.search--at-footer .search-form-wrap .search-form .search-submit {
  background: none;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  width: auto;
}

.search--at-footer .search-form-wrap .search-form .search-submit:hover {
  color: #c97c76;
}

.search--at-footer .search-form-wrap .search-close {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}

.search--at-footer .search-form-wrap .search-close a {
  color: #555;
  font-size: 20px;
}

/*--------------------------------------------------------------
## Banner Section Layout default
--------------------------------------------------------------*/
#banner-section {
  margin-bottom: 50px;
}

#banner-section.banner-layout-default {
  margin-bottom: 30px;
}

#banner-section .banner-image {
  background-position: center center;
}

.banner-layout-default .banner-image,
.banner-layout-default .banner-content-wrapper {
  float: left;
  height: 550px;
}

.banner-layout-default .banner-image {
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  width: 60%;
}

.banner-layout-default .banner-content-wrapper {
  background: #f8f0fa;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 70px;
  width: 40%;
}

.banner-layout-default .banner-title {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.2;
}

.banner-title a {
  color: #333;
}

#banner-section .banner-title a:hover {
  color: #c97c76;
}

.banner-layout-default .banner-description p {
  color: #666;
}

.banner-button {
  transition: 0.2s;
}

.banner-layout-default .banner-button {
  padding: 15px 30px;
  color: #333;
  border: 2px solid #333;
  text-decoration: none;
}

.banner-layout-default .banner-button:hover {
  background: #333;
  color: #fff;
}

.banner-layout-default .button-wrapper {
  margin-top: 40px;
}

#banner-section .lSAction a {
  background-image: none;
  color: #333;
  transition: 0.2s;
}

.banner-layout-default .lSAction>.lSPrev {
  display: none;
}

.banner-layout-default .lSAction>.lSNext {
  left: 60%;
  right: auto;
  transform: translateX(-50%);
  background: #fff;
  text-align: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.15) 0 3px 6px;
  transition: 0.3s;
}

#banner-section.banner-layout-default .lSAction>.lSNext:hover {
  color: #c97c76;
  box-shadow: rgba(0, 0, 0, 0.2) 0 5px 10px;
}

.banner-layout-default .lSAction a {
  opacity: 0;
  transition: 0.3s;
}

.banner-layout-default:hover .lSAction a {
  opacity: 1;
}

#banner-section .lSAction a {
  opacity: 0;
}

#banner-section:hover .lSAction a {
  opacity: 1;
}

/*--------------------------------------------------------------
## Banner Section Layout One
--------------------------------------------------------------*/
.banner-layout-one {
  margin-bottom: 40px;
}

.banner-layout-one .banner-image {
  height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 30px;
}

.banner-layout-one .banner-content-wrapper {
  width: 80%;
  margin: 0 auto;
}

.banner-layout-one .banner-content .banner-title {
  margin: 0;
  width: 40%;
  float: left;
  font-size: 36px;
  line-height: 1.2;
}

.banner-layout-one .banner-content .banner-description {
  width: 50%;
  float: right;
  color: #888;
}

.banner-layout-one .banner-description p {
  color: #888;
}

.banner-layout-one .lSAction a,
.banner-layout-two .lSAction a {
  background-image: none;
  background: #fff;
  text-align: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 10px 10px;
}

.banner-layout-one .lSAction a {
  top: 40%;
}

.banner-layout-one .lSAction a i,
.banner-layout-one .lSAction a i {
  color: #333;
  transition: 0.2s;
}

.banner-layout-one .lSAction>.lSPrev {
  left: 40px;
}

.banner-layout-one .lSAction>.lSNext {
  right: 40px;
}

.banner-layout-one .lSAction a:hover i,
.banner-layout-two .lSAction a:hover i {
  color: #c97c76;
}

.banner-layout-one .button-wrapper {
  margin-top: 15px;
}

.banner-layout-one .banner-button {
  text-decoration: none;
  color: #c97c76;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}

.banner-layout-one .banner-button:after {
  content: '';
  height: 2px;
  width: 30px;
  background: #c97c76;
  display: block;
  position: absolute;
  right: -40px;
  top: 50%;
  transition: 0.3s;
}

.banner-layout-one .banner-button:hover:after {
  width: 40px;
  right: -50px;
  background: #666;
}

.banner-layout-one .banner-button:hover {
  color: #666;
}

/*--------------------------------------------------------------
## Banner Section Layout two
--------------------------------------------------------------*/
.banner-layout-two .banner-image {
  height: 590px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0;
}

.banner-layout-two .front-single-banner-wrap,
.banner-layout-two .single-banner-wrap {
  position: relative;
}

.banner-layout-two .banner-content-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 50px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  height: 40%;
}

.banner-layout-two .front-single-banner-wrap .banner-content-wrapper {
  height: auto;
  padding: 60px;
  text-align: center;
}

.banner-layout-two .front-single-banner-wrap .banner-title {
  font-size: 40px;
  width: 50%;
  margin: 30px auto;
}

.banner-layout-two .banner-title a {
  color: #fff;
}

.banner-layout-two .banner-description {
  display: none;
}

.banner-layout-two .button-wrapper {
  margin-top: 20px;
}

.banner-layout-two .banner-button {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 30px;
  transition: 0.2s;
}

.banner-layout-two .banner-button:hover {
  color: #333;
  background: #fff;
}

.banner-layout-two .front-category-banner-wrap {
  margin-top: 30px;
}

#banner-section .lSPager.lSpg {
  margin-top: 30px !important;
}

#banner-section .lSSlideOuter .lSPager.lSpg>li a {
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #888;
}

#banner-section .lSSlideOuter .lSPager.lSpg>li.active {
  border: 1px solid #c97c76;
  border-radius: 50%;
  line-height: 0;
  padding: 5px;
}

#banner-section .lSSlideOuter .lSPager.lSpg>li.active a {
  background-color: #c97c76;
  height: 10px;
  width: 10px;
}

.banner-layout-two .lSAction a {
  opacity: 0;
}

.banner-layout-two:hover .lSAction a {
  opacity: 0.5;
}

.banner-layout-two .lSAction a:hover {
  opacity: 1;
}

/*--------------------------------------------------------------
## Banner Section Layout three
--------------------------------------------------------------*/
.banner-layout-three .single-banner-wrap,
.banner-layout-four .single-banner-wrap {
  position: relative;
}

.banner-layout-three .banner-image,
.banner-layout-four .banner-image {
  height: 550px;
  background-size: cover;
  background-position: center center;
  margin: 0;
}

.banner-layout-three .banner-content-wrapper,
.banner-layout-four .banner-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  color: #fff;
  flex-direction: column;
}

.banner-layout-three .banner-content-wrapper {
  justify-content: center;
  /* align-items:center; */
  /* text-align:center; */
  padding: 0 120px;
}

.banner-layout-three .banner-content-wrapper .banner-content {
  width: 80%;
}

.banner-layout-three .banner-content-wrapper .banner-title {
  font-size: 45px;
  font-weight: 700;
  position: relative;
}

.banner-layout-three .banner-content-wrapper .banner-title a {
  color: #fff;
}

.banner-layout-three .banner-content-wrapper .banner-description {
  margin-top: 20px;
  width: 60%;
  position: relative;
  color: #fff;
  padding-left: 90px;
}

.banner-layout-three .banner-description p {
  color: #fff;
}

.banner-layout-three .banner-content-wrapper .banner-description:before {
  content: '';
  position: absolute;
  width: 50px;
  border-bottom: 4px solid #fff;
  top: 7px;
  left: 0;
}

.banner-layout-three .banner-content-wrapper .button-wrapper {
  margin-top: 20px;
  margin-left: 90px;
}

.banner-layout-three .banner-content-wrapper .button-wrapper a,
.banner-layout-four .banner-content-wrapper .button-wrapper a {
  color: #fff;
  text-transform: uppercase;
}

.banner-layout-three .banner-content-wrapper .button-wrapper a {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  color: #c97c76;
  padding-bottom: 3px;
}

.banner-layout-three .banner-content-wrapper .button-wrapper a:hover {
  color: #fff;
}

#banner-section.banner-layout-three .lSAction a,
#banner-section.banner-layout-four .lSAction a {
  color: #fff;
  height: 60px;
  width: 50px;
  line-height: 60px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.2s;
}

#banner-section.banner-layout-three .lSAction>.lSPrev {
  left: 0;
}

#banner-section.banner-layout-three .lSAction>.lSNext {
  right: 0;
}

#banner-section.banner-layout-three .lSAction a:hover,
#banner-section.banner-layout-four .lSAction a:hover {

  background: #c97c76;
}

.banner-layout-three .lSAction a i,
.banner-layout-four .lSAction a i {
  display: none;
}

.banner-layout-three .lSAction a.lSPrev:before,
.banner-layout-four .lSAction a.lSPrev:before {
  content: '\f053';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
}

.banner-layout-three .lSAction a.lSNext:before,
.banner-layout-four .lSAction a.lSNext:before {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
}

/*--------------------------------------------------------------
## Banner Section Layout Four
--------------------------------------------------------------*/
.banner-layout-four .mt-container {
  margin: 0;
  width: 100%;
}

.banner-layout-four .single-banner-wrap {
  position: relative;
}

.banner-layout-four .banner-content-wrapper {
  justify-content: flex-end;
  padding: 50px;
}

.banner-layout-four .banner-title a {
  color: #fff;
}

.banner-layout-four .banner-description {
  display: none;
}

.banner-layout-four .banner-content-wrapper .button-wrapper {
  margin-top: 20px;
}

.banner-layout-four .banner-content-wrapper .button-wrapper a {
  background: #666;
  padding: 10px 20px;
}

/*--------------------------------------------------------------
## Featured Section Repeater Layout Default
--------------------------------------------------------------*/
#featured-section {
  margin-bottom: 50px;
  margin-top: 50px;
}

#featured-section .section-title-wrapper {
  margin-bottom: 30px;
  text-align: center;
}

#featured-section.featuredCarousel .section-title-wrapper {
  text-align: left;
}

#featured-section .section-title-wrapper .section-title {
  position: relative;
  font-size: 36px;
  text-transform: uppercase;
  z-index: 10;
  padding-left: 30px;
  display: inline-block;
}

#featured-section .section-title-wrapper .section-title:before {
  content: '';
  height: 20px;
  width: 20px;
  background: #c97c76;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#featured-section .featured-items-wrapper .item-image,
#featured-section .featured-items-wrapper .featured-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.featured-items-wrapper.featured-repeater {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: -2%;
}

#featured-section .post-title {
  font-size: 22px;
  line-height: 1.2;
}

.featured-repeater--layout-default .single-item-wrap {
  width: 30%;
  position: relative;
}

.featured-repeater .single-item-wrap .item-image {
  height: 300px;
  width: 100%;
  margin: 0;
  border-radius: 5px;
}

.featured-repeater .single-item-wrap .featured-content-wrapper {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  text-align: center;
}

.featured-repeater .single-item-wrap .featured-content-wrapper .featured-content {
  margin-bottom: 15px;
  padding: 0 15px;
}

.featured-repeater .single-item-wrap .featured-content-wrapper .featured-content .item-title {
  font-size: 24px;
}

.featured-repeater--layout-default .single-item-wrap .button-wrapper .mt-button {
  border: 2px solid #fff;
  padding: 7px 15px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 2px;
  color: #fff;
  transition: 0.2s;

}

.featured-repeater--layout-default .single-item-wrap .button-wrapper .mt-button:hover {
  background: #fff;
  color: #333;
}

#featured-section .featured-carousel-control .featuredCarousel-controls {
  cursor: pointer;
}

#featured-section .post-title a:hover {
  color: #c97c76;
}

.featured-repeater .item-title a {
  color: #fff;
}

/*--------------------------------------------------------------
## Featured Section Repeater Layout One
--------------------------------------------------------------*/
.featured-repeater--layout-one .section-title-wrapper {
  margin-bottom: 20px;
}

.featured-repeater--layout-one .section-title-wrapper .section-title {
  position: relative;
  padding-left: 30px;
}

.featured-repeater--layout-one .featured-items-wrapper .single-item-wrap,
.featured-repeater--layout-default .featured-items-wrapper .single-item-wrap {
  margin-bottom: 30px;
  position: relative;
}

.featured-repeater--layout-default.column-2 .featured-items-wrapper .single-item-wrap,
.featured-repeater--layout-one.column-2 .featured-items-wrapper .single-item-wrap,
.featured-repeater--layout-two.column-2 .featured-items-wrapper .single-item-wrap,
.featured-repeater--layout-three.column-2 .featured-items-wrapper .single-item-wrap,
.featured-categories--layout-default.column-2 .featured-items-wrapper .single-featured-wrap,
.featured-categories--layout-one.column-2 .featured-items-wrapper .single-featured-wrap,
.featured-categories--layout-two.column-2 .featured-items-wrapper .single-featured-wrap,
.featured-categories--layout-three.column-2 .featured-items-wrapper .single-featured-wrap {
  width: 48%;
  margin-right: 2%;
}

.featured-repeater--layout-default.column-3 .featured-items-wrapper .single-item-wrap,
.featured-repeater--layout-one.column-3 .featured-items-wrapper .single-item-wrap,
.featured-repeater--layout-two.column-3 .featured-items-wrapper .single-item-wrap,
.featured-repeater--layout-three.column-3 .featured-items-wrapper .single-item-wrap,
.featured-categories--layout-default.column-3 .featured-items-wrapper .single-featured-wrap,
.featured-categories--layout-one.column-3 .featured-items-wrapper .single-featured-wrap,
.featured-categories--layout-two.column-3 .featured-items-wrapper .single-featured-wrap,
.featured-categories--layout-three.column-3 .featured-items-wrapper .single-featured-wrap {
  width: 31.33%;
  margin-right: 2%;
}

.featured-repeater--layout-default.column-4 .featured-items-wrapper .single-item-wrap,
.featured-repeater--layout-one.column-4 .featured-items-wrapper .single-item-wrap,
.featured-repeater--layout-two.column-4 .featured-items-wrapper .single-item-wrap,
.featured-repeater--layout-three.column-4 .featured-items-wrapper .single-item-wrap,
.featured-categories--layout-default.column-4 .featured-items-wrapper .single-featured-wrap,
.featured-categories--layout-one.column-4 .featured-items-wrapper .single-featured-wrap,
.featured-categories--layout-two.column-4 .featured-items-wrapper .single-featured-wrap,
.featured-categories--layout-three.column-4 .featured-items-wrapper .single-featured-wrap {
  width: 23%;
  margin-right: 2%;
}

.featured-repeater--layout-default.column-5 .featured-items-wrapper .single-item-wrap,
.featured-repeater--layout-one.column-5 .featured-items-wrapper .single-item-wrap,
.featured-repeater--layout-two.column-5 .featured-items-wrapper .single-item-wrap,
.featured-repeater--layout-three.column-5 .featured-items-wrapper .single-item-wrap,
.featured-categories--layout-default.column-5 .featured-items-wrapper .single-featured-wrap,
.featured-categories--layout-one.column-5 .featured-items-wrapper .single-featured-wrap,
.featured-categories--layout-two.column-5 .featured-items-wrapper .single-featured-wrap,
.featured-categories--layout-three.column-5 .featured-items-wrapper .single-featured-wrap {
  width: 18%;
  margin-right: 2%;
}

.featured-repeater--layout-one .single-item-wrap .item-image {
  border-radius: 0;
  height: 350px;
}

.featured-repeater--layout-one .single-item-wrap .featured-content-wrapper {
  border-radius: 0;
  justify-content: flex-end;
  padding: 0 15px 50px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.featured-repeater--layout-one .single-item-wrap .button-wrapper .mt-button {
  color: #fff;
  text-transform: uppercase;
  background: #333;
  padding: 10px 20px;
  font-size: 13px;
  transition: 0.2s;
  font-weight: 600;
}

.featured-repeater--layout-one .single-item-wrap .button-wrapper .mt-button:hover {
  background: #c97c76;
}

.featured-repeater--layout-default .featured-carousel-control .featuredCarousel-controls,
.featured-repeater--layout-one .featured-carousel-control .featuredCarousel-controls {
  background: #f5f6f8;
  padding: 10px 15px;
  color: #c2c2c2;
  cursor: pointer;
  transition: 0.2s;
}

.featured-repeater--layout-default .featured-carousel-control .featuredCarousel-controls:hover,
.featured-repeater--layout-one .featured-carousel-control .featuredCarousel-controls:hover {
  background: #666;
  color: #fff;
}

.featured-repeater--layout-default .featured-carousel-control .featuredCarousel-controls,
.featured-repeater--layout-one .featured-carousel-control .featuredCarousel-controls.featuredCarousel-controls__prev {
  margin-right: 10px;
}

/*--------------------------------------------------------------
## Featured Section Repeater Layout two
--------------------------------------------------------------*/
.featured-repeater--layout-two {
  background: #f2f2f2;
  padding: 50px 0;
}

.featured-repeater--layout-two.featuredCarousel .section-title-wrapper,
.featured-repeater--layout-three.featuredCarousel .section-title-wrapper {
  display: flex;
  justify-content: space-between;
}

.featured-repeater--layout-two .single-item-wrap {
  position: relative;
  margin-bottom: 60px;
}

.featured-repeater--layout-two .single-item-wrap .item-image {
  height: 280px;
  border-radius: 0;
}

.featured-repeater--layout-two.featuredCarousel .featured-items-wrapper {
  height: auto !important;
}

.featured-repeater--layout-two .single-item-wrap .featured-content-wrapper {
  top: auto;
  bottom: -30px;
  background: #fff;
  width: 80%;
  margin: 0 auto;
  padding: 15px;
  border-radius: 0;
}

#featured-section.featured-repeater--layout-two .single-item-wrap .item-title {
  display: none;
}

#featured-section.featured-repeater--layout-two .single-item-wrap .item-title a {
  color: #333;
}

.featured-repeater--layout-two .single-item-wrap .button-wrapper a {
  color: #333;
  font-weight: 500;
  text-transform: uppercase;
}

.featured-repeater--layout-two .single-item-wrap .featured-content-wrapper .featured-content {
  margin-bottom: 0px;
  display: none;
}

#featured-section.featured-repeater--layout-two .featured-carousel-control .featuredCarousel-controls {
  background: #fff;
  padding: 15px;
}


/*--------------------------------------------------------------
## Featured Section Repeater Layout two
--------------------------------------------------------------*/
.featured-repeater--layout-three .single-item-wrap {
  position: relative;
  margin-bottom: 30px;
}

.featured-repeater--layout-three .single-item-wrap .item-image {
  height: 300px;
  border-radius: 0;
}

.featured-repeater--layout-three .single-item-wrap .featured-content-wrapper {
  background: none;
  border-radius: 0;
  margin: 20px;
}

.featured-repeater--layout-three .single-item-wrap .item-title {
  background: #fff;
  width: 300px;
  padding: 10px;
  outline: 1px solid #fff;
  outline-offset: 7px;
  margin: 0 auto 20px;
}

.featured-repeater--layout-three .single-item-wrap .item-title a {
  color: #333;
}

#featured-section.featured-repeater--layout-three .featured-carousel-control .featuredCarousel-controls {
  padding: 7px 15px;
  border: 1px solid #aaa;
}

.featured-repeater--layout-three .single-item-wrap .button-wrapper {
  display: none;
}

/*--------------------------------------------------------------
## Featured Section Categories Layout Default
--------------------------------------------------------------*/
#featured-section.featured-categories--layout-default {
  margin-top: 30px;
}

.featured-categories--layout-default .mt-container:after {
  content: "";
  display: table;
  clear: both;
}

#featured-section.featured-categories--layout-default .section-title-wrapper {
  text-align: left;
}

.featured-categories--layout-default .featured-items-wrapper {
  width: 80%;
  float: right;
}

.featured-categories--layout-default.featuredCarousel .featured-items-wrapper {
  float: none;
}

.featured-items-wrapper.featured-category {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: -2%;
}

.featured-categories--layout-default .featured-items-wrapper .single-featured-wrap .featured-image,
.featured-categories--layout-default .section-title-wrapper {
  height: 260px;
}

.featured-categories--layout-default .single-featured-wrap .post-title a {
  color: #333;
}

.featured-categories--layout-default .single-featured-wrap .posted-on a {
  color: #a7a7a7;
  font-size: 14px;
}

.featured-categories--layout-default .section-title-wrapper {
  float: left;
  width: 20%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#featured-section.featured-categories--layout-default .section-title-wrapper .section-title {
  font-size: 28px;
  position: relative;
  padding-left: 0;
}

#featured-section.featured-categories--layout-default .section-title-wrapper .section-title:before {
  display: none;
}

.featured-categories--layout-default .section-title-wrapper .section-description {
  margin-top: 10px;
  color: #777;
}

.featured-categories--layout-default .section-title-wrapper .featured-carousel-control {
  margin-top: 20px;
}

.featured-categories--layout-default .section-title-wrapper .featured-carousel-control .featuredCarousel-controls__next {
  margin-left: 15px;
}

.featured-categories--layout-default.featuredCarousel .featured-carousel-control .featuredCarousel-controls {
  color: #666;
  padding: 15px 22px;
  transition: 0.2s;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.15) 0 3px 6px;
}

.featured-categories--layout-default.featuredCarousel .featured-carousel-control .featuredCarousel-controls:hover {
  color: #c97c76;
  box-shadow: rgba(0, 0, 0, 0.2) 0 5px 10px;
}

.featured-categories--layout-default .cat-links a {
  color: #c97c76;
}

/*--------------------------------------------------------------
## Featured Section Categories Layout One
--------------------------------------------------------------*/
#featured-section.featured-categories--layout-one {
  margin-bottom: 80px;
  position: relative;
}

.featured-categories--layout-one .single-featured-wrap .featured-image {
  height: 300px;
  margin-top: 0;
}

.featured-categories--layout-one .featured-items-wrapper {
  position: relative;
  margin-right: -2%;
}

.featured-categories--layout-one:before {
  content: '';
  height: auto;
  width: 100%;
  display: block;
  background: #c97c76;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 200px;
  bottom: -30px;
}

.featured-categories--layout-one.featuredCarousel:before {
  bottom: 0;
}

.featured-categories--layout-one .featured-items-wrapper .single-featured-wrap {
  width: 31%;
  z-index: 10;
}

.featured-categories--layout-one .featured-items-wrapper .single-featured-wrap .featured-content-wrapper {
  text-align: center;
  padding: 0 10px;
}

.featured-categories--layout-one .single-featured-wrap .featured-content-wrapper .post-title a {
  color: #333;
}

.featured-categories--layout-one .single-featured-wrap .featured-content-wrapper .posted-on {
  position: relative;
}

.featured-categories--layout-one .single-featured-wrap .featured-content-wrapper .posted-on a {
  color: #666;
  font-size: 14px;
}

.featured-categories--layout-one .single-featured-wrap .posted-on:before,
.featured-categories--layout-one .single-featured-wrap .posted-on:after {
  content: '';
  height: 1px;
  width: 40px;
  background: #888;
  display: block;
  position: absolute;
  top: 50%;
}

.featured-categories--layout-one .single-featured-wrap .posted-on:before {
  left: -50px;
}

.featured-categories--layout-one .single-featured-wrap .posted-on:after {
  right: -50px;
}

.featured-categories--layout-one.featuredCarousel .section-title-wrapper,
.featured-repeater--layout-one.featuredCarousel .section-title-wrapper,
.featured-repeater--layout-default.featuredCarousel .section-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.featured-categories--layout-one.featuredCarousel .featured-items-wrapper {
  height: auto !important;
}

.featured-categories--layout-one.featuredCarousel .single-featured-wrap {
  padding: 15px;
}

.featured-categories--layout-one .lSSlideWrapper {
  padding-bottom: 60px;
}

.featured-categories--layout-one.featuredCarousel .featured-carousel-control .featuredCarousel-controls {
  border: 1px solid #b1b1b1;
  color: #b1b1b1;
  padding: 7px 10px;
  transition: 0.2s;
  cursor: pointer;
}

.featured-categories--layout-one.featuredCarousel .featured-carousel-control .featuredCarousel-controls:hover {
  color: #c97c76;
  border-color: #c97c76;
}

.featured-categories--layout-one.featuredCarousel .featured-carousel-control .featuredCarousel-controls__prev {
  margin-right: 15px;
}

.featured-categories--layout-one .cat-links a {
  color: #666;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}

/*--------------------------------------------------------------
## Featured Section Categories Layout two
--------------------------------------------------------------*/
.featured-categories--layout-two .single-featured-wrap .featured-image {
  height: 300px;
}

.featured-categories--layout-two .single-featured-wrap .featured-content-wrapper {
  text-align: center;
}

.featured-categories--layout-two .single-featured-wrap .cat-links a {
  color: #c97c76;
  text-transform: uppercase;
}

.featured-categories--layout-two .single-featured-wrap .post-title a {
  color: #333;
}

.featured-categories--layout-two .single-featured-wrap .posted-on a {
  color: #888;
}

/*--------------------------------------------------------------
## Featured Section Categories Layout three
--------------------------------------------------------------*/
.featured-categories--layout-three .single-featured-wrap {
  position: relative;
  margin-bottom: 30px;
}

.featured-categories--layout-three .single-featured-wrap .featured-image {
  height: 350px;
  margin: 0;
}

.featured-categories--layout-three .single-featured-wrap .featured-content-wrapper {
  position: absolute;
  left: 50%;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
}

.featured-categories--layout-three .single-featured-wrap .cat-links {
  color: #c97c76;
}

.featured-categories--layout-three .single-featured-wrap .cat-links a {
  color: #c97c76;
  text-transform: uppercase;
  font-weight: 500;
}

.featured-categories--layout-three .single-featured-wrap .post-title {
  margin: 7px 0;
}

.featured-categories--layout-three .single-featured-wrap .post-title a {
  color: #333;
}

.featured-categories--layout-three .single-featured-wrap .posted-on a {
  color: #666;
  font-weight: 500;
  font-size: 14px;
}

#featured-section .lSAction>a {
  background: none;
  color: #fff;
  opacity: 1;
  text-align: center;
  line-height: 30px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #fff;
  transition: 0.2s;
  opacity: 0;
}

#featured-section:hover .lSAction>a {
  opacity: 1;
}

#featured-section .lSAction>.lSPrev:before {
  content: '\f053';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
}

#featured-section .lSAction>.lSNext:before {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
}

#featured-section .lSAction>a:hover {
  background: #fff;
  color: #555;
}

#featured-section.featured-categories--layout-three .lSAction>a {
  color: #c97c76;
  border: 1px solid #c97c76;
  margin-top: 0;
}

#featured-section.featured-categories--layout-three .lSAction>:hover {
  background: #c97c76;
  color: #fff;
}

/*--------------------------------------------------------------
## Archive Layout Default
--------------------------------------------------------------*/
.archive--layout-default .mt-archive-posts-wrapper,
.archive--layout-one .mt-archive-posts-wrapper,
.archive--layout-four .mt-archive-posts-wrapper {
  margin-left: -3%;
}

.archive .page-header {
  margin-bottom: 30px;
}

.archive--layout-default .mt-archive-posts-wrapper article {
  width: 47%;
  display: inline-block;
  vertical-align: top;
  margin-left: 3%;
}

.archive .mt-archive-posts-wrapper article,
.archive--layout-default .mt-archive-posts-wrapper article {
  text-align: center;
  margin-bottom: 30px;
}

.archive .mt-archive-posts-wrapper article .entry-thumbnail,
.archive--layout-default .mt-archive-posts-wrapper article .entry-thumbnail {
  margin-bottom: 20px;
}

.archive article .entry-thumbnail .post-thumb {
  height: auto;
  margin: 0;
}

.archive--layout-default article .entry-header {
  margin-bottom: 15px;
  margin-top: 10px;
}

.archive article .entry-content,
.archive--layout-default article .entry-content,
.archive--layout-one article .entry-content,
.archive--layout-two article .entry-content {
  line-height: 1.5;
}

.archive article .cat-links,
.archive article .cat-links a,
.archive--layout-default article .cat-links,
.archive--layout-default article .cat-links a,
.archive--layout-two article .cat-links,
.archive--layout-two article .cat-links a {
  color: #c97c76;
}

.archive article .entry-title,
.archive--layout-default article .entry-title,
.archive--layout-one article .entry-title,
.archive--layout-two article .entry-title {
  font-size: 24px;
  line-height: 1.2;
}

.archive--layout-default .entry-title {
  position: relative;
  padding-bottom: 15px;
}

.archive article .entry-title a,
.archive--layout-default article .entry-title a,
.archive--layout-one article .entry-title a,
.archive--layout-two article .entry-title a,
.archive--layout-three article .entry-title a,
.archive--layout-four article .entry-title a {
  color: #333;
}

.archive article .entry-title a:hover,
.archive--layout-default article .entry-title a:hover,
.archive--layout-one article .entry-title a:hover,
.archive--layout-two article .entry-title a:hover {
  color: #c97c76;
}

.archive--layout-default article .entry-title:before {
  content: '';
  height: 2px;
  width: 50px;
  background: #bbb;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.archive .mt-archive-posts-wrapper article .entry-content,
.archive--layout-default .mt-archive-posts-wrapper article .entry-content,
.archive--layout-one .mt-archive-posts-wrapper article .entry-content,
.archive--layout-two .mt-archive-posts-wrapper article .entry-content,
.archive--layout-three .mt-archive-posts-wrapper article .entry-content {
  color: #555;
}

.archive--layout-default .mt-archive-posts-wrapper article .entry-content {
  padding: 0 20px;
}

.archive--layout-default article .entry-readmore {
  margin: 15px 0;
}

.archive--layout-default article .entry-readmore a:after {
  content: '';
  height: 2px;
  width: 0;
  background: #c97c76;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}

.archive--layout-default article .entry-readmore a {
  text-transform: uppercase;
  color: #555;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  padding-bottom: 10px;
}

.archive--layout-default article .entry-readmore a:hover:after {
  width: 50px;
}

.archive--layout-default article .entry-readmore a:hover {
  color: #c97c76;
}

.archive .entry-footer {
  margin-top: 20px;
}

/*--------------------------------------------------------------
## Archive Layout One
--------------------------------------------------------------*/

.archive--layout-one .mt-archive-posts-wrapper article {
  width: 47%;
  display: inline-block;
  vertical-align: top;
  margin-left: 3%;
}

.archive--layout-one .mt-archive-posts-wrapper .entry-thumbnail {
  margin-bottom: 0;
}

.archive--layout-one .mt-archive-posts-wrapper article .cat-links a {
  color: #c97c76;
}

.archive--layout-one .mt-archive-posts-wrapper article .entry-content {
  border-bottom: 2px dashed #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.archive--layout-one article .byline,
.archive--layout-one article .entry-readmore {
  display: inline-block;
}

.archive article .byline,
.archive article .byline a,
.archive--layout-one article .byline,
.archive--layout-one article .byline a,
.archive--layout-two article .byline,
.archive--layout-two article .byline a {
  color: #888;
  font-size: 14px;
}

.archive--layout-one .post-content-wrapper {
  display: flex;
  text-align: left;
  padding: 15px 30px;
}

.archive--layout-one .posted-on,
.archive--layout-two .posted-on {
  position: relative;
}

.archive--layout-one .posted-on .month,
.archive--layout-two .posted-on .month {
  position: absolute;
  left: 0;
  bottom: 24px;
  font-weight: 700;
}

.archive--layout-one .posted-on .month {
  top: 45px;
  bottom: auto;
}

.archive--layout-one .posted-on .day,
.archive--layout-two .posted-on .day {
  font-size: 60px;
  font-weight: 900;
  color: #ccc;
}

.archive--layout-one .post-content-wrapper .post-info-wrapper {
  padding-left: 30px;
}

.archive--layout-one .post-content-wrapper .post-info-wrapper .entry-header {
  margin-top: 10px;
}

.archive--layout-one .byline,
.archive--layout-two .byline {
  position: relative;
  padding-right: 40px;
  margin-right: 10px;
}

.archive--layout-one .byline:after,
.archive--layout-two .byline:after {
  content: '';
  height: 1px;
  width: 30px;
  background: #888;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
}

.archive--layout-one .entry-readmore {
  color: #555;
  text-transform: uppercase;
  font-weight: 600;
}

.archive--layout-one .entry-readmore .mt-button {
  color: #555;
  font-size: 14px;
  transition: 0.2s;
}

.archive--layout-one .entry-readmore .mt-button:hover {
  color: #c97c76;
}

/*--------------------------------------------------------------
## Archive Layout two
--------------------------------------------------------------*/
.archive--layout-two .mt-archive-posts-wrapper article.post {
  display: flex;
}

.archive--layout-two .entry-thumbnail,
.archive--layout-two .post-content-wrapper {
  width: 50%;
}

.archive--layout-two .post-content-wrapper {
  text-align: left;
  padding-left: 50px;
}

.archive--layout-two .no-thumbnail .entry-thumbnail {
  display: none;
}

.archive--layout-two .no-thumbnail .post-content-wrapper {
  width: 100%;
  padding-left: 0;
}

.archive--layout-two article .entry-title {
  margin-bottom: 10px;
}

.archive--layout-two article.post .entry-content {
  margin-top: 10px;
}

.archive--layout-two .entry-readmore {
  margin-top: 20px;
}

.archive--layout-two .entry-readmore .mt-button {
  border: 1px solid #ccc;
  padding: 10px 20px;
  color: #777;
  font-size: 14px;
  transition: 0.2s;
}

.archive--layout-two .entry-readmore .mt-button:after {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  padding-left: 10px;
}

.archive--layout-two .entry-readmore .mt-button:hover {
  border-color: #c97c76;
  color: #c97c76;
}


/*--------------------------------------------------------------
## Archive Layout Three
--------------------------------------------------------------*/

.archive--layout-three .mt-archive-posts-wrapper article {
  display: flex;
  align-items: center;
}

.archive--layout-three .entry-thumbnail,
.archive--layout-three .post-content-wrapper {
  width: 50%;
}

.archive--layout-three .post-content-wrapper {
  text-align: left;
  padding-left: 50px;
}

.archive--layout-three .no-thumbnail .entry-thumbnail {
  display: none;
}

.archive--layout-three .no-thumbnail .post-content-wrapper {
  width: 100%;
  padding-left: 0;
}

.archive--layout-three .post-content-wrapper .entry-title {
  margin-bottom: 25px;
  position: relative;
}

.archive--layout-three .post-content-wrapper .entry-title a:hover {
  color: #c97c76;
}

.archive--layout-three .post-content-wrapper .entry-title:after {
  content: '';
  width: 50px;
  border-bottom: 2px solid #c97c76;
  position: absolute;
  left: 0;
  bottom: -15px;
}

.archive--layout-three .post-content-wrapper .cat-links a {
  text-transform: uppercase;
  font-weight: 500;
  color: #c97c76;
}

.archive--layout-three .post-content-wrapper .posted-on a {
  color: #888;
  font-size: 14px;
}

.archive--layout-three .post-content-wrapper .entry-readmore {
  display: none;
}

/*--------------------------------------------------------------
## Archive Layout Four
--------------------------------------------------------------*/
.archive--layout-four .mt-archive-posts-wrapper article {
  width: 47%;
  display: inline-block;
  vertical-align: top;
  margin-left: 3%;
  text-align: center;
}

.archive--layout-four .mt-archive-posts-wrapper .entry-thumbnail {
  margin-top: 20px;
  margin-bottom: 30px;
}

.archive--layout-four article .entry-title {
  margin-top: 7px;
}

.archive--layout-three .post-content-wrapper .entry-title a:hover {
  color: #c97c76;
}

.archive--layout-four article .posted-on {
  position: relative;
  margin-left: 5px;
  padding-left: 35px;
}

.archive--layout-four article .posted-on:before {
  content: '';
  width: 30px;
  border-bottom: 1px solid #ccc;
  position: absolute;
  top: 50%;
  left: 0;
}

.archive--layout-four article .posted-on a {
  color: #888;
  font-size: 14px;
}

.archive--layout-four article .cat-links a {
  text-transform: uppercase;
  font-size: 14px;
  color: #c97c76;
}

.archive--layout-four article .entry-readmore {
  position: relative;
  margin-top: 30px;
}

.archive--layout-four article .entry-readmore:before {
  content: '';
  width: 50px;
  border-bottom: 2px solid #aaa;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.archive--layout-four article .entry-readmore a {
  color: #666;
  text-transform: uppercase;
  color: #333;
  font-weight: 600;
}

.archive--layout-four article .entry-readmore a:hover {
  color: #c97c76;
}


/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/

.posts-navigation {
  margin: 30px;
}

.posts-navigation .nav-links .nav-previous a,
.posts-navigation .nav-links .nav-next a {
  color: #555;
  font-weight: 500;
  border-bottom: 2px solid #555;
  text-transform: uppercase;
}

.posts-navigation .nav-links .nav-previous a:hover,
.posts-navigation .nav-links .nav-next a:hover {
  color: #c97c76;
  border-bottom-color: #c97c76;
}

.navigation .nav-links a.page-numbers {
  color: #555;
  border: 1px solid #ccc;
  padding: 10px 20px;
  margin-right: 5px;
}

.navigation .nav-links span.current {
  background: #c97c76;
  border: 1px solid #c97c76;
  color: #fff;
  padding: 10px 20px;
  margin-right: 5px;
}

.navigation .nav-links a.page-numbers:hover {
  border-color: #c97c76;
  color: #c97c76;
}

.navigation.pagination {
  margin-bottom: 40px;
  margin-top: 30px;
}

/*--------------------------------------------------------------
## Single Posts layout default
--------------------------------------------------------------*/
.single-post .site-content {
  margin-top: 60px;
}

.single-post.mobile-layout--sidebar-content .mt-single-post-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

.single--layout-default p {
  margin-bottom: 15px;
}

.single-post .entry-thumbnail .post-thumb {
  margin: 0;
}

.single-post .entry-thumbnail .post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single--layout-default article.post {
  text-align: center;
}

.single--layout-default .entry-thumbnail {
  margin-bottom: 30px;
}

.single-post .cat-links .post-categories {
  list-style: none;
  display: inline-block;
}

.single-post .cat-links .post-categories li {
  display: inline-block;
}

.single--layout-default .cat-links a {
  color: #666;
  text-transform: uppercase;
  font-size: 14px;
}

.single--layout-default .entry-header {
  margin-top: 10px;
}

.single--layout-default .posted-on {
  position: relative;
}

.single--layout-default article .posted-on a {
  color: #888;
}

.single-post .entry-content {
  text-align: left;
  margin-top: 1.5rem;
}

.single-post .entry-content p {
  margin-bottom: 30px;
}

.single-post .entry-content blockquote {
  padding: 30px;
  position: relative;
}

.single-post .entry-content blockquote:before {
  content: '\f10d';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  font-style: italic;
  opacity: 0.2;
}

.single-post .entry-content blockquote p {
  font-style: italic;
  font-size: 22px;
  margin-bottom: 5px;
}

.single-post .entry-content blockquote cite {
  color: #888;
}

.single--layout-default .entry-tags {
  text-align: left;
  margin-top: 30px;
}

.single--layout-default .entry-tags .tags-links a {
  color: #666;
  background: #eee;
  padding: 5px 7px;
  font-size: 14px;
  transition: 0.2s;
  margin: 3px;
}

.single--layout-default .entry-tags .tags-links a:hover {
  color: #fff;
  background: #666;
}

.comments-area {
  text-align: left;
  margin-top: 30px;
}

.comment-body {
  text-align: left;
}

.comments-area .comment-author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
}

.comments-area .comment-metadata,
.comments-area .comment-content {
  padding-left: 80px;
}

.comments-area .comment-metadata a {
  color: #aeaeae;
  font-size: 12px;
}

.comments-area .comment-metadata .edit-link a {
  color: #fff;
  margin-left: 10px;
}

.comments-area .comment-content {
  margin-top: 15px;
}

.comments-area .comment-list {
  list-style: none;
}

.comments-area .comment-list .comment {
  position: relative;
  margin-bottom: 20px;
}

.comments-area .comment-list .comment .children {
  margin-top: 20px;
  list-style: none;
}

.comments-area .comment-list .comment b a,
.comments-area .comment-list .comment b {
  color: #555;
}

.comments-area .comment-list .comment .reply {
  position: absolute;
  right: 0;
  top: 0;
}

.comments-area .comment-list .comment .reply a {
  color: #555;
  background: #eee;
  padding: 5px 10px;
  font-size: 14px;
  transition: 0.2s;
}

.comments-area .comment-list .comment .reply a:hover {
  background: #c97c76;
  color: #fff;
}

.comments-area .comment-respond {
  margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-notes {
  display: none;
}

.comments-area .comment-respond .comment-form p {
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form input,
.comments-area .comment-respond .comment-form textarea {
  border: none;
  background: #f6f7f8;
  width: 100%;
  padding: 5px 10px;
}

.comments-area .comment-respond .comment-form input {
  height: 45px;
}

.comments-area .comment-respond .comment-form label {
  display: block;
  padding-bottom: 7px;
}

.comments-area .comment-form .comment-form-author,
.comments-area .comment-form .comment-form-email,
.comments-area .comment-form .comment-form-url {
  display: inline-block;
  width: 32%;
  margin-right: 1%;
}

.comments-area .comment-form .comment-form-url {
  width: 33%;
  margin-right: 0;
}

.comments-area .comment-respond .comment-form p.comment-form-cookies-consent input {
  height: auto;
  width: auto;
}

.comments-area .comment-respond .comment-form p.comment-form-cookies-consent label {
  display: inline-block;
}

.comments-area .comment-respond .comment-form p.form-submit .submit {
  width: auto;
  padding: 10px 20px;
  background: #555;
  color: #fff;
  border-radius: 0;
  font-size: 16px;
  margin-top: 30px;
  cursor: pointer;
  transition: 0.2s;
}

.comments-area .comment-respond .comment-form p.form-submit .submit:hover {
  background: #666;
}

article .entry-content figcaption {
  color: #aaa;
  padding: 10px 0;
  font-style: italic;
}

article .entry-content .wp-block-image,
.single-post article .entry-content .wp-block-gallery {
  margin-bottom: 30px;
  text-align: center;
  justify-content: center;
}

/*--------------------------------------------------------------
## Single Posts layout One
--------------------------------------------------------------*/
.single--layout-one article {
  text-align: center;
}

.single--layout-one article .entry-thumbnail {
  margin: 30px 0;
}

.single--layout-one article .cat-links a {
  color: #c97c76;
  text-transform: uppercase;
  padding: 0 5px;
}

.single--layout-one article .entry-title {
  margin: 7px 0;
}

.single--layout-one .posted-on {
  position: relative;
}

.single--layout-one article .posted-on a {
  color: #888;
  font-size: 14px;
}

.single--layout-one article .posted-on:before,
.single--layout-one article .posted-on:after {
  content: '';
  height: 1px;
  width: 40px;
  background: #ccc;
  display: block;
  position: absolute;
  top: 50%;
}

.single--layout-one .posted-on:before {
  left: -50px;
}

.single--layout-one .posted-on:after {
  right: -50px;
}

.single--layout-one .single-entry-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
}

.single--layout-one .single-entry-meta .posted-by-wrap {
  display: flex;
  align-items: center;
}

.single--layout-one .single-entry-meta .posted-by-wrap img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}

.single--layout-one .single-entry-meta .posted-by-wrap .byline a {
  color: #333;
  font-weight: 600;
}

.single--layout-one .single-entry-meta .entry-meta-comment .comments-link a {
  color: #888;
  font-size: 14px;
}

.single--layout-one .single-entry-meta .entry-meta-comment .comments-link a:before {
  content: '\f27a';
  font-family: 'Font Awesome 5 Free';
  padding-right: 10px;
}

.single--layout-one .entry-tags .tags-links a,
.single--layout-two .entry-tags .tags-links a {
  color: #666;
  border: 1px solid #ccc;
  padding: 5px 7px;
  font-size: 12px;
  text-transform: uppercase;
  margin: 5px;
}

.single--layout-one .entry-tags .tags-links a:hover,
.single--layout-two .entry-tags .tags-links a:hover {
  color: #c97c76;
  border-color: #c97c76;
}

.single--layout-one .entry-content {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
## Single Posts layout two
--------------------------------------------------------------*/

.single--layout-two article.post {
  position: relative;
  text-align: center;
}

.single--layout-two article .cat-links a,
.single--layout-default article .cat-links a {
  background: #c97c76;
  color: #fff;
  padding: 5px 12px;
  margin: 3px;
}

.single--layout-two article .entry-header {
  margin-top: 15px;
}

.single--layout-two article.post .entry-content {
  width: 80%;
  margin: 0 auto;
}

.single--layout-two article .image-content-wrapper {
  position: absolute;
  top: 300px;
  padding: 30px;
  text-align: left;
}

.single--layout-two article .image-content-wrapper .entry-title {
  color: #fff;
}

.single--layout-two .entry-thumbnail .post-thumb {
  position: relative;
  height: 500px;
}

.single--layout-two .entry-thumbnail .post-thumb:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  display: block;
}

.single--layout-two article .single-entry-meta {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}

.single--layout-two article .single-entry-meta span {
  position: relative;
}

.single--layout-two article .single-entry-meta span.byline,
.single--layout-two article .single-entry-meta span.comments-link {
  padding-left: 20px;
}

.single--layout-two article .single-entry-meta span a {
  color: #888;
}

.single--layout-two article .single-entry-meta span.byline:before,
.single--layout-two article .single-entry-meta span.comments-link:before {
  content: '';
  height: 5PX;
  width: 5PX;
  background: #c97c76;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.single--layout-two .entry-tags {
  margin: 40px 0;
}

.single--layout-two .entry-author-box {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.single--layout-two .entry-author-box.author-box--layout-default .post-author-info {
  width: 80%;
}

.single--layout-two article .related-posts--layout-two .related-post .cat-links a {
  background: none;
  color: #c97c76;
  padding: 0;
}

/*--------------------------------------------------------------
## Single Posts layout three
--------------------------------------------------------------*/
.single--layout-three .layout-thumbnail-wrapper {
  position: relative;
}

.single--layout-three .layout-thumbnail-wrapper .image-content-wrapper {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  color: #fff;
}

.single--layout-three .entry-thumbnail .post-thumb {
  height: 500px;
}

.single--layout-three .image-content-wrapper .entry-header {
  margin: 10px 0;
  width: 60%;
}

.single--layout-three article .entry-content {
  margin-top: 30px;
}

.single--layout-three .image-content-wrapper .meta-content-wrapper {
  display: flex;
}

.single--layout-three .image-content-wrapper .cat-links a {
  color: #fff;
  border: 1px solid #fff;
  padding: 3px 10px;
  text-transform: uppercase;
  margin: 3px;
  font-size: 14px;
}

.single--layout-three .image-content-wrapper .cat-links a:hover {
  color: #c97c76;
  border-color: #c97c76;
}

.single--layout-three .meta-content-wrapper .byline a,
.single--layout-three .meta-content-wrapper .comments-link a {
  color: #fff;
}

.single--layout-three .meta-content-wrapper span.byline,
.single--layout-three .meta-content-wrapper span.comments-link {
  margin-left: 5px;
}

.single--layout-three .meta-content-wrapper span.byline,
.single--layout-three .meta-content-wrapper span.comments-link,
.single--layout-four .meta-content-wrapper span.byline,
.single--layout-four .meta-content-wrapper span.comments-link {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
}

.single--layout-three .meta-content-wrapper span.byline:before,
.single--layout-three .meta-content-wrapper span.comments-link:before,
.single--layout-four .meta-content-wrapper span.byline:before,
.single--layout-four .meta-content-wrapper span.comments-link:before {
  content: '';
  width: 10px;
  border-bottom: 2px solid #aaa;
  position: absolute;
  left: 0;
  top: 50%;
}

.single--layout-three .meta-content-wrapper span.byline:before,
.single--layout-three .meta-content-wrapper span.comments-link:before {
  border-color: #fff;
}

.single--layout-three #secondary {
  margin-top: 50px;
}

.single--layout-three #primary {
  margin-top: 20px;
}

.single--layout-three article .single-entry-tags,
.single--layout-four article .single-entry-tags {
  text-align: center;
}

.single--layout-three article .tags-links a,
.single--layout-four article .tags-links a {
  color: #666;
  border: 1px solid #ccc;
  padding: 3px 7px;
  font-size: 14px;
  margin: 3px;
}

.single--layout-three article .tags-links a:hover,
.single--layout-four article .tags-links a:hover {
  color: #c97c76;
  border-color: #c97c76;
}

/*--------------------------------------------------------------
## Single Posts layout four
--------------------------------------------------------------*/
.single--layout-four article .post-title-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  padding: 20px 0 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.single--layout-four article .post-title-wrapper .entry-header {
  width: 50%;
}

.single--layout-four .post-title-wrapper .posted-on span {
  font-size: 40px;
  font-weight: 700;
  color: #666;
}

.single--layout-four .post-title-wrapper .cat-links a {
  font-size: 14px;
  color: #c97c76;
}

.single--layout-four .meta-content-wrapper span,
.single--layout-four .meta-content-wrapper span a {
  color: #888;
}

.single--layout-four .meta-content-wrapper .cat-links a:after {
  content: '/';
  padding-left: 5px;
}

.single--layout-four .meta-content-wrapper .cat-links a:last-of-type:after {
  content: '';
}

/*--------------------------------------------------------------
## Single Posts Author Layout default
--------------------------------------------------------------*/
.entry-author-box {
  text-align: left;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}

.entry-author-box .article-author-avatar {
  margin-right: 40px;
}

.entry-author-box.author-box--layout-default {
  flex-wrap: wrap;
}

.entry-author-box.author-box--layout-default .article-author-avatar .avatar-wrap {
  border: 3px solid #c97c76;
  padding: 8px;
  line-height: 1;
}

.entry-author-box.author-box--layout-default .article-author-avatar .avatar-wrap img {
  height: 120px;
  width: 120px;
  object-fit: cover;
}

.entry-author-box.author-box--layout-default .post-author-info {
  width: 50%;
}

.entry-author-box .post-author-info .author-name a {
  color: #333;
  font-size: 22px;
  font-weight: 500;
  transition: 0.2s;
}

.entry-author-box .post-author-info .author-name a:hover {
  color: #c97c76;
}

.entry-author-box .post-author-info .author-bio {
  color: #666;
  margin-top: 10px;
}

.entry-author-box .author-meta-wrap .author-website {
  margin-top: 15px;
  color: #666;
}

.entry-author-box .author-meta-wrap .author-website a {
  color: #333;
  text-decoration: underline;
}

/*--------------------------------------------------------------
## Single Posts Author Layout One
--------------------------------------------------------------*/
.entry-author-box.author-box--layout-one {
  width: 80%;
  box-shadow: rgba(0, 0, 0, 0.12) 0 0 12px;
  padding: 30px;
  border-left: 3px solid #c97c76;
}

.entry-author-box.author-box--layout-one .article-author-avatar {
  width: 50%;
}

.entry-author-box.author-box--layout-one .article-author-avatar .avatar-wrap img,
.entry-author-box.author-box--layout-two .article-author-avatar .avatar-wrap img {
  border-radius: 50%;
  height: 120px;
  width: 120px;
  object-fit: cover;
}

.entry-author-box.author-box--layout-one .article-author-avatar .avatar-wrap img {
  height: 150px;
  width: 150px;
}

/*--------------------------------------------------------------
## Single Posts Author Layout two
--------------------------------------------------------------*/
.entry-author-box.author-box--layout-two {
  border: 1px solid #ccc;
  width: 80%;
  padding: 40px;
  position: relative;
  text-align: center;
  margin-top: 120px;
}

.entry-author-box.author-box--layout-two .article-author-avatar {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
}

.entry-author-box.author-box--layout-two .article-author-avatar .avatar-wrap img {
  border: 10px solid #fff;
  height: 160px;
  width: 160px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 5px 10px 3px;
}

.entry-author-box.author-box--layout-two .post-author-info {
  margin-top: 60px;
  display: block;
  width: 100%;
}

.no-sidebar-center .entry-author-box.author-box--layout-two {
  width: 100%;
}

/*--------------------------------------------------------------
## Single Posts Navigation Layout Default
--------------------------------------------------------------*/
.single-post-navigation.post-navigation--layout-default {
  margin-top: 30px;
}

.single-post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}

.single-post-navigation .nav-links .nav-previous {
  float: none;
  width: auto;
  text-align: left;
}

.single-post-navigation .nav-links .nav-previous a span i {
  padding-right: 8px;
}

.single-post-navigation .nav-links .nav-next a span i {
  padding-left: 8px;
}

.single-post-navigation .nav-links a span {
  display: block;
  color: #333;
}

.single-post-navigation .nav-links a span.title {
  color: #c97c76;
  text-transform: uppercase;
}

.single-post-navigation .nav-links a span.post-title {
  font-size: 20px;
  padding-top: 10px;
  line-height: 1.5;
  font-weight: 500;
}

.single-post-navigation .nav-links a:hover span.post-title:hover {
  color: #c97c76;
}

/*--------------------------------------------------------------
## Single Posts Navigation Layout One
--------------------------------------------------------------*/
.post-navigation--layout-one {
  margin-top: 40px;
}

.post-navigation--layout-one .nav-links .nav-previous .nav-prev-wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.post-navigation--layout-one .nav-links .nav-previous .nav-prev-wrapper .nav-text-wrap {
  margin-left: 30px;
}

.post-navigation--layout-one .nav-links .nav-next .nav-next-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.post-navigation--layout-one .nav-links .nav-next .nav-next-wrapper .nav-text-wrap {
  margin-right: 30px;
}

.post-navigation--layout-one .nav-links a span.title {
  color: #888;
  font-weight: 400;
}

.post-navigation--layout-one .nav-links a span.title i {
  display: none;
}

.single-post-navigation.post-navigation--layout-one .nav-links a span.post-title {
  font-weight: 500;
  color: #555;
  transition: 0.2s;
}

/*--------------------------------------------------------------
## Single Posts Navigation Layout two
--------------------------------------------------------------*/
.post-navigation--layout-two {
  margin-top: 30px;
}

.post-navigation--layout-two .nav-links .nav-previous,
.post-navigation--layout-two .nav-links .nav-next {
  border: 1px solid #ccc;
  float: none;
  width: auto;
  transition: 0.2s;
}

.post-navigation--layout-two .nav-links a span.title {
  color: #555;
  font-weight: 500;
}

.post-navigation--layout-two .nav-links a {
  padding: 15px;
  display: block;
}

.post-navigation--layout-two .nav-links .nav-previous:hover,
.post-navigation--layout-two .nav-links .nav-next:hover {
  border-color: #c97c76;
}

.post-navigation--layout-two .nav-links .nav-previous:hover a span.title,
.post-navigation--layout-two .nav-links .nav-next:hover a span.title {
  color: #c97c76;
}

/*--------------------------------------------------------------
## Related Posts Layout Default
--------------------------------------------------------------*/
.related-posts--layout-default {
  margin-top: 30px;
}

.related-posts-wrapper {
  /* margin-right:-2%; */
  margin-top: 50px;
}

.related-posts-wrapper .related-section-title {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
  text-align: center;
}

.related-posts-wrapper .related-section-title:after {
  content: '';
  height: 3px;
  width: 50px;
  background: #c97c76;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.related-posts-wrapper .related-post {
  float: left;
  margin-right: 2%;
  position: relative;
  margin-bottom: 30px;
  border: none;
}

.related-posts-wrapper.column-3 .related-post {
  width: 48%;
}

.related-posts-wrapper.column-3 .related-post {
  width: 31.33%;
}

.related-posts-wrapper.column-4 .related-post {
  width: 23%;
}

.related-posts-wrapper.column-5 .related-post {
  width: 18%;
}

.related-posts-wrapper.column-6 .related-post {
  width: 14.66%
}

.related-posts-wrapper .related-post .post-thumb {
  height: 300px;
  margin: 0;
}

.related-posts--layout-default .related-post .post-content-wrapper {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 40px 20px;
  font-size: 24px;
  transition: 0.3s ease;
  opacity: 0;
  text-align: center;
}

.related-posts--layout-default .related-post:hover .post-content-wrapper {
  opacity: 1;
}

.related-posts--layout-default .related-post .post-content-wrapper .related-post-title {
  line-height: 1.2;
  font-weight: 600;
}

.related-posts-wrapper .related-post .post-content-wrapper .related-post-title {
  line-height: 1;
}

.related-posts-wrapper .related-post .post-content-wrapper .related-post-title a {
  color: #333;
  font-size: 20px;
}

.related-posts--layout-default .related-post .post-content-wrapper .related-post-title a:hover {
  color: #c97c76;
}

.related-posts-wrapper.position-after-content {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
## Related Posts Layout one
--------------------------------------------------------------*/
.related-posts--layout-one .related-post .post-content-wrapper {
  padding: 15px;
  text-align: center;
  display: block;
  width: 100%;
}

.related-posts--layout-two .related-post .post-content-wrapper {
  width: 100%;
  display: block;
}

.related-posts--layout-one .related-post .post-content-wrapper .cat-links a,
.related-posts--layout-one .related-post .post-content-wrapper .cat-links {
  font-size: 14px;
  color: #888;
  background: none;
  padding: 0;
}

.related-posts--layout-one .related-post .post-content-wrapper .related-post-title {
  margin-top: 10px;
  font-weight: 500;
}

.related-posts--layout-one .related-post .post-content-wrapper .related-post-title a:hover {
  color: #c97c76;
}

/*--------------------------------------------------------------
## Related Posts Layout two
--------------------------------------------------------------*/
.related-posts--layout-two .related-post {
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
}

.related-posts--layout-two .related-post .post-content-wrapper {
  padding: 15px;
  min-height: 130px;
  text-align: center;
}

.related-posts--layout-two .related-post .post-content-wrapper .posted-on:before,
.related-posts--layout-two .related-post .post-content-wrapper .posted-on:after {
  display: none;
}

.related-posts--layout-two .related-post .cat-links a {
  color: #c97c76;
  font-size: 14px;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.related-posts--layout-two .related-post .post-content-wrapper .posted-on a {
  color: #888;
  padding-left: 15px;
  font-size: 14px;
  position: relative;
}

.related-posts--layout-two .related-post .post-content-wrapper .posted-on a:before {
  content: '';
  height: 1px;
  width: 10px;
  background: #c97c76;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
}

.related-posts--layout-two .related-post .post-content-wrapper .related-post-title {
  margin-bottom: 10px;
  line-height: 1;
}

.related-posts--layout-two .related-post .post-content-wrapper .related-post-title a {
  color: #555;
}

.related-posts--layout-two .related-post .post-content-wrapper .related-post-title a:hover {
  color: #c97c76;
}

/*--------------------------------------------------------------
## Footer Section layout default
--------------------------------------------------------------*/
#colophon {
  background-color: #333;
  color: #fff;
}

#colophon .widget p {
  color: #0400888;
}

.footer-bottom-wrapper {
  padding: 40px 0;
}

.footer--layout-default .footer-bottom-wrapper {
  background: rgba(0, 0, 0, 0.15)
}

.footer--layout-default .footer-bottom-wrapper .bottom-elements-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer--layout-default .footer-bottom-wrapper .site-info {
  width: 30%;
  float: left;
}

.footer--layout-default .footer-bottom-wrapper .footer-navigation {
  width: 40%;
  float: left;
  text-align: center;
}

.footer--layout-default .footer-bottom-wrapper .footer-social-icons {
  width: 30%;
  float: right;
}

.footer--layout-default .footer-bottom-wrapper .matina-social-icons-wrapper {
  justify-content: flex-end;
  margin-right: 0;
}

#colophon #footer-menu {
  list-style: none;
}

#colophon #footer-menu li {
  display: inline-block;
  padding: 5px 15px;
  position: relative;
  margin-right: -5px;
}

#colophon #footer-menu li a {
  color: #aaa;
  display: block;
  transition: 0.2s;
  text-transform: uppercase;
}

.footer--layout-default #footer-menu li:before {
  content: '';
  height: 5px;
  width: 5px;
  background: #aaa;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}

.footer--layout-default #footer-menu li:first-of-type:before {
  display: none;
}

#colophon #footer-menu li a:hover,
#colophon .footer-social-icons .matina-social-icons-wrapper .single-icon a:hover {
  color: #fff;
}

.footer-social-icons .matina-social-icons-wrapper .single-icon a {
  color: #aaa;
  transition: 0.2s;
}

#colophon #bottom-area .site-info {
  color: #aaa;
}

.footer--layout-default .footer-bottom-wrapper .footer-social-icons .single-icon {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #aaa;
  border-radius: 50%;
  text-align: center;
  margin: 7px;
  padding: 0;
}

.footer--layout-default .footer-bottom-wrapper .footer-social-icons .single-icon a {
  display: block;
}

.footer--layout-default .footer-bottom-wrapper .footer-social-icons .single-icon:hover {
  background: #4c4c4c;
  border-color: #4c4c4c;
}

.footer--layout-default .footer-bottom-wrapper .footer-social-icons .single-icon:hover a {
  color: #fff;
}

#colophon.has-bg-image {
  position: relative;
  z-index: 1;
}

#colophon.has-bg-image .footer-bottom-wrapper {
  background: none;
}

#colophon.has-bg-image .overlay-footer-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.8;
  z-index: -1;
}

#colophon.has-bg-image .widget-area ul li a,
#colophon.has-bg-image .widget-area ul li,
#colophon.has-bg-image .widget-area .tagcloud a,
#colophon.has-bg-image .widget.matina_latest_posts .posts-wrapper .single-post-wrap .post-content-wrap .post-title a,
#colophon.has-bg-image .widget-area .widget_categories ul li.cat-item:before,
#colophon #bottom-area .site-info,
#colophon.has-bg-image #footer-menu li a,
#colophon.has-bg-image .footer-social-icons .matina-social-icons-wrapper .single-icon a {
  color: #ccc;
}

#colophon.has-bg-image.footer--layout-four .footer-bottom-wrapper .logo-content-wrap {
  border-bottom-color: #ccc;
}

/*--------------------------------------------------------------
## Footer Section layout one
--------------------------------------------------------------*/
.footer--layout-one .widget-area {
  border-bottom: 1px solid #505050;
}

#colophon.footer--layout-one .footer-bottom-wrapper {
  text-align: center;
}

#colophon.footer--layout-one .matina-social-icons-wrapper {
  justify-content: center;
  margin: 20px 0;
}

/*--------------------------------------------------------------
## Footer Section layout two
--------------------------------------------------------------*/
.footer--layout-two {
  background: #313131;
}

.footer--layout-two .footer-bottom-wrapper {
  background: rgba(0, 0, 0, 0.15);
}

.footer--layout-two .footer-bottom-wrapper .bottom-elements-wrapper {
  text-align: center;
}

.footer--layout-two .footer-bottom-wrapper .matina-social-icons-wrapper {
  margin-right: 0;
  justify-content: center;
  margin-bottom: 20px;
}

.footer--layout-two .footer-bottom-wrapper .footer-social-icons .single-icon {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #aaa;
  border-radius: 50%;
  text-align: center;
  margin: 7px;
  padding: 0;
  transition: 0.2s;
}

.footer--layout-two .footer-bottom-wrapper .footer-social-icons .single-icon a {
  display: block;
}

.footer--layout-two .footer-bottom-wrapper .footer-social-icons .single-icon:hover {
  background: #4c4c4c;
  border-color: #4c4c4c;
}

#colophon.footer--layout-two .footer-bottom-wrapper .footer-social-icons .single-icon:hover a {
  color: #fff;
}

.footer--layout-two #footer-menu {
  margin-bottom: 20px;
}

.footer--layout-two #footer-menu li a {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}

.footer--layout-two .footer-bottom-wrapper .site-info {
  margin-bottom: 15px;
}

/*--------------------------------------------------------------
## Footer Section layout three
--------------------------------------------------------------*/
.footer--layout-three .widget-area {
  border-bottom: 1px solid #505050;
}

.footer--layout-three .footer-bottom-wrapper .bottom-elements-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer--layout-three .footer-bottom-wrapper .bottom-elements-wrapper .left-content-wrap {
  width: 40%;
  float: left;
}

.footer--layout-three .footer-bottom-wrapper .bottom-elements-wrapper .middle-content-wrap {
  width: 20%;
  float: left;
  text-align: center;
}

.footer--layout-three .footer-bottom-wrapper .matina-social-icons-wrapper {
  justify-content: center;
  margin-right: 0;
}

.footer--layout-three .footer-bottom-wrapper .bottom-elements-wrapper .right-content-wrap {
  width: 40%;
  float: right;
  text-align: right;
}

.footer--layout-three .matina-social-icons-wrapper .single-icon {
  height: 40px;
  width: 40px;
  background: #4c4c4c;
  border-radius: 50%;
  margin: 7px;
}

#colophon.footer--layout-three .matina-social-icons-wrapper .single-icon a {
  color: #fff;
}

.footer--layout-three .footer-bottom-wrapper #footer-menu li a {
  text-transform: uppercase;
}

/*--------------------------------------------------------------
## Footer Section layout three
--------------------------------------------------------------*/

.footer--layout-four .footer-bottom-wrapper .logo-content-wrap {
  text-align: center;
  border-bottom: 1px solid #555;
  margin-bottom: 30px;
}

.footer--layout-four .footer-bottom-wrapper .elements-content-wrap .site-info {
  width: 30%;
  float: left;
}

.footer--layout-four .footer-bottom-wrapper .elements-content-wrap .footer-navigation {
  width: 40%;
  float: left;
  text-align: center;
}

.footer--layout-four .footer-bottom-wrapper .elements-content-wrap .footer-social-icons {
  width: 30%;
  float: right;
}

.footer--layout-four .footer-bottom-wrapper .matina-social-icons-wrapper {
  justify-content: flex-end;
  margin-right: 0;
}

.footer--layout-four .footer-bottom-wrapper #footer-menu li a {
  text-transform: uppercase;
  font-weight: 400;
}

/*--------------------------------------------------------------
## Footer Widgets Section
--------------------------------------------------------------*/
#colophon .widget-area .footer-widget-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2%;
  padding-top: 30px;
}

#colophon .widget-area .footer-widget-wrapper .footer-widget {
  margin-right: 2%;
}

#colophon .footer-widget--one-column .footer-widget-wrapper .footer-widget {
  width: 98%;
}

#colophon .footer-widget--two-columns .footer-widget-wrapper .footer-widget {
  width: 48%;
  padding: 20px;
}

#colophon .footer-widget--three-columns .footer-widget-wrapper .footer-widget {
  width: 31.33%;
  padding: 20px;
}

#colophon .footer-widget--four-columns .footer-widget-wrapper .footer-widget {
  width: 23%;
  padding: 15px;
}

#colophon .footer-widget .widget {
  text-align: left;
}

#colophon .widget-area .widget-title {
  padding: 0 15px 0 0;
  margin-bottom: 30px;
}

#colophon .widget-area .widget-title:before {
  display: none;
}

#colophon .widget-area .widget-title:after {
  content: '';
  width: 500px;
  border-bottom: 1px solid #c97c76;
  position: absolute;
  top: 50%;
  z-index: 99;
  left: 100%;
  right: auto;
}

#colophon .widget-area ul li a,
#colophon .widget-area ul li,
#colophon .widget-area .tagcloud a,
#colophon .widget.matina_latest_posts .posts-wrapper .single-post-wrap .post-content-wrap .post-title a,
#colophon .widget-area .widget_categories ul li.cat-item:before {
  color: #a1a1a1;
}

#colophon .widget-area .tagcloud a {
  border: 1px solid #a1a1a1;
}

#colophon .widget-area ul li a:hover {
  color: #fff;
}

#colophon .widget-area .tagcloud a:hover {
  color: #fff;
  border: 1px solid #fff;
}

#colophon .widget-area .widget ul li .post-date {
  display: block;
  font-size: 12px;
  color: #777;
}

#colophon .widget.matina_latest_posts .posts-wrapper .single-post-wrap .post-content-wrap .post-title a:hover {
  color: #fff;
}

#colophon .widget.matina_latest_posts .posts-wrapper .single-post-wrap .post-thumb {
  height: 70px;
  width: 25%;
  margin-top: 0;
}

#colophon .footer-widget .widget_nav_menu .sub-menu {
  display: none;
}

#colophon .widget-area ul li:hover:before,
#colophon .widget-area .widget_categories ul li.cat-item:hover:before {
  color: #fff;
}

/*--------------------------------------------------------------
## 404 Error layout default
--------------------------------------------------------------*/
.error404 #primary {
  width: 100% !important;
}

.error404 .site-content {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.error--layout-default .error-404 {
  text-align: center;
  padding: 50px 50px 100px 50px;
}

.error--layout-default .error-404 .page-caption {
  font-size: 160px;
  font-weight: 900;
  text-shadow: -20px 6px rgba(0, 0, 0, 0.2);
}

.error--layout-default .error-404 .page-content p {
  color: #666;
  margin-bottom: 40px;
}

.error404 .error-404 .page-content .search-form {
  margin: 50px 0;
}

.error404 .error-404 .page-content .search-form .search-field {
  border-radius: 0;
  padding: 9px 15px;
  width: 400px;
  border: 1px solid #ccc;
  height: auto;
}

.error404 .error-404 .page-content .search-form .search-submit {
  border-radius: 0;
  padding: 10px;
  height: 46px;
  padding: 17px 20px;
  background: #333;
  color: #fff;
  margin-left: -6px;
  cursor: pointer;
  border: none;
}

.error-404 .page-content .mt-button {
  transition: 0.2s;
}

.error--layout-default .error-404 .page-content .mt-button,
.error--layout-two .error-404 .page-content .mt-button {
  color: #fff;
  background: #666;
  padding: 15px 30px;
}

.error--layout-default .error-404 .page-content .mt-button:hover,
.error--layout-two .error-404 .page-content .mt-button:hover {
  background: #333;
}

.error--has-bg-image.error404 .site-content {
  position: relative;
  z-index: 99;
}

.error--has-bg-image.error404 .site-content:after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: block;
  z-index: -1;
}

.error--has-bg-image.error404 .error-404 {
  z-index: 99;
  color: #fff;
}

.error--has-bg-image.error--layout-default .error-404 .page-content p,
.error--has-bg-image.error--layout-two .error-404 .page-content p {
  color: #ccc;
}

.error--has-bg-image.error--layout-default .error-404 .page-content .mt-button,
.error--has-bg-image.error--layout-two .error-404 .page-content .mt-button {
  background: #222;
  color: #fff;
}

.error--has-bg-image .error-404 .page-content .mt-button:hover {
  background: #333;
}

/*--------------------------------------------------------------
## 404 Error layout one
--------------------------------------------------------------*/
.error--layout-one .error-404 {
  text-align: center;
  background: #f8f8f8;
  padding: 100px 0;
  margin: 50px 0;
  position: relative;
}

.error--layout-one .error-404 .page-caption {
  font-size: 200px;
  font-weight: 900;
  color: #666;
  line-height: 1;
}

.error--layout-one .error-404 .page-header {
  z-index: 10;
  background-color: #f8f8f8;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translateX(-50%);
  text-transform: uppercase;
}

.error--layout-one .error-404 .page-content p {
  margin-bottom: 30px;
}

.error--layout-one .error-404 .page-content .mt-button {
  color: #555;
  border: 1px solid #555;
  padding: 15px 30px;
}

.error--layout-one .error-404 .page-content .mt-button:hover {
  color: #fff;
  background-color: #555;
}

.error--layout-one .error-404 .search-form {
  display: none;
}

.error--has-bg-image.error--layout-one .site-content:after {
  display: none;
}

.error--has-bg-image.error--layout-one .error-404 {
  margin: 90px;
}

.error--has-bg-image.error--layout-one .error-404 .page-header {
  /* background:rgba(255, 255, 255,0.5); */
  color: #555;
}

/*--------------------------------------------------------------
## 404 Error layout two
--------------------------------------------------------------*/
.error--layout-two .error-404 {
  position: relative;
  padding: 150px 100px;
  padding-bottom: 70px;
}

.error--layout-two .error-404 .page-caption {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 200px;
  font-weight: 700;
}

.error--layout-two .error-404 .page-header,
.error--layout-two .error-404 .page-content {
  padding-left: 400px;
}

.error--layout-two .error-404 .page-content p {
  color: #666;
  margin-bottom: 40px;
}

/*--------------------------------------------------------------
## Sidebar layouts
--------------------------------------------------------------*/

.right-sidebar #primary {
  width: 70%;
  float: left;
}

.right-sidebar #secondary {
  width: 27%;
  float: right;
}

.left-sidebar #primary {
  width: 70%;
  float: right;
}

.left-sidebar #secondary {
  width: 27%;
  float: left;
}

.no-sidebar #primary {
  width: 100% !important;
}

.no-sidebar #secondary,
.no-sidebar-center #secondary {
  display: none;
}

.no-sidebar-center #primary {
  width: 80%;
  margin: 0 auto;
}

/*--------------------------------------------------------------
## Sidebar Widgets Section
--------------------------------------------------------------*/
.widget-area .widget {
  text-align: center;
  margin-bottom: 30px;
  overflow: hidden;
}

.widget-area .widget.widget_search {
  text-align: left;
}

.widget-area .widget-title {
  text-transform: uppercase;
  font-size: 20px;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 15px;
}

.widget-area .widget-title:before,
.widget-area .widget-title:after {
  content: '';
  width: 500px;
  border-bottom: 1px solid #ccc;
  position: absolute;
  top: 50%;
  z-index: -1;
}

.widget-area .widget-title:before {
  left: 100%;
}

.widget-area .widget-title:after {
  right: 100%;
}

.widget-area .widget ul {
  list-style: none;
  text-align: left;
}

.widget-area ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}

.widget-area ul li a {
  color: #333;
  display: inline-block;
}

.widget-area ul li:hover>a {
  color: #c97c76;
}

.widget-area ul li:hover:before {
  color: #c97c76;
}

.widget-area ul li:before {
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  left: 0;
  transition: 0.2s;
}

.widget-area .widget_archive ul li {
  padding-left: 25px;
}

.widget-area .widget_archive ul li:before {
  content: '\f073';
  font-weight: 300;
}

.widget-area ul li.recentcomments {
  color: #777;
}

.widget-area .search-form input {
  border-radius: 0;
  height: 42px;
  padding: 5px 10px;
  width: 80%;
  line-height: 1;
  font-size: 15px;
}

.widget-area .search-form .search-submit {
  border-radius: 0;
  margin-left: -6px;
  background: #404040;
  color: #fff;
  padding: 5px 15px;
  height: 42px;
  cursor: pointer;
  width: 20%;
  border: none;
  line-height: 1;
  font-size: 15px;
  border: 1px solid #c97c76;
}

.widget-area .tagcloud {
  text-align: left;
}

.widget-area .tagcloud a {
  color: #666;
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 12px !important;
  display: inline-block;
  margin: 0 5px 10px 0;
}

.widget-area .tagcloud a:hover {
  border: 1px solid #c97c76;
  color: #c97c76;
}

.widget-area .widget_categories ul li.cat-item:before {
  content: '\f111';
  font-size: 7px;
  top: 50%;
  transform: translateY(-50%);
  color: #c97c76;
}

.widget_tag_cloud .tagcloud a,
.widget_tag_cloud a {
  color: #909090;
  font-size: 14px !important;
  border: 1px solid #cfcfcf;
  padding: 1px 10px;
  display: inline-block;
  margin: 0 5px 10px 0;
  border-radius: 2px;
}

.widget_tag_cloud .tagcloud a:hover,
.widget.widget_tag_cloud a:hover {
  background: #C97C76;
  color: #fff;
  border-color: #C97C76;
}

.wp-block-search__button {
  background: #333;
  color: #fff;
  border: none;
  width: 80px;
  margin: 0;
  height: 36px;
}

/*--------------------------------------------------------------
## Recent Posts Widget Layout Default
--------------------------------------------------------------*/
.widget.matina_latest_posts .posts-wrapper .single-post-wrap .post-thumb {
  width: 30%;
  float: left;
  height: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.widget.matina_latest_posts .posts-wrapper .single-post-wrap .post-content-wrap {
  width: 70%;
  float: right;
  text-align: left;
  padding-left: 30px;
}

.widget.matina_latest_posts .posts-wrapper .single-post-wrap {
  display: flex;
  align-items: center;
}

.widget.matina_latest_posts .posts-wrapper .single-post-wrap .post-content-wrap .post-title {
  font-size: 18px;
}

.widget.matina_latest_posts .posts-wrapper .single-post-wrap .post-content-wrap .post-title a {
  color: #555;
}

.widget.matina_latest_posts .posts-wrapper .single-post-wrap .post-content-wrap .post-title a:hover {
  color: #c97c76;
}

.widget.matina_latest_posts .posts-wrapper .single-post-wrap .post-content-wrap .posted-on a {
  color: #888;
  font-size: 14px;
}

/*--------------------------------------------------------------
## Recent Posts Widget Layout One And Two
--------------------------------------------------------------*/
.widget.matina_latest_posts .layout-one .posts-wrapper .post-thumb {
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.widget.matina_latest_posts .layout-two .single-post-wrap {
  flex-direction: row-reverse;
}

/*--------------------------------------------------------------
## Author Info Widget
--------------------------------------------------------------*/
.matina_author_info .author-main-content-wrapper {
  text-align: center;
}

.matina_author_info .author-cover-image {
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 0;
}

.matina_author_info .author-profile-image {
  height: 120px;
  width: 120px;
  border: 5px solid #fff;
  border-radius: 50%;
  background-size: cover;
  margin: -60px auto 0;
}

.matina_author_info .author-content-wrap .author-title {
  color: #333;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: -5px;
}

.matina_author_info .author-content-wrap .author-designation {
  font-style: italic;
  margin-top: 12px;
  display: block;
}

.matina_author_info .author-content-wrap .author-bio-info {
  color: #333;
  margin: 15px 0;
}

.matina_author_info .matina-social-icons-wrapper {
  justify-content: center;
  margin-right: 0;
}

.matina_author_info .matina-social-icons-wrapper .single-icon {
  border: 1px solid #ccc;
  color: #555;
  height: 40px;
  width: 40px;
  line-height: 1.3;
  border-radius: 50%;
  text-align: center;
  margin: 4px;
  transition: 0.2s;
  cursor: pointer;
}

.matina_author_info .matina-social-icons-wrapper .single-icon a {
  color: #555;
  display: block;
}

.matina_author_info .matina-social-icons-wrapper .single-icon:hover a {
  color: #c97c76;
}

.matina_author_info .matina-social-icons-wrapper .single-icon:hover {
  border-color: #c97c76;
}

/*--------------------------------------------------------------
## Search page Results
--------------------------------------------------------------*/

.search-no-results .site-content {
  margin-bottom: 30px;
}

.search .no-results .search-form,
.archive .no-results .search-form {
  margin-top: 30px;
}

.search .no-results .search-form .search-field,
.archive .no-results .search-form .search-field {
  width: 90%;
  border-radius: 0;
  height: 45px;
  padding: 10px;
}

.search .no-results .search-form .search-submit,
.archive .no-results .search-form .search-submit {
  width: 9%;
  border-radius: 0;
  height: 45px;
  background: #c97c76;
  border-color: #c97c76;
  margin-left: -5px;
  color: #fff;
  cursor: pointer;
}


/*--------------------------------------------------------------
WooCommerce styles
--------------------------------------------------------------*/
.archive.woocommerce #main {
  margin-right: 0;
}

.woocommerce #primary #primary {
  width: 100%;
}

.woocommerce-breadcrumb {
  margin: 0 !important;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  font-weight: 400;
}

.woocommerce .price-cart {
  background: #666666;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 36px;
  padding: 0 0 0 10px;
  position: absolute;
  width: 100%;
}

.woocommerce .price-cart:after {
  height: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #c97c76;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -ms-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.woocommerce ul.products li.product:hover .price-cart:after {
  height: 100%;
}

.woocommerce ul.products li.product .price-cart .button {
  background: none;
  float: right;
  margin-top: 0;
  position: relative;
  z-index: 9;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
  padding-left: 30px;
}

.woocommerce ul.products li.product .price-cart .button:before {
  content: "\f07a";
  position: absolute;
  left: 10px;
  top: 0;
  font-family: "FontAwesome";
}

.woocommerce ul.products li.product .price-cart .button:hover {
  background: #c97c76;
}

.woocommerce ul.products li.product .price del {
  display: inline-block;
  margin-right: 10px;
}

.woocommerce ul.products li.product .price-cart .price {
  color: #ffffff;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 36px;
  margin-bottom: 0;
  width: 46%;
  position: relative;
  z-index: 9;
}

.woocommerce .price-cart a.added_to_cart {
  display: none;
}

.woocommerce ul.products li.product .price ins {
  font-weight: 400;
}

.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
  top: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background: #c97c76;
}

.woocommerce .widget_price_filter .price_slider {
  margin: 15px 0;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #c97c76;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.added_to_cart.wc-forward {
  background: #c97c76;
  border-radius: 0;
  color: #ffffff;
  font-weight: 500;
  padding: 10px 15px;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 18px;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #888;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.added_to_cart.wc-forward {
  display: block;
  margin-top: 15px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #c97c76;
  color: #ffffff;
}

.woocommerce-product-search .search-field {
  border-radius: 0;
  border-right: medium none;
  height: 26px;
  margin-right: -4px;
}

.woocommerce-product-search {
  margin: 15px 0;
}

.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
  border-radius: 0;
  bottom: auto;
  line-height: 25px;
  margin: 0;
  min-height: 35px;
  padding: 5px 20px;
  position: absolute;
  top: 10px;
  width: auto;
  right: 0px;
  background: #c97c76;
  color: #fff;
}

.woocommerce table.shop_table th,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 600;
}

.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  border-top-color: #c97c76;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #c97c76;
}

.woocommerce .woocommerce-message:before,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce div.product p.price del,
.woocommerce .woocommerce-info:before {
  /* color: #c97c76; */
}

.woocommerce .price_label {
  position: relative;
  top: 5px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  position: relative;
  z-index: 9;
}

.woocommerce .product-categories .children {
  padding-left: 20px;
}

.woocommerce .product-categories li a {
  display: inline-block;
  margin-bottom: 12px;
  padding-left: 15px;
  position: relative;
}

.woocommerce .quantity .qty {
  border: 1px solid #cccccc;
  border-radius: 0;
  padding: 4px 2px;
  width: 60px;
  height: 35px;
}

.woocommerce .product-categories>li>a:before,
.woocommerce .product-categories .children a:before {
  content: "\f101";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
}

.woocommerce .product-categories .children a:before {
  content: "\f105";
}

.woocommerce .star-rating {
  margin: 5px 0;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 150px;
  border-radius: 0;
}

.woocommerce div.product p.price del {
  float: left;
  margin-right: 15px;
}

.woocommerce div.product .woocommerce-product-rating,
.woocommerce div.product p.price {
  margin-bottom: 10px;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt[disabled]:disabled,
.woocommerce #respond input#submit.alt[disabled]:disabled:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt[disabled]:disabled,
.woocommerce a.button.alt[disabled]:disabled:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt[disabled]:disabled,
.woocommerce button.button.alt[disabled]:disabled:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt[disabled]:disabled,
.woocommerce input.button.alt[disabled]:disabled:hover {
  background: #c97c76;
  color: #ffffff;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border: 1px solid #eee;
  border-top: none;
  border-right: none;
}

.woocommerce .shop_table tbody tr td:first-child,
.woocommerce .shop_table thead tr th.product-remove,
.woocommerce table.shop_table tfoot td:first-child,
.woocommerce table.shop_table tfoot th:first-child {
  border-left: medium none;
}

.order-total>th,
.order-total>td {
  border-bottom: medium none !important;
}

.woocommerce .shop_table tbody tr td.actions {
  border-bottom: none;
}

.woocommerce table.shop_table {
  border-radius: 0;
  border: 1px solid #eee;
}

.woocommerce form .form-row .select2-container {
  line-height: 35px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  font-size: 16px;
  padding: 10px;
}

.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
  border-bottom: none;
}

.widget.woocommerce ul {
  list-style: none;
  margin: 0;
}

ul.products {
  display: initial !important;
}

.archive.woocommerce ul.products li {
  text-align: center;
}

ul.products li.product .woocommerce-loop-product__title {
  color: #333;
  margin: 10px 0;
  transition: 0.2s;
}

ul.products li.product .woocommerce-loop-product__title:hover {
  color: #c97c76;
}

ul.products li.product .price {
  color: #777;
}

.woocommerce ul.products li.product .price ins {
  background: transparent;
}

.woocommerce ul.products li.product .button.add_to_cart_button,
.woocommerce ul.products li.product .button.product_type_grouped,
.woocommerce ul.products li.product .button.product_type_external {
  border: 2px solid #c97c76;
  color: #c97c76;
  background: none;
  margin-top: 10px;
}

.woocommerce ul.products li.product .button.add_to_cart_button:hover,
.woocommerce ul.products li.product .button.product_type_grouped:hover,
.woocommerce ul.products li.product .button.product_type_external:hover {
  background: #c97c76;
  border-color: #c97c76;
  color: #fff;
}

.woocommerce-pagination .page-numbers {
  list-style: none;
}

.woocommerce-pagination .page-numbers li {
  display: inline-block;
}

.woocommerce-result-count {
  display: inline-block;
  margin-bottom: 30px;
}

.woocommerce-ordering {
  display: inline-block;
  float: right;
  margin-bottom: 30px;
}

.woocommerce-ordering select {
  height: 40px;
  color: #888;
  padding: 5px;
  font-size: 14px;
}

.woocommerce a.added_to_cart {
  display: block;
}

.woocommerce .woocommerce-error {
  width: 100%;
}

.background-image-page-header .woocommerce-breadcrumbs .woocommerce-breadcrumbs-wrapper a,
.background-image-page-header .woocommerce-breadcrumbs .woocommerce-breadcrumbs-wrapper {
  color: #fff;
}

.default-page-header .woocommerce-breadcrumbs .mt-container {
  margin: 0;
}

.mt-page-header .woocommerce-breadcrumbs .woocommerce-breadcrumbs-wrapper a,
.mt-page-header .woocommerce-breadcrumbs .woocommerce-breadcrumbs-wrapper {
  color: #999;
}

.mt-page-header .woocommerce-breadcrumbs .woocommerce-breadcrumbs-wrapper a:hover {
  color: #c97c76;
}

#main .woocommerce-breadcrumb {
  display: none;
}

.single-product .product .cart {
  margin-top: 30px;
}

.single-product .product .product_meta .sku_wrapper,
.single-product .product .product_meta .posted_in {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}

.single-product .product .product_meta .sku_wrapper span,
.single-product .product .product_meta .posted_in a {
  font-weight: 400;
  color: #666;
}

.related.products .products .product {
  text-align: center;
}

.related.products h2 {
  margin-bottom: 20px;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  border-right: none;
  margin: 5px;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #c97c76;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #c97c76;
  line-height: 1.5;
}

.woocommerce nav.woocommerce-pagination ul li a {
  padding: 10px 20px;
  border: 1px solid #ccc;
  color: #555;
  line-height: 1.5;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
  border-color: #c97c76;
  color: #c97c76;
  background: transparent;
}

.woocommerce-products-header {
  margin-bottom: 10px;
}

.single-product.woocommerce .product .onsale {
  left: 0;
  width: 70px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-left: 1px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  margin: 0;
  margin-right: 10px;
  border-bottom: 0;
  background: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 3px solid #c97c76;
  bottom: -1px;
  left: 1px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: #c97c76;
  color: #fff;
  border-color: #c97c76;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 500;
}

.woocommerce-tabs .panel h2:first-of-type {
  font-size: 24px;
}

.woocommerce #review_form #respond textarea {
  border-radius: 0;
  padding: 10px;
}

.woocommerce #review_form #respond .comment-form-author input,
.woocommerce #review_form #respond .comment-form-email input {
  border-radius: 0;
  width: 100%;
  padding: 10px;
}

.woocommerce #review_form #respond .comment-form-cookies-consent {
  margin: 20px 0;
  font-size: 14px;
  color: #888;
}

.woocommerce #review_form #respond .comment-form-cookies-consent input {
  margin-right: 5px;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background: #c97c76;
  color: #fff;
  margin-bottom: 10px;
}

.woocommerce #review_form #respond p.comment-notes {
  color: #888;
  font-size: 14px;
}

table.shop_table_responsive tr td.product-remove a {
  text-align: center !important;
  margin-left: 15px;
  margin-right: -30px;
}

.woocommerce table.shop_table td.product-name a {
  color: #333;
}

.woocommerce table.shop_table td.product-name a:hover {
  color: #c97c76;
}

table.shop_table_responsive tr td,
table.shop_table_responsive tr th {
  text-align: center !important;
}

table.shop_table_responsive tr td.actions {
  text-align: right !important;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 50px;
}

.woocommerce .cart-collaterals .cart_totals h2 {
  margin-bottom: 10px;
}

.woocommerce .woocommerce-info {
  background: #f7f8fa;
  color: #666;
  width: 100%;
  margin-bottom: 20px;
}

.woocommerce-info::before,
.woocommerce-message::before {
  color: #c97c76;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: none;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  height: 40px;
  border-radius: 0;
  padding: 10px;
}

.select2-container--default .select2-selection--single {
  height: 40px;
  border-radius: 0;
}

.woocommerce #order_review_heading {
  margin: 30px 0 15px;
}

.woocommerce form .form-row label {
  color: #666;
}

.woocommerce .form-row.notes textarea {
  height: 70px;
}

.woocommerce .woocommerce-error {
  background: #f8f9fa;
}

.woocommerce .woocommerce-MyAccount-navigation {
  border: 1px solid #ccc;
  padding: 30px;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
}

.woocommerce-MyAccount-navigation ul li {
  padding: 10px;
  line-height: 1.5;
  border-bottom: 1px dashed #ccc;
}

.woocommerce-MyAccount-navigation li:last-of-type {
  border-bottom: none;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: #555;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #c97c76;
}

.woocommerce-MyAccount-navigation ul li a:hover {
  color: #c97c76;
}

.woocommerce-EditAccountForm fieldset {
  margin-bottom: 30px;
}

.woocommerce-EditAccountForm span em,
.woocommerce-Addresses address {
  color: #888;
  font-size: 14px;
}

.woocommerce-Addresses {
  margin-top: 30px;
}

.woocommerce-Addresses address {
  color: #888;
}

.woocommerce-account .addresses .title .edit {
  color: #c97c76;
}

.woocommerce-MyAccount-content p {
  margin-top: 30px;
}

.woocommerce-MyAccount-content p a {
  color: #c97c76;
}

.woocommerce-message {
  background-color: #f7f8fa !important;
  width: 100%;
}

/*--------------------------------------------------------------
## Scroll to Top
--------------------------------------------------------------*/
#matina-scroll-to-top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 1);
  padding: 3px 15px;
  text-align: center;
  line-height: 2.3;
  cursor: pointer;
  background: #fff;
  color: #555;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 7px 3px;
  z-index: 999;
  transition: 0.4s ease;
}

#matina-scroll-to-top:hover {
  margin-bottom: 5px;
  background: #c97c76;
  color: #fff;
}

#matina-scroll-to-top.left {
  left: 40px;
  right: auto;
}

#matina-scroll-to-top .scroll-label {
  padding: 7px;
}


/*--------------------------------------------------------------
## Image hover effect: Zoom In
--------------------------------------------------------------*/
figure.post-thumb a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

figure.post-thumb a {
  display: block;
}

.zoomin {
  overflow: hidden;
}

.zoomin a img {
  transform: scale(1);
  -webkit-transform: scale(1);

}

.zoomin:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}


/*--------------------------------------------------------------
## Image hover effect: Zoom In Rotate
--------------------------------------------------------------*/

.zoomin_rotate {
  overflow: hidden;
}

.zoomin_rotate a img {
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}

.zoomin_rotate a:hover img {
  -webkit-transform: scale(1.05) rotate(1deg);
  -ms-transform: scale(1.05) rotate(1deg);
  -o-transform: scale(1.05) rotate(1deg);
  transform: scale(1.05) rotate(1deg);
}


/*--------------------------------------------------------------
## Image hover effect: Zoom Out
--------------------------------------------------------------*/
.zoomout {
  overflow: hidden;
  margin: 0;
}

.zoomout a {
  overflow: hidden;
}

.zoomout a img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.zoomout a:hover img {
  transform: scale(1);
  -webkit-transform: scale(1);
}

/*--------------------------------------------------------------
## Image hover effect: Zoom Out Rotate
--------------------------------------------------------------*/
.zoomout_rotate {
  overflow: hidden;
  margin: 0;
}

.zoomout_rotate a {
  overflow: hidden;
}

.zoomout_rotate a img {
  -webkit-transform: scale(1.1) rotate(0deg);
  -ms-transform: scale(1.1) rotate(0deg);
  -o-transform: scale(1.1) rotate(0deg);
  transform: scale(1.1) rotate(0deg);
}

.zoomout_rotate:hover img {
  -webkit-transform: scale(1.05) rotate(1deg);
  -ms-transform: scale(1.05) rotate(1deg);
  -o-transform: scale(1.05) rotate(1deg);
  transform: scale(1.05) rotate(1deg);
}

/*--------------------------------------------------------------
## Image hover effect: Shine
--------------------------------------------------------------*/
.shine {
  overflow: hidden;
  position: relative;
}

.shine:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  z-index: 1;
}

.shine:hover:after {
  width: 120%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.shine a {
  z-index: 99;
}

/*--------------------------------------------------------------
## Image hover effect: Slanted Shine
--------------------------------------------------------------*/
.shine {
  overflow: hidden;
}

.slanted_shine a {
  position: relative;
  overflow: hidden;
}

.slanted_shine a:before {
  position: absolute;
  top: 0;
  left: -85%;
  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);
}

.slanted_shine a:hover:before {
  animation: shining 1s;
  -webkit-animation: shining 1s;
}

@keyframes shining {
  100% {
    left: 125%;
  }
}

@-webkit-keyframes shining {
  100% {
    left: 125%;
  }
}

@-o-keyframes shining {
  100% {
    left: 125%;
  }
}

@-moz-keyframes shining {
  100% {
    left: 125%;
  }
}

/*--------------------------------------------------------------
## Image hover effect: Grayscale
--------------------------------------------------------------*/
.grayscale a:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/*--------------------------------------------------------------
## Image hover effect: Opacity
--------------------------------------------------------------*/
.opacity a:hover img {
  opacity: 0.8;
}

/*--------------------------------------------------------------
## Image hover effect: Flashing
--------------------------------------------------------------*/
.flashing a img:hover {
  animation: flashing 1.75s;
  -webkit-animation: flashing 1.75s;
  -moz-animation: flashing 1.75s;
}

@keyframes flashing {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes flashing {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes flashing {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes flashing {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
## Image hover effect: Circle
--------------------------------------------------------------*/
.circle {
  position: relative;
  overflow: hidden;
}

.circle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.circle:hover:before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}


@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

/*--------------------------------------------------------------
## Post Format Icon
--------------------------------------------------------------*/
article .post-thumb {
  position: relative;
}

article .post-thumb a::before {
  content: "\f15c";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
  color: #fff;
  height: 50px;
  width: 50px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  opacity: 0;
  transition: 0.3s;
}

article.format-gallery .post-thumb a::before,
article.post_format-post-format-gallery .post-thumb a::before {
  content: "\f03e";
}

article.format-video .post-thumb a::before,
article.post_format-post-format-video .post-thumb a::before {
  content: "\f1c8";
}

article.format-audio .post-thumb a::before,
article.post_format-post-format-audio .post-thumb a::before {
  content: "\f1c7";
}

article.format-quote .post-thumb a::before,
article.post_format-post-format-quote .post-thumb a::before {
  content: "\f10d";
  font-weight: 600;
}

article .post-thumb:hover a::before {
  opacity: 1;
}

.post-format-media--gallery .lSAction>a {
  background: none;
  height: 40px;
  width: 40px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  border-radius: 50%;
  padding: 0;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
}

.post-format-media.post-format-media--quote {
  position: relative;
  padding: 30px;
  font-style: italic;
  font-size: 20px;
}

.post-format-media.post-format-media--quote:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #c97c76;
  opacity: 0.5;
  z-index: -1;
}

.post-format-media--quote blockquote,
.post-format-media--quote blockquote p {
  color: #fff;
  font-style: italic;
}

.post-format-media--quote blockquote cite {
  font-style: normal;
  margin-top: 10px;
  font-size: 14px;
}

.post-format-media--quote blockquote:before {
  content: "\f10d";
  font-family: 'Font Awesome 5 free';
  font-weight: 600;
}