/* 
Here will go all custom scss for theme
*/
html {
  font-size: 100%;
}

body {
  font-family: "Poppins", sans-serif;
}

@media (min-width: 1350px) {
  .container {
    max-width: 1320px;
  }
}
.close-nav {
  background: #fff;
  display: inline-block;
  padding: 8px 17px;
  position: absolute;
  z-index: 9;
  top: 10px;
  right: 10px;
}

.menu-mobile {
  background: #e09829;
  color: #fff;
  display: inline-block;
  padding: 9px 20px 7px;
  float: right;
}

.header-top {
  background-color: #2e97d3;
  color: #fff;
}
.header-top a {
  color: #fff;
  text-decoration: none;
}
.header-top .col-text-right p {
  font-weight: 700;
}
.header-top .col-button a {
  padding: 8px 25px;
  text-transform: uppercase;
  font-weight: 500;
}
.header-top .col-button a:nth-child(1) {
  background-color: #e09829;
  color: #000;
}
@media (min-width: 992px) {
  .header-top .col-button a:nth-child(1) {
    margin-right: 10px;
  }
}
.header-top .col-button a:nth-child(2) {
  background-color: #38b6ff;
  color: #fff;
}

header#hamburger {
  background-color: #fff;
  z-index: 999;
  position: relative;
  left: 0;
  right: 0;
  padding: 0.5em 0;
}
@media (min-width: 1199px) {
  header#hamburger {
    position: sticky;
    top: 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.04);
  }
}
header#hamburger .logo-brand img {
  width: 110px;
  margin: 0 100px;
}
@media (min-width: 1199px) {
  header#hamburger .logo-brand img {
    width: 170px;
    margin: 0 60px;
  }
}
header#hamburger .col-social a {
  padding: 4px 8px;
  background: #2179ab;
  font-size: 18px;
  border-radius: 4px;
  margin: 0 4px;
}
header#hamburger .navbar {
  padding-left: 0;
  padding-right: 0;
}
header#hamburger .navbar .navbar-nav {
  justify-content: space-between;
  width: 100%;
}
header#hamburger .navbar .navbar-nav li a {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 0;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  header#hamburger .navbar .navbar-nav li a:hover {
    color: #ce9846;
  }
}
header#hamburger .col-button {
  display: none;
}
@media (min-width: 992px) {
  header#hamburger .col-button {
    display: flex;
    justify-content: space-between;
    padding-bottom: 19px;
  }
}
@media (min-width: 1199px) {
  header#hamburger .col-button {
    margin-top: -40px;
  }
}
header#hamburger .col-button a {
  padding: 8px 25px;
  text-transform: uppercase;
  font-weight: 500;
}
header#hamburger .col-button a:nth-child(1) {
  background-color: #e09829;
  color: #000;
}
@media (min-width: 992px) {
  header#hamburger .col-button a:nth-child(1) {
    margin-right: 10px;
  }
}
header#hamburger .col-button a:nth-child(2) {
  background-color: #38b6ff;
  color: #fff;
}

.section-button {
  padding: 70px 0 40px;
}
.section-button .single:nth-child(1) .single-button {
  background-color: #8ad4ff;
}
.section-button .single:nth-child(2) .single-button {
  background-color: #ffb850;
}
.section-button .single:nth-child(3) .single-button {
  background-color: #5c5c5c;
}
.section-button .single:nth-child(4) .single-button {
  background-color: #ce9846;
}
.section-button .single:nth-child(5) .single-button {
  background-color: #0b0b0b;
}
.section-button .single:nth-child(6) .single-button {
  background-color: #1587c8;
}
.section-button .single .single-button {
  color: #fff;
  background-color: #000;
  min-height: 120px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
  text-decoration: none;
}
@media (min-width: 992px) {
  .section-button .single .single-button {
    font-size: 24px;
  }
}

.featured-members .featured-members__title {
  background-color: #e09829;
}
.featured-members .featured-members__title h2 {
  color: #000;
  text-transform: uppercase;
  padding: 20px 0;
  font-size: 24px;
}
@media (min-width: 992px) {
  .featured-members .featured-members__title h2 {
    font-size: 46px;
  }
}
.featured-members .container {
  padding-top: 35px;
  padding-bottom: 45px;
}
.featured-members .single .single-logo {
  margin: 10px 0;
}
@media (min-width: 992px) {
  .featured-members .single .single-logo {
    margin: 40px 0;
  }
}
.featured-members .single .single-logo a img {
  height: 80px;
  width: auto;
  margin: 0 auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 992px) {
  ul.dropdown-menu {
    padding: 14px;
    max-width: 340px !important;
    width: 330px;
    z-index: 999999999;
  }
  ul.dropdown-menu li a {
    margin: 0;
    padding: 0 !important;
    font-size: 13px !important;
  }
  ul.dropdown-menu li a:hover {
    color: #ce9846;
  }
  ul.dropdown-menu li {
    padding-bottom: 10px;
  }
  ul.dropdown-menu li:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  div#main-nav {
    background: #e09829;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    padding: 40px;
    text-align: center;
    /* overflow: scroll; */
  }
  div#main-nav a {
    color: #fff !important;
    text-align: center;
    margin: 0;
    padding: 5px !important;
  }
  header#hamburger .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e09829;
    padding: 0px;
    align-items: flex-start;
    overflow: scroll;
    display: none;
  }
  ul.dropdown-menu {
    padding-left: 0 !important;
    margin: 0 !important;
  }
}
.slider-swiper .swiper-slide__content {
  height: 400px;
  background-size: cover !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .slider-swiper .swiper-slide__content {
    height: 600px;
  }
}
.slider-swiper .swiper-slide__content .swiper-slider__content-text {
  display: inline-block;
  padding: 40px;
  text-align: center;
}
@media (max-width: 991px) {
  .slider-swiper .swiper-slide__content .swiper-slider__content-text {
    width: 90%;
  }
}
.slider-swiper .swiper-slide__content .swiper-slider__content-text h1 {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  text-shadow: 20px 0px 20px #000;
  text-transform: uppercase;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .slider-swiper .swiper-slide__content .swiper-slider__content-text h1 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .slider-swiper .swiper-slide__content .swiper-slider__content-text h1 {
    font-size: 36px;
  }
}
@media (min-width: 1199px) {
  .slider-swiper .swiper-slide__content .swiper-slider__content-text h1 {
    font-size: 44px;
  }
}
.slider-swiper .swiper-slide__content .swiper-slider__content-text a {
  background: #ffb850;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  padding: 12px;
  display: inline-block;
  text-decoration: none;
}
@media (min-width: 1199px) {
  .slider-swiper .swiper-slide__content .swiper-slider__content-text a {
    font-size: 15px;
  }
}
.slider-swiper .swiper-button-next,
.slider-swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #fff;
}
.slider-swiper .swiper-button-next:after,
.slider-swiper .swiper-button-prev:after {
  color: #000;
  font-size: 20px;
}

.content-text h2 {
  padding: 40px 0;
  margin: 0;
}
.content-text .content-text-black {
  background-color: #000;
  padding: 30px 0;
}
.content-text .content-text-black p {
  margin: 0;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
}

.single-text-page .content a {
  color: #ffb850;
}
.single-text-page .content p.link a {
  background: #ffb850;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px;
  display: inline-block;
  text-decoration: none;
}
.single-text-page .content a.link {
  background: #ffb850;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px;
  display: inline-block;
  text-decoration: none;
}

body.business-directory .wpbdp-categories .cat-item {
  width: 25%;
  list-style-type: none;
  margin: 0 0 11px;
  font-size: 13px;
}
body.business-directory .wpbdp-categories {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 80px 0;
}
body.business-directory .wpbdp-categories .cat-item a {
  color: #e09829;
  font-size: 15px;
}

body.single-wpbdp_listing {
  color: #000;
}
body.single-wpbdp_listing span.back-to-dir-buttons a,
body.single-wpbdp_listing p.wpbdp-goback a {
  background: #e09829;
  color: #000;
  padding: 11px 20px;
  display: inline-block;
}
body.single-wpbdp_listing .listing-title {
  border: 0 !important;
}
body.single-wpbdp_listing .wpbdp-listing .listing-details {
  margin: 0;
}
body.single-wpbdp_listing .field-value .value a {
  color: #000;
}
body.single-wpbdp_listing .wpbdp-listing .wpbdp-field span.field-label:after {
  content: ":";
  margin-left: 9px;
}

h1.entry-title {
  font-size: 30px;
  border: 0;
  padding-top: 20px;
  padding-bottom: 40px;
}

input#wpbdp-main-box-keyword-field {
  text-indent: 15px;
  height: 50px;
  border: 1px solid #d8d8d8;
}

.wpbdp-main-box .submit-btn input {
  height: 50px;
}

.wpbdp-main-links a {
  padding: 10px;
  color: #000;
}

a.advanced-search-link {
  margin: 20px 0;
  color: #000;
  font-size: 14px !important;
}

section.contact {
  padding: 60px 0;
}

body.business-directory div#wpbdp-page-category,
.tax-wpbdp_category div#wpbdp-page-category {
  padding-bottom: 100px;
}
body.business-directory .listing-details,
.tax-wpbdp_category .listing-details {
  margin-left: 0 !important;
  margin-top: 30px;
  color: #000 !important;
}
@media (min-width: 1199px) {
  body.business-directory .wpbdp-listing-excerpt,
  .tax-wpbdp_category .wpbdp-listing-excerpt {
    padding: 0;
    width: 48%;
  }
}
body.business-directory .wpbdp-grid,
.tax-wpbdp_category .wpbdp-grid {
  display: flex;
  flex-wrap: wrap;
}
body.business-directory .wpbdp-listing .listing-title,
.tax-wpbdp_category .wpbdp-listing .listing-title {
  border: 0;
}
body.business-directory .listing-title a,
.tax-wpbdp_category .listing-title a {
  color: #000;
  font-size: 24px !important;
}
body.business-directory h2.category-name,
.tax-wpbdp_category h2.category-name {
  margin-bottom: 50px;
  font-size: 36px;
}
body.business-directory .listing-details a,
.tax-wpbdp_category .listing-details a {
  color: #000;
}
body.business-directory .field-value label,
body.business-directory .field-value .field-label,
.tax-wpbdp_category .field-value label,
.tax-wpbdp_category .field-value .field-label {
  color: #000;
}
body.business-directory span.field-label:after,
.tax-wpbdp_category span.field-label:after {
  content: ":";
  margin-left: 9px;
}

.single .wpbdp-listing .listing-details {
  margin: 0;
}

form .wpbdp-grid {
  flex-direction: column;
}

.chmbr_officr ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -0.5%;
}

.chmbr_officr ul li {
  list-style-type: none;
  width: 19%;
  margin: 0 0.5%;
}

.chmbr_officr h2 {
  margin-bottom: 50px;
}

.chmbr_officr ul li img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}

.chmbr_officr ul li h4 {
  margin: 10px 0;
}

.chmbr_officr ul li p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

.heading {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .heading {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .heading h1 {
    font-size: 28px;
  }
}

.page-template-latest-news .single a {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 15px;
  display: block;
  height: 100%;
  text-decoration: none;
  transition: all 0.4s;
}
.page-template-latest-news .single a:hover {
  color: #fff;
  background-color: #e09829;
}
.page-template-latest-news .single a:hover .date,
.page-template-latest-news .single a:hover .readmore,
.page-template-latest-news .single a:hover h3 {
  color: #fff;
}
.page-template-latest-news .single a h3 {
  transition: all 0.4s;
}
.page-template-latest-news .single a .date {
  color: #000;
  font-size: 13px;
  transition: all 0.4s;
}
.page-template-latest-news .single a .readmore {
  color: #e09829;
  transition: all 0.4s;
}

.page-template-latest-newscopy .row-loop .single a:hover {
  text-decoration: none;
}
.page-template-latest-newscopy .row-loop .single a:hover .readmore {
  background-color: #000;
  color: #fff;
}
.page-template-latest-newscopy .row-loop .single h3 {
  font-size: 20px;
}
.page-template-latest-newscopy .row-loop .single .date {
  color: #df9828;
  font-weight: 500;
  margin: 10px 0 20px;
  font-size: 14px;
}
.page-template-latest-newscopy .row-loop .single .date i {
  font-size: 14px;
  margin-right: 5px;
}
.page-template-latest-newscopy .row-loop .single p {
  color: #000;
}
.page-template-latest-newscopy .row-loop .single .readmore {
  background: #df9828;
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.5s;
}

.single-post section.title {
  background: #343434;
  padding: 40px 0;
  margin: 0 0 40px 0;
}
.single-post section.title h1 {
  color: #fff;
  font-size: 28px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .single-post section.title h1 {
    font-size: 22px;
  }
}
.single-post section.title .date {
  color: #fff;
  font-size: 13px;
}
.single-post section.title .date i {
  font-size: 13px;
  margin-right: 3px;
}
.single-post main#main {
  padding: 20px 0 50px;
}

footer {
  background-color: #ffb850;
  color: #000;
}
footer .site-footer__content {
  background: #000;
  padding: 35px 0 40px;
  color: #fff;
}
footer .site-footer__content strong {
  color: #ffb850;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  font-size: 17px;
  margin-bottom: 15px;
}
footer .site-footer__content .last-news a {
  color: #fff;
  text-decoration: none;
  transition: all 0.4s;
  display: block;
}
footer .site-footer__content .last-news a:hover {
  color: #ffb850;
}
footer .site-footer__copy {
  font-weight: 700;
  padding: 20px 0;
}
footer .site-footer__copy .social {
  margin-top: 10px;
}
footer .site-footer__copy .social a {
  color: #000;
  font-size: 18px;
  margin: 0 5px;
}/*# sourceMappingURL=style.css.map */