@charset "UTF-8";


/**
* CF7 Popup
*/

.liquidpoll_pro-cf7-popup-wrap .liquidpoll_pro-popup-box {
    top: 10%;
    max-width: 750px;
}

.liquidpoll_pro-cf7-popup-wrap .wpcf7 {
    max-height: 450px;
    overflow-y: hidden;
    padding-right: 4px;
    margin-right: -4px;
}

.liquidpoll_pro-cf7-popup-wrap .wpcf7:hover {
    overflow-y: auto;
}

.liquidpoll_pro-cf7-popup-wrap .wpcf7::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.liquidpoll_pro-cf7-popup-wrap .wpcf7::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
    transition: 0.3s;
}

.liquidpoll_pro-cf7-popup-wrap .wpcf7::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #ff1d00;
}


/**
* Social Share
*/

.liquidpoll_pro-social-share {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999999999999;
}

.liquidpoll_pro-social-share ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.liquidpoll_pro-social-share ul > li {
    margin-bottom: 0;
    overflow: hidden;
}

.liquidpoll_pro-social-share ul > li > a > .dashicons {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-size: 20px;
    transition: 0.4s;
    position: relative;
}

.liquidpoll_pro-social-share ul > li > a > .dashicons:before {
    speak: none;
    display: inline-block;
}

.liquidpoll_pro-social-share ul > li > a .dashicons[class*="facebook"] {
    background-color: #3B5998;
}

.liquidpoll_pro-social-share ul > li > a .dashicons[class*="twitter"] {
    background-color: #1DA1F2;
}

.liquidpoll_pro-social-share ul > li > a .dashicons[class*="digg"] {
    background-color: #1B1A19;
}

.liquidpoll_pro-social-share ul > li > a .dashicons[class*="pinterest"] {
    background-color: #E60023;
}

.liquidpoll_pro-social-share ul > li > a .dashicons[class*="print"] {
    background-color: #738a8d;
}

.liquidpoll_pro-social-share ul > li > a .dashicons[class*="code"] {
    background-color: #9e9e9e;
}


.liquidpoll_pro-social-share ul > li > a .dashicons:hover {
    width: 60px;
}

.liquidpoll_pro-social-share ul > li > a > .dashicons:hover:before {
    -webkit-animation: toRightFromLeft 0.3s linear;
    -moz-animation: toRightFromLeft 0.3s linear;
    animation: toRightFromLeft 0.3s linear;
}

/**
* Force Poll Popup
*/

.liquidpoll-popup-container.force-popup.popup-open {
    display: block;
}

.liquidpoll-popup-container.force-popup {
    background-color: rgba(255, 255, 255, 0.97);
}

.liquidpoll-popup-container.force-popup > .liquidpoll-popup-box {
    box-shadow: 0 10px 54px rgba(0, 0, 0, 0.15);
}

.liquidpoll-popup-container .poll-single {
    margin: 0;
}

.liquidpoll-popup-container .liquidpoll-poll-title {
    font-size: 28px;
    line-height: 1.4;
}

/**
 * Embed Styles
 */

.liquidpoll-embed-popup #poll-embed-code {
    width: 95%;
    background: #efefef;
    outline: none;
    border: none;
}

.liquidpoll-embed-popup .liquidpoll_pro-embed-copy {
    margin-top: 15px;
    text-align: center;
    background: #777777;
    font-size: 16px;
    line-height: 1.5;
}

.liquidpoll-embed-popup .liquidpoll_pro-embed-copy:hover {
    background: #404040;
}


/**
 * Theme 4
 */
.poll-single.theme-4 .liquidpoll-option-single {
    display: inline-block;
    background: #FFFFFF;
    box-shadow: -7px 11px 25px rgb(42 49 74 / 9%);
    border-radius: 5px;
    padding: 30px 25px;
    text-align: center;
    border: 2px solid transparent;
    transition: .3s;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 176px;
    /*width: calc(50% - 14px);*/
    vertical-align: top;
}

.poll-single.theme-4 .liquidpoll-option-single:nth-child(2n) {
    /*margin-right: 0;*/
}

.poll-single.theme-4 .liquidpoll-option-single.has-result {
    margin-bottom: 10px;
}

.poll-single.theme-4 .liquidpoll-option-single.has-result {
    padding: 30px 25px 0;
}

.poll-single.theme-4 .liquidpoll-option-single:hover,
.poll-single.theme-4 .liquidpoll-option-single.active {
    border-color: #5F64EB;
}

.poll-single.theme-4 .liquidpoll-option-single.active {
    background: #5F64EB;
}

.poll-single.theme-4 .liquidpoll-option-list-1 .liquidpoll-option-single.active input + label {
    color: #fff;
}

.poll-single.theme-4 .liquidpoll-option-single.has-thumb .liquidpoll-option-thumb {
    width: 100%;
    margin-bottom: 15px;
}

.poll-single.theme-4 .liquidpoll-option-input {
    width: 100% !important;
}

.poll-single.theme-4 .liquidpoll-option-list-1 .liquidpoll-option-single input + label:before {
    content: '';
    right: auto;
    left: 30px;
    top: 15px;
    position: absolute;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.poll-single.theme-4 .liquidpoll-option-single svg.liquidpoll-votes-count {
    display: none;
}

.poll-single.theme-4 .liquidpoll-option-single.has-result svg.liquidpoll-votes-count {
    height: auto;
    max-width: 200px;
    transform: rotate(-90deg);
    width: 120px;
    border-right: 1px solid #F2F2F2;
    margin-top: 20px;
    padding: 20px;
    display: block;
}

.poll-single.theme-4 .liquidpoll-option-single svg.liquidpoll-votes-count circle {
    fill: rgba(0, 0, 0, 0);
}

.poll-single.theme-4 .liquidpoll-option-single.has-result svg.liquidpoll-votes-count circle {
    stroke: #24BE58;
    stroke-dashoffset: 219.91148575129;
    stroke-width: 6px;
    stroke-linecap: round;
}

.poll-single.theme-4 .liquidpoll-option-single.has-result svg.liquidpoll-votes-count circle.incomplete {
    stroke: #F0F0F0;
}

.poll-single.theme-4 .liquidpoll-option-single.has-result svg.liquidpoll-votes-count circle.complete {
    stroke-dasharray: 219.91148575129;
}

.poll-single.theme-4 .liquidpoll-option-single.has-result svg.liquidpoll-votes-count .percentage {
    fill: #000;
    transform: matrix(0, 1, -1, 0, 80, -13);
}

.poll-single.theme-4 .liquidpoll-option-single.has-result.active svg.liquidpoll-votes-count .percentage {
    fill: #fff;
    transform: matrix(0, 1, -1, 0, 80, -13);
}


/**
 * Theme 5
 */

.poll-single.theme-5 .liquidpoll-option-single {
    background-color: #EEF1F4;
    margin-bottom: 3px;
    padding: 34px 0;
}

.poll-single.theme-5 .liquidpoll-option-single.has-thumb {
    min-height: 95px;
}

.poll-single.theme-5 .liquidpoll-option-list-1 .liquidpoll-option-single.has-result {
    margin-bottom: 3px;
}

.poll-single.theme-5 .liquidpoll-option-single:hover {
    background-color: #FFFFFF;
}

.poll-single.theme-5 .liquidpoll-option-single.active {
    background: #5F64EB;
}

.poll-single.theme-5 .liquidpoll-option-list-1 .liquidpoll-option-single.active input + label {
    color: #fff;
}

.poll-single.theme-5 .liquidpoll-option-single:first-child {
    border-radius: 10px 10px 0 0;
}

.poll-single.theme-5 .liquidpoll-option-single:last-child {
    border-radius: 0 0 10px 10px;
}

.poll-single.theme-5 .liquidpoll-option-input {
    width: 100%;
}


.poll-single.theme-5 .liquidpoll-option-list-1 .liquidpoll-option-single input + label {
    position: relative;
    cursor: pointer;
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 23px;
    font-weight: 600;
    color: #000000;
}

.poll-single.theme-5 .liquidpoll-option-list-1 .liquidpoll-option-single.has-thumb.has-label input + label {
    padding-left: 200px;
}

.poll-single.theme-5 .liquidpoll-option-list-1 .liquidpoll-option-single.has-label input + label {
    padding-left: 80px;
}

.poll-single.theme-5 .liquidpoll-option-list-1 .liquidpoll-option-single input + label:before {
    left: 30px;
    top: 50%;
    background: #FFFFFF;
    border: none;
}

.poll-single.theme-5 .liquidpoll-option-list-1 .liquidpoll-option-single input:hover + label:before,
.poll-single.theme-5 .liquidpoll-option-list-1 .liquidpoll-option-single input:checked + label:before {
    background: linear-gradient(180deg, #80C2FF 0%, #4398E8 100%);
}

.poll-single.theme-5 .liquidpoll-option-thumb {
    position: absolute;
    left: 95px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.poll-single.theme-5 .liquidpoll-option-single.has-result span.liquidpoll-votes-count,
.poll-single.theme-5 .liquidpoll-option-single.has-result span.liquidpoll-votes-count:hover,
.poll-single.theme-5 .liquidpoll-option-list-1 .liquidpoll-option-single:hover span.liquidpoll-votes-count {
    color: #000;
}

.poll-single.theme-5 .liquidpoll-option-single.has-result.active span.liquidpoll-votes-count,
.poll-single.theme-5 .liquidpoll-option-single.has-result.active span.liquidpoll-votes-count:hover {
    color: #fff;
}

/*
* Theme 6
*/

.poll-single.theme-6 .liquidpoll-option-thumb {
    position: relative;
    width: 100% !important;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.poll-single.theme-6 .liquidpoll-option-single .liquidpoll-option-thumb img {
    height: 260px;
}

.poll-single.theme-6 .liquidpoll-option-input label span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}


.poll-single.theme-6 .liquidpoll-option-input {
    width: 100% !important;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    padding: 15px;
}

.poll-single.theme-6 .liquidpoll-option-single.active::before {
    z-index: 999;
}

.poll-single.theme-6 .liquidpoll-option-single::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #5F64EB;
    left: 0;
    top: 0;
    z-index: -1;
    transform: scale(0, 0);
    transition: all .3s ease;
}

.poll-single.theme-6 .liquidpoll-option-single:hover::before {
    transform: scale(1, 1);
}


.poll-single.theme-6 .liquidpoll-option-single.active::before {
    z-index: 1;
    transform: scale(1, 1);
}


.poll-single.theme-6 .liquidpoll-option-list-1 .liquidpoll-option-single input + label {
    color: #FFFFFF;
}

.poll-single.theme-6 .liquidpoll-option-list-1 .liquidpoll-option-single input + label:before {
    background: #37E391;
    border: none;
    line-height: 28px;
    width: 30px;
    height: 30px;
    opacity: 0;
    transition: 0.3s;
}

.poll-single.theme-6 .liquidpoll-option-list-1 .liquidpoll-option-single.active input + label:before {
    content: url("../images/icon-check.svg");
    opacity: 1;
}


.poll-single.theme-6 .liquidpoll-option-single svg.liquidpoll-votes-count {
    display: none;
}

.poll-single.theme-6 .liquidpoll-option-single.has-result svg.liquidpoll-votes-count {
    height: auto;
    width: 150px;
    margin-top: 20px;
    padding: 20px;
    display: block;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 30px;
    transform: rotate(-90deg) translateY(-50%);
    z-index: 99;
}

.poll-single.theme-6 .liquidpoll-option-single svg.liquidpoll-votes-count circle {
    fill: rgba(0, 0, 0, 0);
}

.poll-single.theme-6 .liquidpoll-option-single.has-result svg.liquidpoll-votes-count circle {
    stroke: #24BE58;
    stroke-dashoffset: 219.91148575129;
    stroke-width: 6px;
    stroke-linecap: round;
}

.poll-single.theme-6 .liquidpoll-option-single.has-result svg.liquidpoll-votes-count circle.incomplete {
    stroke: #F0F0F0;
    opacity: 0.4;
}

.poll-single.theme-6 .liquidpoll-option-single.has-result svg.liquidpoll-votes-count circle.complete {
    stroke-dasharray: 219.91148575129;
}

.poll-single.theme-6 .liquidpoll-option-single.has-result svg.liquidpoll-votes-count .percentage {
    fill: #fff;
    transform: matrix(0, 1, -1, 0, 80, -14);
}

.poll-single.theme-6 .liquidpoll-option-list-1 .liquidpoll-option-single {
    position: relative;
    display: inline-block;
    border-radius: 5px;
    padding: 4px;
    text-align: center;
    width: 267px;
    height: 260px;
    margin-right: 5px;
    margin-bottom: 5px;
    transition: all .3s ease;
    overflow: hidden;
}

.poll-single.theme-6 .liquidpoll-option-single:nth-child(even) {
    margin-right: 0;
}

.poll-single.theme-6 .liquidpoll-option-thumb {
    position: relative;
    width: 100% !important;
    border-radius: 5px;
    overflow: hidden;
    z-index: 9;
}

.poll-single.theme-6 .liquidpoll-option-thumb::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(28, 28, 28, 0) 0%, #1C1C1C 100%);
}

.poll-single.theme-6 .liquidpoll-option-input label span {
    top: 173px;
}

.poll-single.theme-6 .liquidpoll-option-single::before {
    max-height: 270px;
    border-radius: 5px;
}

.poll-single.theme-6 .liquidpoll-option-list-1 .liquidpoll-option-single:after {
    content: ' ';
    position: absolute;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    top: 4px;
    left: 4px;
    background: linear-gradient(180deg, rgba(28, 28, 28, 0) 0%, #1C1C1C 100%);
    border-radius: 5px;
}

/*
* Theme 7
*/

.poll-single.theme-7 .liquidpoll-option-thumb {
    position: relative;
    width: 100% !important;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.poll-single.theme-7 .liquidpoll-option-single .liquidpoll-option-thumb img {
    height: 260px;
}

.poll-single.theme-7 .liquidpoll-option-input label span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

.poll-single.theme-7 .liquidpoll-option-input {
    width: 100% !important;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999;
    padding: 15px;
}

.poll-single.theme-7 .liquidpoll-option-single::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #5F64EB;
    left: 0;
    top: 0;
    z-index: -1;
    transform: scale(0, 0);
    transition: all .3s ease;
}

.poll-single.theme-7 .liquidpoll-option-single:hover::before {
    z-index: 999;
    transform: scale(1, 1);
}

.poll-single.theme-7 .liquidpoll-option-list-1 .liquidpoll-option-single input + label {
    color: #FFFFFF;
}

.poll-single.theme-7 .liquidpoll-option-list-1 .liquidpoll-option-single input + label:before {
    background: #37E391;
    border: none;
    line-height: 28px;
    width: 30px;
    height: 30px;
    opacity: 0;
    transition: 0.3s;
}

.poll-single.theme-7 .liquidpoll-option-list-1 .liquidpoll-option-single.active input + label:before {
    content: url("../images/icon-check.svg");
    opacity: 1;
}

.poll-single.theme-7 .liquidpoll-option-single svg.liquidpoll-votes-count {
    display: none;
}

.poll-single.theme-7 .liquidpoll-option-single.has-result svg.liquidpoll-votes-count {
    height: auto;
    width: 150px;
    margin-top: 20px;
    padding: 20px;
    display: block;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 30px;
    transform: rotate(-90deg) translateY(-50%);
    z-index: 99;
}

.poll-single.theme-7 .liquidpoll-option-single svg.liquidpoll-votes-count circle {
    fill: rgba(0, 0, 0, 0);
}

.poll-single.theme-7 .liquidpoll-option-single.has-result svg.liquidpoll-votes-count circle {
    stroke: #24BE58;
    stroke-dashoffset: 219.91148575129;
    stroke-width: 6px;
    stroke-linecap: round;
}

.poll-single.theme-7 .liquidpoll-option-single.has-result svg.liquidpoll-votes-count circle.incomplete {
    stroke: #F0F0F0;
    opacity: 0.4;
}

.poll-single.theme-7 .liquidpoll-option-single.has-result svg.liquidpoll-votes-count circle.complete {
    stroke-dasharray: 219.91148575129;
}

.poll-single.theme-7 .liquidpoll-option-single.has-result svg.liquidpoll-votes-count .percentage {
    fill: #fff;
    transform: matrix(0, 1, -1, 0, 80, -14);
}

.poll-single.theme-7 .liquidpoll-option-list-1 .liquidpoll-option-single {
    position: relative;
    display: inline-block;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    width: 267px;
    height: 260px;
    margin-right: 5px;
    margin-bottom: 5px;
    transition: all .3s ease;
    overflow: hidden;
}

.poll-single.theme-7 .liquidpoll-option-single::before {
    border-radius: 5px;
}

.poll-single.theme-7 .liquidpoll-option-single:nth-child(even) {
    margin-right: 0;
}

.poll-single.theme-7 .liquidpoll-option-thumb::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(28, 28, 28, 0) 0%, #1C1C1C 100%);
}

.poll-single.theme-7 .liquidpoll-option-input label span {
    top: 100px;
}

.poll-single.theme-7 .liquidpoll-option-single.has-result .liquidpoll-option-input label span {
    top: 173px;
}

/*
* Theme 8
*/
.poll-single.theme-8 .liquidpoll-option-thumb {
    position: relative;
    width: 100% !important;
    height: 120px;
    border-radius: 5px;
    overflow: hidden;
    z-index: 9;
}

.poll-single.theme-8 .liquidpoll-option-input {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    padding: 15px;
}

.poll-single.theme-8 .liquidpoll-option-single.active::before {
    z-index: 999;
}

.poll-single.theme-8 .liquidpoll-option-single::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #5F64EB;
    left: 0;
    top: 0;
    z-index: -1;
    transform: scale(0, 0);
    transition: all .3s ease;
}

.poll-single.theme-8 .liquidpoll-option-single:hover::before {
    transform: scale(1, 1);
}

.poll-single.theme-8 .liquidpoll-option-single.active::before {
    z-index: 1;
    transform: scale(1, 1);
}

.poll-single.theme-8 .liquidpoll-option-list-1 .liquidpoll-option-single input + label {
    color: #FFFFFF;
    padding-left: 50px;
}

.poll-single.theme-8 .liquidpoll-option-list-1 .liquidpoll-option-single input + label:before {
    background: #37E391;
    border: none;
    line-height: 28px;
    width: 30px;
    height: 30px;
    opacity: 0;
    transition: 0.3s;
}

.poll-single.theme-8 .liquidpoll-option-list-1 .liquidpoll-option-single.active input + label:before {
    content: url("../images/icon-check.svg");
    opacity: 1;
}

.poll-single.theme-8 .liquidpoll-option-single.has-thumb.has-label {
    position: relative;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    width: 100%;
    height: auto;
    margin-right: 5px;
    margin-bottom: 5px;
    transition: all .3s ease;
    overflow: hidden;
}

.poll-single.theme-8 .liquidpoll-option-single.has-label {
    min-height: 130px;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
}

.poll-single.theme-8 .liquidpoll-option-single.has-thumb {

}

.poll-single.theme-8 .liquidpoll-option-input {
    height: auto;
}

.poll-single.theme-8 .liquidpoll-option-input {
    top: 50%;
    transform: translateY(-50%);
}

.poll-single.theme-8 .liquidpoll-option-list-1 .has-label .liquidpoll-option-input {
    width: calc(100% - 100px);
}

.poll-single.theme-8 .liquidpoll-option-single input + label:before {
    right: auto;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.poll-single.theme-8 .liquidpoll-option-list-1 .liquidpoll-option-single.has-result {
    margin-bottom: 0;
}

.poll-single.theme-8.rendered-results .liquidpoll-option-list-1 .liquidpoll-option-single label > span {
    position: absolute;
    left: 40px;
}

.poll-single.theme-8 .liquidpoll-option-single.has-result span.liquidpoll-votes-count {
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.poll-single.theme-8 .liquidpoll-option-single span.liquidpoll-votes-count {
    z-index: 9;
    color: #fff;
}

/*
* Theme 9
*/

.poll-single.theme-9 .liquidpoll-option-single {
    position: relative;
    border-radius: 5px;
    padding: 0;
    text-align: center;
    width: 100%;
    height: 120px;
    margin-right: 5px;
    margin-bottom: 15px;
    transition: all .3s ease;
    overflow: hidden;
}

.poll-single.theme-9 .liquidpoll-option-single.has-thumb {
    min-height: 120px;
}

.poll-single.theme-9 .liquidpoll-option-single.has-label {
    min-height: 120px;
    border-radius: 5px;
    overflow: hidden;
}

.poll-single.theme-9 .liquidpoll-option-thumb {
    position: relative;
    width: 100% !important;
    height: 120px;
    border-radius: 5px;
    overflow: hidden;
}

.poll-single.theme-9 .liquidpoll-option-input {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    padding: 15px;
}

.poll-single.theme-9 .liquidpoll-option-single.active::before {
    z-index: 999;
}

.poll-single.theme-9 .liquidpoll-option-single::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #5F64EB;
    left: 0;
    top: 0;
    z-index: 9;
    transform: scale(0, 0);
    transition: all .3s ease;
}

.poll-single.theme-9 .liquidpoll-option-single:hover::before {
    transform: scale(1, 1);
}

.poll-single.theme-9 .liquidpoll-option-single.active::before {
    z-index: 1;
    transform: scale(1, 1);
}

.poll-single.theme-9 .liquidpoll-option-list-1 .liquidpoll-option-single input + label {
    color: #FFFFFF;
    padding-left: 50px;
}

.poll-single.theme-9 .liquidpoll-option-list-1 .liquidpoll-option-single input + label:before {
    background: #37E391;
    border: none;
    line-height: 28px;
    width: 30px;
    height: 30px;
    opacity: 0;
    transition: 0.3s;
}

.poll-single.theme-9 .liquidpoll-option-list-1 .liquidpoll-option-single.active input + label:before {
    content: url("../images/icon-check.svg");
    opacity: 1;
}


.poll-single.theme-9 .liquidpoll-option-input {
    height: auto;
}

.poll-single.theme-9 .liquidpoll-option-input {
    top: 50%;
    transform: translateY(-50%);
}

.poll-single.theme-9 .liquidpoll-option-list-1 .has-label .liquidpoll-option-input {
    width: calc(100% - 100px);
}

.poll-single.theme-9.rendered-results .liquidpoll-option-single.has-thumb.has-label.has-result .liquidpoll-option-input {
    width: calc(100% - 125px);
}

.poll-single.theme-9.rendered-results .liquidpoll-option-single.has-label.has-result .liquidpoll-option-input {
    width: calc(100% - 125px);
}

.poll-single.theme-9 .liquidpoll-option-single input + label:before {
    right: auto;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.poll-single.theme-9 .liquidpoll-option-list-1 .liquidpoll-option-single.has-result {
    margin-bottom: 15px;
}

.poll-single.theme-9.rendered-results .liquidpoll-option-list-1 .liquidpoll-option-single label > span {
    position: absolute;
    left: 40px;
}

.poll-single.theme-9 .liquidpoll-option-single span.liquidpoll-votes-count {
    z-index: 9;
    color: #fff;
}

/*=============
Theme 10
==============*/
.poll-single.theme-10 .liquidpoll-option-list-1 .liquidpoll-option-single {
    margin-bottom: 5px;
    text-align: center;
    border: 1px solid #5f64eb;
    padding: 22px 10px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.poll-single.theme-10 .liquidpoll-option-list-1 .liquidpoll-option-single.has-label.has-result {
    text-align: left;
    border: none;
}

.poll-single.theme-10 .liquidpoll-option-single span.percentage-bar {
    background: #BBF3CE;
    position: absolute;
    display: inline-block;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 10px;
    transition: width 1s ease-in-out;
}

.poll-single.theme-10 .liquidpoll-option-single.active span.percentage-bar {
    background: #C6CCF6;
}

.poll-single.theme-10 .liquidpoll-option-single.active {
    background: #5f64eb;
}

.poll-single.theme-10.rendered-results .liquidpoll-option-single {
    background: #F5F8FF;
}

.poll-single.theme-10 .liquidpoll-option-single.active input + label,
.poll-single.theme-10 .liquidpoll-option-single.active input + label:hover {
    color: #fff;
}

.poll-single.theme-10 .liquidpoll-option-single input[type="radio"] + label:before {
    opacity: 0;
}

.poll-single.theme-10 .liquidpoll-option-single span.liquidpoll-votes-count {
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.poll-single.theme-10.rendered-results .liquidpoll-option-single.active input + label,
.poll-single.theme-10.rendered-results .liquidpoll-option-single.active input + label:hover,
.poll-single.theme-10 .liquidpoll-option-single.has-result span.liquidpoll-votes-count,
.poll-single.theme-10 .liquidpoll-option-single.has-result span.liquidpoll-votes-count:hover,
.poll-single.theme-10 .liquidpoll-option-list-1 .liquidpoll-option-single.active span.liquidpoll-votes-count,
.poll-single.theme-10 .liquidpoll-option-list-1 .liquidpoll-option-single:hover span.liquidpoll-votes-count {
    color: #1D1D1D;
}

.poll-single.theme-10 .liquidpoll-option-list-1 .liquidpoll-option-single input + label:before {
    display: none;
}

/*===========
Theme 11
=============*/
.poll-single.theme-11 .liquidpoll-option-single {
    margin-bottom: 5px;
    border: 1px solid #D4D4D4;
    padding: 22px 30px;
    border-radius: 10px;
    position: relative;
    transition: .3s;
}

.poll-single.theme-11 .liquidpoll-option-single:hover {
    border-color: #5f64eb;
}

.poll-single.theme-11 .liquidpoll-option-single.active {
    border-color: #5f64eb;
    background-color: #5F64EB;
}

.poll-single.theme-11 .liquidpoll-option-single.active input + label {
    color: #ffffff;
}

.poll-single.theme-11 .liquidpoll-option-list-1 .liquidpoll-option-single input + label:before {
    display: none;
}

.poll-single.theme-11 .liquidpoll-option-single.has-result {
    height: 110px;
    margin-bottom: 20px;
}

.poll-single.theme-11 .liquidpoll-option-single.has-result .liquidpoll-option-input {
    position: absolute;
    top: 20px;
    left: 30px;
}

.poll-single.theme-11 .liquidpoll-option-single.has-result .liquidpoll-option-result-bar {
    left: auto;
    bottom: auto;
    top: 55px;
    border-radius: 30px;
    background: #ECECEC;
    height: 7px;
    width: calc(100% - 120px);
}

.poll-single.theme-11 .liquidpoll-option-single.has-result .liquidpoll-option-result {
    bottom: auto;
    left: auto;
    right: 30px;
    top: 45px;
}

.poll-single.theme-11 .liquidpoll-option-single.has-result span.liquidpoll-option-result-bar-inner {
    position: absolute;
    height: 7px;
    z-index: 999;
    background: #24BE58;
    border-radius: 30px;
}

.poll-single.theme-11 .liquidpoll-option-single.has-result .liquidpoll-votes-count {
    position: absolute;
    left: 30px;
    bottom: 15px;
}

.poll-single.theme-11 .liquidpoll-option-single.has-label.has-result.active {
    background: transparent;
}

.poll-single.theme-11 .liquidpoll-option-single.has-label.has-result.active input + label,
.poll-single.theme-11 .liquidpoll-option-single.has-result.active .liquidpoll-option-result {
    color: #5F64EB;
}

.poll-single.theme-11 .liquidpoll-option-single.has-result.active .liquidpoll-option-result-bar-inner {
    background: #5F64EB;
}


/*===========
Theme 12
=============*/
.poll-single.theme-12 .liquidpoll-options {
    position: relative;
    margin-bottom: 20px;
}

.poll-single.theme-12 .liquidpoll-option-single {
    margin-bottom: 5px;
    border: 1px solid #D4D4D4;
    padding: 22px 20px 22px 45px;
    border-radius: 10px;
    position: relative;
    transition: .3s;
    width: calc(100% - 63px);
}

.poll-single.theme-12 .liquidpoll-option-single:hover {
    border-color: #5f64eb;
}

.poll-single.theme-12 .liquidpoll-option-single.active {
    border-color: #5f64eb;
    background-color: #C6CCF6;
}

.poll-single.theme-12 .liquidpoll-option-single.active input + label {
    color: #464BD1;
}

.poll-single.theme-12 .liquidpoll-option-list-1 .liquidpoll-option-single input + label {
    padding-left: 17px;
}

.poll-single.theme-12 .liquidpoll-option-list-1 .liquidpoll-option-single.has-result input + label {
    padding-left: 45px;
}

.poll-single.theme-12 .liquidpoll-option-list-1 .liquidpoll-option-single input + label:before {
    right: auto;
    left: -30px;
    top: 50%;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 5px !important;
    border: 1px solid #D4D4D4;
}

.poll-single.theme-12 .liquidpoll-option-list-1 .liquidpoll-option-single.has-result input + label:before {
    top: 50%;
    left: -10px;
    transform: translateY(25%);
}

.poll-single.theme-12 .liquidpoll-option-list-1 .liquidpoll-option-single.active input + label:before {
    content: url(../images/check-blue.svg);
    border-color: #656AED;
    opacity: 1;
}

.poll-single.theme-12 .liquidpoll-option-list-1 .liquidpoll-option-single input:hover + label:before,
.poll-single.theme-12 .liquidpoll-option-list-1 .liquidpoll-option-single input:checked + label:before {
    background: linear-gradient(180deg, #EEEEEE 0%, #EEEEEE 100%);

}

.poll-single.theme-12 .liquidpoll-option-single.has-result {
    height: 110px;
    margin-bottom: 20px;
}

.poll-single.theme-12 .liquidpoll-option-single.has-result .liquidpoll-option-input {
    position: absolute;
    top: 20px;
    left: 30px;
}

.poll-single.theme-12 .liquidpoll-option-single .liquidpoll-option-result-bar {
    left: 75px;
}

.poll-single.theme-12 .liquidpoll-option-single.has-result .liquidpoll-option-result-bar {
    left: 75px;
    bottom: auto;
    top: 55px;
    border-radius: 30px;
    background: #ECECEC;
    height: 7px;
    width: calc(100% - 150px);
}

.poll-single.theme-12 .liquidpoll-option-single.has-result.active .liquidpoll-option-result-bar {
    background: #f9f9f9;
}

.poll-single.theme-12 .liquidpoll-option-single.has-result .liquidpoll-option-result {
    bottom: auto;
    left: auto;
    right: 20px;
    top: 45px;
}

.poll-single.theme-12 .liquidpoll-option-single.has-result span.liquidpoll-option-result-bar-inner {
    display: inline-block;
    position: absolute;
    height: 7px;
    background: #24BE58;
    border-radius: 30px;
    z-index: 999;
}

.poll-single.theme-12 .liquidpoll-option-single.has-result .liquidpoll-votes-count {
    position: absolute;
    left: 75px;
    bottom: 15px;
}

.poll-single.theme-12 .liquidpoll-option-single.has-result.active .liquidpoll-votes-count {
    bottom: 15px;
}

.poll-single.theme-12 .liquidpoll-option-single.has-label.has-result.active input + label,
.poll-single.theme-12 .liquidpoll-option-single.has-result.active .liquidpoll-option-result {
    color: #5F64EB;
}

.poll-single.theme-12 .liquidpoll-option-single.has-result.active .liquidpoll-option-result-bar-inner {
    background: #5F64EB;
}

.poll-single.theme-12 .liquidpoll-option-single .liquidpoll-option-submitting-person {
    position: absolute;
    right: -130px;
    top: 50%;
    transform: translateY(-50%);
    width: 110px;

    /*display: inline-block;*/
    /*width: 110px;*/
    /*margin-right: -160px;*/
}

.poll-single.theme-12 .liquidpoll-option-single .liquidpoll-option-submitting-person ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.poll-single.theme-12 .liquidpoll-option-single .liquidpoll-option-submitting-person ul li:first-child {
    margin-left: 0;
}

.poll-single.theme-12 .liquidpoll-option-single .liquidpoll-option-submitting-person ul li {
    display: inline-block;
    margin: 0;
    margin-left: -18px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    border: 2px solid #fff;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    background: #c5c8df;
    color: #fff;
    text-align: center;
}

.poll-single.theme-12 .liquidpoll-option-single .liquidpoll-option-submitting-person ul li img {
    width: 37px;
    height: 37px;
}


/*--- Responsive ---*/
@media (max-width: 460px) {
    .poll-single.theme-4 .liquidpoll-option-single {
        max-width: calc(50% - 8px);
    }

    .poll-single.theme-4 .liquidpoll-option-single:nth-child(2n) {
        margin-right: 0;
    }

    .poll-single.theme-5 {
        padding: 0 25px;
    }

    .poll-single.theme-5 .liquidpoll-options.liquidpoll-radio.liquidpoll-option-list-1,
    .poll-single.theme-8 .liquidpoll-options.liquidpoll-radio.liquidpoll-option-list-1 {
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .poll-single.theme-5 .liquidpoll-options .has-label.has-thumb .liquidpoll-option-input {
        width: 100%;
    }

    .poll-single.theme-5 .liquidpoll-option-list-1 .liquidpoll-option-single.has-thumb.has-label input + label {
        padding-left: 165px;
    }

    .poll-single.theme-5.results-type-votes.rendered-results .liquidpoll-option-single.has-label.has-result .liquidpoll-option-input {
        width: 100%;
    }

    .poll-single.theme-5.results-type-votes.rendered-results .liquidpoll-option-single.has-thumb.has-label.has-result .liquidpoll-option-input {
        width: 100%;
    }

    .poll-single.theme-5.rendered-results .liquidpoll-option-list-1 .liquidpoll-option-single.has-label input + label {
        padding-left: 25px;
    }

    .poll-single.theme-5.rendered-results .liquidpoll-option-list-1 .liquidpoll-option-single.has-thumb.has-label input + label {
        padding-left: 115px;
    }

    .poll-single.theme-5.rendered-results .liquidpoll-option-list-1 .liquidpoll-option-single input + label:before {
        display: none;
    }

    .poll-single.theme-5.rendered-results .liquidpoll-option-single.has-thumb.has-label.has-result .liquidpoll-option-input {
        width: 100%;
    }

    .poll-single.theme-5.rendered-results .liquidpoll-option-thumb {
        left: 15px;
    }

    .poll-single.theme-5 .liquidpoll-option-single.has-result span.liquidpoll-votes-count {
        color: #000;
        right: auto;
        left: 115px;
        top: 45px;
    }

    .poll-single.theme-5.rendered-results .liquidpoll-option-list-1 .liquidpoll-option-single input + label {
        padding-left: 115px;
        top: -20px;
    }

    .poll-single.theme-6 .liquidpoll-option-list-1,
    .poll-single.theme-7 .liquidpoll-option-list-1 {
        width: 267px;
        margin: 0 auto;
    }

    .poll-single.theme-8 {
        padding: 0 25px;
    }


    .poll-single.theme-8 .liquidpoll-option-single.has-thumb.has-label {
        height: auto;
    }

    .poll-single.theme-8 .liquidpoll-option-single.has-label {
        min-height: 130px;
    }

    .poll-single.theme-8 .liquidpoll-option-single.has-thumb {
        min-height: auto;
    }

    .poll-single.theme-8 .liquidpoll-option-thumb {
        height: auto;
    }

    .poll-single.theme-8 .liquidpoll-option-list-1 .has-label .liquidpoll-option-input {
        width: calc(100% - 50px);
    }

    .poll-single.theme-8 .liquidpoll-option-list-1 .has-label.has-thumb .liquidpoll-option-input {
        width: calc(100% - 50px);
    }

    .poll-single.theme-8.rendered-results .liquidpoll-option-single.has-thumb.has-label.has-result .liquidpoll-option-input {
        width: calc(100% - 125px);
    }

    .poll-single.theme-9 {
        padding: 0 15px;
    }

    .poll-single.theme-9 .liquidpoll-option-single.has-thumb.has-label {
        height: auto;
    }

    .poll-single.theme-9 .liquidpoll-option-single.has-thumb.has-label .liquidpoll-option-input {
        width: calc(100% - 50px);
    }

    .poll-single.theme-9 .liquidpoll-option-list-1 .has-label .liquidpoll-option-input {
        width: calc(100% - 50px);
    }

    /*.poll-single.theme-9 .liquidpoll-option-single.has-label {*/
    /*    min-height: 120px;*/
    /*}*/
    .poll-single.theme-9 .liquidpoll-option-single.has-thumb {
        min-height: auto;
    }

    .poll-single.theme-9 .liquidpoll-option-thumb {
        height: auto;
    }

    .poll-single.theme-9.rendered-results .liquidpoll-option-list-1 .liquidpoll-option-single input + label {
        padding-left: 0;
    }

    .poll-single.theme-9.rendered-results .liquidpoll-option-list-1 .liquidpoll-option-single input + label:before {
        display: none;
    }

    .poll-single.theme-9.rendered-results .liquidpoll-option-list-1 .liquidpoll-option-single label > span {
        position: unset;
    }

    .poll-single.theme-9.rendered-results .liquidpoll-option-single.has-thumb.has-label.has-result .liquidpoll-option-input {
        width: calc(100% - 115px);
    }

    .poll-single.theme-9.rendered-results .liquidpoll-option-single.has-label.has-result .liquidpoll-option-input {
        width: calc(100% - 115px);
    }

    .poll-single.theme-10.rendered-results .liquidpoll-option-single.has-label.has-result .liquidpoll-option-input {
        width: calc(100% - 70px);
    }

    .poll-single.theme-10,
    .poll-single.theme-11,
    .poll-single.theme-12 {
        padding: 0 15px;
    }

    .poll-single.theme-11 [class*="liquidpoll-option-list"] .liquidpoll-option-single .liquidpoll-option-input {
        width: 100%;
    }

    .poll-single.theme-11.rendered-results .liquidpoll-option-single.has-thumb.has-label.has-result .liquidpoll-option-input {
        width: 100%;
    }

    .poll-single.theme-11.rendered-results .liquidpoll-option-single.has-result .liquidpoll-option-input {
        top: 10px;
    }

    .poll-single.theme-11 .liquidpoll-option-single.has-result .liquidpoll-option-result-bar {
        top: 60px;
    }

    .poll-single.theme-11.rendered-results .liquidpoll-option-list-1 .liquidpoll-option-single input + label {
        font-size: 16px;
        width: calc(100% - 60px);
    }

    .poll-single.theme-12.rendered-results .liquidpoll-option-single.has-result .liquidpoll-option-input {
        top: 10px;
    }

    .poll-single.theme-12 .liquidpoll-option-single.has-label .liquidpoll-option-input {
        width: 100%;
    }

    .poll-single.theme-12 .liquidpoll-option-single.has-thumb.has-label .liquidpoll-option-input {
        width: 100%;
    }

    .poll-single.theme-12.rendered-results .liquidpoll-option-single.has-thumb.has-label.has-result .liquidpoll-option-input {
        width: calc(100% - 60px);
    }

    .poll-single.theme-12 .liquidpoll-option-list-1 .liquidpoll-option-single.has-result input + label:before {
        display: none;
    }

    .poll-single.theme-12 .liquidpoll-option-single.has-result .liquidpoll-votes-count {
        left: 30px;
    }

    .poll-single.theme-12 .liquidpoll-option-list-1 .liquidpoll-option-single.has-result input + label {
        padding: 0;
        font-size: 16px;
    }

    .poll-single.theme-12 .liquidpoll-option-single.has-result .liquidpoll-option-result-bar {
        left: 30px;
        top: 60px;
        width: calc(100% - 100px);
    }

    .poll-single.theme-5 .liquidpoll-option-thumb {
        left: 75px;
    }

    .poll-single.theme-5 .liquidpoll-option-list-1 .liquidpoll-option-single input + label {
        padding-left: 170px;
    }

    .poll-single.theme-5 .liquidpoll-option-list-1 .liquidpoll-option-single input + label:before {
        left: 20px;
    }
}