@charset "UTF-8";
body, h1, .entry-title a, .entry-content h1, h2, .entry-content h2, h3, .entry-content h3, h4, .entry-content h4, h5, .entry-content h5, h6, .entry-content h6 { color: #3a3a3a; }

img { max-width: 100%; }

a, a:focus, a:hover, a:visited { text-decoration: none; }

a:focus { outline: thin dotted; }

/*--------------------------------------------------------------
# Heading
--------------------------------------------------------------*/
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 { margin-bottom: 20px; }

h1, .entry-content h1 { font-size: 40px; font-size: 2.6666666666667rem; }

h2, .entry-content h2 { font-size: 30px; font-size: 2rem; }

h3, .entry-content h3 { font-size: 25px; font-size: 1.6666666666667rem; }

h4, .entry-content h4 { font-size: 20px; font-size: 1.3333333333333rem; }

h5, .entry-content h5 { font-size: 18px; font-size: 1.2rem; }

h6, .entry-content h6 { font-size: 15px; font-size: 1rem; }

/*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/
table { border-collapse: separate; border-spacing: 0; border-width: 1px 0 0 1px; margin: 0 0 1.5em; width: 100%; }

td, th { padding: 8px; text-align: left; border-width: 0 1px 1px 0; }

table, td, th { border: 1px solid rgba(0, 0, 0, 0.1); }

/* Code  */
code, pre { font-size: 0.9rem; line-height: 1.50001; font-variant-ligatures: none; word-wrap: break-word; word-break: normal; -webkit-tab-size: 4; -moz-tab-size: 4; tab-size: 4; }

code { border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 3px; background-color: #f8f8f8; color: #e01e5a; }

pre { margin-bottom: 16px; padding: 8px; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; background: #f8f8f8; }

blockquote { margin: 1.5em 1em 1.5em 3em; padding: 1.2em; font-size: 1.1em; line-height: inherit; position: relative; border-left: 5px solid rgba(0, 0, 0, 0.05); background-color: #fbfbfb; }

.gallery-columns-4 .gallery-item, .gallery-item { margin: 0; }

img { vertical-align: middle; border-style: none; }

svg { overflow: hidden; vertical-align: middle; }

/* align */
/* .alignleft,
.alignright{
    margin-top: 0;
} */
/* Colors */
/* Fonts */
/* Z-index */
/* General Setting */
html { font-size: 15px; }

body { font-size: 15px; font-family: "Poppins"; font-weight: 400; }

/* Mixins */
.no-comments:before { font: normal normal normal 14px FontAwesome; content: "\F05E"; margin-right: 0.3rem; margin-right: 0.4rem; font-size: 1.1rem; position: relative; top: 0.05rem; }

@keyframes spin { 0% { -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% { -webkit-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn); } }

/* Placeholders */
.wrap-breadcrumb ul, .widget-area .widget ul, .maglist-main-menu > ul, .maglist-main-menu div > ul, .maglist-main-menu > ul ul, .maglist-main-menu div > ul ul { list-style: none; padding: 0; margin: 0; }

.maglist-btn-primary, .comment-respond .comment-form input[type="submit"], .no-results.not-found a { padding: 1rem 1.3rem; border: none; background: #000; color: #fff; display: inline-block; font-size: 1rem; }

.maglist-btn-primary i, .comment-respond .comment-form input[type="submit"] i, .no-results.not-found a i { margin-left: 0.3rem; }

.maglist-btn-primary:visited, .comment-respond .comment-form input:visited[type="submit"], .no-results.not-found a:visited { color: #fff; }

.maglist-btn-primary:hover, .comment-respond .comment-form input:hover[type="submit"], .no-results.not-found a:hover { color: #fff; text-decoration: none; }

.no-comments { color: #721c24; background-color: #f8d7da; border-color: #f5c6cb; padding: 0.8rem 1rem; font-size: 0.9rem; }

/* https://bootsnipp.com/fullscreen/ZkMKE */
.comment-respond .comment-form .comment-form-cookies-consent label { display: inline-block; position: relative; padding-left: 1.5rem; }

.comment-respond .comment-form .comment-form-cookies-consent label::before { content: ""; display: inline-block; position: absolute; width: 17px; height: 17px; top: 2px; left: 0; border: 1px solid #cccccc; border-radius: 0; background-color: #fff; -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out; -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out; transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }

.comment-respond .comment-form .comment-form-cookies-consent label::after { top: 2px; display: inline-block; position: absolute; width: 16px; height: 16px; left: 0; padding-left: 3px; padding-top: 1px; font-size: 11px; color: #555555; }

.comment-respond .comment-form .comment-form-cookies-consent input[type="checkbox"] { opacity: 0; visibility: hidden; position: absolute; }

.comment-respond .comment-form .comment-form-cookies-consent input[type="checkbox"]:focus + label::before { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

.comment-respond .comment-form .comment-form-cookies-consent input[type="checkbox"]:checked + label::after { font-family: 'FontAwesome'; content: "\F00C"; }

.comment-respond .comment-form .comment-form-cookies-consent input[type="checkbox"]:disabled + label { opacity: 0.65; }

.comment-respond .comment-form .comment-form-cookies-consent input[type="checkbox"]:disabled + label::before { background-color: #eeeeee; cursor: not-allowed; }

.comment-respond .comment-form .checkbox-circle.comment-form-cookies-consent label::before { border-radius: 50%; }

.comment-respond .comment-form .checkbox-inline.comment-form-cookies-consent { margin-top: 0; }

.maglist-header-wrapper .maglist-header-top.maglist-position-center { align-items: center; justify-content: center; }

.maglist-header-wrapper .maglist-header-top.maglist-position-center .site-branding .site-title { text-align: center; }

.maglist-header-wrapper .maglist-header-top.maglist-position-center .site-branding .site-description { text-align: center; }

.maglist-header-wrapper .maglist-header-top.maglist-position-right { align-items: center; justify-content: flex-end; }

.maglist-header-wrapper .maglist-header-top.maglist-position-right .site-branding .site-title { text-align: right; }

.maglist-header-wrapper .maglist-header-top.maglist-position-right .site-branding .site-description { text-align: right; }

body:not(.page-template-full-width) #content { padding-top: 2rem; padding-bottom: 5rem; }

/* when admin panel is open */
.admin-bar.maglist-search-opened .maglist-bottom-header-wrapper { top: 32px; }

@media (max-width: 783px) { .admin-bar.maglist-search-opened .maglist-bottom-header-wrapper { top: 46px; } }

@media (max-width: 600px) { .admin-bar.maglist-search-opened .maglist-bottom-header-wrapper { top: 0; } }

.maglist-bottom-header-wrapper { position: relative; }

.maglist-bottom-header-wrapper .menu-toggler { display: none; }

@media (max-width: 992px) { .maglist-bottom-header-wrapper .menu-toggler { display: block; } }

.maglist-bottom-header-wrapper .maglist-header-icons { font-size: 1.3rem; margin-left: 1.2rem; }

.maglist-bottom-header-wrapper .maglist-header-icons .maglist-search-icon { padding: 0px 0.5rem; display: inline-block; color: #000; }

.maglist-bottom-header-wrapper .maglist-bottom-header { display: flex; }

.maglist-bottom-header-wrapper .maglist-bottom-header .maglist-navigation-n-options { flex-grow: 1; display: flex; justify-content: flex-end; align-items: center; flex: 0 0 65%; }

@media (max-width: 992px) { .maglist-bottom-header-wrapper .maglist-bottom-header .maglist-navigation-n-options { flex: 0 0 50%; } }

@media (max-width: 992px) { .maglist-bottom-header-wrapper { padding: 10px 0; } }

.site-branding { display: flex; align-items: center; }

@media (max-width: 992px) { .site-branding { flex: 0 0 100%; max-width: 100%; margin-bottom: 20px; text-align: center; } }

.site-branding .site-title { font-size: 60px; margin: 0; margin-bottom: 10px; line-height: 1; }

.site-branding .site-title a { color: #000; font-weight: 600; }

.site-branding .site-description { font-size: 0.95rem; margin: 0; color: #1a1a1a; }

.maglist-header-banner-image { flex: 0 0 75%; max-width: 75%; }

@media (max-width: 992px) { .maglist-header-banner-image { flex: 0 0 100%; max-width: 100%; padding: 15px 0; } }

.maglist-header-banner-image img { height: auto; width: 100%; max-height: 90px; background-position: center; object-fit: cover; border-radius: 3px; }

.maglist-header-wrapper { position: relative; transition: all 0.3s; padding: 45px 0; clear: both; overflow: hidden; background: #fff; }

.maglist-header-wrapper .maglist-header-image-wrapper { clear: both; overflow: hidden; }

.maglist-header-wrapper .maglist-header-image-wrapper img { position: absolute; left: 0; top: 0; min-width: 100%; min-height: 100%; object-fit: cover; width: 100%; }

.maglist-header-wrapper .maglist-header-image-wrapper:after { content: ""; position: absolute; top: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.61); }

.maglist-header-wrapper > .maglist-header-inner { position: relative; clear: both; z-index: 9; display: flex; justify-content: space-between; flex-wrap: wrap; }

.maglist-header-wrapper .maglist-header-top { display: flex; flex-wrap: wrap; }

.maglist-header-wrapper .maglist-header-top .maglist-header-social { flex: 0 0 33.333333%; max-width: 33.333333%; margin-top: 20px; position: absolute; right: 240px; top: 155px; z-index: 1; }

@media (max-width: 992px) { .maglist-header-wrapper .maglist-header-top .maglist-header-social { flex: 0 0 100%; max-width: 100%; } }

.maglist-header-wrapper .maglist-header-top .maglist-header-social .maglist-social-menu { display: flex; justify-content: flex-end; list-style: none; }

@media (max-width: 992px) { .maglist-header-wrapper .maglist-header-top .maglist-header-social .maglist-social-menu { justify-content: center; } }

.maglist-header-wrapper .maglist-header-top .maglist-header-social .maglist-social-menu .menu-social-container ul { display: flex; list-style: none; }

@media (max-width: 576px) { .maglist-header-wrapper .maglist-header-top { max-width: 100%; width: 100%; } }

@media (max-width: 576px) { .maglist-header-wrapper { padding: 25px 0; } }

.maglist-header-bottom { display: flex; justify-content: space-between; position: relative; }

.maglist-header-bottom .maglist-header-right { display: flex; }

.maglist-header-bottom .maglist-header-right .maglist-navigation-n-options { display: flex; justify-content: space-between; flex-wrap: wrap; position: relative; }

.maglist-header-bottom .maglist-header-right .maglist-navigation-n-options .maglist-header-icons { margin: 1rem 0; }

@media (max-width: 992px) { .maglist-header-bottom .maglist-header-right .maglist-navigation-n-options .maglist-header-icons { order: 1; margin-right: 15px; position: absolute; right: 0; } }

.maglist-header-bottom .maglist-header-right .maglist-navigation-n-options .maglist-btns-wrapper { display: flex; }

.maglist-header-bottom .maglist-header-right .maglist-navigation-n-options .maglist-btns-wrapper .maglist-woocommerce-cart { margin: 1rem 2rem; align-items: center; }

.maglist-social-menu { display: flex; justify-content: flex-end; list-style: none; margin: 0; padding: 0; }

@media (max-width: 992px) { .maglist-social-menu { justify-content: center; } }

.maglist-social-menu a { color: #fff; display: block; }

.maglist-social-menu a:focus { outline: thin dotted #fff; }

.maglist-social-menu a:before { background: #d10014; color: #fff !important; }

.maglist-navigation-n-options { position: relative; }

.maglist-advertisement-image { max-width: 60%; padding-left: 20px; }

@media (max-width: 576px) { .maglist-advertisement-image { max-width: 100%; padding-left: 0; } }

.wrap-breadcrumb { margin-top: 1rem; position: relative; z-index: 9; margin-bottom: 20px; }

.wrap-breadcrumb ul { display: flex; justify-content: center; margin-bottom: 0; flex-wrap: wrap; }

.wrap-breadcrumb ul li { margin: 0  0.3rem; font-size: 1.1rem; }

@media (max-width: 767px) { .wrap-breadcrumb ul li { font-size: 1rem; } }

.wrap-breadcrumb ul li a { color: #9b9b9b; }

.wrap-breadcrumb ul li a:after { font-family: fontAwesome; padding-left: 0.5rem; font-size: 0.9rem; }

.maglist-inner-banner-wrapper { min-height: 420px; background: #f7f7f7; display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; overflow: hidden; }

@media (max-width: 767px) { .maglist-inner-banner-wrapper { min-height: 300px; }
  .maglist-inner-banner-wrapper h1 { font-size: 2rem; } }

.maglist-inner-banner-wrapper:after { content: ""; position: absolute; top: 0; width: 100%; height: 100%; }

.maglist-inner-banner-wrapper svg { position: absolute; bottom: -28px; left: -100px; width: calc( 100% + 100px); fill: #fff; z-index: 1; display: none; }

.maglist-inner-banner-wrapper .maglist-inner-banner { position: relative; z-index: 9; text-align: center; }

.maglist-inner-banner-wrapper .maglist-inner-banner .entry-title { margin: 0; font-size: 32px; }

.maglist-inner-banner-wrapper .search-form { max-width: 600px; margin: 0 auto; margin-bottom: 2rem; }

.maglist-inner-banner-wrapper .search-form label input.search-field { background-color: #fff; }

.maglist-inner-banner-wrapper .search-form label input.search-field:focus { background: #fff; }

.maglist-search-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.8) !important; z-index: 999; }

.search-form { display: flex; position: relative; }

.search-form label { flex-grow: 1; margin: 0; }

.search-form label input.search-field { min-height: 54px; border: none; background: transparent; padding: 0.9rem 2.5rem 0.9rem 1rem; width: 100%; color: #ccc; border: 1px solid #fff; box-shadow: 1px 1px 13px #ccc; }

.search-form label input.search-field:focus { background: transparent; }

.search-form button { border: none; background: no-repeat; position: absolute; right: 0; top: 0; bottom: 0; padding: 0 1rem; font-size: 1.2rem; cursor: pointer; color: #000; }

.maglist-header-search { position: fixed; top: 0; bottom: 0; left: 0; z-index: 999; visibility: hidden; opacity: 0; justify-content: center; align-items: center; right: 0; max-width: 54%; border: none; margin: auto; background: #fff !important; padding: 40px; width: 600px; height: 350px; border-radius: 5px; }

@media (max-width: 992px) { .maglist-header-search { max-width: 90%; height: 400px; } }

.maglist-search-opened { overflow: hidden; }

.maglist-search-opened .maglist-header-search { visibility: visible; opacity: 1; transition: all 0.1s linear; z-index: 999; border: none; }

.maglist-search-opened .maglist-header-search .search-form { transform: translateX(0); opacity: 1; transition: all 0.3s ease-in-out; z-index: 9999; }

.maglist-search-opened .maglist-header-search .close { transform: scale(1); opacity: 1; font-size: 1.6rem; transition: all 0.6s linear; color: #000; position: absolute; top: 10px; right: 10px; }

.maglist-header-search .close { padding: 0 0 0 0.8rem; font-size: 1.2rem; transform: scale(0.5); opacity: 0; border: none; background: transparent; cursor: pointer; }

.maglist-header-search .search-form { display: flex; align-items: center; width: 800px; max-width: calc(100% - 5px); height: 47px; position: relative; transform: translateX(-2rem); opacity: 0; }

.maglist-search-content { display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 15px; margin-bottom: 0; }

.maglist-search-content .maglist-search-tags { flex: 0 0 50%; }

@media (max-width: 992px) { .maglist-search-content .maglist-search-tags { flex: 0 0 100%; } }

.maglist-search-content .maglist-search-tags h2 { font-weight: 600; font-size: 24px; letter-spacing: .8px; margin: 0; padding: 10px 0; color: #000; }

.maglist-search-content .maglist-search-tags > ul { display: flex; flex-wrap: wrap; margin: 0; padding: 0; list-style: none; }

.maglist-search-content .maglist-search-tags > ul li { margin-bottom: 6px; margin-right: 2px; margin-left: 0; }

.maglist-search-content .maglist-search-tags > ul li a { background: #000; color: #fff !important; font-size: 12px; padding: 6px 15px; margin-right: 0.3rem; display: inline-block; transition: all 0.3s linear; }

.maglist-search-content .maglist-search-tags > ul li a:hover { background: #222; }

.maglist-search-content .maglist-search-tags > ul li:nth-child(1) > a { background: #000; }

.maglist-search-content .maglist-search-tags > ul li:nth-child(2) > a { background: #0c0c0c; }

.maglist-search-content .maglist-search-tags > ul li:nth-child(3) > a { background: #6d003f; }

.maglist-search-content .maglist-search-tags > ul li:nth-child(4) > a { background: #108800; }

.maglist-search-content .maglist-search-tags > ul li:nth-child(5) > a { background: #a92d00; }

.maglist-search-content .maglist-search-post { flex: 0 0 50%; }

@media (max-width: 992px) { .maglist-search-content .maglist-search-post { flex: 0 0 100%; } }

.maglist-search-content .maglist-search-post h2 { font-weight: 600; font-size: 24px; letter-spacing: .8px; margin: 0; padding: 10px 0; color: #000; }

.maglist-search-content .maglist-search-post .maglist-search-post-inner { display: flex; align-items: center; margin-bottom: 15px; }

.maglist-search-content .maglist-search-post .maglist-search-post-inner img { height: 60px; width: 60px; border-radius: 3px; margin-right: 10px; object-fit: cover; }

.maglist-search-content .maglist-search-post .maglist-search-post-inner > h3 { font-size: 14px; transition: all .3s; font-weight: 600; line-height: 1.2; }

.maglist-search-content .maglist-search-post .maglist-search-post-inner > h3 a { color: #000; }

.maglist-search-content .maglist-search-post .maglist-search-post-inner > h3 a:hover { color: #cf2e2e; }

.footer-widget-wrapper .search-form label input.search-field { background: #fff; box-shadow: none; }

#calendar_wrap { box-shadow: 0 0 16px 0px rgba(0, 0, 0, 0.0588235); padding: 1rem; }

#calendar_wrap #wp-calendar { border: none; }

#calendar_wrap #wp-calendar th { color: #a7a1a1; font-weight: 600; text-align: center; }

#calendar_wrap #wp-calendar th, #calendar_wrap #wp-calendar td { border: none; }

#calendar_wrap #wp-calendar .caption { caption-side: top; }

#calendar_wrap #wp-calendar tbody th, #calendar_wrap #wp-calendar tbody td { position: relative; text-align: center; }

#calendar_wrap #wp-calendar tbody th a, #calendar_wrap #wp-calendar tbody td a { background: #f6f5f7; position: absolute; left: 2px; top: 2px; right: 2px; bottom: 2px; line-height: 2.2; border-radius: 0.3rem; color: #000; }

#calendar_wrap #today { background: #565555; color: #fff; }

.footer-widget table { width: auto; }

.widget select { width: 100%; border: 1px solid #ddd; padding: 0.75rem 0.6rem; border-radius: 0; }

.widget-area .widget ul li { position: relative; display: block; letter-spacing: 0.2px; line-height: 22px; margin: 0 0 15px; overflow: hidden; border-width: 0 0 1px 0; border-style: solid; border-color: #eee; padding: 0 0 10px 0; transition: all 0.4s ease-in-out 0s; }

.widget-area .widget ul li:last-child { border-width: 0; }

.widget-area .widget ul li a { font-size: 0.90rem; line-height: 1.2; color: #282835; text-decoration: underline; font-weight: 500; }

.widget-area .widget ul li:last-child { margin-bottom: 0; }

.widget_tag_cloud .tagcloud a { color: #282835; padding: 3px 10px; color: #5a5a77; background: #f0f2f9; border-radius: 4px; margin: 2px; display: inline-block; font-size: 12px !important; }

.widget-area .widget h2.widget-title { display: inline-block; margin: 0; line-height: 39px; font-size: 20px; color: #fff; height: 40px; margin-bottom: 1.4rem; box-sizing: border-box; position: relative; font-weight: 600; }

.maglist-related-post-inner { display: flex; flex-wrap: wrap; margin: 15px 0 10px; padding: 0; }

@media (max-width: 992px) { .maglist-related-post-inner { display: block; margin: 30px 0; } }

.maglist-related-post-inner .maglist-related-post { flex: 0 0 32%; box-shadow: 1px 1px 13px #f2f2f2; border-radius: 3px; max-width: 32%; margin: auto; }

@media (max-width: 992px) { .maglist-related-post-inner .maglist-related-post { max-width: 100%; flex: 0 0 100%; margin: 15px 0; } }

.maglist-related-post-inner .maglist-related-post .maglist-related-image a img { height: 150px; object-fit: cover; width: 100%; }

.maglist-related-post-inner .maglist-related-post .maglist-related-entry { padding: 20px 15px; }

.maglist-related-post-inner .maglist-related-post .maglist-related-entry .posted-on { margin-bottom: 1rem; font-size: 0.9rem; color: #767676; }

.maglist-related-post-inner .maglist-related-post .maglist-related-entry .posted-on:before { font: normal normal normal 14px FontAwesome; content: "\F073"; margin-right: 0.3rem; }

.maglist-related-post-inner .maglist-related-post .maglist-related-entry .entry-title { font-size: 18px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.maglist-sidebar-inner-box { box-shadow: 1px 1px 13px #f2f2f2; border-radius: 6px; overflow: hidden; padding: 15px; background: #fff; margin: 30px 0; }

.maglist-sidebar-inner-box .maglist-related-post-title { margin: 0; padding: 0 7px 0 5px; font-weight: 700; text-transform: capitalize; line-height: 40px; width: auto; height: 40px; display: inline-block; position: relative; font-size: 1.5rem; color: #3a3a3a; border-radius: 3px; }

.col-sm-6 .maglist-post, .col-sm-4 .maglist-post, .col-sm-3 .maglist-post { margin-bottom: 30px; box-shadow: 1px 1px 13px #f2f2f2; background: #fff; padding: 15px; }

.maglist-alternative .maglist-content-inner:nth-child(even) .maglist-post .maglist-post-inner-box { flex-direction: row-reverse; }

.maglist-alternative .maglist-content-inner:nth-child(even) .maglist-post .maglist-post-inner-box .post-content-wrap { padding-left: 5px; }

.maglist-post { box-shadow: 1px 1px 13px #f2f2f2; border-radius: 6px; overflow: hidden; padding: 25px; background: #fff; }

.maglist-post.sticky { position: relative; border: 3px solid #047CAE; border-radius: 0.2rem; margin-bottom: 40px; }

.maglist-post.sticky .image-full { border-radius: 0; }

.maglist-post.sticky .maglist-post-inner-box { padding: 0 !important; }

.maglist-post.sticky .post-content-wrap .maglist-comments { margin-right: 10px; }

.maglist-post.sticky:after { font: normal normal normal 14px FontAwesome; content: "\F08D"; margin-right: 0.3rem; margin-right: 0; position: absolute; top: 0.3rem; z-index: 2; font-size: 1.2rem; border-radius: 0.2rem; right: 0.3rem; color: #000; transform: rotate(45deg); }

.maglist-post .maglist-post-inner-box .maglist-post-image { position: relative; }

.maglist-post .maglist-post-inner-box .maglist-post-image > a { height: 100%; background: #f8f6fe; overflow: hidden; transition: all .3s; }

.maglist-post .maglist-post-inner-box .maglist-post-image > a img { height: 250px; object-fit: cover; width: 100%; }

.maglist-post .maglist-post-inner-box .maglist-post-image > a .maglist-post-type-icon { position: absolute; top: 20px; left: auto; right: 20px; background: #fff; width: 50px; height: 50px; z-index: 9; border-radius: 0.2rem; display: flex; justify-content: center; align-items: center; font-size: 1.4rem; transition: all 0.3s linear; }

.maglist-post:hover .image-full .maglist-post-type-icon { visibility: visible; opacity: 1; }

.maglist-post > a { height: 100%; background-color: #f8f6fe; position: relative; overflow: hidden; transition: all .3s; }

@media (max-width: 767px) { .maglist-post > a { width: 100%; } }

.maglist-post > a .maglist-post-type-icon { position: absolute; top: 10px; right: 10px; background: #fff; width: 50px; height: 50px; z-index: 9; border-radius: 0.2rem; display: flex; justify-content: center; align-items: center; font-size: 1.4rem; transition: all 0.3s linear; }

.maglist-post > a .maglist-post-type-icon > i { color: #000; }

.maglist-post .post-title { margin-bottom: 15px; word-break: break-all; margin-top: 0; font-weight: 600; font-size: 20px; color: #000; line-height: 1.2; }

.maglist-post .post-title a { display: block; font-size: 1.4rem; color: #000; transition: all .3s; }

.maglist-post .post-title a:hover { color: #FC7216; text-decoration: underline; }

.maglist-post .entry-content-stat { color: #222; margin-bottom: 1.4rem; }

.maglist-post .entry-content-stat + a { color: #000; display: inline-flex; align-items: center; }

.maglist-post .entry-content-stat + a i { margin-left: 0.3rem; transition: margin 0.3s linear; }

.maglist-post .entry-content-stat + a:hover { text-decoration: underline; }

.maglist-post .entry-content-stat + a:hover i { margin-left: 0.5rem; }

.maglist-post .post-content-wrap { padding: 1rem  0 0; position: relative; }

.maglist-post .post-content-wrap p { margin-bottom: 0; }

.maglist-post .post-content-wrap img { position: absolute; top: -23px; right: 1rem; background: #fff; z-index: 1; padding: 0.15rem; display: none; }

.maglist-post .maglist-comments { float: right; }

.maglist-post .maglist-comments a { color: #000; }

.maglist-post .maglist-comments a:hover { text-decoration: underline; }

.maglist-post-one .maglist-post { position: relative; margin-bottom: 30px; }

.maglist-post-one .maglist-post .entry-content .post-content { padding: 15px 0; }

.maglist-post-one .maglist-post .maglist-post-inner-box { display: flex; flex-wrap: wrap; align-items: center; width: 100%; }

@media (max-width: 767px) { .maglist-post-one .maglist-post .maglist-post-inner-box { display: block; } }

.maglist-post-one .maglist-post .maglist-post-inner-box .maglist-post-image { flex: 0 0 45%; max-width: 45%; position: relative; }

@media (max-width: 767px) { .maglist-post-one .maglist-post .maglist-post-inner-box .maglist-post-image { flex: 0 0 100%; max-width: 100%; } }

.maglist-post-one .maglist-post .maglist-post-inner-box .maglist-post-image > a { height: 100%; background: #f8f6fe; overflow: hidden; transition: all .3s; }

.maglist-post-one .maglist-post .maglist-post-inner-box .maglist-post-image > a img { height: 320px; object-fit: cover; width: 100%; }

@media (max-width: 767px) { .maglist-post-one .maglist-post .maglist-post-inner-box .maglist-post-image > a { width: 100%; } }

.maglist-post-one .maglist-post .maglist-post-inner-box .maglist-post-image > a .maglist-post-type-icon { position: absolute; top: 20px; left: auto; right: 20px; background: #fff; width: 50px; height: 50px; z-index: 9; border-radius: 0.2rem; display: flex; justify-content: center; align-items: center; font-size: 1.4rem; transition: all 0.3s linear; }

.maglist-post-one .maglist-post .maglist-post-inner-box .post-content-wrap { flex: 0 0 55%; max-width: 55%; padding: 0 20px; }

@media (max-width: 767px) { .maglist-post-one .maglist-post .maglist-post-inner-box .post-content-wrap { flex: 0 0 100%; max-width: 100%; padding: 15px 0; } }

.maglist-post-one .maglist-post .maglist-post-inner-box .post-content-wrap p { margin-bottom: 0; margin-top: 25px; }

@media (max-width: 992px) { .maglist-main-menu, .maglist-main-menu div { display: none; } }

.maglist-main-menu > ul, .maglist-main-menu div > ul { display: flex; margin-bottom: 0; flex-wrap: wrap; }

.maglist-main-menu > ul li:focus-within > ul, .maglist-main-menu div > ul li:focus-within > ul { visibility: visible; transform: translateY(0); opacity: 1; }

.maglist-main-menu > ul li:focus-within > ul, .maglist-main-menu > ul li:hover > ul, .maglist-main-menu div > ul li:focus-within > ul, .maglist-main-menu div > ul li:hover > ul { visibility: visible; transform: translateY(0); opacity: 1; }

.maglist-main-menu > ul li ul, .maglist-main-menu div > ul li ul { margin-left: 0; visibility: hidden; transform: translateY(0.7rem); opacity: 1; transition: all 0.2s linear; position: absolute; z-index: 999; width: 230px; background-color: #fff; padding: 1.5rem 0; box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, 0.05); }

.maglist-main-menu > ul li a, .maglist-main-menu div > ul li a { color: white; }

.maglist-main-menu > ul > li, .maglist-main-menu div > ul > li { padding: 1rem 0; }

.maglist-main-menu > ul > li.current-menu-item > a:after, .maglist-main-menu div > ul > li.current-menu-item > a:after { width: 100%; }

.maglist-main-menu > ul > li > a, .maglist-main-menu div > ul > li > a { font-weight: 500; position: relative; }

.maglist-main-menu > ul > li:hover > a:after, .maglist-main-menu div > ul > li:hover > a:after { width: 100%; }

.maglist-main-menu > ul > li:not(:first-child), .maglist-main-menu div > ul > li:not(:first-child) { margin-left: 40px; }

nav#site-navigation > ul > li.menu-item-has-children > a:before { content: "\F107"; font-family: fontAwesome; position: absolute; right: -15px; }

.maglist-main-menu > ul > li, .maglist-main-menu div > ul > li { position: relative; }

.maglist-main-menu > ul > li > ul, .maglist-main-menu div > ul > li > ul { left: 0; top: 100%; }

.maglist-main-menu > ul > li > ul li.menu-item-has-children > a, .maglist-main-menu div > ul > li > ul li.menu-item-has-children > a { position: relative; }

.maglist-main-menu > ul > li > ul li.menu-item-has-children > a:after, .maglist-main-menu div > ul > li > ul li.menu-item-has-children > a:after { position: absolute; right: 0.7rem; top: 50%; transform: translateY(-50%); font: normal normal normal 14px FontAwesome; content: "\F105"; margin-right: 0.3rem; }

.maglist-main-menu > ul > li > ul li a, .maglist-main-menu div > ul > li > ul li a { padding: 0.3rem 1.5rem; display: block; font-size: 0.95rem; line-height: 1.6; }

.maglist-main-menu > ul > li li, .maglist-main-menu div > ul > li li { position: relative; }

.maglist-main-menu > ul > li li ul, .maglist-main-menu div > ul > li li ul { left: 100%; top: 0; }

.footer-widget { color: #b5b5b5; }

.footer-widget ul { margin: 0; padding: 0; list-style: none; color: #b5b5b5; }

.footer-widget ul li { color: #b5b5b5; margin-bottom: 8px; }

.footer-widget ul li a { color: #b5b5b5; }

.footer-widget ul li a:hover { text-decoration: none; }

.footer-widget .widget-title { color: #fff; font-size: 24px; font-weight: 700; margin-bottom: 35px; }

@media (max-width: 576px) { .footer-widget .footer-widget-wrapper { flex-basis: 100%; flex: 0 0 100%; } }

.footer-widget .footer-widget-wrapper section { width: 100%; }

.footer-top-section { background: #2b2b2b; }

.footer-top-section .widget { margin-bottom: 5px; }

.footer-bottom-section { background: #2f2e2e; }

.footer-bottom-section .credit-link { text-align: right; }

@media (max-width: 576px) { .footer-bottom-section .credit-link { text-align: center; } }

.footer-bottom-section .credit-link a { color: #fff; }

.footer-bottom-section .credit-link a:hover { text-decoration: underline; }

@media (max-width: 576px) { .footer-bottom-section #maglist-copyright { display: block; text-align: center; } }

.footer-bottom-section .social-menu { text-align: center; }

.footer-bottom-section span, .footer-bottom-section a { font-size: 14px; }

.maglist-social-link-footer ul { display: flex; list-style: none; margin: 0; padding: 0; justify-content: center; width: 100%; }

@media (max-width: 576px) { .maglist-social-link-footer ul { margin: 12px 0; } }

.footer-widget .widget-title, .footer-widget .footer-widget-wrapper section .widget-title, .footer-widget .footer-widget-wrapper section h2 { margin: 0; padding: 0; margin-bottom: 10px; }

.footer-top-section .footer-widget > ul.wp-block-latest-posts li { display: flex; align-items: center; }

.footer-top-section .footer-widget > ul.wp-block-latest-posts li > div img { width: 100px; height: 100%; border-radius: 100%; }

.pagination { display: flex; justify-content: center; margin: 30px 0; }

@media (max-width: 767px) { .pagination { margin-bottom: 50px; } }

.pagination .nav-links > * { padding: 10px 20px; min-width: 2.2rem; display: inline-block; text-align: center; border: 1.3px solid #000; color: #000; font-size: 18px; }

.pagination .nav-links > *:hover { border: 1.3px solid transparent; background-color: white; color: #fff; }

.pagination .nav-links > *.current { background: #000; color: #fff; }

.comment-notes { padding: 1rem; border-left: 4px solid #000000; background: #fff; font-size: 0.9rem; box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.0588235); border-radius: 0; }

.comment-respond .required { color: red; }

.comment-respond .comment-reply-title { margin: 15px 0; font-size: 1.5rem; font-weight: 600; }

.comment-respond .comment-reply-title:before { font: normal normal normal 14px FontAwesome; content: "\F0E5"; margin-right: 0.3rem; font-size: 1.8rem; margin-right: 0.8rem; }

.comment-respond .comment-form input:not([type="checkbox"]):not([type="submit"]), .comment-respond .comment-form textarea { width: 100%; border: none; background-color: #f7f7f7; font-size: 1rem; padding: 0.8rem; border-radius: 0; }

.comment-respond .comment-form label { font-size: 0.9rem; color: #727272; }

.wp-block-latest-comments article { margin-bottom: 0.5rem; }

.entry-meta { margin-bottom: 5px !important; }

.entry-meta.single { min-height: 50px; padding: 0.5rem; margin-top: 1.5rem; margin-bottom: 2rem; border: 2px solid #f7f7f7; }

.entry-meta.single .author-info { margin-left: 1rem; }

.entry-meta.single .author-info .posted-on a { text-decoration: underline; color: #000; }

.entry-meta.single .url { color: #000; text-transform: uppercase; font-weight: 400; font-size: 1rem; }

.entry-meta.single .url img { border-radius: 4px; height: 60px; width: 60px; }

.entry-meta.single .posted-date { font-size: 0.8rem; }

.entry-meta.single .posted-date a { color: #000; }

.entry-meta:not(.single) .author-info .maglist-date-author:before { font: normal normal normal 14px FontAwesome; content: "\F073"; margin-right: 0.3rem; }

.entry-meta .author-info { font-size: 0.9rem; color: #222; line-height: 2; display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; }

.entry-meta .author-info .posted-on a { color: #222; }

.entry-meta .author-info .posted-on a:hover { color: #d10014; }

.entry-meta a.url { color: #000; font-weight: 400; font-size: 0.95rem; }

.entry-meta a.url:hover { color: #d10014; }

.entry-meta.single { display: flex; align-items: center; min-height: 50px; padding: 0.5rem; margin-top: 1.5rem; border: 2px solid #f7f7f7; }

.entry-meta.single .author-info { margin-left: 1rem; }

.entry-meta.single .maglist-comments { display: none; }

.comments-area .comments-title { margin: 3.5rem 0 2rem; font-size: 1.6rem; font-weight: 700; padding-left: 2.5rem; position: relative; }

.comments-area .comments-title:before { font: normal normal normal 14px FontAwesome; content: "\F0E6"; margin-right: 0.3rem; font-size: 1.8rem; position: absolute; left: 0; }

.comments-area .comment-list { list-style: none; }

.comments-area .comment-list ol { list-style: none; }

.comments-area .comment-list .comment-body { padding-left: 3rem; position: relative; margin-bottom: 3rem; }

.comments-area .comment-list .comment-body + .comment-respond { padding-left: 3rem; margin-bottom: 4rem; }

.comments-area .comment-list .comment-body .comment-awaiting-moderation { background: #f7f7f7; display: block; padding: 0.8rem; font-size: 0.85rem; margin: 0.5rem 0; border-left: 2px solid #000; border-radius: 0; }

.comments-area .comment-list .comment-body .comment-awaiting-moderation + br { display: none; }

.comments-area .comment-list .comment-body .comment-meta { color: #000; font-size: 0.8rem; }

.comments-area .comment-list .comment-body .comment-meta * { color: #767676; }

.comments-area .comment-list .comment-body .comment-author cite { font-weight: 500; font-style: inherit; }

.comments-area .comment-list .comment-body .comment-author cite a { color: #000; text-decoration: underline; }

.comments-area .comment-list .comment-body p { margin-top: 0.5rem; background: #f7f7f7; padding: 0.8rem; font-size: 0.9rem; margin-bottom: 0.4rem; }

.comments-area .comment-list .comment-body .reply a { font-weight: 500; color: #000; font-size: 0.85rem; }

.comments-area .comment-list .comment-body .comment-reply-link:before { font: normal normal normal 14px FontAwesome; content: "\F112"; margin-right: 0.3rem; font-size: 0.85rem; }

.comments-area .comment-list .comment-body .comment-author img { position: absolute; left: 0; top: 0; border-radius: 0; }

.comment-respond .comment-reply-title a, .comment-respond .logged-in-as a { font-size: 0.9rem; color: #767676; text-decoration: underline; }

.comment-respond .comment-reply-title a { float: right; margin-top: 0.5rem; margin-left: 0.7rem; }

@media (max-width: 576px) { .comment-respond .comment-reply-title a { display: block; float: none; text-align: right; } }

.comment-navigation + * { margin-top: 65px; }

.no-results.not-found { text-align: center; }

.no-results.not-found h1 { margin: 2.5rem 0 1.5rem; }

.no-results.not-found .page-content p { margin-bottom: 1.5rem; }

.no-results.not-found svg { max-width: 650px; }

.no-results.not-found a { display: inline-block; }

.no-results.not-found .search-form { max-width: 300px; margin: auto; margin-bottom: 25px; }

.post-navigation .nav-links { display: flex; justify-content: space-between; }

@media (max-width: 992px) { .post-navigation .nav-links { margin-top: 3rem; margin-bottom: 2rem; flex-direction: column; } }

.post-navigation .nav-links > div { width: calc(50% - 15px); padding: 1rem; border: 2px solid #f7f7f7; transition: all 0.3s linear; position: relative; }

@media (max-width: 992px) { .post-navigation .nav-links > div { width: 100%; margin-bottom: 0.7rem; } }

.post-navigation .nav-links > div:hover { background-color: #f7f7f7; }

.post-navigation .nav-links > div a span { display: block; transition: all .3s; }

.post-navigation .nav-links > div a .nav-title { font-size: 1.1rem; margin-top: 0.3rem; color: #000; font-weight: 500; }

.post-navigation .nav-links > div a .screen-reader-text { position: relative !important; display: block; overflow: inherit; clip: initial; clip-path: inherit; width: inherit; height: inherit; color: #919191; text-transform: uppercase; font-size: 0.8rem; font-weight: 500; }

.post-navigation .nav-links > div a:hover span { color: #FC7216; }

.post-navigation .nav-links > div.nav-next { text-align: right; padding-right: 3rem; }

.post-navigation .nav-links > div.nav-next:hover:after { right: 10px; }

.post-navigation .nav-links > div.nav-next:after { position: absolute; top: 50%; right: 15px; transform: translateY(-50%); transition: all 0.3s linear; font: normal normal normal 14px FontAwesome; content: "\F061"; margin-right: 0.3rem; }

.post-navigation .nav-links > div.nav-previous { padding-left: 3rem; }

.post-navigation .nav-links > div.nav-previous:hover:after { left: 10px; }

.post-navigation .nav-links > div.nav-previous:after { position: absolute; top: 50%; left: 15px; transform: translateY(-50%); transition: all 0.3s linear; font: normal normal normal 14px FontAwesome; content: "\F060"; margin-right: 0.3rem; }

/* fs = font size */
.mr-mobile-menu ul { margin: 0; padding: 0; }

.mr-mobile-menu a { text-decoration: none; }

.mr-mobile-menu-overlay { background-color: rgba(0, 0, 0, 0.5); position: fixed; left: 0; bottom: 0; right: 0; top: 0; z-index: 99; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.mr-mobile-menu-overlay.mr-menu-open { opacity: 1; visibility: visible; }

body { overflow-X: hidden; }

body.mr-menu-open { overflow-y: hidden; }

.mr-mobile-menu { position: fixed; top: 0; height: 100%; overflow-y: auto; width: 300px; z-index: 99999; overflow-x: hidden; background-color: #fff; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear; right: -300px; }

.mr-mobile-menu.mr-menu-open { right: 0; }

.mr-mobile-menu ul.menu, .mr-mobile-menu ul.menu > ul { margin: 0; padding: 0; list-style: none; }

.mr-mobile-menu ul.menu > li > a, .mr-mobile-menu ul.menu > ul > li > a { padding: 10px 35px 10px 15px; display: block; font-weight: 300; font-size: 1.03rem; text-transform: capitalize; color: #000; position: relative; }

.mr-mobile-menu ul.menu > li ul, .mr-mobile-menu ul.menu > ul > li ul { background-color: #f7f7f7; display: none; }

.mr-mobile-menu ul.menu > li ul li, .mr-mobile-menu ul.menu > ul > li ul li { list-style: none; position: relative; }

.mr-mobile-menu ul.menu > li ul li a, .mr-mobile-menu ul.menu > ul > li ul li a { display: block; padding: 10px 35px 10px 15px; border-bottom: 1px solid #f2f2f2; color: #000; font-size: 0.95rem; position: relative; }

.mr-mobile-menu ul.menu > li ul li ul li a, .mr-mobile-menu ul.menu > ul > li ul li ul li a { padding: 8px 0 8px 25px; }

.mr-arrow-box { display: inline-block; float: right; width: 30px; transition: all 0.3s linear; position: absolute; right: 0; top: 0; bottom: 0; -webkit-transfrom: scale(0.5); -moz-transfrom: scale(0.5); transform: scale(0.5); }

.mr-menu-open .mr-arrow-box { -webkit-transfrom: scale(1); -moz-transfrom: scale(1); transform: scale(1); -webkit-transition: all 0.4s ease-in-out 0.2s; -moz-transition: all 0.4s ease-in-out 0.2s; transition: all 0.4s ease-in-out 0.2s; }

.mr-arrow-box.open { transform: rotate(180deg); }

.mr-arrow-box .mr-down-arrow { width: 8px; height: 8px; position: absolute; top: 46%; left: 60%; transform: translate(-50%, -50%); }

.mr-arrow-box .mr-down-arrow:after, .mr-arrow-box .mr-down-arrow:before { content: ''; position: absolute; height: 100%; width: 1px; background-color: #000; }

.mr-arrow-box .mr-down-arrow:after { transform: rotate(45deg) translateX(3px); transform-origin: right; }

.mr-arrow-box .mr-down-arrow:before { transform: rotate(-45deg) translateX(-3px); transform-origin: left; }

.mr-close-wrapper { text-align: right; padding: 10px 7px; }

.mr-close-wrapper .mr-inner-box { width: 20px; height: 20px; cursor: pointer; display: inline-block; position: relative; background: transparent; border: none; -webkit-transform: scale(0) rotate(180deg); -moz-transform: scale(0) rotate(180deg); transform: scale(0) rotate(180deg); }

.mr-menu-open .mr-close-wrapper .mr-inner-box { -webkit-transform: scale(1) rotate(0deg); -moz-transform: scale(1) rotate(0deg); transform: scale(1) rotate(0deg); -webkit-transition: all 0.4s ease-in-out 0.3s; -moz-transition: all 0.4s ease-in-out 0.3s; transition: all 0.4s ease-in-out 0.3s; }

.mr-close-wrapper .mr-inner-box .mr-inner { display: inline-block; }

.mr-close-wrapper .mr-inner-box .mr-inner:after, .mr-close-wrapper .mr-inner-box .mr-inner:before { content: ""; position: absolute; background-color: #000; top: 50%; left: 50%; width: 2px; height: 100%; -webkit-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); }

.mr-close-wrapper .mr-inner-box .mr-inner:before { -webkit-transform: translate(-50%, -50%) rotate(-45deg); transform: translate(-50%, -50%) rotate(-45deg); }

@media (min-width: 940px) { .mr-mobile-menu { display: none; } }

.menu-toggler { display: none; margin-top: 1.3rem; margin-left: 0.3rem; background: transparent; border: none; box-shadow: none; float: right; font-size: 32px; width: 24px; height: 24px; cursor: pointer; padding: 0; position: relative; margin-right: 10px; }

@media (max-width: 992px) { .menu-toggler { display: block; margin-bottom: 0.5rem; position: absolute; float: left; top: 0; left: 0; } }

.menu-toggler:focus { outline: thin dotted #fff; }

.menu-toggler span { display: block; position: absolute; height: 2px; width: 100%; background: #fff; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: transform 0.35s ease; -moz-transition: transform 0.35s ease; transition: transform 0.35s ease; }

.menu-toggler span:nth-child(1) { top: 0px; }

.menu-toggler span:nth-child(2), .menu-toggler span:nth-child(3) { top: 8px; }

.menu-toggler span:nth-child(4) { top: 16px; }

.menu-toggler.mr-menu-open { z-index: 9; }

.menu-toggler.mr-menu-open span:nth-child(1) { top: 8px; width: 0%; left: 50%; }

.menu-toggler.mr-menu-open span:nth-child(2) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg); }

.menu-toggler.mr-menu-open span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg); }

.menu-toggler.mr-menu-open span:nth-child(4) { top: 18px; width: 0%; left: 50%; }

button:focus { outline: thin dotted; }

#loader-wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999999999; background: #fff; }

#loader-wrapper #loader { display: block; position: relative; left: 50%; top: 50%; width: 150px; height: 150px; margin: -75px 0 0 -75px; border-radius: 50%; border: 3px solid transparent; border-top-color: #3498db; animation: spin 2s linear infinite; }

#loader-wrapper #loader:before { content: ""; position: absolute; top: 5px; left: 5px; right: 5px; bottom: 5px; border-radius: 50%; border: 3px solid transparent; border-top-color: #e74c3c; animation: spin 3s linear infinite; }

#loader-wrapper #loader:after { content: ""; position: absolute; top: 15px; left: 15px; right: 15px; bottom: 15px; border-radius: 50%; border: 3px solid transparent; border-top-color: #f9c922; animation: spin 1.5s linear infinite; }

.post-categories { padding: 0; list-style: none; display: flex; flex-wrap: wrap; margin-bottom: 13px; }

.post-categories li { margin-top: 0.3rem; }

.post-categories li > a { background: #000; color: #fff !important; font-size: 12px; padding: 6px 15px; margin-right: 0.3rem; display: inline-block; transition: all 0.3s linear; }

.post-categories li > a:focus { outline: thin dotted #32567c; }

.post-categories li > a:hover { color: #fff; background: black; }

.post-categories li:nth-child(1) > a { background: #000; }

.post-categories li:nth-child(2) > a { background: #0c0c0c; }

.post-categories li:nth-child(3) > a { background: #6d003f; }

.post-categories li:nth-child(4) > a { background: #108800; }

.post-categories li:nth-child(5) > a { background: #a92d00; }

.maglist-header-search { background: transparent; }

.maglist-header-search .close { color: #fff; }

.error404 svg { max-width: 700px; }

.error404 .not-found { padding: 5rem 0; text-align: center; }

.error404 .not-found h1 { margin-bottom: 1.1rem; }

.error404 .search-form { max-width: 300px; margin: auto; margin-bottom: 25px; }

.maglist-tag-wrapper { padding: 5px 0px; margin: 0; }

.maglist-tag-wrapper .maglist-tag-inner { display: flex; justify-content: space-between; align-items: center; }

@media (max-width: 992px) { .maglist-tag-wrapper .maglist-tag-inner { display: block; } }

.maglist-tag-wrapper .maglist-tag-inner .maglist-tag { display: flex; flex-wrap: wrap; align-items: center; padding: 10px 0; }

.maglist-tag-wrapper .maglist-tag-inner .maglist-tag .maglist-tag-title { font-size: 14px; color: #000; font-weight: 700; margin-right: 10px; }

@media (max-width: 992px) { .maglist-tag-wrapper .maglist-tag-inner .maglist-tag .maglist-tag-title { flex: 0 0 30%; } }

.maglist-tag-wrapper .maglist-tag-inner .maglist-tag .maglist-tag-title:before { content: '\F292'; font-family: FontAwesome; font-size: 12px; padding-right: 5px; }

.maglist-tag-wrapper .maglist-tag-inner .maglist-tag .maglist-tag-list { display: inline-block; padding: 0; margin: 0; list-style: none; }

@media (max-width: 992px) { .maglist-tag-wrapper .maglist-tag-inner .maglist-tag .maglist-tag-list { flex: 0 0 66.66%; } }

.maglist-tag-wrapper .maglist-tag-inner .maglist-tag .maglist-tag-list li { display: inline-block; margin-right: 10px; }

.maglist-tag-wrapper .maglist-tag-inner .maglist-tag .maglist-tag-list li a { padding: 2px 6px; border-radius: 2px; font-size: 12px; font-weight: 500; background: #ccc; color: #d10014; display: block; }

.maglist-tag-wrapper .maglist-tag-inner .maglist-tag .maglist-tag-list li a:focus { outline: thin dotted #32567c; }

.maglist-tag-wrapper .maglist-tag-inner .maglist-tag .maglist-tag-list li a:hover { background: #d10014; color: #fff; }

.wp-block-tag-cloud a { background: #000; color: #fff !important; border-radius: 3px; margin: 0 5px 9px 0; padding: 3px 6px; display: inline-block; }

.wp-block-tag-cloud a:hover { background: #fa5005; color: #d10014; }

.wp-block-tag-cloud a:focus { outline: thin dotted #32567c; }

.maglist-time-wrapper { display: flex; margin: 10px 0; align-items: center; line-height: 1; }

@media (max-width: 992px) { .maglist-time-wrapper { flex: 0 0 100%; max-width: 100%; justify-content: center; margin-top: 20px; margin-bottom: 0; order: 3; } }

.maglist-time-wrapper .maglist-time-inner { color: #fff; font-size: 14px; }

.maglist-time-wrapper .maglist-digital-clock-wrapper { padding: 0 5px; }

.maglist-time-wrapper .maglist-digital-clock-wrapper span.maglist-time { margin-left: 5px; font-size: 14px; font-weight: 500; display: none; color: #fff; }

.maglist-btns-wrapper { display: flex; margin: 15px 0; margin-left: 20px; align-items: center; }

.maglist-btns-wrapper .maglist-woocommerce-cart { margin-right: 30px; }

.maglist-btns-wrapper .maglist-woocommerce-cart .cart-icon { color: #fff; font-size: 15px; }

.maglist-btns-wrapper .maglist-woocommerce-cart .cart-icon i { color: #fff; }

.maglist-btns-wrapper .maglist-woocommerce-cart .cart-icon i:hover { color: #dd3333; }

.maglist-btns-wrapper .maglist-woocommerce-cart .cart-icon:focus { outline: thin dotted #fff; }

.maglist-btns-wrapper .maglist-woocommerce-cart .cart-icon span { background: #fff; color: #000; }

.maglist-btns-wrapper .maglist-header-icons { margin-right: 0; }

.maglist-latest-post-wrapper { padding: 0; margin: 30px 0; }

.maglist-latest-post-wrapper .maglist-latest-post-inner { width: 100%; height: 60px; position: relative; overflow: hidden; margin: 0; display: flex; align-items: center; justify-content: space-between; }

.maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post { width: max-content; display: flex; position: relative; z-index: 2; background: #d10014; margin-right: 20px; max-width: max-content; flex: 0 0 100%; }

@media (max-width: 992px) { .maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post { display: none; } }

.maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post .maglist-latest-post-title { display: inline-block; margin: 0; padding: 0 10px; line-height: 60px; font-size: 15px; color: #FFF; height: 60px; font-weight: 500; text-transform: uppercase; }

.maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post .maglist-latest-post-title:before { content: "\F0A1"; font-family: 'FontAwesome'; margin-right: 6px; }

.maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post .maglist-latest-post-title span:before { content: ''; width: 18px; height: 18px; position: absolute; transform: rotate(45deg); top: 20px; right: -8px; z-index: -1; background: #600c14; }

.maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post-slider { padding: 0; list-style: none; overflow: hidden; width: 100%; margin: 0 auto; z-index: 50; }

@media (max-width: 992px) { .maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post-slider { left: auto; right: auto; } }

.maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post-slider a { padding-right: 15px; color: #d10014; font-size: 13px; display: flex; align-items: center; background: #fff; margin-right: 10px; border-radius: 10px; overflow: hidden; padding: 5px 5px 5px 0; }

.maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post-slider a:focus { outline: 2px dotted #000; }

.maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post-slider a img { height: 60px; width: 60px; object-fit: cover; margin-right: 10px; }

.maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post-slider a:hover { color: #d10014; }

.maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post-slider a:last-child { margin-right: -10px !important; }

.maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post-slider a .maglist-post-meta { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 90%; }

.maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post-slider a .maglist-post-meta h2 { font-size: 16px; margin: 0; font-weight: 600; color: #000; }

.maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post-slider a .maglist-post-meta h2:hover { text-decoration: underline; }

.maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post-slider a .maglist-post-meta p { margin: 0; }

.maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post-slider .js-marquee { display: flex; align-items: center; }

.maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post-slider .js-marquee:last-child { margin-right: 0 !important; }

.maglist-you-missed { position: relative; box-shadow: 1px 1px 13px #f2f2f2; margin-top: 30px; background: #fff; border-radius: 6px; padding: 25px 20px 15px; }

.maglist-you-missed .maglist-you-missed-title { position: relative; padding: 0 15px; margin-bottom: 25px; }

@media (max-width: 992px) { .maglist-you-missed .maglist-you-missed-title { padding: 15px 0; } }

.maglist-you-missed .maglist-you-missed-title h2 { margin: 0; font-weight: 600; display: inline-block; position: relative; font-size: 24px; color: #000; }

.maglist-you-missed .maglist-you-missed-title h2:before { content: ""; position: absolute; left: 0; height: 3px; width: 40px; background: #000; bottom: 0; }

.maglist-you-missed .maglist-feature-news-inner { display: flex; flex-wrap: wrap; }

.maglist-you-missed .maglist-feature-news-inner .maglist-main-banner-trending-inner { display: flex; align-items: center; margin-bottom: 20px; flex: 0 0 33.33%; max-width: 33.33%; padding: 0 15px; }

@media (max-width: 992px) { .maglist-you-missed .maglist-feature-news-inner .maglist-main-banner-trending-inner { flex: 0 0 100%; max-width: 100%; padding: 0; } }

.maglist-you-missed .maglist-feature-news-inner .maglist-main-banner-trending-inner .maglist-main-banner-trending-image { flex: 0 0 33.33%; max-width: 33.33%; height: 100px; }

.maglist-you-missed .maglist-feature-news-inner .maglist-main-banner-trending-inner .maglist-main-banner-trending-image a img { object-fit: cover; width: 100%; height: 100%; max-width: 120px; }

.maglist-you-missed .maglist-feature-news-inner .maglist-main-banner-trending-inner .maglist-main-banner-trending-meta { flex: 0 0 66.66%; max-width: 66.66%; padding-left: 15px; }

.maglist-you-missed .maglist-feature-news-inner .maglist-main-banner-trending-inner .maglist-main-banner-trending-meta h3.title { padding: 0; margin: 0; font-size: 18px; color: #000; transition: all .3s; font-weight: 600; margin-bottom: 7px; }

.maglist-you-missed .maglist-feature-news-inner .maglist-main-banner-trending-inner .maglist-main-banner-trending-meta h3.title a:hover { color: #d10014; text-decoration: underline; }

.maglist-you-missed .maglist-feature-news-inner .maglist-main-banner-trending-inner .maglist-main-banner-trending-meta .maglist-main-banner-trending-author span.posted-on { font-size: 0.9rem; color: #000; }

.maglist-you-missed .maglist-feature-news-inner .maglist-main-banner-trending-inner .maglist-main-banner-trending-meta .maglist-main-banner-trending-author span.posted-on:before { font: normal normal normal 14px FontAwesome; content: "\F073"; margin-right: 0.3rem; }

.maglist-main-banner-wrapper { position: relative; }

.maglist-main-banner-wrapper .maglist-main-banner-inner { display: flex; padding: 0; flex-wrap: wrap; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left { flex: 0 0 66.66%; max-width: 66.66%; padding-right: 30px; }

@media (max-width: 992px) { .maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left { flex: 0 0 100%; max-width: 100%; padding-right: 0; margin-bottom: 15px; } }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner { position: relative; height: 570px; display: flex; align-items: center; justify-content: center; background-size: cover; background-position: center; background-repeat: no-repeat; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner a { font-size: 20px; z-index: 1; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner a img { width: 100%; height: 100%; object-fit: cover; margin: 0; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner .maglist-main-banner-news-meta { position: absolute; bottom: 0; left: 0; width: 100%; color: #fff; padding: 15px 30px 50px; background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%); }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner .maglist-main-banner-news-meta > a { font-size: 32px; font-weight: 500; color: #fff; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner .maglist-main-banner-news-meta > a:hover { color: #d10014; text-decoration: underline; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner .maglist-main-banner-news-meta .maglist-main-banner-news-cat { display: flex; align-items: center; flex-wrap: wrap; margin-bottom: 8px; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner .maglist-main-banner-news-meta .maglist-main-banner-news-cat ul { display: flex; list-style: none; margin: 0; padding: 0; align-items: center; width: 100%; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner .maglist-main-banner-news-meta .maglist-main-banner-news-cat ul li { margin-right: 10px; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner .maglist-main-banner-news-meta .maglist-main-banner-news-cat ul li > a { background: #000; color: #fff; font-size: 12px; padding: 6px 15px; margin-right: 0.3rem; display: inline-block; transition: all 0.3s linear; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner .maglist-main-banner-news-meta .maglist-main-banner-news-cat ul li > a:last-child { margin-right: 0; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner .maglist-main-banner-news-meta .maglist-main-banner-news-cat ul li:nth-child(1) a { background: #000; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner .maglist-main-banner-news-meta .maglist-main-banner-news-cat ul li:nth-child(2) a { background: #0c0c0c; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner .maglist-main-banner-news-meta .maglist-main-banner-news-cat ul li:nth-child(3) a { background: #6d003f; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner .maglist-main-banner-news-meta .maglist-main-banner-news-cat ul li:nth-child(4) a { background: #108800; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner .maglist-main-banner-news-meta .maglist-main-banner-news-cat ul li:nth-child(5) a { background: #a92d00; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner .maglist-main-banner-news-meta .maglist-main-banner-news-author { color: #fff; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner .maglist-main-banner-news-meta .maglist-main-banner-news-author .posted-on { color: #fff; text-transform: capitalize; letter-spacing: .03em; font-weight: 400; font-size: 0.95rem; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner .maglist-main-banner-news-meta .maglist-main-banner-news-author .posted-on:before { font: normal normal normal 14px FontAwesome; content: "\F073"; margin-right: 0.3rem; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner .maglist-main-banner-news-meta .maglist-main-banner-news-author .posted-on a { color: #fff; font-weight: 400; text-transform: capitalize; letter-spacing: .03em; font-size: 0.95rem; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner .maglist-main-banner-news-meta .maglist-main-banner-news-author .posted-on a:hover { color: #d10014; }

@media (max-width: 576px) { .maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-left .maglist-main-banner-news-inner { height: 350px; } }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right { flex: 0 0 33.33%; max-width: 33.33%; position: relative; overflow: hidden; background: #fff; padding: 20px 20px 5px; box-shadow: 1px 1px 13px #f2f2f2; border-radius: 6px; height: 570px; }

@media (max-width: 992px) { .maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right { flex: 0 0 100%; max-width: 100%; } }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right h2.heading-line { margin: 0; padding: 0; font-size: 24px; margin-bottom: 25px; font-weight: 600; position: relative; color: #000; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right h2.heading-line:before { content: ""; position: absolute; left: 0; height: 3px; width: 40px; background: #000; bottom: 0; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .maglist-main-banner-trending-inner { display: flex !important; align-items: center; margin-bottom: 15px; overflow: hidden; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .maglist-main-banner-trending-inner .maglist-main-banner-trending-image { flex: 0 0 33.33%; max-width: 33.33%; height: 103px; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .maglist-main-banner-trending-inner .maglist-main-banner-trending-image a img { object-fit: cover; width: 100%; max-width: 120px; height: 100%; display: inline-table; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .maglist-main-banner-trending-inner .maglist-main-banner-trending-meta { flex: 0 0 66.66%; max-width: 66.66%; padding-left: 15px; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .maglist-main-banner-trending-inner .maglist-main-banner-trending-meta h3.title { padding: 0; margin: 0; font-size: 16px; transition: all .3s; font-weight: 600; margin-bottom: 7px; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .maglist-main-banner-trending-inner .maglist-main-banner-trending-meta h3.title a { color: #000; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .maglist-main-banner-trending-inner .maglist-main-banner-trending-meta h3.title a:hover { text-decoration: underline; transition: transform 0.35s ease; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .maglist-main-banner-trending-inner .maglist-main-banner-trending-meta .maglist-main-banner-trending-author span.posted-on { font-size: 0.9rem; color: #000; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .maglist-main-banner-trending-inner .maglist-main-banner-trending-meta .maglist-main-banner-trending-author span.posted-on > a { color: #000; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .maglist-main-banner-trending-inner .maglist-main-banner-trending-meta .maglist-main-banner-trending-author span.posted-on:before { font: normal normal normal 14px FontAwesome; content: "\F073"; margin-right: 0.3rem; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .slick-slider { position: initial; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .slick-slider .maglist-arrow { position: absolute; top: 27px; right: 0; z-index: 9; cursor: pointer; background: transparent; border: none; width: 30px; height: 27px; transition: transform 0.35s ease; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .slick-slider .maglist-arrow:hover { background: #000; color: #fff; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .slick-slider .maglist-arrow:hover svg { fill: #fff; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .slick-slider .maglist-arrow svg { width: 15px; height: 30px; fill: #fff; transform: rotate(90deg); position: absolute; top: -3px; right: 0px; left: 7px; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .slick-slider .maglist-arrow-prev { right: 60px; }

.maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .slick-slider .maglist-arrow-next { right: 20px; }

.banner-content-left .maglist-inner-banner { text-align: left; }

.banner-content-left #maglist-breadcrumb ul { justify-content: flex-start; }

.banner-content-left .search-form { margin: 0 0 2rem; }

.banner-content-right .maglist-inner-banner { text-align: right; }

.banner-content-right #maglist-breadcrumb ul { justify-content: flex-end; }

.banner-content-right .search-form { margin: 0 0 2rem auto; }

.maglist-inner-banner-wrapper { background-repeat: no-repeat; background-size: cover; background-position: center; }

.banner-background-attachment-fixed { background-attachment: fixed; }

.maglist-left-sidebar .content-order { order: 2; padding-right: 15px; }

@media (max-width: 767px) { .maglist-left-sidebar .content-order { order: 1; padding-right: 15px; } }

.maglist-left-sidebar .sidebar-order { order: 1; padding-left: 35px; }

@media (max-width: 767px) { .maglist-left-sidebar .sidebar-order { order: 2; padding-right: 15px; } }

.maglist-right-sidebar .content-order { order: 1; padding-right: 35px; }

@media (max-width: 767px) { .maglist-right-sidebar .content-order { padding-right: 15px; } }

.maglist-right-sidebar .sidebar-order { order: 2; }

@media (max-width: 767px) { .maglist-right-sidebar .sidebar-order { padding-left: 38px; } }

.widget-area .widget ul li a { text-decoration: none; }

.wp-block-latest-posts__post-excerpt a { display: block; margin-top: 5px; }

.widget-area .widget:not(:last-child) { margin-bottom: 30px; }

.widget-area .widget .widget-title { margin-top: 0; font-size: 1.5rem; font-weight: 600; margin-bottom: 1.4rem; }

.sidebar-order aside section { box-shadow: 1px 1px 13px #f2f2f2; padding: 15px; border-radius: 3px; background: #fff; margin-left: -20px; }

.sidebar-order aside section .wp-block-image { margin-bottom: 0; }

.sidebar-order aside section .wp-block-image img { height: auto; width: 100%; object-fit: cover; }

.sidebar-order aside section h2 { display: inline-block; margin: 0; line-height: 39px; font-size: 24px; color: #fff; height: 40px; margin-bottom: 1.4rem; box-sizing: border-box; position: relative; border-radius: 6px; text-transform: capitalize; font-weight: 600; font-size: 18px; }

.sidebar-order aside section .woocommerce-product-search { display: flex; align-items: center; }

.sidebar-order aside section .woocommerce-product-search input { border-radius: 3px 0 0 3px; }

.sidebar-order aside section .woocommerce-product-search button { font-size: 14px; border-radius: 0 3px 3px 0; }

.wp-block-search .wp-block-search__label { display: inline-block; margin: 0; line-height: 39px; font-size: 24px; color: #fff; height: 40px; margin-bottom: 1.4rem; box-sizing: border-box; position: relative; border-radius: 6px; text-transform: capitalize; font-weight: 600; font-size: 18px; }

.sidebar-order form label.wp-block-search__label { display: none; }

.sidebar-order form .wp-block-search__inside-wrapper { padding: 0 !important; border-radius: 3px; overflow: hidden; height: 40px; }

.sidebar-order form .wp-block-search__inside-wrapper button, .sidebar-order form .wp-block-search__inside-wrapper [type="button"], .sidebar-order form .wp-block-search__inside-wrapper [type="reset"], .sidebar-order form .wp-block-search__inside-wrapper [type="submit"] { background: #003bb3; border: none; height: 40px; display: flex; align-items: center; justify-content: center; color: #fff; cursor: pointer; margin-left: 0; }

.sidebar-order form .wp-block-search__inside-wrapper button:hover, .sidebar-order form .wp-block-search__inside-wrapper [type="button"]:hover, .sidebar-order form .wp-block-search__inside-wrapper [type="reset"]:hover, .sidebar-order form .wp-block-search__inside-wrapper [type="submit"]:hover { background: red; }

.sidebar-order form .wp-block-search__inside-wrapper button .search-icon, .sidebar-order form .wp-block-search__inside-wrapper [type="button"] .search-icon, .sidebar-order form .wp-block-search__inside-wrapper [type="reset"] .search-icon, .sidebar-order form .wp-block-search__inside-wrapper [type="submit"] .search-icon { transform: rotate(260deg); }

.maglist-post .maglist-comments a:hover { text-decoration: none; color: #FC7216; }

.maglist-post .entry-content-stat + a:hover { text-decoration: none; }

.maglist-post .image-full:after { background-color: rgba(0, 0, 0, 0.43); z-index: -1; opacity: 0; height: 2%; width: 100%; top: 0; transform: translate(0); transition: all .5s; }

.maglist-post .image-full:hover:after { z-index: 1; opacity: 1; height: 100%; }

.post-content-wrap p > a { display: table; margin-top: 20px; color: #fff; width: auto; padding: 10px 15px; border-radius: 0; font-size: 14px; background: #ce1c1c; margin-bottom: 6px; }

.post-content-wrap p > a:hover { background: #000; color: #fff; }

.post-content-wrap p > a i { margin-left: 5px; }

.wc-block-sort-select__select { height: 50px; border-radius: 5px; padding: 0 10px; }

/* product list from wp_woo_block */
ul.wc-block-grid__products { margin: 0 -15px 16px -15px !important; }

ul.wc-block-grid__products li.wc-block-grid__product { position: relative; padding: 0 10px 20px 10px; border-bottom: 8px solid transparent; }

ul.wc-block-grid__products li.wc-block-grid__product button, ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button__link { font-size: 14px; padding: 15px; display: flex; width: 100%; text-align: center; align-items: center; justify-content: center; border-radius: 0; position: relative; font-weight: normal; flex-direction: row; line-height: 1; }

ul.wc-block-grid__products li.wc-block-grid__product .add_to_cart_button:not(.added):after { content: '\F07A'; font-family: fontAwesome; }

ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-onsale { background: #f44927; color: #fff; border: none; position: absolute; top: 10px; right: 10px; left: auto; border-radius: 3px; }

ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title { font-size: 16px; font-weight: 500; color: #000; }

ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title a { color: #000; }

ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title a:hover { color: #fc7216; }

ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price { display: flex; align-items: center; justify-content: center; }

ul.wc-block-grid__products li.wc-block-grid__product del { margin-top: 0; margin-right: 6px; font-size: 14px !important; }

ul.wc-block-grid__products li.wc-block-grid__product ins { color: #000; font-size: 14px; }

ul.wc-block-grid__products li.wc-block-grid__product .woocommerce-Price-amount.amount { font-size: 16px; font-weight: 600; color: #000; }

/*product list from default woocommerce */
.woocommerce .page-title { width: 100%; }

.woocommerce select.orderby { height: 50px; margin-left: 10px; border-radius: 3px; }

.woocommerce ul.products { width: 100%; }

.woocommerce ul.products:after, .woocommerce ul.products:before { content: ''; clear: both; display: table; }

.woocommerce ul.products li.product { box-shadow: 0 0 10px #f4f4f4; transition: all .3s; border-radius: 10px; overflow: hidden; background: #fff; }

.woocommerce ul.products li.product:hover { box-shadow: 0 11px 10px #d3cccc; }

.woocommerce ul.products li.product .star-rating { margin: auto auto 10px !important; left: 0; right: 0; color: #fc7216; }

.woocommerce ul.products li.product .onsale { background: #f44927; color: #fff; border: none; position: absolute; top: 10px; right: 10px; border-radius: 3px; height: auto; line-height: 1; display: flex; align-items: center; justify-content: center; padding: 8px; width: auto; margin: 0; min-height: auto; min-width: auto; font-weight: normal; }

.woocommerce ul.products li.product .button, .woocommerce ul.products li.product .added_to_cart.wc-forward { display: flex; width: 100%; align-items: center; justify-content: center; text-align: center; color: #fff; border-radius: 0; font-weight: normal; }

.woocommerce ul.products li.product .button:after, .woocommerce ul.products li.product .added_to_cart.wc-forward:after { font-family: fontAwesome; margin-left: 6px; }

.woocommerce ul.products li.product .add_to_cart_button.product_type_simple:after, .woocommerce ul.products li.product .added_to_cart.wc-forward:after { content: '\F07A'; }

.woocommerce ul.products li.product .add_to_cart_button.product_type_variable:after, .woocommerce ul.products li.product .product_type_grouped:after { content: '\F061'; }

.woocommerce ul.products li.product .added_to_cart.wc-forward { margin-top: 8px; line-height: 1; padding: 10px; }

.woocommerce ul.products li.product .added_to_cart.wc-forward:after { content: '\F06E'; }

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link { text-align: center; }

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title { font-size: 16px; font-weight: 500; color: #000; }

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title a { color: #000; }

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title a:hover { color: #fc7216; }

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .wc-block-grid__product-price { display: flex; align-items: center; justify-content: center; }

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .woocommerce-Price-amount.amount { font-size: 16px; font-weight: 600; color: #000; }

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link del { color: #f44927; margin-top: 0; margin-right: 6px; font-size: 14px !important; }

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link ins { color: #000; font-size: 14px; }

.woocommerce nav.woocommerce-pagination { display: none; }

.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before { color: #fc7216; }

.product-with-slider li.product, .product-with-slider li.first { clear: none !important; margin: 0 15px !important; }

.page-description { width: 100%; }

.woocommerce-result-count { display: flex; align-items: center; }

body.post-type-archive-product .products { margin-top: 30px; }

@media (max-width: 767px) { body.post-type-archive-product .products div#load-more { padding: 0 15px; } }

.woocommerce-cart .woocommerce { display: flex; flex-wrap: wrap; justify-content: space-between; }

.woocommerce-cart .woocommerce .woocommerce-notices-wrapper { flex: 0 0 100%; }

.woocommerce-cart .woocommerce form.woocommerce-cart-form { flex: 0 0 55%; }

@media (max-width: 767px) { .woocommerce-cart .woocommerce form.woocommerce-cart-form { flex: 0 0 100%; margin-bottom: 30px; } }

.woocommerce-cart .woocommerce form.woocommerce-cart-form table { margin-bottom: 0; }

.woocommerce-cart .woocommerce form.woocommerce-cart-form table .coupon { min-width: 300px; }

.woocommerce-cart .woocommerce form.woocommerce-cart-form table .coupon input#coupon_code { width: 165px; }

.woocommerce-cart .woocommerce form.woocommerce-cart-form table button.button { background: #fc7216; font-weight: 400; color: #fff; }

.woocommerce-cart .woocommerce .cart-collaterals { flex: 0 0 40%; }

@media (max-width: 767px) { .woocommerce-cart .woocommerce .cart-collaterals { flex: 0 0 100%; } }

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals { width: 100%; background: #f7f7f7; padding: 30px; height: 100%; }

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 { margin-top: 0; line-height: 1; text-align: center; font-size: 18px; }

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table { background: #fff; }

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals a.checkout-button.button.alt.wc-forward { background: #fc7216; border-radius: 0; font-weight: 400; }

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals a.checkout-button.button.alt.wc-forward:after { content: '\F07A'; font-family: fontAwesome; margin-left: 6px; }

form.woocommerce-checkout { display: flex; flex-wrap: wrap; justify-content: space-between; }

form.woocommerce-checkout div#customer_details { flex: 0 0 55%; }

@media (max-width: 767px) { form.woocommerce-checkout div#customer_details { flex: 0 0 100%; } }

form.woocommerce-checkout div#customer_details > div { width: 100%; float: none; max-width: initial; }

form.woocommerce-checkout div#customer_details > div input, form.woocommerce-checkout div#customer_details > div select, form.woocommerce-checkout div#customer_details > div span.select2-selection { height: 45px; padding: 10px !important; }

form.woocommerce-checkout div#customer_details > div .form-row label { font-size: 13px; }

form.woocommerce-checkout div#customer_details .woocommerce-form__label-for-checkbox input#ship-to-different-address-checkbox { height: auto; }

form.woocommerce-checkout div#customer_details .woocommerce-form__label-for-checkbox span { font-size: 13px; }

form.woocommerce-checkout h3#order_review_heading { display: none; }

form.woocommerce-checkout div#order_review { flex: 0 0 40%; background: #f7f7f7; padding: 30px; }

@media (max-width: 767px) { form.woocommerce-checkout div#order_review { flex: 0 0 100%; margin-top: 30px; } }

form.woocommerce-checkout div#order_review table { background: #fff; }

form.woocommerce-checkout div#order_review #payment { background: #fff; border-radius: 0; }

form.woocommerce-checkout div#order_review #payment button#place_order { background: #fc7216; border-radius: 0; font-weight: 400; display: block; width: 100%; }

form.woocommerce-checkout div#order_review #payment button#place_order:after { content: '\F07A'; font-family: fontAwesome; margin-left: 6px; }

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout { flex: 0 0 100%; }

@media (max-width: 767px) { .single-product .product { padding: 0 15px; } }

.single-product .product .onsale { background: #f44927; color: #fff; border: none; position: absolute; top: 10px; border-radius: 3px; height: auto; line-height: 1; display: flex; align-items: center; justify-content: center; padding: 8px; margin: 0; min-height: auto; min-width: auto; font-weight: normal; left: 10px; }

.single-product .product .images .woocommerce-product-gallery__image:nth-child(n+2) { margin-top: 10px; padding: 10px; }

.single-product .product .entry-summary { margin-top: 0; }

.single-product .product .entry-summary .product_title { font-size: 20px; }

.single-product .product .entry-summary .price { color: #000; font-weight: 600; }

.single-product .product .entry-summary .price del { color: #f44927; opacity: 1; }

.single-product .product .entry-summary .product_meta > span { display: block; color: #000; }

.single-product .product .entry-summary .product_meta > span a { color: #f44927; }

.single-product .product .entry-summary .star-rating span::before, .single-product .product .entry-summary a.woocommerce-review-link { color: #f44927; }

.single-product .product .entry-summary table.variations select { height: 45px; border-radius: 3px; }

.single-product .product .entry-summary .quantity input { height: 45px; min-width: 80px; }

.single-product .product .entry-summary button.button { background: #f44927; height: 45px; position: relative; }

.single-product .product .entry-summary button.button:after { content: '\F07A'; font-family: fontAwesome; margin-left: 6px; }

.single-product .woocommerce-Tabs-panel h2 { margin: 0 0 15px; font-size: 18px; }

.single-product .related.products h2 { font-size: 24px; text-align: center; margin: 40px 0; }

.single-product .reset_variations { color: red; }

.single-product .stars a, .single-product .star-rating span::before { color: #f44927; }

.single-product span#reply-title { font-size: 16px; margin-bottom: 20px; display: block; margin-top: 10px; }

.wp-block-woocommerce-product-search { padding: 15px; }

.wp-block-woocommerce-product-search label.wc-block-product-search__label { font-size: 18px; color: #000; font-weight: bold; margin-bottom: 16px; display: block; }

.product-with-slider .maglist-arrow { position: absolute; top: 50%; z-index: 99; transform: translate(0, -50%); cursor: pointer; transition: all .3s; }

.product-with-slider .maglist-arrow svg { width: 50px; height: 50px; opacity: .5; transition: all .3s; fill: #fc7216; }

.product-with-slider .maglist-arrow svg:hover { opacity: 1; fill: #fc7216; }

.product-with-slider .maglist-arrow-prev { left: 0; }

.product-with-slider .maglist-arrow-prev:hover { left: 4px; }

.product-with-slider .maglist-arrow-next { right: 0; }

.product-with-slider .maglist-arrow-next:hover { right: 4px; }

.woocommerce ul.products li.product-category.product { overflow: visible; box-shadow: none; }

.woocommerce ul.products li.product-category.product h2 { position: absolute; bottom: -5px; width: 90%; margin: auto; left: 0; right: 0; padding: 10px; border-radius: 5px; text-align: center; color: #fff; display: flex; align-items: center; justify-content: center; }

.woocommerce ul.products li.product-category.product h2 mark.count { background: #fff; border-radius: 50%; font-size: 10px; height: 26px; width: 26px; display: inline-flex; align-items: center; justify-content: center; color: #ff3afb; margin-left: 10px; }

.woocommerce.widget_price_filter .price_slider_amount .button { color: #fff !important; }

.widget .woocommerce-product-search input { height: 45px; vertical-align: top; }

.widget .woocommerce-product-search button { background: #000; border: none; color: #fff; height: 45px; border-radius: 3px; font-size: 17px; cursor: pointer; }

.widget .select2-selection.select2-selection--single { height: 45px; }

.widget .select2-selection.select2-selection--single .select2-selection__rendered { line-height: 45px; }

.widget .star-rating { margin: 0 0 13px; }

.woocommerce-order-received .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1, .woocommerce-order-received .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 { max-width: 100%; width: 100%; }

.woocommerce-notices-wrapper { flex: 0 0 100%; }

.woocommerce-order-received h2, p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received { font-weight: bold; color: #000; font-size: 18px; }

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details, .woocommerce-order-received th, .woocommerce-order-received tr, .woocommerce-order-received td { border: 0; }

.woocommerce-order-received address { background: #fcfcfc; border: 0; }

a.cart-icon { font-size: 18px; position: relative; margin: 1rem 0; }

a.cart-icon span { position: absolute; font-size: 8px; height: 15px; width: 15px; background: #3431d6; border-radius: 50%; color: #333; display: flex; align-items: center; justify-content: center; top: -6px; right: -13px; }

@media (max-width: 576px) { a.cart-icon { margin-right: 0; margin-left: 0; } }

.maglist-dark-mode body p, .maglist-dark-mode .site-branding .site-title a, .maglist-dark-mode .site-branding .site-description, .maglist-dark-mode .maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post-slider a, .maglist-dark-mode #infinite-handle span, .maglist-dark-mode .maglist-main-menu > ul li a, .maglist-dark-mode .maglist-main-menu div > ul li a, .maglist-dark-mode .maglist-btns-wrapper .maglist-woocommerce-cart .cart-icon, .maglist-dark-mode .maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post-slider a .maglist-post-meta h2, .maglist-dark-mode .maglist-post-meta, .maglist-dark-mode .maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right h2.heading-line, .maglist-dark-mode .maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .maglist-main-banner-trending-inner .maglist-main-banner-trending-meta h3.title a, .maglist-dark-mode .maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .maglist-main-banner-trending-inner .maglist-main-banner-trending-meta .maglist-main-banner-trending-author span.posted-on, .maglist-dark-mode .maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .maglist-main-banner-trending-inner .maglist-main-banner-trending-meta .maglist-main-banner-trending-author span.posted-on > a, .maglist-dark-mode .entry-meta .author-info, .maglist-dark-mode .entry-meta a.url, .maglist-dark-mode .entry-meta .author-info .posted-on a, .maglist-dark-mode .entry-meta:not(.single) .author-info .maglist-date-author:before, .maglist-dark-mode .woocommerce-Tabs-panel, .maglist-dark-mode div#tab-description, .maglist-dark-mode .woocommerce-tabs.wc-tabs-wrapper, .maglist-dark-mode .maglist-you-missed .maglist-feature-news-inner .maglist-main-banner-trending-inner .maglist-main-banner-trending-meta .maglist-main-banner-trending-author span.posted-on, .maglist-dark-mode .maglist-you-missed .maglist-feature-news-inner .maglist-main-banner-trending-inner .maglist-main-banner-trending-meta .maglist-main-banner-trending-author span.posted-on a, .maglist-dark-mode .maglist-post .post-title, .maglist-dark-mode .maglist-post .post-title a, .maglist-dark-mode .maglist-post .post-content-wrap p, .maglist-dark-mode #secondary .widget-title, .maglist-dark-mode .sidebar-order aside section h2, .maglist-dark-mode .wp-block-search .wp-block-search__label, .maglist-dark-mode .maglist-post.sticky:after, .maglist-dark-mode #secondary .widget, .maglist-dark-mode #secondary .widget a, .maglist-dark-mode #secondary .widget ul li a, .maglist-dark-mode .wp-block-calendar table caption, .maglist-dark-mode .wp-block-calendar table tbody, .maglist-dark-mode .maglist-you-missed .maglist-you-missed-title h2, .maglist-dark-mode .maglist-you-missed .maglist-feature-news-inner .maglist-main-banner-trending-inner .maglist-main-banner-trending-meta h3.title a, .maglist-dark-mode .maglist-post .entry-content .post-content p, .maglist-dark-mode .post-navigation .nav-links > div a .nav-title, .maglist-dark-mode .post-navigation .nav-links > div.nav-previous:after, .maglist-dark-mode .post-navigation .nav-links > div.nav-next:after, .maglist-dark-mode .comment-respond .comment-reply-title, .maglist-dark-mode .comment-respond .comment-reply-title a, .maglist-dark-mode .comment-respond .logged-in-as a, .maglist-dark-mode .comment-respond .comment-form label, .maglist-dark-mode textarea, .maglist-dark-mode .comment-respond .logged-in-as span, .maglist-dark-mode .post-navigation .nav-links > div a .screen-reader-text, .maglist-dark-mode .comment-notes span, .maglist-dark-mode input[type="search"], .maglist-dark-mode .footer-bottom-section span, .maglist-dark-mode .footer-bottom-section .credit-link, .maglist-dark-mode .footer-widget .widget-title, .maglist-dark-mode .footer-widget .footer-widget-wrapper section .widget-title, .maglist-dark-mode .footer-widget .footer-widget-wrapper section h2, .maglist-dark-mode .pagination .nav-links > *, .maglist-dark-mode .maglist-post .maglist-comments a { color: #fff; }

.maglist-dark-mode, .maglist-dark-mode .maglist-header-wrapper, .maglist-dark-mode .maglist-header-wrapper .maglist-header-image-wrapper:after, .maglist-dark-mode .comment-respond .comment-form input:not([type="checkbox"]):not([type="submit"]), .maglist-dark-mode .comment-respond .comment-form textarea, .maglist-dark-mode .comment-notes, .maglist-dark-mode .footer-bottom-section { background: #000; }

.maglist-dark-mode .maglist-navigation-n-options, .maglist-dark-mode .maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post, .maglist-dark-mode .maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post .maglist-latest-post-title span:before, .maglist-dark-mode .maglist-latest-post-wrapper .maglist-latest-post-inner .maglist-latest-post-slider a, .maglist-dark-mode .maglist-main-menu > ul li ul, .maglist-dark-mode .maglist-main-menu div > ul li ul, .maglist-dark-mode .maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right, .maglist-dark-mode .maglist-post, .maglist-dark-mode .sidebar-order aside section, .maglist-dark-mode .pagination .nav-links > *.current, .maglist-dark-mode .maglist-you-missed, .maglist-dark-mode .maglist-sidebar-inner-box, .maglist-dark-mode .post-navigation .nav-links > div:hover, .maglist-dark-mode input[type="search"], .maglist-dark-mode .maglist-topbar-wrapper, .maglist-dark-mode .footer-top-section { background: #222; }

body.custom-background.maglist-dark-mode { background: #000 !important; }

.maglist-dark-mode a.cart-icon span, .maglist-dark-mode .maglist-header-left .maglist-offcanvas-wrapper .offcanvas-data-trigger span { background: #fff; }

.maglist-dark-mode .footer-widget, .maglist-dark-mode .footer-widget p, .maglist-dark-mode .footer-widget span, .maglist-dark-mode .footer-widget ul li a, .maglist-dark-mode #calendar_wrap #wp-calendar th, .maglist-dark-mode #calendar_wrap td, .maglist-dark-mode #calendar_wrap caption, .maglist-dark-mode #calendar_wrap td a, .maglist-dark-mode .footer-widget ul li, .maglist-dark-mode .footer-widget .footer-widget-wrapper section p, .maglist-dark-mode .footer-top-section .wp-block-calendar table caption, .maglist-dark-mode .footer-top-section .wp-block-calendar table tbody { color: #b5b5b5; }

.maglist-dark-mode .maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right, .maglist-dark-mode .maglist-post, .maglist-dark-mode .sidebar-order aside section, .maglist-dark-mode .maglist-you-missed, .maglist-dark-mode .maglist-sidebar-inner-box { box-shadow: none; }

.maglist-dark-mode .maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .slick-slider .maglist-arrow svg { fill: #fff; }

.maglist-dark-mode .maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .slick-slider .maglist-arrow { border: 1px solid #484848; }

.maglist-dark-mode .widget-area .widget ul li { border-color: #484848; }

.maglist-dark-mode .maglist-main-banner-wrapper .maglist-main-banner-inner .maglist-main-banner-right .slick-slider .maglist-arrow:hover { border: 1px solid transparent; }

.maglist-dark-mode .pagination .nav-links > * { border: 1px solid #222; }

.entry-meta { margin-bottom: 1rem; }

.entry-meta .url { text-decoration: none; }

.entry-meta .author-info .posted-on a { text-decoration: none; }

.post .post-content-wrap:after, .post .post-content-wrap:before { content: ''; display: table; clear: both; }

.post .post-categories li a { color: #767676; }

.edit-link { margin: 0; display: block; }

.edit-link .post-edit-link { color: #767676; font-size: 0.9rem; }

.edit-link .post-edit-link:before { font: normal normal normal 14px FontAwesome; content: "\F040"; margin-right: 0.3rem; }

.pagination .prev:before { font: normal normal normal 14px FontAwesome; content: "\F100"; margin-right: 0.3rem; }

.pagination .next:after { font: normal normal normal 14px FontAwesome; content: "\F101"; margin-right: 0.3rem; margin-right: 0; margin-left: 0.3rem; }

.maglist-container-box { max-width: 1200px; margin: auto; box-shadow: 0 20px 25px -5px rgba(177, 177, 177, 0.1), 0 10px 10px -5px rgba(191, 191, 191, 0.04); }

.maglist-container-box header#masthead, .maglist-container-box .maglist-top-bar { max-width: 1200px; margin: auto; }

.maglist-topbar-wrapper { background: #222; padding: 5px 0; }

.maglist-topbar-wrapper .maglist-topbar-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }

@media (max-width: 576px) { .maglist-topbar-wrapper .maglist-topbar-inner { justify-content: center; } }

.maglist-topbar-wrapper > div { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }

.maglist-topbar-wrapper > div .maglist-topbar-menu ul { list-style: none; display: flex; margin: 0; padding: 0; flex-wrap: wrap; }

.maglist-topbar-wrapper > div .maglist-topbar-menu ul li { margin-right: 15px; }

.maglist-topbar-wrapper > div .maglist-topbar-menu ul li a { color: #fff; font-size: 14px; }

@media (max-width: 576px) { .maglist-topbar-wrapper > div { padding: 15px; }
  .maglist-topbar-wrapper > div .maglist-top-bar-left { display: none; } }

.maglist-header-left { display: flex; align-items: center; flex-wrap: wrap; }

.maglist-header-left .maglist-offcanvas-wrapper { background: transparent; border: none; box-shadow: none; float: right; width: 24px; height: 24px; padding: 0; position: relative; margin-right: 30px; transition: transform 0.35s ease; }

@media (max-width: 992px) { .maglist-header-left .maglist-offcanvas-wrapper { display: none; } }

.maglist-header-left .maglist-offcanvas-wrapper > a { display: inline-block; outline-offset: 2px; }

.maglist-header-left .maglist-offcanvas-wrapper > a:focus { outline: 1px dotted #fff; }

.maglist-header-left .maglist-offcanvas-wrapper .offcanvas-data-trigger { position: relative; overflow: hidden; width: 30px; height: 30px; margin: 0 auto; }

.maglist-header-left .maglist-offcanvas-wrapper .offcanvas-data-trigger span { display: block; position: absolute; height: 3px; width: 100%; background: #fff; opacity: 1; left: 0; transform: rotate(0deg); margin-top: 3px; transition: transform 0.35s ease; }

.maglist-header-left .maglist-offcanvas-wrapper .offcanvas-data-trigger span:nth-child(1) { top: 0px; width: 26px; }

.maglist-header-left .maglist-offcanvas-wrapper .offcanvas-data-trigger span:nth-child(2), .maglist-header-left .maglist-offcanvas-wrapper .offcanvas-data-trigger span:nth-child(3) { top: 8px; width: 30px; }

.maglist-header-left .maglist-offcanvas-wrapper .offcanvas-data-trigger span:nth-child(4) { top: 16px; width: 20px; }

.maglist-header-left .maglist-offcanvas-wrapper .open { z-index: 9; }

.maglist-header-left .maglist-offcanvas-wrapper .open span { width: 100%; }

.maglist-header-left .maglist-offcanvas-wrapper .open span:nth-child(1) { top: 8px; width: 0%; left: 50%; }

.maglist-header-left .maglist-offcanvas-wrapper .open span:nth-child(2) { transform: rotate(45deg); width: 26px; }

.maglist-header-left .maglist-offcanvas-wrapper .open span:nth-child(3) { transform: rotate(-45deg); width: 26px; }

.maglist-header-left .maglist-offcanvas-wrapper .open span:nth-child(4) { top: 18px; width: 0%; left: 50%; }

.maglist-navigation-n-options > div { position: relative; }

.maglist-navigation-n-options > div .maglist-offcanvas-content { background: #fff; border: 1px solid #f3eaea; margin: 0 15px; z-index: 99; border-radius: 6px; overflow: hidden; display: none; position: absolute; left: 0; right: 0; }

.maglist-navigation-n-options > div .maglist-offcanvas-content .maglist-offcanvas-menu { padding: 15px 30px; }

.maglist-navigation-n-options > div .maglist-offcanvas-content .maglist-offcanvas-menu > ul { display: flex; flex-wrap: wrap; margin: 0; padding: 0; list-style: none; }

.maglist-navigation-n-options > div .maglist-offcanvas-content .maglist-offcanvas-menu > ul > li { flex: 0 0 16.5%; max-width: 16.5%; padding: 10px 0; }

.maglist-navigation-n-options > div .maglist-offcanvas-content .maglist-offcanvas-menu > ul > li > a { color: #dd3333; padding: 10px 0; font-weight: 600; }

.maglist-navigation-n-options > div .maglist-offcanvas-content .maglist-offcanvas-menu > ul > li ul.sub-menu { margin: 0; padding: 0; list-style: none; margin-top: 10px; }

.maglist-navigation-n-options > div .maglist-offcanvas-content .maglist-offcanvas-menu > ul > li ul.sub-menu li { margin-bottom: 10px; }

.maglist-navigation-n-options > div .maglist-offcanvas-content .maglist-offcanvas-menu > ul > li ul.sub-menu li:last-child { margin-bottom: 0; }

.maglist-main-banner-news-section { position: relative; }

.maglist-main-banner-news-section .maglist-arrow { position: absolute; top: 15px; z-index: 9; cursor: pointer; background: #003bb3; width: 40px; height: 40px; transition: all 0.35s ease; }

.maglist-main-banner-news-section .maglist-arrow:hover { background: #000; }

.maglist-main-banner-news-section .maglist-arrow svg { width: 20px; height: 40px; fill: #fff; position: absolute; right: 7px; }

.maglist-main-banner-news-section .maglist-arrow-prev { right: 60px; }

.maglist-main-banner-news-section .maglist-arrow-next { right: 15px; }

.maglist-main-banner-news-section ul.slick-dots { display: flex; list-style: none; margin: 0; padding: 0; align-items: center; width: 100%; position: absolute; bottom: 20px; justify-content: center; }

.maglist-main-banner-news-section ul.slick-dots li { margin-right: 10px; }

.maglist-main-banner-news-section ul.slick-dots li button { background: 0 0; border: none; color: transparent; position: relative; width: 35px; margin: 0 2px; cursor: pointer; }

.maglist-main-banner-news-section ul.slick-dots li button:before { left: 0; content: ""; background: #bdbdbd; width: 30px; height: 6px; position: absolute; border-radius: 10px; }

.maglist-main-banner-news-section ul.slick-dots li.slick-active button:before { background: #fff; }

.maglist-social-sharing { box-shadow: 1px 1px 13px #f2f2f2; border-radius: 6px; overflow: hidden; padding: 15px; background: #fff; margin-bottom: 30px; }

.maglist-social-sharing h6 { font-size: 1.5rem; font-weight: 500; padding: 0; margin: 0; margin-bottom: 15px; }

.maglist-social-sharing ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; align-items: center; }

.maglist-social-sharing ul li { margin-right: 15px; }

.maglist-social-sharing ul li a { width: 30px; height: 30px; font-size: 18px; position: relative; border-radius: 2px; transition: all .3s; background: #000; color: #fff; display: flex; align-items: center; justify-content: center; }

.maglist-sticky-share.share-btn-show { left: 0; visibility: visible; opacity: 1; }

.maglist-sticky-share { position: fixed; left: -100px; bottom: 30px; top: 200px; z-index: 999; transform-origin: center; display: block; visibility: hidden; opacity: 0; transition: all 0.3s linear; }

.maglist-sticky-share h3 { font-size: 16px; font-weight: 500; color: #fff; background: #000; padding: 4px 8px; border-radius: 0 5px 5px 0; }

.maglist-sticky-share ul { list-style: none; padding: 0; margin: 0; }

.maglist-sticky-share ul li { margin-bottom: 15px; margin-left: 15px; }

.maglist-sticky-share ul li a { width: 50px; height: 50px; font-size: 18px; position: relative; border-radius: 50px; transition: all .3s; background: #000; color: #fff; display: flex; align-items: center; justify-content: center; }

.maglist-sticky-share ul li a i { transition: all .3s; }

.maglist-switch { position: relative; display: inline-block; width: 40px; height: 20px; margin-left: 15px; }

/* Hide default HTML checkbox */
.maglist-switch input { opacity: 0; width: 0; height: 0; }

/* The slider */
.maglist-slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background: #fff; transition: .3s; }

.maglist-slider:after { position: absolute; content: "\F185"; font-family: 'FontAwesome'; height: 18px; width: 18px; left: 2px; top: 1px; background: #fff; color: #111; transition: .4s; display: flex; justify-content: center; align-items: center; }

input:checked + .maglist-slider { background: #000; }

input:focus + .maglist-slider { box-shadow: 0 0 1px #2196F3; }

input:checked + .maglist-slider:after { transform: translateX(18px); content: "\F186"; }

/* Rounded maglist-sliders */
.maglist-slider.round { border-radius: 30px; }

.maglist-slider.round:after { border-radius: 50%; }

a.maglist-switch-wrapper { color: #fff; }