/*
 * 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
 */

.head-insta {
	text-align: center;
	font-size: 3em;
	margin: 0em 0 0.5em 0;	
	
}
.head-insta img {
	width: 40px;
	height: 40px;
	margin-right: 0.5em;
	vertical-align: middle;
	position: relative;
	top: -5px;
}

@media (max-width: 450px) {
.head-insta {margin: 1em 0 0.5em 0;font-size: 2em;}
#csinstagramfeed {padding-bottom: 24px;}
}

#csinstagramfeed{
    padding: 50px 0 30px 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

#csinstagramfeed .bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

#csinstagramfeed .bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

#csinstagramfeed .bx-wrapper .bx-prev:hover,
#csinstagramfeed .bx-wrapper .bx-prev:focus {
	background-position: 0 0;
}

#csinstagramfeed .bx-wrapper .bx-next:hover,
#csinstagramfeed .bx-wrapper .bx-next:focus {
	background-position: -43px 0;
}

#csinstagramfeed .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

#csinstagramfeed .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
