/*
Theme Name: Hanen
Theme URI: http://www.hanen.no
Version: 1.0
Description: Builder theme for Hanen.no
Author: S&L
Author URI: http://www.strandlund.no
template: bb-theme
*/

/* Add your custom styles here... */

.uabb-blog-posts .uabb-post-thumbnail img {
  border-radius: 15px !important;
}

.ikon {
  position: relative;
}

.ikon a {
    border: none !important;
    padding: 30px 0 !important;
}


/* Ikon som stikker opp */
.ikon::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background-color: #edf3f7;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35px;
    z-index: 2;
}


.ikon.aktiviteter::before {
    background-image: url(/wp-content/themes/hanen/assets/img/Ikon__Opplevelser.svg);
}

.ikon.overnatting::before {
    background-image: url(/wp-content/themes/hanen/assets/img/Ikon__Overnatting.svg);
}

.ikon.matogdrikke::before {
    background-image: url(/wp-content/themes/hanen/assets/img/Ikon__Mat_drikke.svg);
}

.ikon.gardsbutikker::before {
    background-image: url(/wp-content/themes/hanen/assets/img/Ikon__Gardsbutikk.svg);
}

.ikon.servering::before {
    background-image: url(/wp-content/themes/hanen/assets/img/Ikon__Servering.svg);
}

.ikon.moter::before {
    background-image: url(/wp-content/themes/hanen/assets/img/Ikon__Konferanser.svg);
}
