File "content-toggle.css"

Full Path: /home/fineflavourcocoa/public_html/wp-content/plugins/gyan-elements/addons/css/widgets/content-toggle.css
File size: 5.79 KB
MIME-type: text/plain
Charset: utf-8

.gyan-content-toggle {
	display: block;
	position: relative;
	background: 0 0;
	width: 3.8em;
}

.gyan-content-toggle input[type="checkbox"] + label {
	position: relative;
	display: inline-block;
	top: 0;
	left: 0.2em;
	padding-left: 0;
	color: #000;
	cursor: pointer;
	width: 2.28em;
	height: 1.3em;
}

.gyan-content-toggle input[type="checkbox"] + label:before {
	-webkit-transition: background-color 0.4s ease;
	transition: background-color 0.4s ease;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	top: 0.4em;
	left: 0;
	content: '';
	width: 3.5em;
	height: 1em;
	background-color: #767676;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}

.gyan-content-toggle input[type="checkbox"] + label:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	position: absolute;
	top: 0;
	left: -0.2em;
	width: 2.4em;
	height: 2.4em;
	content: '';
	font-size: 0.75em;
	-webkit-border-radius: 500em;
	border-radius: 500em;
	border: 0.3em solid #767676;
}

.gyan-main-btn {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.gyan-sec-1, .gyan-sec-2 {
	cursor: pointer;
}

.gyan-ctoggle-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: .4s;
	transition: .4s;
}

.gyan-ctoggle-slider:before {
	position: absolute;
	content: "";
	height: 1.8em;
	width: 1.8em;
	left: 0.25em;
	bottom: 0.25em;
	-webkit-transition: .4s;
	transition: .4s;
}

.gyan-ctoggle-switch + .gyan-ctoggle-slider {
	background-color: #7a7a7a;
}

.gyan-ctoggle-switch:checked + .gyan-ctoggle-slider {
	background-color: #d2d2d2;
}

.gyan-ctoggle-switch:checked + .gyan-ctoggle-slider:before {
	-webkit-transform: translateX(2.1em);
	-ms-transform: translateX(2.1em);
	transform: translateX(2.1em);
}

/* Round - 1 switch css */

.gyan-ctoggle-slider.gyan-ctoggle-round {
	-webkit-border-radius: 1.5em;
	border-radius: 1.5em;
}

.gyan-ctoggle-slider.gyan-ctoggle-round:before {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.elementor-widget-gyan-content-toggle .gyan-ctoggle-head-1, .elementor-widget-gyan-content-toggle .gyan-ctoggle-head-2 {
	margin: 0;
	padding: 0;
}

.gyan-ctoggle-desktop-stack-yes .gyan-ctoggle {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding: 25px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.gyan-ctoggle {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding: 25px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.gyan-ctoggle-sections {
	padding: 25px;
}

/* Label box - switch */

.gyan-ctoggle-switch-label {
	position: relative;
	display: inline-block;
	width: 4.5em;
	height: 2.3em;
	vertical-align: middle;
}

.gyan-ctoggle-switch-label .gyan-ctoggle-switch,.gyan-label-box-checkbox {
	display: none;
}

.gyan-label-box {
	position: relative;
	width: 7em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	vertical-align: middle;
}

.gyan-label-box-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 0em solid #999999;
	-webkit-border-radius: 0em;
	border-radius: 0em;
}

.gyan-label-box-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	-webkit-transition: margin 0.3s ease-in 0s;
	transition: margin 0.3s ease-in 0s;
}

.gyan-label-box-inner > span {
	display: block;
	float: left;
	position: relative;
	width: 50%;
	height: 2.1em;
	padding: 0;
	line-height: 2.1em;
	font-size: 1em;
	color: white;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: bold;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.gyan-label-box-inner .gyan-label-box-active {
	padding-left: 2em;
	background-color: #EEEEEE;
	color: #FFFFFF;
}

.gyan-label-box-inner .gyan-label-box-inactive {
	padding-right: 2em;
	background-color: #EEEEEE;
	color: #FFFFFF;
	text-align: right;
}

.gyan-label-box-switch {
	display: block;
	width: 50%;
	margin: 0em;
	text-align: center;
	border: 0em solid #999999;
	-webkit-border-radius: 0em;
	border-radius: 0em;
	position: absolute;
	top: 0;
	bottom: 0;
}

.gyan-label-box-active .gyan-label-box-switch {
	background: #A1A1A1;
	left: 0;
}

.gyan-label-box-inactive .gyan-label-box-switch {
	right: 0;
}

.gyan-label-box-checkbox:checked + .gyan-label-box-label .gyan-label-box-inner {
	margin-left: 0;
}

/* Round - 2 switch css */

.gyan-switch-round-2 {
	visibility: hidden;
	margin: 0 !important;
	padding: 0 !important;
	opacity: 0;
	display: none;
}

.gyan-content-toggle .gyan-switch-round-2[type="checkbox"]:checked + label:after {
	-webkit-transform: translateX(2.5em);
	-ms-transform: translateX(2.5em);
	transform: translateX(2.5em);
	border: 0.3em solid #7a7a7a;
}