.wp-polls {
    width: 90%;
    margin: 0 5%;
    background-color: #eee;
}

.quiz-outer-wrapper{
/*    min-height: 200px; */
	max-width: 600px;
	position: relative;
	margin: 0 auto .8rem auto;
	
}
.quiz-wrapper {
    padding: .2rem;
}

.quiz-question {
    width: 100%;
}

.wwn-quiz-list-of-months, .wwn-quiz-list-of-days, .wwn-quiz-select-name-quiz-result{
 /*   background-color: #111; */
    width: 96%;
    margin: 2%;
	padding-bottom: .6rem;
	border: 2px solid #FDFDFD;
	border-radius: 15px;
}
.wwn-quiz-list-of-days, .wwn-quiz-select-name-quiz-result{ display: none;}

h2.wwn-quiz-monthheader,  h2.wwn-quiz-dayheader, h2.wwn-quiz-result-title {
    font-size: 30px;
    padding: 0;
    margin: 0;
    color: #FDFDFD;
    text-align: center;
}

.wwn-quiz-result {
    color: black;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    margin: .5rem;
	background: rgba(253,253,253,.8);
/*	opacity: .8; */
}

.wwn-quiz-month{
     width:21%;   
}
.wwn-quiz-day{
    width: 12%;
}
.wwn-quiz-month, .wwn-quiz-day{
    float:left;
    text-align: center;
    margin: .2rem 2% .2rem 2%;   
    background: rgba(253,253,253,.8);
    padding: .2rem 0 .2rem 0;
	color: black;
	font-weight: bold;
	cursor: pointer;
/*	opacity: .8; */

}
.wwn-quiz-list-of-days{
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


div#quiz-facebookShare-wrapper, div#poll-facebookShare-wrapper, .buzzquiz-facebookShare-wrapper{
    text-align: center;
	font-size: 2em;
}

a.quiz-facebookShare , a.poll-facebookShare, a.buzzquiz-facebookShare {
    background-color: #3b5998;
	color: #fff !important;
	border-radius: 5px;
    padding: .2rem 0.6rem .2rem 0;	
	font-family: Arial;
}

a.quiz-facebookShare:hover, a.poll-facebookShare:hover, a.buzzquiz-facebookShare:hover{
	color: #fff !important;
}

/* Horoscope CSS */

.WWN-Horoscope-Wrapper {
    margin: 1rem 0 1rem 0;
}

h2.WWN-Horoscope-h2 {
    text-align: center;
    background-color: #D52527;
    color: white;
    margin-bottom: 0;
	text-transform: uppercase;
}

h3.WWN-Horoscope-h3 {
    margin: 0;
    text-align: center;
    font-size: 1.3em;
    line-height: 1.5em;
    background-color: #eee;
    color: #555;
}

.WWN-Horoscope-Month img {
    margin: 0 .5em 0 .2em;
    float: left;
}

.WWN-Horoscope-Month p {
    font-size: 1.5em;
    /* font-weight: bold; */
    padding-top: .5em !important;
}

.WWN-Horoscope-Month {
	margin-top: .5em;
	position: relative;
}

a.horoscope-facebookShare {
    display: none;
	background-color: #3b5998;
	color: #fff !important;
	border-radius: 5px;
	padding: .2rem 0.6rem .2rem 0;	
	font-family: Arial;		
}

.WWN-Horoscope-Month:hover  .horoscope-facebookShare {
    display: inline-block;
	position: absolute;
	bottom: .5rem;
	right: .5rem;
}

/* Polls */

.wwn-poll-wrapper input[type=radio]+label {
    width: 90%;
}
.wwn-poll-wrapper h2.wwn-poll-header {
    color: white;
    font-size: 1.8em;
	background-color: rgba(62, 62, 77, 0.5);
}

.wwn-poll-wrapper .wp-polls-ul {
    background-color: rgba(253,253,253,.8);
    margin: .5rem !important;
    padding: .53rem;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 2em;
}

.wwn-poll-wrapper p.wwn-poll-footer-link {
    background-color: white;
    padding: .5rem;
    margin-bottom: .5rem;
    opacity: .7;
}

.wwn-poll-wrapper p.poll-botton-wrapper {
    padding: .5rem;
}

.wwn-poll-wrapper .poll-botton {
    background-color: #D52527;
    padding: .2em !important;
    font: 1.2em sans-serif;
    color: white;
    font-weight: bold;
    line-height: 1.6em;
}

.wwn-poll-wrapper.wp-polls ul li, .wwn-poll-wrapper .wp-polls-ul li, .wwn-poll-wrapper .wp-polls-ans ul li {
    color: #111;
    line-height: 1.8rem;
}

/*V2*/

.wwn-poll-wrapper-v2 input[type=radio]+label {
    width: 90%;
	color: white;
}
.wwn-poll-wrapper-v2 h2.wwn-poll-header {
    color: white;
    font-size: 1.8em;
	background-color: rgba(62, 62, 77, 0.5);
}

.wwn-poll-wrapper-v2 .wp-polls-ul {
    background-color: rgba(62, 62, 77, 0.5);
    margin: .5rem !important;
    padding: .53rem;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 2em;
}

.wwn-poll-wrapper-v2 p.wwn-poll-footer-link {
    background-color: rgba(62, 62, 77, 0.5);
    padding: .5rem;
    margin-bottom: .5rem;
	color: white;
}
.wwn-poll-wrapper-v2 .wwn-poll-footer-link  a {
    color: white;
}

.wwn-poll-wrapper-v2 p.poll-botton-wrapper {
    padding: .5rem;
}

.wwn-poll-wrapper-v2 .poll-botton {
    background-color: #D52527;
    padding: .2em !important;
    font: 1.2em sans-serif;
    color: white;
    font-weight: bold;
    line-height: 1.6em;
}

.wwn-poll-wrapper-v2 .wp-polls ul li, .wwn-poll-wrapper-v2 .wp-polls-ul li, .wwn-poll-wrapper-v2 .wp-polls-ans ul li {
    color: white;
    line-height: 1.8rem;
}

/*Facebook Share For Poll*/
.fb-poll-info {
    font-size: .7em;
}

#poll-facebookShare-wrapper {
	display: none;
}
/*Buzz-Quiz*/
.relative {
    position: relative;
}
.absolute{
    position: absolute;
}
.quizwrapper{
    max-width: 600px;
    margin: 0 auto 0 auto;
}
.quiz-question {
    display: inline-block !important;
    margin-bottom: .8rem;
    
}

.h1-no-image, .quizmaintitle {
    font-family: arial;
    text-align: center;
    font-size: 2.2em;
    background-color: #111;
    color: white;
    padding: .2rem 0 .2rem 0;
    margin: .2rem 0 .2rem 0;
}

.warning-h1{
    font-family: arial;
    text-align: center;
    font-size: 2.2em;
    background-color: red;
    color: white;
    padding: .2rem 0 .2rem 0;
    margin: .2rem 0 .2rem 0;    
}

.quiz-question-wrapper{
   position: relative; 
   width: 100%; /* for IE 6 */
   max-width: 600px;
}
.quiz-question-wrapper:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,254,255, 0.2);
	-moz-transition: background .3s linear;
	-webkit-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}
.quiz-h1-image {
   position: absolute; 
   top: 50px; 
   left: 0; 
   width: 100%;
   background: linear-gradient(
      rgba(62, 62, 77, 0.8),
      rgba(62, 62, 77, 0.8)
    ); 
    color: white;
    text-align: center;
    font-family: arial;
    padding: .5rem 0 .5rem 0;
    font-size: 2em !important;
}

.check-box{
    border: 1px solid #bbb;
    width: 15px;
    height: 15px;
    display: block;
    margin-left: .5rem;
    background-color: #fff;
    margin-bottom: .2em;
}

.check-box-text{
    float: left;  
	margin-right: 10px;
}
.check-box-correct:after {
   content:  "\2713 ";
}
.check-box-wrong:after {
   content:  "\2717 ";
}
.choiceText-image {
    text-align: right;
    /* text-indent: 10px; */
    margin-left: .5rem;
    top: 10px;
    position: absolute;
    right: 10px;
    /* width: 100%; */
    background-color: rgba(17,17,17, 0.5);
    padding: .2rem 1rem .2rem 1rem;
    color: #ffffe0;
    font-size: 2.2em;
}
.select-choice{
    background-color: #f2f2f2;
    border: 1px solid #d8d8d8;
    color: #111;
    cursor: pointer;
    font-weight: bold;
    font-family: Arial;
    font-size: 1rem;    
}
.select-choice-text { 

    padding: .5rem 0 .5rem 0;
    margin: .2rem 0 .2rem 0;
}
.select-choice-image { 
    margin: .2rem 1% .2rem 1%;
    float: left;
}
.select-choice-image img {
    padding: .2rem;
}
.select-choice:hover {
   background-color: #fff195;
}
.explanation{
    background-color: #d6f6ff;
    text-align: center;
    margin-top: .5rem;
    display: inline-block;
    width: 100%;
    color: #0A185E;
    font-style: italic;
}
.result {
    color: #555;
    font-family: arial;
    background-color: #eee;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
/*
 			if (quizDetails[i].hasOwnProperty('image') && quizDetails[i]['image'] != "") {
                 $(document.createElement('img')).addClass('question-image').attr('id', 'question-image').attr('src', quizDetails[i]['image']).attr('alt', htmlEncode(quizDetails[i]['question'])).appendTo('.quiz-question');
*/

h1.quizmaintitle {
    font-size: 2.2em;
}


@media screen and (max-width: 550px) {
	.hide-end-month{
		display: none;
	}
	div#quiz-facebookShare-wrapper,div#poll-facebookShare-wrapper {
		text-align: center;
		font-size: 1.2em;
	}
	a.horoscope-facebookShare {
		display: block !important;
		text-align: center;
		position: absolute;
		bottom: 0;
		right:0;
	}
	.WWN-Horoscope-Month:hover  .horoscope-facebookShare {
		display: block !important;
		text-align: center;
		position: absolute;
		bottom: 0;
		right:0;
	}	
	.WWN-Horoscope-Month img {
		padding-bottom: 2rem;
	}	
	
	h1.quizmaintitle, .quiz-h1-image {
		font-size: 1.4em !important;
	}
}


