/**
* 2007-2017 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    Anvanto (anvantoco@gmail.com)
*  @copyright 2007-2017 Anvanto
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/

.aninstagramfeed-item {
    float: left;
    overflow: hidden;
    width: 100%;
  }
  .aninstagramfeed-img {
    position: relative;
  }
  .aninstagramfeed-info {
    position: absolute;
    width: 100%;
    transition: all 500ms;
    bottom: -60px;
  }
  .aninstagramfeed-info-block {
    background: black;
    width: 90px;
    margin: 0 auto;
    color: white;
    padding: 5px;
    text-align: center;
  }

  .aninstagramfeed-img:hover .aninstagramfeed-info {
    transition: all 500ms;
    bottom: 18px;
  }

  .aninstagramfeed-like {
    display: inline-block;
    background: url(../img/like.png) no-repeat left;
    padding-left: 19px;
    line-height: 15px;
    padding-right: 10px;
  }

  .aninstagramfeed-comments {
    display: inline-block;
    background: url(../img/comment.png) no-repeat left;
    padding-left: 19px;
    line-height: 15px;
  }
  .aninstagramfeed-img-wrapper {
    position: relative;
    height: 0;
    border: none;
    padding-top: 100%;
  }
  .aninstagramfeed-img {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
  }
  .gallery_item {
    margin: 15px 0;
    padding: 0 15px;
    float: left;
  }

  .aninstagramfeed-item:hover .widget-info-with-hover {
    transition: all 500ms;
    visibility: visible;
    opacity: 1;
  }
  .aninstagramfeed-item:hover .widget-info {
    transition: all 500ms;
    bottom: 10px;
  }
  /*.aninstagramfeed-img img{*/
  /*width: 100%;*/

  /*}*/
  .widget {
    padding: 15px;
  }
  .widget img {
    border: none !important;
  }
  .widget p,
  .widget a {
    color: #000;
    text-decoration: none;
  }
  .widget_image {
    width: 30%;
    float: left;
    margin-right: 15px;
  }
  .widget_image img {
    width: 100%;
  }
  .widget_description p {
    margin: 0px;
  }
  .widget_item {
    float: left;
    overflow: hidden;
    width: 33.33%;
    position: relative;
    padding: 0 5px;
    margin: 5px 0;
  }
  .widget_row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .widget_inner {
    position: relative;
    padding-top: 100%;
    /*background: #fff;*/
  }
  .widget_inner img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .widget_top {
    float: left;
  }
  .widget_body {
    display: inline-block;
    padding-top: 20px;
    width: 100%;
  }
  .widget_userdata {
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .widget_userdata_item {
    flex: 1 1 auto;
    text-align: center;
  }
  .widget_userdata_item p {
    line-height: 15px;
  }
  .widget_userdata_count {
    font-weight: 800;
    margin: 0px;
  }
  .widget_userdata_content {
    margin: 0px;
  }
  .widget-info {
    position: absolute;
    width: 100%;
    transition: all 500ms;
    bottom: -60px;
  }
  .widget-info-block {
    background: black;
    width: 90px;
    margin: 0 auto;
    color: white;
    padding: 5px;
    text-align: center;
    max-width: 100%;
  }

  .widget_item:hover .widget-info {
    transition: all 500ms;
    bottom: 10px;
  }

  .widget-like {
    display: inline-block;
    background: url(../img/like.png) no-repeat left;
    padding-left: 19px;
    line-height: 15px;
    padding-right: 10px;
  }

  .widget-comments {
    display: inline-block;
    background: url(../img/comment.png) no-repeat left;
    padding-left: 19px;
    line-height: 15px;
  }
  .widget-info-with-hover {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms;
    z-index: 30;
  }
  .widget_item:hover .widget-info-with-hover {
    transition: all 500ms;
    visibility: visible;
    opacity: 1;
  }
  .widget-with-hover-like {
    display: block;
    background: url(../img/like.png) no-repeat left;
    padding-left: 19px;
    font-size: 12px;
    color: #fff;
    position: absolute;
    bottom: 5px;
    left: 5px;
  }
  .widget-with-hover-instagram {
    display: block;
    width: 22px;
    height: 22px;
    color: #fff;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
  }
  .gallery_item .widget-with-hover-instagram {
    top: calc(50% - 16px);
    left: calc(50% - 16px);
  }
  .widget_body .widget-with-hover-instagram {
    top: calc(50% - 10px);
    left: calc(50% - 10px);
  }
  .widget-with-hover-comments {
    display: block;
    background: url(../img/comment.png) no-repeat left;
    padding-left: 19px;
    font-size: 12px;
    color: #fff;
    position: absolute;
    bottom: 5px;
    right: 5px;
  }
  .cards_wrapper {
    width: 100%;
    float: left;
  }
  .card_more_text {
    display: none;
  }
  .card_item {
    margin: 15px 0;
  }
  .card_item {
    /*background-color:#fff;*/
    max-width: 100%;
  }
  .card_item img {
    width: 100%;
  }
  .card_caption {
    padding: 15px;
  }
  .card_links {
    padding: 0 15px 15px 15px;
    float: left;
    width: 100%;
  }
  .card-like {
    display: block;
    background: url(../img/like-gray.png) no-repeat left;
    padding-left: 19px;
    width: 40px;
    font-size: 14px;
    float: right;
    color: #bcbcbc;
  }
  .card-instagram {
    display: block;
    width: 22px;
    height: 22px;
    color: #bcbcbc;
    float: left;
  }

  .card-comments {
    display: block;
    background: url(../img/comment-gray.png) no-repeat left;
    padding-left: 19px;
    width: 40px;
    font-size: 14px;
    color: #bcbcbc;
    float: right;
  }
  /* .slider_full_width {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
  }
  @media (min-width: 992px) {
    .slider_full_width {
      width: calc(100vw - 17px);
    }
  } */
  .slider_nav {
    position: relative;
    border-radius: 30px;
    background-color: #fff;
    width: 52px;
    height: 52px;
    display: none;
  }
  .slider_left svg {
    fill: #4d3226;
    position: absolute;
    left: 6px;
    top: 8px;
  }
  .slider_right svg {
    fill: #4d3226;
    position: absolute;
    left: 8px;
    top: 8px;
  }
  .an_instagram_slider .slider_nav {
    display: block;
  }
  .an_instagram_slider.owl-theme .owl-nav [class*="owl-"] {
    padding: 0px;
    margin: 0px;
    border-radius: 30px;
    background: none;
  }
  .an_instagram_slider.owl-theme .owl-nav [class*="owl-"]:hover {
    background: none;
  }

  .an_instagram_slider .owl-prev {
    position: absolute;
    left: 20px;
    top: calc(50% - 40px);
  }
  .an_instagram_slider .owl-next {
    position: absolute;
    right: 20px;
    top: calc(50% - 40px);
  }
  .an_instagram_slider.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
  }
  .aninsta_container {
    width: 100%;
    float: left;
  }
  @media (max-width: 576px) {
    .widget {
      width: 100% !important;
    }
  }
  .slider_inner .aninstagramfeed-img,
  .gallery_item .aninstagramfeed-img {
    padding-top: 100%;
    overflow: hidden;
  }
  .slider_inner .aninstagramfeed-img img,
  .gallery_item .aninstagramfeed-img img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .aninsta_container {
    width: 100%;
    float: none;
    display: inline-block;
    overflow: hidden;
  }
  .widget_top {
    float: none;
  }
  .flex-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: stretch;
    align-items: stretch;
  }
  .card_item {
    max-height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
  }
  .an_instagram_slider .owl-stage {
    margin-right: auto;
    margin-left: auto;
  }
  .card_item {
    position: relative;
    max-width: 350px;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .card_item::before,
  .card_item::after {
    position: absolute;
    top: 0;
    right: 14px;
    bottom: 0;
    left: 14px;
    content: "";
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
  }
  .card_item::after {
    border-right: 1px solid;
    border-left: 1px solid;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  .card_item::before {
    border-top: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  .card_item:hover::before,
  .card_item:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .widget_header .widget_userdata {
    justify-content: space-between;
    max-width: 266px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .widget_header .widget_userdata_item {
    flex: 0 0 auto;
  }

  .card_inner {
    background-color: #fff;
  }

  /* instagram-js */
  .an_instagram-item {
    padding: 0;
    position: relative;
    overflow: hidden;
  }
  .item-padding:not(.type-slider) {
    margin: 0 -15px;
  }
  .item-padding:not(.type-slider) .an_instagram-item {
    padding: 15px;
  }
  .an_instagram-item img {
    width: 100%;
    max-width: 100%;
  }
  .an_instagram-details {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .an_instagram-item .an_instagram-hoverwrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    align-self: center;
  }
  .an_instagram-item .an_instagram-link {
    padding-top: 100%;
  }
  .an_instagram-item .an_instagram-link > img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .an_instagram-likes,
  .an_instagram-comments {
    display: flex;
    align-items: center;
    margin: 0 5px;
    height: 30px;
  }

  .an_instagram-likes svg {
    margin-right: 5px;
  }
  .an_instagram-comments svg {
    margin-right: 5px;
    margin-top: 2px;
  }
  .an_instagram-details-hover {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .an_instagram-item a:hover .an_instagram-details-hover {
    opacity: 1;
  }
  .an_instagram-icon-hover {
    display: flex;
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
  }
  .an_instagram-details-hover.type-hover {
    padding: 15px;
    justify-content: space-between;
    align-items: flex-end;
  }
  .an_instagram-details-hover.type-hover .an_instagram-likes,
  .an_instagram-details-hover.type-hover .an_instagram-comments {
    margin: 0;
  }
  /* .an_insta_container .owl-nav svg path {
      fill: #000;
  } */
  /* .an_insta_container .owl-nav,
  .an_insta_container .owl-dots {
      margin: 15px 0;
      display: flex;
      justify-content: center;
  } */
  .owl-theme .owl-nav {
    margin-top: 10px;
  }
  .an_instagram_slider.owl-theme .owl-nav [class*="owl-"] {
    padding: 0px;
    margin: 0px;
    border-radius: 30px;
    background: none;
  }
  .owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
  }
  .an_insta_container .owl-nav .owl-prev,
  .an_insta_container .owl-nav .owl-next {
    display: flex;
  }
  .an_insta_container .owl-nav .owl-prev.disabled,
  .an_insta_container .owl-nav .owl-next.disabled {
    opacity: 0.3;
  }
  .an_insta_container .owl-dots .owl-dot {
    display: flex;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #d6d6d6;
  }

  .item-padding.type-widget {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .widget-header.widget-header-separate {
    padding: 15px 0 0 !important;
  }
  .widget-header.widget-header-stats:not(.widget-header-separate) {
    justify-content: center;
  }

  .widget-header .widget_userpic {
    float: left;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .widget-header .insta-title-wrap {
    display: block;
    width: 100%;
    padding: 0 !important;
  }
  .type-widget .an_instagram-details svg {
    margin: 0;
    transform: scale(0.7);
  }
  .type-widget .an_instagram-item {
    max-width: 33.33334%;
    width: 100%;
  }
  .type-widget.col-md-7 .an_instagram-item,
  .type-widget.col-md-8 .an_instagram-item {
    max-width: 25%;
  }
  .type-widget.col-md-9 .an_instagram-item,
  .type-widget.col-md-10 .an_instagram-item {
    max-width: 20%;
  }
  .type-widget.col-md-11 .an_instagram-item,
  .type-widget.col-md-12 .an_instagram-item {
    max-width: 16.66667%;
  }
  .type-widget.col-md-2 .an_instagram-item {
    max-width: 50%;
  }
  .type-widget.col-md-1 .an_instagram-item {
    max-width: 100%;
  }
  .an_insta-description {
    margin-bottom: 30px;
  }
  .widget-header {
    padding-top: 15px !important;
    margin-bottom: 15px;
  }
  .widget-header-left {
    justify-content: flex-start;
  }
  .widget-header-center {
    justify-content: center;
  }
  .widget-header-right {
    justify-content: flex-end;
  }
  .an_insta-profile-pic {
    max-width: 100px;
  }

  .an_insta-widget-padding {
    margin: 0 -15px;
  }
  .an_insta-widget-padding .widget-header,
  .an_insta-widget-padding .insta-title-wrap {
    padding: 0 15px;
  }
  .an_insta-widget-padding .an_insta-wrap .widget-header {
    padding: 0;
  }
  .widget_userdata {
    width: 100%;
    justify-content: center;
  }
  .widget_userdata_item p {
    margin: 0;
  }
  .widget_userdata_item {
    flex: unset;
    display: flex;
    margin: 5px 10px;
  }

  .widget_userdata_content:before {
    content: " ";
    display: inline-block;
  }
  .insta-tags {
    padding: 15px 15px 0;
    flex: 1 1;
  }

  .an_insta_container.type-blocks {
    display: flex;
    flex-wrap: wrap;
  }
  .card_item .card_inner {
    height: 100%;
  }
  .card_item {
    margin: 0;
    max-width: unset;
  }
  .card_item .wrapper_block {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: stretch;
  }
  .card_inner .an_instagram-details {
    position: static;
    background: none;
    justify-content: space-between;
    align-self: flex-end;
    padding: 15px;
    width: 100%;
  }
  .card_inner .an_instagram-details svg path {
    fill: #000;
  }
  .an_instagram-icon {
    display: flex;
  }
  .item-padding .card_item::before,
  .item-padding .card_item::after {
    top: 14px;
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .an_instagram-card-stats {
    display: flex;
    color: #000;
  }
  .an_instagram-card-stats svg {
    transform: scale(0.7);
    margin: 0;
  }
  @media (max-width: 1200px) {
    .gallery-12 {
      width: 11.11111% !important;
    }
  }
  @media (max-width: 992px) {
    .gallery-12,
    .gallery-9 {
      width: 16.6667% !important;
    }
  }
  @media (max-width: 640px) {
    .gallery-12,
    .gallery-9,
    .gallery-6 {
      width: 33.3334% !important;
    }
  }

  @media (max-width: 380px) {
    .gallery-12,
    .gallery-9,
    .gallery-6,
    .gallery-3 {
      width: 50% !important;
    }
  }

  .an_instagram-item img.b-lazy:not(.b-loaded) {
    width: auto;
  }
  .an_instagram_slider.owl-theme .owl-nav [class*="owl-"] {
    padding: 0px;
    margin: 0px;
    border-radius: 30px;
    background: none;
  }
  .an_instagram_slider.owl-theme .owl-nav [class*="owl-"]:not(.disabled):hover,
  .an_instagram_slider.owl-theme .owl-nav [class*="owl-"]:not(.disabled):focus {
    box-shadow: 0 0 0 0.5rem transparent;
    animation: pulse-white 0.6s;
  }
  .an_instagram_slider.owl-theme .owl-nav [class*="owl-"]:not(.disabled):hover svg {
    fill: #34190e;
  }
  .aninstagramfeed {
    position: relative;
    padding-top: 6.25rem;
  }
  .aninstagramfeed.an_insta_block.slider_full_width{
    margin-bottom: 0;
  }
  .aninstagramfeed:before {
    border-top: 1px solid #f0f0f0;
    content: "";
    height: 0;
    position: absolute;
    left: calc(50% - 50vw);
    top: 0;
    width: 100vw;
    max-width: 100vw;
  }
  .an_insta-title {
    color: #34190e;
    font-family: 'Noto Serif', serif;
    line-height: 1.5;
    text-align: center;
    overflow: hidden;
  }
  .an_insta-title > span {
    position: relative;
  }
  .an_insta-title > span:before,
  .an_insta-title > span:after {
    background-color: #f0f0f0;
    background: linear-gradient(0deg,#f0f0f0 43%,hsla(0,0%,94%,0) 0);
    border-top: 1px solid #f0f0f0;
    content: "";
    height: 8px;
    position: absolute;
    bottom: 22%;
    width: 60px;
  }
  .an_insta-title > span:before {
    right: calc(100% + .9375rem);
  }
  .an_insta-description,
  #footer .an_insta-description p {
    color: #7e7e7e;
    margin-bottom: 2.6875rem;
  }
  @media (min-width: 768px) {
    .an_insta-description,
    #footer .an_insta-description p {
      font-size: 1.5rem;
    }
  }
  @media (min-width: 1200px) {
    .aninstagramfeed:before {
      left: calc(50% - 50vw + 8.5px);
      max-width: calc(100vw - 17px);
    }
    .an_insta-title {
      font-size: 2rem;
    }
  }