.embedstagram {
  overflow-x: hidden;
  position: relative;
  display: block; }
  .embedstagram .function-button {
    height: 60px;
    line-height: 60px;
    background-color: #efefef;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #6d6d6d;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    margin-top: 5px; }
    .embedstagram .function-button.disabled, .embedstagram .function-button.error {
      opacity: 1;
      cursor: default;
      color: #c6c6c6; }
    .embedstagram .function-button.error {
      color: #6d6d6d; }
  .embedstagram.hide-load-more .function-button {
    display: none; }
  .embedstagram ul {
    overflow: hidden;
    display: block;
    position: relative;
    margin: -5px -5px 0 -5px;
    padding: 0; }
    .embedstagram ul li {
      float: left;
      position: relative;
      width: 33.3%;
      padding: 0 0 33.3% 0;
      margin: 0;
      list-style: none; }
      .embedstagram ul li a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        overflow: hidden;
        padding: 5px; }
        .embedstagram ul li a:hover {
          opacity: 0.9;
          -moz-opacity: 0.9;
          filter: alpha(opacity=90);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }
        .embedstagram ul li a:active {
          opacity: 1;
          -moz-opacity: 1;
          filter: alpha(opacity=100);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
        .embedstagram ul li a img {
          width: 100%;
          height: 100%; }
  .embedstagram.thumb-border ul li a {
    background-color: #efefef;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px; }
  .embedstagram.thumb-tile ul {
    margin: 0; }
    .embedstagram.thumb-tile ul li a {
      padding: 0; }
  .embedstagram.thumb-tile .function-button {
    margin-top: 0; }
  .embedstagram.thumb-circle ul li a {
    padding: 0;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border-radius: 50%; }
  .embedstagram.thumb-circle .function-button {
    height: 40px;
    line-height: 40px; }
  .embedstagram.theme-light.thumb-border ul li a {
    background-color: #fff; }
  .embedstagram.theme-light .function-button {
    background-color: #fff; }
  .embedstagram.theme-dark.thumb-border ul li a {
    background-color: #171717; }
  .embedstagram.theme-dark .function-button {
    background-color: #171717;
    color: #797979; }

/*# sourceMappingURL=embedstagram.css.map */
