/*
 Theme Name:   Movedo Child After GDPR
 Theme URI:    http://themeforest.net/user/greatives
 Description:  Movedo Child Theme
 Version:      2
 Author:       Greatives Team
 Author URI:   http://greatives.eu
 Template:     movedo
*/


body.grve-feature-popup-open {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
/* Theme Feature Button */
#grve-theme-feature-btn {
	position: fixed;
	left: 20px;
	bottom: 20px;
	float: left;
	height: 46px;
	line-height: 46px;
	padding: 0 20px;
	text-align: center;
	font-size: 10px;
	letter-spacing: 1px;
	font-family: "Hind Siliguri";
	text-transform: uppercase;
	font-weight: 600;
	z-index: 99999;
	opacity: 1;
	visibility: visible;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
}

#grve-theme-feature-btn img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
	margin-left: -8px;
}

#grve-theme-feature-btn.hide {
	opacity: 0;
	visibility: hidden;
}

/* Theme Features */
#grve-theme-features {
	position: fixed;
	left: 20px;
	bottom: 20px;
	color: #4A4A4A;
	background-color: #ffffff;
	font-family: "Hind Siliguri";
	z-index: 99999;
	overflow: hidden;
	float: left;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
}

#grve-theme-features img {
	display: block;
}

/* Framed Position */
#grve-body.grve-framed #grve-theme-features,
#grve-body.grve-framed #grve-theme-feature-btn {
	left: 50px;
	bottom: 50px;
}

#grve-theme-features:not(.open) {
	height: 0px;
}

#grve-theme-features .grve-header-wrapper {
	cursor: pointer;
	padding: 55px 40px 15px 40px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
}

#grve-theme-features .grve-header-subtitle {
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
}

#grve-theme-features .grve-header-title {
	font-size: 30px;
	line-height: 36px;
	font-family: Poppins;
	font-weight: 600;
}

#grve-theme-features .grve-feature-content-wrapper {
	position: relative;
	overflow: hidden;
}

#grve-theme-features .grve-feature-content {
	position: absolute;
	width: 480px;
	height: 100%;
	padding-right: 32px;
	overflow-y: auto;
}

#grve-theme-features .grve-feature-content-gradient {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 2;

	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e5e5e5',GradientType=0 );
}

#grve-theme-features .grve-theme-features-close {
	position: absolute;
	top: 8px;
	right: 8px;
	color: #ffffff;
	font-size: 12px;
	opacity: 0;
	z-index: 10;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
}

.grve-theme-features-close i {
	font-size: inherit;
}

#grve-theme-features.open .grve-theme-features-close {
	opacity: 1;
}

#grve-theme-features .grve-feature-image {
	width: 448px;
}
/* List Style */
#grve-theme-features ul {
	list-style: none;
	margin: 0;
	padding: 55px 40px;
}

#grve-theme-features .grve-feature-content > ul {
	width: 448px;
	background-color: #f7f7f7;
	-webkit-transition : all .8s;
	-moz-transition    : all .8s;
	-ms-transition     : all .8s;
	-o-transition      : all .8s;
	transition         : all .8s;
}

#grve-theme-features .grve-feature-content > ul:hover {
	background-color: #ffffff;
}


#grve-theme-features ul + ul {
	border-top: 1px solid #E2E2E2;
}

#grve-theme-features ul li {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 16px;
	position: relative;
}

#grve-theme-features ul li:last-child {
	margin-bottom: 0;
}

#grve-theme-features ul li a {
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	background-color: #e9e9e9;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 8px;
	margin: 0 10px;
	position: relative;
	top: -1px;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
}

#grve-theme-features ul li a:hover {
	color: #ffffff;
	background-color: #000000;
}

#grve-theme-features ul li ul {
	padding-left: 20px;
	margin-top: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-left: 1px solid #E2E2E2;
}

#grve-theme-features ul li ul li:before {
	content: '';
	width: 10px;
	height: 1px;
	background-color: #E2E2E2;
	position: absolute;
	top: 11px;
	left: -20px;
}

/* Label Styles */
#grve-theme-features .grve-label {
	font-size: 10px;
	line-height: 24px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 600;
}

#grve-theme-features .grve-label span {
	padding: 0px 8px;
	display: inline-block;
	color: #ffffff;
	background-color: #27C24C;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#grve-theme-features .grve-label.grve-label-add span {
	color: #ffffff;
	background-color: #27C24C;
}

#grve-theme-features .grve-label.grve-label-update span {
	color: #ffffff;
	background-color: #23B7E5;
}

#grve-theme-features .grve-label.grve-label-improve span {
	color: #ffffff;
	background-color: #7266BA;
}

#grve-theme-features .grve-label.grve-label-fix span {
	color: #ffffff;
	background-color: #F05050;
}

#grve-theme-features .grve-label.grve-label-remove span {
	color: #ffffff;
	background-color: #FFDF0B;
}


/* Button */
#grve-theme-features .grve-feature-button-wrapper {
	border-top: 1px solid #E2E2E2;
	padding: 40px;
}

#grve-theme-features .grve-theme-feature-button {
	background-color: #0652FD;
	color: #ffffff;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
}

#grve-theme-features .grve-theme-feature-button:hover {
	background-color: #083eb7;
	color: #ffffff;
}

#grve-theme-wrapper #grve-theme-features .grve-privacy-btn {
	background-color: #e9e9e9;
	color: #585858;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
}

#grve-theme-wrapper #grve-theme-features .grve-privacy-btn:hover {
	background-color: #dcdcdc;
	color: #585858;
	opacity: 1;
}


/*#grve-theme-features .grve-theme-feature-button {
	display: inline-block;
	vertical-align: top;
	line-height: 60px;
	text-align: center;
	color: #ffffff;
	background-color: #e01076;
    font-family: Poppins;
    font-weight: 600;
    font-style: normal;
    font-size: 11px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
}
#grve-theme-features .grve-theme-feature-button:hover {
	background-color: #bd0c63;
}*/

/* Overlay */
.grve-popup-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99998;
	background-color: #000000;
	opacity: 0.9;
	top: 0;
	left: 0;
	display: none;
}


/* Coming Soon */
#grve-theme-features .grve-feature-coming-soon {
	padding: 90px 40px;
	text-align: center;
}

#grve-theme-features .grve-feature-coming-soon p {
	margin-bottom: 30px;
}

/* Anim Items */
#grve-theme-features .grve-feature-anim-item {
	opacity: 0;
	-webkit-transform: translateY(200px);
	-moz-transform:    translateY(200px);
	-ms-transform:     translateY(200px);
	-o-transform:      translateY(200px);
	transform:         translateY(200px);
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
}

#grve-theme-features .grve-feature-anim-item.show {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform:    translateY(0);
	-ms-transform:     translateY(0);
	-o-transform:      translateY(0);
	transform:         translateY(0);
}

@media only screen and (max-width: 1200px) {
	#grve-theme-features,
	#grve-theme-feature-btn {
		display: none;
	}
}

/* Gradient */
#grve-theme-feature-btn.grve-bg-gradient-1,
#grve-theme-features .grve-bg-gradient-1 {
	color: #ffffff;
	background: #0652fd;
	background: linear-gradient(135deg, #8454e2 0%, #0652fd 100%);
}


