@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,600,700&display=swap");

@font-face {
  font-family: "Antonio";
  src: url("../fonts/Antonio-Bold.eot");
  src: url("../fonts/Antonio-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Antonio-Bold.woff2") format("woff2"),
    url("../fonts/Antonio-Bold.woff") format("woff"),
    url("../fonts/Antonio-Bold.ttf") format("truetype"),
    url("../fonts/Antonio-Bold.svg#Antonio-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

body {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  color: #2a2a2a;
}

.font-rl {
  font-family: "Raleway", sans-serif;
}

a {
  text-decoration: none;
  color: #d39f00;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  color: #b28a51;
}

:hover {
  text-decoration: none !important;
}

/* .soliloquy-container .soliloquy-controls {
	opacity: 1 !important;
} */
:hover,
:focus {
  outline: none !important;
}

address {
  font-style: normal;
}

p:last-child {
  margin: 0;
}

p {
  line-height: 1.68;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Antonio";
  font-weight: 700;
  line-height: 1.2;
  margin: 20px 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  text-transform: uppercase;
}

h1.secondary,
.h1.secondary,
h2.secondary,
.h2.secondary,
h3.secondary,
.h3.secondary,
h4.secondary,
.h4.secondary,
h5.secondary,
.h5.secondary,
h6.secondary,
.h6.secondary {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

h1,
.h1 {
  font-size: 48px;
}

h2,
.h2 {
  font-size: 34px;
}

h3,
.h3 {
  font-size: 30px;
}

h4,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 20px;
}

h6,
.h6 {
  font-size: 18px;
}

ul,
ol {
  padding-left: 40px;
  margin: 20px 0;
}

/* Banner Design CSS */
.banner-inner-wrap {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 100%;
  padding: 120px 0;
  border-bottom: 1px solid #000000;
}

#epn-header-banner {
  background-size: cover;
  background-position: 50% 50%;
  background-color: #000000;
}

.banner-logo-wrap {
  justify-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-top: auto;
}

.banner-logo-wrap img {
  width: 100%;
  max-width: 850px;
  margin: 0;
  display: block;
}

.scroll-down {
  margin-top: auto;
  padding-top: 80px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-align: center;
}

.scroll-down a {
  color: #4c4e50;
  display: inline-block;
}

.scroll-down a img {
  width: 62px;
  display: block;
}

/* Header CSS */

.primary-menu-wrap > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.logo-wrap img {
  display: block;
}

.nav-wrap-outer {
  position: relative;
  z-index: 5000;
}

.header-wrap {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  margin-top: 0;
  z-index: 5000;
  background: #090909;
}

.fake-js {
  width: 1px;
  height: 100%;
  position: relative;
}

.nav-wrap-outer.fixed-nav .header-wrap {
  position: fixed;
}

.admin-bar .nav-wrap-outer.fixed-nav .header-wrap {
  top: 32px;
}

.logo-wrap {
  padding: 15px 0;
}

.primary-menu-wrap > ul > li {
  display: block;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.primary-menu-wrap > ul > li .sub-menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  width: 240px;
  background-color: #252525;
  opacity: 0;
  visibility: hidden;
  /* -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; */
}

.primary-menu-wrap > ul > li + li {
  margin-left: 35px;
}

.primary-menu-wrap ul > li > a {
  color: #fff;
  font-size: 15px;
}

.primary-menu-wrap ul > li > a:hover {
  color: #d39f00;
}

.primary-menu-wrap ul > .home-link > a {
  font-size: 0;
  line-height: 0;
}

.primary-menu-wrap ul > .home-link > a:before {
  line-height: 1;
  content: "\f015";
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
}

.menu-col-wrapper {
  position: relative;
  z-index: 5000;
}

.register-link,
.account-link,
.login-link,
.logout-link {
  background-color: #222223;
  text-transform: capitalize;
}

.register-link,
.account-link {
  margin-left: 0 !important;
  padding-left: 15px;
  padding-right: 20px;
}

.login-link {
  padding-right: 15px;
  padding-left: 20px;
}

.logout-link {
  padding: 0 16px;
}

.register-link > a:before,
.login-link a:before,
.account-link > a:before,
.logout-link a:before {
  content: "";
  background-image: url(../images/join-icon.png);
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  margin-right: 6px;
}

.login-link a:before,
.logout-link a:before {
  background-image: url(../images/lock-icon.png);
}

@media screen and (min-width: 992px) {
  .desktop-menu,
  .menu-wrap,
  .epn-navbar,
  .epn-navbar-inner,
  .primary-menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .primary-menu-wrap > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 1199px) {
  .primary-menu-wrap > ul > li + li {
    margin-left: 18px;
  }

  .primary-menu-wrap ul > li > a {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  #mobile-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4500;
    background: #ddd;
  }

  .register-link,
  .login-link,
  .account-link,
  .logout-link {
    padding: 0;
  }

  .desktop-menu {
    display: none;
  }

  .epn-nav-button .hamburger {
    width: 40px;
    fill: #fff;
    display: block;
    margin-left: auto;
  }

  .epn-nav-button {
    text-align: right;
  }

  .mobile-menu-col {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 91px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: #2e2f30;
    max-height: 70vh;
    overflow-y: auto;
  }

  ul.sub-menu.sub-menu-toggle {
    border-left: 3px solid #6e6f6f;
  }

  .primary-menu-wrap > ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .primary-menu-wrap > ul > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 !important;
  }

  .primary-menu-wrap ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .primary-menu-wrap ul > li > a {
    padding: 15px;
    font-size: 14px;

    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-mobile-open .mobile-menu-col {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  .banner-logo-wrap img {
    max-width: 85%;
    margin: auto;
  }

  .drop-arrow {
    cursor: pointer;
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 46px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 1px solid rgba(189, 189, 189, 0.3);
    min-height: 51px;
  }

  .down-arrow {
    width: 12px;
    height: 12px;
    background: 0 0;
    display: block;
    border-bottom: 2px solid;
    border-right: 2px solid;
    border-color: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -2px;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }

  span.drop-arrow.active span.down-arrow {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .primary-menu-wrap > ul > li .sub-menu {
    width: 100%;
    position: relative;
    width: 100%;
    top: 0;
    padding: 0;
    margin: 0;
    opacity: 1;
    visibility: visible;
  }

  .primary-menu-content-mb > li,
  .menu .menu-item-has-children {
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media screen and (max-width: 782px) {
  .admin-bar .nav-wrap-outer.fixed-nav .header-wrap {
    top: 46px;
  }
}

@media screen and (max-width: 600px) {
  .admin-bar .nav-wrap-outer.fixed-nav .header-wrap {
    top: 0;
  }
}

/* Footer CSS */
.BackTop {
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 20px;
  border: 2px solid #000000;
  background: #fff;
  height: 40px;
  width: 40px;
  background: #ffff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.BackTop .arrow-up {
  width: 15px;
  height: 15px;
  display: block;
  border: 2px solid #000000;
  border-width: 3px 3px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 7px;
}

.BackTop.show {
  visibility: visible;
  opacity: 1;
  bottom: 10px;
}

.footer {
  background: #222223;
  padding: 20px 0;
  color: #fff;
}

.footer-logo img {
  width: 65px;
  display: block;
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-left-row.row-lc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-copyright {
  padding-left: 40px;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 14px;
}

.footer-copyright address {
  margin: 0;
}

.footer-copyright-text p {
  line-height: 1.5;
}

.footer-copyright-text h5 {
  margin: 0;
}

.site-by {
  font-size: 14px;
}

.phone-detail > a,
.email-detail > a {
  color: #fff;
  position: relative;
  padding-left: 22px;
}

.phone-detail > a:before,
.email-detail > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  background-size: 14px;
  background-position: left center;
  background-repeat: no-repeat;
  display: block;
  bottom: 0;
  height: 17px;
}

.phone-detail > a:before {
  background-image: url(../images/phone-icon.png);
}

.email-detail > a:before {
  background-image: url(../images/email-icon.png);
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-right-row {
  text-align: right;
}

.footer-menu > li > a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.phone-detail > a:hover,
.email-detail > a:hover,
.footer-menu > li > a:hover {
  color: #d39f00;
}

.footer-menu > li {
  position: relative;
}

.footer-menu > li + li {
  margin-left: 22px;
}

.footer-menu > li + li:before {
  content: "|";
  color: #b98d0d;
  position: absolute;
  top: 0;
  left: -13px;
}

@media screen and (max-width: 991px) {
  .footer {
    padding: 25px 0;
  }

  .footer-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-right-row {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .footer-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 575px) {
  .footer-copyright {
    padding-left: 20px;
  }
}

@media screen and (max-width: 480px) {
  .footer-menu > li + li {
    margin-left: 0;
  }

  .footer-menu {
    -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-menu > li + li:before {
    opacity: 0;
  }

  .footer-logo img {
    width: 48px;
  }
}

/* 404 Page  */
.error-col {
  padding-top: 100px;
  padding-bottom: 100px;
}

.error-type {
  font-size: 100px;
}

/* Homepage Design */
.section-title {
  text-transform: uppercase;
  margin: 0 0 40px;
}

h1.section-title > span {
  font-size: 68px;
  display: block;
}

.epn-section {
  padding: 100px 0;
}

.social-medias,
.ab-section {
  padding-bottom: 60px;
}

.section-title > span {
  color: #d4a001;
}

.section-details {
  font-size: 18px;
  padding: 0 30px;
  margin: 0 0 30px;
}

.section-sub-title {
  text-transform: uppercase;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.section-sub-title:after,
.section-sub-title:before {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  content: "";
  height: 4px;
  background: #d39f00;
  -ms-flex-item-align: center;
  align-self: center;
  min-width: 30px;
}

.section-sub-title:before {
  margin-right: 20px;
}

.section-sub-title:after {
  margin-left: 20px;
}

.ab-cta-row {
  margin-left: -3px;
  margin-right: -3px;
}

.cta-col-wrap {
  padding: 3px;
}

.social-wrapper > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-wrapper > ul > li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 260px;
  padding: 15px;
}

.social-wrapper > ul > li a,
.social-wrapper > ul > li img {
  display: block;
  margin: auto;
}

.sub-title {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.sub-title:after {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  content: "";
  height: 4px;
  background: #d39f00;
  -ms-flex-item-align: center;
  align-self: center;
  min-width: 30px;
}

.sub-title:after {
  margin-left: 20px;
}

.feature-photographer-bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ph-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  /*
  flex: 0 0 200px;
  max-width: 200px;
  */
  margin: auto;
}

.ph-short-bio {
  /*-webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;*/
  padding-left: 0;
  font-size: 16px;
  margin: 20px auto 0;
}

.bio-link {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  margin-top: 40px;
}

.site-button {
  background: #252525;
  color: #fff;
  text-transform: lowercase;
  font-weight: 700;
  display: inline-block;
  padding: 16px 22px;
  line-height: 1;
  border-radius: 6px;
  letter-spacing: 1px;
  font-size: 18px;
}

.site-button:hover {
  background: #d39f00;
  color: #252525;
}

.site-button.button-yellow {
  background: #d39f00;
  color: #252525;
}

.site-button.button-yellow:hover {
  background: #ffffff;
  color: #252525;
}

.news-blog-article {
  margin: 15px 0;
  text-align: left;
  padding: 0 9px;
}

.nb-article-wrapper {
  background: #fff;
  height: 100%;
}

.article-image > figure {
  position: relative;
  padding-top: 75%;
  margin: 0;
  display: block;
  overflow: hidden;
}

.article-image > figure > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a.overlay-link {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  font-size: 0;
  position: absolute;
  background: transparent;
  line-height: 0;
  color: transparent;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.article-description {
  padding: 25px 0;
}

.article-title {
  margin: 0 0 3px;
  text-transform: uppercase;
}

.article-footer-link {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nb-article-warpper-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.article-link a {
  color: #137be2;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 14px;
}

.cta-footer a:hover,
.article-link a:hover {
  color: #fcb016;
}

.article-date {
  color: #d4a001;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.news-blog-articles-row {
  margin-left: -9px;
  margin-right: -9px;
}

.event-list .ai1ec-agenda-widget-view .ai1ec-date-title {
  background: #d39e00;
  color: #fff;
  width: 90px;
  min-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  border-radius: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  font-family: "Raleway", sans-serif;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

.event-list .ai1ec-agenda-widget-view .ai1ec-weekday {
  display: none;
}

.event-list .ai1ec-agenda-widget-view .ai1ec-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 7px 0;
  background: #f1f1f1 !important;
  border-radius: 5px;
  border: 0 !important;
}

.event-list .ai1ec-agenda-widget-view .ai1ec-date-events {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #f1f1f1;
}

.event-list .ai1ec-agenda-widget-view .ai1ec-event {
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

.event-list .ai1ec-agenda-widget-view .ai1ec-event > a {
  color: #333;
  background: transparent;
  border: 0;
  padding: 10px;
  font-size: 16px;
}

.event-list .ai1ec-agenda-widget-view span.ai1ec-event-time,
.event-list .ai1ec-agenda-widget-view span.ai1ec-event-location {
  display: block;
}

.event-list .ai1ec-agenda-widget-view .ai1ec-month {
  background: transparent;
  color: #fff;
  font-size: 18px;
  text-transform: lowercase;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  text-shadow: none !important;
}

.event-list .ai1ec-agenda-widget-view .ai1ec-day {
  padding: 0 2px;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
}

.event-list .ai1ec-agenda-widget-view .ai1ec-date-title:hover,
.event-list .ai1ec-agenda-view .ai1ec-date-title:hover {
  color: #fff !important;
}

.ai1ec-calendar .ai1ec-date-title {
  background: #d39e00 !important;
  color: #fff !important;
  width: 90px !important;
  min-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 !important;
  border-radius: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  background-image: none !important;
}

.ai1ec-calendar .ai1ec-agenda-view .ai1ec-month {
  background: none !important;
}

.ai1ec-calendar .ai1ec-agenda-view .ai1ec-weekday {
  display: none;
}

.ai1ec-calendar .ai1ec-agenda-view .ai1ec-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 7px 0;
  background: #f1f1f1 !important;
  border-radius: 5px;
  border: 0 !important;
}

.ai1ec-calendar .ai1ec-agenda-view .ai1ec-date-events {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #f1f1f1;
}

.ai1ec-calendar .ai1ec-agenda-view .ai1ec-event {
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

.ai1ec-calendar .ai1ec-agenda-view .ai1ec-date-title:hover {
  color: #fff !important;
}

.ai1ec-calendar .ai1ec-agenda-view .ai1ec-event > a,
.ai1ec-calendar .ai1ec-agenda-view .ai1ec-event .ai1ec-event-title {
  color: #333;
  font-weight: normal;
  font-size: 16px;
}

.ai1ec-allday-badge {
  background: #d39d00;
}

.timely {
  font-family: "Raleway", sans-serif;
}

.ai1ec-agenda-widget-view .ai1ec-event .ai1ec-event-title {
  display: block;
}

.join-mailing-list-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.join-mailing-list-form > .site-button {
  margin-left: 25px;
}

.m-featurs-parts {
  padding: 60px 0 80px;
}

.mc4wp-response {
  font-weight: 600;
  padding: 6px 0 0;
}

.join-mailing-list-form input[type="submit"]:hover {
  cursor: pointer;
  color: #252525;
  background: #fff;
}

@media screen and (min-width: 1200px) {
  .events-list-col {
    padding-right: 110px;
  }

  .feature-photographer {
    padding-left: 36px;
  }

  .become-member {
    padding-right: 110px;
  }

  .join-mailing-list {
    padding-left: 60px;
  }
}

@media screen and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 40px;
  }

  h2,
  .h2 {
    font-size: 36px;
  }

  h3,
  .h3 {
    font-size: 26px;
  }

  h1.section-title > span {
    font-size: 52px;
  }

  .epn-section {
    padding: 70px 0;
  }

  .events-list-col,
  .become-member {
    margin-bottom: 50px;
  }

  .join-mailing-list-form {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .mc4wp-response {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 36px;
  }

  h2,
  .h2 {
    font-size: 30px;
  }

  h3,
  .h3 {
    font-size: 22px;
  }

  h1.section-title > span {
    font-size: 52px;
  }

  .events-list-col,
  .become-member {
    margin-bottom: 50px;
  }

  .join-mailing-list-form {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .mc4wp-response {
    text-align: center;
  }

  .section-details {
    font-size: 16px;
    padding: 0;
  }

  .epn-section {
    padding: 70px 0;
  }
}

@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 34px;
  }

  h1.section-title > span {
    font-size: 46px;
  }

  .news-blog-article {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .social-wrapper > ul > li {
    padding: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .social-wrapper > ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .social-medias,
  .ab-section {
    padding-bottom: 30px;
  }

  .epn-section {
    padding: 50px 0;
  }
}

@media screen and (max-width: 480px) {
  .event-day {
    font-size: 40px;
  }

  .ph-image,
  .ph-short-bio {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px 0;
  }

  .ph-image img {
    margin: auto;
  }

  .join-mailing-list-form {
    padding: 0 20px;
  }
}

/* Inner page css */
.page-image-wrap {
  padding: 32px 0 0;
}

.page-image-wrap > figute {
  margin: 0;
}

.page-image-wrap > figure img {
  max-width: 100%;
  display: block;
  margin: auto;
}

.page-title-wrap {
  padding-top: 12px;
}

.page-image-wrap > figure {
  margin: 0;
}

.page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  margin: 40px 0;
}

.page-title:after,
.page-title:before {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 60px;
  height: 3px;
  background: #d4a001;
  display: block;
  -ms-flex-item-align: center;
  align-self: center;
}

.page-title > span {
  padding: 0 20px;
  text-align: center;
}

.page-content-wrap {
  padding-bottom: 50px;
}

.page-content-wrap p:not(:last-child) {
  margin: 0 0 36px;
}

.page-content-wrap h2,
.page-content-wrap .h2 {
  margin: 36px 0;
}

.page-content-wrap h3,
.page-content-wrap .h3 {
  margin: 20px 0;
}

.page-content-wrap h4,
.page-content-wrap .h4 {
  margin: 16px 0;
}

/* login page css */
.login_form_content {
  max-width: 500px;
  margin: auto;
}

.login_form_content fieldset {
  padding: 20px;
  border: 0;
}

.register-section fieldset,
.editfield fieldset,
.account-page-form fieldset {
  padding: 0;
  border: 0;
}

.form-row-wrap label,
.register-section legend,
.editfield legend,
#settings-form label,
.account-page-form legend,
.account-page-form label {
  margin: 0 0 6px;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
}

.account-page-form legend {
  font-size: 24px;
}

.somfrp-lost-pass-form-text {
  margin-bottom: 20px;
}

body.buddypress.settings #pass1 {
  display: block;
  width: 100%;
}

#settings-form input {
  margin-bottom: 20px !important;
}

.form-row-wrap input,
.form-row-wrap textarea {
  margin: 0 0 20px;
}

.bp-button {
  width: 100%;
}

label.checkbox-label {
  position: relative;
  padding-left: 26px;
  margin-bottom: 16px;
}

td.label {
  font-weight: 600;
}

label.checkbox-label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}

.checkbox-row > input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  margin: 0;
}

label.checkbox-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  background: #2e2f30;
  border-radius: 3px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.checkbox-row > input[type="checkbox"]:checked ~ label:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media screen and (min-width: 1200px) {
  #basic-details-section {
    padding-right: 70px;
  }

  #profile-details-section {
    padding-left: 70px;
  }
}

/* Member page css */
#buddypress #object-nav li a:before {
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 36px;
  font-weight: 400;
  margin: 0 auto 15px;
  text-align: center;
}

#buddypress #object-nav li a:before {
  content: "\f1db";
}

#buddypress #object-nav #activity-personal-li a:before,
#buddypress #object-nav #activity-groups-li a:before {
  content: "\f03a";
}

#buddypress #object-nav #xprofile-personal-li a:before {
  content: "\f2c0";
}

#buddypress #object-nav #blog-personal-li a:before {
  content: "\f0e8";
}

#buddypress #object-nav #events-personal-li a:before {
  content: "\f073";
}

#buddypress #object-nav #notifications-personal-li a:before {
  content: "\f0a2";
}

#buddypress #object-nav #messages-personal-li a:before {
  content: "\f003";
}

#buddypress #object-nav #friends-personal-li a:before {
  content: "\f234";
}

#buddypress #object-nav #groups-personal-li a:before {
  content: "\f0c0";
}

#buddypress #object-nav #nav-forum-groups-li a:before,
#buddypress #object-nav #forums-personal-li a:before {
  content: "\f27a";
}

#buddypress #object-nav #media-personal-li a:before {
  content: "\f008";
}

#buddypress #object-nav #settings-personal-li a:before {
  content: "\f013";
}

#buddypress #object-nav #home-groups-li a:before {
  content: "\f015";
}

#buddypress #object-nav #members-groups-li a:before {
  content: "\f2c0";
}

#buddypress #object-nav #invite-groups-li a:before {
  content: "\f0c0";
}

#buddypress #object-nav #media-groups-li a:before {
  content: "\f008";
}

#buddypress #object-nav #admin-groups-li a:before {
  content: "\f013";
}

#buddypress #object-nav #courses-personal-li a:before,
#buddypress #object-nav #nav-experiences-groups-li a:before {
  content: "\f19d";
}

#buddypress #object-nav #gp-posts-personal-li a:before {
  content: "\f044";
}

#buddypress #item-body {
  padding: 0;
}

#buddypress #object-nav li a {
  display: block;
  line-height: 1;
  font-size: 14px;
  color: #2e2f30;
  opacity: 0.6;
  background: transparent;
  font-weight: 500;
}

#buddypress #object-nav .current.selected > a {
  opacity: 1;
}

#item-nav ul {
  margin: 0;
  padding: 0 0 10px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

#item-nav ul > li {
  display: block;
  padding: 12px;
}

#item-nav ul > li#front-personal-li {
  display: none;
}

#buddypress #object-nav #front-personal-li a:before {
  content: "\f015";
}

#item-header-avatar {
  max-width: 200px;
  overflow: hidden;
  margin: auto;
}

.avtar-image {
  position: relative;
  padding-top: 100%;
}

.avtar-image > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

#item-header-name .user-name {
  margin: 26px 0 0;
  text-align: center;
}

.user-nicename {
  text-align: center;
  font-size: 14px;
  margin: 8px 0;
}

.last-active-on {
  text-align: center;
  margin-top: 24px;
  font-size: 14px;
}

.last-active-on .activity {
  margin-top: 5px;
}

.item-list-tabs > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 18px -10px;
  list-style: none;
}

#activity-filter-select,
.item-list-tabs .filter {
  margin-left: auto;
}

.item-list-tabs > ul > li {
  padding: 0 10px;
  font-size: 14px;
}

.item-list-tabs > ul > li.selected > a {
  font-weight: 600;
  opacity: 1;
}

.item-list-tabs > ul > li > a {
  opacity: 0.6;
  color: #2e2f30;
}

.item-list-tabs > ul > li > a:hover {
  opacity: 1;
}

#buddypress #subnav {
  margin: 0 0 40px;
}

.avatar {
  border-radius: 50%;
  display: block;
}

#activity-filter-by,
#buddypress #activity-filter-select select,
#buddypress #groups-order-select select,
#buddypress #members-order-select select {
  border: 0;
  padding-left: 10px;
  font-weight: 600;
  color: #2e2f30;
}

#item-nav {
  border-bottom: 1px solid #e6e6e6;
}

.whats-new-right-part {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 25px;
}

.whats-new-row .whats-new-right-part .activity-greeting {
  margin: 0 0 10px;
  font-size: 14px;
}

#whats-new {
  max-height: 150px;
  resize: vertical;
  margin-bottom: 12px !important;
  min-height: 130px;
}

ul.activity-list > li {
  padding: 20px !important;
  background-color: #f8f8f8;
  margin: 0 0 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul.activity-list > li > .activity-avata {
  margin: 0;
}

.activity-list .activity-item.mini .activity-avatar {
  margin: 0;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
}

.activity-list .activity-item.mini .activity-avatar > a,
.activity-list .activity-item.mini .activity-avatar > a img {
  display: block;
  margin: 0;
  width: 100%;
  max-width: 100% !important;
}

.activity-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px;
}

.activity-comments {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

#buddypress a.activity-time-since {
  display: table;
  position: relative;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1;
}

.activity-list .activity-item .activity-header .time-since {
  font-size: 12px;
}

.activity-inner img {
  display: block;
  margin: 20px 0;
}

.activity-inner-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 20px;
}

#buddypress div.activity-meta a {
  margin: 10px 15px 0 0;
  padding: 0;
  font-size: 13px;
  line-height: 1;
}

#buddypress div.activity-meta a:before {
  margin-right: 5px;
  font-family: "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#buddypress div.activity-meta .acomment-reply:before,
#buddypress div.acomment-options .acomment-reply:before {
  content: "\f0e5";
}

#buddypress div.activity-meta a.fav:before,
#buddypress div.activity-meta a.unfav:before {
  content: "\f006";
}

#buddypress div.activity-meta .like:before,
#buddypress div.activity-meta .unlike:before,
#buddypress div.acomment-options .like:before,
#buddypress div.acomment-options .unlike:before {
  content: "\f006";
  margin-right: 2px;
}

#buddypress div.activity-meta .delete-activity:before,
#buddypress div.activity-meta .delete-activity-single:before,
#buddypress div.acomment-options .acomment-delete:before {
  content: "\f014";
}

#bp-browse-button {
  margin: auto;
}

#message p {
  font-weight: 600;
  text-align: center;
}

#buddypress div.item-list-tabs ul li a span {
  line-height: 1;
  display: inline-block;
  margin-left: 4px;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  border: 0;
  background: transparent;
}

#rtmedia-add-media-button-post-update {
  display: none;
}

#whats-new-submit #aw-whats-new-submit {
  padding: 12px 22px;
  font-size: 16px;
  text-transform: lowercase;
  font-weight: 700;
  line-height: 1;
  display: block;
  border-radius: 6px;
  margin-left: auto;
}

#bp-avatar-feedback {
  padding: 0;
  border: 0;
  background: transparent;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0;
}

#buddypress p.warning,
body.profile_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning,
body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning {
  border: 0;
  font-weight: 600;
}

#messages_search {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10px;
}

.message-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 25px;
}

#groups-list,
#members-list,
#member-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 20px -7px;
  list-style: none;
}

#groups-list > li,
#members-list > li,
#member-list > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 7px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.group-item-inner,
.member-item-inner {
  position: relative;
  padding: 25px;
  border: 1px solid #ddd;
  border-style: solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  border-radius: 0 !important;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.bbp-template-notice {
  background: #f1f1f1 !important;
  border: 0 !important;
  border-left: 3px solid !important;
  border-color: #8f8f8f !important;
  padding-left: 10px !important;
}

#search-members-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

#buddypress {
  padding-bottom: 60px;
}

.member-item-inner {
  width: 100%;
  padding-top: 0;
  margin-top: 45px;
}

.group-avatar > a,
.member-avatar > a {
  display: inline-block;
}

.group-avatar img,
.member-avatar img {
  display: block;
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
  object-fit: cover;
  border: 6px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}

.group-avatar,
.member-avatar {
  margin-bottom: 6px;
  text-align: center;
}

.member-avatar {
  display: block;
  line-height: 0;
  margin-top: -45px;
}

.group-avatar a,
.member-avatar a {
  display: inline-block;
}

.group-item-title > a.bp-group-home-link,
.member-item-title > a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: none;
  color: #000;
}

.group-item-title,
.member-tem-title {
  margin-bottom: 5px;
}

.group-item-meta,
.member-item-meta {
  font-size: 14px;
  font-weight: 600;
  color: #959595;
  margin: 0 0 10px;
}

.group-item-desc {
  font-size: 14px;
  margin: 0 0 10px;
  padding: 0 10px;
}

.action .meta {
  display: inline-block;
  margin-top: 4px;
  font-size: 13px;
  line-height: 1;
}

.leave-group > a {
  padding: 6px 16px;
  border: 1px solid #000;
  display: inline-block;
  border-radius: 4px;
  color: #000;
  font-weight: 600;
}

.pag-count {
  font-size: 14px;
}

#bbpress-forums div.bbp-search-form {
  float: none;
}

#bbpress-forums div.bbp-search-form form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#bbpress-forums div.bbp-search-form form > div > #ts {
  margin-right: 15px;
}

.bbp-user-topics-started .entry-title {
  font-size: 24px;
}

div.bbp-template-notice,
div.indicator-hint {
  border: 0;
  padding: 0;
  background: transparent;
  font-weight: 600;
  font-size: 16px;
}

div.bbp-template-notice li,
div.bbp-template-notice p {
  font-size: 14px;
  margin: 0;
  padding: 12px 0;
}

#buddypress div.item-list-tabs ul li.current a,
#buddypress div.item-list-tabs ul li.selected a,
#buddypress div.item-list-tabs ul li a,
#buddypress div.item-list-tabs ul li span {
  background: transparent;
  padding: 0;
  opacity: 1;
}

.sidebar-widgets #groups-list > li,
.sidebar-widgets #members-list > li {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #ddd;
}

.sidebar-widgets #groups-list > li .item-avatar,
.sidebar-widgets #members-list > li .item-avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
}

.sidebar-widgets #groups-list > li .item,
.sidebar-widgets #members-list > li .item {
  float: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px;
  margin: 0 !important;
  text-align: left;
}

.widget.buddypress div.item-content,
.widget.buddypress div.item-meta {
  margin: 0;
}

.sidebar-widgets #groups-list > li .item a,
.sidebar-widgets #members-list > li .item a {
  color: #000;
  font-weight: 600;
}

.sidebar-widgets #groups-list > li .item-avatar > a,
.sidebar-widgets #members-list > li .item-avatar > a {
  margin: 0;
}

.widget.buddypress div.item-options {
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

span.bp-separator {
  display: none;
}

.widget.buddypress div.item-options > a:not(:first-of-type) {
  margin-left: 20px;
}

.widget.buddypress div.item-options > a {
  color: #000;
  opacity: 0.6;
}

.widget.buddypress div.item-options > a.selected {
  opacity: 1;
}

.member-profile-info {
  margin-bottom: 50px;
}

.sidebar-widgets {
  margin-bottom: 50px;
}

#gp-content #item-header {
  display: none;
}

ul.rtmedia-list.rtmedia-list-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -3px;
  margin-right: -3px;
}

.rtmedia-container ul.rtmedia-list.rtmedia-list-media > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3334%;
  flex: 0 0 33.3334%;
  max-width: 33.3334%;
  width: auto;
  margin: 0;
  padding: 3px !important;
}

.rtmedia-container
  ul.rtmedia-list.rtmedia-list-media
  > li
  div.rtmedia-item-thumbnail
  img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: unset;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}

.rtmedia-container
  ul.rtmedia-list
  li.rtmedia-list-item
  div.rtmedia-item-thumbnail {
  width: 100%;
  padding-top: 65%;
  height: auto;
  position: relative;
}

.rtmedia-gallery-item-actions {
  left: 3px;
  right: 3px;
  width: auto;
}

.rtmedia-single-media.rtm-single-media {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

.rtmedia-single-media.rtm-single-media .rtmedia-media {
  padding: 0 50px;
  margin-top: 30px;
}

.rtmedia-single-media.rtm-single-media .next-pagination > a,
.rtmedia-single-media.rtm-single-media .previous-pagination > a {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  line-height: 0;
  display: block;
}

.rtmedia-single-media.rtm-single-media .next-pagination > a {
  right: 0;
}

.rtmedia-single-media.rtm-single-media .next-pagination a:before {
  content: "";
  content: "\203A";
  font-size: 90px;
  line-height: 30px;
  font-weight: 600;
  color: #000;
}

.rtmedia-single-media.rtm-single-media .previous-pagination > a:before {
  content: "\2039";
  left: 0;
  z-index: 99999;
  font-size: 90px;
  line-height: 30px;
  font-weight: 600;
  color: #000;
}

#gp-author-social-icons {
  margin-top: 0;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  margin-top: 30px;
}

#gp-author-social-icons a {
  margin-left: 5px;
  display: inline-block;
  margin: 8px;
  color: #000;
}

#gp-author-social-icons a:before {
  font-family: "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gp-facebook-icon:before {
  content: "\f09a";
}

.gp-twitter-icon:before {
  content: "\f099";
}

.gp-google-plus-icon:before {
  content: "\f0d5";
}

.gp-pinterest-icon:before {
  content: "\f0d2";
}

.gp-youtube-icon:before {
  content: "\f16a";
}

.gp-vimeo-icon:before {
  content: "\f27d";
}

.gp-flickr-icon:before {
  content: "\f16e";
}

.gp-linkedin-icon:before {
  content: "\f0e1";
}

.gp-instagram-icon:before {
  content: "\f16d";
}

.gp-reddit-icon:before {
  content: "\f281";
}

.gp-tumblr-icon:before {
  content: "\f173";
}

.gp-email-icon:before {
  content: "\f0e0";
}

.gp-whatsapp-icon:before {
  content: "\f232";
}

.groups-members-search {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#search-members-form > label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.groups-members-search {
  margin-top: 30px;
}

#group_members-order-by {
  border: 0;
  border-bottom: 2px solid;
}

.pagination-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.pagination-links > span,
.pagination-links > a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ddd;
  text-align: center;
  font-weight: 600;
  margin: 2px;
}

#bbpress-forums #bbp-search-form #bbp_search {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#bbpress-forums #bbp-search-form {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #buddypress #object-nav li a {
    font-size: 14px;
    line-height: 1;
  }

  #buddypress #object-nav li a:before {
    width: 25px;
    font-size: 14px;
    display: inline-block;
    margin: 0;
    margin-right: 9px;
  }

  #item-nav ul > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #buddypress div.item-list-tabs#object-nav li {
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid #e6e6e6;
  }

  #item-nav ul {
    margin: 0;
  }

  .mbp-sidebar {
    max-width: 400px;
    margin: 50px auto 0;
  }
}

/* Bounce animation */
@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.page-loaded .bounce {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}

#validate_messages {
  text-align: center;
  font-weight: 600;
}

.profile-settings th,
.notification-settings th {
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
}

.profile-settings th,
.profile-settings td,
.notification-settings th,
.notification-settings td {
  padding: 6px 0;
}

.profile-settings,
.notification-settings {
  border-collapse: collapse;
}

@media screen and (max-width: 991px) {
  #item-nav ul > li {
    padding: 10px;
  }

  #buddypress #object-nav li a:before {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  #buddypress #enp-bp-tabs-button {
    display: block;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    font-weight: 500;
    padding: 10px;
    border: 1px solid #e6e6e6;
    /* border-bottom: 0; */
  }

  #buddypress #enp-bp-tabs-button:before {
    content: "\f0c9";
    margin-right: 10px;
    font-family: "Font Awesome 5 Free", "FontAwesome";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  #buddypress #object-nav ul {
    display: none;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    border-top: 0;
    padding: 0;
  }

  #buddypress #object-nav li {
    width: 100%;
    text-align: left;
  }

  #buddypress #object-nav li a {
    font-size: 14px;
    line-height: 1;
  }

  #buddypress #object-nav li a:before {
    display: inline-block;
    width: 25px;
    font-size: 14px;
  }

  #buddypress div.item-list-tabs#subnav {
    margin: 20px 0;
    padding: 0;
    border: 0;
  }

  #buddypress div.item-list-tabs#subnav ul {
    margin: 0;
    padding: 0;
  }

  #buddypress div.item-list-tabs#subnav ul li {
    margin: 0 16px 10px 0;
    padding: 0;
    border: 0;
  }

  #buddypress div.item-list-tabs#subnav ul li.current a,
  #buddypress div.item-list-tabs#subnav ul li.selected a {
    opacity: 1;
    font-weight: 500;
  }

  #buddypress div.item-list-tabs#subnav ul li.last {
    width: 100%;
    margin: 0 0 10px;
    text-align: left;
    line-height: 1.2em;
  }

  #buddypress div.item-list-tabs#subnav ul li.feed a:before {
    content: "\f09e";
    margin-right: 5px;
    font-family: "Font Awesome 5 Free", "FontAwesome";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .directory #buddypress div.dir-search {
    margin: 0 0 20px;
  }

  .directory #buddypress div.dir-search form input[type="text"],
  .directory #buddypress div.message-search form input[type="text"],
  .directory #buddypress li.groups-members-search form input[type="text"] {
    width: 100%;
    margin: 0;
  }

  /* .directory #buddypress div.dir-search form input[type=submit],
  .directory #buddypress div.message-search form input[type=submit],
  .directory #buddypress li.groups-members-search form input[type=submit] {
    display: none
  } */

  #buddypress #activity-filter-select select,
  #buddypress #groups-order-select select,
  #buddypress #members-order-select select {
    height: auto;
    margin: 0 0 0 5px;
    padding: 0 15px 0 0;
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    line-height: 2;
    font-weight: 500;
  }

  #item-nav {
    margin-bottom: 20px;
  }

  .activity-list .activity-item .activity-header {
    width: 100%;
  }

  #groups-list > li,
  #members-list > li {
    max-width: 250px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
  }

  #groups-list,
  #members-list,
  #member-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@-moz-document url-prefix() {
  #buddypress #activity-filter-select select,
  #buddypress #groups-order-select select,
  #buddypress #members-order-select select {
    padding: 5px 8px;
    background-image: none;
  }
}

@media screen\0 {
  #buddypress #activity-filter-select select,
  #buddypress #groups-order-select select,
  #buddypress #members-order-select select {
    padding: 5px 8px;
    background-image: none;
  }
}

@media screen and (min-width: 768px) {
  #enp-bp-tabs-button {
    display: none;
  }

  #item-nav ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .group-front-page {
    margin-top: 30px;
  }
}

@media screen and (min-width: 992px) {
  .directory.members.buddypress #members-list > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3334%;
    flex: 0 0 33.3334%;
  }
}

@media screen and (min-width: 1199px) {
  .directory.members.buddypress #members-list > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}

/* Membership plan page css */
.page-content-wrap .ihc-level-item-top .ihc-level-item-title {
  font-family: "Antonio" !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  color: #2e2f30;
}

.ich_level_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.ihc_level_template_5 .ihc-level-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3334%;
  flex: 0 0 33.3334%;
  width: 33.3334%;
  max-width: 33.3334%;
  padding: 15px;
}

.ihc_level_template_5 .ihc-level-item .ihc-level-item-wrap {
  margin: 0;
  height: 100%;
  background: #e8e8e8;
  border: 0;
  border-radius: 6px;
}

.ihc_level_template_5 .ihc-level-item-price {
  color: #ffffff !important;
  background-color: #2e2f30;
  font-family: "Antonio" !important;
  font-size: 28px !important;
  font-weight: 400 !important;
}

.ihc_level_template_5 .ihc-level-item-link {
  background: #d4a001;
  color: #fff;
  text-transform: uppercase;
}

.ihc_level_template_5 .ihc-level-item-link:hover {
  background: #222223;
  color: #fff;
}

.ihc_level_template_5 .ihc-level-item-content * {
  color: #2e2f30 !important;
}

table.membership_benefits tr td {
  border: 0;
}

.ihc_level_template_5 .ihc-level-item-content tbody > tr + tr {
  border-top: 1px solid #2e2f30 !important;
}

table.membership_benefits {
  border-collapse: collapse;
}

.ihc_level_template_5 .ihc-level-item-content th,
.ihc_level_template_5 .ihc-level-item-content td {
  padding: 10px 0;
  vertical-align: top;
}

.ihc_level_template_5 .ihc-level-item-content tr > td:first-child {
  padding-right: 10px;
}

@media screen and (max-width: 991px) {
  .ihc_level_template_5 .ihc-level-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .ihc_level_template_5 .ihc-level-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 400px;
    margin: auto;
  }
}

/* Utility CSS */
.bg-gray {
  background-color: #e8e8e8;
}

.bg-black {
  background-color: #2e2f30;
  color: #fff;
}
.pt-50 {
  padding-top: 50px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.p-0 {
  padding: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: rignt !important;
}

b,
strong {
  font-weight: 700;
}

.font-weight-normal {
  font-weight: 400 !important;
}

div#wpadminbar {
  z-index: 50001 !important;
}

/* table.membership_benefits tr td {
  border-bottom: 1px solid #fff;
}

.ihc_level_template_5 .ihc-level-item-link:hover {
  background: #d39f00;
  color: #252525;
}

.ihc_level_template_5 .ihc-level-item-price {
  color: #d4a001 !important;
  background-color: #e8e8e8;
} */

/* Wall page */

#whats-new-form .buddyboss-activity-media-add-photo-button {
  max-width: 58px;
}

#buddypress #activity-filter-select select,
#buddypress #groups-order-select select,
#buddypress #members-order-select select {
  border: 1px solid #ccc;
  border-radius: 2px;
  background-clip: padding-box;
  font-size: 16px;
}

#whats-new-form #whats-new-options #whats-new-submit {
  margin: 0;
}

#whats-new-form #whats-new-options #whats-new-submit #aw-whats-new-submit {
  cursor: pointer;
}

#whats-new-form #whats-new-options #whats-new-submit input#aw-whats-new-reset {
  font-size: 16px !important;
  font-weight: 700;
  border-radius: 6px;
  cursor: pointer;
  margin-right: 0 !important;
  padding: 12px 22px;
  line-height: 1;
}

@media screen and (min-width: 992px) {
  #whats-new-form #whats-new-options #whats-new-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  #whats-new-form #whats-new-options #bbwall-activity-privacy {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* Photos page */
.buddyboss-media-photos-wrap-container {
  display: inline-block;
  max-width: 100%;
  width: 100%;
}

#buddypress .activity-item {
  padding: 20px !important;
  background-color: #f8f8f8;
  margin: 0 0 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#buddypress .activity-list.bp-list .activity-item {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Static pages CSS */
.page-title:before {
  display: none;
}

.page-title > span {
  padding-left: 0;
}

.page-title.member-name:after {
  display: none;
}

.member-name-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px 0;
}

.mem-meta {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  min-width: 50%;
}

.yello-line {
  height: 3px;
  background: #d4a001;
  margin: 4px 0 6px;
}

.mem-type {
  font-family: "Antonio";
  font-weight: 700;
  text-transform: uppercase;
  color: #d4a001;
  font-size: 18px;
}

.mem-since {
  font-size: 14px;
}

.mem-profile-image > figure {
  padding-top: 100%;
  line-height: 0;
  font-size: 0;
  position: relative;
}

.mem-profile-image > figure > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.mem-profile-image {
  max-width: 210px;
}

.mem-details {
  margin: 30px 0;
}

.gray-box {
  background: #f1f1f1;
  border-radius: 4px;
  padding: 18px;
}

.mem-contact-box h5 {
  text-transform: none;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  margin: 0 0 8px;
}

.mem-contact-box a,
.social-media-links a {
  color: #000;
}

.mem-contact-box a:hover,
.social-media-links a:hover {
  color: #d4a001;
}

address {
  margin: 0 0 20px;
}

.call-link > span {
  font-weight: 700;
}

.links {
  font-weight: 700;
  font-size: 14px;
}

#bbpress-forums .links > ul,
.links > ul {
  list-style: none;
  padding: 0;
  margin: 30px 0 10px;
}

#bbpress-forums {
  font-size: 16px;
}

#bbpress-forums .social-media-links > ul,
.social-media-links > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 16px 0;
  padding: 0;
}

#bbpress-forums .social-media-links > ul > li,
.social-media-links > ul > li {
  margin: 0 5px;
  font-size: 22px;
  line-height: 1;
}

.mem-service {
  margin-top: 26px;
  font-size: 14px;
}

.mem-profile-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: unset;
  min-width: 320px;
}

.photo-gallery-row {
  margin-left: -5px;
  margin-right: -5px;
}

.gallery-image {
  padding: 5px;
}

.gallery-image figure > img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-image > figure {
  position: relative;
  padding-top: 68%;
  margin: 0;
}

.contact-to-member {
  margin: 60px 0;
}

.content-area {
  margin: 0 0 40px;
}

.home .content-area {
  margin: 0;
}

.ctm-form {
  max-width: 700px;
  margin: 30px auto;
}

.form-group-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}

.form-group-row label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  font-weight: 700;
  font-size: 14px;
  padding-right: 10px;
  text-align: right;
  margin: 13px 0;
  line-height: 1;
}

.form-group-row input,
.form-group-row textarea {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 0;
  max-width: 100%;
}

.form-group-row textarea {
  resize: none;
  height: auto;
  line-height: 1.3;
}

.form-group-row input[type="submit"] {
  display: block;
  width: auto;
  margin-left: auto;
  background: #2e2f30;
  color: #fff;
  border-radius: 6px;
  margin-top: 16px;
}

.no-after:after {
  display: none;
}

@media screen and (max-width: 991px) {
  .mem-contact-info {
    margin-top: 30px;
  }
}

/* Member Directory Page CSS */
.mdf-ip-wrap,
.label-text,
.mdf-ip-button {
  padding: 6px;
}

.label-text {
  font-family: "Antonio";
  color: #d39e00;
  text-transform: uppercase;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 6px 6px 6px 0px;
}

.mdf-form-group-row {
  margin-left: -6px;
  margin-right: -6px;
}

.mdf-ip-wrap input,
.mdf-ip-wrap select {
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
}

.mdf-ip-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 230px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-one-fifth {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  margin: 45px 0;
}

.col-one-third {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
  margin: 45px 0;
}

.member-col-wrapper {
  width: 100%;
}

#directory-listing {
  margin-left: -8px;
  margin-right: -8px;
}

.member-col {
  padding: 0 8px;
}

.member-profile-wrap {
  /* background-color: #f5f2f2; */
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.mem-overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  font-size: 0;
  line-height: 0;
  background: transparent !important;
}

.mem-profile-wrap-in {
  max-width: 340px;
  /* margin-top: 50%; */
  width: 100%;
  padding: 20px 14px;
  margin: auto;
}

.pro-mem-wrap .mem-profile-wrap-in {
  background-color: #fafafa;
}

.mem-profile-wrap-in {
  background-color: #fafafa;
}

.dir-mem-type {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-yellow {
  color: #d39e00 !important;
}

.text-gray {
  color: #aeacac !important;
}

.member-profile-image > figure {
  padding-top: 100%;
  position: relative;
  margin: 0;
  display: block;
}

.member-profile-image > figure > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

/* .member-profile-image {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-bottom: -50%;
}
.member-profile-image {
  float: left;
  width: 50%;
} */
#directory-listing .member-profile-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  max-width: 120px;
}

.member-profile-details h3 {
  font-size: 22px;
  margin: 20px 0 0;
}

.services-details {
  padding: 24px 0 0;
  font-size: 12px;
}

.member-profile-details {
  padding: 0 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
}

@media screen and (max-width: 1199px) {
  .col-one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media screen and (max-width: 991px) {
  .col-one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3334%;
    flex: 0 0 33.3334%;
    max-width: 33.3334%;
  }
}

@media screen and (max-width: 767px) {
  .col-one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 230px;
  }
}

@media screen and (max-width: 574px) {
  .services-details {
    padding: 18px 0 0;
  }

  .dir-mem-type {
    font-size: 16px;
  }

  #directory-listing .member-profile-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
  }

  .member-profile-details {
    padding-left: 15px;
  }
}

/* Image Search Page CSS */
.radio-wrap input[type="radio"] {
  position: absolute;
  visibility: hidden;
}

.radio-wrap {
  position: relative;
}

.radio-wrap {
  padding: 2px 0;
}

.radio-wrap input[type="radio"] + label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
}

.radio-wrap input[type="radio"] + label:before {
  content: "";
  width: 17px;
  height: 17px;
  border: 1px solid;
  display: block;
  margin-right: 7px;
  border-radius: 50%;
  margin-top: 1px;
}

.radio-wrap input[type="radio"]:checked ~ label:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.radio-wrap input[type="radio"] + label:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background: #333;
  border-radius: 50%;
  top: 3px;
  left: 2px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.block-image-wrap > figure {
  position: relative;
  padding-top: 75%;
  margin: 0;
}

.block-image-wrap > figure > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-info h3 {
  font-size: 20px;
  margin: 10px 0 6px;
}

.image-meta {
  font-size: 12px;
  color: #434444;
  margin: 0 0 12px;
}

.image-meta a {
  color: #0d64bd;
}

.image-wrap-inner {
  margin: 26px 0;
}

#lightbox .modal-content {
  display: inline-block;
  text-align: center;
}

#lightbox .close {
  opacity: 1;
  color: rgb(255, 255, 255);
  background-color: rgb(25, 25, 25);
  padding: 5px 8px;
  border-radius: 30px;
  border: 2px solid rgb(255, 255, 255);
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 1032;
  width: 36px;
  height: 36px;
}

.modal {
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  overflow-y: auto;
}

[data-toggle="modal"] {
  cursor: pointer;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.show,
.fade.in {
  opacity: 1;
}

.modal-dialog {
  margin: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 4px;
  border: 1px solid #dddd;
  max-width: 80%;
}

.modal-body imh {
  width: 100% !important;
  height: auto !important;
}

.modal-body img {
  height: auto !important;
  width: 100% !important;
  display: block;
}

#lightbox {
  font-size: 0;
  line-height: 0;
}

#lightbox .close:after,
#lightbox .close:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background: #fff;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 15px;
  left: 9px;
}

#lightbox .close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#lightbox .close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.banner-slide {
  display: block;
  background-size: cover;
  background-position: center bottom;
  padding-top: 40%;
  width: 100%;
}

#banner-slider {
  position: relative;
  line-height: 0;
}

.mem-profile-desc-wrap-inner {
  font-size: 16px;
}

/* Account Settings page css */
.wpum-form > h2 {
  margin-top: 0;
}

.wpum-form fieldset label {
  font-weight: 700;
  font-size: 14px;
  margin: 13px 0;
  line-height: 1;
}

.wpum-form fieldset input.input-email,
.wpum-form fieldset input.input-text,
.wpum-form fieldset select,
.wpum-form fieldset textarea {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 0;
  max-width: 100%;
  border: 1px solid #ddd;
  display: block;
}

.wpum-form fieldset textarea {
  height: 150px;
  resize: none;
  line-height: 1.7;
  padding: 15px;
}

.wpum-form fieldset input[type="file"] {
  border: 0;
  height: auto;
  padding: 0;
}

#wpum-account-forms-tabs ul li {
  border: 1px solid #efefef;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

#wpum-account-forms-tabs ul li > a {
  padding: 12px 15px;
  display: block;
  font-weight: 600;
}

#wpum-account-forms-tabs ul li + li {
  border-top: 0;
}

span.wpum-uploaded-file-preview img {
  display: block;
  margin: 0 0 10px;
}

a.wpum-remove-uploaded-file {
  font-weight: 600;
  font-size: 16px;
}

.account-edit-link {
  padding-top: 6px;
  text-transform: uppercase;
  font-weight: 600;
}

.account-edit-link a {
  font-size: 14px;
}

.pagination {
  margin: 40px 0;
  padding: 0;
  list-style: none;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -2px;
  margin-right: -2px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
}

.pagination > li {
  padding: 2px;
}

.pagination a,
.pagination span {
  padding: 0 12px;
  background: #222223;
  height: 38px;
  display: block;
  line-height: 38px;
  border-radius: 0;
  color: #ddd;
  text-transform: uppercase;
  font-size: 14px;
  min-width: 38px;
  text-align: center;
  margin: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.pagination a:hover,
.pagination span.current {
  background: #d39f00;
  color: #252525;
}

li.disabled > a {
  opacity: 0.6;
  pointer-events: none;
}

.page-result-nav-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.result-count {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 300px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
}

.page-result-nav-wrap .pagination {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 10px 0;
}

.pagination > *:first-child {
  border-left: 0;
}

a.prev.page-numbers,
a.next.page-numbers {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .result-count,
  .pagination {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

@media screen and (max-width: 529px) {
  .mem-profile-desc {
    margin-top: 15px;
    max-width: 100%;
  }
}

#photo-gallery #flexi_gallery {
  max-width: 100%;
  width: 100%;
}

span.twitter-typeahead {
  width: 100%;
}

.tt-menu {
  width: 100%;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  border: 0;
  border-radius: 0 0 8px 8px;
  margin: 0;
  max-width: 650px;
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 15px;
  line-height: 15px;
}

/* Footer position */
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  padding-bottom: 132px;
  position: relative;
  min-height: 100vh;
  height: auto !important;
}

body > footer {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 99;
  bottom: 0;
}

@media screen and (max-width: 991px) {
  body {
    padding-bottom: 210px;
  }
}

.flexi_ajax_post .tooltip {
  position: relative;
  display: inline-block;
  width: 100%;
}

.flexi_ajax_post .tooltip .tooltiptext {
  visibility: hidden;
  width: 25%;
  background-color: #d39e00;
  color: #000;
  text-align: left;
  border-radius: 6px;
  padding: 10px;
  font-size: 14px;
  position: absolute;
  z-index: 1;
  font-weight: 500;
  top: 40px;
}

.flexi_ajax_post .tooltip .tooltiptext a {
  color: #fff;
}

.flexi_ajax_post .tooltip .tooltiptext a:hover {
  color: #000;
}

.flexi_ajax_post .tooltip:hover .tooltiptext {
  visibility: visible;
}

.flexi_ajax_post input.disabled,
.flexi_ajax_post input.disabled:hover {
  cursor: not-allowed !important;
  background-color: #ece9df;
  color: #aea7a7;
}

.wpum-account-form .fieldset-user_description {
  display: none;
}

.flexi_label ul.flexi_user-list {
  display: none;
}

.fancybox-caption .fancybox-caption__body {
  font-size: 20px;
}

.fancybox-caption .fancybox-caption__body b {
  font-size: 24px !important;
}

.mem-profile-desc > strong {
  margin-bottom: 15px;
  display: inline-block;
}

.mdf-ip-button {
  justify-self: flex-end;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14px;
  flex: 0 0 14px;
  max-width: 140px;
  margin-left: auto;
}

.reset_filter.mdf-ip-button {
  margin-left: 0;
}

.mdf-ip-wrap.mdf-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mdf-ip-wrap.mdf-checkbox input {
  width: 22px;
  margin-right: 10px;
}

.mdf-chk-wrap {
  margin-right: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mb-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.mb-header {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 15px;
}

.bp-header,
.gp-header,
.pp-header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 160px;
  max-width: 160px;
  text-align: center;
  padding: 0 15px;
}

.mp-header-text {
  font-weight: 700 !important;
  border-bottom: 1px solid;
  display: inline-block;
  font-size: 20px;
}

.mb-col span {
  margin: 10px 0;
  font-weight: 500;
  display: inline-block;
}

.mb-header.text-right {
  text-align: right;
}
.gift-shop-product-row {
  margin-bottom: 60px;
}

.gift-shop-product-row h3.section-sub-title {
  margin-top: 70px;
}

a.btn {
  background: #252525;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  padding: 14px;
  line-height: 1;
  border-radius: 6px;
  letter-spacing: 1px;
  font-size: 16px;
}

a.btn:hover {
  background: #d39f00;
  color: #252525;
}

a.btn-plan {
  background: #252525;
  color: #fff;
  text-transform: lowercase;
  font-weight: 700;
  display: block;
  padding: 14px;
  line-height: 1;
  border-radius: 6px;
  letter-spacing: 1px;
  font-size: 16px;
}

a.btn-plan:hover {
  background: #d39f00;
  color: #252525;
}

.mb-col-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}

@media screen and (max-width: 767px) {
  .bp-header,
  .gp-header,
  .pp-header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    text-align: center;
    padding: 0 4px;
  }

  .mb-col span {
    font-size: 10px;
  }

  .mb-col-inner {
    background: #eee;
    margin: 5px 0;
    padding: 6px 0;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  a.btn-plan {
    font-size: 12px;
    padding: 5px;
  }
}

@media screen and (max-width: 575px) {
  .mdf-ip-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.login-link.menu-item {
  margin-left: auto;
}

.desktop-menu .menu-wrap,
.desktop-menu .epn-navbar,
.epn-navbar-inner,
.primary-menu-wrap,
.primary-menu-wrap > ul {
  width: 100%;
}

/* New CSS */
#hero-banner-slider {
  border-top: 5px solid #d4a001;
  background: #090909;
  padding: 10px 0 20px;
}

#hero-banner-slider .slick-dots {
  padding: 0;
  margin: 20px 0 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#hero-banner-slider .slick-dots > li > button {
  background: #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  padding: 0;
  font-size: 0;
  color: transparent;
}

#hero-banner-slider .slick-dots > li {
  margin: 2px 10px;
}

span.read-link {
  padding-left: 10px;
}

.read-link a {
  color: #3e9dff;
  font-weight: 700;
}

.f-social-links {
  padding: 0;
  margin: 50px 0 20px;
  list-style: none;
}

.f-social-links li > a {
  color: #2e2f30;
  font-size: 44px;
  line-height: 1;
  display: block;
}

.f-social-links li {
  margin: 10px 20px;
}

.f-social-links li > a:hover {
  color: #d39f00;
}

.image-col img {
  display: block;
  margin: auto;
  max-width: 180px;
  width: 100%;
  height: auto;
  padding: 10px 15px;
}

.sponsors-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sponsors-list .slick-initialized .slick-slide {
  height: auto;
}

.images-list {
  padding: 20px 20px 0;
}

ul.footer-menu {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #d39f00;
}
.friends-sponsors .soliloquy-container .soliloquy-image {
  max-height: 80px;
}
h1.section-title,
h2 {
  color: #d4a001;
}

div.bbp-breadcrumb,
div.bbp-topic-tags {
  font-size: 14px;
}
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
#bbpress-forums ul.bbp-topics {
  font-size: 14px;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
  font-size: 13px;
}
#bbpress-forums .bbp-forums-list .bbp-forum {
  font-size: 13px;
}
