/*
 * csoft_instagramfeeds front-end module version 1.3.4 for Prestashop 1.6, 1.7
 * Support contact : prestashop@comonsoft.com.
 *
 * NOTICE OF LICENSE
 *
 * This source file is the property of Com'onSoft
 * that is bundled with this package.
 * It is also available through the world-wide-web at this URL:
 * https://boutique.comonsoft.com/
 *
 * @category  front-end
 * @package   csoft_instagramfeeds
 * @author    Com'onSoft (http://www.comonsoft.com/)
 * @copyright 2016-2020 Com'onSoft and contributors
 * @version   1.3.4
 */

#csinstagramfeed{
	padding: 0px;
}
#csinstagramfeed h2 {
	padding-left: 0px;
	font-size: 20px;
	font-weight: 700;
	color: #333333;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align:center;
	margin-top: 0px; 
}

#csinstagramfeed h2 a {
	color: #333333;
}

#csinstagramfeed h2:before {
	font-family: "FontAwesome";
	content: "\f16d";
}

#csinstagramfeed span {
    display: block;
    font-size: 14px;
    text-transform: none;
    padding-bottom: 10px;
    color: #777;
	text-align: center;
}

#csinstagramfeed .item a {
	display:block;
	position:relative;
}

#csinstagramfeed div div a.instagram_caotion_link {
	display:inline;
}

#csinstagramfeed .instagram_cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  opacity: 0;
  text-align: center;
  transition: all .3s ease-out;
  background-color: rgba(0,0,0,0.6);
}

#csinstagramfeed a:hover .instagram_cover {
  opacity: 1;
}

#csinstagramfeed a:hover .instagram_cover:before{
  transform: scale(1);
}

#csinstagramfeed .instagram_cover:before{
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "FontAwesome";
  content: "\f16d";
  font-size: 24px;
  width: 24px;
  height: 24px;
  text-align: center;
  margin: -12px 0 0 -12px;
  transform: scale(0);
  transition: all .4s ease-out;
}

#csinstagramfeed .instagram_caption {
	margin-top: 10px;
}

@media (max-width: 768px) {
	#csinstagramfeed .bx-controls {
		display: none;
	}
}

/**************************************************************************
		        Style TM Homepage Products Carousel
**************************************************************************/
  .tab-content .bx-wrapper .bx-controls a:before {
    font-family: 'FontAwesome'; }
  .tab-content .bx-wrapper .bx-controls .bx-pager {
    position: static;
    padding: 0;
    overflow: hidden;
    text-align: center;
    line-height: 0; }
    .tab-content .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
      float: none;
      display: inline-block;
      text-align: center;
      margin: 0; }
      .tab-content .bx-wrapper .bx-controls .bx-pager .bx-pager-item + .bx-pager-item {
        margin-left: 7px; }
      .tab-content .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
        display: block;
        width: 10px;
        height: 10px;
        text-indent: 0;
        margin: 0;
        text-decoration: none;
        color: #fff;
        font-size: 0;
        border-radius: 50%; }
        .tab-content .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active, .tab-content .bx-wrapper .bx-controls .bx-pager .bx-pager-item a:hover {
          background: #777; }
  .tab-content .bx-wrapper .bx-controls .bx-controls-direction {
    position: absolute;
    right: 0;
    bottom: 100%;
    background: white;
    z-index: 99;
    margin-bottom: 8px; }
    .tab-content .bx-wrapper .bx-controls .bx-controls-direction a {
      display: inline-block;
      position: static;
      outline: 0;
      margin: 0;
      z-index: 999;
      width: 28px;
      height: 28px;
      text-align: center; }
      .tab-content .bx-wrapper .bx-controls .bx-controls-direction a:before {
        font-family: "Linearicons";
        content: "\e93b";
        display: inline-block;
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        will-change: transform;
        line-height: 28px; }
      .tab-content .bx-wrapper .bx-controls .bx-controls-direction a.bx-next:before {
        content: '\e93c'; }
      .tab-content .bx-wrapper .bx-controls .bx-controls-direction a:hover {
        color: #333333; }
        .tab-content .bx-wrapper .bx-controls .bx-controls-direction a:hover:before {
          -moz-transform: scale(1.5, 1.5);
          -ms-transform: scale(1.5, 1.5);
          -o-transform: scale(1.5, 1.5);
          -webkit-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5); }
  .tab-content .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item {
    float: left;
    margin-right: 0;
    text-align: center; }
    .tab-content .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item a {
      display: block;
      width: 17px;
      height: 17px;
      text-indent: 0;
      background: none;
      text-decoration: none;
      margin: 0; }
      .tab-content .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item a.bx-start:before {
        content: '\f04b'; }
      .tab-content .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item a.bx-stop:before {
        content: '\f04c'; }

