/**
 * feedzy-rss-feeds.css
 * Feedzy RSS Feed
 * Copyright: (c) 2016 Themeisle, themeisle.com
 * Version: 3.2.6
 * Plugin Name: FEEDZY RSS Feeds
 * Plugin URI: http://themeisle.com/plugins/feedzy-rss-feeds/
 * Author: Themeisle
 */
.feedzy-rss > ul {
	margin: 0!important;
	padding: 0!important;
}

/*noinspection CssUnusedSymbol*/
.feedzy-rss .rss_item {
	border-bottom: 1px solid #eee!important;
	list-style: none!important;
}

.feedzy-rss .rss_item .title {
	font-weight: bold!important;
}

/*noinspection CssUnusedSymbol*/
.feedzy-rss .rss_item:after {
	display: block!important;
	clear: both!important;
	content: ""!important;
}

/*noinspection CssUnusedSymbol*/
.feedzy-rss .rss_item .rss_image {
	float: left!important;
	position: relative!important;
	border: none!important;
	text-decoration: none!important;
}

.feedzy-rss .rss_item .rss_image span {
	display: inline-block!important;
	position: absolute!important;
	width: 100%!important;
	height: 100%!important;
	background-position: 50%!important;
	background-size: cover!important;
}

/*noinspection CssUnusedSymbol*/
.feedzy-rss .rss_item .rss_image .fetched {
	z-index: 9!important;
}

.feedzy-rss .rss_item .rss_image {
	margin: 0.3em 1em 0 0!important;
}

.feedzy-rss .rss_item .rss_content small {
	display: block!important;
	font-size: 0.9em!important;
	font-style: italic!important;
}

/*TinyMce UI button*/
/*noinspection CssUnusedSymbol*/
i.mce-i-feedzy-icon {
	background-image: none, url("../img/feedzy.svg"), url("../img/feedzy.png")!important;
}

#feedzy-rss-button-insert {
	border-color: #4cae4c!important;
	color: #fff!important;
	background-color: #5cb85c!important;
}

#feedzy-rss-button-insert button {
	color: #fff!important;
}

#feedzy-rss-button-insert:hover,
#feedzy-rss-button-insert:focus {
	border-color: #398439!important;
	color: #fff!important;
	background-color: #449d44!important;
}

#feedzy-rss-button-cancel {
	border-color: #ccc!important;
	color: #333!important;
	background-color: #fff!important;
}

#feedzy-rss-button-cancel button {
	color: #333!important;
}

#feedzy-rss-button-cancel:hover,
#feedzy-rss-button-cancel:focus {
	border-color: #adadad!important;
	color: #333!important;
	background-color: #e6e6e6!important;
}

#feedzy-rss-button-pro {
	position: absolute!important;
	left: 10px !important!important;
	border-color: #46b8da!important;
	color: #fff!important;
	background-color: #5bc0de!important;
}

#feedzy-rss-button-pro button {
	color: #fff!important;
}

#feedzy-rss-button-pro:hover,
#feedzy-rss-button-pro:focus {
	border-color: #269abc!important;
	color: #fff!important;
	background-color: #31b0d5!important;
}

#feedzy-rss-insert-dialog-title {
	font-weight: 300!important;
	text-align: center!important;
}

/* PRO */
.feedzy-rss ul {
	margin: 0 -2%!important;
}

.feedzy-rss ul:before,
.feedzy-rss ul:after {
	display: table!important;
	content: " "!important;
}

.feedzy-rss ul:after {
	clear: both!important;
}

.feedzy-rss .rss_item {
	margin: 2%!important;
	padding: 0!important;
}

/* Default */
/*
.feedzy-rss .feedzy-default .rss_image,
.feedzy-rss .feedzy-default .rss_content_wrap {
	display: inline-block!important;
	width: 100%!important;
}

.feedzy-rss .feedzy-default .rss_image {
	float: none!important;
	padding: 0!important;
	text-align: center!important;
	width: 100%!important;
}

.feedzy-rss .feedzy-default .rss_content_wrap {
	margin: 10px 0 0!important;
	padding: 0!important;
}*/

/* Style1 */
.feedzy-rss .feedzy-style1 .rss_image,
.feedzy-rss .feedzy-style1 .rss_content_wrap {
	display: inline-block!important;
	width: 100%!important;
}

.feedzy-rss .feedzy-style1 .rss_item .rss_image span {
	width: 100%!important;
}

.feedzy-rss .feedzy-style1 .rss_content_wrap {
	text-align: left!important;
}

.feedzy-rss .feedzy-style1 .rss_item {
	text-align: center!important;
}

.feedzy-rss .feedzy-style2 .rss_item .rss_image {
	float: none!important;
}

.feedzy-rss .feedzy-style2 .rss_item .rss_image span {
	width: 100%!important;
}

.feedzy-rss .feedzy-style2 .rss_content_wrap {
	text-align: left!important;
}

.feedzy-rss .feedzy-style2  .rss_item {
	text-align: center!important;
}

.feedzy-rss .feedzy-style1 .rss_image {
	float: none!important;
	width: 100%!important;
	padding: 0!important;
	text-align: center!important;
	-webkit-transition: 0.75s ease!important;
	transition: 0.75s ease!important;
}

.feedzy-rss .feedzy-style1 .rss_image a {
	border: 3px solid transparent!important;
	border-radius: 50%!important;
	-webkit-transition: 0.5s ease!important;
	transition: 0.5s ease!important;
}

.feedzy-rss .feedzy-style1 .rss_image a span {
	display: inline-block!important;
	left: 0!important;
	border-radius: 50%!important;
}

.feedzy-rss .feedzy-style1 .rss_item:hover .rss_image a {
	box-shadow: 0 0 10px rgba(0,0,0,0.25)!important;
}

.feedzy-rss .feedzy-style1 .rss_content_wrap {
	margin: 10px 0 0!important;
	padding: 0!important;
}

.feedzy-rss .feedzy-style1 .rss_content_wrap .title a {
	text-decoration: none!important;
}

.feedzy-rss .feedzy-style1 .rss_content_wrap .title a:hover {
	text-decoration: underline!important;
}

.feedzy-rss .feedzy-style1 .rss_content .description {
	margin: 0!important;
	padding: 0!important;
	font-size: 90%!important;
}

.feedzy-rss .feedzy-style1 .rss_content .price-wrap {
	margin: 10px 0 0!important;
	text-align: center!important;
}

.feedzy-rss .feedzy-style1 .rss_content .price {
	display: inline-block!important;
	padding: 5px 10px!important;
	border-radius: 5px!important;
	color: #fff!important;
	background: #4f6d8d!important;
	font-weight: 700!important;
}

/* Style2 */
.feedzy-rss .feedzy-style2 .rss_item {
	padding: 0 !important!important;
	border: 1px solid #e3edeb!important;
	border-radius: 5px!important;
}

.feedzy-rss .feedzy-style2 .rss_image span {
	left: 0!important;
}

.feedzy-rss .feedzy-style2 .rss_image,
.feedzy-rss .feedzy-style2 .rss_content_wrap {
	display: inline-block!important;
	width: 100%!important;
}

.feedzy-rss .feedzy-style2 .rss_image {
	overflow: hidden!important;
	width: 100%!important;
	padding: 0!important;
	border-bottom: 7px solid #355c7d!important;
	line-height: 0!important;
	text-align: center!important;
}

.feedzy-rss .feedzy-style2 .rss_image a span {
	display: inline-block!important;
	-webkit-transition: 0.3s ease!important;
	transition: 0.3s ease!important;
}

.feedzy-rss .feedzy-style2 .rss_item:hover .rss_image a span {
	-webkit-transform: scale(1.2)!important;
	-ms-transform: scale(1.2)!important;
	transform: scale(1.2)!important;
}

.feedzy-rss .feedzy-style2 .rss_content_wrap {
	margin: 0!important;
	padding: 0!important;
	letter-spacing: 0!important;
}

.feedzy-rss .feedzy-style2 .rss_content_wrap .title {
	display: block!important;
	padding: 10px 15px!important;
}

.feedzy-rss .feedzy-style2 .rss_content_wrap .title a {
	/*color: #355c7d!important;*/
	text-decoration: none!important;
}

.feedzy-rss .feedzy-style2 .rss_content_wrap .title a:hover {
	text-decoration: underline!important;
}

.feedzy-rss .feedzy-style2 .rss_content .meta {
	padding: 10px 15px!important;
	border-top: 1px solid #e3edeb!important;
	border-bottom: 1px solid #e3edeb!important;
	background-color: #f1f5f4!important;
}

.feedzy-rss .feedzy-style2 .rss_content .description {
	margin: 0!important;
	padding: 10px 15px!important;
	font-size: 90%!important;
	line-height: 1.5!important;
}

.feedzy-rss .feedzy-style2 .rss_content .price-wrap {
	margin: 10px 0 15px!important;
	text-align: center!important;
}

.feedzy-rss .feedzy-style2 .rss_content .price {
	display: inline-block!important;
	padding: 8px 15px!important;
	color: #fff!important;
	background: #355c7d!important;
	font-weight: 700!important;
}

/* Columns */
.feedzy-rss .feedzy-rss-col-1 {
	width: 96%!important;
}

/* SCHIMBAT DIN ID in CLASA */
.feedzy-rss .feedzy-rss-col-2,
.feedzy-rss .feedzy-rss-col-3,
.feedzy-rss .feedzy-rss-col-4,
.feedzy-rss .feedzy-rss-col-5,
.feedzy-rss .feedzy-rss-col-6 {
	float: left!important;
	width: 96%!important;
}

@media screen and (min-width: 768px) {
	.feedzy-rss .feedzy-rss-col-2,
	.feedzy-rss .feedzy-rss-col-3,
	.feedzy-rss .feedzy-rss-col-4,
	.feedzy-rss .feedzy-rss-col-5,
	.feedzy-rss .feedzy-rss-col-6 {
		width: 46%!important;
	}

	.feedzy-rss .feedzy-rss-col-2:nth-child(2n+1),
	.feedzy-rss .feedzy-rss-col-3:nth-child(2n+1),
	.feedzy-rss .feedzy-rss-col-4:nth-child(2n+1),
	.feedzy-rss .feedzy-rss-col-5:nth-child(2n+1),
	.feedzy-rss .feedzy-rss-col-6:nth-child(2n+1) {
		clear: both!important;
	}
}

@media screen and (min-width: 992px) {
	.feedzy-rss .feedzy-rss-col-3,
	.feedzy-rss .feedzy-rss-col-4,
	.feedzy-rss .feedzy-rss-col-5,
	.feedzy-rss .feedzy-rss-col-6 {
		width: 29.33333%!important;
	}

	.feedzy-rss .feedzy-rss-col-3:nth-child(2n+1),
	.feedzy-rss .feedzy-rss-col-4:nth-child(2n+1),
	.feedzy-rss .feedzy-rss-col-5:nth-child(2n+1),
	.feedzy-rss .feedzy-rss-col-6:nth-child(2n+1) {
		clear: none!important;
	}

	.feedzy-rss .feedzy-rss-col-3:nth-child(3n+1),
	.feedzy-rss .feedzy-rss-col-4:nth-child(3n+1),
	.feedzy-rss .feedzy-rss-col-5:nth-child(3n+1),
	.feedzy-rss .feedzy-rss-col-6:nth-child(3n+1) {
		clear: both!important;
	}
}

@media screen and (min-width: 1200px) {
	.feedzy-rss .feedzy-rss-col-4 {
		width: 21%!important;
	}

	.feedzy-rss .feedzy-rss-col-5 {
		width: 16%!important;
	}

	.feedzy-rss .feedzy-rss-col-6 {
		width: 12.66666%!important;
	}

	.feedzy-rss .feedzy-rss-col-4:nth-child(3n+1),
	.feedzy-rss .feedzy-rss-col-5:nth-child(3n+1),
	.feedzy-rss .feedzy-rss-col-6:nth-child(3n+1) {
		clear: none!important;
	}

	.feedzy-rss .feedzy-rss-col-4:nth-child(4n+1),
	.feedzy-rss .feedzy-rss-col-5:nth-child(5n+1),
	.feedzy-rss .feedzy-rss-col-6:nth-child(6n+1) {
		/* PANA AICI INCLUSIV */
		clear: both!important;
	}
}

/* The switch - the box around the slider */
.feedzy-switch {
	display: inline-block!important;
	position: relative!important;
	width: 30px!important;
	height: 18px!important;
	margin-left: 20px!important;
}

/* Hide default HTML checkbox */
.feedzy-switch input {
	display: none!important;
}

/* The slider */
.feedzy-tracking sup {
	vertical-align: 3px!important;
}

.feedzy-track {
	position: absolute!important;
	top: 0!important;
	right: 0!important;
	bottom: 0!important;
	left: 0!important;
	background-color: #ccc!important;
	cursor: pointer!important;
	-webkit-transition: 0.4s!important;
	transition: 0.4s!important;
}

.feedzy-track:before {
	position: absolute!important;
	bottom: 1.5px!important;
	left: 2px!important;
	width: 15px!important;
	height: 15px!important;
	background-color: white!important;
	content: ""!important;
	-webkit-transition: 0.4s!important;
	transition: 0.4s!important;
}

input:checked + .feedzy-track {
	background-color: #0085ba!important;
}

input:focus + .feedzy-track {
	box-shadow: 0 0 1px #0085ba!important;
}

input:checked + .feedzy-track:before {
	-webkit-transform: translateX(11px)!important;
	-ms-transform: translateX(11px)!important;
	transform: translateX(11px)!important;
}

/* Rounded sliders */
.feedzy-track.visualizer-round {
	border-radius: 34px!important;
}

.feedzy-track.visualizer-round:before {
	border-radius: 50%!important;
}

.feedzy-tracking p small sup {
	margin-left: -3px!important;
}

.feedzy-tracking p {
	padding-left: 14px!important;
	color: #23282d!important;
	font-size: 12px!important;
	line-height: 12px!important;
	text-align: left!important;
}

.feedzy-tracking span {
	margin-left: 10px!important;
	color: #23282d!important;
	background: none!important;
	font-size: 14px!important;
	font-weight: bold!important;
}

.post-type-feedzy_categories .postbox-container div#submitdiv,
.post-type-feedzy_categories #feedzy_category_feeds_rn {
	display: block!important;
}

.post-type-feedzy_categories .postbox-container > div > .postbox:not(#feedzy_category_feeds) {
	display: none!important;
}

