/*---------------------------------
        Footer CSS 
-----------------------------------*/
.footer-wrap {
  position: relative;
  background-color: #242424;
  z-index: 1;
  overflow: hidden;
}
.footer-wrap .footer-widget {
  margin-bottom: 25px;
}
.footer-wrap .footer-widget .logo h2 {
  color: #fff;
  font-size: 32px;
}
.footer-wrap .footer-widget .footer-widget-title {
  font-size: 22px;
  font-weight: 500;
  color: var(--whiteColor);
}
.footer-wrap .footer-widget ul {
  list-style-type: none;
  padding-left: 0;
}
.footer-wrap .footer-widget ul li {
  margin-bottom: 8px;
}
.footer-wrap .footer-widget ul li:last-child {
  margin-bottom: 0;
}
.footer-wrap .footer-widget ul li a {
  position: relative;
  padding-left: 21px;
  color: #999;
  transition: var(--transition);
}
.footer-wrap .footer-widget ul li a svg {
  position: absolute;
  color: #999;
  max-width: 18px;
  top: -1px;
  left: -2px;
  transition: var(--transition);
}
.footer-wrap .footer-widget ul li a:hover {
  color: var(--whiteColor);
  padding-left: 29px;
}
.footer-wrap .footer-widget ul li a:hover svg {
  color: var(--whiteColor);
}
.footer-wrap .footer-widget ul li a::before {
  content: "\f2e5";
  font-family: "remixicon" !important;
  position: absolute;
  left: 0;
}
.footer-wrap .footer-widget .contact-num {
  color: #999;
  margin: 20px 0 14px;
}
.footer-wrap .footer-widget .contact-num a {
  font-size: 22px;
  line-height: 28px;
  color: var(--whiteColor);
  display: block;
  margin: 5px 0 0;
}
.footer-wrap .footer-widget .social-profile li {
  display: inline-block;
  margin-right: 2px;
}
.footer-wrap .footer-widget .social-profile li:last-child {
  margin-right: 0;
}
.footer-wrap .footer-widget .social-profile li a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #353535;
  padding-left: 0;
}
.footer-wrap .footer-widget .social-profile li a svg, .footer-wrap .footer-widget .social-profile li a i {
  color: var(--whiteColor);
  max-width: 18px;
  display: block;
  margin: 0 auto;
  transition: var(--transition);
}
.footer-wrap .footer-widget .social-profile li a:hover {
  background-color: var(--whiteColor);
  padding-left: 0;
}
.footer-wrap .footer-widget .social-profile li a:hover svg, .footer-wrap .footer-widget .social-profile li a:hover i {
  color: var(--secondaryColor);
}
.footer-wrap .footer-widget .social-profile li a::before {
  display: none;
}
.footer-wrap .footer-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.footer-wrap .footer-bottom {
  border-top: 1px solid rgba(71, 71, 71, 0.5);
  padding: 26px 0;
}
.footer-wrap .footer-bottom .copyright-text {
  color: #999;
  margin: 0;
}
.footer-wrap .footer-bottom .copyright-text a, .footer-wrap .footer-bottom .copyright-text span, .footer-wrap .footer-bottom .copyright-text i {
  color: var(--whiteColor);
}
.footer-wrap .footer-bottom select {
  color: #999;
  border: none;
  max-width: 125px;
  padding: 5px 0;
  height: 40px;
  background-color: transparent;
  background-image: url(../img/down-arrow-2.html);
  background-position: 100% 16px;
  background-size: 11px;
}

@media only screen and (max-width: 767px) {
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .footer-wrap .footer-widget ul li a {
    font-size: 14px;
  }
  .footer-wrap .footer-widget ul li a svg {
    max-width: 15px;
    top: -2px;
  }
  .footer-wrap .footer-bottom .copyright-text {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-wrap .footer-bottom select {
    margin: 0 auto;
    display: block;
    font-size: 14px;
    background-position: 100% 17px;
    background-size: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-wrap .footer-widget .footer-widget-title {
    margin-top: -7px;
  }
}
.footer-menu .menu-item {
  display: inline-block;
  margin-left: 15px;
}
.footer-menu .menu-item a {
  color: #999;
}
.footer-menu .menu-item a:hover {
  color: var(--whiteColor);
}

.footer-wrap .footer-widget img.alignnone.size-full {
  margin: 15px 0 30px;
}
.footer-wrap .footer-widget p {
  color: #e4e4e4 !important;
}
.footer-wrap .footer-widget .item .info time {
  color: #d3d3d3;
}
.footer-wrap .footer-widget .wp-calendar-nav {
  margin-top: 10px;
}
.footer-wrap .footer-widget .wp-calendar-nav .wp-calendar-nav-next {
  float: right;
}
.footer-wrap .footer-widget .wp-calendar-nav .wp-calendar-nav-next a {
  color: var(--whiteColor);
}
.footer-wrap .widget_search form {
  position: relative;
}
.footer-wrap .widget_search form .screen-reader-text {
  display: none;
}
.footer-wrap .widget_search form label {
  display: block;
  margin-bottom: 0;
}
.footer-wrap .widget_search form .search-field {
  height: 55px;
  color: var(--blackColor);
  background-color: #eef5f9;
  display: block;
  width: 100%;
  border-radius: 5px;
  padding: 3px 0 0 18px;
  border: none;
  transition: var(--transition);
  font-size: 14px;
  font-weight: 400;
}
.footer-wrap .widget_search form .search-field::-moz-placeholder {
  color: var(--optionalColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.footer-wrap .widget_search form .search-field::placeholder {
  color: var(--optionalColor);
  transition: var(--transition);
}
.footer-wrap .widget_search form .search-field:focus::-moz-placeholder {
  color: transparent;
}
.footer-wrap .widget_search form .search-field:focus::placeholder {
  color: transparent;
}
.footer-wrap .widget_search form button {
  border: none;
  color: var(--whiteColor);
  height: 45px;
  width: 45px;
  padding: 0;
  position: absolute;
  right: 5px;
  transition: var(--transition);
  border-radius: 5px;
  top: 5px;
  font-size: 20px;
  line-height: 0;
}
.footer-wrap .widget_search form button:hover, .footer-wrap .widget_search form button:focus {
  background-color: var(--optionalColor);
  color: var(--whiteColor);
}
.footer-wrap select {
  height: 45px;
  border: 1px solid var(--whiteColor);
  width: 100%;
  font-size: 15px;
  color: var(--blackColor);
  padding: 8px 15px;
}
.footer-wrap .nice-select {
  float: unset;
  word-break: break-word;
  width: 100%;
  white-space: inherit;
}
.footer-wrap .nice-select .option {
  padding-top: 8px;
  padding-bottom: 5px;
}
.footer-wrap .nice-select ul li::before {
  display: none;
}
.footer-wrap .nice-select ul {
  padding-top: 12px;
}
.footer-wrap .nice-select ul li {
  margin-bottom: 0px;
}
.footer-wrap .nice-select .option.selected.focus {
  display: none;
}
.footer-wrap .nice-select .list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.footer-wrap .widget_categories ul li a {
  display: inline-block;
  text-transform: capitalize;
}
.footer-wrap .widget_categories ul li .children {
  margin-top: 10px;
}
.footer-wrap .widget_pages ul li.page_item_has_children > a {
  margin-bottom: 10px;
  display: inline-block;
}
.footer-wrap .widget_pages ul li a {
  text-transform: capitalize;
}
.footer-wrap .widget_rss ul li {
  margin-bottom: 20px;
}
.footer-wrap .widget_rss ul li::before {
  top: 10px;
}
.footer-wrap .widget_rss ul li:last-child {
  margin-bottom: 0;
}
.footer-wrap .widget_rss ul li .rsswidget {
  display: block;
  font-weight: 700;
  font-size: 17px;
  color: #e4e4e4 !important;
  transition: prop time;
}
.footer-wrap .widget_rss ul li .rsswidget:hover {
  padding-left: 7px;
}
.footer-wrap .widget_rss ul li .rss-date {
  font-size: 12px;
  margin: 7px 0 10px;
  display: block;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #e4e4e4 !important;
}
.footer-wrap .widget_rss ul li cite {
  color: #e4e4e4 !important;
  display: block;
  margin-top: 10px;
  font-style: normal;
}
.footer-wrap .widget_rss ul li .rssSummary {
  color: #e4e4e4 !important;
}
.footer-wrap .tagcloud a {
  border: 1px solid #eee;
  display: inline-block;
  padding: 5px 12px;
  font-size: 14px !important;
  margin: 5px 5px 5px 0;
  text-transform: capitalize;
  background: var(--whiteColor);
  transition: 0.4s;
}
.footer-wrap .widget_text p {
  margin-top: 5px;
}
.footer-wrap .widget_text p:first-child {
  margin-top: 0;
}
.footer-wrap .widget_text p strong {
  font-size: 14px;
}
.footer-wrap .widget_text p img {
  margin: 10px 0;
  max-width: 100%;
  width: auto;
}
.footer-wrap .calendar_wrap table {
  text-align: center;
  margin: 0;
  background: var(--whiteColor);
}
.footer-wrap .calendar_wrap table caption {
  color: var(--whiteColor);
}
.footer-wrap .calendar_wrap table th, .footer-wrap .calendar_wrap table td {
  font-size: 14px;
  padding: 8px 5px;
}
.footer-wrap .calendar_wrap table th a, .footer-wrap .calendar_wrap table td a {
  text-decoration: none;
}
.footer-wrap .calendar_wrap table #today {
  background-color: #eee;
  font-weight: 600;
}
.footer-wrap .calendar_wrap table #today a {
  text-decoration: none;
}
.footer-wrap .calendar_wrap table #prev, .footer-wrap .calendar_wrap table #next {
  font-size: 14px;
}
.footer-wrap .calendar_wrap table #prev a, .footer-wrap .calendar_wrap table #next a {
  text-decoration: none;
}
.footer-wrap .calendar_wrap caption {
  caption-side: top;
  font-weight: 600;
  padding: 0 0 15px;
  line-height: 1;
  color: #e4e4e4;
  font-size: 1;
  font-size: 15px;
}
.footer-wrap .calendar_wrap .wp-calendar-nav-prev a {
  color: var(--whiteColor);
}
.footer-wrap .widget_nav_menu .sub-menu {
  margin-top: 8px;
}
.footer-wrap .widget_recent_comments .recentcomments .comment-author-link {
  font-size: 14px;
}
.footer-wrap .widget_recent_comments .recentcomments a {
  color: #e4e4e4 !important;
}
.footer-wrap .widget_media_gallery .gallery {
  margin: 0;
}
.footer-wrap .widget_media_gallery .gallery .gallery-item {
  margin: 0;
}
.footer-wrap .widget_recent_entries ul li {
  line-height: 1.5;
}
.footer-wrap .widget_recent_entries ul li a {
  font-weight: 700;
  font-size: 14px;
  color: #e4e4e4 !important;
}
.footer-wrap .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  color: var(--whiteColor);
  text-transform: uppercase;
  margin-top: 5px;
}
.footer-wrap span.post-count {
  float: right;
  color: #e4e4e4 !important;
}
.footer-wrap img.rss-widget-icon {
  margin-top: -5px;
}
.footer-wrap .nice-select {
  height: 50px;
}
.footer-wrap .nice-select .current {
  display: block;
  padding-top: 5px;
}
.footer-wrap .nice-select ul li {
  text-transform: capitalize;
}

/*---------------------------------
    CSS for Home Two and Three
-----------------------------------*/
.footer-wrap.style-two .footer-top .newsletter-area p, .footer-wrap.style-three .footer-top .newsletter-area p {
  color: #999;
}
.footer-wrap.style-two .footer-top .newsletter-area .newsletter-form input, .footer-wrap.style-three .footer-top .newsletter-area .newsletter-form input {
  width: 100%;
  height: 54px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.25);
  color: var(--whiteColor);
  padding: 13px 208px 13px 40px;
}
.footer-wrap.style-two .footer-top .newsletter-area .newsletter-form input::-moz-placeholder, .footer-wrap.style-three .footer-top .newsletter-area .newsletter-form input::-moz-placeholder {
  color: var(--whiteColor);
  opacity: 0.5;
}
.footer-wrap.style-two .footer-top .newsletter-area .newsletter-form input::placeholder, .footer-wrap.style-three .footer-top .newsletter-area .newsletter-form input::placeholder {
  color: var(--whiteColor);
  opacity: 0.5;
}
.footer-wrap.style-two .footer-top .newsletter-area .newsletter-form img, .footer-wrap.style-three .footer-top .newsletter-area .newsletter-form img {
  position: absolute;
  top: 20px;
  left: 15px;
  max-width: 16px;
}
.footer-wrap.style-two .footer-top .newsletter-area .newsletter-form button, .footer-wrap.style-three .footer-top .newsletter-area .newsletter-form button {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 5px;
}
.footer-wrap.style-two .footer-top .newsletter-area .newsletter-form button i, .footer-wrap.style-three .footer-top .newsletter-area .newsletter-form button i {
  margin-left: 8px;
}
.footer-wrap.style-two {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.367) 0%, rgba(217, 236, 216, 0.641) 49%) !important;
}
.footer-wrap.style-two .footer-top {
  background-color: var(--titleColor);
  border-radius: 25px;
}
.footer-wrap.style-two .footer-top p {
  color: #999;
}
.footer-wrap.style-two .footer-top .newsletter-area {
  border-bottom: 1px solid rgba(71, 71, 71, 0.5);
}
.footer-wrap.style-two .footer-top .newsletter-area .newsletter-form input {
  border: 1px solid #86AA41;
}
.footer-wrap.style-two .footer-bottom {
  border-top: none;
  padding: 12px 0;
}
.footer-wrap.style-two .footer-bottom .copyright-text {
  margin: 0;
  font-weight: 500;
}
.footer-wrap.style-two .footer-bottom .copyright-text a, .footer-wrap.style-two .footer-bottom .copyright-text span, .footer-wrap.style-two .footer-bottom .copyright-text i {
  color: var(--titleColor);
}
.footer-wrap.style-two .footer-bottom .copyright-text a, .footer-wrap.style-two .footer-bottom .copyright-text span {
  font-weight: 600;
}
.footer-wrap.style-three .footer-top {
  background-color: var(--titleColor);
}
.footer-wrap.style-three .footer-top .newsletter-area {
  background-image: url(../img/footer-top-bg.html);
}
.footer-wrap.style-three .footer-top .newsletter-area:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/footer-top-overlay.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  z-index: -1;
}
.footer-wrap.style-three .footer-top .newsletter-area .newsletter-form input {
  border: 1px solid var(--greenColor);
}
.footer-wrap.style-three .footer-top .newsletter-area .newsletter-form button {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 5px;
}
.footer-wrap.style-three .footer-top .newsletter-area .newsletter-form button i {
  margin-left: 8px;
}
.footer-wrap.style-three .footer-bottom {
  background-color: #111111;
  padding: 33px 0;
  border-top: none;
}
.footer-wrap.style-three .footer-bottom .copyright-text {
  color: #999;
}
.footer-wrap.style-three .footer-bottom .copyright-text span, .footer-wrap.style-three .footer-bottom .copyright-text a {
  color: var(--greenColor);
}

@media only screen and (max-width: 767px) {
  .footer-wrap.style-two .footer-top .newsletter-area .newsletter-form input, .footer-wrap.style-three .footer-top .newsletter-area .newsletter-form input {
    padding: 13px 15px 13px 40px;
  }
  .footer-wrap.style-two .footer-top .newsletter-area .newsletter-form button, .footer-wrap.style-three .footer-top .newsletter-area .newsletter-form button {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    width: 100%;
    margin-top: 18px;
  }
  .footer-wrap.style-three .footer-bottom {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 1920px) {
  .footer-wrap.style-two .footer-top {
    max-width: 1820px;
    margin: 0 auto;
  }
}/*# sourceMappingURL=beja-footer.css.map */