body.withUnivHeader .elementor-location-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 888;
}

/* #wpadminbar {
    z-index: 8888888
}
*/

/* Hide the avatar menu and other admin bar elements because it is blocking during dev */
body.page #wp-admin-bar-top-secondary,
body.page #wp-admin-bar-gp_elements-menu,
body.page #wp-admin-bar-autoptimize,
body.page #wp-admin-bar-wpal-memberium-performance,
body.page #wp-admin-bar-show_template_file_name_on_top,
body.page #wp-admin-bar-duplicate-post {
  display: none;
}

body.withUnivHeader.admin-bar .elementor-location-header {
  top: 30px;
}

body.withUnivHeader #page,
.elementor-editor-active #page {
  margin-top: 54px;
}

body.withUnivHeader.admin-bar #page {
  margin-top: 54px;
}

/* body.withUnivHeader #page {
  margin-top:40px;
} */

#headerUniversal {
  opacity: 1;
}

#headerUniversal > .elementor-column-wrap.elementor-element-populated {
  padding:0;
}



.headerUniv {
  border: 0;
  position: relative;
  background-color: white;
  border-bottom: solid 1px #ccc;
}

.headerUniv * {
  font-family: 'Inter';
}

.headerUniv .cWrap {
  display: flex;
  width: 100%;
}

.headerUniv .cCol {
  opacity: 1;
}

.headerUniv .cCol li a {
  vertical-align: middle;
  display: inline-block;
}

.headerUniv .cCol li a:after {
  display: block;
  width: 100%;
  height: 2px;
  background-color: black;
  opacity: 0;
  content: '';
  transition: all 300ms ease;
}

.headerUniv .cCol.n1 {
  flex-grow: 0;
  width: auto;
  text-align: center;
  position:relative;
  z-index:1;
}

.headerUniv .cCol.n1 a {
  display: inline-block;
  padding: 12px 0;
  width: 100%;
  height: 54px;
}

.headerUniv .cCol.n1 img {
  width: 32px;
  display: inline-block;
  vertical-align: middle;
}

.headerUniv .logoSmall {
  width: 54px;
  display: none;
  border-right: solid 1px #ccc;
}

.headerUniv .cWrap .cCol.n1 .logoWhole {
  display: block;
  width: 120px;
  text-align: left;
  padding-left: 12px;
  border: 0;
  margin-right: 12px;
}

.headerUniv .cWrap .logoWhole img {
  width: 100%;
  margin-top: 3px;
}

.headerUniv .cCol.n2 {
  flex: auto;
}

.headerUniv .cCol.n2 {
  display: flex;
  align-items: center;
}

.headerUniv .cCol.n2 ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.headerUniv .cCol.n2 li {
  display: inline-block;
  margin-right: 20px;
}

.headerUniv .cCol.n2 li:last-child {
  margin-right: 0;
}

.headerUniv .cCol.n2 li,
.headerUniv .cCol a {
  font-size: 14px;
  color: black;
  display: inline-block;
  padding:0;
}

.headerUniv .menuDiv {
  width: 100%;
  text-align: center;
}

.headerUniv .cCol .btnReadyJoinMid {
  display: none;
}

.headerUniv .cCol li:hover a:after {
  opacity: 1;
}

.headerUniv .cCol.n3 {
  display: flex;
  width: 390px;
  flex-grow: 0;
  justify-content: flex-end;
  text-align: center;
  align-items: center;
  justify-content: flex-end;
}

.btnReadyJoinDiv {
  display: flex;
  height: 100%;
}

.btnReadyJoinDiv .search {
  margin-top: 7px !important; 
}

.btnReadyJoinDiv .submit {
  top: 7px !important;
}

.btnReadyJoinDiv input {
  margin-top: 8px !important;
}

.btnDivNotLoggedIn {
  height: 100%;
}

.headerUniv .btnDiv {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.btnReadyJoinDiv span {
  display: flex;
  height: 100%;
  align-items: center;
}

.btnReadyJoinDiv span:first-of-type {
  margin-left: 12px;
  margin-right: 12px;
  padding-right: 12px;
  height: 100%;
  border-right: solid 1px #ccc;
}

.btnReadyJoinDiv span:last-child {
    padding-right: 6px;
}

.btnReadyJoinDiv a {
  vertical-align: top;
}

.btnReadyJoinDiv a b {
  font-weight: 700;
}

.btnReadyJoinDiv .btnReadyJoin b,
.headerUniv .cCol .btnReadyJoinMid,
.mobileMenuBg .menuBox .btnReadyJoin {
  color: #295ec5;
}

.btnReadyJoinDiv .searchBox {
  margin-right: 10px;
}

.headerUniv .cCol.n3 .btnMobile {
  display: none;
  width: 100%;
  height: 100%;
  width: 54px;
  border-left: solid 1px #ccc;
}

.headerUniv .cCol.n3 .btnMobile img {
  margin-left: 10px;
  margin-top: 15px;
  vertical-align: top;
}

.mobileMenuBg {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  z-index: 8888888;
  transition: opacity 300ms ease;
  opacity: 1;
}

.mobileMenuBg.notVisible {
  /* opacity: 0;
  z-index: 0;
  height: 0; */
  visibility:hidden;
  transition: opacity 300ms ease;
}

.mobileMenuBg.notVisible .menuBox {
  transform: translateX(100%);
}

.mobileMenuBg * {
  font-family: 'Inter';
}

.mobileMenuBg .menuBox {
  width: 340px;
  position: fixed;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  height: 100%;
  border-radius: 20px 0 0 20px;
  transition: all 300ms ease;
  transform: translateX(0);
}

body.withUnivHeader.admin-bar .mobileMenuBg .menuBox {
  top: 32px;
}

.mobileMenuBg .menuHeader {
  display: flex;
  height: 52px;
  align-items: center;
  border-bottom: solid 1px #ccc;
}

.mobileMenuBg .menuHeader .cElem.n1 {
  flex: auto;
  text-align: center;
  font-size: 15px;
}

.mobileMenuBg .menuHeader .cElem.n2 {
  flex-grow: 0;
  width: 52px;
  height: 52px;
}

.mobileMenuBg .btnCloseMenu {
  display: inline-block;
  border: 0;
  width: 100%;
  height: 100%;
  background-color: #e7e7e7;
  padding: 0;
  border-left: solid 1px #ccc;
}

.mobileMenuBg .btnCloseMenu img {
  display: inline-block;
  width: 14px;
}

.mobileMenuBg .menuBox ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.mobileMenuBg .menuBox .menuDiv {
  padding: 30px 45px 0;
}

.mobileMenuBg .menuBox li {
  margin-bottom: 25px;
}

.mobileMenuBg .menuBox li a {
  color: black;
  font-size: 14px;
}

.mobileMenuBg .menuBox .spacer span {
  height: 2px;
  background-color: black;
  width: 160px;
  display: inline-block;
}

.logged-in .headerUniv .elemNotLoggedIn,
.logged-in .mobileMenuBg .elemNotLoggedIn {
  display: none;
}

.headerUniv .cWrap .elemLoggedIn,
.mobileMenuBg .menuBox .elemLoggedIn {
  display: none;
}

.logged-in .headerUniv .elemLoggedIn,
.logged-in .mobileMenuBg .menuBox .elemLoggedIn,
.logged-in .headerUniv .cCol.n3 .btnMobile {
  display: block;
}

.mobileMenuBg .menuLikeFeed li {
  margin-bottom: 10px;
  padding-left:0;
}

.mobileMenuBg .menuLikeFeed li.disabled-item {
  filter: grayscale(1);
  opacity: 0.6;
  cursor: not-allowed !important;
}

.disabled-item a {
    pointer-events: none;
}

.mobileMenuBg .menuBox .menuDiv {
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100vh - 100px);
}

.menuLikeFeed .side-menu-header {
  font-size: 12px;
  font-weight: bold;
  margin-top: 20px;
}

.menuLikeFeed li i {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: cover;
  vertical-align: middle;
  margin-right: 10px;
}

.logged-in .headerUniv .n3 {
  width: 400px;
}

.profileMenu.disabled {
  pointer-events: none;
}
.profileMenuBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  visibility: hidden;
}

.profileMenuBox--show {
  visibility: visible;
}

.admin-bar .profileMenuBox {
  top: 32px;
}

.profileMenuBox__bg {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.profileMenuBox__content {
  background-color: #fff;
  height: 100%;
  width: 100%;
  max-width: 340px;
  position: absolute;
  right: -100%;
  top: 0;
  transition: all 500ms ease;
}

.profileMenuBox--show .profileMenuBox__content {
  right: 0;
}

.profileMenuBox__header {
  padding: 16px 20px;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #ddd;
}

.profileMenuBox__body {
  overflow-y:auto;
  height:85%;
}

.profileMenuBox__header__avatar {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: cover;
  border-radius: 40px;
  margin-right: 10px;
}

.profileMenuBox__header__name h3 {
  margin: 0;
  font-size: 13px !important;
  font-family: 'Inter';
  color: #000;
  line-height: auto;
  text-transform: none;
}

.profileMenuBox__header__name span {
  font-size: 11px;
  color: #aaa;
  line-height:auto;
  verical-align:top;
}

.profileMenuBox__body ul {
  list-style: none;
  padding: 16px 20px;
  margin: 0;
  border-bottom: solid 1px #ddd;

}

.profileMenuBox__body ul:last-child {
  border-bottom: 0;
  margin-bottom:80px;
}

.profileMenuBox__body li {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 9px;
}

.profileMenuBox__body a {
  color: #000;
  font-size: 14px;
}

.profileMenuBox__fontsize {
  margin-top: 13px;
  display: flex;
}

.profileMenuBox__fontsize--hide {
  display: none;
}

.profileMenuBox__fontsize button {
  width: 40px;
  padding: 5px;
  font-size: 13px;
  display: inline-block;
}

.profileMenuBox__fontsize span {
  width: 40px;
  display: inline-block;
  border: solid 1px #ccc;
  text-align: center;
  font-size: 13px;
  margin: 0 5px;
  padding: 4px 5px;
  border-radius: 2px;
  line-height: 2;
  height: 20px;
}

.notificationMenuBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  visibility: hidden;
  transition: all 500ms ease;
  opacity: 0;
}

.notificationMenuBox--show {
  visibility: visible;
  opacity: 1;
}


.admin-bar .notificationMenuBox {
  top: 32px;
}

.notificationMenuBox__bg {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.notificationMenuBox__content {
  background-color: #fff;
  height: 100%;
  width: 100%;
  max-width: 465px;
  position: absolute;
  right: 0;
  top: -100%;
  transition: all 500ms ease;
  opacity: 0;
}

.notificationMenuBox--show .notificationMenuBox__content {
  top: 0;
  opacity: 1;
}

.notificationMenuBox__header {
  border-bottom: solid 1px #ddd;
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.notificationMenuBox__header > img {
  width: 14px;
  cursor: pointer;
}

.notificationMenuBox__header h3 {
  font-size: 13px !important;
  font-family: 'Inter';
  color: #000;
  text-transform: none;
  margin-bottom: 0;
}

.notificationMenuBox__body {
  height: 100%;
}

.notificationMenuBox__header a img {
  width: 24px;
}

.notificationMenuBox__mark-button {
  padding: 5px;
  text-align: center;
}

.notificationMenuBox__mark-button button {
  padding: 2px 20px;
  border-radius: 3px;
  color: #000;
  font-size: 13px;
  background-color: buttonface;
}

.notificationMenuBox__mark-button button:hover{
  color: #000;
  background-color: buttonface;
}

.notificationMenuBox__preloader {
  margin-top: 20px;
  text-align: center;
}

.notificationMenuBox__list {
  overflow: hidden;
  overflow-y: auto;
  height: 86%;
}

.notificationMenuBox__list .zeroNotice {
  font-size: 13px;
  text-align: center;
  padding: 10px;
}

.notificationMenuBox__list .noticeLink {
  display: block;
  padding: 0;
  border-bottom: solid 1px #ddd;
  color: #000;
  font-size: 13px;
  transition: none;
}

.notificationMenuBox__list .noticeLink .noticeElem {
  display: flex;
  align-items: center;
  padding: 15px;
}

.notificationMenuBox__list .noticeLink .noticeElem.unReadElem {
  background-color: #dff6cb;
}

.notificationMenuBox__list .noticeLink .noticeElem .avatar {
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50px;
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
  border-radius: 40px;
  background-size: cover;
  margin-right: 10px;
}

.notificationMenuBox__list .noticeLink .noticeElem .avatar i {
  left: initial;
  right: -7px;
  top: 26px;
  position: absolute;
  font-size: 0.9rem;
  color: white;
  padding: 4px;
  border-radius: 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #FFF;
}

.notificationMenuBox__list .noticeLink .noticeElem .avatar i.notificationsIconComment {
  background-color: #169011;
}

.notificationMenuBox__list .noticeLink .noticeElem .avatar i.notificationsIconLike {
  background-color: #337ab7;
}





.headerUniv .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  margin-right: 17px;
}

.headerUniv .menu ul li {
  padding: 0 12px;
}

.headerUniv .menu ul li a:after,
.headerUniv .menu ul li:hover a:after {
  display: none;
}

.headerUniv .searchBox {
  display: flex;
}

.headerUniv .searchBox .search {
  position: relative;
  background-color: #f2f2f2;
  padding: 3px;
  border-radius: 12px;
  height: 40px;
  margin-top: 3px;
  max-width: 200px;
}

.headerUniv .searchBox .search img.search-close {
  position: absolute;
  right: 8px;
  top: 10px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: none;
}

.headerUniv .searchBox .search form .submit {
  display: inline-block;
  position: absolute;
  width: auto;
  border: 0;
  left: 12.5px;
  top: 5px;
  background-color: transparent;
  padding: 0;
}

.headerUniv .searchBox .search form .submit img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-top: 5px;
}

.headerUniv .searchBox .search form input {
  border: 0;
  background: none;
  padding: 0;
  padding-left: 35px;
  outline: 0 !important;
  display: inline-block;
  width: 95%;
  margin-top: 5px;
  font-size: 13px;
}

.search-expand-indicator {
  display: none;
  height: 0;
  width: 0;
}

.headerUniv .profileMenu a {
  width: 32px;
  height: 32px;
  display: block !important;
  background-size: contain;
  border-radius: 30px;
  background-color: #333;
}

.headerUniv .notice a {
  text-decoration: initial;
  padding: 3px 5px;
  display: inline-block;
  min-width: 35px;
  min-height: 35px;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

.headerUniv .notice .notice__badge {
  top: 0;
  left: initial;
  right: 0px;
  position: absolute;
  min-width: 14px;
  font-size: 1rem;
  background-color: #fa3e3e;
  border-radius: 2px;
  color: white;
  padding: 3px 4px;
}

.headerUniv .notice img {
  width: 25px;
  height: 25px;
  margin-top: 5px;
}

.headerUniv .messagesLi img {
  width: 25px;
  height: 25px;
  margin-top: 5px;
}

.headerUniv .messagesLi a:after {
  display: none !important;
}

/*
--------------------------
TalkJS
--------------------------
*/
#talkjsChatWrap {
  position: fixed;
  z-index: 8888;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 500ms ease;
  opacity: 1;
}

#talkjsChatWrap.isHidden {
  /* display:none; */
  opacity: 0;
  top: -100%;
  z-index: 0;
}

#talkjsChatWrap.isHidden .talkjsInnerWrap {
  top: -100%;
}

#talkjsChatWrap .talkjsInnerWrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 500ms ease;
}

#talkjsChatBox {
  width: 90%;
  height: 500px;
  margin: 10px auto 0;
}

#talkjsChatWrap .closeTalkjsDiv {
  text-align: center;
  margin-top: 20px;
}

#talkjsChatWrap .closeTalkjs {
  /*
  position:absolute;
  right:10px;
  top:10px;
  */
  background: #222;
  color: white;
  border-radius: 3px;
  padding: 5px 12px;
  transition: all 300ms ease;
}

#talkjsChatWrap .closeTalkjs:hover {
  background: #333;
}

#talkjsChatWrap .closeTalkjs i {
  font-size: 1.5rem;
  display: inline-block;
  margin-right: 3px;
}

.preloaderCommon {
  text-align: center;
}

#talkjsMsgWrap {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 8888;
  background-color: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  opacity: 1;
  border-radius: 5px 5px 0 0;
  transition: all 300ms ease;
  padding: 5px;
}

#talkjsMsgWrap.isHidden {
  z-index: 0;
  opacity: 0;
  bottom: -100%;
}

#talkjsMsgBox {
  width: 320px;
  height: 80vh;
  /* margin-top:8px; */
}

#talkjsMsgWrap .closeTalkjs {
  position: absolute;
  top: -30px;
  width: 45px;
  height: 30px;
  background-color: #444;
  color: white;
  border-top-left-radius: 10px;
  right: 20px;
  border-top-right-radius: 10px;
  border: solid 1px rgba(255, 255, 255, 0.6);
  border-bottom: 0;
  font-size: 10px;
  display: flex;
  justify-content: center;
}

#talkjsMsgWrap .closeTalkjs i {
  font-size: 1.5em;
}

#talkjsMsgWrap .preloaderCommon {
  margin-top: 10px;
}

.guideLabel {
  background-color: #d4cfcf;
  padding: 2px;
  border-radius: 3px;
  color: #5b5b5b !important;
  font-size: 10px !important;
  font-weight: bold !important;
}

.cBar {
  margin-bottom: 15px;
  padding: 5px;
}


.customPopupFormDiv {
  padding:20px;
}

.customPopupFormDiv .cTitle {
  font-weight:bold;
  margin-bottom:30px;
  color:black;
  padding-bottom:20px;
  border-bottom:solid 2px #ccc;
  font-family: 'Inter';
  font-size: 23px;
  margin-top: 20px;
  text-transform: none;
}


.customPopupFormDiv textarea {
  min-width:100%;
  max-width:100%;
  min-height:100px;
}

.customPopupFormDiv label {
  color:black;
  margin-bottom:15px;
}

.customPopupFormDiv .form-control {
  background-color:#F7F7F7;
  padding:10px 10px;
  height:auto;
  font-size:1.5rem;
}

.customPopupFormDiv .dualInputDiv {
  display:flex;
}

.customPopupFormDiv .dualInputDiv input:first-child {
  margin-right:25px;
}


.popupOverlay {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  z-index:88888;
  background-color:rgba(0,0,0,.2);
  display:none;
}

.popupOverlay .cWrap {
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
}

.popupOverlay .popContent {
  width:800px;
  min-height:300px;
  background-color:white;
  box-shadow:0 0 10px rgba(0,0,0,0.1);
  position:relative;
  margin:10px;
  border-radius:10px;
}


.popupOverlay .btnClose {
  display:inline-block;
  border:0;
  background:none;
  background-color:#E9EBEE;
  color:white;
  width:32px;
  height:32px;
  position:absolute;
  top:15px;
  right:15px;
  border-radius:4px;
  z-index:888;
  color:black;
}

.popupOverlay .btnClose:hover {
  background-color:#d8d9db;
}

.popupOverlay .btnClose i {
  display:inline-block;
  font-size:1.8rem;
  font-family:monospace;
  font-style:normal;
  line-height:initial;
}

.popupOverlay .btnClose .icon {
  width:12px;
}



.popupOverlay .permissionBox, .popupOverlay .dataBox {
  padding:20px;
}

.popupOverlay .permissionBox label {
  display:inline-block;
  margin-right:10px;
  margin-bottom:10px;
  font-weight:normal;
  cursor:pointer;
}

.popupOverlay .permissionBox input[type=checkbox] {
  display:inline-block;
  margin-right:5px;
}

.popupOverlay .btnSaveDiv {
  text-align:left;
  margin-top:20px;
}

.popupOverlay .btnSaveDiv:after {
  content:"";
  display:block;
  clear:both;
}

.popupOverlay .btnSaveDiv button {
  display:inline-block;
  border:0;
  background:none;
  background-color:#385ef3;
  padding:8px 12px;
  min-width:120px;
  color:white;
  border-radius:3px;
}

.popupOverlay .btnSaveDiv button:hover {
  background-color:#233fb0;
}

.popupOverlay #btnDeleteGroup {
  background-color:red;
  float:right;
  padding:3px 10px;
  font-size:.9rem;
  min-width:initial;
  line-height:initial;
}


.password_reset_form label {
  display: block;
  cursor: pointer;
  margin-bottom: 10px;
}

.password_reset_form {
  text-align: center;
}

.password_reset_form button {
  border-radius: 7px; 
  background-color: #008cba; 
  font-size: 16px;
  padding: 1.5rem 2rem; 
  width: 21em;
  max-width: 90%;
  margin: 10px;
}

#password_reset_form button:hover {
  background-color: #007095;
}


#password-reset-container {
  margin-top: 60px;
}

#headerUniversal > .elementor-widget-wrap {
  padding:0 !important;
}









/*
----------------------------
Responsive
----------------------------
*/

@media (max-width: 1300px) {
  .headerUniv .searchBox {
        width: 30px;
        margin-right: 13px;
        position: relative;
        z-index: 4;
        overflow: visible;
    }



    .headerUniv .cCol.n3 {
      width: 220px;
    }

    .logged-in .headerUniv .cCol.n3 {
      width: 400px;
    }

    .search-expand-indicator {
        display: block;
    }

    .headerUniv .searchBox.open input[type='text'] {
        width: 170px !important;
    }

    .headerUniv .searchBox.open .search-close {
        display: block !important;
    }

    .headerUniv .searchBox .search form .submit {
        left: 13px;
        top: 8px;
    }
}

@media (max-width: 1085px) {
  .logged-in .headerUniv .cCol.n3 {
    width: 300px;
  }
}


@media (max-width: 1024px) {
  body.withUnivHeader.admin-bar #page {
    margin-top: 50px;
  }
}

@media (max-width: 1020px) {
  .headerUniv .logoSmall {
    display: block;
  }

  .headerUniv .cWrap .cCol.n1 .logoWhole {
    display: none;
  }

  .headerUniv .cCol.n2 .menuDiv ul {
    display: none;
  }

  .headerUniv .cCol.n2 .btnReadyJoinMid {
    display: inline-block;
  }

  .headerUniv .btnReadyJoinDiv {
    display: none;
  }

  .headerUniv .cCol.n3 {
    width: 54px;
  }

  .logged-in .headerUniv .cCol.n3 {
    width: 100%;
    justify-content: center;
    margin-left: -32px;
  }

  .headerUniv .cCol.n3 .btnDiv.elemNotLoggedIn {
    display: none;
  }

  .headerUniv .cCol.n3 .btnMobile {
    display: inline-block; 
    position: absolute;
    right: 0;
  }



  
}



@media (max-width: 782px) {
  #wpadminbar {
    position: fixed;
  }

  body.withUnivHeader.admin-bar .elementor-location-header,
  body.withUnivHeader.admin-bar .mobileMenuBg .menuBox, 
  body.withUnivHeader.admin-bar .profileMenuBox{
    top: 46px;
  }
}

@media (max-width: 640px) {
  #password-reset-container {
    margin-top: 0;
    padding: 0 20px;
  }
}

@media (max-width: 400px) {
  .headerUniv .menu ul li:first-child {
    display: none;
  }

  .mobileMenuBg .menuBox {
    width:100%
  }

  .profileMenuBox__content {
    max-width:260px;
  }

  
}


@media(max-width:768px) {
  body.withUnivHeader.admin-bar #page {
    margin-top: 55px;
  }
}

@media(max-width:380px) {
  #wp-admin-bar-root-default>#wp-admin-bar-duplicate-post>.ab-item {
    display:none;
  }
}



img.preloaderImg {
    height: 10px;
    margin: 0 auto;
}




/* style_header_univ.css */


