/*************** CSS styles for blockquotes, created by custom shortcodes start ***************/
.supsystic-blockquote {
	border-left: 5px solid;
	background: #fcfcfc;
	padding: 0.5em 0.5em 0.5em 1.5em;
	font-style: italic;
	font-size: 16px !important;
	margin: 0 0 5px !important;
	font-weight: bold;
}
.supsystic-blockquote.bq-gray {
	border-left-color: #777777;
}
.supsystic-blockquote.bq-blue {
	border-left-color: #00addf;
	background:        #fafeff;
}
.supsystic-blockquote.bq-orange {
	border-left-color: #ff922a;
	background:        #fffdfa;
}
.supsystic-blockquote.bq-green {
	border-left-color: #6eaa24;
	background:        #fcfefa;
}

/*************** CSS styles for blockquotes, created by custom shortcodes end ***************/

/*************** CSS hover effect for buttons start ***************/
/* Shutter Out Horizontal Start */
.hvr-shutter-out-horizontal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	/*-webkit-backface-visibility: hidden;
	backface-visibility: hidden;*/
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	/*background: #e1e1e1;*/
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #2098d1;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
	color: white !important;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
/* For arhive page navigation (blog main page) */
.navigation .meta-nav.hvr-shutter-out-horizontal:before {
	border-radius: 100%;
}

/* Shutter Out Horizontal End */
/*************** CSS hover effect for buttons end ***************/

/* Frontend Stars Rating Start */
@font-face {
	font-family: "dashicons";
	src:
		url(data:application/x-font-woff;charset=utf-8;base64,/* !! Large amount of data removed, see wp-includes/css/dashicons.css for complete data !! */) format("woff"),
		url("fonts/dashicons.ttf") format("truetype"),
		url("fonts/dashicons.svg#dashicons") format("svg");
	font-weight: normal;
	font-style: normal;
}
.rating-container, .star-rating, .text-rating {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
}
.star-rating {
	margin-right: 14px;
}
.star-rating .star-full:before {
	content: "\f155";
}
.star-rating .star-half:before {
	content: "\f459";
}
.star-rating .star-empty:before {
	content: "\f154";
}
.star-rating .star {
	color: #FAD81A;
	display: inline-block;
	font-family: dashicons;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	height: 20px;
	line-height: 1;
	text-align: center;
	text-decoration: inherit;
	vertical-align: top;
	width: 20px;
}
.all-plugins-item .rating-container {
	margin-bottom: 12px;
}
.all-plugins-item .star-rating {
	margin-right: 0;
}
.all-plugins-item .star-rating .star {
	color: #4ae8ea;
}
.all-plugins-item .text-rating {
	padding-top: 3px;
}
.all-plugins-item .star-rating, .all-plugins-item .product-downloads {
	display: block;
	font-size: 18px;
}
/* Frontend Stars Rating End */