/*!
Theme Name:         Matina
Theme URI:          https://mysterythemes.com/wp-themes/matina/
Author:             Mystery Themes
Author URI:         https://mysterythemes.com
Description:        Matina 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://mysterythemes.com/matina-demos/
Version:            1.0.7
Requires at least:  4.7
Tested up to:       5.4
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
Tags:               blog, entertainment, portfolio, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, post-formats, rtl-language-support, 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 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
# 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 */
    overflow-x: hidden;
}


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
    padding: 0;
    font-family: "Meiryo", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    color: #333;
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
    overflow-x: hidden;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.3;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 20px;
    font-weight: bold;
    color: #d22d3e;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    margin: 10px 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #333;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    text-decoration: none;
    transition: 0.2s;
    color: #333;
}

a:hover {
    color: #d22d3e;
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: 0;
}


/*--------------------------------------------------------------
## Top Header
--------------------------------------------------------------*/

.mt-topbar-wrapper {
    background: none;
    border-bottom: solid 1px #eee;
    padding: 5px 0;
}

.mt-container {
    margin: 0 auto;
    width: 1300px;
}

.topbar-elements-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.matina-social-icons-wrapper {
    display: flex;
    margin-right: 0;
}

.matina-social-icons-wrapper .single-icon {}

.matina-social-icons-wrapper .single-icon a {
    display: block;
    font-size: 14px;
    color: #333;
    transition: 0.2s;
    padding: 10px;
}

.matina-social-icons-wrapper .single-icon a:hover {
    color: #1ea69a;
}


/*--------------------------------------------------------------
## Header Layout one
--------------------------------------------------------------*/

.header--layout-one {
    /*margin-bottom: 30px;*/
}

.single .header--layout-one {
    margin-bottom: 30px;
}

@media (max-width: 478px) {
    .single .header--layout-one {
        margin-bottom: 10px;
    }
}

.header--layout-one .header-elements-wrapper .header-logo-wrapper {
    text-align: center;
}

.header--layout-one .header-elements-wrapper .header-menu-icons-wrapper {
    display: flex;
    justify-content: space-between;
    background: #1ea69a;
    padding: 10px;
}

.header--layout-one .main-navigation {
    width: 85%;
}


/*--------------------------------------------------------------
## Logo
--------------------------------------------------------------*/

#masthead .site-branding {
    padding: 30px 0;
    display: inline-flex;
}


/* Make sure logo link wraps around logo image. */

#masthead .site-branding .custom-logo-link {
    display: inline-flex;
}

#masthead .site-branding .custom-logo-link img.custom-logo {
    max-width: 100%;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    position: relative;
    display: inline-block;
    margin: 0 15px;
    padding: 10px 0;
}

#site-navigation ul li a {
    text-transform: uppercase;
    transition: 0.2s;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

#site-navigation ul li a:hover,
#site-navigation ul li:hover a {
    color: #fff;
    opacity: 0.7;
}

#masthead.header--layout-one .is-sticky #header-sticky #site-navigation ul li a {
    color: #333;
}

#masthead.header--layout-one .is-sticky #header-sticky #site-navigation ul li a:hover {
    color: #048277;
    opacity: 1;
}

.header-social-wrapper {
    display: flex;
    align-items: center;
}

#masthead .matina-social-icons-wrapper .single-icon a {
    color: #fff;
}


#masthead.header--layout-one .is-sticky .matina-social-icons-wrapper .single-icon a {
    color: #333;
}
#masthead .matina-social-icons-wrapper .single-icon a:hover {
    color: #008c80;
}


/*--------------------------------------------------------------
## Primary Toggle menu 
--------------------------------------------------------------*/

.menu-toggle {
    background: none;
    border: none;
    font-size: 18px;
    padding: 10px;
}

.menu-toggle a {
    color: #fff;
}


.header--layout-one .is-sticky .menu-toggle a {
    color: #333;
}
.main-menu-close a {
    color: #333;
}


/* Default. */

#content.site-content {
    margin: 0;
    padding: 0;
}

.single #content.site-content {}


/*--------------------------------------------------------------
## Banner Section Layout One
--------------------------------------------------------------*/

#banner-section.banner-layout-one {
    margin-bottom: 50px;
}

.banner-layout-one .banner-image {
    height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 30px;
}

#banner-section.banner-layout-one .banner-content-wrapper {
    width: 80%;
    margin: 0 auto;
}

#banner-section.banner-layout-one .banner-content .banner-description {
    width: 100%;
    background: none;
    text-align: center;
    position: relative;
}

#banner-section.banner-layout-one .banner-content .banner-description:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    background: #9F9828;
    border-radius: 30px;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#banner-section.banner-layout-one .banner-content .banner-description:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background: #9F9828;
    border-radius: 30px;
    bottom: -16px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#banner-section.banner-layout-one .banner-content .banner-description p {
    margin: 0;
    padding: 0;
    color: #333;
}


/*--------------------------------------------------------------
## Primary layouts
--------------------------------------------------------------*/

#primary {
    width: 70%;
    float: left;
}

#main.site-main {
    margin-bottom: 50px;
}

.archive--layout-default .mt-archive-posts-wrapper article {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 30px;
}

.archive--layout-default .mt-archive-posts-wrapper article.has-thumbnail {
    width: 100%;
}

.archive--layout-default .mt-archive-posts-wrapper article.post {
    width: 47%;
}

.archive--layout-default .mt-archive-posts-wrapper article.post.last {
    float: right;
}


/*--------------------------------------------------------------
# Categories
--------------------------------------------------------------*/

.archive-thumbnail article.has-thumbnail {
    background: #1ea69a;
    padding: 5px;
}

.archive-thumbnail article.has-thumbnail .entry-thumbnail {
    margin-bottom: 30px;
}

.archive-thumbnail article.has-thumbnail .entry-thumbnail .post-thumb {
    line-height: 0;
}

.archive-thumbnail article.has-thumbnail .entry-thumbnail .post-thumb img {}

.archive-thumbnail article.has-thumbnail .entry-header {
    padding: 0 30px;
}

.archive-thumbnail article.has-thumbnail .entry-header h2.entry-title {
    position: relative;
    color: #fff;
}

/*.archive-thumbnail article.has-thumbnail .entry-header h2.entry-title:before {
    display: block;
    position: absolute;
    content: '';
    width: 100px;
    height: 3px;
    background: none
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}*/

.archive-thumbnail article.has-thumbnail .entry-content {
    padding: 0 30px 30px;
}

.archive-thumbnail article.has-thumbnail .entry-content p {
    margin-top: 0;
    color: #fff;
}


/*--------------------------------------------------------------
# Post
--------------------------------------------------------------*/

article.post {
    background: none;
}

article.post .entry-thumbnail {
    margin-bottom: 20px;
}

article.post .entry-thumbnail .post-thumb {
    line-height: 0;
}

article.post .entry-thumbnail .post-thumb img {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

article.post  .archive-entry-content {
    padding: 0 20px 20px;
}

article.post .entry-header {}

article.post .entry-header h3.entry-title {
    position: relative;
}

article.post .entry-header h3.entry-title a {
    color: #d22d3e;
}

article.post .entry-content {}

article.post .entry-content p {
    margin-top: 0;
}

article.post .entry-readmore {
    margin: 10px 0;
}

article.post .entry-readmore a {
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    padding-bottom: 10px;
}

article.post .entry-readmore a:after {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    background: #d22d3e;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
}

article.post .entry-readmore a:hover {
    color: #d22d3e;
}

article.post .entry-readmore a:hover:after {
    width: 50px;
}

@media (max-width: 478px) {
    .archive--layout-default .mt-archive-posts-wrapper article.post {
        width: 100%;
    }
}


/*--------------------------------------------------------------
# Content Six
--------------------------------------------------------------*/

.archive-entry article {
    background: none;
    margin-bottom: 0!important;
    background: #f7f7f7;
}

.archive-entry article .entry-thumbnail {}

.archive-entry article .post-thumb {
    line-height: 0;
    margin-bottom: 20px;
}

.archive-entry article .post-thumb img {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.archive-entry article .entry-header {
    padding: 0 20px;
    text-align: left;
}

.archive-entry article .entry-header h2.entry-title {
    font-weight: normal;
}

.archive-entry article .entry-content {
    padding: 10px 20px 20px;
    text-align: left;
}

.archive-entry article .entry-content h3 {
    color: #d22d3e;
}

.archive-entry article .entry-content p {
}


/*--------------------------------------------------------------
# Single
--------------------------------------------------------------*/

/*#main>article {
    width: 50%;
    margin: 0;
    display: block;
    float: left;
}*/

.single #main>article.mt-single-post {
    width: 100%;
    margin: 0;
    display: block;
    float: none;
}

.single article.mt-single-post {}

.single article.mt-single-post .entry-thumbnail {
    margin-bottom: 20px;
}

.single-post .entry-thumbnail .post-thumb {
    line-height: 0;
    height: 500px;
    margin: 0;
}

.single-post .entry-thumbnail .post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single article.mt-single-post .entry-header {}

.single article.mt-single-post .entry-header h1.entry-title {
    font-size: 28px;
    font-weight: normal;
}

.single article.mt-single-post .entry-content {}

.single article.mt-single-post .entry-content h2 {
    font-size: 20px;
    font-weight: bold;
    color: #d22d3e;
}

.single article.mt-single-post .entry-content p {}


/*--------------------------------------------------------------
# Secondary
--------------------------------------------------------------*/

#secondary {
    width: 27%;
    float: right;
}

#secondary.widget-area {
    margin-bottom: 50px;
    border: solid 1px #eee;
    padding: 20px;
}

#secondary.widget-area .widget {
    overflow: hidden;
    margin: 0 0 50px;
    /* Make sure select elements fit in widgets. */
}

#secondary.widget-area .widget:last-child {
    margin-bottom: 0;
}

#secondary .matina_latest_posts h4.widget-title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
}

#secondary .matina_latest_posts h4.widget-title a {
    color: #333;
}

#secondary .matina_latest_posts .posts-wrapper {
    margin: 0;
    padding: 0;
}

#secondary .matina_latest_posts .posts-wrapper .single-post-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #eee;
}

#secondary .matina_latest_posts .posts-wrapper .single-post-wrap:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

#secondary .matina_latest_posts .posts-wrapper .single-post-wrap .post-thumb {
    float: left;
    width: 30%;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#secondary .matina_latest_posts .posts-wrapper .single-post-wrap .post-content-wrap {
    float: right;
    width: 70%;
    text-align: left;
    padding-left: 30px;
}

#secondary .matina_latest_posts .posts-wrapper .single-post-wrap .post-content-wrap h3.post-title {
    font-size: 16px;
    font-weight: normal;
}

#secondary .matina_latest_posts .posts-wrapper .single-post-wrap .post-content-wrap h3.post-title a {
    color: #333;
}

#secondary .matina_latest_posts .posts-wrapper .single-post-wrap .post-content-wrap h3.post-title a:hover {
    color: #d22d3e;
}

.widget select {
    max-width: 100%;
}


/*--------------------------------------------------------------
## Footer Section layout default
--------------------------------------------------------------*/

footer.site-footer {
    margin: 0;
    padding: 0;
    background-color: #303030;
}

footer.site-footer .footer-bottom-wrapper {
    padding: 20px 0;
}

.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 {
    float: left;
    width: 70%;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    color: #b9b9b9;
}

.footer--layout-default .footer-bottom-wrapper .site-info a {
    color: #fff;
}

.footer--layout-default .footer-bottom-wrapper .site-info a:hover {}

.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;
}

.footer--layout-default .footer-bottom-wrapper .footer-social-icons .single-icon {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #b9b9b9;
    border-radius: 50%;
    text-align: center;
    margin: 0 5px;
    padding: 0;
}

.footer--layout-default .footer-bottom-wrapper .footer-social-icons .single-icon a {
    display: block;
    color: #b9b9b9;
    transition: 0.2s;
    padding: 0;
}

.footer--layout-default .footer-bottom-wrapper .footer-social-icons .single-icon:hover {
    background: none;
    border-color: #fff;
}

.footer--layout-default .footer-bottom-wrapper .footer-social-icons .single-icon:hover a,
.footer--layout-default .footer-bottom-wrapper .footer-social-icons .single-icon a:hover {
    color: #fff!important;
}


/*--------------------------------------------------------------
## Scroll to Top
--------------------------------------------------------------*/

#matina-scroll-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 45px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0 3px 7px 3px;
    color: #333;
    text-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    padding: 3px 15px;
    text-align: center;
    right: 40px;
    bottom: 40px;
    transition: 0.4s ease;
    cursor: pointer;
    z-index: 99;
}

#matina-scroll-to-top:hover {
    margin-bottom: 5px;
    background: #d22d3e;
    color: #fff;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */


/* 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
--------------------------------------------------------------*/

button,
input,
select,
optgroup,
textarea {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

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%;
}


/*--------------------------------------------------------------
# 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;
}

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;*/
    margin: 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

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: 3px;
    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
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation ul ul {
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    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;
}


/* 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;
    }
}


/*--------------------------------------------------------------
# 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,
.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,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

/*.post {
    margin: 0 0 1.5em;
}*/

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.wp-block-cover-text {
    color: #fff;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.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;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/*--------------------------------------------------------------
## 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-clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.post-bg-image.cover-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.entry-footer {
    margin-top: 15px;
}

span.mt-drop-cap {
    font-size: 50px;
    font-weight: 700;
    line-height: 15px;
    padding: 5px;
}

.page p {
    margin-bottom: 15px;
}

.single-post .entry-content .wp-block-gallery figcaption {
    color: #fff;
    font-style: normal;
    padding: 40px 10px 9px;
}

.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;
}

.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: #d22d3e;
    padding-left: 10px;
}

.mt-page-header .breadcrumbs ul li:last-child:after {
    display: none;
}

.mt-page-header .breadcrumbs ul li a,
.mt-page-header .breadcrumbs ul li {
    color: #999;
}

.mt-page-header .breadcrumbs ul li a:hover {
    color: #d22d3e
}

.centered-page-header {
    text-align: center;
}


/*--------------------------------------------------------------
## Top Header
--------------------------------------------------------------*/

#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 #topbar-menu li a:hover {
    color: #fff;
}

#mt-topbar .top-date-wrap:before {
    content: '\f073';
    font-family: 'Font Awesome 5 Free';
    padding: 0 5px;
}


/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.site-branding a.site-title {
    color: #333;
    display: block;
    font-size: 32px;
}

.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;
}

.header--layout-one #site-navigation ul#primary-menu>li:first-child {
    padding-left: 0;
    margin-left: 0;
}

#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: #d22d3e;
}

.header--layout-default .site-branding {
    margin-right: 30px;
}

.header--layout-default a .custom-logo {
    width: auto;
}

#masthead.has-header-media {
    position: relative;
    z-index: 1;
}

#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: #fff;
}

#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;
}


/*--------------------------------------------------------------
## Sticky Header
--------------------------------------------------------------*/

.is-sticky #masthead.header--layout-default,
#masthead.header--layout-one .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 {
    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 {
    left: auto;
    right: -1000%;
    box-shadow: 8px 0 10px rgba(0, 0, 0, 0.2);
}


/*--------------------------------------------------------------
## Header Layout one
--------------------------------------------------------------*/

#masthead.header--layout-one.has-header-media {
    padding: 20px 0;
}


/*--------------------------------------------------------------
## 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;
    padding: 0;
}

#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,
#site-navigation #primary-menu li .sub-menu li.focus,
#site-navigation #primary-menu li .children li.focus {
  border-left: 3px solid #d22d3e;
}

*/


/*--------------------------------------------------------------
## 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: #333;
    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-form-wrap.active-search {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    transform: scale(1);
}

.search-form-wrap .search-form .search-submit {
    transition: 0.2s;
}


/*--------------------------------------------------------------
## 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: 55px;
    right: 15px;
    background: #e0e0e0;
    padding: 20px 20px 20px;
    width: 300px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transition: 0.5s ease;
}

.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: block;
    text-align: center;
    position: absolute;
    top: -10px;
    right: -10px;
    background: #333555;
    color: #fff;
    width: 26px;
    border-radius: 100%;
}

.search--drop-down .search-form-wrap .search-close:hover {
    background: #333;
}

.search--drop-down .search-form-wrap .search-close a {
    color: #fff;
    padding: 5px;
    font-size: 12px;
}

.search--drop-down .search-form .search-submit {
    background: #333;
    color: #fff;
    cursor: pointer;
    margin-left: -3px;
    padding-left: 15px;
    padding-right: 15px;
}

.search-form .search-field:focus {
    outline: 1px solid #e1e1e1;
    box-shadow: 0 0 5px rgb(0, 0, 0, 0.2);
}

.search-form .search-submit:focus {
    outline: 1px dotted #fff;
    box-shadow: 0 0 8px rgb(0, 0, 0, 0.5);
    outline-offset: -3px;
}


/*--------------------------------------------------------------
## Banner Section Layout default
--------------------------------------------------------------*/

#banner-section.banner-layout-default {
    margin-bottom: 30px;
}

.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: #d22d3e;
}

.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: #d22d3e;
    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 .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 {
    color: #d22d3e;
}

.banner-layout-one .button-wrapper {
    margin-top: 15px;
}

.banner-layout-one .banner-button {
    text-decoration: none;
    color: #d22d3e;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.banner-layout-one .banner-button:after {
    content: '';
    height: 2px;
    width: 30px;
    background: #d22d3e;
    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 .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 #d22d3e;
    border-radius: 50%;
    line-height: 0;
    padding: 5px;
}

#banner-section .lSSlideOuter .lSPager.lSpg>li.active a {
    background-color: #d22d3e;
    height: 10px;
    width: 10px;
}


/*--------------------------------------------------------------
## Featured Section Layout Default
--------------------------------------------------------------*/

#featured-section {
    margin-bottom: 50px;
    margin-top: 50px;
}

#featured-section .section-title-wrapper {
    margin-bottom: 30px;
    text-align: center;
}

#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: #d22d3e;
    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;
    margin: 7px 0;
}

#featured-section .post-title a:hover {
    color: #d22d3e;
}

.featured-categories--layout-default.column-3 .featured-items-wrapper .single-featured-wrap,
.featured-categories--layout-one.column-3 .featured-items-wrapper .single-featured-wrap {
    width: 31.33%;
    margin-right: 2%;
}

#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-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: #d22d3e;
    box-shadow: rgba(0, 0, 0, 0.2) 0 5px 10px;
}


/*--------------------------------------------------------------
## Featured Section  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: #d22d3e;
    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: #d22d3e;
    border-color: #d22d3e;
}

.featured-categories--layout-one.featuredCarousel .featured-carousel-control .featuredCarousel-controls__prev {
    margin-right: 15px;
}


/*--------------------------------------------------------------
## Archive Layout Default
--------------------------------------------------------------*/

.archive .page-header {
    margin-bottom: 30px;
}

.archive--layout-one .mt-archive-posts-wrapper article {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    margin-left: 3%;
    margin-right: -4px;
    position: relative;
}

.archive .mt-archive-posts-wrapper article {
    margin-bottom: 30px;
}

.archive article .entry-thumbnail {
    margin-bottom: 20px;
}

.archive article .entry-thumbnail .post-thumb {
    height: auto;
    margin: 0;
}

.archive article .entry-content,
.archive--layout-one article .entry-content {
    line-height: 1.8;
}

.archive article .entry-title,
.archive--layout-one article .entry-title {
    font-size: 24px;
    line-height: 1.3;
}

.archive article .entry-title a,
.archive--layout-one article .entry-title a {
    color: #333;
}

.archive article .entry-title a:hover,
.archive--layout-one article .entry-title a:hover {
    color: #d22d3e;
}

.archive article .entry-content,
.archive--layout-one article .entry-content {
    color: #333;
}

.archive .entry-footer {
    margin-top: 20px;
}

.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;
}

.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: #d22d3e;
    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;
}


/*--------------------------------------------------------------
## Archive Layout One
--------------------------------------------------------------*/

.archive--layout-one .mt-archive-posts-wrapper article .entry-thumbnail {
    margin-bottom: 0;
}

.archive--layout-one article .entry-content {
    border-bottom: 2px dashed #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.archive--layout-one article .entry-readmore {
    display: inline-block;
}

.archive--layout-one .post-content-wrapper {
    display: flex;
    text-align: left;
    padding: 15px 30px;
}

.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 {
    position: relative;
    padding-right: 40px;
    margin-right: 10px;
}

.archive--layout-one .byline:after {
    content: '';
    height: 1px;
    width: 30px;
    background: #888;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
}

.archive--layout-one .entry-readmore {
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
}

.archive--layout-one .entry-readmore .mt-button {
    color: #333;
    font-size: 14px;
    transition: 0.2s;
}

.archive--layout-one .entry-readmore .mt-button:hover {
    color: #d22d3e;
}


/*--------------------------------------------------------------
## Single Posts layout default
--------------------------------------------------------------*/

.single-post .site-content {
    margin-top: 60px;
}

.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-post .entry-content figcaption {
    color: #aaa;
    padding: 10px 0;
    font-style: italic;
}

article .entry-content .wp-block-image,
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 .entry-title {
    margin: 7px 0;
}

.single--layout-one .entry-content {
    margin-bottom: 30px;
}


/*--------------------------------------------------------------
## Footer Section layout default
--------------------------------------------------------------*/

#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;
}

#colophon.has-bg-image {
    position: relative;
    z-index: 1;
}


/*--------------------------------------------------------------
## 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 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;
    color: #fff;
}

#colophon .widget-area .widget-title:before {
    display: none;
}

#colophon .widget-area .widget-title:after {
    content: '';
    width: 500px;
    border-bottom: 1px solid #d22d3e;
    position: absolute;
    top: 50%;
    z-index: 99;
    left: 100%;
    right: auto;
}

#colophon .widget-area ul li a,
#colophon .widget-area ul li,
#colophon .widget.matina_latest_posts .posts-wrapper .single-post-wrap .post-content-wrap .post-title a {
    color: #a1a1a1;
}

#colophon .widget-area ul li a:hover {
    color: #fff;
}

#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 {
    color: #fff;
}


/*--------------------------------------------------------------
## Sidebar layouts
--------------------------------------------------------------*/

.left-sidebar #primary {
    width: 70%;
    float: right;
}

.left-sidebar #secondary {
    width: 27%;
    float: left;
}

.no-sidebar #secondary,
.no-sidebar-center #secondary {
    display: none;
}

.no-sidebar #primary {
    width: 100% !important;
    float: none;
}

.no-sidebar-center #primary {
    width: 80%;
    margin: 0 auto;
    float: none;
}


/*--------------------------------------------------------------
## Sidebar Widgets Section
--------------------------------------------------------------*/

.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: block;
}

.widget-area ul li:hover>a {
    color: #d22d3e;
}

.widget-area ul li:hover:before {
    color: #d22d3e;
}

.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;
}


/*--------------------------------------------------------------
## 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: #333;
    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: #333;
    display: block;
}

.matina_author_info .matina-social-icons-wrapper .single-icon:hover a {
    color: #d22d3e;
}

.matina_author_info .matina-social-icons-wrapper .single-icon:hover {
    border-color: #d22d3e;
}


/*--------------------------------------------------------------
## 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: #d22d3e;
    border-color: #d22d3e;
    margin-left: -5px;
    color: #fff;
    cursor: pointer;
}


/*--------------------------------------------------------------
## Image hover effect: Zoom In
--------------------------------------------------------------*/

/*figure.post-thumb a img {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 100%;
}*/

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: 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: Opacity
--------------------------------------------------------------*/

.opacity a:hover img {
    opacity: 0.8;
}

.select2-container--default .select2-selection--single {
    height: 40px;
    border-radius: 0;
}