/* .notif-bar-alert-plugin-show {
    padding-top: 50px;
  }
  @media (max-width: 1024px) {
    .notif-bar-alert-plugin-show {
      padding-top: 50px;
    }
  }
  .notif-bar-alert-plugin-show .main-nav {
    margin-top: 50px;
  }
  @media (max-width: 1024px) {
    .notif-bar-alert-plugin-show .main-nav {
      margin-top: 50px;
    }
  }
  .notif-bar-alert-plugin-show .menu-inner {
    margin-top: 50px;
  }
  @media (max-width: 1024px) {
    .notif-bar-alert-plugin-show .menu-inner {
      margin-top: 50px;
    }
  }
  .notif-bar-alert-plugin-show .show-menu .menu-inner::before {
    margin-top: 50px;
  }
  @media (max-width: 1024px) {
    .notif-bar-alert-plugin-show .show-menu .menu-inner::before {
      margin-top: 50px;
    }
  }
   */

.alerts-bar-wp-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  z-index: 99;
}

.notif-bar-alert-plugin {
  background-color: #b20c00;
  width: 100%;
  height: 60px;
  z-index: 999;
}


.notif-bar-alert-plugin .notif-bar-alert-plugin-text {
  color: #fff;
  padding-left: 100px;
  padding-right: 100px;
  width: 100%;
  max-height: 50px;
  overflow: hidden;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  display: block;
}

@media (max-width: 1024px) {
  .notif-bar-alert-plugin .notif-bar-alert-plugin-text {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 1024px) {
  .notif-bar-alert-plugin .notif-bar-alert-plugin-text {
    padding-left: 20px;
    padding-right: 25px;
    font-size: 1.25rem;
  }
}

.notif-bar-alert-plugin p {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #000;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
}

.notif-bar-alert-plugin a {
  color: #fff;
  text-decoration: underline;
  font-weight: 500;
}

.notif-bar-alert-plugin i {
  color: #fff;
}

@media (max-width: 1024px) {
  .notif-bar-alert-plugin i {
    display: none;
  }
}

.wp-notif-close-alert-plugin {
  position: relative;
  height: 23px;
  width: 23px;
  border-radius: 100%;
  right: 5%;
}

@media (max-width: 1024px) {
  .wp-notif-close-alert-plugin {
    right: 20px;
  }
}

.wp-notif-close-alert-plugin-close-icon {
  display: inline-block;
  position: relative;
  vertical-align: top;
  height: 23px;
  width: 23px;
}

.wp-notif-close-alert-plugin-close-icon:after,
.wp-notif-close-alert-plugin-close-icon:before {
  content: "";
  display: block;
  height: 2px;
  width: 70%;
  background-color: #000;
  top: 50%;
  left: 15%;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -1px;
}

.wp-notif-close-alert-plugin-close-icon:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .wp-notif-close-alert-plugin {
    right: 20px;
  }
}


.wp-notif-close-alert-plugin {
	position: absolute;
	height: 26px;
	width: 26px;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 100%;
}

.wp-notif-close-alert-plugin-close-icon{
	display: inline-block;
	position: relative;
	vertical-align: top;
	height: 20px;
	width: 20px;
	top: 1px;
	left: 1px;
}

.wp-notif-close-alert-plugin-close-icon::after, .wp-notif-close-alert-plugin-close-icon::before {
	content: "";
	display: block;
	height: 2px;
	width: 70%;
	background-color: #fff;
	top: 50%;
	left: 15%;
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -1px;
}

.wp-notif-close-alert-plugin-close-icon::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.wp-notif-close-alert-plugin:hover {
  cursor: pointer;
}

.noti-bar-show .nav-main {
  top: 50px;
}

.noti-bar-show.nav-show .nav-main {
  top: 0px;
}


.wp-alert {
  display: flex;
  align-items: center;
  height: 100%;
}

.primary-alert-show .nav-main, .secondary-alert-show .nav-main{
  top: 60px;
}

.primary-alert-show.secondary-alert-show .nav-main{
  top: 120px;
}


@media (max-width: 1024px) {

  .notif-bar-alert-plugin {
    background-color: #b20c00;
    width: 100%;
    height: 50px;
    z-index: 999;
  }

  .primary-alert-show .nav-main, .secondary-alert-show .nav-main{
    top: 50px;
  }

  .primary-alert-show.secondary-alert-show .nav-main{
    top: 100px;
  }
}
