::-moz-selection {
    background: #eb3480;
    color: #fff;
}

::selection {
    background: #eb3480;
    color: #fff;
}

::-moz-selection {
    background: #eb3480;
    color: #fff;
}

ol,
ul {
    padding-left: 20px;
}

body,
input,
select,
textarea {
    color: #555;
    font: 15px Roboto, sans-serif;
    line-height: 1.7;
    word-wrap: break-word;
}

body {
    background-color: #f2f2f2;
}

body.overflow-hide {
    overflow: hidden;
}

.theme-color {
    color: #eb3480;
}

.theme-bg-color {
    background-color: #eb3480;
}

caption,
code,
pre,
pre code {
    color: #555;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.assistive-text,
.screen-reader-text {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    width: 1px;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 20px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 20px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

blockquote {
    font-size: 19px;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    color: #333;
    font-weight: 700;
}

.blockquote-footer,
blockquote footer {
    font-size: 15px;
    font-weight: 400;
}

blockquote cite {
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
}

blockquote:before {
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f10d";
    position: absolute;
    top: 0;
    left: 0;
    color: #555;
    font-size: 24px;
    opacity: 0.4;
    -moz-opacity: 0.4;
    font-weight: 600;
}

#breadcrumb {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 15px 0;
}

#breadcrumb .breadcrumb-trail .trail-items {
    margin: 0;
    padding: 0;
}

#breadcrumb ul li {
    list-style: none;
    display: inline-block;
}

#breadcrumb ul li:after {
    content: "/";
    margin: 0 4px;
}

#breadcrumb ul li:last-child:after {
    content: normal;
}

.btn,
.btn-theme {
    font-size: 15px;
    padding: 8px 15px;
}

.btn-sm {
    font-size: 12px;
    padding: 5px 15px;
}

.btn-lg {
    font-size: 18px;
    padding: 12px 30px;
}

.btn-rounded {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.btn-theme {
    background-color: #eb3480;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-theme:hover {
    background-color: #671336;
    text-decoration: none;
    color: #fff;
}

.btn-outline-theme {
    border-color: #eb3480;
    color: #eb3480;
}

.btn-outline-theme:hover {
    background-color: #eb3480;
    color: #fff;
}

.btn-outline-theme a {
    -o-transition: all ease-in-out 0.15s;
    transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
}

.btn-outline-theme:hover a {
    color: #fff;
    text-decoration: none;
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
    background-color: #eb3480;
}

.btn-light,
.btn-light:active,
.btn-light:focus,
.btn-light:hover {
    color: #666;
}

.btn-light:active,
.btn-light:focus,
.btn-light:hover {
    border-color: transparent;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: #666;
}

.btn-icon-left .fa,
.btn-icon-left .icon {
    margin-right: 8px;
}

.btn-icon-right .fa,
.btn-icon-right .icon {
    margin-left: 8px;
}

.back-to-top {
    position: fixed;
    bottom: 70px;
    right: 30px;
    z-index: 10;
}

.back-to-top a {
    width: 40px;
    height: 40px;
    display: block;
    background-color: #eb3480;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0.6;
    -moz-opacity: 0.6;
}

.back-to-top a:focus,
.back-to-top a:hover {
    text-decoration: none;
    opacity: 1;
    -moz-opacity: 1;
}

.back-to-top a:before {
    content: "\f106";
    color: #fff;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 40px;
    font-weight: 600;
}

.carousel-fade .carousel-inner .carousel-item {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right,
.carousel-fade .carousel-inner .carousel-item {
    opacity: 0;
    -moz-opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    -moz-opacity: 1;
}

.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right,
.carousel-fade .carousel-inner .carousel-item-next,
.carousel-fade .carousel-inner .carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.gutter-0,
.gutter-parent-0,
.gutter-parent-0 .row {
    margin-left: 0;
    margin-right: 0;
}

.gutter-parent-0 [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.gutter-0 > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.gutter-10,
.gutter-parent-10,
.gutter-parent-10 .row {
    margin-left: -5px;
    margin-right: -5px;
}

.gutter-parent-10 [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.gutter-10 > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.gutter-14,
.gutter-parent-14,
.gutter-parent-14 .row {
    margin-left: -7px;
    margin-right: -7px;
}

.gutter-parent-14 [class*="col-"] {
    padding-left: 7px;
    padding-right: 7px;
}

.gutter-14 > [class*="col-"] {
    padding-left: 7px;
    padding-right: 7px;
}

.gutter-20,
.gutter-parent-20,
.gutter-parent-20 .row {
    margin-left: -10px;
    margin-right: -10px;
}

.gutter-parent-20 [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.gutter-20 > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.gutter-40,
.gutter-parent-40,
.gutter-parent-40 .row {
    margin-left: -20px;
    margin-right: -20px;
}

.gutter-parent-40 [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
}

.gutter-40 > [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
}

.gutter-50,
.gutter-parent-50 {
    margin-left: -25px;
    margin-right: -25px;
}

.gutter-parent-50 [class*="col-"] {
    padding-left: 25px;
    padding-right: 25px;
}

.gutter-50 > [class*="col-"] {
    padding-left: 25px;
    padding-right: 25px;
}

button[type="submit"],
input[type="button"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="reset"],
input[type="search"],
input[type="submit"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.form-control,
input,
select,
textarea {
    font-size: 14px;
    padding: 10px;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #555;
    border: 1px solid rgba(0, 0, 0, 0.09);
    background-color: #f9f9f9;
}

.form-control:focus,
input:focus,
select:focus,
textarea:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-color: rgba(0, 0, 0, 0.15);
    background-color: #f9f9f9;
    outline: 0;
}

.form-control::-webkit-input-placeholder {
    color: #555;
    opacity: 0.5;
    -moz-opacity: 0.5;
}

.form-control::-moz-placeholder {
    color: #555;
    opacity: 0.5;
    -moz-opacity: 0.5;
}

.form-control:-ms-input-placeholder {
    color: #555;
    opacity: 0.5;
    -moz-opacity: 0.5;
}

.form-control:-moz-placeholder {
    color: #555;
    opacity: 0.5;
    -moz-opacity: 0.5;
}

button[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
    width: inherit;
    border: none;
    padding: 10px 30px;
    background-color: #eb3480;
    color: #fff;
}

button[type="submit"],
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #671336;
    color: #fff;
}

input[type="checkbox"],
input[type="file"],
input[type="radio"] {
    width: inherit;
}

input[type="file"] {
    cursor: pointer;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    margin-bottom: 20px;
    color: #333;
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

img.size-full,
img.size-large {
    max-width: 100%;
    height: auto;
}

.comment-content img.wp-smiley,
.entry-content img.wp-smiley,
.page-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

img.aligncenter,
img.alignleft,
img.alignright {
    margin-top: 20px;
    margin-bottom: 20px;
}

img#wpstats {
    display: none;
}

.img-border {
    background-color: #fff;
    padding: 5px;
    border: 1px solid #ccc;
}

.wp-caption {
    margin-bottom: 20px;
    max-width: 100%;
    text-align: center;
    display: inline-block;
}

.wp-caption a {
    position: relative;
}

.gallery-caption,
.wp-caption .wp-caption-text {
    font-style: italic;
}

.wp-caption .wp-caption-text {
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

a,
a:hover {
    color: #eb3480;
}

a:focus {
    outline: 0;
}

.widget + .widget_media_gallery .widget-title {
    padding-top: 0;
}

.container {
    max-width: 1340px;
    padding-left: 30px;
    padding-right: 30px;
}

.page-template-default:not(.woocommerce) .site-content .container,
.post-template-default .site-content .container {
    max-width: 1340px;
}

.narrow-layout {
    background-color: #f1f1f1;
}

.narrow-layout .site {
    max-width: 1140px;
    margin: 0 auto;
}

.narrow-layout .container,
.narrow-layout .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.narrow-layout .site-footer {
    margin-bottom: 15px;
}

body.boxed_content_layout #page {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    width: 1200px;
    max-width: 100%;
    background: rgba(244, 244, 244, 0.3);
}

.wp-custom-header {
    line-height: 0;
    position: relative;
    background-color: #000;
}

.wp-custom-header iframe,
.wp-custom-header img,
.wp-custom-header video {
    width: 100%;
}

@media (min-width: 900px) {

    .admin-bar .wp-custom-header iframe,
    .admin-bar .wp-custom-header video {
        height: -moz-calc(100vh - 32px);
        height: calc(100vh - 32px);
    }

    .wp-custom-header iframe,
    .wp-custom-header video {
        height: 100vh;
    }
}

.wp-custom-header .wp-custom-header-video-button {
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
    height: 35px;
    width: 35px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 70px;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wp-custom-header .wp-custom-header-video-button:focus,
.wp-custom-header .wp-custom-header-video-button:hover {
    border-color: rgba(255, 255, 255, 0.8);
    background-color: rgba(0, 0, 0, 0.8);
}

.wp-custom-header-video-pause,
.wp-custom-header-video-play {
    font-size: 0;
    line-height: 0;
}

.wp-custom-header-video-pause:before,
.wp-custom-header-video-play:before {
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: normal;
    color: rgba(255, 255, 255, 0.5);
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wp-custom-header-video-pause:hover:before,
.wp-custom-header-video-play:hover:before {
    color: rgba(255, 255, 255, 0.8);
}

.wp-custom-header-video-play:before {
    content: "\f04b";
}

.wp-custom-header-video-pause:before {
    content: "\f04c";
}

.mnp-top-header {
    position: relative;
    font-size: 13px;
    background-color: #671336;
    overflow: hidden;
    min-height: 30px;
    color: #ccc;
}

.mnp-top-header .mnp-top-header-nav-menu-toggle {
    display: none;
}

.mnp-top-header ul {
    padding-left: 0;
    margin-bottom: 0;
}

.mnp-top-header ul li {
    float: left;
    position: relative;
    list-style: none;
    color: #ccc;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.mnp-top-header ul li:last-child {
    padding-right: 0;
}

.mnp-top-header .mnp-social-profiles {
    margin-bottom: 0;
}

.mnp-top-header .mnp-social-profiles ul li a,
.mnp-top-header .mnp-top-header-nav ul li a {
    display: inline-block;
    color: #ccc;
}

.mnp-top-header .mnp-top-header-nav ul li a:focus,
.mnp-top-header .mnp-top-header-nav ul li a:hover,
.mnp-top-header .mnp-top-header-nav ul li.current-menu-item a {
    text-decoration: none;
    opacity: 0.8;
    -moz-opacity: 0.8;
}

.mnp-top-header .mnp-top-header-nav li + li:before {
    content: "|";
    display: inline-block;
    margin-right: 10px;
}

.mnp-top-header .mnp-social-profiles ul {
    margin-left: 0;
    margin-right: 0;
}

.mnp-top-header .mnp-social-profiles ul li {
    padding: 0 0 0 1px;
}

.mnp-top-header .mnp-social-profiles ul li a {
    font-size: -moz-calc(13px + 2px);
    font-size: calc(13px + 2px);
    position: relative;
    padding: 9px 12px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.17);
    opacity: 0.8;
    -moz-opacity: 0.8;
}

.mnp-top-header .mnp-social-profiles ul li a:focus,
.mnp-top-header .mnp-social-profiles ul li a:hover {
    opacity: 1;
    -moz-opacity: 1;
}

.site-title {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
}

.site-title a {
    color: #333;
    text-decoration: none;
}

.site-title a:active,
.site-title a:focus,
.site-title a:hover {
    color: #eb3480;
}

.site-description {
    font-size: 15px;
    margin: 0;
    opacity: 0.7;
    -moz-opacity: 0.7;
}

.mnp-social-profiles {
    display: inline-block;
    margin-bottom: 20px;
}

.mnp-social-profiles ul {
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: 0;
    padding-left: 0;
}

.mnp-social-profiles ul li {
    float: left;
    padding-right: 7px;
    padding-left: 7px;
    list-style: none;
}

.mnp-social-profiles ul li a {
    font-size: 20px;
    line-height: 20px;
    display: block;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    opacity: 0.7;
    -moz-opacity: 0.7;
}

.mnp-social-profiles ul li a:focus,
.mnp-social-profiles ul li a:hover {
    text-decoration: none;
    opacity: 1;
    -moz-opacity: 1;
}

.mnp-top-header .mnp-social-profiles.official .fa-facebook-f {
    background: #3b5998;
}

.mnp-top-header .mnp-social-profiles.official .fa-linkedin {
    background: #39c;
}

.mnp-top-header .mnp-social-profiles.official .fa-twitter {
    background: #00aced;
}

.mnp-top-header .mnp-social-profiles.official .fa-instagram {
    background: #3f729b;
}

.mnp-top-header .mnp-social-profiles.official .fa-pinterest {
    background: #c8232c;
}

.mnp-top-header .mnp-social-profiles.official .fa-youtube {
    background: #c4302b;
}

.bottom-footer .mnp-social-profiles.official .fa-facebook-f {
    color: #3b5998;
}

.bottom-footer .mnp-social-profiles.official .fa-linkedin {
    color: #39c;
}

.bottom-footer .mnp-social-profiles.official .fa-twitter {
    color: #00aced;
}

.bottom-footer .mnp-social-profiles.official .fa-instagram {
    color: #3f729b;
}

.bottom-footer .mnp-social-profiles.official .fa-pinterest {
    color: #c8232c;
}

.bottom-footer .mnp-social-profiles.official .fa-youtube {
    color: #c4302b;
}

input.s {
    border-radius: 0;
}

.navigation-bar-top .search-toggle {
    display: none;
}

.search-toggle:before {
    content: "\f002";
}

.search-toggle.active:before {
    content: "\f00d";
}

.search-form {
    margin-bottom: 30px;
}

.widget .search-form {
    margin-bottom: 0;
}

.search-form .form-control {
    border-right-width: 0;
}

.search-form .input-group-prepend {
    margin-right: 0;
}

.search-form .input-group-prepend .btn-theme {
    font-size: 0;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 43px;
    border: none;
}

.search-form .input-group-prepend .btn-theme:before {
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f002";
    font-size: 16px;
    line-height: 16px;
    top: 50%;
    right: 50%;
    margin-top: -8px;
    margin-right: -7px;
    position: absolute;
}

.search-block {
    position: absolute;
    background-color: #fff;
    z-index: 10000;
    right: 30px;
    top: 100%;
    display: none;
    width: 420px;
    padding: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.search-block .search-toggle {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    cursor: default;
}

.search-block .search-toggle:before {
    display: none;
}

.search-block .search-form {
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
}

.search-block .form-control {
    font-size: 15px;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.search-block .input-group-prepend .btn-theme {
    padding: 10px 25px;
    min-height: 46px;
    z-index: 10001;
}

.search-block .input-group-prepend .btn-theme:before {
    font-size: 16px;
    line-height: 16px;
    margin-top: -8px;
    margin-right: -8px;
}

.navbar {
    padding: 0;
    background-color: #fff;
}

.navbar .mnp-home-icon a {
    font-size: 22px;
    display: inline-block;
    padding: 16px 15px;
    float: left;
    background: #eb3480;
    line-height: 1;
    min-height: 51px;
    color: #fff;
}

.sticky-header {
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid #eee;
}

.mnp-mid-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.mnp-mid-header.header-overlay-light .container:before,
.mnp-mid-header.mnp-dark-overlay .container:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

.mnp-mid-header.mnp-dark-overlay .container:before {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.2)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
    background-image: -moz- oldlinear-gradient(left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
}

.mnp-mid-header.header-overlay-light .container:before {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.2)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
    background-image: -moz- oldlinear-gradient(left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
}

.mnp-mid-header.mid-header-bg-enable,
.mnp-mid-header.mid-header-bg-enable .site-description,
.mnp-mid-header.mid-header-bg-enable .site-title,
.mnp-mid-header.mid-header-bg-enable .site-title a,
.mnp-mid-header.mid-header-bg-enable.mnp-dark-overlay,
.mnp-mid-header.mid-header-bg-enable.mnp-dark-overlay .site-description,
.mnp-mid-header.mid-header-bg-enable.mnp-dark-overlay .site-title,
.mnp-mid-header.mid-header-bg-enable.mnp-dark-overlay .site-title a,
.mnp-mid-header.mnp-dark-overlay,
.mnp-mid-header.mnp-dark-overlay .site-description,
.mnp-mid-header.mnp-dark-overlay .site-title,
.mnp-mid-header.mnp-dark-overlay .site-title a {
    color: #fff;
}

.mnp-mid-header.mid-header-bg-enable.header-overlay-light,
.mnp-mid-header.mid-header-bg-enable.header-overlay-light .site-description,
.mnp-mid-header.mid-header-bg-enable.header-overlay-light .site-title,
.mnp-mid-header.mid-header-bg-enable.header-overlay-light .site-title a {
    color: #333;
}

.navbar-ad-section {
    text-align: right;
}

.navbar-ad-section .magazinenp-ad-728-90 {
    display: inline-block;
}

.navigation-bar {
    background-color: #671336;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.navigation-bar .container {
    position: relative;
    padding-right: 85px;
}

.navigation-bar-top {
    background-color: #671336;
    min-height: inherit;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    white-space: normal;
}

.navbar-main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
    border-bottom: 4px solid #eb3480;
}

.navbar-main .mnp-home-icon {
    height: 1px;
    width: 65px;
    float: left;
}

.navbar-main .mnp-home-icon a {
    position: absolute;
    top: 0;
    bottom: 0;
    line-height: 1.2;
}

.navbar .nav-search {
    position: absolute;
    top: 0;
    right: 30px;
    display: inline-block;
}

.navbar-toggler {
    border: none;
    padding: 10px 15px;
    color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.navbar-toggler:hover,
.site-header.toggled-on .navbar-toggler,
[aria-expanded="true"].navbar-toggler {
    background-color: rgba(0, 0, 0, 0.15);
}

.navbar-toggler:focus {
    outline: 0;
}

.navbar-toggler:before {
    content: "\f00d";
    display: block;
    font-size: 26px;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 600;
}

.navbar-toggler.collapsed:before {
    content: "\f0c9";
}

.collapse.in {
    display: block;
}

.navbar .navbar-collapse {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.navbar .main-navigation ul {
    padding-left: 0;
}

.main-navigation li {
    position: relative;
    list-style: none;
    display: inline-block;
    float: left;
}

.main-navigation a {
    color: #fff;
    display: block;
    padding: 15px;
    font-weight: 500;
}

.main-navigation a:hover {
    text-decoration: none;
}

.main-navigation ul li a:hover,
.main-navigation ul li.current-menu-ancestor > a,
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current_page_ancestor > a,
.main-navigation ul li.current_page_item > a,
.main-navigation ul li.show > a,
.main-navigation ul li:hover > a {
    background-color: #eb3480;
}

.main-navigation ul li a {
    text-transform: uppercase;
}

.main-navigation li ul a {
    text-transform: inherit;
}

.main-navigation ul li.menu-item-has-children > a,
.main-navigation ul li.page_item_has_children > a {
    position: relative;
}

.main-navigation ul li.menu-item-has-children > a:after,
.main-navigation ul li.page_item_has_children > a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 48%;
    font-weight: 600;
    right: 15px;
    font-size: 18px;
    display: block;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    color: #fff;
}

.main-navigation li ul li.menu-item-has-children > a:after,
.main-navigation li ul li.page_item_has_children > a:after {
    content: "\f105";
    right: 7px;
    color: #555;
    z-index: 9999;
}

.main-navigation ul li.menu-item-has-children > a,
.main-navigation ul li.page_item_has_children > a {
    padding-right: 32px;
}

.main-navigation ul li ul li.menu-item-has-children > a,
.main-navigation ul li ul li.page_item_has_children > a {
    padding-right: 18px;
}

.main-navigation .dropdown-parent .dropdown-toggle {
    width: 40px;
    height: 100%;
    color: #555;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    text-align: center;
    display: none;
}

.main-navigation .dropdown-parent .dropdown-toggle:after {
    display: none;
}

.main-navigation .dropdown-parent .dropdown-toggle:hover {
    cursor: pointer;
}

.main-navigation .dropdown-parent .dropdown-toggle .dropdown-icon {
    display: inline-block;
    position: relative;
    height: 45px;
    width: 45px;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
}

.main-navigation .dropdown-parent .dropdown-toggle .dropdown-icon:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    height: auto;
    text-align: center;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    border: none;
    font-weight: 700;
    display: block;
}

.main-navigation .dropdown-parent .dropdown-toggle.toggle-on .dropdown-icon {
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

.main-navigation ul li ul li {
    display: block;
    float: none;
}

.main-navigation ul ul li.focus ul,
.main-navigation ul ul li:hover ul,
.main-navigation ul ul ul li.focus ul,
.main-navigation ul ul ul li:hover ul,
.main-navigation ul ul ul ul li.focus ul,
.main-navigation ul ul ul ul li:hover ul,
.main-navigation ul ul ul ul ul li.focus ul,
.main-navigation ul ul ul ul ul li:hover ul {
    opacity: 1;
    top: 100%;
    margin-top: 0;
    left: 100%;
    z-index: 999;
}

.main-navigation ul > li.focus > ul,
.main-navigation ul > li:hover > ul {
    opacity: 1;
    top: 100%;
    margin-top: 0;
    left: 0;
    z-index: 999;
}

.main-navigation ul > li > ul {
    left: -10000px;
}

.main-navigation .dropdown-menu,
.main-navigation li ul {
    top: 100%;
    opacity: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    left: 0;
    background-color: #fff;
    margin-top: 0;
    width: 220px;
}

.main-navigation .dropdown-menu a,
.main-navigation li ul a {
    color: #555;
    padding: 8px 12px;
    text-transform: inherit;
    font-weight: 400;
}

.main-navigation .dropdown-menu a.current-menu-item,
.main-navigation .dropdown-menu a:hover,
.main-navigation li ul li.current-menu-ancestor > a,
.main-navigation li ul li.current-menu-item > a,
.main-navigation li ul li.current_page_ancestor > a,
.main-navigation li ul li:hover > a,
.main-navigation ul li li.current_page_item > a {
    background-color: rgba(0, 0, 0, 0.05);
    color: #eb3480;
}

.main-navigation ul.children ul.children,
.main-navigation ul.sub-menu ul.sub-menu {
    top: -1px;
}

.main-navigation .dropdown-toggle:after {
    display: none;
}

.navbar-collapse .form-inline {
    margin-left: 10px;
}

.navbar-search {
    position: relative;
}

.search-toggle {
    display: block;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    padding: 15px;
    min-width: 45px;
    text-align: center;
    cursor: pointer;
    background: 0 0;
    border: none;
}

.search-toggle:before {
    content: "\f002";
    font-weight: 600;
}

.search-toggle.active,
.search-toggle:focus,
.search-toggle:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #eb3480;
}

.navbar-search .search-box {
    position: absolute;
    top: 75%;
    right: 0;
    min-width: 300px;
    text-align: right;
    z-index: 1000;
}

.navbar-search .search-box:before {
    content: "";
    height: 10px;
    width: 10px;
    display: block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    background-color: #fff;
    position: absolute;
    right: 10px;
    top: -6px;
}

.mnp-news-ticker {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    font-weight: 700;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
}

.mnp-news-ticker {
    height: 50px;
}

.mnp-news-ticker .mnp-news-ticker-slide .ticker-image {
    height: 40px;
    width: 40px;
    margin-right: 10px;
    background-size: cover;
    background-position: center center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    max-width: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #ddd;
}

.mnp-news-ticker .mnp-news-ticker-label {
    float: left;
    color: #333;
    padding-left: 15px;
    background-color: #eb3480;
    position: relative;
    height: 100%;
    display: table;
    padding-right: 15px;
}

.mnp-news-ticker .mnp-news-ticker-label .mnp-news-ticker-label-wrap {
    position: relative;
    display: table;
    height: 100%;
    padding: 0;
}

.mnp-news-ticker .mnp-news-ticker-label .ticker-label {
    position: relative;
    z-index: 2;
    display: table-cell;
    height: 30px;
    vertical-align: middle;
    font-size: 17px;
    color: #fff;
}

.mnp-news-ticker .mnp-news-ticker-label .ticker-label.animate {
    -webkit-animation-name: heartBeat;
    -moz-animation-name: heartBeat;
    -o-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.4s;
    -moz-animation-duration: 1.4s;
    -o-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes blink-a {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }
}

@-moz-keyframes blink-a {
    0% {
        -moz-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        -moz-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }
}

@-o-keyframes blink-a {
    0% {
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        -o-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }
}

@keyframes blink-a {
    0% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        -webkit-transform: scale(3, 3);
        -moz-transform: scale(3, 3);
        -o-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }
}

@-webkit-keyframes blink-b {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }
}

@-moz-keyframes blink-b {
    0% {
        -moz-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        -moz-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }
}

@-o-keyframes blink-b {
    0% {
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        -o-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }
}

@keyframes blink-b {
    0% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        -webkit-transform: scale(3, 3);
        -moz-transform: scale(3, 3);
        -o-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }
}

.mnp-news-ticker .mnp-ticker-posts {
    display: block;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    padding-left: 0;
    background-color: #fff;
    height: 50px;
}

.mnp-news-ticker .mnp-ticker-posts .row {
    height: 50px;
}

.mnp-news-ticker .js-marquee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 50px;
}

.mnp-news-ticker .mnp-ticker-posts .mnp-news-ticker-slide {
    width: 100%;
    overflow: hidden;
    height: 50px;
}

.mnp-news-ticker .mnp-ticker-posts .mnp-news-ticker-slide .mnp-ticker-item a.mnp-ticker-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    padding-left: 50px;
    color: #333;
    height: 50px;
}

.mnp-news-ticker .mnp-ticker-posts .mnp-news-ticker-slide .mnp-ticker-item a.mnp-ticker-link:hover {
    color: #eb3480;
}

.mnp-news-ticker .mnp-ticker-posts:after {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 80px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
    background-image: -moz- oldlinear-gradient(left, rgba(255, 255, 255, 0), #fff);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }

    28% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }

    70% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    28% {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    70% {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    28% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    70% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.mnp-popular-tags-wrap {
    background: #f9f9f9;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 5px 0;
}

.mnp-popular-tags-wrap .popular-tags-title-wrap {
    float: left;
}

.mnp-popular-tags-wrap .popular-tags-tag-items {
    float: left;
    margin-left: 10px;
}

.mnp-popular-tags-wrap ul.tags-list {
    margin: 0;
    padding: 0;
}

.mnp-popular-tags-wrap ul.tags-list li {
    float: left;
    list-style: none;
    margin-right: 10px;
}

.mnp-popular-tags-wrap ul.tags-list li a {
    padding: 2px 4px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 600;
    color: #eb3480;
    background: #f3eeee;
    border: 1px solid #ccc;
}

.site-content {
    padding-top: 30px;
}

.post,
.type-attachment {
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 25px;
}

.post-col .page,
.post-col .post,
.site-main .post-col .page {
    padding: 15px 15px 7px;
    margin-bottom: 14px;
    min-height: -moz-calc(100% - 14px);
    min-height: calc(100% - 14px);
}

.post-col .page .entry-content p,
.post-col .post .entry-content p,
.site-main .post-col .entry-content .page p {
    margin-bottom: 10px;
}

.post-wrap {
    margin-bottom: 16px;
}

.post-featured-image {
    margin-bottom: 20px;
    position: relative;
}

.post-col .post-featured-image {
    margin: -15px -15px 15px;
}

.post-featured-image.page-single-img-wrap {
    margin: -25px -25px 25px;
}

.post .entry-header + .post-featured-image {
    margin-top: 0;
}

.post.sticky .entry-header {
    position: relative;
}

.post.sticky .entry-header .entry-title {
    padding-right: 35px;
}

.post.sticky .entry-header:before {
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f08d";
    position: absolute;
    top: 5px;
    right: 0;
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    width: 26px;
    height: 26px;
    text-align: center;
    background-color: #eb3480;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.single-post .post.sticky .entry-header .entry-title {
    padding-right: 0;
}

.single-post .post.sticky .entry-header .entry-meta.category-meta {
    padding-right: 35px;
}

.single-post .post.sticky .entry-header:before {
    top: 0;
}

.entry-title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin: 0 0 10px;
}

.entry-title a {
    color: #333;
}

.entry-title a:focus,
.entry-title a:hover {
    color: #eb3480;
    text-decoration: none;
}

.type-attachment .entry-title {
    margin-bottom: 30px;
}

.post-col .entry-title {
    font-size: 19px;
    margin-bottom: 5px;
}

.entry-meta {
    margin-bottom: 10px;
    display: inline-block;
}

.entry-meta,
.entry-meta a {
    color: #555;
    font-size: 14px;
}

.entry-meta a {
    opacity: 0.8;
    -moz-opacity: 0.8;
}

.entry-meta a i.mnp-icon {
    padding-right: 5px;
}

.entry-meta a:focus,
.entry-meta a:hover {
    color: #eb3480;
    opacity: 1;
    -moz-opacity: 1;
}

.entry-meta .author,
.entry-meta .cat-links,
.entry-meta .comments,
.entry-meta .date {
    display: inline-block;
    position: relative;
    margin-bottom: 3px;
}

.entry-meta > div:after {
    content: "";
    padding: 0 6px;
}

.entry-meta > .cat-links:after,
.entry-meta > div:last-child:after {
    display: none;
}

.entry-meta .cat-links a,
.entry-meta div.cat-links a {
    background-color: #eb3480;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    float: left;
    opacity: 1;
    -moz-opacity: 1;
    padding: 2px 5px 0 5px;
    font-size: -moz-calc(13px - 2px);
    font-size: calc(13px - 2px);
    margin: 5px 5px 0 0;
}

.entry-meta .tag-links a {
    display: inline-block;
    color: #eb3480;
}

.entry-meta .cat-links a:hover {
    text-decoration: underline;
    color: #fff;
}

.mnp-post-image-wrap .entry-meta .cat-links a,
.mnp-post-image-wrap + .entry-header .entry-meta .cat-links a {
    background-color: #eb3480;
    color: #fff;
    padding: 2px 5px 0 5px;
    margin-top: 5px;
    text-shadow: none;
    border-radius: 0;
    margin-right: 5px;
}

.mnp-post-image-wrap .entry-meta .cat-links a:hover,
.mnp-post-image-wrap + .entry-header .entry-meta .cat-links a:hover {
    text-decoration: none;
}

.entry-meta .cat-links .get-seperator {
    padding-left: 2px;
    padding-right: 2px;
}

.post .post-featured-image .entry-meta.category-meta {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    margin-bottom: 10px;
}

.mnp-post-boxed .entry-meta,
.post-block .entry-meta,
.post-col .entry-meta {
    margin-bottom: 5px;
}

.mnp-post-boxed .entry-meta .cat-links a,
.post-block .entry-meta .cat-links a,
.post-col .entry-meta .cat-links a {
    font-size: -moz-calc(13px - 2px);
    font-size: calc(13px - 2px);
}

.category-meta,
.post-block .entry-meta,
.post-block .entry-meta a {
    opacity: 1;
    -moz-opacity: 1;
}

.category-meta,
.mnp-post-boxed.inlined.main-post .entry-meta.category-meta {
    margin-bottom: 5px;
    display: block;
}

.mnp-post-boxed.inlined .entry-meta.category-meta {
    margin-bottom: 3px;
}

.post-block .entry-meta.category-meta {
    margin-bottom: 0;
}

.category-meta .cat-links {
    display: block;
}

.category-meta .cat-links:after,
.category-meta .cat-links:before {
    content: "";
    display: table;
}

.category-meta .cat-links:after,
.entry-meta.category-meta > .cat-links:after,
.entry-meta.category-meta > div:last-child:after {
    clear: both;
    display: table;
}

.mnp-post-boxed.inlined .entry-meta .cat-links {
    margin-bottom: 0;
}

.mnp-post-boxed.inlined.main-post .entry-meta .cat-links {
    margin-bottom: 3px;
}

.entry-meta .comments a:before {
    content: "\f075";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 5px;
}

.wp-video {
    margin-bottom: 20px;
}

.entry-content p {
    margin-bottom: 15px;
}

.format-quote blockquote:before {
    color: #eb3480;
    opacity: 1;
    -moz-opacity: 1;
}

.single .entry-content.magazinenp-parts-item {
    max-width: 100%;
    overflow: hidden;
}

.gallery {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px 20px;
}

.gallery .gallery-item {
    text-align: center;
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    -ms-flex: 0 0 33.33%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    -ms-flex: 0 0 16.66%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    flex: 0 0 16.66%;
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    -ms-flex: 0 0 14.28%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    flex: 0 0 14.28%;
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    -ms-flex: 0 0 12.5%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    -ms-flex: 0 0 11.11%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    flex: 0 0 11.11%;
    max-width: 11.11%;
}

.gallery-item .gallery-icon {
    display: inline-block;
}

.gallery-item a {
    display: block;
}

.site-content .content-area .widget.widget_media_gallery {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.site-content .content-area .widget.widget_media_gallery .gallery {
    padding: 15px 10px 5px;
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.widget-area .widget.widget_media_gallery {
    padding-bottom: 11px;
}

.widget-area .gallery {
    margin: 0 -2px;
}

.widget-area .gallery .gallery-item {
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 4px;
}

.site-footer .widget-area .widget.widget_media_gallery {
    padding-bottom: 0;
}

.navigation.post-navigation .nav-links {
    position: relative;
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.navigation.post-navigation .nav-links:before {
    background-color: rgba(0, 0, 0, 0.1);
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px;
    content: "";
    line-height: 0;
}

.navigation.post-navigation .nav-links .nav-previous {
    float: left;
    width: 50%;
}

.navigation.post-navigation .nav-links .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.navigation.post-navigation .nav-links a {
    display: block;
    padding: 30px;
    color: #333;
}

.navigation.post-navigation .nav-links a:hover {
    text-decoration: underline;
    color: #eb3480;
}

.navigation.post-navigation .nav-links:after {
    display: block;
    content: " ";
    clear: both;
}

.navigation.post-navigation .nav-links .nav-next a:after,
.navigation.post-navigation .nav-links .nav-previous a:after {
    font-size: 20px;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    font-weight: 600;
}

.navigation.post-navigation .nav-links .nav-previous a {
    position: relative;
    padding-left: 50px;
}

.navigation.post-navigation .nav-links .nav-previous a:after {
    content: "\f104";
    left: 20px;
}

.navigation.post-navigation .nav-links .nav-next a {
    position: relative;
    padding-right: 50px;
}

.navigation.post-navigation .nav-links .nav-next a:after {
    content: "\f105";
    right: 20px;
}

.navigation.pagination {
    text-align: center;
    display: block;
    margin-bottom: 30px;
}

.navigation.pagination .page-numbers {
    display: inline-block;
    color: #333;
    padding: 15px 25px;
    margin: 0 1px 3px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.navigation.pagination .current,
.navigation.pagination a:hover {
    color: #fff;
    background-color: #eb3480;
    border-color: transparent;
    text-decoration: none;
    position: relative;
}

.page-links {
    text-align: center;
    margin-bottom: 30px;
    color: rgba(0, 0, 0, 0.4);
}

.page-links a,
.page-links span {
    display: inline-block;
    margin-left: -1px;
    text-decoration: none;
}

.page-links a:hover span,
.page-links span {
    color: #fff;
    padding: 15px 25px;
    border: 1px solid transparent;
    background-color: #eb3480;
}

.page-links a span {
    display: block;
    color: #333;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: inherit;
    margin-left: 0;
}

.page-links .post-page-numbers {
    padding: 0;
    border: none;
    display: inline-block;
}

.image-attachment div.attachment {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-width: 1px 0;
    margin: 0 -8.9% 1.625em;
    overflow: hidden;
    padding: 1.625em 1.625em 0;
    text-align: center;
}

.image-attachment div.attachment img {
    display: block;
    height: auto;
    margin: 0 auto 1.625em;
    max-width: 100%;
}

.image-attachment div.attachment a img {
    border-color: #f9f9f9;
}

.image-attachment div.attachment a:active img,
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img {
    border-color: #ddd;
    background-color: #fff;
}

.image-attachment .entry-caption p {
    letter-spacing: 0.1em;
    line-height: 2.6em;
    margin: 0 0 2.6em;
    text-transform: uppercase;
}

.comments-area {
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 35px 25px 25px;
}

.comments-title {
    font-size: 28px;
    font-weight: 700;
}

.comment-reply-title {
    font-size: -moz-calc(28px - 4px);
    font-size: calc(28px - 4px);
}

.comment-reply-title,
.comments-title {
    margin-bottom: 10px;
}

.comment-body {
    padding-left: 60px;
    position: relative;
    margin-bottom: 30px;
}

.children .comment-body {
    padding-left: 50px;
}

ol.comment-list {
    padding-left: 0;
}

ol.comment-list,
ol.comment-list ol.children {
    margin: 0;
    list-style: none;
}

.comment-author .avatar {
    height: 50px;
    position: absolute;
    width: 50px;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.children .comment-author .avatar {
    height: 40px;
    width: 40px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 2px;
}

.children {
    padding-left: 30px;
}

.comment-meta {
    padding-bottom: 10px;
}

.comment-metadata,
.comment-metadata a {
    color: #555;
}

.comment-metadata a.comment-edit-link {
    color: #eb3480;
}

.required {
    color: red;
}

#wp-comment-cookies-consent {
    margin-right: 10px;
}

.comment-area .form-submit {
    margin-bottom: 0;
}

.page-header,
.page-header .page-title {
    margin-bottom: 10px;
    overflow: auto;
}

.page-title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
}

.page-header .page-title-wrap p {
    margin-bottom: 25px;
}

.site-main .type-page {
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    padding: 25px;
    margin-bottom: 30px;
    max-width: 100%;
    width: 100%;
}

#bbpress-forums,
#bbpress-forums button,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
#bbpress-forums ul.bbp-topics,
div.bbp-breadcrumb,
div.bbp-search-form button,
div.bbp-search-form input,
div.bbp-topic-tags {
    font-size: 15px;
    line-height: 22px;
}

#bbpress-forums div.bbp-search-form {
    float: none;
    margin-bottom: 20px;
}

#bbpress-forums #bbp-search-form #bbp_search {
    width: 70%;
    border-radius: 0;
    border-right: 0 none;
}

#bbpress-forums #bbp-search-form #bbp_search_submit {
    height: 46px;
    margin-left: -4px;
    border-radius: 0;
    display: inline-block;
    margin-bottom: 0;
    width: 30%;
}

#bbpress-forums div.bbp-reply-author a.bbp-author-name,
#bbpress-forums div.bbp-topic-author a.bbp-author-name {
    display: inline-block;
}

div.bbp-submit-wrapper button {
    border: 0 none;
    cursor: pointer;
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    text-align: center;
    height: 40px;
    padding: 0 20px;
    border-radius: 3px;
    background-color: #eb3480;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-family: inherit;
}

#bbpress-forums button:hover {
    background-color: #333;
}

#bbpress-forums fieldset.bbp-form select {
    height: 40px;
}

#bbpress-forums div.bbp-the-content-wrapper input {
    text-transform: none;
}

.bbpress .type-forum {
    margin-bottom: 30px;
    padding: 15px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.site-main .woocommerce h2 {
    font-size: -moz-calc(28px - 4px);
    font-size: calc(28px - 4px);
    margin-bottom: 10px;
}

.woocommerce ul.products {
    margin: 0;
}

.woocommerce.single-product .site-main > .product {
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 35px 25px 25px;
}

.woocommerce ul.products li.product .button {
    margin-top: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin-bottom: 30px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding-top: 0;
    font-size: 19px;
    font-weight: 700;
}

.woocommerce ul.products li.product .price {
    font-size: inherit;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce span.onsale {
    background-color: #eb3480;
}

.woocommerce span.onsale {
    padding: 0;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: rgba(0, 0, 0, 0.5);
}

.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled],
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled],
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 13px 20px;
    border-radius: 3px;
    background-color: #eb3480;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: inherit;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce input.button:hover {
    background-color: #777;
    color: #fff;
}

.woocommerce.widget_product_search button[type="submit"],
.woocommerce.widget_product_search input {
    border-radius: 0;
    margin: 0;
}

.woocommerce.widget_product_search button[type="submit"] {
    width: 35%;
    padding-left: 10px;
    padding-right: 10px;
}

.woocommerce.widget_product_search .search-field {
    border-right-width: 0;
    float: left;
    width: 65%;
}

.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 135px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    height: 40px;
    padding: 0 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price,
.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #555;
}

.woocommerce .star-rating,
.woocommerce .star-rating:before {
    color: #eb3480;
}

.woocommerce .related h2,
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 10px;
}

.woocommerce-page .select2-container .select2-selection--single {
    height: 38px;
}

.woocommerce-page .select2-container--default .select2-selection--single {
    background-color: #f9f9f9;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 4px;
}

.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
}

.woocommerce-page .select2-container--default .select2-search--dropdown .select2-search__field,
.woocommerce-page .select2-dropdown {
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    -moz-box-flex: inherit;
    flex: inherit;
    max-width: inherit;
    padding-right: 0;
    padding-left: 0;
}

.woocommerce form .form-row {
    display: block;
}

.woocommerce form .woocommerce-additional-fields,
.woocommerce form .woocommerce-billing-fields,
.woocommerce form .woocommerce-shipping-fields {
    margin-bottom: 10px;
}

.infinite-scroll .posts-navigation {
    display: none;
}

p.has-drop-cap:not(:focus):after {
    display: none;
}

p.has-drop-cap:not(:focus):first-letter {
    font-size: 5.3em;
}

.entry-content .has-small-font-size {
    margin-bottom: 15px;
}

p.has-background {
    padding: 15px;
}

.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    padding-left: 35px;
    padding-right: 0;
}

.wp-block-quote cite {
    font-weight: 400;
    display: block;
}

.wp-block-quote cite,
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    text-align: inherit;
}

.entry-content .wp-block-quote p {
    margin-bottom: 15px;
}

.wp-block-pullquote {
    padding: 15px;
    margin-bottom: 30px;
    border-style: solid;
    border-width: 4px 0 2px;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    display: block;
}

.wp-block-pullquote blockquote {
    padding: 0;
    margin-bottom: 0;
    max-width: inherit;
}

.wp-block-pullquote.is-style-solid-color blockquote {
    max-width: inherit;
    text-align: center;
}

.wp-block-pullquote p,
.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-bottom: 15px;
}

.wp-block-pullquote blockquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite {
    font-weight: 400;
    display: block;
    padding-top: 10px;
}

.wp-block-pullquote blockquote:before {
    margin-right: 10px;
    display: inline-block;
    position: inherit;
    top: auto;
    left: auto;
}

.wp-block-pullquote blockquote:before,
.wp-block-pullquote p,
.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-pullquote.is-style-solid-color p {
    color: inherit;
}

.wp-block-pullquote p {
    display: inline;
}

.entry-content .wp-block-pullquote p {
    margin-bottom: 15px;
}

.wp-block-pullquote p,
.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-bottom: 20px;
}

.wp-block-pullquote p,
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    line-height: 1.4;
}

.wp-block-image,
.wp-block-image figcaption {
    margin-bottom: 0;
}

.wp-block-image figure,
figure.wp-block-image {
    margin-bottom: 30px;
}

.wp-block-media-text {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    grid-template-columns: inherit;
    grid-template-areas: inherit;
}

.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
    padding-left: 10px;
    padding-right: 10px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}

.wp-block-media-text .wp-block-media-text__media {
    margin-bottom: 20px;
}

.wp-block-media-text.has-media-on-the-right {
    grid-template-columns: inherit;
    grid-template-areas: inherit;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    order: 2;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    order: 1;
}

.wp-block-embed {
    position: relative;
    margin-bottom: 30px;
    display: block;
}

.wp-block-embed figcaption {
    margin-bottom: 0;
}

.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:after,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:after,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:after,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:after,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:after,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:after,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:after {
    display: block;
    content: "";
    clear: both;
}

.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    content: "";
    display: block;
}

.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%;
}

.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%;
}

.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%;
}

.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%;
}

.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%;
}

.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%;
}

.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 50%;
}

.wp-block-table {
    margin-bottom: 20px;
}

.wp-block-column:not(:first-child),
.wp-block-column:not(:last-child),
.wp-block-column:nth-child(even),
.wp-block-column:nth-child(odd) {
    margin-left: 0;
    margin-right: 0;
}

.wp-block-columns {
    margin-left: -15px;
    margin-right: -15px;
}

.wp-block-column {
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.wp-block-cover {
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    padding: 15px;
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
    width: auto;
}

.wp-block-cover .wp-block-cover__inner-container p,
.wp-block-cover-image .wp-block-cover__inner-container p {
    padding: 10px 15px;
}

.wp-block-audio {
    margin-bottom: 30px;
}

.wp-block-audio figcaption {
    margin-bottom: 0;
}

.wp-block-file .wp-block-file__button {
    display: inline-block;
}

.wp-block-preformatted {
    padding: 15px;
    margin-bottom: 30px;
}

.wp-block-table {
    border-style: solid;
    border-width: 1px 0 0 1px;
    border-color: rgba(0, 0, 0, 0.3);
}

.wp-block-table tr td {
    padding: 5px 10px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: rgba(0, 0, 0, 0.3);
}

.wp-block-button__link:hover {
    text-decoration: none;
    opacity: 0.9;
    -moz-opacity: 0.9;
}

.wp-block-separator.is-style-default {
    max-width: 100px;
}

.wp-block-search {
    margin-bottom: 30px;
}

.wp-block-search .wp-block-search__input {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}

.wp-block-search .wp-block-search__button {
    margin: 0;
    border: none;
    padding: 10px 20px;
    min-width: 100px;
    width: 30%;
    font-family: inherit;
    background-color: #555;
    color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.wp-block-search .wp-block-search__button:hover {
    background-color: #333;
    cursor: pointer;
}

.wp-block-latest-posts li {
    margin-bottom: 5px;
}

.wp-block-calendar {
    margin-bottom: 30px;
}

.wp-block-calendar table caption {
    caption-side: top;
    text-align: center;
    text-transform: uppercase;
}

.wp-block-calendar tbody #today {
    background-color: rgba(0, 0, 0, 0.1);
}

.wp-block-latest-posts__post-date {
    opacity: 0.8;
    -moz-opacity: 0.8;
}

#content .wp-block-gallery.alignleft,
.wp-block-audio.alignleft,
.wp-block-button.alignleft,
.wp-block-cover.alignleft,
.wp-block-embed.alignleft,
.wp-block-file.alignleft,
.wp-block-image figure.alignleft,
.wp-block-pullquote.alignleft,
.wp-block-table.alignleft {
    margin-right: 20px;
}

#content .wp-block-gallery.alignright,
.wp-block-audio.alignright,
.wp-block-button.alignright,
.wp-block-cover.alignright,
.wp-block-embed.alignright,
.wp-block-file.alignright,
.wp-block-image figure.alignright,
.wp-block-pullquote.alignright,
.wp-block-table.alignright {
    margin-left: 20px;
}

.wp-block-audio.alignleft,
.wp-block-audio.alignright,
.wp-block-button.alignleft,
.wp-block-button.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright,
.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block-file.alignleft,
.wp-block-file.alignright,
.wp-block-image figure.alignleft,
.wp-block-image figure.alignright,
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    margin-bottom: 10px;
}

#content .wp-block-gallery.alignleft,
#content .wp-block-gallery.alignright {
    margin-bottom: 0;
}

.wp-block-audio figcaption,
.wp-block-calendar table caption,
.wp-block-calendar table tbody,
.wp-block-embed figcaption,
.wp-block-image figcaption,
.wp-block-latest-posts__post-date {
    color: #555;
}

.wp-block-calendar tfoot a {
    color: #eb3480;
}

.has-small-font-size,
.wp-block-audio figcaption,
.wp-block-embed figcaption,
.wp-block-image figcaption,
.wp-block-latest-posts__post-date,
.wp-block-pullquote.alignleft blockquote cite,
.wp-block-pullquote.alignleft.is-style-solid-color blockquote cite,
.wp-block-pullquote.alignright blockquote cite,
.wp-block-pullquote.alignright.is-style-solid-color blockquote cite,
.wp-block-quote cite {
    font-size: -moz-calc(15px - 2px);
    font-size: calc(15px - 2px);
}

.wp-block-pullquote blockquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-quote.is-style-large cite,
.wp-block-search .wp-block-search__button {
    font-size: -moz-calc(15px);
    font-size: calc(15px);
}

.wp-block-button__link,
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignleft.is-style-solid-color p,
.wp-block-pullquote.alignright p,
.wp-block-pullquote.alignright.is-style-solid-color p {
    font-size: -moz-calc(15px + 2px);
    font-size: calc(15px + 2px);
}

.has-medium-font-size,
.wp-block-pullquote p,
.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: -moz-calc(15px + 4px);
    font-size: calc(15px + 4px);
}

.has-large-font-size {
    font-size: -moz-calc(15px + 11px);
    font-size: calc(15px + 11px);
}

.has-huge-font-size {
    font-size: -moz-calc(15px + 21px);
    font-size: calc(15px + 21px);
}

.mnp-post-boxed {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    min-height: -moz-calc(100% - 14px);
    min-height: calc(100% - 14px);
}

.mnp-post-image-wrap,
.page-single-img-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: rgba(85, 85, 85, 0.4);
}

.mnp-post-image-wrap:before,
.page-single-img-wrap:before {
    content: "";
    padding-top: 50%;
    display: block;
}

.featured-post .mnp-post-image-wrap:before {
    padding-top: 60%;
}

.mnp-post-image-wrap .mnp-post-image,
.page-single-img-wrap .mnp-post-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
}

.magazinenp-image-hover-effect .mnp-post-image-wrap:hover,
.magazinenp-image-hover-effect .post-block:hover .mnp-post-image-wrap {
    opacity: 0.95;
    -moz-opacity: 0.95;
}

.magazinenp-image-hover-effect .mnp-post-image-wrap:hover .mnp-post-image,
.magazinenp-image-hover-effect .post-block:hover .mnp-post-image-wrap .mnp-post-image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.mnp-post-boxed .mnp-post-image-wrap .entry-meta {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 5px;
}

.mnp-post-boxed .post-content {
    padding: 15px 15px 7px;
}

.mnp-post-boxed .entry-content p {
    margin-bottom: 10px;
    color: #555;
}

.mnp-post-boxed .entry-title a:hover {
    text-decoration: none;
}

.mnp-post-boxed.inlined {
    padding: 15px 15px 0;
}

.mnp-post-boxed.inlined .mnp-post-image-wrap {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    height: 80px;
    width: 80px;
}

.mnp-post-boxed.inlined .mnp-post-image-wrap:before {
    display: none;
}

.mnp-post-boxed.inlined .post-content {
    display: block;
    overflow: hidden;
    padding: 0 0 5px;
}

.mnp-post-boxed.inlined .entry-title {
    font-size: -moz-calc(22px - 3px);
    font-size: calc(22px - 3px);
}

.post-block {
    overflow: hidden;
}

.post-block .mnp-post-image-wrap a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5));
    background: -moz- oldlinear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5));
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5));
    background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5));
}

.post-block .entry-header {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 15px 5px;
}

.post-block .entry-header a,
.post-block .entry-meta {
    color: #fff;
}

.post-block .entry-meta,
.post-block .entry-meta a,
.post-block .entry-title {
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
}

.post-block .entry-title {
    line-height: 1.2;
    margin-bottom: 0;
}

.post-block .entry-title:hover {
    text-decoration: underline;
}

.mnp-post-boxed.inlined .entry-title,
.post-block .entry-title {
    line-height: 1.2;
}

.mnp-post-boxed.inlined.main-post .entry-title,
.post-block.main-post .entry-title {
    line-height: 1.3;
}

.mnp-post-boxed,
.post-block {
    position: relative;
    margin-bottom: 14px;
    background-color: #fff;
}

.mnp-post-boxed .entry-title,
.mnp-post-boxed.main-post.inlined .entry-title,
.post-block .entry-title {
    font-size: 22px;
}

.mnp-post-boxed .entry-title,
.mnp-post-boxed.main-post.inlined .entry-title {
    margin-bottom: 5px;
}

.related-posts {
    margin-bottom: 16px;
}

.related-posts .mnp-post-boxed {
    min-height: -moz-calc(100% - 14px);
    min-height: calc(100% - 14px);
}

.post-slider .post-slider-header {
    padding-right: 70px;
    min-height: 41px;
}

.post-slider .post-slider-header:after,
.post-slider .post-slider-header:before {
    content: "";
    display: table;
}

.post-slider .post-slider-header:after {
    clear: both;
}

.related-posts .mnp-post-boxed .entry-title {
    font-size: -moz-calc(22px - 3px);
    font-size: calc(22px - 3px);
}

.post-slider .owl-nav {
    right: 0;
}

.post-slider .owl-nav.disabled {
    display: block;
}

.featured-slider.slider-no-title .post-slider-header {
    min-height: inherit;
}

.featured-slider .owl-nav,
.post-slider .owl-nav,
.related-posts .owl-nav {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
}

.featured-slider .owl-nav button.owl-next,
.featured-slider .owl-nav button.owl-prev,
.post-slider .owl-nav button.owl-next,
.post-slider .owl-nav button.owl-prev,
.related-posts .owl-nav button.owl-next,
.related-posts .owl-nav button.owl-prev {
    position: relative;
    width: 28px;
    height: 28px;
    display: inline-block;
    font-size: 0;
    float: left;
    padding: 0;
    border: none;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.featured-slider .owl-nav button.owl-next:focus,
.featured-slider .owl-nav button.owl-prev:focus,
.post-slider .owl-nav button.owl-next:focus,
.post-slider .owl-nav button.owl-prev:focus,
.related-posts .owl-nav button.owl-next:focus,
.related-posts .owl-nav button.owl-prev:focus {
    outline: 0;
}

.featured-slider .owl-nav button.owl-next:before,
.featured-slider .owl-nav button.owl-prev:before,
.post-slider .owl-nav button.owl-next:before,
.post-slider .owl-nav button.owl-prev:before,
.related-posts .owl-nav button.owl-next:before,
.related-posts .owl-nav button.owl-prev:before {
    color: #777;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 27px;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.featured-slider .owl-nav button.owl-next:hover:before,
.featured-slider .owl-nav button.owl-prev:hover:before,
.post-slider .owl-nav button.owl-next:hover:before,
.post-slider .owl-nav button.owl-prev:hover:before,
.related-posts .owl-nav button.owl-next:hover:before,
.related-posts .owl-nav button.owl-prev:hover:before {
    color: #fff;
    cursor: pointer;
    background: #eb3480;
}

.featured-slider .owl-nav button.owl-prev,
.post-slider .owl-nav button.owl-prev,
.related-posts .owl-nav button.owl-prev {
    float: left;
}

.featured-slider .owl-nav button.owl-prev:before,
.post-slider .owl-nav button.owl-prev:before,
.related-posts .owl-nav button.owl-prev:before {
    content: "\f104";
}

.featured-slider .owl-nav button.owl-next,
.post-slider .owl-nav button.owl-next,
.related-posts .owl-nav button.owl-next {
    float: right;
}

.featured-slider .owl-nav button.owl-next:before,
.post-slider .owl-nav button.owl-next:before,
.related-posts .owl-nav button.owl-next:before {
    content: "\f105";
}

.featured-slider:hover .owl-nav,
.post-slider:hover .owl-nav,
.related-posts:hover .owl-nav {
    opacity: 1;
    padding: 0 20px;
}

.featured-section {
    padding-top: 30px;
}

.featured-section .featured-slider {
    margin-bottom: 20px;
}

.featured-section .mnp-post-boxed,
.featured-section .post-block {
    margin-bottom: 10px;
}

.featured-section .mnp-post-boxed.inlined,
.featured-section .post-block .entry-header {
    padding: 10px 10px 0;
}

.featured-section .mnp-post-boxed.inlined .mnp-post-image-wrap {
    margin-right: 10px;
    margin-bottom: 10px;
}

.featured-section .featured-slider .post-block .entry-header {
    padding: 20px 20px 10px;
}

.featured-section .featured-slider .post-block .entry-title {
    font-size: 28px;
    margin-bottom: 5px;
}

.featured-section .featured-post .mnp-post-boxed .entry-title,
.featured-section .featured-post .post-block .entry-title {
    font-size: -moz-calc(22px - 3px);
    font-size: calc(22px - 3px);
}

.featured-section .featured-post {
    margin-bottom: 20px;
}

.featured-section .featured-slider .post-block .mnp-post-image-wrap:before {
    display: block;
    padding-top: -moz-calc(60% + 4px);
    padding-top: calc(60% + 4px);
}

.featured-style-2 .post-block .mnp-post-image-wrap:before {
    display: none;
}

.featured-style-2 .featured-slider .post-block .mnp-post-image-wrap {
    height: 408px;
}

.featured-style-2 .featured-post .mnp-post-image-wrap {
    height: 199px;
}

.featured-recent-post {
    margin-bottom: 20px;
}

.featured-section .title-wrap {
    overflow: auto;
}

.featured-recent-post .recent-post-block {
    background-color: #fff;
    height: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.featured-recent-post .mnp-post-boxed {
    margin-bottom: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.featured-recent-post .mnp-post-boxed + .mnp-post-boxed,
.featured-recent-post .vertical-slider .slick-slide + .slick-slide {
    border-top: 1px solid #e5e5e5;
}

.featured-recent-post .vertical-slider .slick-slide.slick-current {
    border-top-color: transparent;
}

.featured-recent-post .mnp-post-boxed:after,
.featured-recent-post .mnp-post-boxed:before {
    content: "";
    display: table;
}

.featured-recent-post .mnp-post-boxed:after {
    clear: both;
}

.featured-section .related-posts .mnp-post-boxed {
    margin-bottom: 14px;
}

.mnp-owl-before {
    display: block;
}

.mnp-owl-before .item {
    display: none;
}

.mnp-owl-before .item:first-child {
    display: block;
}

.widget .container {
    padding-top: 90px;
    padding-bottom: 30px;
}

.widget {
    margin-bottom: 30px;
    padding: 15px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.widget ol,
.widget ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    overflow: auto;
}

.widget ol ol,
.widget ul ul {
    padding-left: 20px;
    padding-top: 4px;
}

.widget ul li a {
    color: #555;
}

.widget ul li a:hover {
    color: #eb3480;
    text-decoration: none;
}

.widget ul li {
    margin-bottom: 4px;
}

.widget ul li:last-child {
    margin-bottom: 0;
}

.widget-area .widget .container,
.widget-area .widget .container-fluid {
    padding: 0;
}

.widget_calendar #wp-calendar {
    width: 100%;
    text-align: center;
}

.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.widget_calendar #wp-calendar caption {
    font-weight: 700;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    caption-side: top;
}

.widget_calendar #wp-calendar th {
    background-color: #f4f4f4;
    font-weight: 700;
}

.widget_calendar #wp-calendar tfoot td {
    background-color: #f4f4f4;
}

.site-footer .widget_calendar #wp-calendar caption {
    color: #bbb;
}

.site-footer .widget_calendar #wp-calendar tfoot td,
.site-footer .widget_calendar #wp-calendar th {
    background-color: rgba(255, 255, 255, 0.1);
}

.widget_calendar #wp-calendar #today {
    background: rgba(0, 0, 0, 0.06);
}

.widget_categories .current-cat a {
    color: #eb3480;
}

.widget_media_video .wp-video {
    margin-bottom: 0;
}

.widget_nav_menu ul li.current-menu-ancestor > a,
.widget_nav_menu ul li.current-menu-item > a,
.widget_nav_menu ul li.current_page_ancestor > a,
.widget_nav_menu ul li.current_page_item > a {
    color: #eb3480;
}

.widget_pages ul li.current_page_ancestor > a,
.widget_pages ul li.current_page_item > a {
    color: #eb3480;
}

.widget_recent_entries ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 8px 0;
}

.widget_recent_entries ul li:first-child {
    padding-top: 0;
}

.widget_recent_entries ul li:last-child {
    border-bottom: none;
}

.widget_recent_entries .post-date {
    display: block;
    opacity: 0.8;
    -moz-opacity: 0.8;
    padding-top: 5px;
}

.site-footer .widget_recent_entries .post-date {
    color: rgba(170, 170, 170, 0.8);
}

.site-footer .widget.widget_recent_entries ul li {
    margin-bottom: 0;
    border-color: rgba(255, 255, 255, 0.1);
}

.widget_tag_cloud a {
    margin: 3px;
    color: #555;
    border: 1px solid #f9f9f9;
    padding: 0 10px;
    display: inline-block;
}

.widget_tag_cloud a:hover {
    color: #eb3480;
}

.widget_text p:last-child {
    margin-bottom: 0;
}

.widget_text p:after,
.widget_text p:before {
    content: "";
    display: table;
}

.widget_text p:after {
    clear: both;
}

.widget_text p img {
    margin-bottom: 15px;
}

.widget_text p img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.widget_text p img.alignnone {
    display: block;
}

.widget_text p img.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 4px;
}

.widget_text p img.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 4px;
}

.widget.magazinenp-block-post-widget {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    margin-bottom: 16px;
}

.magazinenp-block-post-widget:after,
.magazinenp-block-post-widget:before {
    content: "";
    display: table;
}

.magazinenp-block-post-widget:after {
    clear: both;
}

.site-footer .magazinenp-block-post-widget .post-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.widget.magazinenp-column-post-widget {
    background-color: #fff;
    padding: 15px 15px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.widget.magazinenp-column-post-widget {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    margin-bottom: 16px;
}

.site-footer .widget-area .magazinenp-column-post-widget {
    margin-bottom: 20px;
}

.site-footer .widget-area .magazinenp-column-post-widget,
.site-footer .widget-area .magazinenp-column-post-widget .mnp-post-boxed {
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    padding: 0;
}

.site-footer .widget-area .magazinenp-column-post-widget .mnp-post-boxed {
    margin-bottom: 10px;
}

.site-footer .widget-area .magazinenp-column-post-widget .col-md-6 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.site-footer .widget-area .magazinenp-column-post-widget .mnp-post-boxed .mnp-post-image-wrap {
    width: 70px;
    height: 70px;
    margin-right: 10px;
    margin-bottom: 0;
}

.site-footer .widget-area .magazinenp-column-post-widget .mnp-post-boxed .entry-title {
    font-size: -moz-calc(15px + 1px);
    font-size: calc(15px + 1px);
    font-weight: 400;
}

.site-footer .widget-area .magazinenp-column-post-widget .mnp-post-boxed .entry-meta,
.site-footer .widget-area .magazinenp-column-post-widget .mnp-post-boxed .entry-meta a,
.site-footer .widget-area .magazinenp-column-post-widget .mnp-post-boxed .entry-title,
.site-footer .widget-area .magazinenp-column-post-widget .mnp-post-boxed .entry-title a {
    color: #bbb;
}

.site-footer .widget-area .magazinenp-column-post-widget .mnp-post-boxed .entry-meta a:hover,
.site-footer .widget-area .magazinenp-column-post-widget .mnp-post-boxed .entry-title a:hover {
    color: #fff;
}

.site-footer .widget-area .magazinenp-column-post-widget .category-meta {
    display: none;
}

.widget.magazinenp-grid-post-widget {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    margin-bottom: 16px;
}

.magazinenp-grid-post-widget .mnp-post-boxed.main-post {
    padding: 0;
}

.magazinenp-grid-post-widget .mnp-post-boxed.main-post .mnp-post-image-wrap {
    margin-bottom: 0;
    width: 100%;
    height: 234px;
}

.magazinenp-grid-post-widget .mnp-post-boxed.main-post .mnp-post-image-wrap:before {
    display: none;
}

.magazinenp-grid-post-widget .mnp-post-boxed.main-post.inlined .mnp-post-image-wrap {
    width: -moz-calc(50% - 7px);
    width: calc(50% - 7px);
    margin-right: 0;
}

.magazinenp-grid-post-widget .mnp-post-boxed.main-post.inlined .post-content {
    padding: 15px 15px 7px;
}

.magazinenp-grid-post-widget .post-vertical .second-col .mnp-post-boxed {
    min-height: inherit;
}

.site-footer .magazinenp-grid-post-widget .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.site-footer .magazinenp-grid-post-widget .mnp-post-boxed.main-post.inlined .mnp-post-image-wrap {
    float: none;
    width: 100%;
}

.site-footer .magazinenp-grid-post-widget .mnp-post-boxed.main-post .mnp-post-image-wrap {
    height: auto;
}

.site-footer .magazinenp-grid-post-widget .mnp-post-boxed.main-post .mnp-post-image-wrap:before {
    display: block;
    padding-top: 60%;
}

.site-footer {
    position: relative;
    z-index: 10;
}

.site-footer.has-background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.site-footer .widget-area {
    color: #bbb;
    background-color: #121026;
    padding-top: 50px;
    padding-bottom: 20px;
}

.site-footer.has-background .widget-area {
    background-color: rgba(18, 16, 38, 0.65);
}

.site-footer .widget {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.site-footer .mnp-social-profiles {
    margin: 0;
    padding: 0;
}

.site-footer .widget-subscribe .btn,
.site-footer .widget-subscribe .form-control {
    padding: 10px;
}

.site-footer .widget ul li {
    margin-bottom: 6px;
}

.site-footer .widget ul li:last-child {
    margin-bottom: 0;
}

.site-footer .widget ul li a,
.site-footer .widget_tag_cloud a,
.site-footer caption {
    color: #bbb;
}

.site-footer .widget ul li a:hover,
.site-footer .widget_categories .current-cat a,
.site-footer .widget_nav_menu ul li.current-menu-ancestor > a,
.site-footer .widget_nav_menu ul li.current-menu-item > a,
.site-footer .widget_nav_menu ul li.current_page_ancestor > a,
.site-footer .widget_nav_menu ul li.current_page_item > a,
.site-footer .widget_pages ul li.current_page_ancestor > a,
.site-footer .widget_pages ul li.current_page_item > a,
.site-footer .widget_tag_cloud a:hover {
    color: #fff;
}

.bottom-footer {
    background-color: #090818;
    padding: 15px 0;
    text-align: center;
    color: #888;
}

.site-footer.has-background .bottom-footer {
    background: rgba(9, 8, 24, 0.9);
}

.bottom-footer a,
.bottom-footer a:hover {
    color: #ccc;
}

.bottom-footer .copyright a:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
}

.bottom-footer .copyright,
.bottom-footer .mnp-social-profiles {
    text-align: center;
}

.bottom-footer .mnp-social-profiles ul li a {
    font-size: -moz-calc(15px + 3px);
    font-size: calc(15px + 3px);
}

.bottom-footer .copyright .custom-content {
    display: inline-block;
    padding-right: 8px;
    margin-bottom: 8px;
}

.bottom-footer .copyright div:last-child:after {
    content: normal;
}

body .widget-title {
    font-size: 20px;
    padding-left: 10px;
    border-left: 4px solid #eb3480;
    text-align: left;
    position: relative;
    font-weight: 700;
    margin-bottom: 15px;
}

body .magazinenp-title {
    font-size: 20px;
    padding-left: 10px;
    border-left: 4px solid #eb3480;
    margin-bottom: 15px;
    font-weight: 700;
    text-align: left;
}

body .site-footer .widget-title {
    text-align: left;
    margin-bottom: 20px;
    color: #fff;
    border-bottom: none;
    padding-bottom: 0;
}

body.title-style2 .magazinenp-title,
body.title-style2 .site-footer .widget-title,
body.title-style2 .widget-title {
    border: 2px solid #eb3480;
    padding: 2px 10px;
}

body.title-style3 .widget-title-wrapper {
    border-bottom: 2px solid #eb3480;
    margin-bottom: 15px;
}

body.title-style3 .widget-title-wrapper .magazinenp-title,
body.title-style3 .widget-title-wrapper .widget-title {
    margin-bottom: 0;
    line-height: unset;
    display: inline-block;
    border: none;
    background: #eb3480;
    padding: 0 10px;
    color: #fff;
    font-weight: 500;
}

body.title-style4 .magazinenp-title,
body.title-style4 .widget-title {
    position: relative;
    overflow: hidden;
    border: none;
    padding-left: 0;
}

body.title-style4 .magazinenp-title:after,
body.title-style4 .widget-title:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    margin-left: 15px;
    background-color: #eb3480;
}

body.title-style5 .magazinenp-title,
body.title-style5 .widget-title {
    border: none;
    padding-left: 0;
}

@media (max-width: 1199px) {
    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

    .featured-section .featured-slider .post-block .mnp-post-image-wrap:before {
        padding-top: -moz-calc(85% + 2px);
        padding-top: calc(85% + 2px);
    }

    .featured-section .featured-slider .post-block .entry-header {
        padding: 15px 15px 5px;
    }
}

@media (max-width: 991px) {
    .navbar-brand {
        padding-top: 0;
        padding-bottom: 0;
    }

    .navigation-bar .container {
        padding-right: 30px;
    }

    .navbar-ad-section {
        text-align: left;
        margin-top: 15px;
    }

    .navigation-bar {
        background-color: #fff;
        z-index: 100;
        position: relative;
    }

    .navigation-bar-top {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -moz-box-ordinal-group: 2;
        order: 1;
    }

    .navbar-main {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -moz-box-ordinal-group: 3;
        order: 2;
        background-color: #fff;
    }

    .navigation-bar-top .search-toggle {
        display: block;
        position: absolute;
        top: 0;
        right: 30px;
        bottom: 0;
        font-size: 16px;
        padding: 10px;
        line-height: 24px;
    }

    .navigation-bar .nav-search {
        display: none;
    }

    .navigation-bar-top .search-bar {
        background-color: #fff;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.07);
        -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.07);
        -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.07);
    }

    .navbar-main .mnp-home-icon {
        display: none;
    }

    .navigation-bar-top .mnp-home-icon a {
        padding: 5px 15px;
        display: block;
        min-height: unset;
        line-height: unset;
    }

    .search-block .input-group-prepend .btn-theme {
        padding-left: 22px;
        padding-right: 22px;
    }

    .search-block {
        position: inherit;
        top: auto;
        right: auto;
        width: auto;
        padding-left: 0;
        padding-right: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        background-color: transparent;
    }

    .search-block.on {
        display: block !important;
    }

    .search-block.off {
        display: none !important;
    }

    .navbar-collapse {
        margin-left: -30px;
        margin-right: -30px;
    }

    .main-navigation {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .main-navigation li + li {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .main-navigation ul li a {
        color: #555;
    }

    .main-navigation .dropdown-menu a.current-menu-item,
    .main-navigation .dropdown-menu a:hover,
    .main-navigation li ul li.current-menu-ancestor > a,
    .main-navigation li ul li.current-menu-item > a,
    .main-navigation li ul li.current_page_ancestor > a,
    .main-navigation li ul li:hover > a,
    .main-navigation ul li a:focus,
    .main-navigation ul li a:hover,
    .main-navigation ul li li.current_page_item > a,
    .main-navigation ul li.current-menu-ancestor > a,
    .main-navigation ul li.current-menu-item > a,
    .main-navigation ul li.current_page_ancestor > a,
    .main-navigation ul li.current_page_item > a,
    .main-navigation ul li.show > a,
    .main-navigation ul li:hover > a {
        color: #eb3480;
        background-color: transparent;
    }

    .main-navigation ul li ul li.menu-item-has-children > a,
    .main-navigation ul li ul li.page_item_has_children > a,
    .main-navigation ul li.menu-item-has-children > a,
    .main-navigation ul li.page_item_has_children > a {
        padding-right: 45px;
    }

    .main-navigation li ul li.menu-item-has-children > a:after,
    .main-navigation li ul li.page_item_has_children > a:after,
    .main-navigation ul li.menu-item-has-children > a:after,
    .main-navigation ul li.page_item_has_children > a:after {
        content: "\f107";
        color: #555;
        right: 30px;
        font-weight: 400;
        display: none;
    }

    .main-navigation .dropdown-parent.menu-item-has-children > a,
    .main-navigation .dropdown-parent.page_item_has_children > a {
        padding-right: 80px;
    }

    .main-navigation .dropdown-parent .dropdown-toggle {
        display: block;
        height: 45px;
        width: 80px;
    }

    .main-navigation .dropdown-parent .children,
    .main-navigation .dropdown-parent .sub-menu {
        display: none;
    }

    .main-navigation .dropdown-parent .children.dropdown-active,
    .main-navigation .dropdown-parent .sub-menu.dropdown-active {
        display: block;
    }

    .navbar-collapse .main-navigation ul li a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .main-navigation ul li a {
        padding-left: 30px;
        padding-right: 30px;
    }

    .main-navigation ul li ul li a {
        padding-left: 60px;
    }

    .main-navigation ul li ul li ul li a {
        padding-left: 90px;
    }

    .main-navigation ul li ul li ul li ul li a {
        padding-left: 120px;
    }

    .main-navigation ul li ul li ul li ul li ul li a {
        padding-left: 150px;
    }

    .main-navigation li ul {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        display: block;
        border-width: 1px 0 0;
    }

    .headernav .main-navigation ul li ul li ul,
    .main-navigation ul li ul li ul {
        left: auto;
    }

    .main-navigation ul.dropdown-active {
        left: 0 !important;
        opacity: 1 !important;
    }

    .main-navigation ul li ul,
    .main-navigation ul ul li ul,
    .main-navigation ul ul ul li ul,
    .main-navigation ul ul ul ul li ul,
    .main-navigation ul ul ul ul ul li ul {
        display: block;
    }

    .main-navigation ul li ul,
    .main-navigation ul li:hover ul ul,
    .main-navigation ul ul li:hover ul ul,
    .main-navigation ul ul ul li:hover ul ul,
    .main-navigation ul ul ul ul li:hover ul ul {
        display: block;
    }

    .main-navigation ul.children ul.children,
    .main-navigation ul.sub-menu ul.sub-menu {
        top: auto;
    }

    .featured-section .featured-slider .post-block .entry-header {
        padding: 20px 20px 10px;
    }

    .featured-section .post-block .entry-header {
        padding: 15px 15px 5px;
    }

    .featured-section .featured-slider .post-block .mnp-post-image-wrap:before,
    .featured-style-2 .featured-slider .post-block .mnp-post-image-wrap:before {
        padding-top: 60%;
    }

    .featured-style-2 .featured-slider .post-block .mnp-post-image-wrap {
        height: auto;
    }

    .widget-area .sticky-wrapper,
    .widget-area .sticky-wrapper.is-sticky {
        height: auto !important;
    }

    .widget-area .sticky-wrapper .sticky-sidebar,
    .widget-area .sticky-wrapper.is-sticky .sticky-sidebar {
        width: 100% !important;
        position: relative !important;
        top: auto !important;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 25px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 19px;
    }

    h6 {
        font-size: 16px;
    }

    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 15px;
    }

    .mnp-top-header {
        overflow: visible;
    }

    .mnp-top-header .mnp-top-header-nav .mnp-top-header-nav-menu-toggle {
        display: block;
        border: none;
        font-size: 0;
        background-color: transparent;
        color: #ccc;
        position: absolute;
        top: 2px;
        right: 20px;
        padding: 7px 12px;
        min-width: 42px;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.2);
    }

    .mnp-top-header .mnp-top-header-nav .mnp-top-header-nav-menu-toggle:before {
        font-size: 21px;
        line-height: 20px;
        content: "\f0c9";
        font-family: "Font Awesome 5 Free";
        -webkit-font-smoothing: antialiased;
        font-weight: 600;
    }

    .mnp-top-header .mnp-top-header-nav .mnp-top-header-nav-menu-toggle:focus {
        outline: 0;
    }

    .mnp-top-header .mnp-top-header-nav .mnp-top-header-nav-menu-toggle:hover {
        opacity: 1;
        -moz-opacity: 1;
    }

    .mnp-top-header .mnp-top-header-nav.toggled-link-on .mnp-top-header-nav-menu-toggle {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .mnp-top-header .mnp-top-header-nav.toggled-link-on .mnp-top-header-nav-menu-toggle:before {
        content: "\f00d";
        font-weight: 600;
    }

    .mnp-top-header .mnp-top-header-nav {
        position: inherit;
    }

    .mnp-top-header .mnp-top-header-nav ul {
        background-color: rgba(0, 0, 0, 0.2);
        margin-left: -20px;
        margin-right: -20px;
        display: none;
    }

    .mnp-top-header .mnp-top-header-nav.toggled-link-on ul {
        display: block;
    }

    .mnp-top-header .mnp-top-header-nav ul li {
        float: none;
        padding: 0;
    }

    .mnp-top-header .mnp-top-header-nav ul li + li {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .mnp-top-header .mnp-top-header-nav li + li:before {
        display: none;
    }

    .mnp-top-header .mnp-top-header-nav ul li a {
        padding: 8px 20px;
        display: block;
        text-align: right;
    }

    .mnp-top-header.mnp-top-header-nav-on .container {
        padding-right: 63px;
    }

    .mnp-top-header.mnp-top-header-nav-on .mnp-top-header-nav {
        display: block;
        min-height: 0;
        width: -moz-calc(100% + 43px);
        width: calc(100% + 43px);
        margin-right: -43px;
    }

    .navbar-collapse {
        margin-left: -20px;
        margin-right: -20px;
    }

    .main-navigation ul li ul li.menu-item-has-children > a,
    .main-navigation ul li ul li.page_item_has_children > a,
    .main-navigation ul li.menu-item-has-children > a,
    .main-navigation ul li.page_item_has_children > a {
        padding-right: 35px;
    }

    .main-navigation li ul li.menu-item-has-children > a:after,
    .main-navigation li ul li.page_item_has_children > a:after,
    .main-navigation ul li.menu-item-has-children > a:after,
    .main-navigation ul li.page_item_has_children > a:after {
        right: 20px;
    }

    .main-navigation .dropdown-parent.menu-item-has-children > a,
    .main-navigation .dropdown-parent.page_item_has_children > a {
        padding-right: 60px;
    }

    .main-navigation .dropdown-parent .dropdown-toggle {
        width: 60px;
    }

    .main-navigation ul li a {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main-navigation ul li ul li a {
        padding-left: 40px;
    }

    .main-navigation ul li ul li ul li a {
        padding-left: 60px;
    }

    .main-navigation ul li ul li ul li ul li a {
        padding-left: 80px;
    }

    .main-navigation ul li ul li ul li ul li ul li a {
        padding-left: 100px;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .site-title {
        font-size: 30px;
    }

    .navigation-bar .container {
        padding-right: 20px;
    }

    .navigation-bar-top .search-toggle {
        right: 20px;
    }

    .search-block.on {
        opacity: 1 !important;
        display: block !important;
    }

    .search-block.off {
        display: none !important;
        opacity: 1 !important;
    }

    .mnp-mid-header,
    .mnp-mid-header.mid-header-bg-enable {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-brand {
        margin-right: 0;
        display: block;
    }

    .navigation.pagination .page-numbers,
    .page-links a:hover span,
    .page-links span {
        padding: 10px 20px;
    }

    .mnp-news-ticker .mnp-news-ticker-label .ticker-label {
        font-size: 16px;
    }

    .mnp-news-ticker .mnp-ticker-posts .marquee a {
        padding-left: 30px;
    }

    .comments-area,
    .post,
    .site-main .type-page,
    .type-attachment,
    .woocommerce.single-product .site-main > .product {
        padding: 15px;
    }

    .post-featured-image.page-single-img-wrap {
        margin: -15px -15px 15px;
    }

    .magazinenp-grid-post-widget .mnp-post-boxed.main-post.inlined .mnp-post-image-wrap {
        float: none;
        width: 100%;
    }

    .featured-style-2 .featured-slider .post-block .mnp-post-image-wrap {
        height: auto;
    }

    .featured-section .featured-slider .post-block .mnp-post-image-wrap:before {
        content: "";
        padding-top: 60%;
        display: block;
    }

    .magazinenp-grid-post-widget .mnp-post-boxed.main-post .mnp-post-image-wrap:before {
        display: block;
    }

    .magazinenp-grid-post-widget .mnp-post-boxed.main-post .mnp-post-image-wrap {
        height: auto;
    }

    .site-footer .widget-area {
        padding-top: 40px;
        padding-bottom: 10px;
    }

    .comments-title,
    .entry-title,
    .featured-section .featured-slider .post-block .entry-title,
    .page-title {
        font-size: 25px;
    }

    .featured-section .featured-post .post-block .entry-title,
    .mnp-post-boxed .entry-title,
    .mnp-post-boxed.inlined .entry-title,
    .mnp-post-boxed.main-post.inlined .entry-title,
    .post-block .entry-title,
    .post-col .entry-title,
    .post-col .format-quote blockquote,
    .post-col .format-quote blockquote p,
    .related-posts .mnp-post-boxed .entry-title,
    .related-posts .post-block .entry-title {
        font-size: 18px;
    }

    .site-footer .widget-area .magazinenp-column-post-widget .mnp-post-boxed .entry-title {
        font-size: 16px;
    }

    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
        -ms-flex: 0 0 33.33%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .wp-block-column {
        padding-left: 15px;
        padding-right: 15px;
        -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
        -webkit-box-flex: inherit;
        -moz-box-flex: inherit;
        -ms-flex-positive: inherit;
        flex-grow: inherit;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .wp-block-media-text .wp-block-media-text__content,
    .wp-block-media-text .wp-block-media-text__media {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .wp-block-media-text .wp-block-media-text__media {
        text-align: center;
    }

    .wp-block-media-text .wp-block-media-text__media img {
        display: inline-block;
    }

    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        order: 1;
    }

    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        order: 2;
    }

    .has-large-font-size {
        font-size: -moz-calc(15px + 9px);
        font-size: calc(15px + 9px);
    }

    .has-huge-font-size {
        font-size: -moz-calc(15px + 16px);
        font-size: calc(15px + 16px);
    }

    .featured-slider .owl-nav,
    .post-slider .owl-nav {
        padding: 0 20px;
        opacity: 1;
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 23px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 10px;
    }

    .mnp-top-header .mnp-top-header-nav .mnp-top-header-nav-menu-toggle {
        right: 15px;
    }

    .mnp-top-header .mnp-top-header-nav ul {
        margin-left: -15px;
        margin-right: -15px;
    }

    .mnp-top-header .mnp-top-header-nav ul li a {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mnp-top-header .mnp-social-profiles {
        display: none;
    }

    .mnp-top-header.mnp-top-header-nav-on .container {
        padding-right: 58px;
    }

    .navbar-collapse {
        margin-left: -15px;
        margin-right: -15px;
    }

    .main-navigation ul li ul li.menu-item-has-children > a,
    .main-navigation ul li ul li.page_item_has_children > a,
    .main-navigation ul li.menu-item-has-children > a,
    .main-navigation ul li.page_item_has_children > a {
        padding-right: 30px;
    }

    .main-navigation li ul li.menu-item-has-children > a:after,
    .main-navigation li ul li.page_item_has_children > a:after,
    .main-navigation ul li.menu-item-has-children > a:after,
    .main-navigation ul li.page_item_has_children > a:after {
        right: 15px;
    }

    .main-navigation .dropdown-parent.menu-item-has-children > a,
    .main-navigation .dropdown-parent.page_item_has_children > a {
        padding-right: 50px;
    }

    .main-navigation .dropdown-parent .dropdown-toggle {
        width: 50px;
    }

    .main-navigation ul li a {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-navigation ul li ul li a {
        padding-left: 30px;
    }

    .main-navigation ul li ul li ul li a {
        padding-left: 45px;
    }

    .main-navigation ul li ul li ul li ul li a {
        padding-left: 60px;
    }

    .main-navigation ul li ul li ul li ul li ul li a {
        padding-left: 75px;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navigation-bar .container {
        padding-right: 15px;
    }

    .navigation-bar-top .search-toggle {
        right: 15px;
    }

    .site-info .copyright .author-link,
    .site-info .copyright .custom-content,
    .site-info .copyright .privacy-link,
    .site-info .copyright .theme-link,
    .site-info .copyright .wp-link {
        margin-bottom: 5px;
    }

    .navigation.post-navigation .nav-links .nav-next,
    .navigation.post-navigation .nav-links .nav-previous {
        width: 100%;
        float: none;
    }

    .navigation.post-navigation .nav-links .nav-previous {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .navigation.post-navigation .nav-links:before {
        display: none;
    }

    .navigation.post-navigation .nav-links a {
        padding: 20px 15px;
    }

    .navigation.post-navigation .nav-links .nav-next a {
        padding-right: 35px;
    }

    .navigation.post-navigation .nav-links .nav-previous a {
        padding-left: 35px;
    }

    .navigation.post-navigation .nav-links .nav-next a:after {
        right: 15px;
    }

    .navigation.post-navigation .nav-links .nav-previous a:after {
        left: 15px;
    }

    .mnp-news-ticker {
        background-color: transparent;
        height: auto;
    }

    .mnp-news-ticker .mnp-news-ticker-label {
        float: none;
        z-index: 1;
        display: block;
        text-align: center;
        padding-right: 15px;
        padding-top: 8px;
        padding-bottom: 5px;
    }

    .mnp-news-ticker .mnp-news-ticker-label:after,
    .mnp-news-ticker:before {
        display: none;
    }

    .mnp-news-ticker .mnp-news-ticker-label .mnp-news-ticker-label-wrap {
        display: inline-block;
        height: auto;
        padding-top: 0;
        padding-bottom: 0;
        min-height: 30px;
    }

    .mnp-news-ticker .mnp-ticker-posts {
        padding: 0;
        background-color: #fff;
        z-index: 1;
    }

    .mnp-news-ticker .mnp-ticker-posts:after {
        display: none;
    }

    .featured-section .featured-slider .post-block .mnp-post-image-wrap:before,
    .featured-style-2 .featured-slider .post-block .mnp-post-image-wrap:before {
        padding-top: 100%;
    }

    .featured-section .featured-slider .post-block .entry-header {
        padding: 15px 15px 5px;
    }

    .featured-style-2 .featured-post .mnp-post-image-wrap {
        height: auto;
    }

    .featured-section .featured-post .mnp-post-image-wrap:before,
    .featured-style-2 .featured-post .mnp-post-image-wrap:before {
        padding-top: 60%;
        display: block;
    }

    .mnp-post-boxed.inlined:not(.main-post) .entry-title {
        font-size: 17px;
    }

    .back-to-top {
        right: 15px;
    }

    .wp-block-image figure,
    figure.wp-block-image {
        margin-bottom: 20px;
    }

    #content .wp-block-gallery.alignleft,
    .wp-block-audio.alignleft,
    .wp-block-button.alignleft,
    .wp-block-cover.alignleft,
    .wp-block-embed.alignleft,
    .wp-block-file.alignleft,
    .wp-block-image figure.alignleft,
    .wp-block-pullquote.alignleft,
    .wp-block-table.alignleft {
        margin-right: 0;
        float: none;
    }

    #content .wp-block-gallery.alignright,
    .wp-block-audio.alignright,
    .wp-block-button.alignright,
    .wp-block-cover.alignright,
    .wp-block-embed.alignright,
    .wp-block-file.alignright,
    .wp-block-image figure.alignright,
    .wp-block-pullquote.alignright,
    .wp-block-table.alignright {
        margin-left: 0;
        float: none;
    }

    .wp-block-audio,
    .wp-block-audio.alignleft,
    .wp-block-audio.alignright,
    .wp-block-button.alignleft,
    .wp-block-button.alignright,
    .wp-block-cover.alignleft,
    .wp-block-cover.alignright,
    .wp-block-embed.alignleft,
    .wp-block-embed.alignright,
    .wp-block-file.alignleft,
    .wp-block-file.alignright,
    .wp-block-image figure.alignleft,
    .wp-block-image figure.alignright,
    .wp-block-pullquote.alignleft,
    .wp-block-pullquote.alignright,
    .wp-block-table.alignleft,
    .wp-block-table.alignright {
        margin-bottom: 20px;
    }

    .wp-block-cover.alignleft,
    .wp-block-cover.alignright,
    .wp-block-embed.alignleft,
    .wp-block-embed.alignright,
    .wp-block-gallery.alignleft,
    .wp-block-gallery.alignright,
    .wp-block-pullquote.alignleft,
    .wp-block-pullquote.alignright {
        max-width: 100%;
    }

    .wp-block-audio.alignleft,
    .wp-block-audio.alignright,
    .wp-block-button.alignleft,
    .wp-block-button.alignright,
    .wp-block-file.alignleft,
    .wp-block-file.alignright {
        display: block;
        text-align: center;
    }

    .wp-block-audio audio {
        min-width: 290px;
    }

    .site-main .wp-block-gallery {
        margin-bottom: 5px;
    }

    .has-medium-font-size,
    .wp-block-pullquote p,
    .wp-block-pullquote.is-style-solid-color blockquote p,
    .wp-block-quote.is-large p,
    .wp-block-quote.is-style-large p {
        font-size: -moz-calc(15px + 2px);
        font-size: calc(15px + 2px);
    }

    .has-large-font-size {
        font-size: -moz-calc(15px + 6px);
        font-size: calc(15px + 6px);
    }

    .has-huge-font-size {
        font-size: -moz-calc(15px + 12px);
        font-size: calc(15px + 12px);
    }
}

@media (min-width: 992px) {

    .widget-area .magazinenp-block-post-widget .post-col,
    .widget-area .magazinenp-column-post-widget .col-md-6,
    .widget-area .magazinenp-grid-post-widget .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        -moz-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .widget-area .magazinenp-grid-post-widget .mnp-post-boxed.main-post.inlined .mnp-post-image-wrap {
        float: none;
        width: 100%;
    }

    .two-column-featured-section .featured-post .mnp-post-image-wrap:before {
        padding-top: 60%;
    }

    .two-column-featured-section .featured-slider .post-block .mnp-post-image-wrap:before {
        padding-top: -moz-calc(60% + 4px);
        padding-top: calc(60% + 4px);
    }

    .one-column-featured-section .featured-slider .post-block .mnp-post-image-wrap:before {
        padding-top: 38%;
    }

    .featured-section .one-column-featured-section .post-block .entry-header {
        padding: 15px 30px 20px;
    }

    .navigation-bar-top .mnp-home-icon {
        display: none;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1340px;
    }

    .featured-style-2 .featured-slider .post-block .mnp-post-image-wrap {
        height: 448px;
    }

    .featured-style-2 .featured-post .mnp-post-image-wrap {
        height: 219px;
    }

    .mnp-post-boxed.inlined .mnp-post-image-wrap {
        height: 90px;
        width: 90px;
    }

    .magazinenp-grid-post-widget .mnp-post-boxed.main-post .mnp-post-image-wrap {
        height: 254px;
    }

    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        -moz-box-flex: 0;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .entry-content p {
        margin-bottom: 20px;
    }

    .featured-section .two-column-featured-section .post-block .entry-header {
        padding: 15px 15px 5px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1540px;
    }

    .mnp-mid-header.mid-header-bg-enable {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .main-navigation a {
        padding: 20px;
    }

    .main-navigation > ul > li.menu-item-has-children > a,
    .main-navigation > ul > li.page_item_has_children > a {
        padding-right: 37px;
    }

    .main-navigation > ul > li.menu-item-has-children > a:after,
    .main-navigation > ul > li.page_item_has_children > a:after {
        right: 20px;
    }

    .search-toggle {
        padding: 20px;
    }

    .featured-style-2 .featured-slider .post-block .mnp-post-image-wrap {
        height: 488px;
    }

    .featured-style-2 .featured-post .mnp-post-image-wrap {
        height: 239px;
    }

    .mnp-post-boxed.inlined .mnp-post-image-wrap {
        height: 100px;
        width: 100px;
    }

    .magazinenp-grid-post-widget .mnp-post-boxed.main-post .mnp-post-image-wrap {
        height: 274px;
    }

    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        -moz-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        -moz-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .featured-section .col-xxl-9 .featured-slider .post-block .mnp-post-image-wrap:before {
        padding-top: -moz-calc(40% + 2px);
        padding-top: calc(40% + 2px);
    }

    .two-column-featured-section .featured-post .mnp-post-image-wrap:before {
        padding-top: 51%;
    }

    .two-column-featured-section .featured-slider .post-block .mnp-post-image-wrap:before {
        padding-top: -moz-calc(51% + 4px);
        padding-top: calc(51% + 4px);
    }

    .featured-section .post-block .entry-header {
        padding: 15px 15px 5px;
    }

    .featured-section .two-column-featured-section .post-block .entry-header {
        padding: 20px 20px 10px;
    }
}

@media (min-width: 1800px) {
    .container {
        max-width: 1740px;
    }

    .featured-style-2 .featured-slider .post-block .mnp-post-image-wrap {
        height: 508px;
    }

    .featured-style-2 .featured-post .mnp-post-image-wrap {
        height: 249px;
    }

    .mnp-post-boxed.inlined .mnp-post-image-wrap {
        height: 105px;
        width: 105px;
    }

    .magazinenp-grid-post-widget .mnp-post-boxed.main-post .mnp-post-image-wrap {
        height: 284px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .col-lg-3pt5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.15%;
        -moz-box-flex: 0;
        flex: 0 0 29.15%;
        max-width: 29.15%;
    }
}

@media print {

    .comment-edit-link,
    .comment-metadata .edit-link,
    .comment-reply-link,
    .comment-respond,
    .comments-pagination,
    .edit-link,
    .header-image,
    .main-navigation,
    .navbar-collapse,
    .navigation.pagination,
    .navigation.post-navigation,
    .page-links,
    .pagination.navigation,
    .pingback .edit-link,
    .post-navigation,
    .posts-navigation,
    .site-content .widget-area,
    .site-footer,
    a.readmore,
    button,
    form,
    input,
    select,
    textarea {
        display: none;
    }

    .fixed-top {
        position: relative;
    }

    .site-content {
        padding: 20px 0;
    }

    .site-branding {
        width: 100%;
        text-align: center;
    }

    .navbar,
    .page-title-wrap,
    .site,
    body {
        background: 0 0;
    }
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #e6e6e6;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #3b3b3b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

a:focus,
button:focus,
input[type="button"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="reset"]:focus,
input[type="search"]:focus,
input[type="submit"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
textarea:focus {
    outline: auto !important;
}


.whatsapp-share {

    background: #15d798;
    border-radius: 11px;
    padding: 20px 45px;
    color: #ffffff;
    display: inline-block;
    font: normal bold 26px/1 "Roboto", sans-serif;
    text-align: center;
}


.quiz_section .mlw_qmn_new_question {
    font-weight: 700;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 33px;
}

#mlw_qmn_timer {


    background: #e60862;
    opacity: 0.9;
}

/* The side navigation menu */
.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Stay on top */
    top: 0;
    /* Stay at the top */
    left: 0;
    background-color: #343a40;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.1s;
    /* 0.5 second transition effect to slide in the sidenav */
    z-index: 99999999;
}

/* The navigation menu links */
.sidenav a {
    padding: 0px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #818181;
    display: block;
    transition: 0.1s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 10%;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }

}

.button2{
    
    background:    #15d798;
border-radius: 11px;
padding:       20px 45px;
color:         #ffffff;
display:       inline-block;
font:          normal bold 26px/1 "Open Sans", sans-serif;
text-align:    center;
    
}
