/*
Theme Name: Write Blog
Theme URI: https://thememattic.com/theme/write-blog
Author: Thememattic
Author URI: https://thememattic.com
Description: Write Blog is a clean and minimalist theme that allows your reader to focus on your content, build especially for daily or hobby bloggers who love to share their stuff, whether it’s about life, fashion, travel, beauty or just a simple personal blog. Let Write Blog's clean vibe and arresting design elements elevate your content to its fullest potential. Live demo: https://demo.thememattic.com/write-blog
Version: 1.1.4
Requires PHP: 7.0
Tested up to: 5.8.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: write-blog
Tags: blog, entertainment, news, one-column, two-columns, left-sidebar, right-sidebar, grid-layout, post-formats, custom-background, custom-header, custom-logo, custom-menu, footer-widgets, featured-images, full-width-template, translation-ready, theme-options, rtl-language-support, threaded-comments

*/
/*--------------------------------------------------------------
>>> 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
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
    -moz-osx-font-smoothing: grayscale;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    outline: 0;
    text-decoration: none;
}

a:active,
a:hover,
a:visited {
    outline: 0;
    text-decoration: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    color: #444;
    letter-spacing: .02em;
}

body,
.primary-font,
.section-title,
.widget-title,
.main-navigation .menu ul li a,
.comment-reply-title {
    font-family: 'Source Sans Pro', Arial, Verdana, Tahoma, Sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    clear: both;
}

h1, h2, h3, h4, h5, h6,
.secondary-font,
.prime-excerpt,
blockquote {
    font-family: 'Playfair Display', sans-serif;
}

.section-title {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    letter-spacing: 2px;
    line-height: 1.2;
    font-size: 42px;
}

.footer-widget-area,
.featured-meta {
    font-size: 14px;
}

.post-title {
    font-size: 22px;
    line-height: 1.3;
    margin: 0 auto 15px;
}

.inner-banner .entry-title {
    font-size: 60px;
    margin-top: 15px;
}

@media only screen and (max-width: 991px) {
    .inner-banner .entry-title {
        font-size: 48px;
    }
}

@media only screen and (max-width: 991px) {
    .inner-banner .entry-title {
        font-size: 32px;
    }
}

p {
    margin-bottom: 1.5em;
}

dfn, cite, em, i {
    font-style: italic;
}

/* Blockquotes */
blockquote {
    font-style: italic;
    border: 0;
    position: relative;
    text-align: center;
    font-size: 1.5625em;
    line-height: 1.44;
    margin-top: 2.57143em;
    margin-bottom: 2.14286em;
    padding-top: 1.71429em;
    padding-bottom: 1.71429em;
}

blockquote blockquote {
    font-size: 1em;
    margin-bottom: 0;
    padding-bottom: 0;
}

blockquote blockquote:after {
    border-bottom: 0;
}

@media not screen and (min-width: 992px) {
    blockquote {
        font-size: 1.125em;
        line-height: 1.33333;
        margin-top: 2.66667em;
        margin-bottom: 2em;
        padding: 0.66667em;
        padding-top: 1.33333em;
        padding-bottom: 1.33333em;
    }
}

blockquote:before {
    content: "\201C";
    position: absolute;
    top: -0.75em;
    left: 50%;
    padding: 0 0.857em;
    color: black;
    background: white;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

blockquote cite {
    display: block;
    margin-top: 1.5em;
    font-size: 0.57143em;
    line-height: 1.5;
    font-style: normal;
}

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 {
    box-sizing: inherit;
}

body {
    background: #f6f8f9;
}

.thememattic-boxed-layout {
    padding-left: 5%;
    padding-right: 5%;
}

.thememattic-boxed-layout .site {
    background: #fff;
}

@media only screen and (max-width: 991px) {
    body {
        padding-left: 0;
        padding-top: 0;
    }
}

@media screen and (min-width: 1600px) {
    .container-fluid,
    body:not(.home) .site-content {
        max-width: 1570px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 1600px) {
    .main-slider-block{
        max-width: 1540px;
        margin-left: auto;
        margin-right: auto;
    }
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

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;
    max-width: 100%;
}

figure {
    margin: 0 auto;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 0;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    padding: 0 1em;
    outline: 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #333;
}

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: 0;
}

input,
select {
    height: 50px;
    line-height: 50px;
}

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;
    padding: 5px 15px;
    outline: 0;
}

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;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# thememattic Elements
--------------------------------------------------------------*/
.bg-overlay {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    filter: alpha(opacity=60);
    opacity: .6;
}

.profile-image {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
}

.author-details {
    text-align: left;
}

.author-details .author-name {
    margin: 30px auto 20px;
}

.author-info .author-social {
    margin-top: 20px;
    text-align: center;
}

.author-info .author-social > a {
    border: 1px solid;
    border-radius: 100%;
    display: inline-block;
    font-size: 11px;
    height: 40px;
    line-height: 40px;
    margin: 0 4px;
    width: 40px;
}

.author-info .author-social .meta-icon {
    margin: 0 auto;
    padding: 0;
    font-size: 24px;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #000;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}
/*----------------------------------------------------------------------------*/
/*  Start Page Loader
/*----------------------------------------------------------------------------*/
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #FCF0E5;
    z-index: 9999;
}

.preloader {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transform: all 0.7s ease;
    transition: all 0.7s ease;
}

.page-loaded .preloader {
    transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.page-loaded .header {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.page-loaded .navbar-default {
    transform: translateY(0);
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.loader-wrapper {
    width: 100%;
    height: 100%;
    position: relative
}

.blobs {
    -webkit-filter: url("#goo");
    filter: url('#goo');
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.blobs > .blob {
    position: absolute;
    background: #A23EF9;
    top: 50%;
    left: 30%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    animation: anim-slide 4s cubic-bezier(0.6, 0, 0, 0.6) 0s infinite;
}

.blobs > .blob:nth-child(2) {
    animation-delay: 0.3s;
}

.blobs > .blob:nth-child(3) {
    animation-delay: 0.6s;
}

.blobs > .blob:nth-child(4) {
    animation-delay: 0.9s;
}

.blobs > .blob:nth-child(5) {
    animation-delay: 0.12s;
}

@keyframes anim-slide {
    from {
        background: #A23EF9;
        top: 50%;
        left: 30%;
    }
    25% {
        background: #F93E89;
    }
    50% {
        background: #A23EF9;
        top: 50%;
        left: 70%;
    }
    75% {
        background: #F93E89;
    }
    to {
        background: #A23EF9;
        top: 50%;
        left: 30%;
    }
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#thememattic-header {
    background-color: #fff4ee;
    position: relative;
}

.site-branding,
.thememattic-navigation {
    display: inline-block;
    vertical-align: middle;
}

.site-branding {
    float: left;
}

.wp-custom-logo .site-branding {
    max-width: 220px;
}

.thememattic-navigation {
    float: right;
}

.thememattic-midnav {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0;
}

.header-image-enabled.thememattic-midnav {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

.thememattic-midnav .container-fluid {
    position: relative;
    z-index: 1;
}

body:not(.nav-affix) .thememattic-midnav.header-overlay-enabled.header-image-enabled .main-navigation .menu ul > li > a,
body:not(.nav-affix) .thememattic-midnav.header-overlay-enabled.header-image-enabled .social-icons ul a,
body:not(.nav-affix) .thememattic-midnav.header-overlay-enabled.header-image-enabled .site-title a,
body:not(.nav-affix) .thememattic-midnav.header-overlay-enabled.header-image-enabled .site-description,
body:not(.nav-affix) .thememattic-midnav.header-overlay-enabled.header-image-enabled .thememattic-icon {
    color: #fff;
}

body:not(.nav-affix) .thememattic-midnav.header-overlay-enabled.header-image-enabled .main-navigation div.menu > ul.menu-mobile > li > a {
    color: #000;
}

body.wp-custom-logo:not(.nav-affix) .thememattic-midnav.header-overlay-enabled.header-image-enabled .site-branding img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

body:not(.nav-affix) .header-image-enabled.header-overlay-enabled .header-image-overlay {
    background: #000;
    filter: alpha(opacity=45);
    opacity: .45;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.site-title,
.widget.widget_block h2{
    font-family: 'Source Sans Pro', Arial, Verdana, Tahoma, Sans-serif !important; 
    font-weight: 700;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.site-title a,
.site-description {
    color: #000;
}

.site-title {
    font-size: 38px;
    line-height: 1.07317;
}

.site-description {
    display: block;
    margin: 0 auto;
}

.ms-space {
    max-width: 750px;
    max-height: 90px;
    min-height: 90px;
    margin: 25px auto;
}

/*--------------------------------------------------------------
##search
--------------------------------------------------------------*/
.icon-search {
    font-size: 26px;
    width: 40px;
    height: 60px;
    line-height: 60px;
    font-weight: 700;
    text-align: center;
}

.icon-search .thememattic-icon {
    display: block;
}

.popup-search {
    position: fixed;
    width: 0;
    height: 100%;
    overflow-y: auto;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 20px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.84);
    margin: auto;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.reveal-search .popup-search {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.reveal-search .table-align {
    display: table;
    height: 100%;
    width: 100%;
}

.reveal-search .table-align-cell {
    display: table-cell;
    vertical-align: middle;
}

.popup-search .close-popup {
    position: fixed;
    bottom: 80px;
    right: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    z-index: 1;
    width: 40px;
    height: 30px;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.popup-search .close-popup:after,
.popup-search .close-popup:before {
    content: '';
    height: 1px;
    width: 41px;
    position: absolute;
    background-color: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.popup-search .close-popup:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup-search .close-popup:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
    .site .popup-search .search-form label,
    .site .popup-search .search-form .search-submit {
        margin: 10px auto;
        width: 100%;
    }
}

.search-form label {
    display: block;
    width: 70%;
    float: left;
}

.search-form label .search-field {
    height: 50px;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 100%;
}

.search-form .search-submit {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 30%;
}

.popup-search .search-form {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.popup-search .search-form label {
    width: 85%;
    width: calc(100% - 200px);
}

.popup-search .search-form .search-submit {
    float: right;
    font-size: 24px;
    width: 200px;
    height: 60px;
    line-height: 60px;
    padding-top: 0;
    padding-bottom: 0;
}

.popup-search .search-form label .search-field {
    border: 0;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    width: 100%;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.nav-affix #thememattic-header.site-header {
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -o-animation-name: slideDown;
    animation-name: slideDown;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.thememattic-boxed-layout.nav-affix #thememattic-header.site-header {
    width: 90%;
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes slideDown {
    0% {
        -moz-transform: translateY(-100%)
    }
    100% {
        -moz-transform: translateY(0)
    }
}

@-o-keyframes slideDown {
    0% {
        -o-transform: translateY(-100%)
    }
    100% {
        -o-transform: translateY(0)
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%)
    }
    100% {
        transform: translateY(0)
    }
}

.nav-affix #thememattic-header.site-header .thememattic-midnav {
    padding: 10px 0;
    background-image: none !important;
}

@media only screen and (min-width: 768px) {
    .admin-bar.nav-affix #thememattic-header.site-header {
        top: 32px;
    }
}

.main-navigation {
    position: static;
    text-align: right;
}

.main-navigation .toggle-menu {
    height: 60px;
    text-align: center;
    cursor: pointer;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 15px;
    display: none;
    vertical-align: middle;
}

.ham {
    width: 23px;
    height: 2px;
    top: 27px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.ham:before,
.ham:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.ham:before {
    top: -8px;
}

.ham:after {
    top: 8px;
}

.ham.exit {
    background-color: transparent;
}

.ham.exit:before {
    -webkit-transform: translateY(8px) rotateZ(-45deg);
    -moz-transform: translateY(8px) rotateZ(-45deg);
    -ms-transform: translateY(8px) rotateZ(-45deg);
    -o-transform: translateY(8px) rotateZ(-45deg);
    transform: translateY(8px) rotateZ(-45deg);
}

.ham.exit:after {
    -webkit-transform: translateY(-8px) rotateZ(45deg);
    -moz-transform: translateY(-8px) rotateZ(45deg);
    -ms-transform: translateY(-8px) rotateZ(45deg);
    -o-transform: translateY(-8px) rotateZ(45deg);
    transform: translateY(-8px) rotateZ(45deg);
}

.main-navigation .menu ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    vertical-align: top;
}

.main-navigation .menu ul li {
    position: relative;
    display: inline-block;
    float: none;
}

.main-navigation .menu ul li a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.main-navigation .menu ul li i {
    padding-left: 5px;
    display: inline-block;
    line-height: 100%;
}

@media only screen and (min-width: 992px) {
    .main-navigation .menu,
    .main-navigation .icon-search {
        display: inline-block;
        vertical-align: middle;
    }

    .main-navigation .menu ul > li > a {
        display: block;
        line-height: 60px;
        padding: 0 10px;
    }

    .main-navigation .menu ul ul li {
        width: 260px;
    }

    .main-navigation .menu ul ul a {
        border-bottom: 1px solid #282828;
        color: #fff;
        display: block;
        padding: 12px 30px;
        line-height: inherit;
    }

    .main-navigation .menu ul ul a:before {
        margin-right: 10px;
        position: absolute;
        left: 15px;
        top: 35%;
        display: inline-block;
        font-family: "Ionicons";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f3d1";

    }

    .main-navigation .menu ul ul a:hover {
        background: #ff424e;
    }

    .main-navigation .menu ul ul {
        background: #000;
        position: absolute;
        text-align: left;
        visibility: hidden;
        filter: alpha(opacity=0);
        opacity: 0;
        margin: 0 auto;
        padding: 0;
    }

    .main-navigation .menu li:hover > ul,
    .main-navigation .menu li:focus > ul{
        visibility: visible;
        filter: alpha(opacity=1);
        opacity: 1;
        z-index: 999;
        -webkit-transition: opacity 0.4s, top 0.4s;
        -moz-transition: opacity 0.4s, top 0.4s;
        -ms-transition: opacity 0.4s, top 0.4s;
        -o-transition: opacity 0.4s, top 0.4s;
        transition: opacity 0.4s, top 0.4s;
    }

    .main-navigation .menu li:focus-within > ul {
        visibility: visible;
        filter: alpha(opacity=1);
        opacity: 1;
        z-index: 999;
        -webkit-transition: opacity 0.4s, top 0.4s;
        -moz-transition: opacity 0.4s, top 0.4s;
        -ms-transition: opacity 0.4s, top 0.4s;
        -o-transition: opacity 0.4s, top 0.4s;
        transition: opacity 0.4s, top 0.4s;
    }

    .main-navigation .menu > ul > li > ul {
        top: 100%;
        left: 0;
    }

    .main-navigation .menu > ul > li:last-child > ul {
        left: auto;
        right: 0;
    }

    .main-navigation .menu ul ul ul {
        top: -20px;
        left: 100%;
    }

    .main-navigation .menu ul ul li:hover ul,
    .main-navigation .menu ul ul li:focus ul{
        top: 0;
    }

    .main-navigation .menu ul ul li:focus-within ul{
        top: 0;
    }

    .main-navigation div.menu > ul > li:last-child ul,
    .main-navigation div.menu > ul > li:nth-last-child(2) ul,
    .main-navigation div.menu > ul > li:nth-last-child(3) ul{
        left: auto;
        right: 0;
    }

    .main-navigation div.menu > ul > li:last-child ul ul,
    .main-navigation div.menu > ul > li:nth-last-child(2) ul ul,
    .main-navigation div.menu > ul > li:nth-last-child(3) ul ul{
        right: 100%;
    }
}

.main-navigation .menu .menu-mobile {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
    text-align: left;
    position: relative;
    z-index: 9999;
    display: none;
}

.main-navigation .menu .menu-mobile li {
    display: block;
    border-top: 1px solid;
    float: none;
}

.main-navigation .menu .menu-mobile > li:first-child {
    border-top: 0;
}

.main-navigation .menu .menu-mobile li a {
    line-height: 50px;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-navigation .menu .menu-mobile li a:hover {
    filter: alpha(opacity=70);
    opacity: .7;
}

.main-navigation .menu .menu-mobile li a i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    z-index: 1;
}

.main-navigation .menu .menu-mobile li a i.active:after {
    width: 13px;
    height: 1px;
}

.main-navigation .menu .menu-mobile li a i:before,
.main-navigation .menu .menu-mobile li a i:after {
    content: '';
    width: 13px;
    height: 1px;
    background-color: #333;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.main-navigation .menu .menu-mobile li a i:after {
    width: 1px;
    height: 13px;
}

.main-navigation .menu .menu-mobile li .sub-menu,
.main-navigation .menu .menu-mobile li .children {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #eaeaea;
    display: none;
}

.main-navigation .menu .menu-mobile li .sub-menu > li a,
.main-navigation .menu .menu-mobile li .children > li a {
    margin-left: 15px;
}

.main-navigation .menu .menu-mobile li .sub-menu > li:first-child,
.main-navigation .menu .menu-mobile li .children > li:first-child {
    border-top: 0;
}

.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 {
    background-color: #333;
    background-position: center;
    background-size: cover;
    position: relative;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    background-color: #333;
    background-position: center;
    background-size: cover;
    position: relative;
}

.post-navigation a {
    color: #fff;
    display: block;
    position: relative;
    padding: 5% 10%;
}

.post-navigation a:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.post-navigation span {
    display: block;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    #site-navigation > div.menu {
        background: #fff;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 9;
        padding-left: 15px;
        padding-right: 15px;
    }

    .icon-search {
        display: inline-block;
        vertical-align: middle;
    }
}

@media screen and (min-width: 768px) {
    .single.no-sidebar .post-navigation .nav-previous,
    .single.no-sidebar .post-navigation .nav-next {
        width: 49%;
        display: block;
        float: left;
    }

    .single.no-sidebar .post-navigation .nav-previous {
        margin-right: 1%;
    }

    .single.no-sidebar .post-navigation .nav-next {
        margin-left: 1%;
    }

    .single.right-sidebar .post-navigation .nav-previous,
    .single.right-sidebar .post-navigation .nav-next,
    .single.left-sidebar .post-navigation .nav-previous,
    .single.left-sidebar .post-navigation .nav-next {
        margin: 20px auto;
    }

    .post-navigation a {
        font-size: 24px;
        display: table;
        width: 100%;
        height: 100%;
    }

    .single .post-navigation .nav-previous:hover a:before,
    .single .post-navigation .nav-next:hover a:before {
        background: rgba(0, 0, 0, 0.65);
    }

    .no-sidebar .nav-links {
        display: flex;
    }

    .no-sidebar .nav-links .nav-previous,
    .no-sidebar .nav-links .nav-next {
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

.posts-navigation .nav-previous a,
.posts-navigation .nav-next a {
    display: block;
    margin-bottom: 15px;
    padding: 10px 15px;
    color: #fff;
}

.single .entry-content,
.page .entry-content {
    position: relative;
}

@media only screen and (min-width: 1200px) {
    .single .thememattic-featured-image {
        margin: 0 0 3.75em -3.75em;
    }

    .single .entry-content:before,
    .page .entry-content:before {
        font-weight: bold;
        content: attr(data-initials);
        position: absolute;
        top: -0.31818em;
        left: -0.11818em;
        display: block;
        font-size: 15.27778em;
        line-height: 1;
        color: #171617;
        opacity: .1;
    }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}

.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;
    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;
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.thememattic-bredcrumb {
    margin: 30px auto 15px;
    padding: 10px 15px;
    line-height: 1px;
    font-size: 75%;
    background: #f0f0f0;
}

.breadcrumbs,
.breadcrumbs .trail-browse {
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.breadcrumbs {
    color: #888;
    display: inline-block;
}

.breadcrumbs > * {
    float: left;
    margin: 0 0.5rem 0 0;
    padding: 0;
}

.breadcrumbs > *:last-child {
    margin-right: 0;
}

.breadcrumbs .trail-begin {
    margin-left: 0;
}

.breadcrumbs .trail-items {
    list-style: none;
}

.breadcrumbs .trail-items li {
    float: left;
    margin-right: 0.625rem;
}

.breadcrumbs .trail-items li:last-child {
    margin-right: 0;
}

.breadcrumbs ul .trail-item span {
    position: relative;
    padding-left: 12px;
    padding-right: 7px;
}

.breadcrumbs .trail-items li.trail-begin span {
    padding-left: 0;
}

.breadcrumbs ul li span:before {
    content: "/";
    display: inline-block;
    font-size: 12px;
    position: absolute;
    left: 0;
    display: inline-block;
}

.breadcrumbs ul .trail-item.trail-begin span:before {
    content: none;
}

.page-numbers {
    border: 1px solid;
    padding: 0 10px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    min-width: 45px;
    text-align: center;
    display: inline-block;
}

/*--------------------------------------------------------------
# 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,
.section-block:before,
.section-block:after,
.comments-area .comment-list:before,
.comments-area .comment-list:after,
.write-blog-posts-lists:before,
.write-blog-posts-lists:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.section-block:after,
.comments-area .comment-list:after,
.write-blog-posts-lists:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    padding-bottom: 1.5em;
}

.widget-title,
.widget.widget_block h2 {
    text-transform: uppercase;
}

.widget select,
.widget.widget_block select {
    max-width: 100%;
}

.widget ul,
.widget.widget_block ul ,
.widget.widget_block ol {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.widget ul li,
.widget.widget_block ul li,
.widget.widget_block ol li {
    margin-bottom: 10px;
}

.widget.widget_block button {
line-height: 0.5rem;
border: 0px;
color: #fff;
}

.post-meta {
    margin-bottom: 15px;
}

.thememattic-meta-info, .thememattic-meta-info a {
    color: #757575;
    font-weight: 600;
    text-transform: uppercase;
}

.thememattic-meta-info.meta-divider {
    margin: 0 5px;
    vertical-align: middle;
}

.widget_recent_comments li a,
.widget_pages li a,
.widget_write_blog_social_menu_widget li a,
.widget_archive li a,
.widget_meta li a,
.widget_categories li a,
.widget_write_blog_social_menu_widget li a,
.widget_recent_entries li a,
.widget.widget_block li a {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
    position: relative;
    display: table;
    width: 100%;
}

.tabbed-head {
    margin-bottom: 20px;
}

.widget.widget_write_blog_tab_posts_widget ul.nav-tabs {
    border: 0;
    position: relative;
}

.widget.widget_write_blog_tab_posts_widget ul.nav-tabs li {
    border: 0;
    margin: 0 auto;
    padding: 0;
    display: block;
    float: left;
    width: 50%;
}

.widget.widget_write_blog_tab_posts_widget ul.nav-tabs li a {
    word-wrap: break-word;
    padding: 15px 15px;
    text-align: center;
    border-radius: 0;
    margin: 0 auto;
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.site-main .widget.widget_write_blog_tab_posts_widget ul.nav-tabs li a {
    padding: .9375rem 1.32rem;
}

.widget.widget_write_blog_tab_posts_widget .entry-title {
    font-size: 20px;
}

.widget.widget_write_blog_tab_posts_widget .full-item {
    border-bottom: 1px solid;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.widget.widget_write_blog_tab_posts_widget .full-item:last-child {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 0;
}

.widget_tag_cloud,
.widget_product_tag_cloud {
    margin-bottom: 4em;
    position: relative;
    z-index: 2;
}

.widget_tag_cloud .tagcloud,
.widget_product_tag_cloud .tagcloud {
    margin-bottom: 1.2em;
    *zoom: 1;
}

.widget_tag_cloud .tagcloud:before, .widget_tag_cloud .tagcloud:after,
.widget_product_tag_cloud .tagcloud:before,
.widget_product_tag_cloud .tagcloud:after {
    display: table;
    content: "";
}

.widget_tag_cloud .tagcloud:after,
.widget_product_tag_cloud .tagcloud:after {
    clear: both;
}

.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
    position: relative;
    color: #616161;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 100% !important;
    font-weight: 300;
    line-height: 1.3;
    margin: 0 12px 12px 0;
    padding: 10px 13px 4px 15px;
    padding: .84em 1em .84em 1.3em;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover {
    background-color: #f5f4f0;
}

.widget_tag_cloud .tagcloud a::before,
.widget_product_tag_cloud .tagcloud a::before,
.widget_tag_cloud .tagcloud a::after,
.widget_product_tag_cloud .tagcloud a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #e8e8e8;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.widget_tag_cloud .tagcloud a:hover::before,
.widget_product_tag_cloud .tagcloud a:hover::before {
    margin-top: 4px;
    margin-left: -4px;
}

.widget_tag_cloud .tagcloud a:hover::after,
.widget_product_tag_cloud .tagcloud a:hover::after {
    margin-top: -4px;
    margin-left: 4px;
    z-index: -1;
}

#wp-calendar {
    width: 100%;
    margin: 0;
}

#wp-calendar caption {
    text-align: right;
    color: #333;
    margin-bottom: 15px;
    margin-top: -10px;
}

#wp-calendar thead th {
    text-align: center;
}

#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
    text-align: center;
    padding: 8px;
}

#wp-calendar tbody td:hover {
    background: #fff;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot #next {
    text-transform: uppercase;
    text-align: right;
    border: none;
    background: none;
}

#wp-calendar tfoot #prev {
    text-transform: uppercase;
    text-align: left;
    border: none;
    background: none;
}

#wp-calendar tfoot td.pad {
    display: none;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-content {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

body.blog .site-content{
    padding-right: 0;
    padding-left: 0;
}

#primary,
#secondary {
    float: left;
    width: 100%;
    padding-left: 2.875em;
    padding-right: 2.875em;
}

#primary,
.home-primary-sidebar {
    border-right: 1px solid;
    width: 65%;
    padding-left: 0;
}

.no-sidebar #primary,
.no-sidebar .home-primary-sidebar {
    border: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

#secondary,
.home-secondary-sidebar {
    width: 35%;
    padding-right: 0;
}

.left-sidebar #primary,
.left-sidebar .home-primary-sidebar {
    border-left: 1px solid;
    border-right: 0;
    float: right;
    padding-left: 2.875em;
    padding-right: 0;
}

.left-sidebar #secondary,
.left-sidebar .home-secondary-sidebar {
    padding-left: 0;
    padding-right: 2.875em;
}

.right-sidebar #primary,
.right-sidebar .home-primary-sidebar {
    border-right: 1px solid;
    border-left: 0;
    float: left;
    padding-right: 2.875em;
    padding-left: 0;
}

.right-sidebar #secondary,
.right-sidebar .home-secondary-sidebar {
    padding-right: 0;
    padding-left: 2.875em;
}

@media only screen and (max-width: 991px) {
    body .site #primary,
    body .site #secondary {
        border: 0;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    body .site .left-sidebar #primary {
        border: 0;
        float: left;
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    #primary,
    #secondary {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.section-block {
    padding-top: 45px;
    padding-bottom: 45px;
    position: relative;
}

.section-block.section-latest-block {
    padding-bottom: 15px;
}

.thememattic-title-wrapper {
    margin: 0 auto 30px;
}

.thememattic-title-wrapper .thememattic-title {
    line-height: 1.2;
    margin: 0 auto;
}

/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/
.navcontrol-icon {
    position: absolute;
    z-index: 1;
    display: block;
    width: 60px;
    font-size: 42px;
    cursor: pointer;
    color: #fff;
    top: 50%;
    margin-top: -30px;
    text-align: center;
    padding: 0;
}

.navcontrol-icon:before {
    display: block;
    line-height: 60px;
    height: 60px;
}

.slide-prev:hover,
.slide-prev:focus,
.slide-next:hover,
.slide-next:focus {
    outline: none !important;
}

.slide-prev {
    left: 0;
}

.slide-next {
    right: 0;
}

.slick-slide, .slick-slide * {
    outline: none !important;
}

.slick-dots {
    position: absolute;
    bottom: 15px;
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0;
    padding-right: 20px;
    margin: 0 auto;
    list-style: none;
    text-align: right;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    content: "";
    background: transparent;
    border: 1px solid #fff;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.single-slide {
    height: 530px;
    overflow: hidden;
    position: relative;
}

.slide-bg {
    height: 660px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.slide-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    z-index: 2;
}

.slide-text-wrapper {
    color: #fff;
    width: 100%;
    -webkit-align-self: flex-end;
    align-self: flex-end;
}

.slide-categories a {
    display: inline-block;
    padding: 6px 10px;
    margin: 0 5px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
}

.slide-text-wrapper h2 {
    font-size: 54px;
    margin: 20px auto;
}

.slide-text-wrapper h2 a {
    display: inline;
    line-height: 1.5;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    box-shadow: 10px 0 0 rgba(0, 0, 0, 0.8), -10px 0 0 rgba(0, 0, 0, 0.8);
}

.slide-text-wrapper a {
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .thememattic-slider {
        width: 680px;
    }

    .single-slide {
        height: 390px;
    }
}

@media only screen and (max-width: 767px) {
    .single-slide {
        height: inherit;
    }

    .slide-bg {
        height: 280px;
        position: relative;
    }

    .thememattic-slider {
        width: 280px;
    }

    .slide-text-wrapper h2 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .thememattic-slider {
        width: 400px;
    }
}

.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
}

.bg-image > img {
    display: none !important;
}

.main-slider-block {
    background: #fff;
    padding: 50px 15px;
}

.main-slider-block.main-slider-default-1 {
    padding: 15px 15px;
}

.main-slider-default.main-slider-block {
    padding: 20px 15px;
}

.main-slider-default .main-slider-area {
    width: 70%;
    float: left;
    overflow: hidden;
}

.main-slider-default .slidenav-area {
    width: 30%;
    float: left;
}

@media only screen and (max-width: 991px) {
    .main-slider-default .main-slider-area,
    .main-slider-default .slidenav-area {
        width: 100%;
    }
}

.slider-nav .slick-slide.slider-nav-item {
    background: #fff4ee;
    border: 0;
    cursor: pointer;
}

.slider-nav .slick-slide.slider-nav-item:nth-child(even) {
    background: #f9e3d2;
}

.slidenav-area {
    padding-top: 0;
}

.slider-nav-item {
    min-height: 80px;
}

.slider-article {
    padding: 15px;
}

.slider-nav-image {
    width: 25%;
    height: 60px;
    float: left;
    overflow: hidden;
    padding-right: 10px;
}

.navtitle-wrapper {
    float: left;
    width: 70%;
}

.main-slider-default .slider-nav-image {
    width: 35%;
    height: 80px;
}

.main-slider-default .navtitle-wrapper {
    width: 65%;
}

.slide-nav-title {
    font-size: 14px;
    font-style: italic;
    line-height: 20px;
    margin: 0 auto;
}

.inner-banner {
    margin-bottom: 35px;
}

.site-footer {
    background: #fff;
    border-top: 1px solid;
}

.site-footer .widget-title,
.site-footer,
.site-footer a,
.site-footer a:visited {
    color: #4a4a4a;
}

.footer-widget-area {
    background: #fafafa;
    padding-bottom: 50px;
    padding-top: 50px;
}

.site-footer .widget-title {
    border-bottom: 1px solid;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.site-copyright {
    font-size: 18px;
    padding: 30px 0;
    background-color: #fff4ee;
    text-align: center;
}

.site-copyright a {
    text-decoration: underline !important;
    font-weight: 600;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0 auto;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.masonry-grid {
    margin-right: -15px;
    margin-left: -15px;
}

.masonry-grid > * {
    width: 100%;
}

.masonry-grid > article {
    float: left;
}

.masonry-grid.masonry-col article {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 2.5rem;
}

.masonry-grid.masonry-col article {
    width: 33.33%;
}

.left-sidebar .masonry-grid.masonry-col article,
.right-sidebar .masonry-grid.masonry-col article {
    width: 50%;
}

.masonry-grid.masonry-col article .entry-content {
    font-size: 14px;
    line-height: 1.6;
}

.masonry-grid.masonry-col article .entry-content p {
    margin-bottom: 0;
}

.masonry-grid.masonry-col article .entry-content .entry-video iframe {
    max-height: 230px;
    margin-top: 15px;
}

.article-bg {
    padding: 30px 30px;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0.2);
    -ms-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0.2);
    -o-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0.2);
    box-shadow: 0 0 0 0 rgba(50, 50, 50, 0.2);
    -webkit-transition: box-shadow 0.3s, transform 0.3s;
    -moz-transition: box-shadow 0.3s, transform 0.3s;
    -ms-transition: box-shadow 0.3s, transform 0.3s;
    -o-transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s;
}

.article-bg:hover,
.article-bg:focus {
    -webkit-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
}

.article-bg-1 {
    background-color: #fff;
}

.thememattic-boxed-layout .site .article-bg-1 {
    background-color: #fafafa;
}

.article-bg-2 {
    background-color: #fff4ee;
}



@media only screen and (max-width: 991px) {
    .masonry-grid.masonry-col article,
    .left-sidebar .masonry-grid.masonry-col article,
    .right-sidebar .masonry-grid.masonry-col article {
        width: 50%;
    }
}

@media only screen and (max-width: 680px) {
    .masonry-grid.masonry-col article,
    .left-sidebar .masonry-grid.masonry-col article,
    .right-sidebar .masonry-grid.masonry-col article {
        width: 100%;
        max-width: inherit;
    }
}

.masonry-grid article .post-thumb {
    margin-bottom: 1.5em;
}

.post-thumb {
    position: relative;
}

.grid-item-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, .64);
    opacity: 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.post-thumb:hover .grid-item-overlay {
    opacity: 1;
}

.grid-item-overlay span {
    display: block;
    position: relative;
    z-index: 999;
    width: 100%;
    height: 100%;
}

.format-quote .entry-content {
    position: relative;
}

.bg-quote {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.bg-quote:before {
    background: #000;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    filter: alpha(opacity=75);
    opacity: .75;
}

.format-quote blockquote {
    padding-left: 1.5em;
    padding-right: 1.5em;
    position: relative;
    z-index: 2;
}

body:not(.single) .format-quote blockquote {
    color: #fff;
}

body:not(.single) .quote-entry-title {
    text-align: center;
    color: #fff;
    z-index: 1;
    padding-bottom: 15px;
    position: relative;
}

.entry-title.quote-entry-title {
    font-size: 16px;
}

.col-wrapper,
.write-blog-posts-lists {
    margin-left: -15px;
    margin-right: -15px;
}

.write-blog-posts-lists > article {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.write-blog-posts-lists > article {
    width: 50%;
}

.left-sidebar .write-blog-posts-lists > article:nth-child(2n+1),
.right-sidebar .write-blog-posts-lists > article:nth-child(2n+1) {
    clear: left;
}

.col-four {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (min-width: 992px) {
    .no-sidebar .write-blog-posts-lists > article {
        width: 33.33%;
    }

    .no-sidebar .write-blog-posts-lists > article:nth-child(3n+1) {
        clear: left;
    }
}

@media only screen and (max-width: 991px) {
    .write-blog-posts-lists > article {
        width: 50%;
    }
}

@media only screen and (max-width: 640px) {
    .write-blog-posts-lists > article {
        width: 100%;
    }
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comments-area .comment-navigation {
    line-height: 2.375rem;
    margin-bottom: 1.875rem;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

@media only screen and (max-width: 40em) {
    .comments-area .comment-navigation {
        font-size: 11px;
        font-size: 0.6875rem;
    }
}

.comments-area .comment-navigation .nav-links {
    border-width: 1px;
    border-style: solid;
}

.comments-area .comment-navigation .nav-links > * {
    float: left;
    width: 50%;
    text-align: center;
    border-right-width: 1px;
    border-right-style: solid;
}

.comments-area .comment-navigation .nav-links > *:last-child {
    border-right: none;
}

.comments-area .comment-list,
.comments-area .comment-list .children {
    list-style: none;
    list-style-position: inside;
    margin-left: auto;
    padding-left: 0;
}

@media only screen and (min-width: 768px) {
    .comments-area .comment-list .children .depth-2 {
        margin-left: 90px;
    }
}

.comments-area .comment-list .pingback {
    position: relative;
    margin-left: 0;
    font-weight: 600;
    margin-bottom: 1.875rem;
    padding-bottom: 0.9375rem;
}

.comments-area .comment-list .pingback:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 6.25rem;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.comments-area .comment-list .pingback:before {
    display: none;
}

.comments-area .comment-list .pingback a {
    font-weight: 400;
}

.comments-area .comment-list .comment {
    position: relative;
    margin: 20px auto;
}

.comments-area .comment-list .comment:before {
    display: none;
}

.comments-area .comment-list .comment-meta {
    position: relative;
}

.comments-area .comment-list .comment-meta .avatar {
    width: 100% !important;
    max-width: 4.375rem !important;
    display: block;
    height: auto !important;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

@media only screen and (max-width: 40em) {
    .comments-area .comment-list .comment-meta .avatar {
        max-width: 2.5rem !important;
    }
}

.comments-area .comment-list .comment-content {
    position: relative;
    display: inline-block;
    padding-bottom: 1.875rem;
    font-size: 16px;
    font-size: 1rem;
}

.comments-area .comment-list .comment-content > *:last-child {
    margin-bottom: 0;
}

.comments-area .comment-list .comment-content:after {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 6.25rem;
    height: 0;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.comments-area .comment-list .comment-meta, .comments-area .comment-list .comment-content {
    padding-left: 5.625rem;
}

@media only screen and (max-width: 40em) {
    .comments-area .comment-list .comment-meta, .comments-area .comment-list .comment-content {
        padding-left: 3.125rem;
    }
}

.comments-area .comment-list .reply {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    display: inline-block;
    position: absolute;
    top: 0;
    padding: 3px 10px;
    text-transform: uppercase;
    right: 0;
    filter: alpha(opacity=50);
    opacity: .5;
}

.comments-area.no-avatars .comment-meta, .comments-area.no-avatars .comment-content {
    padding-left: 0 !important;
}

.comments-area .comment-metadata, .comments-area .comment-notes, .comments-area .logged-in-as {
    display: inline-block;
    filter: alpha(opacity=50);
    opacity: .5;
}

.comments-area .comment-metadata:hover, .comments-area .comment-notes:hover, .comments-area .logged-in-as:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.comments-title,
.comments-area .comment-respond .comment-reply-title {
    text-transform: uppercase;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-reply-title small {
    position: absolute;
    right: 0;
}

.comments-area .comment > .comment-respond {
    margin: 1.875rem 0 3.4375rem;
}

.comments-area .comment-form .comment-form-comment {
    margin-bottom: 0;
}

.comments-area .comment-form .comment-form-email,
.comments-area .comment-form .comment-form-url {
    display: inline-block;
    width: 48%;
    margin-right: 20px;
}

.comments-area .comment-form .comment-form-author {
    width: 100%;
}

.comments-area .comment-form .comment-form-url {
    margin-right: 0;
}

.comments-area .comment-form input {
    width: 100%;
}

.comments-area .comment-form input[type="submit"] {
    width: inherit;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 4px;
}

.comment-awaiting-moderation {
    margin-bottom: 5px;
}

@media only screen and (max-width: 680px) {
    .comments-area .comment-form .comment-form-email,
    .comments-area .comment-form .comment-form-url {
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

.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;
}

embed,
iframe,
object {
    max-width: 100%;
}

.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: block;
    float: left;
    width: 100%;
    padding: 0 5px;
    position: relative;
    margin-bottom: 10px;
}

article.format-gallery .entry-gallery {
    margin-top: 15px;
}

article.format-gallery .gallery,
article.format-gallery .gallery-item {
    margin-bottom: 0;
}

.single-post .gallery.gallery-columns-1 {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1) {
    clear: left;
}

.gallery-columns-3 .gallery-item {
    width: 33.33%;
}

.gallery-columns-3 .gallery-item:nth-child(3n+1) {
    clear: left;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-4 .gallery-item:nth-child(4n+1) {
    clear: left;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-5 .gallery-item:nth-child(5n+1) {
    clear: left;
}

.gallery-columns-6 .gallery-item {
    width: 16.66%;
}

.gallery-columns-6 .gallery-item:nth-child(6n+1) {
    clear: left;
}

.gallery-columns-7 .gallery-item {
    width: 14.28%;
}

.gallery-columns-7 .gallery-item:nth-child(7n+1) {
    clear: left;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-8 .gallery-item:nth-child(8n+1) {
    clear: left;
}

.gallery-columns-9 .gallery-item {
    width: 11.11%;
}

.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.gallery-caption {
    display: block;
    background: #000;
    background: rgba(0, 0, 0, .74);
    color: #fff;
    font-size: 85%;
    line-height: 1.22857143;
    position: absolute;
    bottom: 0;
    left: 5px;
    right: 5px;
    padding: 15px;
    text-align: left;
}

@media only screen and (max-width: 991px) {
    body .gallery:not(.gallery-columns-1) .gallery-item {
        width: 50%;
        clear: none !important;
    }

    body .gallery:not(.gallery-columns-1) .gallery-item:nth-child(2n+1) {
        clear: left !important;
    }

}

@media only screen and (max-width: 640px) {
    body .gallery:not(.gallery-columns-1) .gallery-item {
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 290px;
        width: 100%;
    }
}

.primary-background,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.widget .social-widget-menu ul li,
.comments-area .comment-list .reply,
.slide-categories a:hover,
.slide-categories a:focus,
.widget .social-widget-menu ul li:hover a:before,
.widget .social-widget-menu ul li:focus a:before,
.ham,
.ham:before,
.ham:after {
    background: #33363b;
    color: #fff;
}

.primary-background,
.primary-background a,
.primary-background a:visited,
.comments-area .comment-list .reply a {
    color: #fff;
}

.secondary-background,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.widget.widget_write_blog_tab_posts_widget ul.nav-tabs li.active a,
.widget.widget_write_blog_tab_posts_widget ul.nav-tabs > li > a:focus,
.widget.widget_write_blog_tab_posts_widget ul.nav-tabs > li > a:hover,
.author-info .author-social > a:hover,
.author-info .author-social > a:focus,
.widget .social-widget-menu ul li a:before,
.widget .social-widget-menu ul li:hover,
.widget .social-widget-menu ul li:focus,
.moretag,
.moretag {
    background: #fd5b66;
    color: #fff;
}

.slide-categories a {
    background: #fd5b66;
}

.sticky header:before,
a:hover,
a:focus,
a:active,
.main-navigation .menu > ul > li.current-menu-item > a,
.main-navigation .menu > ul > li:hover > a,
.main-navigation .menu > ul > li:focus > a,
.sidr a:hover,
.sidr a:focus,
.page-numbers.current {
    color: #fd5b66;
}

.secondary-background,
.secondary-background a,
.secondary-background a:visited,
.widget.widget_write_blog_tab_posts_widget ul.nav-tabs li a {
    color: #fff;
}

.trigger-nav,
body .site #primary,
body .site .home-primary-sidebar,
body .site #secondary,
body .site .home-secondary-sidebar,
.site-footer,
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,
.widget.widget_write_blog_tab_posts_widget .full-item,
.entry-meta,
.site-footer .widget-title,
.main-navigation .menu .menu-mobile li,
.page-numbers,
.author-info .author-social > a {
    border-color: #eaeaea;
}

.inner-banner .entry-title,
.thememattic-meta-info,
.thememattic-meta-info a,
.widget-title,
.site-content .widget_recent_comments li a,
.site-content .widget_pages li a,
.site-content .widget_write_blog_social_menu_widget li a,
.site-content .widget_archive li a,
.site-content .widget_meta li a,
.site-content .widget_categories li a,
.site-content .widget_write_blog_social_menu_widget li a {
    letter-spacing: 1px;
}

.social-icons ul {
    list-style: none;
    padding-left: 0;
    margin: 0 auto;
}

.social-icons ul a {
    display: block;
    position: relative;
    text-align: center;
}

.social-icons ul a span {
    display: none;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
}

.social-icons ul li a:after,
.widget .social-widget-menu ul a:before {
    display: inline-block;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    vertical-align: middle;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
}

.widget .social-widget-menu ul li {
    display: block;

}

.widget .social-widget-menu ul a:before {
    width: 50px;
    float: left;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.footer-bottom .social-icons ul li a:after {
    border-radius: 100%;
    margin-right: 5px;
}

.header-social-icon,
.header-social-icon .social-icons ul li {
    display: inline-block;
    vertical-align: middle;
}

.header-social-icon {
    padding-left: 20px;
    padding-right: 20px;
}

.header-social-icon .social-icons ul li {
    padding-left: 5px;
    padding-right: 5px;
}

.widget .social-widget-menu ul li a {
    display: block;
    border: 0;
    position: relative;
    line-height: 45px;
    height: 45px;
    font-size: 18px;
    font-weight: 400;
    z-index: 99;
    padding: 0;
}

.widget .social-widget-menu ul li a span {
    color: #fff;
    padding-left: 15px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.social-icons ul a[href*="dribbble.com"]:after,
.widget .social-widget-menu ul a[href*="dribbble.com"]:before {
    content: "\f22d";
}

.social-icons ul a[href*="facebook.com"]:after,
.widget .social-widget-menu ul a[href*="facebook.com"]:before {
    content: "\f231";
}

.social-icons ul a[href*="twitter.com"]:after,
.widget .social-widget-menu ul a[href*="twitter.com"]:before {
    content: "\f243";
}

.social-icons ul a[href*="linkedin.com"]:after,
.widget .social-widget-menu ul a[href*="linkedin.com"]:before {
    content: "\f239";
}

.social-icons ul a[href*="instagram.com"]:after,
.widget .social-widget-menu ul a[href*="instagram.com"]:before {
    content: "\f351";
}

.social-icons ul a[href*="youtube.com"]:after,
.widget .social-widget-menu ul a[href*="youtube.com"]:before {
    content: "\f24d";
}

.social-icons ul a[href*="vimeo.com"]:after,
.widget .social-widget-menu ul a[href*="vimeo.com"]:before {
    content: "\f245";
}

.social-icons ul a[href*="plus.google.com"]:after,
.widget .social-widget-menu ul a[href*="plus.google.com"]:before {
    content: "\f34f";
}

.social-icons ul a[href*="pinterest.com"]:after,
.widget .social-widget-menu ul a[href*="pinterest.com"]:before {
    content: "\f2b1";
}

.social-icons ul a[href*="tumblr.com"]:after,
.widget .social-widget-menu ul a[href*="tumblr.com"]:before {
    content: "\f241";
}

.social-icons ul a[href*="wordpress.org"]:after,
.widget .social-widget-menu ul a[href*="wordpress.org"]:before,
.social-icons ul a[href*="wordpress.com"]:after,
.widget .social-widget-menu ul a[href*="wordpress.com"]:before {
    content: "\f249";
}

.social-icons ul a[href*="whatsapp.com"]:after,
.widget .social-widget-menu ul a[href*="whatsapp.com"]:before {
    content: "\f4f0";
}

.social-icons ul a[href*="reddit.com"]:after,
.widget .social-widget-menu ul a[href*="reddit.com"]:before {
    content: "\f23b";
}

.entry-title {
    font-size: 26px;
    line-height: 1.33333;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0.66667em;
}

.entry-title span,
.entry-title em,
.entry-title i {
    font-style: italic;
}

.entry-title-1 {
    font-size: 20px;
    margin-top: 15px;
}

@media (min-width: 1600px) {
    .entry-title {
        font-size: 32px;
    }

    .entry-title-1 {
        font-size: 24px;
    }
}

.bypostauthor {
    display: block;
}

.sticky {
    position: relative;
}

.sticky header:before {
    content: "\f2a6";
    display: inline-block;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 52px;
    display: inline-block;
    float: right;
    right: 20px;
    position: absolute;
    top: -20px;
}

.moretag {
    display: table;
    width: 150px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    margin: 15px 0 0;
    border-radius: 4px;
}

.moretag:hover,
.moretag:focus {
    color: #fff;
    filter: alpha(opacity=60);
    opacity: .6;
}

.entry-footer {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: 0;
}

.entry-footer:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #eaeaea;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
}

.entry-footer .entry-meta {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.home .entry-footer:after {
    display: none;
}

.thememattic-icon {
    vertical-align: middle;
}

.cat-links,
.tags-links {
    margin-right: 10px;
}

.cat-links .thememattic-icon,
.tags-links .thememattic-icon {
    margin-right: 5px;
}

.cat-links a,
.tags-links a,
.posted-on a,
.byline a,
.edit-link a {
    color: #757575;
}

.cat-links,
.tags-links,
.posted-on,
.byline {
    font-size: 13px;
    padding-right: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.single .cat-links,
.single .tags-links,
.single .posted-on,
.single .byline,
.single .edit-link {
    font-size: 16px;
}

.single .cat-links a,
.single .tags-links a,
.single .posted-on a,
.single .byline a,
.single .edit-link a {
    font-weight: 700;
}

.section-block.section-featured {
    background: #f9e3d2;
}

.featured-item {
    padding: 27px 41px 0 41px;
    min-height: 300px;
    position: relative;
    z-index: 0;
}

.featured-item {
    background-color: #f7f7f7;
}

.featured-item:nth-child(2n) {
    background-color: #ededed;
}

.featured-item,
.featured-item a {
    color: #fff;
}

.featured-item .post-img {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    background-color: #2b2b2b;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 1.2s cubic-bezier(.23, .81, .4, 1);
    -moz-transition: all 1.2s cubic-bezier(.23, .81, .4, 1);
    -ms-transition: all 1.2s cubic-bezier(.23, .81, .4, 1);
    -o-transition: all 1.2s cubic-bezier(.23, .81, .4, 1);
    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    will-change: opacity;
}

.featured-item:nth-child(even) .post-img {
    background-color: #333;
}

.featured-item:hover .post-img {
    filter: alpha(opacity=0);
    opacity: 0;
}

.featured-item .post-img img {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    z-index: 1;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.featured-item figcaption {
    position: absolute;
    bottom: 20px;
    width: 90%;
    left: 0;
    padding: 10px 20px;
}

.featured-item:hover figcaption,
.featured-item:focus figcaption {
    background: rgba(0, 0, 0, .85);
}

.featured-item h3 {
    font-size: 52px;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 15px;
    word-break: break-all;
}

.featured-item .meta-description {
    font-size: 14px;
    margin-top: 20px;
}

.featured-item h3 a {
    color: #fff;
}

.featured-item:hover h3 {
    color: #202020;
}

@media only screen and (max-width: 1599px) {
    .featured-item h3 {
        font-size: 42px;
    }
}

@media only screen and (max-width: 767px) {
    .featured-item h3 {
        font-size: 32px;
    }
}

.section-bg {
    background: #fefefe;
    margin-top: 20px;
    margin-bottom: 20px;
}

.section-recommended.section-bg {
    background: #f9e3d2;
    margin: 0 auto;
}

.section-head {
    text-align: center;
    margin-bottom: 30px;
}

.btn-load-more {
    background: #33363b;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: table;
    margin: 0 auto;
    min-width: 260px;
    text-align: center;
}

.ajax-loader {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #fd5b66;
    display: none;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    vertical-align: middle;
    margin-top: -4px;
}

.ajax-loader-enabled {
    display: inline-block;
}

.btn-load-more:hover .ajax-loader,
.btn-load-more:focus .ajax-loader {
    border-top-color: #33363b;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.btn-load-more:hover,
.btn-load-more:focus {
    background: #fd5b66;
    color: #fff;
}

.wpcf7 {
    text-align: left;
}

.wpcf7 label {
    display: block;
}

.wpcf7 .wpcf7-form-control {
    width: 100%;
    border-width: 0 0 1px 0;
}

.wpcf7 .wpcf7-textarea {
    height: 8em;
}

.entry-audio {
    margin-bottom: 10px;
}

.navigation.posts-navigation,
.navigation.pagination {
    display: block;
    clear: both;
}

/*--------------------------------------------------------------
##Plugin Support
--------------------------------------------------------------*/
.elementor-html .preloader {
    display: none;
}

.bg-image.bg-image-1 {
    width: 100%;
    height: 140px;
}

.bg-image.bg-image-2 {
    width: 100%;
    height: 240px;
}

button.mfp-close,
button.mfp-arrow {
    background: transparent !important;
}

.error-404 {
    padding: 0 0 10%;
}

.error-404 h2 {
    margin-bottom: 30px;
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body,
.mejs-container .mejs-controls,
.wp-playlist .mejs-container .mejs-controls {
    background: #fd5b66 !important;
}

/*--------------------------------------------------------------
##Back to top
--------------------------------------------------------------*/
#scroll-up {
    position: fixed;
    z-index: 8000;
    bottom: 45px;
    right: 15px;
    display: none;
    width: 48px;
    height: 48px;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#scroll-up:hover,
#scroll-up:focus {
    background-color: #373737;
    color: #fff;
    line-height: 45px;
}

#scroll-up:hover i,
#scroll-up:focus i {
    display: block;
}

@media only screen and (max-width: 767px) {
    #scroll-up {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (max-width: 480px) {
    body .site .site-title {
        font-size: 22px !important;
    }

    body .site .site-description {
        font-size: 12px !important;
    }

    .main-navigation .toggle-menu {
        margin-left: 10px;
        margin-right: 10px;
    }

    .icon-search {
        width: 30px;
    }
}

.prime-excerpt {
    background: #fff;
    padding: 20px;
    margin: 20px auto;
    font-style: italic;
    font-size: 120%;
}

.post .style-archive header:before {
    color: #949494;
    font: normal normal normal 16px/1 "Ionicons";
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 40px;
    display: inline-block;
    float: right;
}

.post.format-image .article-bg .post-thumb:after {
    content: "";
    color: #fff;
    width: 40px;
    height: 40px;
    font: normal 32px/40px "Ionicons";
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    display: inline-block;
    float: right;
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-align: center;
}

.post.format-image .article-bg .post-thumb:after {
    content: "\f3f5";
}

.post.format-standard .article-bg .entry-content p {
    margin-top: 15px;
}

.site-content .img-copyright-info {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    font-weight: 400;
    background: #000;
    padding: 5px 15px;
    border-radius: 5px;
}

.site-content .img-copyright-info p {
    margin: 0 auto;
}

.load-more-posts {
    margin-bottom: 30px;
}

.section-recommended .home-full-grid-cat-section [class*="col-"]{
    margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
    .section-recommended .home-full-grid-cat-section [class*="col-"]:nth-child(4n+1) {
        clear: left;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .section-recommended .home-full-grid-cat-section [class*="col-"]:nth-child(2n+1) {
        clear: left;
    }
}

.wp-block-gallery.columns-1 {
    display: block;
}

ul.wp-block-gallery.columns-1,
.wp-block-gallery .blocks-gallery-grid{
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
ul.trail-items li:last-child a {
    color: #000;
    cursor: default;
    pointer-events: none;
}