/*
* Video Vlog theme main sttyle
* theme Author Noor Alam
*
*/

:root {
  ---light-body: #fcfcfc;
  --section-color: #f9f9fc;
  --black: #000;
  --white: #fff;
  --color-primary: #f0473c;
  --color-primary2: #c48404;
  --color-heding: #0d1013;
  --color-gray: #3c3e41;
  --color-eded: #ededed;
  --color-ccc: #ccc;
  --color-gray-2: #626567;
  --gray: #6c757d;
  --shadow-light: 0 0 25px rgb(0 0 0 / 7%);
}

body.night-mode {
  ---light-body: #0a0a0a;
  --section-color: #212121;
  --black: #fff;
  --white: #000000;
  --color-primary: #f0473c;
  --color-primary2: #c48404;
  --color-heding: #e1e1e1;
  --color-gray: #a6a7aa;
  --color-eded: #323232;
  --color-ccc: #2b2323;
  --color-gray-2: #adadad;
  --gray: #89929a;
  --shadow-light: 0 0 25px rgba(229, 228, 228, 0.07);
}

body {
  font-family: "Marmelad", Sans-serif;
  font-weight: 400;
  background-color: var(---light-body);
  color: var(--black);
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Koh Santepheap', sans-serif;
  font-weight: 700;
}

a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  color: var(--color-primary);
  text-decoration: inherit;
  position: relative;
}

a:hover,
h2.entry-title a:hover,
.entry-meta a:hover {
  color: var(--color-primary);
  text-decoration: inherit;
}

a:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background-image: linear-gradient(to right, var(--color-gray), transparent);
  transition: width 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

#wpadminbar a:before {
  width: auto;
}

a:hover:before {
  width: 100%;
}


.entry-content p a {
  color: var(--bs-link-color);
  text-decoration: none;
}

.entry-content p a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

.bg-black {
  background: var(--black);
}

.text-white a {
  color: var(--white);
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

input[type="search"],
input[type="email"],
input[type="url"],
input[type="text"],
select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: var(--white);
  background-clip: padding-box;
  border: 1px solid var(--color-ccc);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

[type="search"]:focus,
[type="text"]:focus {
  color: #212529;
  background-color: var(--white);
  border-color: #86b7fe;
  outline: 0;
}

input[type="submit"],
button,
a#clickTop {
  border: 1px solid var(--color-ccc);
  padding: 5px 20px;
  vertical-align: middle;
  background: var(--color-primary);
  color: var(--white);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

input[type="submit"]:hover,
button:hover,
a#clickTop {
  background: var(--color-gray-2);
}

.wp-block-button__link:hover {
  opacity: 0.9;
  box-shadow: rgb(0 0 0 / 20%) 0px 18px 50px -10px;
}
.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  min-height: 315px;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--black);
}
/*Primery color*/

.modal.show .modal-dialog {
  margin-bottom: 80px;
}

/* Header Top */
/*Top bar style*/
ul#top-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul#top-menu ul li {
  display: inline-block;
}

ul#top-menu li {
  display: inline-block;
}

ul#top-menu li a {
  color: #fff;
  margin: 0 7px;
  font-size: 14px;
}

.top-bar {
  padding: 4px 0;
}

.welcome-text {
  font-size: 14px;
}

.header .header-top {
  background: var(---light-body);
  color: var(--black);
  padding: 12px 0;
}

.header .posts-ticker {
  display: flex;
  align-items: center;
}

.header .posts-ticker a {
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
  color: var(--black);
}

.header .posts-ticker a:hover {
  color: var(--color-primary);
}

.js-ticker-item a {
  text-decoration: none;
}

.header .breaking-news {
  height: 100%;
  width: 100%;
  align-items: center;
  display: flex;
}

.header .breaking-news-title i {
  font-size: 14px;
  color: var(--color-primary);
  margin-right: 5px;
}

.header h5.breaking-title {
  font-size: 14px;
  margin: 0;
  font-weight: 800;
  color: var(--black);
}

.header .breaking-news-title {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 10px;
  min-width: 80px;
  flex: 0 0 auto;
}

.news-update.ticker {
  flex: 1;
}

.header .categroy-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.header .categroy-tag a {
  margin-right: 10px;
  text-decoration: none;
  font-size: 13px;
  color: var(--black);
  transition: 0.3s;
}

.header .categroy-tag a:last-child {
  margin-right: 0;
}

.header .categroy-tag a:hover {
  color: var(--color-primary);
}

.header .categroy-tag i {
  margin-right: 4px;
}

.header .web-date {
  justify-content: flex-start;
  align-items: center;
}

.header .web-date i {
  color: var(--color-primary);
  font-size: 15px;
  margin-right: 5px;
}

.header .web-date p {
  font-size: 14px;
  margin: 0;
  color: var(--black);
}

/* Header Middle */
.header .header-middle {
  background-color: var(--section-color);
  padding: 10px 0;
}

.header-middle-all-content>.row {
  align-items: center;
}

h1.site-title {
  cursor: pointer;
  font-size: 24px;
}
.search-header h1.page-title,
.archive-header h1.page-title {
  font-size: 16px;
  color: var(--color-primary);
}

.search-header h1.page-title span,
.archive-header h1.page-title span {
  display: block;
  font-size: 3rem;
  color: var(--color-heding);
  margin-top: 5px;
}
.site-title a:hover {
  color: inherit;
}

.hd-middle-row.nsy-menu-center {
  flex-direction: column;
  justify-content: center;
}
.hd-middle-row.nsy-menu-center .vh-search {
  margin: 10px 0 20px;
  min-width: 70%;
}
.hd-middle-row.nsy-menu-center .nsy-mlogo {
  text-align: center;
  margin-bottom: 15px;
}

.hd-middle-row.nsy-menu-left .nsy-mlogo img,
.menubar-content img,
.hd-middle-row.nsy-menu-right .nsy-mlogo img {
  max-width: 200px;
}

.hd-middle-row.nsy-menu-center h1.site-title {
  font-size: 50px;
}

.hd-middle-row.nsy-menu-center .nsy-ss-right {
  justify-content: center;
}

.hd-middle-row.nsy-menu-center .npaper.search-box {
  max-width: 500px;
}

.hd-middle-row.nsy-menu-right {
  flex-direction: row-reverse;
}
.hd-middle-row.nsy-menu-right .social-links {
  margin: 0 15px 0 0;
}
.hd-middle-row.nsy-menu-right .nsy-mlogo .head-logo-sec {
  text-align: right;
}

.menubar-content h1.site-title {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}

.cat-menubar-logo {
  display: flex;
  align-items: center;
}

.cat-menubar-logo i {
  margin-right: 10px;
  cursor: pointer;
}

.menubar-content.nsymenubar-right {
  flex-direction: row-reverse;
}

.menubar-content.nsymenubar-right .cat-menubar-logo {
  flex-direction: row-reverse;
}

.menubar-content.nsymenubar-right i {
  margin-left: 10px;
}

.hd-middle-row,
.col-topbar-row {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: center;
}

.nsy-ss-right,
.topbar-right {
  display: flex;
  justify-content: flex-end;
  flex: 2;
  align-items: center;
}

.nsy-ss-right .search-box,
.nsy-mlogo,
.nsycol-topbar,
.vh-search {
  flex: 1;
}
form.search-form,
.vh-search label {
  display: flex;
  width: 100%;
}

.vh-search .search-form input {
  padding: 8px 20px;
  border-radius: 0;
}

.vh-search button {
  border: 1px solid var(--color-primary) !important;
  min-width: 92px;
}
.header .search-box {
  background-color: var(---light-body);
  border-radius: 5px;
}

.header .search-box input {
  outline: none;
  border: 1px solid var(--color-eded);
  color: var(--black);
  font-size: 18px;
  padding: 10px;
  background-color: var(---light-body);
}

.search-box input.search-submit {
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  background: transparent;
  text-indent: 9999px;
}

.header .search-box input:focus {
  border: 1px solid #72aee6;
}

.header .search-box input.search-field {
  padding-right: 50px;
}

.ht-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.web-date.ht-date {
  display: flex;
  flex-wrap: nowrap;
  min-width: 140px;
  margin-right: 20px;
}

.npaper.search-box form {
  display: block;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.npaper.search-box form label {
  display: block;
  width: 100%;
  overflow: hidden;
}

.header .search-box a {
  font-size: 18px;
  padding: 0 20px;
  transition: 0.3s;
}

.header .search-box a:hover {
  color: var(--color-primary);
}

.search-box form:before {
  display: flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  position: absolute;
  right: 20px;
  z-index: 1;
  height: 100%;
  align-items: center;
  top: 0;
}

.header .social-links {
  margin-left: 15px;
}

.header .header-links {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-left: 10px;
}

.social-links a {
  padding: 0 4px;
  color: var(--color-primary);
  transition: 0.3s;
}

.nsycol-topbar .social-links a {
  color: #fff;
}

.header .social-links a:hover {
  color: var(--color-primary);
}

.header .pofile-box a {
  color: var(--black);
  transition: 0.3s;
  font-size: 30px;
}

.header .pofile-box a:hover {
  color: var(--color-primary);
}

.header .pofile-box a:hover {
  color: var(--color-primary);
}

/* Main Menu style */
.mobile-menu-bar {
  display: none;
}

.menu-bar {
  position: relative;
  -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 12%);
  box-shadow: 0 0 5px rgb(0 0 0 / 12%);
  color: var(--black);
}

.menu-bar a {
  text-decoration: inherit;
}

.menubar-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

.menu-bar.is-fixed .menubar-content {
  padding: 10px 0;
}

.newspaper-eye-container.menu-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.menu-bar.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  animation: fadeIn 0.5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    top: -20px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

.serach-show {
  padding: 10px;
  cursor: pointer;
}

div#newspaper-eye-menu ul {
  margin: 0;
}

.main-navigation ul {
  list-style: outside none none;
  padding: 0;
  margin-bottom: 0;
}

.main-navigation ul ul {
  margin: 0;
}

.main-navigation ul li {
  display: inline-block;
  position: relative;
}

.main-navigation ul li a {
  display: inline-block;
  padding: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  color: var(--black);
}
.main-navigation ul li a:hover {
  color: var(--color-primary);
}
.main-navigation ul li:after {
  background: var(--white) none repeat scroll 0 0;
  content: "";
  height: 25px;
  margin-bottom: 12.5px;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  position: absolute;
  right: 0;
  top: 30%;
  width: 1px;
}

.main-navigation ul li:last-child:after {
  display: none;
}

/*dropdown menu*/

.main-navigation ul li ul {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 9;
  background: var(---light-body);
  width: 250px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  text-align: left;
  -webkit-box-shadow: 0px 5px 42px -6px rgb(92 91 92);
  box-shadow: 0px 5px 42px -6px rgb(92 91 92);
}

.main-navigation ul li ul li {
  display: block;
}

.main-navigation ul li li a,
.main-navigation ul li li:first-child a,
.main-navigation ul li li:last-child a,
.main-navigation ul li:first-child li a {
  padding: 15px;
  text-transform: none;
}

.main-navigation ul li li:after {
  bottom: auto;
  width: 100%;
  height: 1px;
  top: auto;
  margin-top: 0;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.main-navigation ul li li:hover>a,
.main-navigation ul li li.hover>a {
  background-color: var(--white);
  color: var(--black);
}

.main-navigation ul li:hover>a,
.main-navigation ul li:focus>a {
  color: var(--color-gray);
}

.main-navigation ul li:hover ul,
.main-navigation ul li.hover ul {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 50px;
}

.main-navigation ul ul li a {
  display: block;
}

.main-navigation ul li ul ul {
  left: 250px;
}

.main-navigation ul li:hover ul li ul {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}

.main-navigation ul li:hover ul li:hover>ul {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 20px;
}

.main-navigation ul ul ul ul ul {
  right: 250px;
  left: auto;
}

.main-navigation ul ul ul ul ul ul ul {
  right: auto;
  left: 250px;
}

.main-navigation ul ul ul ul ul ul ul ul ul {
  left: auto;
  right: 250px;
}

.main-navigation ul ul ul ul ul ul ul ul ul ul ul {
  right: auto;
  left: 250px;
}

.main-navigation ul>li.menu-item.menu-item-has-children {
  padding-right: 15px;
}

.main-navigation ul ul li.menu-item.menu-item-has-children {
  padding-right: 0;
}

.main-navigation ul li.menu-item.menu-item-has-children>a {
  position: relative;
  z-index: 0;
}

.main-navigation ul li.menu-item.menu-item-has-children>a:after {
  position: absolute;
  top: 0;
  right: 2px;
  background: transparent;
  z-index: 99999;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 8px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-navigation ul ul li.menu-item.menu-item-has-children>a:after {
  right: 12px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

html body .slicknav_menu {
  z-index: 999;
  background: var(--black);
}

html body .slicknav_menu .slicknav_menutxt {
  display: none;
}

html body .slicknav_menu .slicknav_nav {
  background: var(--black);
  min-width: 250px;
}

html body .slicknav_menu .slicknav_btn {
  border-radius: 0;
  background: var(--black);
}

html body .slicknav_nav a:hover,
html body .slicknav_menu .slicknav_nav a:focus,
html body .slicknav_menu .slicknav_nav a:active {
  border-radius: 0;
  background: inherit;
  color: inherit;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

ul.slicknav_nav {
  background: var(--black);
  min-width: 320px;
}

html body .slicknav_menu .slicknav_icon {
  margin: 0;
  width: 20px;
  height: 15px;
}

html body.admin-bar .slicknav_menu {
  top: 40px;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}

/*Search style*/
div#bspopup {
  position: absolute;
}

#affsearch {
  background-color: var(--white);
  height: auto;
  left: 0;
  position: fixed;
  top: -100%;
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
  z-index: 999999;
  padding: 40px 20px;
  box-shadow: var(--shadow-light);
  visibility: hidden;
}

.popup-box-on #affsearch {
  top: 0;
  visibility: visible;
}

#affsearch .sclose {
  color: #be5254;
  font-size: 40px;
  opacity: 1;
  padding: 10px 17px;
  position: absolute;
  right: 15px;
  top: 15px;
}

button.sclose {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
}

.sclose {
  float: right;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 1px 0 var(--white);
}

#affsearch input[type="search"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  outline: medium none;
  padding: 15px;
  top: 50%;
  width: 100%;
  border-bottom: 1px solid var(--color-eded);
  box-shadow: var(--shadow-light);
}

#affsearch label {
  display: block;
  min-width: 70%;
}

#affsearch form.search-form {
  display: flex;
  align-items: center;
  justify-content: center;
}

#affsearch .search-submit {

  box-shadow: var(--shadow-light);

  padding: 15px 30px;
}

.beshop-cradit {
  text-align: center;
  color: rgb(0, 0, 0);
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 10px;
  font-size: 12px;
}

.beshop-top-social i {
  margin-left: 10px;
}

.menu-bar i {
  font-size: 24px;
}

.besearch-icon a:hover {
  color: inherit;
}

/*
 #
 # Widget style
 #
 */
.widget h2,
h2.widget-title {
  font-size: 18px;
  margin-bottom: 1.5rem;
  padding-bottom: 8px;
  font-weight: 600;
  position: relative;
}

.widget h2:before,
h2.widget-title:before,
.widget h2:after,
h2.widget-title:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  height: 3px;
  background: var(--color-ccc);
  box-shadow: var(--shadow-light);
}

.widget h2:before,
h2.widget-title:before {
  width: 50px;
  background: var(--color-primary);
}

.widget h2:after,
h2.widget-title:after {
  background: var(--color-eded);
  width: 80%;
  right: 0;
  left: auto;
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget ul li {
  margin-bottom: 5px;
}

.widget ul li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--gray);
}

.widget ul li:last-child {
  border-bottom: 0;
}

.widget ul li a {
  color: inherit;
}

.widget ul li a:hover {
  color: var(--color-primary);
}

.widget-area .widget_search label {
  width: 100%;
}

.widget .search-form .search-submit {
  width: 100%;
  margin-top: 5px;
}

.tagcloud a {
  border: 1px solid var(--color-eded);
  background: var(--white);
  padding: 5px 7px;
  margin: 0 2px 5px 0;
}

.tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.widget-area {
  top: 50px;
  position: sticky;
  align-self: flex-start;
}

/*
 #
 # page And post style
 #
 */
/* Posts main title */
.newsm-title {
  position: relative;
  margin-bottom: 2rem;
  letter-spacing: 6px;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1px var(--black);
  display: inline-block;
  z-index: 9999;
  padding: 5px 14px;
}

.newsm-title:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 2%;
  height: 100%;
  content: "";
  background: var(--color-primary);
  z-index: -1;
}

.nxsingle-post .post-thumbnail img {
  border-radius: 5px;
  overflow: hidden;
}

h1.page-title {
  font-size: 2.2rem;
}

header.page-header,
.vvlog-bg {
  background: var(--white);
}
.vvlog-bg {
  color: var(--black);
}

header.entry-header.page-header {
  margin-bottom: 1.5rem;
}

span.catname {
  background: var(--color-eded);
  padding: 10px 15px;
  margin-right: 10px;
}

/*posts List style*/

.nx-list-item .single-nx-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  background: var(--white);
}

.nx-list-item .single-nx-list-item.nx-no-img {
  border-left: 5px solid var(--color-primary);
}

.nx-list-item .nx-single-list-img {
  flex: 0 0 50%;
}

.nx-list-item .nx-single-list-details {
  padding: 20px 10px 20px 25px;
}
.single-nx-list-item .grid-img,
.single-nx-list-item .iframe-container {
  flex: 0 0 500px;
  max-width: 40%;
}
.single-nx-list-item .iframe-container{
  padding-top: 25%;
}
.nx-list-item a.nx-list-categories {
  text-decoration: none;
  color: var(--color-primary);
  font-size: 12px;
  transition: 0.3s;
}

.nx-list-item .nx-single-list-img img {
  width: 100%;
  transition: 0.3s;
}

.nx-list-item .nx-single-list-img img:hover {
  filter: brightness(1.1);
}

.nx-list-item .nx-list-title a {
  font-size: 22px;
  text-decoration: none;
  color: var(--black);
  font-weight: 600;
  transition: 0.3s;
  line-height: 1.3;
}

.nx-list-item .nx-list-title a:hover {
  color: var(--color-primary);
}

.nx-list-item a.nx-list-categories:hover {
  color: var(--black);
}

.nx-list-item p.nx-list-dres {
  color: var(--gray);
  letter-spacing: 0.5px;
  padding-bottom: 10px;
}

.nx-list-item a.nx-list-btn {
  text-decoration: none;
  color: var(--black);
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
}

.nx-list-item a.nx-list-btn:hover {
  letter-spacing: 2px;
  color: var(--color-primary);
}

.nx-list-item .nx-list-load-more-btn {
  margin-top: 40px;
}

.nx-list-item .nx-list-load-more-btn a {
  display: inline-block;
  background: var(--white);
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid var(--gray);
}

.nx-list-item .nx-list-load-more-btn a:hover {
  background: var(--black);
  color: var(--white);
}

.nx-list-item .nx-list-load-more-btn i {
  margin-left: 5px;
}

a.catname {
  background: var(--white);
  padding: 5px 15px;
  border: 1px solid var(--color-eded);
  margin-right: 5px;
  text-decoration: none;
  box-shadow: rgb(0 0 0 / 20%) 0px 18px 50px -10px;
}

.tag-btns a {
  margin-right: 5px;
  color: var(--black);
  padding: 5px 15px;
  text-decoration: none;
}

article.post.sticky>div,
article.post.sticky .grid-item-post {
  border: 1px solid var(--color-gray);
}

@media (max-width: 767px) {
  .newsm-title {
    font-size: 24px;
  }

  .nx-list-item .single-nx-list-item {
    margin-bottom: 50px;
  }

  .nx-list-item .nx-single-list-img {
    flex: 0 0 30%;
    margin-bottom: 30px;
  }
}

@media (max-width: 580px) {
  .nx-list-item .single-nx-list-item {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }

  .nx-list-item .nx-single-list-img {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }

  .nx-list-item .nx-single-list-details {
    padding-left: 20px;
  }
}

h2.entry-title a,
h2.entry-title {
  color: var(--color-heding);
}

/*posts grid style*/

.grid-item .grid-item-post:hover .grid-item-img:before,
.grid-item .grid-item-post:hover .grid-item-img:after {
  opacity: 1;
}

.grid-item .grid-item-post:hover .grid-item-img:before {
  bottom: -1%;
  right: -3%;
}

.grid-item .grid-item-post:hover .grid-item-img:after {
  top: -4%;
  left: -3%;
}

.grid-item a.fashion-bototm-categories {
  font-size: 12px;
  color: var(--color-primary);
}

.grid-item .grid-item-img {
  position: relative;
}

a.catimg-top {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--color-primary);
  color: var(--white);
  text-decoration: inherit;
  padding: 4px 12px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 15px;
  margin: 0;
}

.cat-noimg-top {
  text-decoration: inherit;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 15px;
  display: inline-block;
  margin: 0 0 10px;
}


.grid-item h2.grid-item-title a {
  text-decoration: none;
  color: var(--black);
  font-size: 20px;
  display: inline-block;
  line-height: 1.2;
  transition: 0.3s;
}

.newspaper-eye-related .grid-item-post .grid-item-details {
  padding: 0 10px 15px;
}

.grid-item h2.grid-item-title a:hover {
  color: var(--color-primary);
}

.grid-item p {
  color: var(--color-gray);
  padding-bottom: 15px;
}

.grid-item a.grid-item-btn,
.grid-item .reding-time,
.grid-item .entry-meta span {
  text-decoration: none;
  color: var(--gray);
  font-size: 14px;
  transition: 0.3s;
}

.grid-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--color-eded);
  padding-top: 10px;
  align-items: center;
}

.grid-item-post,
.sidebar-widget,
.xpost-item {
  background: var(--white);
  box-shadow: var(--shadow-light);
  border-radius: 5px;
}

.grid-item-post img {
  transition: 0.5s;
}

.grid-item-post img:hover {
  transform: scale(1.1);
  opacity: 0.9;
}

a.grid-item-img-link {
  overflow: hidden;
}

.grid-item-post .grid-item-details {
  padding: 20px;
}

.grid-item a.grid-item-btn:hover {
  color: var(--color-primary);
  letter-spacing: 1px;
}
h2.entry-title.grid-title {
  font-size: 18px;
}

.ghead-deatls {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.ghead-deatls .author-avatar {
  margin-right: 10px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #5555551c;
  min-width: 40px;
}
.ghead-deatls .author-avatar img {
  object-fit: cover;
  min-width: 30px;
  min-height: 30px;
}
a.blog-categrory,
.entry-meta span,
.entry-footer span,
.entry-meta a,
.grid-meta a,
.ghead-meta,
.grid-meta p,
.grid-blog-item a.read-more-btn,
.sgrid-content a.read-more-btn {
  color: #a5a5a5;
}

.grid-blog-item {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}
a.newspaper-eye-readmore {
  margin: 15px 0 10px;
  transition: 0.5s;
  display: table;
}

a.newspaper-eye-readmore:hover i {
  margin-left: 8px;
}

a.newspaper-eye-readmore i {
  transition: 0.5s;
  margin-left: 4px;
}

.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
}
span.page-numbers.current {
  background: #ededed;
}
.pagination .nav-links a,
.pagination .nav-links span {
  padding: 5px 10px;
  -webkit-box-shadow: 0px 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0px 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  margin-right: 10px;
  background: var(--white);
}

.pagination .nav-links a:hover,
.pagination .nav-links span {
  color: var(--color-primary);
}

.entry-meta a,
.entry-meta span,
.ghead-meta {
  font-size: 14px;
  margin-right: 5px;
  line-height: 1;
}

.post-thumbnail img {
  border: 1px solid var(--color-eded);
}

.nboxp-grimg {
  position: relative;
}

.nbox-grid-cat {
  background: var(--color-primary);
  color: var(--white);
  padding: 8px 10px;
  border-radius: 0 10px 10px 0;
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 14px;
}

.nbox-grid-cat:hover {
  background: var(--color-primary2);
  color: var(--white);
}

section.no-results.not-found.xmain-404 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer.entry-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-widgets {
  background: var(--color-eded);
  border-bottom: 1px solid #393939;
  color: var(--black);
}

.footer-widgets a {
  color: var(--color-heding);
}

.footer-widgets .widget h2:after,
.footer-widgets h2.widget-title:after {
  height: 1px;
  left: 0;
  bottom: -4px;
  background: var(--color-primary);
}

footer.entry-footer span {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid var(--color-ccc);
}

footer.entry-footer span,
footer.entry-footer span a {
  font-size: 14px;
}

.footer-widget div>h2 {
  margin-bottom: 1.5rem;
}

.wp-block-tag-cloud a.tag-cloud-link {
  font-size: 15px !important;
  background: var(--color-eded);
  padding: 3px 8px;
  margin-bottom: 10px;
  text-decoration: inherit;
  color: #000;
}

.mc4wp-form-fields input {
  border-radius: 0;
}

.footer-widget div>ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-widget div>ul li {
  margin-bottom: 8px;
}

.footer-widget div>ul li a {
  text-decoration: none;
  transition: 0.5s;
}

.nsy-footer-subemail {
  padding: 30px;
  border: 1px solid var(--gray);
}

.wp-block-tag-cloud a:hover {
  transform: scale(1.1);
}

footer.entry-footer span:last-child {
  border: none;
}
.footer-main.classic-footer .bottom-menu li {
  margin-bottom: 0;
}

.footer-main.default-footer {
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    padding: 6rem 0;
}
.footer-main.center-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-main.center-footer .footer-social {
  padding: 8px 0 5px;
}

.footer-social a {
  margin: 0 5px;
  font-size: 18px;
  opacity: 0.7;
}
.footer-main.classic-footer {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.site-info a {
  color: inherit;
}

.navigation.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 20px 10px;
  margin-bottom: 3rem;
  background: var(--white);
}

.navigation.post-navigation .nav-links .nav-next {
  margin-left: auto;
}

.comments-area {
  background: var(--white);
  padding: 20px 20px;
  margin-bottom: 20px;
}

.comments-area .comment-form-comment label {
  display: block;
  margin: 10px px 0;
}
.comments-area .comment-form-comment textarea {
  width: 100%;
}

/*404 style*/
.xmain-404 {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.xmain-404 h1 {
  font-size: 60px;
  background: -webkit-linear-gradient(rgb(214, 3, 3), rgb(65, 9, 9));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.error-404 i {
  font-size: 160px;
  margin-bottom: 40px;
  color: #e90000;
}

.error-404 .search-form label {
  display: block;
  width: 100%;
}

.error-404 form.search-form i {
  font-size: inherit;
  line-height: 1;
  margin: 0;
  color: #fff;
}
.error-404 header {
  margin-bottom: 10px;
}
.error-404 input {
  min-height: 45px;
}

.error-404 button {
  min-width: 80px;
}

/*
# Footer style
*/
.site-footer {
  box-shadow: var(--shadow-light);
  background: #000;
  color: #fff;
}

.site-footer a {
  color: #c4c4c4;
}
.bottom-menu {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
}

.bottom-menu li {
  margin: 0 10px 20px;
}

.default-footer .footer-social {
  margin-bottom: 3rem;
  border-bottom: 1px solid var(--color-gray);
  padding-bottom: 3rem;
  padding-top: 1rem;
}

.site-info.ftext {
  color: var(--color-ccc);
  padding: 10px 0;
}
.site-info.text-center {
  font-size: 16px;
  color: var(--black);
  letter-spacing: 1px;
}
.bottom-menu {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
}


a#clickTop {
  right: 5px !important;
}
.vv-fwidget-subscribe>* {
  flex: 1;
}
/*Preloader style*/
.jsloaded .np-preload {
  display: none;
}

.np-preload {
  position: fixed;
  width: 100%;
  height: 100%;
  background: var(--black);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*Preloader style one*/
.nppreloader1 {
  position: relative;
  width: 30px;
  height: 30px;
  background: var(--color-primary);
  border-radius: 50px;
  -webkit-animation: preloader_5 1.5s infinite linear;
  -moz-animation: preloader_5 1.5s infinite linear;
  -ms-animation: preloader_5 1.5s infinite linear;
  animation: preloader_5 1.5s infinite linear;
}

.nppreloader1:after {
  position: absolute;
  width: 80px;
  height: 80px;
  border-top: 10px solid #9b59b6;
  border-bottom: 10px solid #9b59b6;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-radius: 50px;
  content: "";
  top: -24px;
  left: -25px;
  -webkit-animation: preloader_5_after 1.5s infinite linear;
  -moz-animation: preloader_5_after 1.5s infinite linear;
  -ms-animation: preloader_5_after 1.5s infinite linear;
  animation: preloader_5_after 1.5s infinite linear;
}

@-webkit-keyframes preloader_5 {
  0% {
    -webkit-transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    background: #2ecc71;
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes preloader_5_after {
  0% {
    border-top: 10px solid #9b59b6;
    border-bottom: 10px solid #9b59b6;
  }

  50% {
    border-top: 10px solid #3498db;
    border-bottom: 10px solid #3498db;
  }

  100% {
    border-top: 10px solid #9b59b6;
    border-bottom: 10px solid #9b59b6;
  }
}

/*Preloader style two*/
.nppreloader2 {
  position: relative;
}

.nppreloader2 span {
  display: block;
  bottom: 0px;
  width: 9px;
  height: 5px;
  background: #9b59b6;
  position: absolute;
  animation: preloader_1 1.5s infinite ease-in-out;
}

.nppreloader2 span:nth-child(2) {
  left: 11px;
  animation-delay: 0.2s;
}

.nppreloader2 span:nth-child(3) {
  left: 22px;
  animation-delay: 0.4s;
}

.nppreloader2 span:nth-child(4) {
  left: 33px;
  animation-delay: 0.6s;
}

.nppreloader2 span:nth-child(5) {
  left: 44px;
  animation-delay: 0.8s;
}

@keyframes preloader_1 {
  0% {
    height: 5px;
    transform: translateY(0px);
    background: #9b59b6;
  }

  25% {
    height: 30px;
    transform: translateY(15px);
    background: #3498db;
  }

  50% {
    height: 5px;
    transform: translateY(0px);
    background: #9b59b6;
  }

  100% {
    height: 5px;
    transform: translateY(0px);
    background: #9b59b6;
  }
}

/*Preloader style three*/
.nppreloader3 {
  position: relative;
  width: 42px;
  height: 42px;
  animation: preloader_6 5s infinite linear;
}

.nppreloader3 span {
  width: 20px;
  height: 20px;
  position: absolute;
  background: red;
  display: block;
  animation: preloader_6_span 1s infinite linear;
}

.nppreloader3 span:nth-child(1) {
  background: #2ecc71;
}

.nppreloader3 span:nth-child(2) {
  left: 22px;
  background: #9b59b6;
  animation-delay: 0.2s;
}

.nppreloader3 span:nth-child(3) {
  top: 22px;
  background: #3498db;
  animation-delay: 0.4s;
}

.nppreloader3 span:nth-child(4) {
  top: 22px;
  left: 22px;
  background: #f1c40f;
  animation-delay: 0.6s;
}

@keyframes preloader_6_span {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.5);
  }

  100% {
    transform: scale(1);
  }
}

/*Preloader style 4*/
.nsyprelod4-circle,
.nsyprelod4-message {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
}

.nsyprelod4-circle {
  border-radius: 100%;
  width: 130px;
  height: 130px;
}

.nsyprelod4-circle1 {
  border-left: 8px solid var(--black);
  border-right: 8px solid var(--black);
  animation: nsyprelod4-spin 2s linear infinite;
  background-color: var(---light-body);
  z-index: 100;
}

.nsyprelod4-circle2 {
  border-top: 8px solid var(--black);
  border-bottom: 8px solid var(--black);
  animation: nsyprelod4-spin 2s linear infinite;
  width: 180px;
  height: 180px;
  background: linear-gradient(#00a4ff, var(--color-primary));
  -webkit-animation: nsyprelod4-spin 4s linear infinite;
  animation: nsyprelod4-spin 4s linear infinite;
}

.nsyprelod4-message {
  height: 80px;
  width: 200px;
  z-index: 200;
}

@keyframes nsyprelod4-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes nsyprelod4-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.nsyprelod4-message {
  text-align: center;
  font-family: "Comic Sans MS", cursive, sans-serif;
  padding-top: 40px;
  -webkit-animation: nsyfonthide 1.3s linear infinite;
  animation: nsyfonthide 1.3s linear infinite;
}

@keyframes nsyfonthide {

  0%,
  80% {
    color: var(--color-primary2);
  }

  100% {
    color: black;
  }
}

@-webkit-keyframes nsyfonthide {

  0%,
  80% {
    color: var(--color-primary2);
  }

  100% {
    color: black;
  }
}


/*Theme Color Mode*/
.nse-cmod {
  width: 45px;
  height: 30px;
  position: relative;
  overflow: hidden;
}

.nse-cmod i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  cursor: pointer;
}

.nse-cmod.tnight .cmod-light {
  top: -100%;
}

.nse-cmod.tnight .cmod-night {
  top: auto;
  bottom: 0;
}

.nse-cmod .cmod-night {
  bottom: -100%;
  top: auto;
}

/*Side menu style*/
.nseye-smenu-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: var(--black);

}

.nseye-smenu-overlay {
  position: fixed;
  transition: 0.5s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--black);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.nseye-sm-open .nseye-smenu-overlay {
  z-index: 999;
  opacity: 0.5;
  visibility: visible;
}

.nseye-sidemenu {
  position: fixed;
  top: 0;
  left: -100%;
  transition: 0.3s;
  background: var(--white);
  height: 100%;
  z-index: 9999999;
  padding: 40px;
  min-width: 200px;
  max-width: 350px;
  width: 50%;
  overflow-x: hidden;
  box-shadow: 0 0 5px rgb(0 0 0 / 12%);
}

.nseye-sm-open .nseye-sidemenu {
  left: 0;
}

.nseye-close {
  text-align: right;
  margin-top: -20px;
  margin-bottom: 10px;
}

.nseye-close i {
  padding: 10px;
  transition: 0.5s;
  font-size: 20px;
  cursor: pointer;
}

.nseye-close i:hover {
  transform: rotate(90deg);
}

.nseye-smenu-sec {
  border-bottom: 1px solid var(--color-ccc);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.nseye-smenu-sec ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.nseye-smenu-sec ul li {
  margin-bottom: 10px;
}

.nseye-smenu-sec h4 {
  font-size: 18px;
  font-weight: 400;
  color: var(--gray);
  margin-bottom: 1rem;
}

.nseye-smenu-tagsec ul a {
  font-size: 15px !important;
  border: 1px solid var(--color-ccc);
  padding: 5px 10px;
  text-decoration: inherit;
  margin: 0 5px 8px 0;
}

.nseye-smenu-tagsec ul a:hover {
  background: var(--color-eded);
}

/*Category menu style*/
#nseye-catmenu {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 100%;
  overflow-x: scroll;
}

#nseye-catmenu .children,
#nseye-catmenu ul {
  display: none;
}

ul#nseye-catmenu li,
div#nseye-catmenu a {
  margin: 0 20px;
}

ul#nseye-catmenu li a,
div#nseye-catmenu a {
  text-decoration: inherit;
  padding: 5px;
  font-weight: 600;
}

div#nseye-catmenu a {
  font-size: inherit !important;
}

#nseye-catmenu::-webkit-scrollbar,
#nseye-catmenu::-webkit-scrollbar-thumb,
#nseye-catmenu::-webkit-scrollbar-track {
  opacity: 0;
  visibility: hidden;
  webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

#nseye-catmenu:hover::-webkit-scrollbar,
#nseye-catmenu:hover::-webkit-scrollbar-thumb,
#nseye-catmenu:hover::-webkit-scrollbar-track {
  opacity: 1;
  visibility: visible;
}

#nseye-catmenu::-webkit-scrollbar {
  height: 7px;
  transition: height 0.9s;
}

#nseye-catmenu:hover::-webkit-scrollbar {
  height: 7px;
}

#nseye-catmenu::-webkit-scrollbar-thumb {
  background-color: var(--color-gray-2);
  border-radius: 5px;
}

#nseye-catmenu::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-gray);
}

#nseye-catmenu::-webkit-scrollbar-track {
  background-color: var(---light-body);
}

#nseye-catmenu::-webkit-scrollbar-button {
  display: none;
}

#nseye-smenu-ul li {
  position: relative;
}

#nseye-smenu-ul .nsy-toggle {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border: solid var(--black);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: transform 0.3s;
  cursor: pointer;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#nseye-smenu-ul li.nsy-active>.nsy-toggle {
  transform: rotate(225deg);
}

.nseye-smenu-sec ul li>ul.sub-menu {
  max-height: 0;
  opacity: 0;
  transition: max-height 0.5s, opacity 0.3s;
  margin-left: 10px;
}

.nseye-smenu-sec ul li.nsy-active>ul.sub-menu {
  max-height: 1000px;
  opacity: 1;
  display: block;
}

.nsy-active>a {
  margin-bottom: 5px;
}

/* Carousel style */
.nsy-carousel-container {
  width: 100%;
  overflow: hidden;
}

.nsy-carousel {
  display: flex;
  transition: transform 0.3s ease-in-out;
}

.nsy-carousel img {
  width: 100%;
  height: auto;
}

.nsy-carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.nsy-carousel-prev {
  left: 10px;
}

.nsy-carousel-next {
  right: 10px;
}

/* Admin bar style*/
#wpadminbar a {
  position: inherit;
}

#wpadminbar a:before {
  float: inherit;
}

/*mg carousel style Elementor class*/
.nsy-mcar .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: auto !important;
  right: 50px;
}

.nsy-mcar .swiper-button-next,
.nsy-mcar .swiper-button-prev {
  top: 25px;
}

.nsy-mcar .mgproductd.mgpc-pcarousel {
  padding-top: 45px;
  margin-top: -20px;
}

/*Elementor Class*/
.nsy-mail .mc4wp-form-fields input.form-control {
  min-height: 50px;
  padding: 19px;
}

.nsy-mail .mc4wp-form-fields span {
  text-align: center;
  display: block;
}

.nsy-mail .mc4wp-form-fields input[type="submit"] {
  padding: 15px 40px;
}
.night-mode .wp-block-heading,
.night-mode .footer-widget {
  color: var(--black);
}