.clear-fix:before,
.clear-fix:after {
  content: '';
  display: table;
  table-layout: fixed;
}

.clear-fix:after {
  clear: both;
}
.clear-fix:before,
.clear-fix:after {
  content: '';
  display: table;
  table-layout: fixed;
}

#top-bar {
  background-color: #ffffff;
}

#top-bar a {
  color: #000000;
}

#top-bar a:hover,
#top-bar li.current-menu-item > a,
#top-bar li.current-menu-ancestor > a,
#top-bar .sub-menu li.current-menu-item > a,
#top-bar .sub-menu li.current-menu-ancestor > a {
  color: #00a9ff;
}

#top-menu .sub-menu,
#top-menu .sub-menu a {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.05);
}

.header-logo a,
.site-description,
.header-socials-icon {
  color: #111;
}

.site-description:before,
.site-description:after {
  background: #111;
}

.header-logo a:hover,
.header-socials-icon:hover {
  color: #111111;
}

.entry-header {
  background-color: #ffffff;
}

.sticky-header {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.sticky {
  background: #14212b;
  transition: all 0.4s ease;
  z-index: 99998;
  -webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
}

.logged-in.admin-bar .sticky-header.sticky {
  top: 30px !important;
  animation: smoothScroll 1s forwards;
}

/* Mega Menu Css */

/* #main-menu .have__items.mega_menu > .sub-menu {
  width: 900px !important;
  overflow: hidden;
  padding: 20px 10px 20px 10px;
} */

#main-menu .sub-menu a.mega_menu-card {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 5px;
}

#main-menu .sub-menu a.mega_menu-card .card-title {
  margin-bottom: 0;
}

#main-menu .sub-menu a.mega_menu-card:hover {
  background: #f2682a;
}

.all_sols-items {
  height: 260px;
  overflow-y: auto;
  margin: 0px !important;
}

.mega_menu-card .card-title h2 {
  color: white;
  font-size: 0.8rem;
  margin: 0;
  padding: 0;
  line-height: 20px;
}

.mega_menu-card-content h1 {
  font-size: 1rem;
}

.mega_menu-card .sol_img {
  display: flex;
}

.mega_menu-card .sol_img img {
  display: flex;
  border-radius: 5px;
  max-height: 40px;
  max-width: 40px;
}

.mega_menu-exprt {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
}

.mega_menu-exprt .user_exprt span {
  display: flex;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin-right: -10px;
  border: 2px solid white;
  box-shadow: 1px 2px 0px 0px #ffffff24;
}

.mega_menu-exprt a.exprt__btn {
  background: white!important;
  padding: 1px 10px 1px 10px!important;
  border-radius: 20px;
  border: 1px solid #818181;
  font-size: 12px;
  font-weight: 600;
color: black!important;
}

.mega_menu-exprt a.exprt__btn:hover {
  background-color: #f2682a!important;
  color: white!important;
}

.mega_menu-exprt .user_exprt {
  display: flex;
  align-items: center;
  gap: 20px;
}

.mega_menu-exprt .exprt_text {
  line-height: 20px;
}

.mega_menu-exprt .exprt_text h3,
.exprt_text p {
  padding: 0;
  margin: 0;
}

.cto_in-menu {
  border-top: 1px solid #80808024;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.mega_menu-exprt .user_exprt figure {
  margin: 0;
  display: flex;
  gap: 0;
}

.mega_menu-exprt .user_exprt figure span:nth-child(1) {
  background: #b9b9b9;
}

.mega_menu-exprt .user_exprt figure span:nth-child(2) {
  background: #ffab81;
}

.mega_menu-exprt .user_exprt figure span:nth-child(3) {
  background: #cfffd1;
}

.mega_menu-exprt .user_exprt figure span img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.mega_menu-exprt h3 {
  font-size: 0.9rem;
  font-weight: 600;
  color: #00a88a;
}

/* Mega Menu Css End */

#main-nav.sticky-header {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}

#main-nav.sticky-header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #14212b;
  height: 60px;
  animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}

#main-nav .svg-inline--fa {
  color: #fa5013;
}

#main-menu a {
  color: white;
}

#main-nav #s {
  color: #14212b;
}

.main-nav-sidebar div span,
.sidebar-alt-close-btn span,
.btn-tooltip {
  background-color: #000000;
}

.btn-tooltip:before {
  border-top-color: #000000;
}

#main-nav a:hover,
#main-nav .svg-inline--fa:hover,
#main-nav li.current-menu-item > a,
#main-nav li.current-menu-ancestor > a,
#main-nav .sub-menu li.current-menu-item > a,
#main-nav .sub-menu li.current-menu-ancestor > a {
  color: #f3672a;
}

.main-nav-sidebar:hover div span {
  background-color: #00a9ff;
}

#main-menu .sub-menu,
#main-menu .sub-menu a {
  background-color: #14212b;
  border-color: rgba(0, 0, 0, 0.05);
}

#main-nav #s {
  background-color: #ffffff;
}

#main-nav #s::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.7);
}

#main-nav #s::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.7);
}

#main-nav #s:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.7);
}

#main-nav #s:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.7);
}

#main-nav {
  text-align: center;
}

/* .main-nav-icons {
  position: absolute;
  top: 0px;
  right: 40px;
  padding: 20px 0px;
} */

.main-nav-icons.menu__right-side {
  position: relative;
  margin-left: 30px;
}

.main-nav-buttons {
  position: relative;

  z-index: 1;
}

#top-bar > div,
#main-nav > div,
#featured-links,
.main-content,
.page-footer-inner,
.featured-slider-area.boxed-wrapper {
  padding-left: 40px;
  padding-right: 40px;
}

.svg-inline--fa.fa-w-14 {
  width: 0.875em;
}

.search-bar {
  background: white;
}

.search-bar .search_result ul li > a {
  color: #14212b;
}

.search-form_form {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*--------------------------------------------------------------
 POPUP
--------------------------------------------------------------*/

.popup-container p {
  font-size: 14px;
}
.popup-container .wpcf7 ul {
  display: none;
}
ul.social_share li a i:before {
  margin: 1px;
  margin-right: 10px;
}
.popup {
  position: fixed;
  left: 0;
  top: 30px;
  height: 100%;
  z-index: 100000;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: 500ms all;
}
.popup.is-visible {
  opacity: 1;
  visibility: visible;
  transition: 1s all;
  align-items: center;
  display: flex;
}
.popup-container .row {
  text-align: left;
}
.popup-container {
  transform: translateY(-50%);
  transition: 500ms all;
  position: relative;
  width: 60%;
  margin: 1em auto;
  padding: 30px;
  background: #fff;
  border-radius: 0.25em 0.25em 0.4em 0.4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.is-visible .popup-container {
  transform: translateY(0);
  transition: 500ms all;
}
.popup-container .popup-close {
  position: absolute;
  top: 8px;
  font-size: 0;
  right: 8px;
  width: 30px;
  height: 30px;
}
.popup-container .popup-close::before,
.popup-container .popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}
.popup-container .popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.popup-container .popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
.popup-container .popup-close:hover:before,
.popup-container .popup-close:hover:after {
  background-color: #35a785;
  transition: 300ms all;
}

/*--------------------------------------------------------------
POPUP
--------------------------------------------------------------*/

/*--------------------------------------------------------------
6.0 Main Navigation
--------------------------------------------------------------*/

svg:not(:root).svg-inline--fa {
  overflow: visible;
}

.main-nav-search,
#main-nav #s {
  font-size: 14px;
}

.main-nav-search .svg-inline--fa {
  position: relative;
  z-index: 10;
}

.svg-inline--fa.fa-w-16 {
  width: 1em;
}

svg:not(:root) {
  overflow: hidden;
}

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.main-nav-sidebar {
  display: inline-block;
}

.main-nav-sidebar div {
  max-height: 60px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.main-nav-sidebar div span {
  display: block;
  width: 17px;
  height: 2px;
  margin-bottom: 3px;
}

.main-nav-sidebar,
.main-nav-search {
  -webkit-user-select: none;
  user-select: none;
}

#main-nav {
  position: relatibe;
  z-index: 9999999;
  display: flex;
  width: 100%;
background: #18202a;
}

.main-menu-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

/* #main-nav > div {
  position: relative;
  width: 100%;
} */

#main-nav > div {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Menu */

#mobile-menu li {
  font-family: 'Open Sans';
  font-size: 15px;
  line-height: 40px;
  letter-spacing: 1px;
  font-weight: 600;
}

#main-menu {
  display: flex;
  width: max-content;
  
  position: relative;
  margin: 0;
}

#main-menu > li.menu-item {

padding: 20px 0;

}

#main-menu li {
  position: relative;
  line-height: 30px;
}

#main-menu > li {
  display: inline-block;
  list-style: none;
}

/* Only if Mega Menu */

#main-menu > li.have__items.mega_menu {
  position: static !important;
}

#main-menu .have__items.mega_menu > .sub-menu {
  width: 100%;
  z-index: 20;
  top: 100%;
  left: 0;
  float: left;
  min-width: 300px;
  padding: 20px 10px 20px 10px;
}

/* Only if Mega Menu */

#main-menu > .have__items .aro__right:after {
  content: '' !important;
  background: url(/wp-content/uploads/2020/12/caret-down.svg);
  background-repeat: no-repeat;
  padding: 5px;
  background-size: contain;
  vertical-align: baseline;
  float: right;
  position: relative;
  left: 5px;
  top: 10px;
}

/* #main-menu > .have__items:after {
  background-image: url(https://www.bizmetric.com/wp-content/uploads/2023/08/caret-down.svg);
  background-size: 12px 20px;
  display: inline-block;
  content: '';
  position: absolute;
  top: 13px;
  right: -70px;
  bottom: 0;
  width: 75px;
  height: 35px;
  margin: auto 0;
  -ms-transform: rotateZ(-0deg);
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  background-repeat: no-repeat;
} */

#main-menu > li:last-child:after {
  display: none !important;
}

#main-menu li a {
  display: block;
  position: relative;
  padding: 0 12px;
  cursor: pointer;
}

#main-menu > li > a {
  display: block;
  text-decoration: none;
  font-size: 0.8rem;
  cursor: pointer;
}

#main-menu li:first-child a {
  padding-left: 0px;
}

#main-menu li:last-child a {
  padding-right: 0px;
}

#main-menu ul ul {
  top: 0;
  left: 100%;
}

#main-menu .sub-menu {
  display: none;
  position: absolute;
  z-index: 130;
  width: 240px;
  text-align: left;
  border-style: solid;
  border-width: 1px;
  padding: 0px;
  transition: all 0.3s ease;
  border-radius: 5px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

#main-menu .sub-menu a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

#main-menu .sub-menu > li:last-of-type > a {
  border: none;
}

#main-menu .sub-menu > li > a {
  display: block;
  width: 100%;
  padding: 5px 1px 0px 10px;
  margin: 0;
  font-size: 0.8rem;
}

#main-menu .sub-menu > li > a:hover {
  background: #c6ccd1;
  color: #0c171f;
}

#main-menu .sub-menu li.menu-item-has-children > a:after {
  content: url('/wp-content/uploads/2020/12/white-arrow-right-min-1.png');
  font-size: 14px;
  float: right;
}

#main-menu .sub-menu li:first-child > .sub-menu {
  margin-top: -1px;
}

/* Mobile Menu  */
.mobile-menu-container {
  position: relative;
  display: none;
  clear: both;
  height: auto;
  width: 100%;
  justify-content: center;
  top: 10px;
z-index: 1;
}

.have__items ul li.third_level_menu_items > a {
  color: #76858d !important;
}

.mobile-menu-btn {
  display: none;
  font-size: 16px;
  padding: 0 15px;
  line-height: 60px;
  cursor: pointer;
}

.rotate_menu-arrow {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

#mobile-menu {
  padding-bottom: 15px;
  padding-left: 0;
  height: auto;
  padding: 0 25px;
  clear: both;
  background-color: #14212b;
  overflow-x: overlay;
  width: inherit;
  border-radius: 5px;
}

#mobile-menu .sub-menu li {
  font-size: 12px !important;
}

#mobile-menu li {
  position: relative;
  width: 100%;
  text-align: left;
}

#mobile-menu li.menu-item-has-children > a {
  display: contents;
  text-indent: 15px;
}

#mobile-menu li a {
  display: block;
  position: relative;
  z-index: 5;
  padding: 0 0px;
  color: white;
}

#mobile-menu .sub-menu li {
  line-height: 30px !important;
}

#mobile-menu .sub-menu li .sub-menu-btn-icon {
  top: 5px !important;
}

.sub-menu-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  z-index: 1;
}

#mobile-menu .sub-menu.show__child-items {
  display: grid;
  margin: 0;
  padding: 0;
  padding-left: 10px;
  transition: all 0.3s ease;
}

.sub-menu-btn-icon {
  position: relative;
  top: 16px;
  display: inline-block;
  font-size: 13px;
  vertical-align: top;
  line-height: 19px;
  float: right;
}

.icon-angle-down:before {
  content: url('/wp-content/uploads/2023/08/white-arrow-right-min.png');
}
.icon-angle-down:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#mobile-menu .sub-menu {
  display: none;
}

/* Icons */
/* .btn-tooltip {
  position: absolute;
  color: #ffffff;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  padding: 5px 0px 6px 0px;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 230ms ease-in-out 0s;
  transition: all 230ms ease-in-out 0s;
}

.btn-tooltip:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top-style: solid;
  border-top-width: 4px;
} */

.main-nav-search {
  float: right;
  margin-left: 18px;
  position: relative;
  cursor: pointer;
}

.main-nav-search i {
  position: relative;
  z-index: 10;
}

.main-nav-search {
  -webkit-transition: all 230ms ease-in-out 0s;
  transition: all 230ms ease-in-out 0s;
  cursor: pointer;
}

.main-nav-search .btn-tooltip {
  top: -24px;
  right: 0px;
  width: 65px;
}

.main-nav-search .btn-tooltip:before {
  right: 5px;
  bottom: -3px;
}

.main-nav-search:hover .btn-tooltip {
  top: -11px;
  visibility: visible;
  opacity: 1;
}

.main-nav-search #searchform {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.main-nav-search #searchform i {
  display: none;
}

.main-nav-search label,
.main-nav-search #searchsubmit {
  display: none;
}

.main-nav-search div {
  line-height: 1;
}

/* Search */
#main-nav #searchform {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

#main-nav #searchform input {
  width: 100%;
  padding: 0;
  border: 0;
  letter-spacing: 0.4px;
  font-weight: 600;
  text-align: center;
}

#main-nav #searchform,
#main-nav #searchform i,
#main-nav #searchform #searchsubmit,
.main-nav-search i:last-of-type {
  display: none;
}

/* Sidebar Alt */
.main-nav-sidebar {
  position: relative;
  float: left;
  margin-right: 17px;
  height: 60px;
  cursor: pointer;
}

.main-nav-sidebar .btn-tooltip {
  top: -24px;
  left: 0px;
  width: 90px;
}

.main-nav-sidebar .btn-tooltip:before {
  left: 10px;
  bottom: -3px;
}

.main-nav-sidebar:hover .btn-tooltip {
  top: -11px;
  visibility: visible;
  opacity: 1;
}

.sidebar-alt {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1200;
  height: 100%;
  overflow-x: hidden;
  transition: left 500ms ease-out;
  -webkit-transition: left 500ms ease-out;
  -moz-transition: left 500ms ease-out;
  -o-transition: left 500ms ease-out;
  -ms-transition: left 500ms ease-out;
}

.sidebar-alt-close {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1150;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.sidebar-alt-close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.admin-bar .sidebar-alt-close-btn {
  top: 40px;
}

.sidebar-alt-close-btn span {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 3px;
  cursor: pointer;
  margin-left: -9px;
}

.sidebar-alt-close-btn span:first-child {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sidebar-alt-close-btn span:last-child {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.main-nav-socials {
  float: left;
}

.main-nav-socials a {
  font-size: 14px;
  line-height: 60px;
  margin-left: 14px;
  text-align: center;
  text-decoration: none;
}

.main-nav-socials a:first-child {
  margin-left: 0;
}

/* Random Post Button */
.random-post-btn {
  position: relative;
  top: 0;
  display: inline-block;
  line-height: 60px;
  font-size: 16px;
  -webkit-transition: all 230ms ease-in-out 0s;
  transition: all 230ms ease-in-out 0s;
  cursor: pointer;
}

.random-post-btn .btn-tooltip {
  top: -24px;
  left: 0px;
  width: 110px;
}

.random-post-btn .btn-tooltip:before {
  left: 10px;
  bottom: -3px;
}

.random-post-btn:hover .btn-tooltip {
  top: -11px;
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 500px) and (max-width: 980px) {
  #mobile-menu {
    width: 300px;
  }
}

@media screen and (min-width: 980px) and (max-width: 1099px) {
  #main-menu > li > a {
    display: block;
    text-decoration: none;
    font-size: 0.8rem;
  }
  #main-menu li a {
    display: block;
    position: relative;
    padding: 0 10px;
  }
}

/* Viewport Size 979px */
@media screen and (max-width: 979px) {
  .header-logo a {
    font-size: 80px !important;
    line-height: 1 !important;
  }

  .site-description {
    font-size: 13px !important;
  }

  #mobile-menu {
    overflow-y: auto;
    height: 100%;
    min-height: 100%;
    max-height: 550px;
  }

  .mega_menu-exprt .user_exprt figure {
    display: flex;
    justify-content: center;
  }

  .all_sols-items {
    height: 300px;
    padding-top: 20px;
  }

  .cto_in-menu {
    padding-top: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .mega_menu-exprt .exprt_text h3 {
    font-size: 0.8rem;
  }
  .mega_menu-exprt .exprt_text p {
    font-size: 0.7rem;
  }

  .mega_menu-exprt {
    display: grid;
  }

  .mega_menu-exprt .user_exprt {
    display: grid;
    margin-bottom: 20px;
    text-align: center;
  }

  #mobile-menu li a {
    display: flex;
    gap: 10px;
  }

.mega_menu-card .card-title h2 {
    font-size: .7rem;
}


 .menu__contactus-btn a {
    display: grid !important;
    text-align: center;
    width: fit-content;
  }

.menu__contactus-btn {
    width: 100%;
    display: flex;
    justify-content: center;
}

  #mobile-menu .have__items.mega_menu .sub-menu.show__child-items {
    padding-left: 0;
  }

  .all_sols-items > .col-lg-4 {
    padding: 0;
  }

  #top-bar > div,
  #main-nav > div,
  #featured-links,
  .main-content,
  .page-footer-inner,
  .featured-slider-area.boxed-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  #top-menu,
  top-menu-container,
  .main-menu-container,
  #main-menu {
    display: none;
  }

  .mobile-menu-btn {
    display: inline-block;
  }

  .main-nav-buttons {
    position: relative;
    top: 0px;
    left: 0;
    z-index: 1;
    float: none;
    margin: 0;
  }

  .main-nav-icons {
    position: absolute;
    top: 0px;
    right: 0px;
    float: none;
    margin: 0;
    margin-left: 0;
  }

  .mobile-menu-container {
    position: absolute;
    display: none;
    clear: both;
    height: auto;
    width: 100%;
    justify-content: center;
    top: 100%;
    margin: 0 auto;
    left: 0;
  }

  #main-nav {
    text-align: center !important;
  }

  .main-container {
    width: 100% !important;
    margin: 0 !important;
  }
}

/* Viewport Size 640px */
@media screen and (max-width: 640px) {
  .header-logo {
    padding-top: 0 !important;
  }

  .header-logo a {
    font-size: 45px !important;
    line-height: 1 !important;
  }
}

/* Viewport Size 480px */
@media screen and (max-width: 480px) {
  #top-bar > div,
  #main-nav > div,
  .main-content,
  .page-footer-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .main-nav-buttons {
    left: 20px !important;
  }

  .main-nav-icons {
    right: 20px !important;
  }
}
