/*************** 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%;
}
/* For footer social buttons */
.footer #social-buttons-for-widget-option .supsystic-social-button.hvr-shutter-out-horizontal:before {
	border-radius: 100%;
}
.footer #social-buttons-for-widget-option .supsystic-social-button.hvr-shutter-out-horizontal.supsystic-facebook:before {
	background: #3b5998;
}
.footer #social-buttons-for-widget-option .supsystic-social-button.hvr-shutter-out-horizontal.supsystic-twitter:before {
	background: #6cb7f0;
}
.footer #social-buttons-for-widget-option .supsystic-social-button.hvr-shutter-out-horizontal.supsystic-linkedin:before {
	background: #005582;
}
.footer #social-buttons-for-widget-option .supsystic-social-button.hvr-shutter-out-horizontal.supsystic-googleplus:before {
	background: #c23321;
}
/* Shutter Out Horizontal End */
/*************** CSS hover effect for buttons end ***************/

/* Styles for registration / authorization form start */
.shadow, .shadow2, .shadow2 .shadow-bg {
	height: 100%;
	position: fixed;
	width: 100%
}
.shadow, .shadow2 {
	background: rgba(255, 255, 255, .9);
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}
.shadow2 .shadow-bg {
	z-index: 1000;
}
.shadow2 .title span.form-name {
	font-size: 55px;
	font-style: normal;
	font-weight: 400;
	padding: 15px 0;
	display: inline-block;
}
.shadow2 .full-login #pass-restore, .shadow2 .full-login #reg-form, .shadow2 .full-search {
	display: none;
}
.shadow2 .full-search .input-wrapper {
	background-image: url(img/border.png), url(img/border.png);
	background-position: bottom left, bottom right;
	background-repeat: no-repeat, no-repeat;
	border-bottom: 1px solid #4D4C4C;
}
.shadow2 .full-search .input-wrapper .search-modal {
	width: 100%;
	border: none;
	margin: 30px 0 10px;
	font-size: 36px;
	font-style: normal;
	font-weight: 300;
	padding: 0 115px 0 15px;
	background: 0 0;
}
.shadow2 .full-search .input-wrapper input[type=submit] {
	background: #252728;
	padding: 10px 35px;
	color: #fff;
	border: none;
	margin-top: -54px;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
}
.shadow2 .full-login {
	width: 50%!important;
	border: 2px solid #eaeeee;
	background: #fff;
	position: absolute;
	padding: 20px 20px 20px 40px;
	z-index: 10000!important;
}
.shadow2 .full-login.reg-form {
	height: 350px;
}
.shadow2 .full-login.login-form {
	height: 380px;
}
.shadow2 .full-login a {
	color: #33CACA;
}
.shadow2 .full-login.login-form .toePasswordForgotLinkBox {
	margin-bottom: 10px;
}
.shadow2 .full-login #toeLoginMsg, .shadow2 .full-login a, .shadow2 .full-login label, .shadow2 .full-login p {
	font-size: 16px!important;
	font-weight: 400!important;
	font-style: normal!important;
}
.shadow2 .full-login .btn-full {
	padding: 7px 0 !important;
}
.shadow2 .full-login .forminput label {
	line-height: 27px;
}
.shadow2 .form-horizontal .control-label {
	padding: 5px 0 !important;
}
.shadow2 .modal {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
}
@media only screen and (max-width:991px) {
	.shadow2 .modal.is-Responsive {
		width: 80% !important;
		min-width: 200px;
	}
	.shadow2 .title span.form-name {
		font-size: 30px;
	}
	.shadow2 .close-btn span {
		display: none;
	}
}
@media only screen and (max-width:768px) {
	.shadow2 .full-login.login-form {
		height: 450px;
	}
	.shadow2 .full-login.reg-form {
		height: 400px;
	}
	.shadow2 .full-login p {
		margin-bottom: 0;
	}
	.shadow2 .full-login p .explanation {
		display: none;
	}
	.shadow2 .full-login label {
		padding: 0 !important;
	}
}
/* Styles for registration / authorization form 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 */