/*
Theme Name: Marvellous
Theme URI: https://www.wpalphabets.com/themes/marvellous-theme
Author: Navin Sangtani
Author URI: https://www.wpalphabets.com/
Description: Marvellous is a fast, clean, modern-looking Best Responsive Blogging WordPress theme. Marvellous is ideal for various blog types, such as fashion, lifestyle, travel, food, and photography and personal blogs. Marvellous is mobile-friendly and cross-browser compatible.
Version: 1.2
Tested up to: 6.2
Requires PHP: 7.0
Text Domain: marvellous
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-menu, custom-logo, featured-images, theme-options, translation-ready, blog, right-sidebar, threaded-comments
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# General 
# Header
# Page
# Blog List
# Marvellous Blog List
# Pagination
# Footer
# Widget
# Marvellous Blog Details
# Comments
# Archive
# WordPress Core
# Media Queries
--------------------------------------------------------------*/

/* General */
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Quicksand";

}

.site {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.site-content {
    flex-grow: 1;
}

.content-area {
    padding: 40px 0;
}

.content-area blockquote,
.comment-body blockquote,
.content-area q,
.comment-body q {
    background-color: #f5f5f5;
    border-left: 5px solid #244D4D;
    padding: 1rem;
}

.content-area blockquote p,
.comment-body blockquote p {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #244D4D;
    overflow-wrap: break-word;
}

a {
    color: #244D4D;
    text-decoration: none;
}

.transition {
    transition: 0.3s all linear;
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -ms-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
}

a:hover {
    text-decoration: none;
    color: #244D4D;
}

.form-control:focus {
    box-shadow: none;
}

.content-area table,
.comment-body table {
    width: 100%;
    margin: 0 0 1rem;
    font-size: 1.15rem;
}

.content-area table thead,
.comment-body table thead,
.comment-body table tbody tr:first-child,
.page .content-area table tbody tr:first-child {
    background-color: #244D4D;
    color: #fff;
}

.content-area table thead th,
.comment-body table thead th {
    padding: 0.5rem 1rem;
    vertical-align: middle;
    border: 1px solid #244D4D;
    background-color: #244D4D;
    color: #fff;
}

.content-area table tbody th,
.comment-body table tbody th,
.content-area table tbody td,
.comment-body table tbody td {
    padding: 0.4rem;
    vertical-align: middle;
    border: 1px solid #ececec;
    text-align: center;
    font-weight: 500;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #244D4D;
    border-radius: 3px;
    background: #244D4D;
    color: #ffffff;
    line-height: 1;
    padding: 14px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #244D4D;
    background: #244D4D;
}

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

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: #244D4D;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px;
}

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: #244D4D;
    outline: 1px solid #244D4D;
}

select {
    padding: 15px;
    border: 1px solid #ced4da;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
}

.search-form .input-group-text {
    background-color: #fff;
    padding-top: 10px;
}

.search-form .search-submit {
    background-image: url(images/search.svg);
    height: 23px;
    width: 23px;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
}

.search-form .input-group-text button:hover {
    background-color: #fff;
    border-color: #fff;
}

.no-img-found {
    width: 100%;
}

/* Header */
.site-header {
    border-bottom: 1px solid #eee;
    padding-top: 50px;
    padding-bottom: 10px;
}

.site-header .site-title {
    font-size: 24px;
    font-weight: 700;
    width: max-content;
}

.site-header-menu {
    display: none;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
    display: block;
}

#site-navigation {
    display: flex;
    justify-content: center;
}

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

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    line-height: 1.3125;
    outline-offset: -1px;
    text-decoration: none;
    padding: 0.84375em 0;
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
}

.main-navigation a:hover,
.main-navigation a:focus {
    color: #244D4D;
}

.main-navigation .current-menu-item>a,
.main-navigation .current-menu-ancestor>a {
    font-weight: 700;
    color: #244D4D;
}

.main-navigation ul ul {
    display: none;
    margin-left: 0.875em;
}

.no-js .main-navigation ul ul {
    display: block;
}

.main-navigation ul .toggled-on {
    display: block;
}

.main-navigation .primary-menu {
    border-bottom: 1px solid #d1d1d1;
}

.main-navigation .menu-item-has-children>a {
    margin-right: 56px;
}

.dropdown-toggle {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #1a1a1a;
    content: "";
    height: 48px;
    padding: 0;
    position: absolute;
    right: 0;
    text-transform: none;
    top: 0;
    width: 48px;
}

.dropdown-toggle:after {
    border: 0 solid #d1d1d1;
    border-left-width: 1px;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 24px;
    left: 1px;
    position: relative;
    width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
    background-color: transparent;
    color: #244D4D;
}

button.menu-toggle:focus {
    border: 2px solid #000 !important;
}

.dropdown-toggle:focus {
    outline: thin dotted;
    outline-offset: -1px;
}

.dropdown-toggle:focus:after {
    border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.no-js .menu-toggle {
    display: none;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
    background-color: #fff;
    border-color: #fff;
    color: #fff;
}

.menu-toggle:focus {
    outline: 0;
}

.menu-toggle.toggled-on:focus {
    outline: thin dotted;
}

.main-navigation li:hover>a::before {
    opacity: 1;
    visibility: visible;
    width: 92%;
}

.main-navigation ul ul li:hover>a::before {
    opacity: 0;
    visibility: hidden;
}

.menu-toggle-area {
    display: none;
}

.main-navigation li ul li a {
    padding-right: 10px;
    border-bottom: 1px solid #ddd;
    transition: 0.4s ease;
}

.main-navigation li ul li a:hover {
    border-bottom-color: #244D4D;
}

button.menu-toggle[aria-expanded="true"] .bbm-open {
    display: none;
}

button.menu-toggle[aria-expanded="false"] .bbm-close {
    display: none;
}

button.dropdown-toggle.toggled-on:after {
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

/* Pages */
.page-title {
    font-weight: 700;
}

.page-content {
    color: #5a5a5a;
}

.page-content a {
    text-decoration: underline;
    color: #5a5a5a;
}

.inner-pagination {
    font-weight: 700;
    clear: both;
    margin-top: 15px;
}

.inner-pagination .current {
    color: #fff;
    background: #244D4D;
    padding: 1px 10px;
    border-radius: 5px;
    margin: 0px 0px 0px 5px;
}

.inner-pagination a {
    margin: 1px 10px;
    text-decoration: none !important;
}

/* Marvellous Blog List */
.marvellous .single-marvellous {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
}

.marvellous .single-marvellous .marvellous-image-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 480px;
    flex: 0 0 480px;
    width: 480px;
    border-radius: 20px;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.marvellous .single-marvellous .marvellous-image-box img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.marvellous .single-marvellous .marvellous-image-box:hover img {
    transform: scale3d(1.2, 1.2, 1);
    -webkit-transform: scale3d(1.2, 1.2, 1);
    -moz-transform: scale3d(1.2, 1.2, 1);
    -ms-transform: scale3d(1.2, 1.2, 1);
    -o-transform: scale3d(1.2, 1.2, 1);
}

.marvellous .single-marvellous .marvellous-content {
    background: #fff;
    padding: 37px;
    border-radius: 15px;
    margin-left: -90px;
    position: relative;
    z-index: 1;
}

.marvellous .single-marvellous .marvellous-content .tag a {
    color: #244D4D;
    border: 1px solid #244D4D;
    background: transparent;
    border-radius: 50px;
    padding: 5px 17px;
    font-size: 14px;
    text-transform: capitalize;
    display: inline-block;
    font-weight: 600;
    line-height: 15px;
    margin-bottom: 10px;
}

.marvellous .single-marvellous .marvellous-content .tag a:hover {
    background: #244D4D;
    color: #fff;
}

.marvellous .single-marvellous .marvellous-content h2.marvellous-title a {
    font-size: 24px;
    color: #244D4D;
    max-width: 500px;
    text-transform: capitalize;
    margin: 12px 0;
    display: block;
    font-weight: 700;
    transition: 0.3s all linear;
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -ms-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
}

.marvellous .single-marvellous .marvellous-content h2.marvellous-title a:hover {
    text-decoration: underline;
    transform: 0.3s all linear;
    -webkit-transform: 0.3s all linear;
    -moz-transform: 0.3s all linear;
    -ms-transform: 0.3s all linear;
    -o-transform: 0.3s all linear;
}

.no-sidebar .marvellous .single-marvellous .marvellous-content h2.marvellous-title a {
    max-width: 800px;
}

.marvellous .single-marvellous .marvellous-content .img-box img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 10px;
}

.marvellous .single-marvellous .marvellous-content .content span.user-name a,
.marvellous .single-marvellous .marvellous-content .content span.post-date {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    font-style: italic;
    color: #818181;
    display: inline-block;
}

.marvellous .single-marvellous .marvellous-content .content span.post-date {
    padding-left: 20px;
    position: relative;
}

.marvellous .single-marvellous .marvellous-content .content span.post-date::before {
    content: '';
    background: #244D4D;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    left: 8px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50px;
}

.marvellous .marvellous-content p {
    margin: 10px 0 0 0;
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
    color: #5a5a5a;
}

.marvellous .marvellous-content p a {
    text-decoration: underline !important;
    color: #5a5a5a;
}

.marvellous .marvellous-content .user-detail {
    margin-bottom: 10px;
}

.no-sidebar .marvellous-blog-area {
    flex: 0 0 100%;
    max-width: 100%;
}

/* Pagination */
.content-area .pagination {
    justify-content: center
}

.content-area .nav-links {
    margin-top: 15px
}

.content-area .nav-links .current {
    background: #244D4D !important;
    color: #fff !important
}

.content-area .nav-links .page-numbers {
    background: #ddd;
    color: #444;
    padding: 5px 10px;
    margin-right: 2px;
    font-size: 14px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block
}

/* Footer */
.site-footer {
    flex-shrink: 0;
}

.footer-content {
    padding: 35px 0;
    background: #244D4D;
    color: #fff;
    text-align: center;
}

.footer-content .footer-text {
    max-width: 850px;
    font-weight: 600;
    margin: 0 auto;
}

.copyright-area .copyright-text p {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0px;
}

.footer-area .site-title {
    color: #fff !important;
    font-weight: 700;
    font-size: 28px;
}

.footer-email a {
    color: #fff !important;
    font-weight: 700;
}

/* Widget */
.widget {
    margin-bottom: 20px;
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
    border-bottom: 1px solid #5a5a5a;
    padding: 0.4rem 0;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.widget-wrapper a {
    color: #5a5a5a;
    font-weight: 500;
}

.widget-wrapper ul li {
    margin-bottom: 10px;
}

.widget-wrapper a:hover {
    text-decoration: underline !important;
}

/* Marvellous Blog Details */

.marvellous-detail .marvellous-detail-header {
    max-width: 800px;
    margin: auto;
}

.marvellous-detail a:hover {
    text-decoration: underline !important
}

.marvellous-detail .tag-box {
    margin-bottom: 10px;
}

.marvellous-detail .tag-box a {
    text-transform: capitalize;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    background: #000000;
    padding: 3px 14px;
    margin: 3px;
    border-radius: 5px;
    transition: 0.3s all linear;
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -ms-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
}

.marvellous-detail .tag-box a:hover {
    background: #405861;
    text-decoration: none !important;
}

.marvellous-detail .marvellous-detail-header h1.title {
    font-size: 38px;
    line-height: 54px;
    margin-bottom: 16px;
    color: #405861;
    text-transform: capitalize;
    font-weight: 600;
}

.marvellous-detail .marvellous-detail-header .img-box img {
    width: 55px;
    height: 55px;
    margin-bottom: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.marvellous-detail .marvellous-detail-header .user-name a {
    display: inline-block;
    text-decoration: none !important;
    font-size: 16px;
    line-height: 29px;
    font-style: italic;
    color: #818181;
    position: relative;
    padding-bottom: 2px;
}

.marvellous-detail .marvellous-detail-header .user-name a::after {
    content: '';
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #405861, #44ffda) no-repeat 0 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.3s all linear;
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -ms-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
}

.marvellous-detail .marvellous-detail-header .user-name a:hover::after {
    width: 0;
}

.image-container {
    margin-top: 20px;
}

.image-container img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.marvellous-detail .marvellous-detail-content {
    max-width: 1100px;
    margin: auto;
    margin-top: 30px;
}

.marvellous-detail .marvellous-detail-content p {
    font-size: 18px;
    font-weight: 400;
    color: #5a5a5a;
}

.marvellous-detail .marvellous-detail-content a {
    text-decoration: underline;
    color: #5a5a5a;
}

.marvellous-detail .marvellous-detail-content h2,
.marvellous-detail .marvellous-detail-content h3,
.marvellous-detail .marvellous-detail-content h4,
.marvellous-detail .marvellous-detail-content h5,
.marvellous-detail .marvellous-detail-content h6 {
    font-weight: 600;
    color: #405861;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.marvellous-detail .marvellous-detail-content h2 {
    font-size: 28px;

}

.marvellous-detail .marvellous-detail-content h3 {
    font-size: 24px;
}

.marvellous-detail .marvellous-detail-content h4 {
    font-size: 22px;
}

.marvellous-detail .marvellous-detail-content h5 {
    font-size: 18px;
}

.marvellous-detail .marvellous-detail-content h6 {
    font-size: 16px;
}

.toc-sticky-top {
    top: 30px;
    position: sticky;
}

/* Comments */

.comments-area label {
    display: block;
}

.comments-area .required {
    color: #dc3232;
}

.comments-title {
    margin-top: 20px;
    margin-bottom: 20px;
}

.comment-respond textarea {
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    border: 1px solid #ced4da;
    width: 100%;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 100%;
    min-height: 35px;
    margin-top: 5px;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    border: 1px solid #ced4da;
}

.comments-area .comment-form-cookies-consent {
    display: flex;
}

.comments-area #wp-comment-cookies-consent {
    margin-right: 5px;
}

.comment-form input[type="submit"] {
    background-color: #244D4D;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 0.8em;
    border: none;
    display: inline-block;
}

.comment-reply-title {
    margin-top: 30px;
}

.post-comments label {
    margin-bottom: 5px;
    font-weight: 500;
}

.post-comments {
    margin-top: 30px;
    border-top: 1px solid #d8d8d8;
    clear: both;
}

.post-comments .comment-body a {
    text-decoration: underline;
    color: #5a5a5a;
}

.post-comments .comments-area {
    margin-top: 30px;
}

.post-comments .required {
    color: #d10000;
}

.post-comments .comment-body p {
    color: #5a5a5a;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    font-size: 15px;
    padding: 25px 25px 60px 25px;
    margin-top: 5px;
}

.post-comments .comment-list {
    list-style: none;
    padding-left: 0px;
}

.post-comments .children {
    list-style: none;
}

.post-comments .comment-author img {
    display: none;
}

.post-comments .comment-author a {
    color: #5a5a5a;
    font-style: initial;
    text-decoration: none;
    font-weight: 600;
}

.post-comments .comment-meta a {
    color: #5a5a5a;
    text-decoration: none;
    font-weight: 400;
}

.post-comments .reply {
    text-align: right;
    position: relative;
    top: -60px;
    left: -17px;
}

.post-comments .reply a {
    color: #fff;
    text-decoration: none;
    background: #244D4D;
    border: 0;
    padding: 10px;
    border-radius: 5px;
}

#cancel-comment-reply-link {
    margin-left: 5px;
}

/* Archive */

.archive-title {
    font-size: 28px;
    margin-bottom: 30px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* 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: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.gallery-caption {
    display: block;
    font-size: 0.71111em;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
        "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
        sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0.5rem;
}

.wp-block-button {
    margin-bottom: 12px;
}

.wp-block-button a {
    text-decoration: none !important;
}

.bypostauthor {
    display: block;
}


@media screen and (max-width: 1199px) {
    .marvellous .single-marvellous .marvellous-content {
        margin-left: -148px;
    }

    .marvellous .single-marvellous .marvellous-image-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 390px;
        flex: 0 0 390px;
        width: 390px;
    }
}

@media only screen and (max-width: 991px) {
    .site-header {
        padding-top: 20px;
    }

    .menu-toggle-area {
        display: block;
        text-align: right;
    }

    .main-navigation ul {
        background: #fff;
    }

    #site-navigation {
        display: inherit;
        justify-content: inherit;
    }

    .main-navigation .current-menu-item>a,
    .main-navigation .current-menu-ancestor>a {
        font-weight: 700;
        color: #244D4D;
        background: inherit;
    }

    .main-navigation a {
        width: 100% !important;
        text-align: left;
        border-bottom: 1px solid #d1d1d1;
    }

    #primary-menu {
        top: 100px;
        position: absolute;
        z-index: 99999;
        background: #eee;
        width: 300px;
    }

    .menu-right {
        padding: 0px;
        text-align: center;
    }

    button.menu-toggle {
        width: 42px;
        height: 42px;
        text-align: center;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
    }

    .menu-toggle i {
        color: #244D4D;
        font-size: 26px;
        line-height: 16px;
    }

    .menu-toggle {
        background-color: #fff !important;
        border: 1px solid #fff !important;
        color: #fff;
        margin: 10px 0;
        font-weight: 700;
    }

    #mobile-close {
        display: none;
    }

    .toggled #mobile-close {
        display: block;
    }

    .toggled #mobile-open {
        display: none;
    }

    .main-logo {
        text-align: center;
    }

    .main-navigation li:hover>a::before {
        opacity: 10;
        visibility: hidden;
    }

    .site-title {
        font-size: 30px;
        margin-top: 10px;
    }

    .main-navigation ul {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center;
        display: inherit;
    }

    .entry-meta ul li {
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .feature-author-meta {
        margin-top: 20px;
    }

    .marvellous .single-marvellous {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .marvellous .single-marvellous .marvellous-image-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .marvellous .single-marvellous .marvellous-image-box img {
        width: auto;
        height: auto;
    }

    .marvellous .single-marvellous .marvellous-content {
        margin-left: 0;
    }

    .marvellous .single-marvellous {
        margin-bottom: 30px;
    }

    .marvellous .single-marvellous .marvellous-content {
        padding: 15px;
    }

    .marvellous-detail .marvellous-detail-header h1.title {
        font-size: 28px;
        line-height: 40px;
    }

    .marvellous-detail .marvellous-detail-content {
        padding: 0;
        margin-top: 20px;
    }
    .widget h1,
    .widget h2,
    .widget h3,
    .widget h4,
    .widget h5,
    .widget h6 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 991px) {
    .site-header-menu {
        display: block;
    }

    .site-branding {
        text-align: center;
        margin-bottom: 15px;
    }

    .site-branding a {
        display: inline-block;
    }

    .main-navigation {
        margin: 0 -0.875em;
    }

    .main-navigation .primary-menu,
    .main-navigation .primary-menu>li {
        border: 0;
    }

    .main-navigation .primary-menu>li {
        float: left;
    }

    .main-navigation a {
        outline-offset: 0;
        padding: 24px 16px;
        white-space: nowrap;
    }

    .main-navigation li:hover>a,
    .main-navigation li.focus>a {
        color: #244D4D;
    }

    .main-navigation ul ul {
        display: block;
        left: -999em;
        position: absolute;
        z-index: 99999;
        border: none;
        padding: 0;
        background: #fff;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .main-navigation ul ul ul {
        top: -1px;
    }

    .main-navigation ul ul ul:before,
    .main-navigation ul ul ul:after {
        border: 0;
    }

    .main-navigation ul ul a {
        white-space: normal;
        width: 210px;
        padding: 10px 10px;
        transition: 0.3s;
        font-size: 14px;
        text-align: left;
    }

    .main-navigation ul ul a:hover {
        white-space: normal;
    }

    .main-navigation li:hover>ul,
    .main-navigation li.focus>ul {
        left: auto;
        right: 0;
    }

    .main-navigation ul ul li:hover>ul,
    .main-navigation ul ul li.focus>ul {
        right: auto;
        left: 100%;
        margin-left: 5px;
    }

    .main-navigation .menu-item-has-children>a {
        margin: 0;
    }

    .main-navigation .menu-item-has-children>a::after {
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-left: 10px;
    }

    .main-navigation ul ul .menu-item-has-children>a {
        padding-right: 2.0625em;
    }

    .main-navigation ul ul .menu-item-has-children>a::after {
        right: 5px;
        top: 10px;
        position: absolute;
        transform: rotate(-90deg) translateY(calc(-50%));
    }

    .dropdown-toggle,
    .main-navigation ul .dropdown-toggle.toggled-on,
    .menu-toggle {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .marvellous .single-marvellous .marvellous-content {
        padding: 20px 15px 0px;
        width: 100%;
    }
    .marvellous .single-marvellous .marvellous-content h2.marvellous-title a{
        font-size: 20px;
        margin: 5px 0 12px 0px;
    }
    
}