.widget-tweets {
  padding: 3rem 0;
  background: #ffffff; }
  .widget-tweets .mmm {
    text-align: right;
    margin: -60px 0 -10px; }
    .widget-tweets .mmm img {
      width: 120px; }
  .widget-tweets .tweet-col {
    display: none; }
  @media (min-width: 768px) {
    .widget-tweets {
      padding-top: 100px; }
      .widget-tweets .tweet-col {
        display: flex; }
      .widget-tweets .slider {
        display: none !important; }
      .widget-tweets .mmm {
        margin: -117px 0 1rem; }
        .widget-tweets .mmm img {
          width: 195px; }
      .widget-tweets .row {
        margin-left: -30px;
        margin-right: -30px; }
        .widget-tweets .row > [class*="col-"] {
          padding-left: 30px;
          padding-right: 30px; } }
  .widget-tweets .tweet {
    padding: 0.5rem;
    margin-bottom: 25px; }
    .widget-tweets .tweet > div {
      border-radius: 3px;
      background: #fff;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
      font-size: 14px;
      padding: 30px; }
    .widget-tweets .tweet .content {
      margin-bottom: 15px; }
    .widget-tweets .tweet .footer {
      display: flex; }
      .widget-tweets .tweet .footer .avatar {
        width: 55px;
        height: 55px;
        background: #ccc;
        border-radius: 50%; }
      .widget-tweets .tweet .footer .account {
        align-content: center;
        padding: 0 0 0 15px;
        display: flex;
        flex-direction: column;
        justify-content: center; }
      .widget-tweets .tweet .footer .name {
        font-family: "Grubhub-Sans-Bold";
        font-size: 17px; }
      .widget-tweets .tweet .footer .handle {
        font-size: 13px;
        opacity: 0.55; }
    .widget-tweets .tweet .icon {
      position: absolute;
      right: 15px;
      bottom: 15px; }

/*# sourceMappingURL=style.css.map */
