/*
Table of content:
    1.0 Common
        1.1 Typography
            1.1.1 Font
            1.1.2 Headlines
            1.1.3 Text
        1.2 Boxes
        1.3 Right column
        1.4 Forms
    2.0 Nav
        2.1 Nav dropdown
        2.2 Nav fixed
    3.0 Pages
        3.1 Startpage
        3.2 Reviews
            3.2.1 Review links
            3.2.2 Single review
            3.2.3 Review list
        3.3 Author
        3.4 Press
        3.5 List Page Middle
        3.6 About
        3.7 Toplist
        3.8 Map
        3.9 Impossible
        3.10 Patreon
        3.11 Press - new
        3.12 Stockholm Burger Fest
        3.13 Wide page
        3.14 Search Page
        3.15 Stötta burgarsverige
        3.16 Contact
        3.17 Collabs
        3.18 Cookie Banner
    4.0 Footer  
*/

html {
    overflow-x: hidden;
}

body {
    background: #fef5e9;
    font-family: arial, sans-serif;
}

/*
1.0 Common
==================================================
*/

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 7px;
    padding-right: 7px;
}
a,
a:visited{
    color: #de4436;
    transition: all 0.1s ease;
}
a:active,
a:hover,
a:focus {
    color: #b2362b;
}
a:hover {
    text-decoration: underline;
}
a:focus {
    text-decoration: none;
}
article a,
.accordion-content a,
.address a {
    text-decoration: underline;
}
.row {
    margin-left: -7px;
    margin-right: -7px;
}
@media (max-width: 767px) {
h3.toggle {
    margin-top: 0px;
    margin-bottom: 25px !important;
}
}
@media (min-width: 768px) {
    .padding-top,
    .home .cities-headline {
        padding-top: 20px;
    }
}
.container {
  padding-top: 15px;
  position: relative;
}
.middle .search {
    /*background: #fce9cf;
    border: 1px solid #ccc;
    border-radius: 4px;
    clear: both;
    margin-bottom: 20px;
    padding: 15px;
    */
    margin-bottom: 20px;
}
.middle .search {

}
.search.big {
    border-radius: 35px;
    height: 70px;
    font-size: 16px;
    font-weight: 300;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .search.big {
        text-align: left;
        height: 50px;
        border-radius: 8px;
        font-size: 13px;
        margin-bottom: 5px;
    }
}
article em {
    font-style: italic;
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none:
    }
 }
 hr {
    border-top-color:  #e4dcd1;
 }

    /*
    1.1 Typography
    ==================================================
    */

        /*
        1.1.1 FONT
        ==================================================
        */

        #searchsubmit, 
        .alert,
        .box.social,
        .contact .wpcf7 strong,
        .container.press h4.sub
        .date, 
        .lead,
        .navbar .container .burgerdudes-webbshop,
        .navbar .container .in-english,
        .navbar .navbar-nav,
        .pagination a,
        .page-template-template-english .contact-us strong,
        .review-archive-big,
        .review-link-big,
        .review-single header, 
        article .author-list span:before,
        footer .navbar-nav > li > a,
        h1, h2, h3, h4,
        .container.press .press-columns.quick-facts .number  { 
            font-family: houschka-rounded, sans-serif;
            font-weight: 600;
        }
        h1, h2, h3, h4,
        .box.social,
        .review-link-big,
        .review-single header {
            text-transform: uppercase;
        }

        /*
        1.1.2 Headlines
        ==================================================
        */

        h1 {
            color: #333;
            display: block;
            font-size: 2em;
            line-height: 1.2em;
            margin: 0 0 2px;
            font-weight: 600;
        }
        .review-single h2,
        .page-template .container h2.introduction,
        h3,
        .information h4 {
            color: #8f5e3b;
            font-size: 18px;
            font-weight: 600;
            margin-top: 5px;
            text-transform: uppercase;
            width: 100%;
        }
        h1 p {
            display: inline;
        }
        .middle article h4 {
            font-weight: bold;
            margin-top: 30px;
            border-bottom: 1px solid #e4dcd1;
            padding-bottom: 15px;
            margin-bottom: 15px;
        }
        .page-template .container h2.introduction,
        .page-template .container h3.introduction {
            margin: 5px 0 20px 0;
        }

        /*
        1.1.3 Text
        ==================================================
        */

        .middle article p,
        .middle article ul,
        .middle article ol,
        .list-page-middle h3,
        .author .middle p,
        .review-single p,
        .collab-list p {
            color: #333;
            font-size: 16px;
            line-height: 22px;
            margin-bottom: 20px;
            display: block;
        }
        .middle article p img {
            max-width: 100%;
            height: auto;
        }
        .middle article p img.aligncenter {
            margin-left: auto;
            margin-right: auto;
            display: block;
        }
        .review-single article ul {
            list-style: disc;
            list-style-position: outside;
            margin-left: 15px;
        }
        .review-single article li {
            color: #333;
            font-size: 16px;
            line-height: 22px;
            margin-bottom: 10px;
        }
        .byline {
            color: #999 !important;
            font-size: 16px !important;
            font-style: italic !important;
            margin-bottom: 15px !important;
            margin-top: 5px !important;
        }
        .review-single .byline {
            margin-top: -15px !important;
            text-align: center !important;
        }

    /*
    1.2 Boxes
    ==================================================
    */

    .box {
        border: 1px solid #ccc;
        border-radius: 4px;
        margin-bottom: 14px;
        padding: 15px;
    }
    .box.white {
        background-color: #fff;
    }
    .box.social a {
        border-radius: 3px;
        font-weight: 600;
        transition: all 0.3s ease;
    }
    .box.social a:hover {
        text-decoration: none;
        transform: translate3d(0, -5px, 0);
    }
    .box.instagram a { background-color: #9b6954; }
    .box.instagram a:hover { background-color: #694738; }
    .box.facebook a { background-color: #3b5998; }
    .box.facebook a:hover { background-color: #283b66; }
    .box.twitter a { background-color: #55acee; }
    .box.twitter a:hover { background-color: #4387ba; }
    .box.youtube a { background-color: #cd201f; }
    .box.youtube a:hover { background-color: #991717; }
    .box.tiktok a { background-color: #454545; }
    .box.tiktok a:hover { background-color: #000; }
    .box.mail a { background-color: #85bf25 }
    .box.mail a:hover { background-color: #618c1b }
    .box h4 {
        font-size: 1em;
        color: #000;
        margin-top: 0;
    }
    .box ul {
        list-style-position: outside;
        list-style-type: disc;
        margin-bottom: 0;
        margin-left: 15px;
        padding-left: 0;
    }
    .box ol {
        list-style-position: outside;
        margin-bottom: 0;
        margin-left: 15px;
        padding-left: 0;
    }
    .box h4 {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
   
    .box ol li {
        list-style-type: decimal;
    }
    .box.social {
        border: 0;
        padding: 0;
    }
    .box.social a {
        color: #fff;
        display: block;
        font-size: 1.2em;
        padding: 15px;
        text-align: center;
        min-height: 200px;
    }
    @media (max-width: 1200px) {
        .box.social a {
            min-height: 150px;
        }
    }
    .box.social img {
        height: 40px;
        margin-bottom: 10px;
        width: 40px;
    }
    .box.social a i {
        transition: text-shadow 0.5s ease;
        font-size: 2em;
        margin: 15px auto;
    }
    .box.social a:hover i {
        text-shadow: 0px 0px 5px rgba(0,0,0, 0.5);
    }
    .box .post-91 {
        display: none;
    }

    /*
    1.3 Right column
    ==================================================
    */

    .review-single .information p,
    .information ul {
        font-family: arial, sans-serif;
        font-size: 1.1em;
        margin-bottom: 30px;
    }
    .information p {
        text-align: center;
    }
    .information ul li {
        margin-left: 15px;
        list-style: disc;
        margin-bottom: 5px;
    }
    .information ul li span {
        display: block;
    }
    @media (max-width: 767px) {
        .information {
            clear: both;
            padding-bottom: 0;
            padding-top: 0px;
            padding-left: 0;
        }
    }
    @media (min-width: 768px) {
        .information .review-updates p {
            padding-left: 10px;
            padding-right: 10px;
            margin-bottom: 15px;
            padding-bottom: 15px;
        }
    }
    @media (max-width: 767px) {
        .information .review-updates p {
            padding-left: 7px;
            padding-right: 7px;
            margin-bottom: 15px;
        }
        .information p.last {
            margin-bottom: 10px;
        }
    }
    .information .review-updates p {
        text-align: left;
    }

    /*
    1.4 Forms
    ==================================================
    */

    .middle input[type="text"],
    .middle input[type="email"],
    .middle textarea,
    .information input[type="text"],
    .information input[type="email"],
    .information textarea {
        border: 1px solid #ccc;
        border-radius: 4px;
        color: #333;
        height: 50px;
        font-size: 1.1em;
        padding: 6px 12px;
        position: relative;
        text-align: left;
        width: 100%;
    }
    .middle textarea,
    .information textarea {
        height: 150px;
    }
    .middle .searchform #s {
        width: 250px;    
    }
    @media (max-width: 767px) {
        .middle input[type="text"],
        .middle input[type="email"],
        .middle textarea {
            width: 100%;
            box-sizing: border-box;
        }
    }
    .middle .wpcf7-submit,
    .information .wpcf7-submit {
        margin-left: 0;
    }
    .middle .wpcf7 p {
        display: block;
        font-size: 1em;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .middle .wpcf7 p span {
        margin-bottom: 10px;
    }
    #searchsubmit,
    #searchsubmit-nav,
    #searchsubmit-main {
        left: -9999px;
        height: 1px;
        position: absolute;
        width: 1px;
    }
    .wpcf7-form {
        margin-bottom: 15px;
    }
    .wpcf7-form h3 {
        margin-bottom: 5px;
    }

/*
2.0 nav
==================================================
*/

.navbar {
    border: 0px !important;
}
.navbar .nav-wrap {
    background-color: #fddaae;
    border-bottom: 1px solid #d4b48b !important;
    border-radius: 0 !important;
    max-height: 110px;
}
.navbar .navbar-top {
    background-color: #fde5c6;
    border-bottom: 1px solid #d4b48b;
    color: #795d37;
    display: block;
    font-family: arial, sans-serif;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.navbar .nav-bottom {
    border-top: 1px solid #d4b48b;
    color: #000;
    display: block;
    font-family: arial, sans-serif;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.navbar .nav-bottom a {
    color: #000;
    text-decoration: underline;
}
.navbar .nav-bottom a:hover {
    color: #000;
}
.navbar .nav-bottom img {
    height: 10px;
    position: relative;
    top: -1px;
}
    @media (max-width: 520px){
        .nav-bottom span {
            display: none;
        }
    }
.navbar .navbar-top div {
    display: inline;
}
.navbar .container {
    height: 80px;
    padding-top: 20px;
    position: relative;
}
.navbar .container:before,
.navbar .navbar-collapse:before {
    display: none;
}
a.navbar-logotype {
    color: #000 !important;
    display: inline-block;
    float: left;
    font-family: houschka-rounded, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    padding-left: 70px;
    position: relative;
    text-decoration: none !important;
    text-transform: uppercase;
    top: -5px;
    transition: all 0.3s ease;
}
a.navbar-logotype:focus {
    outline: none;
}
a.navbar-logotype span {
    display: block;
    opacity: 1;
    transition: all 0.3s ease;
}
a.navbar-logotype:hover {
    color: #905e38 !important;
}
a.navbar-logotype img {
    height: 50px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    top: -2px;
    transition: all 0.3s ease;
}
a.navbar-logotype:hover img {
    transform: scale(1.05);
}
@media (max-width: 768px) {
    a.navbar-logotype:hover img {
        transform: scale(1);
    }
}
.navbar .divider {
    height: 40px;
    width: 1px;
    display: inline-block;
    background: #d4b48b;
    margin: 0 10px;
    float: left;
}
.navbar .search-wrap {
    position: absolute;
    right: 15px;
    width: 300px;
    opacity: 1;
    transition: all 0.3s ease;
}
.navbar .searchform {
    position: absolute;
    right: 0;
    width: 300px;
}
.navbar .searchform .search {
    border-radius: 40px;
    border: 1px solid #d4b48b;
    color: #999;
    font-family: arial,sans-serif;
    font-size: 18px;
    height: 40px;
    padding: 0 20px 0 40px;
    position: absolute;
    top: 0;
    width: 300px;
}
.navbar .searchform .search,
.navbar .searchform,
.navbar .search-wrap {
    transition: all 0.3s ease;
}
.navbar .searchform img {
    height: 20px;
    left: 15px;
    position: absolute;
    top: 10px;
    width: 20px;
    z-index: 3;
}
.navbar .navbar-nav-wrap,
.navbar .navbar-cities-wrap {
    display: inline-block;
    float: left;
    position: relative;
    z-index: 3;
}
@media (max-width: 991px) {
    a.navbar-logotype span {
        opacity: 0;
        width: 1px;
    }
}
@media (max-width: 768px) {
    a.navbar-logotype {
        margin-right: 0;
    }
    .navbar .navbar-top div {
        display: none;
    }
    .navbar .searchform .search {
        right: 0px;
    }
}
@media (max-width: 650px) {
    .navbar .searchform .search,
    .navbar .searchform,
    .navbar .search-wrap {
        width: 150px;
    }
}
@media (max-width: 520px) {
    .navbar .navbar-top {
        display:  none;
    }
    .navbar .navbar-nav-wrap,
    .navbar .navbar-cities-wrap {
        position: unset;
    }
    .navbar .navbar-collapse {
        left: 0 !important;
        position: absolute;
        right: 0 !important;
        top: 131px !important;
        z-index: 3;
    }
    .navbar .navbar-collapse .navbar-nav {
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }
    .navbar .search-wrap {
        display: block;
        height: 40px;
        left: 95px;
        position: absolute;
        right: 15px;
        width: auto;
    }
    .navbar .searchform,
    .navbar .searchform .search {
        width: 100%;
    }
    .navbar-nav-wrap,
    .navbar-cities-wrap,
    .divider,
    .divider-2 {
        margin-top: 60px !important;
    }
    .navbar .nav-wrap {
        max-height: 175px;
    }
    .navbar .container {
        height: 140px;
    }
    #cities {
        padding: 0;
    }
    .navbar-cities {
        border-left: 0;
        border-right: 0;
        margin-top: 8px;
    }
    a.navbar-logotype {
        position: absolute;
        top: 15px;
    }
    .divider {
        display: none !important;
    }
    .divider-2 {
        display: block !important;
    }
}
    /*
    2.1 nav dropdown
    ==================================================
    */

    .navbar-header {
        float: left !important;
    }
    button.navbar-toggle,
    button.cities-toggle {
        background-color: transparent;
        background-image: none;
        border-radius: 4px;
        border: 1px solid transparent;
        color: #000;
        display: inline-block !important;
        float: left !important;
        font-size: 18px;
        height: 40px;
        line-height: 40px;
        margin: 0;
        padding: 0 10px 0 0;
        position: relative;
        transition: all 0.3s ease;
        opacity: 1;
    }
    button.navbar-toggle img,
    button.cities-toggle img {
        height: 20px;
        left: 10px;
        position: absolute;
        top: 10px;
        transition: all 0.3s ease;
        width: 20px;
    }
    button.navbar-toggle span,
    button.cities-toggle span {
        margin-left: 35px;
    }
    button.navbar-toggle[aria-expanded="false"] img.close-menu,
    button.navbar-toggle[aria-expanded="true"] img.menu,
    button.cities-toggle[aria-expanded="false"] img.close-menu,
    button.cities-toggle[aria-expanded="true"] img.location {
         opacity: 0;
    }       
    button.navbar-toggle[aria-expanded="true"] img.close-menu,
    button.navbar-toggle[aria-expanded="false"] img.menu,
    button.cities-toggle[aria-expanded="true"]  img.close-menu,
    button.cities-toggle[aria-expanded="false"] img.location {
        opacity: 1;
    }
    button.navbar-toggle:hover,
    button.cities-toggle:hover {
        background-color: #fde5c6;
    }
    .navbar .navbar-collapse {
        border-top: 0 !important;
        box-shadow: none !important;
        position: absolute;
        top: 60px;
    }
    @media (min-width: 768px) {
        .navbar .navbar-collapse.collapse {
            display: none !important;
        }
    }
    .navbar .navbar-collapse.collapse[aria-expanded="true"] {
        display: block  !important;
        opacity: 1;
        z-index: 3;
    }
    .navbar .navbar-collapse.collapse[aria-expanded="false"] {
        opacity: 0;
    }
    .navbar .navbar-nav,
    .navbar .navbar-cities {
        background-color: #fddaae;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border: 1px solid #d4b48b;
        font-size: 18px;
        line-height: 30px;
        opacity: 1;
        padding: 0;
        position: relative;
        text-align: left;
        transition: all 0.3s ease;
        z-index: 2;
    }
    .navbar .navbar-nav li {
        float:  none;
    }
    .navbar .navbar-nav > li .sub-menu {
        max-height: 1px;
        overflow: hidden;
        transition: all 0.3s ease;
    }
    .navbar .navbar-nav > li:last-child a {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom: 0px;
    }
    .navbar .navbar-nav > li.show .sub-menu {
        max-height: 300px;
    }
    .navbar .navbar-nav li a {
        border-bottom: 1px solid #d4b48b;
        border-radius: 0;
        color:  #000;
        display: block;
        font-family: arial,sans-serif;
        height: 50px;
        line-height: 50px;
        padding: 0 20px;
        transition: all 0.3s ease;
        white-space: nowrap;
    }
    .navbar .navbar-nav > li .sub-menu li a {
        font-weight: normal;
        padding-left: 40px;
    }
    .navbar .navbar-nav > li.menu-item-has-children > a {
        background-image: url(img/icon-caret-down.svg);
        background-position: right 20px center;
        background-repeat: no-repeat;
        background-size: auto 24px;
    }
    .navbar .navbar-nav > li.menu-item-has-children.show > a {
        background-image: url(img/icon-caret-up.svg);
    }
    .navbar .navbar-nav a:hover,
    .navbar .navbar-cities a:hover {
        background-color: #fde5c6;
        text-decoration: none;
        transition: all 0.3s ease;
    }
    .navbar .navbar-cities .bottom-wrap {
      height: 350px;
      overflow-y: scroll;
    }
    .navbar .navbar-cities ul.top {
        border-bottom: 1px solid #d4b48b;
        column-count: 4;
        margin-bottom: 0;
        padding: 10px 20px 10px;
    }
    .navbar .navbar-cities ul.top a {
        background-image: url(img/star.svg);
        background-position: 5px center;
        background-repeat: no-repeat;
        background-size: auto 16px;
        padding-left: 20px;
    }
    .navbar .navbar-cities ul.top a span {
        padding-left: 5px;
    }
    .navbar .navbar-cities ul.top a:hover {
        text-decoration: none;
    }
    .navbar .navbar-cities ul.top a:hover span {
        text-decoration: none;
    }
    .navbar .navbar-cities ul.bottom {
        padding: 10px 20px 0;
        column-count: 4;
    }
    .navbar .navbar-cities li {
        display: block;
    }
    .navbar .navbar-cities a {
        border-radius: 4px;
        color: #000;
        display: block;
        font-family: arial,sans-serif;
        font-size: 14px;
        height: 30px;
        line-height: 32px;
        overflow: hidden;
        padding: 0 5px;
        text-overflow: ellipsis;
        transition: all 0.3s ease;
        white-space: nowrap;
    }
    @media (max-width: 1100px) {
        .navbar .navbar-cities ul.bottom,
        .navbar .navbar-cities ul.top {
            column-count: 3;
        }
    }
    @media (max-width: 768px) {
        .navbar .navbar-cities ul.bottom,
        .navbar .navbar-cities ul.top {
            column-count: 2;
        }
        .navbar #navbar,
        .navbar #cities  {
            top: 52px;
        }
        #cities {
            left: -26px;
        }
        #navbar {
            left: -11px;
        }
    }
    @media (min-width: 769px) {
        .navbar .navbar-collapse {
            left: -26px;
        }
    }

    /*
    2.2 nav fixed
    ==================================================
    */

    @media (min-width: 768px) {
        .fixed {
            height: 111px;
            margin-bottom: 20px;
        }
        .fixed .nav-wrap {
            left: 0;
            opacity: 1;
            position: fixed !important;
            right: 0;
            top: 0;
            transition: all 0.5s ease;
            z-index: 3;
        }
        .admin-bar .fixed .nav-wrap {
            top: 32px;
        }
    }
    @media (max-width: 1200px) and (min-width: 768px){
        .fixed {
            margin-bottom: 20px;
        }
    }


a.back-to-top {
    background-color:rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    bottom: 15px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    opacity: 0;
    position: fixed;
    right: 15px;
    text-align: center;
    transition: all 0.3s ease;
    width: 50px;
    z-index: 3;
}
a.back-to-top img {
    height: 24px;
    width: 24px;
}
/*
a.back-to-top:hover {
    background-color:rgba(0, 0, 0, 0.8);
}
*/
a.back-to-top i {
    color: #fff;
}
a.back-to-top.visible {
    opacity: 1;
}
@media (max-width: 767px) {
    .back-to-top {
        display: block !important;
    }
}
/*
3.0 Pages
==================================================
*/

.page article img,
.page-template .image img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

    /*
    3.1 Startpage
    ==================================================
    */
    .home .introduction {
        margin-bottom: 20px;
    }
    .home .introduction h1 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .home .introduction strong {
        font-weight: bold;
    }
    .home .introduction p {
        font-size: 16px;
        line-height: 22px;
    }
    .home .introduction p:last-child {
        margin-bottom: 0;
    }
    .worlds-best-banner img,
    .campaign-burger img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
    .worlds-best-banner img {
        max-height: 200px;
    }
    .worlds-best-banner .box {
        background-color: #fff;
        padding: 0;
        transition: background-color .5s ease;
    }
    .worlds-best-banner .box a img {
        padding: 15px;
    }
    .worlds-best-banner .box:hover {
        background-color: #eee;
    }
    .burgarsverige-banner {
        margin-top: 30px;
        padding: 0;
        text-align: center;
    }
    .burgarsverige-banner a {
        color: #333;
        display: block;
        padding: 0 20px 20px;
        transition: all 0.5s ease;
    }
    .burgarsverige-banner a span {
        color: #333;
        display: block;
        font-size: 16px;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .burgarsverige-banner img {
        display: block;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        max-width: 240px;
    }
    .burgarsverige-banner a:hover {
        background: #eee;
        text-decoration: none;
    }
    .toplist-banner,
    .campaign-burger {
        background-color: #fff; 
        border-radius: 4px;
        overflow: hidden;
        position: relative;
        margin-bottom: 1em;
    }
    .toplist-banner {
        border: 1px solid #ccc;
    }
    .campaign-burger {
        border: 0;
    }
    .campaign-burger {
        margin-bottom: 27px;
        margin-top: 0;
    }
    .toplist-banner img,
    .campaign-burger img {
        display: inline-block;
    }
    .toplist-banner a,
    .campaign-burger a {
        display: block;
        text-align: center;
    }
    .toplist-banner a .overlay,
    .campaign-burger a .overlay {
        background: rgba(0,0,0, 0.5);
        bottom: 0;
        display: block;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        transition: opacity 0.5s ease;    
        vertical-align: middle;
        z-index: 1;
    }
    .toplist-banner a:hover .overlay,
    .campaign-burger a:hover .overlay {
         opacity: 1;
    }
    .toplist-banner a .hover-text,
    .campaign-burger a .hover-text {
        align-items: center;
        bottom: 0;
        color: #fff;
        display: block;
        display: flex;
        font-family: houschka-rounded, sans-serif;
        font-size: 1.3em;
        font-weight: 600;
        justify-content: center;
        left: 0;
        margin-top: 10px;    
        position: absolute;
        right: 0;
        text-transform: uppercase;          
        top: 0;
        transition: opacity 0.5s ease, margin 0.5s ease;
    }
    .toplist-banner a:hover .hover-text,
    .campaign-burger a:hover .hover-text {
        margin-top: 0px;
    }
    .sbf-2017,
    .sbf-2018,
    .sbf-2019,
    .patreon-banner {
        background-position: center center;
        background-size: cover;
        border-radius: 4px;
        color: #fff;
        display: block;
        min-height: 130px;
        margin-bottom: 30px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .sbf-2019 {
        margin-bottom: 4px;
    }
    .sbf-2018 {
        background-size: auto;
        background-repeat: repeat;
    }
    .sbf-2017 {
        background-image: url(https://burgerdudes.se/wp-content/themes/Burgerdudes-2/img/pic_bastard.png);
    }
    .sbf-2018 {
        background-image: url(https://www.burgerdudes.se/wp-content/themes/Burgerdudes-2/burgerfest/2018/img/sbf18_siteheader_bg240.png);
    }
    .sbf-2019 {
        background-size: 600px;
        background-image: url(https://burgerdudes.se/wp-content/themes/Burgerdudes-2/burgerfest/2019/img/bg.png);
    }
    .patreon-banner {
        background-image: url(https://burgerdudes.se/wp-content/themes/Burgerdudes-2/img/pic_patreon.jpg);
    }
    .sbf-2017 span,
    .sbf-2018 span,
    .sbf-2019 span,
    .patreon-banner span {
        color: #fff;
        display: block;
    }
    .sbf-2018 span {
        text-shadow: 2px 2px #000;
    }
    .sbf-2017 .big,
    .sbf-2018 .big,
    .sbf-2019 .big, 
    .patreon-banner .big {
        font-size: 30px;
        font-weight: bold;
        margin-top: 15px;
    }
    .sbf-2019 .big {
        background: #fff200;
        display: inline-block;
        padding: 0 20px;
        color: #ec008c;
        border-radius: 4px;
        margin-bottom: 5px;
    }
    .sbf-2017 .small,
    .sbf-2018 .small,
    .sbf-2019 .small,
    .patreon-banner .small {
        font-size: 20px;
        font-weight: 300;
    }
    .sbf-2019 .small {
        background: #fff200;
        display: inline-block;
        padding: 0 20px;
        color: #ec008c;
        border-radius: 4px;
        margin-bottom: 5px;
    }
    .sbf-2017:hover,
    .sbf-2018:hover,
    .patreon-banner:hover {
        color: #fff;
        text-decoration: none;
    }
    .sbf-2019:hover {
        text-decoration: none;
    }
    .sbf-2017:hover span.big,
    .sbf-2018:hover span.big,
    .patreon-banner:hover span.big {
        color: #fff;
        text-decoration: underline;
    }
    .sbf-2019:hover span.big {
        text-decoration: underline;
    }
    .sbf-2017:hover span.small,
    .sbf-2018:hover span.small,
    .patreon:hover span.small {
        color: #fff;
        text-decoration: none;
    }
    .sbf-2019:hover span.small {
        text-decoration: none;
    }
    @media (max-width: 767px) {
        .sbf-2017 .big,
        .sbf-2018 .big,
        .sbf-2019 .big,
        .patreon-banner .big {
            font-size: 24px;
            margin-top: 20px;
        }
        .sbf-2017 .small,
        .sbf-2018 .small,
        .sbf-2019 .small,
        .patreon-banner .small {
            font-size: 18px;
        }
    }
    .patreon-banner {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    h1.lead {
        display: block;
        font-size: 2.8em;
        line-height: 1.2em;
        margin-top: 0px;
        margin-bottom: 0;
        text-transform: uppercase;
    }
    h1.lead span {
        display: block;
        margin-bottom: 10px;
    }
    h2.lead {
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
        color: #8f5e3b;
        font-size: 16px;
        margin-top: 10px;
        padding-left: 40px;
        padding-right: 40px;
    }
    @media (max-width: 767px) {
        h2.lead {
            padding-left: 0;
            padding-right: 0;
            width: 100%;
        }
    }
    .alert {
        background: #fce9cf;
        border: 1px solid #ccc;
        border-radius: 4px;
        clear: both;
        display: block;
        font-size: 1.1em;
        /* margin: 0 auto 40px; */
        padding: 15px;
        /* text-align: center; */
        /* text-transform: uppercase; */
        /* width: auto; */
    }
    .alert a:hover {
        text-decoration: underline !important;
    }
    @media (max-width: 767px) {
        .alert {
            width: auto;
        }
    }
    .alert:hover {
        text-decoration: none;
    }
    .alert:hover span {
        text-decoration: underline;
    }
    .alert span {
        color: #8f5e3b;
    }
    .alert span em {
        font-weight: bold;
        display: block;
        margin-top: 10px;
        color: #de4436;
    }
    .alert i {
        display: block;
        font-size: 1.5em;
        margin-bottom: 10px;
    }
    @media (max-width: 994px) {
        h1.lead {
            font-size: 2.4em;
            line-height: 1.2em;
            /*margin-top: 15px;*/
            margin-bottom: 30px;
        }
        .alert {
            /*margin-top: 20px;*/
        }
    }
    @media (max-width: 767px) {
        h1.lead {
            font-size: 1.8em;
            line-height: 1.4em;
            margin-top: 5px;
            margin-bottom: 20px;
        }
    }
    .search-category {
        border-top: 1px dotted #8f5e3b;
        color: #8f5e3b;
        font-family: houschka-rounded, sans-serif;
        font-size: 16px;
        margin-bottom: 10px;
        margin-left: 40px;
        margin-right: 40px;
        padding-top: 15px;
        text-align: center;
        text-transform: uppercase;
    }
    .search-category p {
        margin-bottom: 0;
    }
    .search-category a {
        color: #333;
        text-decoration: underline;
    }
    .search-category a:hover {
        color: #000;
    }
    @media (min-width: 768px) {
        .search-category select {
            background: transparent;
            border: 0;
            color: #333;
            font-size: 16px;
            height: 30px;
            margin-left: auto;
            margin-right: 10px;
            max-width: 120px;
            text-decoration: underline;
            text-transform: uppercase;
        }
    }
    @media (max-width: 767px) {
        .search-category {
            margin-bottom: 15px;
            margin-left: 0;
            margin-right: 0;
            padding-top: 15px;
        }
        .search-category select {
            background: #fff;
            border-radius: 4px;
            border: 1px solid #ccc;
            color: #333;
            font-family: houschka-rounded, sans-serif;
            height: 40px;
            margin-bottom: 15px;
            padding: 0 10px;
            text-transform: uppercase;
            width: 100%;
        }
    }
    .qopla {
        display: block;
        padding: 0;
        position: relative;
        text-align: center;
    }
    .qopla:hover,
    .qopla:hover p {
        text-decoration: none;
    }
    .qopla img {
        border-radius: 4px;
        display: block;
        margin-bottom:  14px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        max-width: 200px;

    }
    .qopla p {
        color:  #333;
        text-align: center;
        margin-bottom: 15px;
        padding: 0 15px;
    }
    .qopla .overlay {
        background: rgba(0,0,0, 0.5);
        border-radius: 4px;
        bottom: 0;
        display: block;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        transition: opacity 0.5s ease;    
        vertical-align: middle;
        z-index: 1;
    }
    .qopla:hover .overlay {
         opacity: 1;
      }
    .qopla .hover-text {                
        color: #fff;
        display: block;
        font-family: houschka-rounded, sans-serif;
        font-size: 1.3em;
        font-weight: 600;
        left: 0;
        margin-top: 10px;
        right: 0;
        text-transform: uppercase;
        transition: opacity 0.5s ease, margin 0.5s ease;
    }
    .qopla:hover .hover-text {
        margin-top: 0;
    }


    /*
    3.2 Reviews
    ==================================================
    */
    .wpgmp_map_container {
        box-shadow: none !important;
        border-radius: 4px !important;
        border: 0 !important;
    }
   @media (max-width: 767px) {
        .wpgmp_map {
            height: 300px !important;
        }
    }
    #map,
    .wpgmp_map_container,
    .wpgmp_map,
    .gm-style {
        border-radius: 4px !important;
    }
    #map {
        padding-bottom: 10px;
    }
    @media (max-width: 767px) {
        #map iframe {
            height: 320px;
        }
    }
    .rating.eone {
        background-image: url(img/rating-1.svg);
    }
    .rating.dtwo {
        background-image: url(img/rating-2.svg);
    }
    .rating.cthree {
        background-image: url(img/rating-3.svg);
    }
    .rating.bfour {
        background-image: url(img/rating-4.svg);
    }
    .rating.afive {
        background-image: url(img/rating-5.svg);
    }
    .review-single .review-title .rating.eone,
    .review-single .review-title .rating.dtwo,
    .review-single .review-title .rating.cthree,
    .review-single .review-title .rating.bfour,
    .review-single .review-title .rating.afive {
        background-repeat: no-repeat;
        background-size: auto 24px;
        background-position: center center;
    }
    .review-wrap.afive .review-link-big {
        background-color: #000;
    }
    .review-wrap.afive .review-link-big img {
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        border-top: 1px solid #000;
    }
    .review-wrap.afive .review-link-big a .review-information {
        background: #000;
        border-bottom: 1px solid #000;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
    }
    .review-wrap.afive .review-link-big .review-information span,
    .review-wrap.afive .review-link-big .review-information h2 {
        color: #fff;
    }
    .review-wrap.afive .review-link-big .review-information .review-date {
        color: #ccc;
    }
    .review-wrap.afive .review-link-big .flag img {
        border: 0 !important;
    }
    .review-wrap.afive .review-link-big .flag {
        background: #000;
        color: #fff;
    }
    .review-archive #map iframe {
        border-radius: 4px;
        height: 450px;
        margin-bottom: 20px;
        width: 100%;
    }
    @media (min-width: 768px) {
        .review-archive #map iframe {
            display: block;
        }
    }
    h3.cities-headline {
        margin-top: 0;
        margin-bottom: 10px;
    }
    h3.tags-headline {
        margin-bottom: 10px;
    }
    @media (max-width: 500px) {
        .review-wrap {
            width: 100%;
        }
        .review-archive-big {
            display: none;
        }

    }
    h3.toggle {
        cursor: pointer;
        display: inline-block;
        margin-top: 0px;
        width: auto;
    }
    @media (max-width: 767px) {
        h3.toggle {
            font-size: 16px;
        }
        #map-toggle {
            margin-top: 10px;
        }
    }
    h3.toggle a {
        color: #8f5e3b;
    }
    h3.toggle a:hover {
        text-decoration: none;
    }

        /*
        3.2.1 Review links
        ==================================================
        */

        .review-link-big,
        .review-archive-big {
            background-color: #fff;
            border-bottom: 0;
            border-radius: 4px;
            margin-bottom: 14px;
            position: relative;
            overflow: hidden;
            font-size: 14px;
        }
        .review-link-big a,
        .review-archive-big a {
             color: #de4436;
        }
        .review-link-big .flag {
            background: #fff;
            border-radius: 4px;
            color: #000;
            font-family: arial,sans-serif;
            font-size: 1em;
            font-weight: 500;
            height: 30px;
            left: 10px;
            line-height: 30px;
            overflow: hidden;
            padding: 0 10px;
            position: absolute;
            text-align: center;
            text-transform: none;
            top: 10px;
        }
        .review-link-big .flag img {
            border-radius: 0;
            border: 0;
            display: inline-block;
            margin-right: 5px;
            padding: 0;
            position: relative;
            top: -1px;
            width: 18px;
        }
        @media (max-width: 767px) {
            .review-link-big {
                margin-bottom: 1em;
            }
        }
        @media (max-width: 500px) {
            .box.social a {
                font-size: 1em;
            }
        }
        .review-link-big a .review-information {
            background: #fff;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            border-bottom: 1px solid #ccc;
            border-left: 1px solid #ccc;
            border-right: 1px solid #ccc;
            bottom: 0;
            display: block;
            height: 57px;
            left: 0;
            line-height: 30px;
            padding: 10px;
            position: absolute;
            right: 0;
        }
        .review-link-big img,
        .review-archive-big img {
            background-repeat: no-repeat;
            background-size: contain !important;
            border-left: 1px solid #ccc;
            border-radius: 4px;
            border-right: 1px solid #ccc;
            border-top: 1px solid #ccc;
            display: block;
            display: inline-block;
            padding-bottom: 57px;
        }
        .review-link-big .tag-youtube img,
        .review-archive-big .tag-youtube img {
            background-size: auto 85% !important;
            background-position: top center;
        }
        @media (min-width: 1200px) {
            .burgerfest .review-link-big img {
                height: auto;
            }
            .home .review-link-big img {
                height: auto;
            }
        }
        .review-archive-big img {
            visibility: hidden;
        }
        .review-archive-big a {
            background-image: url(img/review-archive.jpg);
            background-position: center center;
            background-size: cover;
            border-radius: 4px;
            border: 1px #ccc solid;
            display: block;
        }
        .review-link-big .review-information span,
        .review-link-big .review-information h2 {
            color: #333;
            display: block;
            font-size: 1em;
            font-weight: 600;
            height: auto;
            line-height: auto;
            margin: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            text-transform: uppercase;
            white-space: nowrap;
        }
        .review-link-big .review-information h2 {
            text-align: left;
            line-height: 20px;
        }
        .review-link-big .review-information .review-date {
            color: #999;
            font-family: arial, sans-serif;
            font-weight: 300;
            margin-top: -4px;
            text-transform: none;
        }
        .review-link-big a .review-information div.rating {
            background-repeat: no-repeat;
            bottom: 9px;
            display: block;
            height: 16px;
            position: absolute;
            width: 100%;
        }
        .review-link-big a .review-information div.rating span {
            display: none;
        }
        .review-link-big a .overlay {
            background: rgba(0,0,0, 0.5);
            border-radius: 4px;
            bottom: 0;
            display: block;
            left: 0;
            opacity: 0;
            position: absolute;
            right: 0;
            text-align: center;
            top: 0;
            transition: opacity 0.5s ease;    
            vertical-align: middle;
            z-index: 1;
        }
        .review-link-big a:hover .overlay {
             opacity: 1;
          }
        .review-link-big a .hover-text {                
            align-items: center;
            bottom: 0;
            color: #fff;
            display: block;
            display: flex;
            font-size: 1.3em;
            font-weight: 600;    
            justify-content: center;
            left: 0;
            margin-top: 10px; 
            position: absolute;
            right: 0;
            top: 0;
            transition: opacity 0.5s ease, margin 0.5s ease;
        }
        .review-link-big a:hover .hover-text {
            margin-top: 0;
        }
        .review-archive-big a div {
            border-radius: 4px;
            bottom: 0;
            color: #000;
            font-size: 2em;
            line-height: 1.2em;
            position: absolute;
            padding: 40px 50px;
            top: 0;
            right: 0;
            left: 0;
            text-align: center;
            vertical-align: middle;
            transition: background 0.5s ease;
        }
        .review-archive-big a:hover div {
            background: rgba(0,0,0, 0.5);
            color: #fff;
        }
        .review-archive-big a div span {
            left: 0;
            right: 0;
            padding: 0 40px;
            width: 100%;
            padding-top: 20px;
            transition: padding 0.5s ease, color 0.5s ease;
        }
        .review-archive-big a:hover div span {
            padding-top: 0;
        }
        @media (max-width: 994px) {
            .review-archive-big a div {
                font-size: 1.5em;
            }
        }
        .review-archive-big a:hover span {
            text-decoration: underline;
        }

        /*
        3.2.2 Single review
        ==================================================
        */

        .review-single .review-title {
            display: block;
            text-align: center;
        }
        .review-single .review-title .date,
        .review-single .review-title .author{
            white-space: nowrap;
        }
        .review-single header .rating {
            background-color: #fff;
            border-radius: 100px;
            color: #de4436;
            display: inline-block;
            height: 44px;
            line-height: 44px;
            margin: 0 auto 10px;
            position: relative;
            text-align: center;
            width: 180px;
        }
        .review-single header .rating span {
            display: none;
        }
        .review-single h1 {
            display: block;
            font-size: 30px;
            line-height: 30px;
            margin-bottom: 2px;
            text-align: center;
            font-weight: 600;
        }
        @media (max-width: 767px) {
            .review-single h1 {
                display: block;
                margin-bottom: 0;
            }
        }
        .review-single .review-title h2 {
            font-size: 16px;
            font-weight: 600;
            margin-top: 5px;
            text-align: center;
        }
        .review-single .review-title div.by {
            font-family: arial, sans-serif;
            font-size: 14px;
            font-weight: normal;
            text-align: center;
            text-transform: none;
        }
        .review-single .review-title div.by a {
            color: #333;
            font-weight: bold;
            text-decoration: none;
        }
        .review-single .review-title div.by a:hover {
            color: #333;
            text-decoration: underline;
        }
        .review-single .review-title .fa-star {
            color: #de4436;
            display: inline;
            font-size: 2em;
        }
        @media (max-width: 767px) {
            .review-single.container .middle {
                float: none;
            }
        }
        .middle article ul li {
            list-style: disc;
            margin-bottom: 5px;
            margin-left: 15px;
        }
        .middle article ol li {
            list-style-type: decimal;
            margin-bottom: 5px;
            margin-left: 15px;
        }
        .middle article ul ul {
            margin-bottom: 10px;
            margin-top: 10px;
        }
        .middle article ul li li {
            font-size: 1.5rem;
        }
        .review-single article img {
            border-radius: 4px;
            margin: 20px 0;
            display: block;
            height: auto;
            width: 100%;
        }
        article .english,
        article .author-list,
        .headline-line {
            border-top: 1px solid #8f5e3b;
            margin-top: 30px;
        }
        article .english h3,
        article .author-list h3,
        article .contact-us h3,
        .headline-line h3,
        .headline-line h1 {
            font-weight: 600;
            color: #8f5e3b;
            font-size: 16px;
            line-height: 1.4em;
            text-align: center;
            margin-top: -10px !important;
            margin-bottom: 20px;
        }
        article .english h3 span,
        article .author-list h3 span,
        article .contact-us h3 span,
        .headline-line h3 span,
        .headline-line h1 span {
             background-color: #fef5e9;
             padding: 10px;
        }
        article .english h3 span a,
        article .author-list h3 span a,
        article .contact-us h3 span a,
        .headline-line h3 span a,
        .headline-line h1 span a {
            color: #8f5e3b;
        }
        @media (max-width: 1000px) {
            article .english h3 span,
            article .author-list h3 span,
            article .contact-us h3 span,
            .headline-line h3 span,
            .headline-line h1 span {
                padding: 5px;
            }
        }
        @media (min-width: 768px) {
            .headline-line.top {
                margin-top: 8px !important;
            } 
        }
        @media (max-width: 1000px) {
            .list-page-middle .headline-line.top,
            .middle .headline-line.top,
            .review-archive .headline-line.top,
            .home .headline-line.top{
                margin-top: 0px;
            }
        }
        .review-single .closed {
            background: #de4436;
            border-radius: 4px;
            display: flex;
            font-weight: bold;
            justify-content: center;
            margin-bottom: 20px;
            padding: 10px;
        }
        .review-single .closed svg {
            display: inline-block;
            height: 24px;
            margin: 0 5px 0 0;
            position: relative;
            top: -1px;
            width: auto;
        }
        .review-single .closed p {
            color: #fff;
            margin-bottom: 0;
        }
        .review-single .closed p i {
            color: #fff;
            margin-right: 5px;
        }
        .review-single .more-information a,
        .city-information a.button,
        .wpcf7-submit {
            background: #de4436;
            border-radius: 4px;
            border: 0;
            color: #fff;
            display: inline-block;
            font-weight: 600;
            height: 40px;
            line-height: 40px;
            max-width: 100%;
            overflow: hidden;
            padding: 0 15px;
            text-decoration: none;
            text-overflow: ellipsis;
            transition: all 0.3s;
            white-space: nowrap;
        }
        @media (max-width: 992px) {
            .submit-wrap {
                text-align: center;
            }
        }
        .wpcf7-form .wpcf7-spinner {
            position: absolute;
        }
        .wpcf7-form .wpcf7-spinner.submitting {
            position: relative;
        }
        .review-single .more-information a:hover,
        .city-information a.button:hover,
        .wpcf7-submit:hover {
            background-color: #b2362b;
            text-decoration: none;
        }
        .review-single .address p {
            display: inline-block;
            min-height: 45px;
            text-align: center;
            width: 100%;
        }
        @media (max-width: 991px) {
            .review-single .address h3,
            .review-single .more-information h3,
            .review-single .youtube h3 {
                justify-content: left !important;
            }
            .review-single .address p,
            .review-single .more-information p {
                text-align: left;
            }
        }
        .review-single .address p,
        .review-single .more-information p {
            margin-bottom:  10px;
        }
        @media (max-width: 768px) {
            .review-single .address p {
                min-height: auto !important;
            }
        }
        .review-single .address .box,
        .review-single .more-information .box,
        .review-single .youtube .box {
            padding: 0;
        }
        }
        .review-single .address .box .content,
        .review-single .more-information .box .content, 
        .review-single .youtube .box .content {
            clear: both;
            display: block;
            padding: 10px 15px 0;
        }
        .review-single .accordion,
        .review-single .accordion-expanded {
            background-color: #fff;
            border-radius: 4px;
            border: 1px solid #ccc;
            margin-bottom: 15px;
            overflow: hidden;
            padding: 0;
            position: relative;
        }
        .review-single .accordion-header {
            background-color: #fff;
            transition: all ease .3s;
        }
        .review-single .accordion-expanded .accordion-header {
            background-color: #fff;
            border-bottom: 1px solid #ccc;
        }
        .review-single .accordion-expanded .accordion-header h3:hover {
            background-color: #fff !important;
        }
        .review-single .accordion-header h3 {
            cursor: pointer;
        }
        .review-single .accordion-expanded h3 {
            cursor: default;
        }
        .review-single .accordion-header h3,
        .review-single .address h3,
        .review-single .more-information h3,
        .review-single .youtube h3  {
            align-items: center;
            color: #333;
            display: flex;
            font-family: arial;
            font-size: 16px;
            font-weight: bold;
            margin: 0;
            padding: 10px 15px;
            position: relative;
            text-transform: none;
            transition: all ease .3s;
        }
        .review-single .address h3,
        .review-single .more-information h3 {
            justify-content: center;
        }
        .review-single .accordion-header img,
        .review-single .address img,
        .review-single .more-information img,
        .review-single .youtube img {
            height: 24px;
            margin-right: 5px;
        }
        .review-single .accordion-header h3 {
            border-bottom: 0px solid #fff;
        }
        .review-single .accordion-expanded .accordion-header h3 img, 
        .review-single .accordion.old-review .accordion-header h3 img {
            left: 15px;
            position: absolute;
            transition: all .3s ease;
        }
        .review-single .accordion-expanded .accordion-header h3 {
            padding-left: 44px;
        }
        .review-single .accordion-header h3 .close {
            opacity: 0;
        }
        .review-single .accordion-header.active h3 .close {
            opacity: 1;
        }
        .review-single .old-review .accordion-header h3 {
            padding-left: 44px;
        }
        .review-single .old-review .accordion-header.active h3 .history {
            opacity: 0;
        }
        .review-single .address h3,
        .review-single .more-information h3,
        .review-single .youtube h3 {
            text-align: center;
            border-bottom: 1px solid #ccc;
        }
        @media (max-width: 768px) {
            .review-single .address h3,
            .review-single .more-information h3,
            .review-single .youtube h3 {
                justify-content: left;
            }
        }
        .review-single .accordion-header h3:hover {
            background-color: rgba(222,68,54,.1);
        }
        .review-single .accordion-header.active h3 {
            border-bottom: 1px solid rgba(222,68,54,.1);
        }
        .review-single .accordion-header.active h3:hover {
            background-color: rgba(222,68,54,.1);
        }
        .review-single .accordion-header.active h3 {
            background-color: #fff;
            border-bottom: 1px solid #ccc;
        }
        .review-single .accordion-header h3 span {
            display: inline-block;
        }
        @media (max-width: 500px) {
            .review-single .accordion-header h3 span em {
                display: block;
            }
            .review-single .accordion-header h3 span {
                line-height: 18px;
            }
        }
        .review-single .accordion-content {
            clear: both;
            display: none;
            padding: 10px 15px 0;
        }
        .review-single .accordion-expanded .accordion-content {
            display: block;
        }
        .review-single .accordion-content .meta {
            margin: 5px 0 10px;
        }  
        .review-single .accordion-content .rating {
            background-repeat: no-repeat;
            color: #de4436;
            font-size: 20px;
            height: 24px;
            margin: 0 0 10px;
        }
        .review-single .in-depth {
            background: #fff;
            border-radius: 4px;
            border: 1px solid #ccc;
            display: flex;
            font-size: 16px;
            font-weight: normal;
            justify-content: center;
            margin-bottom: 20px;
            padding: 10px;
        }
        .review-single .in-depth img {
            height: 24px;
            left: 0;
            margin: 0 5px 0 0;
            position: absolute;
            top: -1px;
            width: auto;
        }
         .review-single .in-depth a {
            color: #000;
            padding-left: 30px;
            position: relative;
            text-decoration: none;
         }
         .review-single .in-depth a:hover {
            text-decoration: underline;
        }
        .review-single .video-container,
        .category .video-container {
            position: relative;
            padding-bottom: 56.25%; /* 16:9 */
            height: 0;
        }
        .review-single .video-container iframe,
        .category .video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
        .review-single .address .box .content,
        .review-single .more-information .box .content {
            clear: both;
            display: block;
            padding: 10px 15px 0;
        }
        @media (max-width: 991px) {
            .review-single .in-depth {
                display: flex;
                padding: 0;
                flex-direction: column;
            }
            .review-single .in-depth a {
                width: 100%;
                border-bottom: 1px solid #ccc;
                padding: 15px 50px;
            }
            .review-single .in-depth a:last-child {
                border-bottom: 0;
            }
            .review-single .in-depth span {
                display: none;
            }
            .review-single .in-depth a img {
                left: 20px;
                top: 15px;
            }
        }
        /*
        3.2.3 Review list
        ==================================================
        */

        .review-list .review-nav {
            border-radius: 4px;
            font-size: 16px;
            list-style-position: inside;
            list-style: none;
            padding: 0;
        }
        .review-nav > li {
            border-bottom: 1px solid #ccc;
            clear: both;
            display: block;
        }
        .review-nav > li:first-child > a {
            text-decoration: none;
        }
        .review-nav > li:last-child {
            border-bottom: 0;
        }
        .review-nav > li > a {
            color: #000;
            display: block;
            font-weight: 400;
            padding: 11px 20px 10px 34px;
            position: relative;
            transition: all .3s ease;
        }
        .review-nav li a:focus {
            outline: none;
        }
        .review-nav > li > a:before,
        .review-nav > li > a.ui-state-active:before,
        .review-nav .children > li > a:before {
            background-position: center center;
            background-repeat: no-repeat;
            content: "";
            display: inline-block;
            transition: all .3s ease; 
        }
        .review-nav > li > a:before,
        .review-nav > li > a.ui-state-active:before {
            height: 24px;
            left: 10px;
            position: absolute;
            top: 10px;
            width: 20px;
        }
        .review-nav > li > a:before,
        .review-nav .children > li > a:before {
            background-image: url(img/icon-location-red.svg);
        }
        .review-nav > li > a.ui-state-active:before {
            background-image: url(img/icon-close.svg);
        }
        .review-nav > li > a:hover,
        .review-nav .children > li > a:hover {
            background-color: rgba(222,68,54,.1);
            text-decoration: none;
        }
        .review-nav .children {
            font-family: arial, sans-serif;
            text-transform: none;   
        }
        .review-nav .children:after {
            clear: both;
            content: "";
            display: table;
        }
        .review-nav .children li {
            border-bottom: 1px solid #ccc;
            font-size: 14px;
        }
        .review-nav .children li:first-child {
            border-top: 1px solid #ccc;
        }
        .review-nav .children li:last-child {
            border-bottom: 0;
        }
        .review-nav .children > li > a:before {
            height: 16px;
            left: 0;
            margin-right: 5px;
            position: relative;
            top: 2px;
            width: 16px;
        }
        .review-nav .children > li > a {
            color: #333;
            display: block;
            padding: 10px 20px 10px 34px;
            transition: all 0.3s ease;
        }
        @media (max-width: 767px) {
            .review-list {
                display: none;
            }
            .review-archive .review-list,
            .page-template-template-landing-page .review-list {
                display: block;
            }
        }
        .city-information {
            background: #fff;
            border-bottom: 1px solid #ccc;
            border-radius: 4px;
            border: 1px solid #ccc;
            margin-bottom: 15px;
            padding: 15px;
        }
        .city-information p:last-child {
            margin-bottom: 0;
        }
        .review-single-row {
            border-bottom: 1px solid #ccc;
            display: block;
            font-size: 16px;
            margin-bottom: 0;
            min-height: 54px;
            padding-bottom: 10px;
            padding-left: 55px;
            padding-top: 10px;
            position: relative;
            transition: all 0.3s ease;
        }
        .review-single-row.bigger {
            padding-left: 160px;
        }
        .review-single-row:hover {
            background-color: rgba(222,68,54, .1);
        }
        .review-single-row > a {
            display: block;
            transition: all 0.2s;
        }
        .review-single-row.bigger > a {
            min-height: 88px
        }
         .review-single-row a:hover {
            text-decoration: none;
         }
        .review-single-row a:hover div.title {
            text-decoration: underline;
        }
        .review-single-row .image {
            border-radius: 4px;
            display: inline-block;
            height: 48px;
            left: 0;
            overflow: hidden;
            position: absolute;
            top: 10px;
            width: 48px;
        }
        .review-single-row.bigger .image {
            height: 88px;
            width: 150px;
        }
        .review-single-row .tag-closed .image {
            background-color: rgb(222,68,54);
            background-image: url("img/closed-3.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
        }
        .review-single-row .tag-closed .image img {
            visibility: hidden;
        }
        .review-single-row .title {
            color: #333;
            display: inline-block;
            font-family: houschka-rounded, sans-serif;
            font-weight: 600;
            margin-right: 0;
            text-transform: uppercase;
        }
        .search .review-single-row .title {
            margin-right: 5px;
        }
        .review-single-row.bigger .title {
            font-weight: bold;
            font-size: 20px;
        }
        .review-single-row.bigger p {
            color: #333;
        }
        .review-single-row .rating {
            background-color: #fff;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: auto 16px;
            border-radius: 24px;
            border: 1px solid #e4dcd1;
            display: inline-block;
            margin: 0 !important;
            padding: 0 10px;
            position: relative;
            top: -1px;
        }
        .review-single-row .rating img {
            display: inline-block;
            height: 16px;
        }
        .review-single-row .rating-no-review {
            background-color: #fff;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: auto 15px;
            border-radius: 24px;
            border: 1px solid #e4dcd1;
            display: inline-block;
            font-size: 12px;
            font-weight: 700;
            height: 24px;
            line-height: 24px;
            margin: 0 !important;
            padding: 0 10px;
            text-transform: uppercase;
        }
        .review-single-row .rating span {
            display: none;
        }
        .review-single-row .date {
            color: #999 !important;
            font-family: arial,sans-serif;
            font-size: 14px !important;
            position: relative;
            text-transform: none !important;
            top: 3px;
        }
        .review-single-row .location:before {
            background-image: url(img/icon-location-red.svg);
            background-position: center center;
            background-repeat: no-repeat;
            content: "";
            display: inline-block;
            height: 16px;
            position: relative;
            top: 3px;
            transition: all .3s ease;
            width: 16px;
        }
        .review-single-row .location {
            color: #999;
            clear: both;
        }
        .review-single-row .location a {
            color: #999;
            font-size: 14px;
        }
        .review-single-row .location a:hover {
            text-decoration: underline;
        }
        @media (max-width: 992px) {
            .review-single-row .title {
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                width: 100%;
            }
            .review-single-row .rating,
            .review-single-row .rating-no-review {
                margin: 0;
                top: -5px;
            }
            .review-single-row .date {
                top: 2px;
            }
        }
        .review-archive .sort {
            border-bottom: 1px solid #ccc;
            color: #333;
            display: block;
            font-size: 16px;
            margin-top: -5px;
        }
        .review-archive .sort .accordion {
            color: #333;
            cursor: pointer;
            display: inline-block;
            margin-bottom: 9px;
            position: relative;
            transition: all .3s ease;
            z-index: 2;
        }
        .review-archive .sort .accordion .accordion-header {
            background-color: #fff;
            border-bottom: 1px solid transparent;
            border-radius: 4px;
            border: 1px solid #ccc;
            display: block;
            height: 40px;
            line-height: 40px;
            padding: 0 15px;
            transition: all .3s ease;
        }
        .review-archive .sort .accordion .accordion-header span {
            padding-left: 27px;
            position: relative;
            white-space: nowrap;
        }
        .review-archive .sort .accordion .accordion-header .img {
            position: absolute;
            top: 0;
            left: 2px;
        } 
        .review-archive .sort .accordion .accordion-header.active {
            border-bottom: 0;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }
        .accordion .img {
            margin-right: 5px;
        }
        .review-archive .sort .accordion .close {
            left:  4px;
            opacity: 0;
            position: absolute;
            transition: all .3s ease;
        }
        .review-archive .sort .accordion .accordion-header.active .close {
            opacity: 1;
        }
        .review-archive .sort .accordion .accordion-header.active .sort-date,
        .review-archive .sort .accordion .accordion-header.active .sort-grade,
        .review-archive .sort .accordion .accordion-header.active .sort-name {
            opacity: 0;
        }
        .review-archive .sort .accordion .accordion-header span,
        .review-archive .sort .accordion .accordion-content a {
            position: relative;
            white-space: nowrap;
        }
        .review-archive .sort .accordion .accordion-header img,
        .review-archive .sort .accordion .accordion-content img {
            border-radius: 0;
            display: inline-block;
            height: 18px;
            left: 0;
            position: absolute;
            top: -1px;
            transition: all .3s ease;
            width: 18px;
        }
        .review-archive .sort .accordion .accordion-content {
            background: #fff;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            border: 1px solid #ccc;
            clear: both;
            display: none;
            left: 0;
            padding: 0;
            position: absolute;
            right: 0;
            top: 39px;
            z-index: 2;
        }
        .review-archive .sort .accordion .accordion-content a {
            border-bottom: 1px solid #ccc;
            color: #333;
            display: block;
            height: 40px;
            line-height: 40px;
            text-decoration: none;
            padding: 0 15px;
        }
        .review-archive .sort .accordion .accordion-content a span {
            position: relative;
            padding-left: 27px;
        }
        .review-archive .sort .accordion .accordion-content a:hover {
            background-color: #fceceb;
            color: #333;
            text-decoration: none;
        }
        .review-archive .sort .accordion .accordion-content a:last-child {
            border-bottom: 0;
        }
        .review-archive .sort .accordion .accordion-header:hover {
            background-color: #fceceb;
        }

    /*
    3.3 Author
    ==================================================
    */

    .author .middle img.avatar {
        border-radius: 50%;
        display: block;
        height: 150px;
        margin: 0 auto 20px;
        width: 150px;
    }
    .author .middle p {
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
    .author .middle ul {
        list-style: none;
        margin-left: 0;
    }
    .author .middle ul li {
        font-size: 16px;
        margin-bottom: 5px;
        padding-left: 28px;
        position: relative;
        text-align: left;
    }
    .author .middle ul li img {
        left: 0;
        position: absolute;
        text-align: center;
        top: 0px;
        width: 20px;
    }
    .author .middle p a,
    .author .middle ul li a {
        text-decoration: underline;
    }
    .author .middle p:last-child,
    .author .middle ul li:last-child {
        margin-bottom: 0;
    }
    @media (max-width: 767px) {
        .author .middle .box {
            padding: 15px 25px;
        }
    }
    .author .middle h1 {
        text-align: center;
    }

    .author-list-new .box img {
        margin-left: auto;
        margin-right: auto;
        max-width: 35%;
    }
    .author-list-new .box {
        padding: 0px;
    }
    .author-list-new .box a {
        display: block;
        padding: 15px;
        position: relative;
        text-decoration: none;
    }
    .author-list-new .box a .overlay {
        background: rgba(0,0,0, 0.5);
        border-radius: 4px;
        bottom: 0;
        display: block;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        transition: opacity 0.5s ease;    
        vertical-align: middle;
        z-index: 1;
    }
    .author-list-new .box a:hover,
    .author-list-new .box a:hover span,
    .author-list-new .box a:hover h4 {
        text-decoration: none;
    }
    .author-list-new .box a:hover .overlay {
         opacity: 1;
    }
    .author-list-new .box a .overlay .hover-text {
        align-items: center;
        bottom: 0;
        color: #fff;
        display: flex;
        font-family: houschka-rounded, sans-serif;
        font-size: 1.3em;
        font-weight: 600;
        justify-content: center;
        left: 0;
        margin-top: 10px;
        position: absolute;
        right: 0;
        text-transform: uppercase;
        top: 0;
        transition: opacity .5s ease, margin .5s ease;
    }
    .author-list-new .box a:hover .overlay .hover-text {
        margin-top: 0px;
    }
    .author-list-new .box .author-name {
        text-align: center;
    }
    .author-list-new .box .author-name h4 {
        border-bottom: 0;
        font-size: 16px;
        margin-bottom: 5px;
        margin-top: 5px;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .author-list-new .box .author-name span {
        color: #8f5e3b;
        font-family: houschka-rounded, sans-serif;
        font-weight: bold;
        text-transform: uppercase;
    }
    .author-list-new .box .author-description {
        display: block;
        min-height: 180px;
    }
    @media (max-width: 1200px) {
        .author-list-new .box .author-description {
            min-height: 220px;
        }
    }
    @media (max-width: 991px) {
        .author-list-new .box .author-description {
            min-height: 150px;
        }
    }
    @media (max-width: 767px) {
        .author-list-new .box img {
            max-width: 100px;
        }
        .author-list-new .box .author-description {
            min-height: auto;
        }
    }
    .author-list-new .box .author-description p,
    .author-list-new .box .author-reviews p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 0;
    }
    .author-reviews {
        border-top: 1px solid #e4dcd1;
        margin-top: 15px;
        padding-top: 15px;  
    }

    /*
    3.4 Press
    ==================================================
    */

    .press.middle .date {
        color: #bbb;
        margin: 0;
        display: block;
        text-transform: uppercase;
    }
    .press.middle ul {
        margin-bottom: 40px;
    }
    .press.middle ul li {
        list-style: none !important;
        margin-bottom: 10px;
    }
    .press .img-responsive {
        margin-bottom: 20px;
    }
    .press.middle ul li.radio a:before {
      content: "\f028";
    }
    .press.middle ul li.tv a:before {
      content: "\f03d";
    }
    .press.middle ul li a:hover {
        text-decoration: none;
    }
    .press.middle ul li a:hover span {
        text-decoration: underline;
    }

    /*
    3.5 List Page Middle
    ==================================================
    */

    .list-page-middle img {
        border-radius: 4px;
    }
    .list-page-middle .row {
        margin-bottom: 20px;
    }
    .list-page-middle article h2 {
        color: #de4436;
        font-size: 1.3em;
        margin-bottom: 0;
        margin-top: 0;
        text-transform: uppercase;
    }
    .list-page-middle a:hover h2 {
        text-decoration: underline;
    }/*
    .list-page-middle a:hover {
        text-decoration: none;
    }
    */
    .list-page-middle .date {
        color: #bbb;
        margin: 0;
        font-size: 1.1em;
        text-transform: uppercase;
    }
    .list-page-middle .alm-listing h3 {
        margin-bottom: 0;
    }
    .list-page-middle div.latest h3 {
        font-size: 1.2em;
        color: #8f5e3b !important;
        margin-bottom: 10px !important;
    }
    .list-page-middle h3 {
        margin-top: 0;
    }
    .alm-btn-wrap {
        text-align: center;
    }
    button.alm-load-more-btn.done {
        display: none;
    }
    button.alm-load-more-btn {
        border: 1px solid #ccc;
        border-radius: 4px;
        background-color: #fff;
        background-image: url("img/loading.gif");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 70%;
        margin: 0 auto 14px;
        height: 40px;
        text-indent: -9999px;
        width: 40px;
    }
    .review-link-big a.tag-stangt .overlay {
        background-color: #fef5e9;
        background-image: url("img/closed-2.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0.7;
    }
    .review-link-big a.tag-stangt .overlay .hover-text {
        opacity: 0;
    }
    .review-link-big a.tag-stangt:hover .overlay {
        opacity: 1;
        background-color: rgba(0,0,0,.5);
        background-image: none;
    }
    .review-link-big a.tag-stangt:hover .overlay .hover-text {
        opacity: 1;
    }
    
    /*
    3.6 About
    ==================================================
    */

    article .author-list img {
        border-radius: 50%;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
    }
    article .author-list h4 {
        font-size: 1em;
        text-align: center;
        margin-bottom: 2px;
        padding-bottom: 0px;
        margin-top: 10px;
        border-bottom: 0;
    }
    .page-template-template-english article .author-list h4  {
        margin-bottom: 20px;
    }
    .page-template-template-english article .author-list .author-name {
        min-height: auto;
    }
    .page-template-template-english article .author-list .author-name {
        min-height: auto;
    }
    article .author-list a:hover {
        text-decoration: none;
    }
    article .author-list a:hover h4 {
        text-decoration: underline;
    }
    article .author-list span:before {
        color: #000;
        line-height: 1.3em;
        margin-bottom: 15px;
        text-align: center;
        font-size: 0.9em;
        display: block;
        text-transform: uppercase;
    }
    article .author-list a:focus span {
        border-bottom: #000;
    }
    article .author-list .author-name {
        display: block;
        min-height: 50px;
    }
    @media (max-width: 767px) {
        article .author-list .author-name {
            font-size: 0.85em;
            min-height: 60px;
        }
    }
    article .author-list .user-1 span:before {
        content: "Sociala medier- \0026 webbredaktör";
    }
    article .author-list .user-2 span:before {
        content: "Chefredaktör";
    }
    article .author-list .user-3 span:before {
        content: "Bildredaktör";
    }
    article .author-list .user-4 span:before {
        content: "Hedersmedlem";
    }
    article .author-list .user-5 span:before {
        content: "Redaktör";
    }
    article .author-list .user-6 span:before,
    article .author-list .user-7 span:before,
    article .author-list .user-8 span:before,
    article .author-list .user-9 span:before {
        content: "Skribent";
    }
    article .author-list .user-11 span:before {
        content: "Gästskribent";
    }
    article .author-list .user-4,
    article .author-list .user-5,
    article .author-list .user-6,
    article .author-list .user-7,
    article .author-list .user-8,
    article .author-list .user-10  
     {
        display: none;
    }

    /*
    3.7 Toplist
    ==================================================
    */

    .toplist-headline span,
    .toplist-headline span a {
        text-transform: none;
        font-family: arial, sans-serif;
        font-size: 14px;
    }
    .container.toplist h3.toplist-headline {
        display: none;
    }
    .container.toplist h1 {
        margin-bottom:  2px;
    }
    .container.toplist h3.introduction {
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .container.toplist iframe {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .toplist.highest-grade,
    .toplist.international,
    .toplist.sweden,
    .toplist .toplist {
        background-size: 18px;
        background-repeat: no-repeat;
        background-position: center 13px;
        padding-top: 35px;
        overflow: hidden;
    }
    .page-template-template-toplist .container.toplist {
        padding-top: 15px;
    }
    .toplist h4 {
        text-align: center;
        font-weight: bold;
        overflow: visible;
    }
    .toplist img.icon {
        display: block;
        margin-bottom: 5px;
        margin-left: auto;
        margin-right: auto;
        width: 36px;
    }
    .toplist.highest-grade {
        background-image: url("img/flag-international.svg");
    }
    .toplist.international {
        background-image: url("img/globe.png");
    }
    .toplist.sweden,
    .toplist ol.flag li.se a {
        background-image: url("img/se.png");
    }
    .toplist.france,
    .toplist ol.flag li.fr a {
        background-image: url("img/fr.png");
    }
    .toplist.united-arab-emirates,
    .toplist ol.flag li.ae a {
        background-image: url("img/ae.png");
    }
    .toplist.usa,
    .toplist ol.flag li.us a {
        background-image: url("img/us.png");
    }
    .toplist.brazil,
    .toplist ol.flag li.br a {
        background-image: url("img/br.png");
    }
    .toplist.uk,
    .toplist ol.flag li.uk a {
        background-image: url("img/uk.png");
    }
    .toplist.japan,
    .toplist ol.flag li.jp a {
        background-image: url("img/jp.png");
    }
    .toplist.germany,
    .toplist ol.flag li.de a {
        background-image: url("img/de.png");
    }
    .toplist.denmark,
    .toplist ol.flag li.dk a {
        background-image: url("img/dk.png");
    }
    .toplist.spain,
    .toplist ol.flag li.es a {
        background-image: url("img/flag-es.png");
    }
    .toplist.brazil,
    .toplist ol.flag li.br a {
        background-image: url("img/flag-br.png");
    }
    .toplist ol.flag li a {
        background-position: 0px 1px;
        background-repeat: no-repeat;
        background-size: 18px;
        display: block;
        padding-left: 21px;
    }
     @media (max-width: 767px) {
        .toplist.box ol li a {
            margin-bottom: 10px;
        }
    }
    .box.toplist li {
        font-size: 1em;
    }
    .box.toplist li a {
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .container.toplist-new .toplist-new {
        padding: 0;
    }
    .container.toplist-new .toplist-new .toplist-header {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 4px;
        color: #fff;
        display: block;
        height: 150px;
        line-height: 150px;
        position: relative;
        text-align: center;
        transition: all 0.3s ease;
        cursor: pointer;
    }
    .container.toplist-new .toplist-new h4 {
        background: rgba(0, 0, 0, 0.3);
        border-radius: 3px;
        bottom: 0;
        color: #fff;
        display: inline-block;
        font-size: 28px;
        left: 0;
        line-height: 150px;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: all 0.3s ease;
        cursor: pointer;
    }
    .container.toplist-new .toplist-new .toplist-header:hover h4, 
    .container.toplist-new .toplist-new h4:hover {
        background: rgba(0, 0, 0, 0.5);
     }
    .container.toplist-new .toplist-new .toplist-header.active,
    .container.toplist-new .toplist-new .toplist-header.active h4 {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .container.toplist-new .toplist-new .toplist-list {
        padding: 20px 20px 10px 20px;
        display: none;
    }
    .container.toplist-new .toplist-new .toplist-list img {
        display: block;
        margin-bottom: 10px;
        margin: 0 auto 10px;
        width: 36px;
    } 
    .container.toplist-new .toplist-new .toplist-list p {
        font-size: 18px;
    }
    .container.toplist-new .toplist-new .toplist-list ol,
    .container.toplist-new .toplist-new .toplist-list li {
        list-style: none;
    }
    .container.toplist-new .toplist-new .toplist-list ol {
        margin: 0;
    }
    .container.toplist-new .toplist-new .toplist-list li {
        align-items: center;
        border-radius: 40px;
        display: flex;
        font-size: 18px;
        margin-bottom: 10px;
        transition: all .3s ease;
    }
    .container.toplist-new .toplist-new .toplist-list li:hover {
        background-color: rgba(222,68,54,.1);
    }
    .container.toplist-new .toplist-new .toplist-list li a {
        color: #000;
        display: inline-block;
        /*flex-grow: 1;*/
        font-weight: 700;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .container.toplist-new .toplist-new .toplist-list li a:hover {
    }
    .container.toplist-new .toplist-new .toplist-list li .number {
        background-color: #333;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        flex-shrink: 0;
        font-size: 20px;
        height: 40px;
        line-height: 40px;
        margin-right: 10px;
        text-align: center;
        width: 40px;
    }

    /*
    3.8 Map
    ==================================================
    */

    .map {
        text-align: center;
    }
    .map img {
        display: block;
        margin: 0 auto 40px;
        max-width: 150px;
    }
    .map .spinner {
        margin: 0 auto 20px;
        width: 70px;
        text-align: center;
    }
    .map .alert {
        display: inline-block;
        margin-top: 16px;
        font-weight: 600;
    }
    .map .alert:hover {
        text-decoration: underline;
    }
    .map .alert i {
        display: inline-block;
        position: relative;
        margin-right: 5px;
        top: 2px;
    }
    .map .spinner > div {
      width: 18px;
      height: 18px;
      background-color: #8f5e3b;
      border-radius: 100%;
      display: inline-block;
      -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
      animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }
    .map .spinner .bounce1 {
      -webkit-animation-delay: -0.32s;
      animation-delay: -0.32s;
    }
    .map .spinner .bounce2 {
      -webkit-animation-delay: -0.16s;
      animation-delay: -0.16s;
    }
    @-webkit-keyframes sk-bouncedelay {
      0%, 80%, 100% { -webkit-transform: scale(0) }
      40% { -webkit-transform: scale(1.0) }
    }
    @keyframes sk-bouncedelay {
      0%, 80%, 100% { 
        -webkit-transform: scale(0);
        transform: scale(0);
      } 40% { 
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
      }
    }

    /*
    3.9 Impossible Burger
    ==================================================
    */

    .impossible .content img {
        border-radius: 4px;
        max-width: 100% !important;
        height: auto !important;
    }
    .impossible .header img {
        width: 150px;
        margin-bottom: 10px;
    } 
    .impossible header p {
        font-family: houschka-rounded, sans-serif;
        margin-bottom: 15px;
    }
    .impossible h1 {
        border-bottom: 1px solid #ccc;
        font-size: 4rem;
        font-weight: bold;
        margin: 0 0 34px 0;
        padding-bottom: 20px;
    }
    .impossible .footer {
        border-top: 1px solid #ccc;
        padding-top: 40px;
        text-align: center;
    }
    .impossible .footer div.social a {
        font-size: 28px;
        margin: 0 5px;
    }
    .impossible .footer div.social a:hover,
    .impossible .footer div.social a:focus {
        color: #68318c;
    }
    .impossible .footer .logo {
        margin: 40px auto 10px;
        max-width: 100px;
    }
    .impossible .footer .note {
        margin-bottom: 40px;
    }

    /*
    3.10 Patreon
    ==================================================
    */

    .container.patreon .image {
        margin-bottom: 20px;
    }
    .container.patreon h3.sub {
        display: block;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    @media (max-width: 767px) {
        .container.patreon h3.sub.margin-top {
            margin-top: 30px;
        }
    }
    .container.patreon h1 {
        margin-bottom: 0;
    }
    .patreon-lists article li {
        float: left;
        display: inline-block;
        padding-right: 10px;
        line-height: 30px;
        font-size: 16px;
    }
    .patreon-lists.main article li {
         font-weight: bold;
    }
    .patreon-lists .box:after {
        content: "";
        display: table;
        clear: both;
    }

    /*
    3.10 Press
    ==================================================
    */

    .container.press .image {
        margin-bottom: 20px;
    }
    .container.press .image img {
        border-radius: 4px;
    }
    .container.press h4.sub {
        display: block;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 15px;
    }
    .press-lists {
         font-size: 16px;
         line-height: 30px;
    }
    .press-lists p {
        margin-bottom: 0;
    }
    .press-lists .box:after {
        content: "";
        display: table;
        clear: both;
    }
    .container.press .press-columns {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .container.press .press-columns.quick-facts h2 {
        margin-bottom: 30px;
        margin-top: 10px;
    }
    .container.press .press-columns.quick-facts .number {
        color: #8f5e3b;
        font-size: 16px;
        text-align: center;
    }
    .container.press .press-columns.quick-facts .number p {
        font-weight: bold;
        margin-bottom: 0; 
        text-transform: uppercase;
        padding: 20px 0;
    }

    /*
    3.12 Search page
    ==================================================
    */

    .search-page .no-result .row {
        margin-bottom: 10px;
    }
    .search-page .no-result #s {
        width: 100% !important;
    }
    .search-page .no-result .box ul {
        margin-bottom: 0px;
    }
    .search-page .no-result .search {
        margin-bottom: 10px;
    }
    .search-page .no-result .search-wrap {
        background: #fce9cf;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 15px;
    }
    .search-page .no-result p {
        margin-bottom: 10px;
    }
    .search-page .no-result .search-wrap p {
        font-style: italic;
        margin-bottom: 10px;
    }
    .search-page .no-result .search-wrap select {
        background: #fff;
        border-radius: 4px;
        border: 1px solid #ccc;
        color: #333;
        font-size: 16px;
        height: 50px;
        margin-left: auto;
        margin-right: 10px;
        padding: 6px 12px;
        position: relative;
        text-align: left;
        text-decoration: none;
        text-transform: none;
        width: 100%;
    }
    .search-page .box li a {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 98%;
    }
    .search-page .latest .box h3 {
        color: #000 !important;
    }

    /*
    3.13 Stötta burgarsverige
    ==================================================
    */

    .stotta-burgarsverige input[type=text] {
        height: 40px;
    }
    .stotta-burgarsverige textarea {
        height: 100px;
    }
    .stotta-burgarsverige #searchsubmit, .wpcf7-submit {
        height: 40px;
        line-height: 40px;
        padding: 0 12px;
    }
    .stotta-burgarsverige .wpcf7-form h3 {
        color: #333;
        font-family: arial, sans-serif;
        font-size: 1.2em;
        font-weight: bold;
        line-height: 1.5em;
        margin-bottom: 5px;
        text-transform: unset;
        margin-top: 0;
    }

    /*
    3.14 Contact
    ==================================================
    */

    .contact h1 {
        margin-bottom: 0;
    }
    .wpcf7 .col-xs-12 {
        padding-bottom: 15px;
    }
    .wpcf7 strong {
        display: inline-block;
        font-size: 16px;
        margin-bottom: 5px;
        text-transform: uppercase;
    }
    .wpcf7 .wpcf7-response-output {
        margin: 15px 0 0 0;
    }
    .box.border.form {
        background: #fddaae;
        border: 1px solid #d6b48b;
        padding-bottom: 0;
        overflow: hidden;
    }

    /*
    3.15 Collabs
    ==================================================
    */

    .collabs .collab-list {
        margin-bottom: 20px;
    }
    .collabs .box p {
        margin-bottom: 0;
    }

    /*
    3.16 Cookie Banner
    ==================================================
    */

    #cookie-notice .cn-button {
        background-color: #de4436;
        border-radius: 4px;
        color: #fff;
        font-family: houschka-rounded, sans-serif;
        font-weight: 600;
        height: 30px;
        display: inline-block;
        line-height: 30px;
        padding: 0 15px;
        text-transform: uppercase;
        transition: background-color 0.3s ease;
    }
    #cookie-notice .cn-close-icon {
        transition: all 0.3s ease;
    }
    #cookie-notice .cn-button:hover {
        background-color: #c43c2f;
        text-decoration: none;
    }

/*
4.0 Footer
==================================================
*/

footer {
    background-color: #fddaae;
    border-top: 1px solid #d4b48b !important;
}
footer .container {
    padding: 0 !important;
}
footer #navbar-footer .navbar-nav {
    display: block;
    float: none;
    margin: 0;
    padding: 15px 0 !important;
}
footer .navbar-nav > li > a {
    border-radius: 4px;
    color: #000;
    display: inline-block;
    font-family: arial, sans-serif !important;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    margin: 0 10px;
    padding: 0 10px;
    transition: background-color 0.3s ease;
}
@media (max-width: 1200px) {
    footer .navbar-nav > li > a {
        margin: 0 5px;
    }
}
@media (max-width: 992px) {
    footer .navbar-nav > li > a {
        margin: 0 5px 5px;
    }
}
footer .navbar-nav > li > a:hover,
footer .navbar-nav > li > a:focus,
footer .navbar-nav > li.current_page_item > a,
body.home footer .navbar-nav > li.home > a,
body.page-id-3207 footer .navbar-nav > li.current-page-item-3207 > a {
    background-color: #fde5c6;
    color: #000;
}
@media (max-width: 767px) {
    footer #navbar-footer .navbar-nav {
        display: block !important;
        text-align: center;
        padding-bottom: 5px !important;
    }
}
footer img {
    display: block;
    height: 25px;
    transition: all 0.3s ease;
}
footer img:hover {
    transform: translate3d(0, -5px, 0);
}
@media (min-width: 768px) {
    footer img {
        position: absolute;
        top: 20px;
        right: 15px;
    }
}
@media (max-width: 767px) {
    footer img {
        margin: 0 auto 20px;
    }
}
.new-footer {
    padding: 25px 0;
}
.new-footer .container {
    padding: 0 15px !important;
}
.new-footer a.navbar-logotype {
    top: 0;
    margin-bottom: 20px;
}
.new-footer .container ul {
    margin-bottom: 20px;
}
.new-footer .container ul li {
    padding: 3px 0;
}
.new-footer .container ul li a,
.new-footer .container .copyright a  {
    font-size: 14px;
    color: #000;
    text-decoration: underline;
}
.new-footer .container ul li a:hover,
.new-footer .container .copyright a:hover  { 
    color: #de4436;
}
.new-footer .list h4 {
    margin-top: 0;
}
.new-footer .copyright {
    padding-top: 20px;
}
.new-footer .copyright p {
    float: right;
    font-style: italic;
}
@media (max-width: 991px) {
    .new-footer .copyright a {
        display: block;
        margin-bottom: 5px;
    }
    .new-footer .copyright span {
        display: none;
    }
    .new-footer .copyright p {
        display: block;
        float: none !important;
        text-align: center;
    }
}
@media (max-width: 520px) {
    .new-footer .container ul {
        margin-bottom: 30px;
    }
}

/*
5.0 New Landing Page
==================================================
*/

.new-top {
    margin: 0;
    padding: 0;
    background-image: url(https://www.burgerdudes.se/wp-content/themes/Burgerdudes-2/img/dudes-introduction.jpg);
    background-position-x: center;
    background-size: cover;
}
.home .navbar {
    margin-bottom: 0;
}
.dudes-introduction {
    background: none;
    color: #fff;
    margin-bottom: 14px;
    padding: 50px;
    position: relative;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.dudes-introduction h1 { 
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
}
.dudes-introduction h2 { 
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
.dudes-introduction p {
    font-size: 18px;
}
.dudes-introduction .inner {
    width: 100%;
    margin: 0 auto;
}
@media (max-width: 991px) {
    .dudes-introduction {
        padding: 30px 0 50px 0;
    }
    .dudes-introduction .inner {
        width: 100%;
    }
}
.dudes-introduction .inner span {
    bottom: 20px;
    position: absolute;
    right: 20px;
}
@media (max-width: 991px) {
    .dudes-introduction .inner span {
        left: 20px;
    }
}
.mentions {
    margin-bottom: 0px;
}
.mentions img {
    max-width: 100%;
}
.quotes {
    margin-bottom: 0px;
}
.quotes .box {
    /*background-image: url(https://www.burgerdudes.se/wp-content/themes/Burgerdudes-2/img/quote.png?v=8);*/
    background-position: 10px 10px;
    background-repeat: no-repeat;
    background-size: 10%;
    min-height: 150px;
    padding: 15px;
    position: relative;
    text-align: center;
}
.quotes .box p {
    font-size: 16px;
    font-weight: bold;
}
.quotes .box span {
    bottom: 10px;
    color: #999;
    position: absolute;
    right: 0;
    left: 0;
}
@media (max-width: 1200px) {
    .quotes .box {
        background-size: 5%;
        min-height: 190px;
        padding-bottom: 40px;
    }
    .quotes .box p {
        margin-bottom: 0;
    }
    .quotes .box span {
        display: block;
        text-align: center;
        width: 100%;
    }
}
@media (max-width: 991px) {
    .quotes .box {
        min-height: 150px;
    }
}
@media (max-width: 767px) {
    .quotes .box {
        background-position: 15px 10px;
        background-size: 4%;
        min-height: auto;
        padding-bottom: 40px;
    }
    .quotes .box span {
        bottom: 15px;
    }
}
.counter {
    padding: 40px;
}
.counter img {
    max-width:410px;
    margin-bottom:20px;
}
@media (max-width: 540px) {
    .counter {
        padding: 20px;
    }
    .counter img {
        max-width: 100%;
    }
}

/*
6.0 New Footer
==================================================
*/

footer img.footer-logo {
    display: block;
    transition: 0.3s all ease;
    width: 130px !important;
    height: auto !important;
    position: relative !important;
    top: 0 !important;
    margin-top:30px;
    margin: 30px auto 20px;
}
footer p.leading {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 520px;
    text-align: center;
}
footer .social {
    margin-bottom: 30px;
    text-align: center;
}
footer p.leading > a {
    color: #000;
    font-weight: bold;
    transition: .1s all ease;
    text-decoration: none;
}
footer p.leading > a:hover {
    text-decoration: underline;
}
footer .social a {
    background: #000;
    border-radius: 60px;
    display: inline-block;
    font-size: 0;
    height: 60px;
    line-height: 60px;
    margin: 5px;
    padding: 0;
    text-align: center;
    transition: .3s all ease;
    width: 60px;
}
footer .social a img {
    display: inline-block;
    height: 40px;
    margin: 0;
    padding: 0;
    width: 40px;
    position: relative !important;
    top: 0 !important;
    left: auto !important;
    right: auto !important;
}
footer .social a:hover,
footer .previous-lists a:hover  {
    transform: translate3d(0, -5px, 0);
}
footer .social a img:hover {
    transform: translate3d(0,0,0) !important;
}
footer p.social-headline,
footer .previous-lists p.headline {
    border-top: 1px solid #000;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 520px;
    padding-bottom: 10px;
    padding-top: 30px;
    text-align: center;
}
@media (max-width: 992px) {
    footer .social a {
        border-radius: 70px;
        height: 70px;
        line-height: 70px;
        margin: 10px;
        width: 70px;
    }
    footer .social a img {
        height: 40px;
        width: 40px;
    }
}