@import \"../../admin/css/sdl-voter-admin.css\";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800);

.sdl-voter-wrap{
	position: relative;
	min-height: 1px;
	text-align: center;
	margin: 15px auto;
    max-width: 180px;
    min-width: 150px;
}
.sdl-voter-wrap.vc_icon_element{
	margin-bottom: 0;
}
.sdl-voter-wrap:before,.sdl-voter-wrap:after{
	content: \"\";
	clear: both;
	width: 100%;
	display: block;
}
.sdl-voter-wrap .sdl-vote:before,.sdl-voter-wrap .sdl-vote:after{
	margin: 3px 0;
	content: \"\";
	clear: both;
	width: 100%;
	display: block;
}
.sdl-voter-wrap .sdl-vote{
	margin: 0 auto;
	cursor: pointer;
	position: relative;
	display: block;
}
.sdl-voter-wrap .sdl-vote img.sdl-custom-icon{
	border-radius: 10px;
}
.sdl-voter-wrap .sdl-vote:focus{
	margin-top: 6px !important;
}
.sdl-voter-wrap .sdl-single-voter{
	padding-left: 5px!important;
	padding-right: 5px !important;
	float: left !important;
}
.sdl-voter-wrap .sdl-single-voter.vc_col-sm-4{
	width: 33.333333% !important;
}
.sdl-voter-wrap .sdl-single-voter.vc_col-sm-6{
	width: 50% !important;
}
.sdl-voter-wrap .sdl-single-voter.vc_col-sm-6.one{
	padding-left: 20% !important;
}
.sdl-voter-wrap .sdl-single-voter.vc_col-sm-6.two{
	padding-right: 20% !important;
}
.sdl-voter-wrap .sdl-single-voter.vc_col-sm-12{
	width: 100% !important;
}
.sdl-voter-wrap .sdl-single-voter img{
	width: 100%;
	margin: 0 auto;
	max-width: 44px;
}
.sdl-voter-wrap .sdl-single-voter .sdl-loader{
	max-width: 30%;
    position: absolute;
    top: 35%;
    left: 35%;
}
.sdl-voter-wrap .sdl-voter-title,.sdl-voter-wrap .sdl-voter-counter,.sdl-voter-wrap .sdl-all-votes-count {
	font-family: \'Open Sans\', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1em;
	text-align: center;
	width: 100%;
	margin: 5px 0;
	color: #111;
	white-space: nowrap;
}
.sdl-voter-wrap .sdl-voter-counter{
	display: none;
}
.sdl-voter-wrap .sdl-all-votes-count{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	color: #bbb !important;
	display: block;
    float: left;
}