.snax-button-create {
    border-color: #0000;
    background-color: #0000;
    color: #ffffff;
}

#menu-item-1000000 {
	display:none;
}

li {
    font-weight: bold;
    border-bottom: solid 0px #8D827D;
}

.snax-quiz-answer-label-text {
    margin: 0;
    padding: 10px 0;
    color: #1a1a1a;
}

.snax-quiz-answer-label:before {
    display: block;
    width: 32px;
    height: 32px;
    margin-top: 4px;
    position: absolute;
    left: 4px;
    right: auto;
    font: 32px/1 snaxicon;
    text-align: center;
    color: black;
    content: "\e040";
}

.snax .snax-poll-answers {
    background-color: #1a1a1a;
}
.snax-poll-answer {
    position: relative;
    border-radius: 2px;
	}

.poll-classic .snax-poll-question-reveal-answers .snax-poll-answer-results-percentage {
    font-size: 1.17em;
    font-weight: 700;
    line-height: 1;
    color: #ebedf0;
}

.audio-player a {
	display:none;
}

.page-header-01 .g1-row-background {
	background:#1a1a1a !important;
}


/* SNAX QUIZ */

.snax-quiz-answer-label-text {
	color:#fff !important;
}

.g1-instagram-csstodo-boxed {
	display:none;
}

h3.g1-epsilon.entry-title  a{
	font-weight:500;
	color:#aaa;
}
.entry-category {
	font-size:10px !important;
	background:rgba(255,255,255,.5);
	border:none;
	margin-left:-1px;
	margin-right:4px;
	margin-bottom:-4px;
}
.widgettitle:before {
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    height: 10px;
    top: 20px;
    content: "";
    background-color: currentColor;
    opacity: .1;
		transition: all 0.2s cubic-bezier(0.12, 0, 0.39, 0);

}

.widgettitle:hover:before {
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    height: 40px;
    top: 0px;
    content: "";
    background-color: currentColor;
    opacity: .1;
			transition: all 0.2s cubic-bezier(0.12, 0, 0.39, 0);
}

a.entry-cta.g1-button-simple.g1-button-xs {
	background:#888;
	border:none;
	border-color:#bf1f41;
	position:absolute;
	border-radius:2px;
}
a.entry-cta.g1-button-simple.g1-button-xs:hover {
	background:transparent;
	border-bottom:solid 2px #bf1f41;
}

