/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.catch-instagram-feed-gallery-widget-wrapper ul {
	margin: 0;
}

.catch-instagram-feed-gallery-widget-wrapper
	.catch-instagram-feed-gallery-widget-image-wrapper
	ul
	> li {
	list-style: none;
}

.catch-instagram-feed-gallery-widget-wrapper .button {
	background-color: transparent;
	border: 1px solid #d93175;
	display: inline-block;
	margin-top: 10px;
	padding: 15px 20px;
	height: auto;
}

.catch-instagram-feed-gallery-widget-wrapper .instagram-button .button:hover,
.catch-instagram-feed-gallery-widget-wrapper .instagram-button .button:focus {
	background-color: #d93175;
	color: #fff;
	text-decoration: none;
}

.catch-instagram-feed-gallery-widget-wrapper span {
	margin-left: 5px;
}

.catch-instagram-feed-gallery-widget-wrapper .clear {
	margin-bottom: 0;
}

.sidebar-primary .catch-instagram-feed-gallery-widget-wrapper li.item,
.catch-instagram-feed-gallery-widget-wrapper li.item {
	float: left;
	margin: 0;
	padding: 0;
}

.catch-instagram-feed-gallery-widget-wrapper.one-columns
	li.item:nth-child(n + 1),
.catch-instagram-feed-gallery-widget-wrapper.two-columns
	li.item:nth-child(2n + 1),
.catch-instagram-feed-gallery-widget-wrapper.three-columns
	li.item:nth-child(3n + 1),
.catch-instagram-feed-gallery-widget-wrapper.four-columns
	li.item:nth-child(4n + 1),
.catch-instagram-feed-gallery-widget-wrapper.five-columns
	li.item:nth-child(5n + 1),
.catch-instagram-feed-gallery-widget-wrapper.six-columns
	li.item:nth-child(6n + 1),
.catch-instagram-feed-gallery-widget-wrapper.seven-columns
	li.item:nth-child(7n + 1),
.catch-instagram-feed-gallery-widget-wrapper.eight-columns
	li.item:nth-child(8n + 1) {
	clear: both;
}

.catch-instagram-feed-gallery-widget-wrapper.one-columns li.item,
.catch-instagram-feed-gallery-widget-wrapper.two-columns li.item,
.catch-instagram-feed-gallery-widget-wrapper.three-columns li.item,
.catch-instagram-feed-gallery-widget-wrapper.four-columns li.item,
.catch-instagram-feed-gallery-widget-wrapper.five-columns li.item,
.catch-instagram-feed-gallery-widget-wrapper.six-columns li.item,
.catch-instagram-feed-gallery-widget-wrapper.seven-columns li.item,
.catch-instagram-feed-gallery-widget-wrapper.eight-columns li.item {
	width: 100%;
}

.catch-instagram-feed-gallery-widget-wrapper.two-columns li.item {
	max-width: 50%;
}

.catch-instagram-feed-gallery-widget-wrapper.three-columns li.item {
	max-width: 33.33%;
}

.catch-instagram-feed-gallery-widget-wrapper.four-columns li.item {
	max-width: 25%;
}

.catch-instagram-feed-gallery-widget-wrapper.five-columns li.item {
	max-width: 20%;
}

.catch-instagram-feed-gallery-widget-wrapper.six-columns li.item {
	max-width: 16.66%;
}

.catch-instagram-feed-gallery-widget-wrapper.seven-columns li.item {
	max-width: 14.28%;
}

.catch-instagram-feed-gallery-widget-wrapper.eight-columns li.item {
	max-width: 12.5%;
}

.catch-instagram-feed-gallery-widget-wrapper .instagram-button {
	clear: both;
}

.catch-instagram-feed-gallery-widget-wrapper .clearfix::after {
	clear: both;
	content: ' ';
	display: block;
	height: 0;
}

/* Round Layout */
.catch-instagram-feed-gallery-widget-wrapper.round
	.catch-instagram-feed-gallery-widget-image-wrapper
	img,
.catch-instagram-feed-gallery-widget-wrapper.round
	.catch-instagram-feed-gallery-widget-image-wrapper
	a.pretty {
	border-radius: 50%;
	display: block;
	margin: auto;
	overflow: hidden;
}

/* Instagra Default Layout */
.catch-instagram-feed-gallery-widget-wrapper.default li.item {
	margin-bottom: 2%;
	margin-right: 2%;
	width: 32%;
}

.catch-instagram-feed-gallery-widget-wrapper.default li.item:nth-child(3n) {
	margin-right: 0;
}

.catch-instagram-feed-gallery-widget-wrapper.default li.item:nth-child(3n + 1) {
	clear: both;
}

.catch-instagram-feed-gallery-widget-wrapper
	.catch-instagram-feed-gallery-widget-image-wrapper
	a.pretty
	img {
	box-shadow: none;
	width: 100%;
}

.catch-instagram-feed-gallery-widget-wrapper
	.catch-instagram-feed-gallery-widget-image-wrapper
	ul
	li,
.catch-instagram-feed-gallery-widget-wrapper
	.catch-instagram-feed-gallery-widget-image-wrapper
	ol
	li {
	border: 0;
}

.catch-instagram-feed-gallery-widget-wrapper
	.catch-instagram-feed-gallery-widget-image-wrapper
	li.item
	a.pretty
	img,
.catch-instagram-feed-gallery-widget-wrapper
	.catch-instagram-feed-gallery-widget-image-wrapper
	li.item
	a.pretty,
.catch-instagram-feed-gallery-widget-wrapper
	.catch-instagram-feed-gallery-widget-image-wrapper
	li.item
	a.pretty:hover,
.catch-instagram-feed-gallery-widget-wrapper
	.catch-instagram-feed-gallery-widget-image-wrapper
	li.item
	a.pretty:focus {
	box-shadow: none;
	outline: 0;
}

.catch-instagram-feed-gallery-widget-wrapper.with-padding li.item a.pretty {
	border: 3px solid #fff;
}

.catch-instagram-feed-gallery-widget-wrapper.default li.item a.pretty {
	display: flex;
	display: -webkit-flex;
	overflow: hidden;
}

.catch-instagram-feed-gallery-widget-wrapper
	.catch-instagram-feed-gallery-widget-image-wrapper
	li.item
	video {
	max-width: 100%;
}

.catch-instagram-feed-gallery-widget-wrapper ul {
	background-repeat: no-repeat;
}

.catch-instagram-feed-gallery-widget-wrapper .loader {
	display: none;
	margin: 25px auto 0;
	text-align: center;
}

.instagram-button {
	text-align: center;
}

.catch-instagram-feed-gallery-widget-wrapper
	.catch-instagram-feed-gallery-widget-image-wrapper
	li.item
	> a.pretty,
.catch-instagram-feed-gallery-widget-wrapper
	.catch-instagram-feed-gallery-widget-image-wrapper
	li.item
	> a.pretty:hover,
.catch-instagram-feed-gallery-widget-wrapper
	.catch-instagram-feed-gallery-widget-image-wrapper
	li.item
	> a.pretty:focus {
	color: transparent;
	display: block;
}

.catch-instagram-feed-gallery-widget-wrapper li.item > a.pretty {
	line-height: 0;
}

.catch-instagram-feed-gallery-widget-wrapper
	div:not(.grid-rotator)
	li.item
	> a.pretty {
	position: relative;
}

/* Overlay video icon */
.catch-instagram-feed-gallery-widget-wrapper .overlay-icon {
	color: #fff;
	font-size: 35px;
	opacity: 0.6;
	position: absolute;
	right: 25px;
	text-decoration: none;
	top: 10px;
}

.catch-instagram-feed-gallery-widget-wrapper.round .overlay-icon {
	right: 48%;
	top: 40%;
}

.catch-instagram-feed-gallery-widget-wrapper.default ul:after,
.catch-instagram-feed-gallery-widget-wrapper.grid ul:after,
.catch-instagram-feed-gallery-widget-wrapper.round ul:after {
	clear: both;
	content: ' ';
	display: block;
}

a.pp_arrow_previous,
a.pp_arrow_next {
	height: 80%;
	overflow: hidden;
	position: fixed;
	text-indent: -999px;
	top: 15%;
	width: 10%;
}

.pp_arrow_next {
	right: 100px;
}

.pp_arrow_previous {
	left: 100px;
}

@media screen and (max-width: 767px) {
	.pp_arrow_next {
		right: 0;
	}
	.pp_arrow_previous {
		left: 0;
	}
}

/* Overlay instagram icon */
.catch-instagram-feed-gallery-widget-wrapper
	.catch-instagram-feed-gallery-widget-image-wrapper
	.insta-link
	img,
.catch-instagram-feed-gallery-widget-wrapper
	.catch-instagram-feed-gallery-widget-image-wrapper
	.cifgw-info {
	opacity: 0;
	position: absolute;
}

.catch-instagram-feed-gallery-widget-wrapper
	.catch-instagram-feed-gallery-widget-image-wrapper
	.cifgw-info
	span
	img {
	display: block;
	margin: 0 auto;
	width: 60%;
	filter: brightness(0) invert(1);
}

.catch-instagram-feed-gallery-widget-wrapper
	.catch-instagram-feed-gallery-widget-image-wrapper
	.cifgw-info
	span
	img.cifgw-heart {
	margin-bottom: 5px;
}

.catch-instagram-feed-gallery-widget-wrapper
	.catch-instagram-feed-gallery-widget-image-wrapper
	.cifgw-info
	span
	img.cifgw-comment-box {
	width: 75%;
	margin-bottom: 2px;
}

.catch-instagram-feed-gallery-widget-wrapper
	.catch-instagram-feed-gallery-widget-image-wrapper
	li.item
	> a.pretty
	.cifgw-info
	span {
	color: #000;
	display: inline-block;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	width: 40%;
}

.catch-instagram-feed-gallery-widget-wrapper.eight-columns
	li.item
	> a.pretty
	.cifgw-info
	span,
.catch-instagram-feed-gallery-widget-wrapper.seven-columns
	li.item
	> a.pretty
	.cifgw-info
	span,
.catch-instagram-feed-gallery-widget-wrapper.six-columns
	li.item
	> a.pretty
	.cifgw-info
	span {
	font-size: 65%;
}

.catch-instagram-feed-gallery-widget-wrapper
	.catch-instagram-feed-gallery-widget-image-wrapper
	.cifgw-info {
	margin: 0 auto;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.catch-instagram-feed-gallery-widget-wrapper
	.catch-instagram-feed-gallery-widget-image-wrapper
	.grid-rotator
	.insta-link,
.catch-instagram-feed-gallery-widget-wrapper
	.catch-instagram-feed-gallery-widget-image-wrapper
	.grid-rotator
	.cifgw-info {
	display: none;
	background-image: none;
}

/* .grid-rotator .cifgw-info span.cifgw-count
{
    background-repeat: no-repeat;
    background-position: center;
} */

.grid-rotator a.pretty {
	background-size: cover;
}

.catch-instagram-feed-gallery-widget-wrapper
	.catch-instagram-feed-gallery-widget-image-wrapper
	.insta-link {
	opacity: 0;
}

/* .catch-instagram-feed-gallery-widget-wrapper .catch-instagram-feed-gallery-widget-image-wrapper .insta-link img
{
    bottom: 10px;
    right: 10px;
    width: 15%;
    filter: brightness(0) invert(1);
} */

li.item:hover .insta-link,
li.item:hover .cifgw-info {
	opacity: 1;
}

/* li.item:hover a.pretty{
    opacity: 0.8;
} */

.pp_content {
	margin: 0 auto;
}

a.pp_arrow_previous,
a.pp_arrow_next {
	z-index: 9999;
}

.cifgw-comments {
	background: rgba(0, 0, 0, 0) url('https://catchthemes.com/demo/foodie-world/wp-content/plugins/catch-instagram-feed-gallery-widget-pro/public/images/comments.svg') no-repeat scroll
		center top;
	height: 45px;
}
.cifgw-likes {
	background: rgba(0, 0, 0, 0) url('https://catchthemes.com/demo/foodie-world/wp-content/plugins/catch-instagram-feed-gallery-widget-pro/public/images/heart.svg') no-repeat scroll
		center top;
	height: 45px;
}

li.item a.insta-link,
li.item a.insta-link:hover,
li.item a.insta-link:focus {
	background: rgba(0, 0, 0, 0)
		url('https://catchthemes.com/demo/foodie-world/wp-content/plugins/catch-instagram-feed-gallery-widget-pro/public/images/catch-instagram-feed-gallery-widget.svg') no-repeat
		scroll center top;
	height: 35px;
	bottom: 12px;
	color: transparent;
	position: absolute;
	right: 12px;
	text-decoration: none;
	box-shadow: none;
}

li.item a.insta-link:hover {
	color: transparent;
	text-decoration: none;
	box-shadow: none;
}

/* .catch-instagram-feed-gallery-widget-wrapper .catch-instagram-feed-gallery-widget-image-wrapper .cifgw-info {
    height: 100%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
} */

.catch-instagram-feed-gallery-widget-wrapper
	.catch-instagram-feed-gallery-widget-image-wrapper
	span.cifgw-overlay {
	height: 100%;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	margin: 0;
	transition: all 0.3s ease-in-out;
}

li.item:hover .cifgw-overlay {
	background: rgba(24, 21, 21, 0.3);
}

.round li.item:hover .cifgw-overlay {
	border-radius: 50%;
}

li.item {
	position: relative;
}

.round li.item a.insta-link {
	bottom: 10%;
	left: 50%;
	transform: translate(-47%);
}

.pp_inline video {
	height: 344px;
}

/* Social Icons*/

@font-face {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	src: url('http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0')
			format('embedded-opentype'),
		url('http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0')
			format('woff2'),
		url('http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0')
			format('woff'),
		url('http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0')
			format('truetype'),
		url('http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular')
			format('svg');
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-clone:before {
	content: '\f24d';
}

.catch-instagram-feed-gallery-widget-wrapper .overlay-icon.fa-clone {
	opacity: 1;
}

.placeholder-video-image {
	position: absolute;
}

#gallery.owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}

#gallery.owl-carousel .owl-nav .owl-prev,
#gallery.owl-carousel .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	margin: -19px !important;
	padding: 5px !important;
}

#gallery.owl-carousel .owl-nav .owl-prev {
	left: 0;
}

#gallery.owl-carousel .owl-nav .owl-next {
	right: 0;
}

p.cifgw-error {
    width: fit-content;
    margin: 20px auto;
    padding: 20px;
    font-size: 20px;
}