.site-content {
  .mphb-flexslider {
    ul.slides img {

      display: block !important;
    }
    .gallery-icon.landscape a {
      display: block;
    }
  }
}

.mphb-flexslider {
  ul.flex-direction-nav li {
    margin: 0 0 0;
    border: 0px solid;
  }
}

body {
  .flexslider {
    background: #fff;
    border: 0px solid #fff;
    border-radius: 0;
    @include box-shadow(none);
  }

  .mphb-flexslider {
    &.mphb-gallery-slider {
      margin-bottom: 5px;
    }
  }
  .mphb-flexslider .flexslider,
  .flexslider {
    ul.flex-direction-nav {
      a {
        @include font-size($font-size__sm);
        @media screen and (min-width: $screen-sm-min) {
          @include font-size($font-size__base);
        }
        line-height: 2.65em;
        width: 3.125em;
        height: 3.125em;
        background: #fff;
        margin: -1.5625em 0 0;
        border-radius: 100%;
        &:before {
          font-family: FontAwesome;
          @include font-size($font-size__base);
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          display: block;
          text-indent: 0;
          margin: 0.25em 0 0;

        }
      }
      a.flex-next {
        right: 1.25em;
        &:before {
          content: $fa-var-chevron-right;
		  margin: 0.3em 0 0 0.2em;
        }

      }
      a.flex-prev {
        left: 1.25em;
        &:before {
          content: $fa-var-chevron-left;
		  margin: 0.3em 0.2em 0 0;
        }

      }
    }
    &:hover ul.flex-direction-nav a.flex-next {
      opacity: 1;
      right: 1.25em;
    }
    &:hover ul.flex-direction-nav a.flex-prev {
      opacity: 1;
      left: 1.25em;
    }
  }

}

/* Flex Slider prev next on search results */
.mphb_sc_search_results-wrapper.frm_forms.with_frm_style .flex-direction-nav a:before {
  color: #FFF;
}