/*
Theme Name: Svensk Jakt Quiz
Description: Theme for quiz.svenskjakt.se
Version: 1.0.10
Author: Marcus Abrahamsson, Stefan Laketa, Vaia Digital AB
Author URI: https://www.vaia.se
Template: svensk-jakt
*/
@import url('../svensk-jakt/style.css');
.newsList .newsItem h2 {
    font-size: 24px;
}

.wpvqgr-results .wpvqgr-playagain {
    background-color: #000;
}

.button-show-all-quizzes {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff !important;
    border: 1px solid #000;
    border-radius: 4px;
    color: #000 !important;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal !important;
    height: 38px;
    line-height: 38px;
    margin: 0 0 4px;
    padding: 0 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto;
}
.button-show-all-quizzes:hover {
    background: rgba(0,0,0,0.1);
    background-color: #e8e8e7 !important;
    text-decoration: none !important;
}
.wpvqgr-wrapper button.wpvqgr-button:hover {
	filter: brightness(85%);
}
.wpvqgr-wrapper button.wpvqgr-social-facebook {
	background:#3b5998;
}
.wpvqgr-wrapper button.wpvqgr-social-twitter {
	background:#147bc9;
}
.wpvqgr-results .wpvqgr-playagain {
    background-color: #000 !important;
}

@media (min-width: 769px) {
    .wpvqgr-wrapper {
        padding-right: 3em;
    }
}