/* line 1, E:/Programs/XAMPP/htdocs/makhazine/wp-content/themes/makhazine_theme/css/feedstyles.scss */
#content-left.feed {
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around; }
  /* line 7, E:/Programs/XAMPP/htdocs/makhazine/wp-content/themes/makhazine_theme/css/feedstyles.scss */
  #content-left.feed .col-third {
    width: 33%;
    height: auto; }
    /* line 11, E:/Programs/XAMPP/htdocs/makhazine/wp-content/themes/makhazine_theme/css/feedstyles.scss */
    #content-left.feed .col-third .gallery-item {
      position: relative;
      width: 100%;
      margin: 6px;
      margin-bottom: 8px;
      padding: 12px;
      padding-top: 12px;
      padding-bottom: 0;
      opacity: 1;
      transition: 0.4s;
      border-radius: 6px;
      background: rgba(255, 255, 255, 0);
      overflow: hidden; }
      /* line 25, E:/Programs/XAMPP/htdocs/makhazine/wp-content/themes/makhazine_theme/css/feedstyles.scss */
      #content-left.feed .col-third .gallery-item:hover {
        opacity: 0.8 !important;
        background: #e6e6e6; }
      /* line 30, E:/Programs/XAMPP/htdocs/makhazine/wp-content/themes/makhazine_theme/css/feedstyles.scss */
      #content-left.feed .col-third .gallery-item .image img {
        width: 100%;
        height: auto;
        border-radius: 6px; }
      /* line 36, E:/Programs/XAMPP/htdocs/makhazine/wp-content/themes/makhazine_theme/css/feedstyles.scss */
      #content-left.feed .col-third .gallery-item .heading {
        width: 100%;
        padding-bottom: 8px;
        padding-top: 12px;
        margin-left: 2px;
        font-weight: bold; }
      /* line 44, E:/Programs/XAMPP/htdocs/makhazine/wp-content/themes/makhazine_theme/css/feedstyles.scss */
      #content-left.feed .col-third .gallery-item .description {
        width: 100%;
        height: 0;
        transition: 0.3s;
        opacity: 0;
        padding-bottom: 8px; }
        /* line 51, E:/Programs/XAMPP/htdocs/makhazine/wp-content/themes/makhazine_theme/css/feedstyles.scss */
        #content-left.feed .col-third .gallery-item .description .inner {
          width: 100%;
          margin-top: 8px;
          margin-left: 2px; }
          /* line 56, E:/Programs/XAMPP/htdocs/makhazine/wp-content/themes/makhazine_theme/css/feedstyles.scss */
          #content-left.feed .col-third .gallery-item .description .inner p {
            font-size: 1em;
            line-height: normal;
            text-align: left;
            padding-bottom: 10px; }
      /* line 65, E:/Programs/XAMPP/htdocs/makhazine/wp-content/themes/makhazine_theme/css/feedstyles.scss */
      #content-left.feed .col-third .gallery-item .socmed {
        position: absolute;
        opacity: 0;
        top: 20px;
        left: 0;
        width: 100%;
        height: 36px;
        text-align: center;
        transition: opacity 0.3s; }
        /* line 75, E:/Programs/XAMPP/htdocs/makhazine/wp-content/themes/makhazine_theme/css/feedstyles.scss */
        #content-left.feed .col-third .gallery-item .socmed .inner {
          width: 45%;
          height: 100%;
          margin: 0 auto;
          background: #e6e6e6;
          padding: 4px;
          border-radius: 2px;
          display: flex;
          justify-content: space-around;
          align-items: center; }
          /* line 86, E:/Programs/XAMPP/htdocs/makhazine/wp-content/themes/makhazine_theme/css/feedstyles.scss */
          #content-left.feed .col-third .gallery-item .socmed .inner .socmed-link {
            cursor: pointer;
            opacity: 0.6;
            padding: 2px;
            transition: 0.3s; }
            /* line 92, E:/Programs/XAMPP/htdocs/makhazine/wp-content/themes/makhazine_theme/css/feedstyles.scss */
            #content-left.feed .col-third .gallery-item .socmed .inner .socmed-link:hover {
              opacity: 0.9; }

@media (max-width: 700px) {
  /* line 103, E:/Programs/XAMPP/htdocs/makhazine/wp-content/themes/makhazine_theme/css/feedstyles.scss */
  #content-left.feed .col-third {
    width: 100%; } }

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