/****************************

Fund africa styles


**************************/

.main-wrapper-col {
  padding-top: 70px;
  padding-bottom: 70px;
}
.page-row-inner {
  width: 100%;
  max-width: 1180px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
/***********banner*************/

.banner-image {
  height: auto;
  width: 100%;
  background: none repeat-x left center transparent;
}
.banner-image img {
  opacity: 0;
  width: 100%;
}
/*********** custom image***********/

/*.custom-image.top-images:not(.last-area) {*/

.custom-image.top-images {
  padding-bottom: 80px;
}
.custom-image img {
  max-width: 100%;
  height: auto;
}
.custom-image area:focus, .custom-image area {
  outline: 0 !important;
  box-shadow: none !important;
}
/*********title ********/

.page-row-title {
  background: url(img/speaker_background.png) repeat-x center center transparent;
}
.page-row-title h2 {
  font-size: 65px;
  font-weight: 900;
  color: #fff;
  padding: 9px 35px;
  margin: 0;
}
/*********speakers********/

.page-row.speakers-block .page-row-inner {
  max-width: 1070px;
}
.speaker-row {
  display: flex;
  align-items: center;
  align-content: center;
  padding: 25px 0;
  border-bottom: 1px solid #c7c8ca;
}
.speaker-pic {
  margin-right: 85px;
  width: 206px;
}
.speaker-pic img {
  max-width: 100%;
}
.name-wrap span {
  display: block;
  text-align: center;
}
.name-wrap {
  color: #231f20;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Effra";
  margin-top: 8px;
}
.speaker-name {
  font-weight: 900;
  font-family: "Effra";
  /*color: #00336a;*/
  font-size: 25px;
  text-transform: capitalize;
}
.speaker-row .content {
  width: calc( 100% - 291px);
}
.speaker-row .desc {
  /*font-weight: 300;*/
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  color: #231f20;
  padding-top: 0px;
  font-family: "Effra";
}
/**********bottom images*********/

.bottom-images.last-area {
  margin-bottom: 35px;
}
.page-row.bottom-images .page-row-inner {
  max-width: 1070px;
}
.bottom-images .page-row-inner .image-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #c7c8ca;
  width: 100%;
}
.bottom-images.last-area .page-row-inner .image-wrap {
  border: none;
}
/*********logo********/

.logos-section .logo-wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.logo-area {
  padding-bottom: 70px;
  text-align: center;
}
.logo-area:last-child {
  padding-bottom: 0;
}
.logo-area:first-child, .logo-area:nth-child(2) {
  width: 100%;
}
.logo-area .image-wrap {
  text-align: center;
}
/*******************************

Responsive


*******************************/

@media only screen and (min-width: 1250px) {
  .top-images.image-items-1 img {
    margin-left: -120px;
  }
}
@media only screen and (min-width: 1200px) {
  .bottom-images.image-items-1 img {
    margin-left: -100px;
  }
}
@media only screen and (max-width: 1200px) {}
@media screen and (min-width: 992px) and (max-width:1020px) {}
/* Medium Devices, Desktops */

@media only screen and (max-width: 991px) {
  .page-row-title h2 {
    font-size: 42px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {}
/* Small Devices, Tablets */

@media only screen and (max-width: 767px) {
  body.headerFixed .header-wrapper {
    height: auto !important;
  }
  .main-wrapper-col {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .banner-image img {
    height: 180px;
  }
  .page-row-title h2 {
    font-size: 24px;
  }
  /*.custom-image.top-images:not(.last-area) {*/
  .custom-image.top-images {
    padding-bottom: 40px;
  }
  /***********speakers**********/
  .speaker-row {
    flex-wrap: wrap;
  }
  .speaker-pic {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .speaker-pic .image-wrap {
    width: 100%;
    text-align: center;
  }
  .speaker-row .content {
    width: 100%;
  }
  .speaker-row .desc {
    font-size: 18px;
    line-height: 22px;
  }
  .speaker-row .desc p:not(:last-child) {
    padding-bottom: 20px;
  }
  .name-wrap {
    font-size: 18px;
    line-height: 24px;
  }
  .speaker-name {
    font-size: 22px;
  }
  /************************/
  .bottom-images.last-area {
    margin-bottom: 0;
  }
  .bottom-images .page-row-inner .image-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .logo-area:not(:last-child) {
    padding-bottom: 30px;
  }
  .logos-section .logo-area {
    border: 1px solid #dbdbdb;
    padding: 30px;
    margin-bottom: 10px;
    width: 100%;
  }
  .logos-section .logo-area:last-child {
    margin-bottom: 0;
  }
}
/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {}
/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}