div.cs-select {
display: inline-block;
vertical-align: middle;
position: relative;
text-align: left;
background: #fff;
z-index: 100;
width: 100%;
max-width: 500px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
div.cs-select:focus {
outline: none; }
.cs-select select {
display: none;
}
.cs-select span {
display: block;
position: relative;
cursor: pointer;
padding: 1em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
} .cs-select > span {
padding-right: 3em;
}
.cs-select > span::after,
.cs-select .cs-selected span::after {
speak: none;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.cs-select > span::after {
content: '\25BE';
right: 1em;
}
.cs-select .cs-selected span::after {
content: '\2713';
margin-left: 1em;
}
.cs-select.cs-active > span::after {
-webkit-transform: translateY(-50%) rotate(180deg);
transform: translateY(-50%) rotate(180deg);
}
div.cs-active {
z-index: 200;
} .cs-select .cs-options {
position: absolute;
overflow: hidden;
width: 100%;
background: #fff;
visibility: hidden;
}
.cs-select.cs-active .cs-options {
visibility: visible;
}
.cs-select ul {
list-style: none;
margin: 0;
padding: 0;
width: 100%;
}
.cs-select ul span {
padding: 1em;
}
.cs-select ul li.cs-focus span {
background-color: #ddd;
} .cs-select li.cs-optgroup ul {
padding-left: 1em;
}
.cs-select li.cs-optgroup > span {
cursor: default;
}@font-face {
font-family: 'icomoon';
src:url(//www.bigth.com/wp-content/themes/Avada-Child-Theme/selector/fonts/icomoon/icomoon.eot?-rdnm34);
src:url(//www.bigth.com/wp-content/themes/Avada-Child-Theme/selector/fonts/icomoon/icomoon.eot?#iefix-rdnm34) format('embedded-opentype'),
url(//www.bigth.com/wp-content/themes/Avada-Child-Theme/selector/fonts/icomoon/icomoon.woff?-rdnm34) format('woff'),
url(//www.bigth.com/wp-content/themes/Avada-Child-Theme/selector/fonts/icomoon/icomoon.ttf?-rdnm34) format('truetype'),
url(//www.bigth.com/wp-content/themes/Avada-Child-Theme/selector/fonts/icomoon/icomoon.svg?-rdnm34#icomoon) format('svg');
font-weight: normal;
font-style: normal;
}
div.cs-skin-circular {
background: transparent;
font-size: 2em;
font-weight: 700;
width: auto; }
.cs-skin-circular > span {
background: transparent;  width: 150px;
height: 150px;
text-align: center;
padding: 0;
text-indent: 100%;
box-shadow: inset 0 0 0 5px #fefef8;
border-radius: 50%;
-webkit-transition: -webkit-transform 0.2s ease-out;
transition: transform 0.2s ease-out;
}
.fusion-social-links-footer .fusion-social-networks { margin-top: 8px !important; }
@media screen and (max-width: 30em) {
.cs-skin-circular > span { width: 80px; height: 80px; }
}
.cs-skin-circular > span::after {
font-family: 'icomoon';
content: '\e00f';
right: 0;
width: 100%;
text-indent: 0;
}
.cs-skin-circular.cs-active > span::after {
-webkit-transform: translate3d(0,-50%,0);
transform: translate3d(0,-50%,0);
}
.cs-skin-circular > span[style]::after {
content:'';
}
.cs-skin-circular .cs-selected span::after {
content: '';
}
.cs-skin-circular.cs-active > span {
-webkit-transform: scale3d(0.75,0.75,1);
transform: scale3d(0.75,0.75,1);
}
.cs-skin-circular .cs-options {
width: 100%;
height: 100%;
top: 0;
color: #415c71;
background: transparent;
overflow: visible;
font-size: 50%;
opacity: 0;
pointer-events: none;
-webkit-transition: opacity 0.3s, visibility 0s 0.3s;
transition: opacity 0.3s, visibility 0s 0.3s;
}
.cs-skin-circular.cs-active .cs-options {
opacity: 1;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.cs-skin-circular .cs-options ul,
.cs-skin-circular .cs-options li  {
position: absolute;
width: 100%;
height: 100%;
}
.cs-skin-circular .cs-options li {
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
border-radius: 50%;
opacity: 0;
cursor: pointer;
pointer-events: auto;
background-repeat: no-repeat;
background-position: 50% 50%;
-webkit-transition: -webkit-transform 0.3s, opacity 0.1s;
transition: transform 0.3s, opacity 0.1s;
}
.cs-skin-circular.cs-active .cs-options li {
opacity: 1;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
}
.cs-skin-circular.cs-active .cs-options li:hover {
opacity: 0.7;
}
.cs-skin-circular .cs-options li:first-child { background-image: url(//www.bigth.com/wp-content/themes/Avada-Child-Theme/selector/img/1.png); }
.cs-skin-circular .cs-options li:nth-child(2) { background-image: url(//www.bigth.com/wp-content/themes/Avada-Child-Theme/selector/img/2.png); }
.cs-skin-circular .cs-options li:nth-child(3) { background-image: url(//www.bigth.com/wp-content/themes/Avada-Child-Theme/selector/img/3.png); }
.cs-skin-circular .cs-options li:nth-child(4) { background-image: url(//www.bigth.com/wp-content/themes/Avada-Child-Theme/selector/img/4.png); }
.cs-skin-circular .cs-options li:nth-child(5) { background-image: url(//www.bigth.com/wp-content/themes/Avada-Child-Theme/selector/img/5.png); }
.cs-skin-circular .cs-options li:nth-child(6) { background-image: url(//www.bigth.com/wp-content/themes/Avada-Child-Theme/selector/img/6.png); }
.cs-skin-circular .cs-options li:nth-child(7) { background-image: url(//www.bigth.com/wp-content/themes/Avada-Child-Theme/selector/img/7.png); }
.cs-skin-circular .cs-options li:nth-child(8) { background-image: url(//www.bigth.com/wp-content/themes/Avada-Child-Theme/selector/img/8.png); }
.cs-skin-circular.cs-active .cs-options li:first-child {
-webkit-transform: translate3d(0, -150px, 0);
transform: translate3d(0, -150px, 0);
}
.cs-skin-circular.cs-active .cs-options li:nth-child(2) {
-webkit-transform: translate3d(140px, -55px, 0);
transform: translate3d(140px, -55px, 0);
}
.cs-skin-circular.cs-active .cs-options li:nth-child(3) {
-webkit-transform: translate3d(110px, 110px, 0);
transform: translate3d(110px, 110px, 0);
}
.cs-skin-circular.cs-active .cs-options li:nth-child(4) {
-webkit-transform: translate3d(-110px, 110px, 0);
transform: translate3d(-110px, 110px, 0);
}
.cs-skin-circular.cs-active .cs-options li:nth-child(5) {
-webkit-transform: translate3d(-150px, -70px, 0);
transform: translate3d(-150px, -70px, 0);
}
.cs-skin-circular.cs-active .cs-options li:nth-child(6) {
-webkit-transform: translate3d(-113.14px, 113.14px, 0);
transform: translate3d(-113.14px, 113.14px, 0);
}
.cs-skin-circular.cs-active .cs-options li:nth-child(7) {
-webkit-transform: translate3d(-160px, 0, 0);
transform: translate3d(-160px, 0, 0);
}
.cs-skin-circular.cs-active .cs-options li:nth-child(8) {
-webkit-transform: translate3d(-113.14px, -113.14px, 0);
transform: translate3d(-113.14px, -113.14px, 0);
}
.cs-skin-circular .cs-options li span {
display: none;
}
.cs-skin-circular .cs-options li.cs-focus {
background-color: transparent;
opacity: 0.7;
}
@media only screen and (max-width: 888px){
.cs-skin-circular.cs-active .cs-options li:first-child {
background-position: -3px 8px;
-webkit-transform: translate3d(8px, -135px, 0);
transform: translate3d(8px, -135px, 0);
}
.cs-skin-circular.cs-active .cs-options li:nth-child(2) {
background-position: -1px 7px;
-webkit-transform: translate3d(143px, -47px, 0);
transform: translate3d(143px, -47px, 0);
}
.cs-skin-circular.cs-active .cs-options li:nth-child(3) {
background-position: 0px 7px;
}
.cs-skin-circular.cs-active .cs-options li:nth-child(4) {
-webkit-transform: translate3d(-95px, 110px, 0);
transform: translate3d(-95px, 110px, 0);
}
.cs-skin-circular.cs-active .cs-options li:nth-child(5) {
-webkit-transform: translate3d(-128px, -47px, 0);
transform: translate3d(-128px, -47px, 0);
}
}
@media only screen and (max-width: 400px){
.cs-skin-circular.cs-active > span {
-webkit-transform: scale3d(0.60,0.60,1);
transform: scale3d(0.60,0.60,1);
}
.bioenergy-imggas { margin-left: -10px; }
.cs-skin-circular .cs-options ul, .cs-skin-circular .cs-options li {
width: 83% !important;
height: 83% !important;
background-size: 83% !important;
}
.cs-skin-circular .cs-options li {
border: 3px solid #f3f3f3 !important;
}
.cs-skin-circular.cs-active .cs-options li:first-child {
background-position: 6px 12px;
-webkit-transform: translate3d(26px, -85px, 0);
transform: translate3d(26px, -85px, 0);
}
.cs-skin-circular.cs-active .cs-options li:nth-child(2) {
background-position: 7px 12px;
-webkit-transform: translate3d(127px, -10px, 0);
transform: translate3d(127px, -10px, 0);
}
.cs-skin-circular.cs-active .cs-options li:nth-child(3) {
background-position: 7px 11px;
-webkit-transform: translate3d(100px, 105px, 0);
transform: translate3d(100px, 105px, 0);
}
.cs-skin-circular.cs-active .cs-options li:nth-child(4) {
background-position: 12px;
-webkit-transform: translate3d(-50px, 105px, 0);
transform: translate3d(-50px, 105px, 0);
}
.cs-skin-circular.cs-active .cs-options li:nth-child(5) {
-webkit-transform: translate3d(-77px, -10px, 0);
transform: translate3d(-77px, -10px, 0);
}
}