a {
    color: #0090bf;
}

.page-content p, .page-content ul{
	margin-bottom:1.5rem;
}

.site-header {
    background: #ffffffd1;
}
.site-logo img {
    width: 100px;
}

.woocommerce div.product {
    margin-top: 30px;
}

/*.site-header:not(.header-stacked) .header-inner .site-navigation {
    max-width: 30%;
}*/

.header-inner .site-navigation-left {
    justify-content: flex-start;
}
.site-navigation ul.menu li a {
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #283544;
}

.site-navigation-dropdown ul {
    margin-left: 25px;
}

.site-header.fixed-top {
    position: fixed;
    top: auto;
    right: 0;
    left: 0;
    z-index: 1030;
}

.woocommerce-product-details__short-description{
	clear:both;
}

.sndude-dude-wrap-circle3 .sndude-dude-box-jobtitle-inner {
    margin: auto;
    margin-top: -80px;
    display: flex;
    width: 100px;
    height: 100px;
    /* padding-top: 40px; */
    background: #ffffffb8;
    border-radius: 50%;
    border: 3px dotted #00000033;
    color: #540808;
    vertical-align: middle;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.sndude-dude-wrap-circle3 .sndude-dude-box-title {
    font-size: 100%;
    /* display: block; */
    text-transform: uppercase;
    font-weight: bold;
    /* text-decoration: underline; */
    padding: 20px 0;
    /* border-left: 10px solid #550080; */
    background: #f1f1f1;
    min-height: 56px;
    vertical-align: middle;
}

.sndude-dude-wrap-circle3 .sndude-dude-box4 {
    background: #f3f3f3;
    padding: 10px;
    border: 1px solid #c7c7c7;
    border-radius: 10px;
}


/*foto frame*/

.sndude-dude-wrap-photoframe .sndude-dude-box {
    padding: 15px;
    margin: -5px;
    text-align: center;
}

.my-dude-frame {
    position: relative;
    width: calc(100% - 10px);
    padding-bottom: calc(100% - 10px);
    background: white;
    box-shadow: 1px 1px 10px #00000073;
    border: 5px solid white;
    height: 200px;
}

.my-dude-border {
    position: absolute;
    background: #ffffff;
    box-shadow: 1px 1px 7px #0000006e inset;
    width: 100%;
    height: 100%;
}

.my-dude-image {
    background-size: cover;
    background-position: center center;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    margin: 20px;
    box-shadow: 0px 0px 7px #00000078 inset;
}

.my-dude-image img {
    width: 100%;
}

.my-dude-frame-name {
    position: relative;
    display: inline-block;
    bottom: 30px;
    z-index: 99999999;
    background: white;
    padding: 5px 18px;
    max-width: 80%;
    border: 2px solid #c7c7c7;
    box-shadow: 1px 1px 5px #00000040;
    text-transform: uppercase;
    font-weight: bold;
}


/* This container is needed to position the front and back side */

.custom-dude-flip-card {
    position: relative;
    width: 100%;
    height: 300px;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}


/* Do an horizontal flip when you move the mouse over the flip box container */

.sndude-dude-wrap-flippin .sndude-dude-box:hover .custom-dude-flip-card {
    transform: rotateY(180deg);
}


/* Position the front and back side */

.custom-dude-flip-card-front,
.custom-dude-flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    align-content: space-between;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    padding: 20px;
}

.custom-dude-flip-card .sndude-dude-box-jobtitle-inner {
    background-color: #ffb713;
}

.custom-dude-flip-card-front {
    background-color: #bbb;
    color: black;
    background-size: cover;
    background-position: center center;
}

.custom-dude-flip-card-front h3 {
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.custom-dude-flip-card-back {
    background-color: #ffb713;
    color: white;
    transform: rotateY(180deg);
    justify-content: center;
    cursor: pointer;
}

.custom-dude-flip-card .custom-dude-flip-card-back .sndude-dude-box-jobtitle-inner {
    background-color: #fff;
    color: #ffb713;
}

.custom-dude-flip-card-back h3 {
    color: black;
}

.custom-dude-flip-card-contact a {
    color: white;
}
/**
* Snapping
*/

.sndude-dude-wrap-snapping {
    display: inline-block;
    height: calc(100vh - 125px);
    margin: 0 auto;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
}

.sndude-dude-wrap-snapping .sndude-dude-box {
    scroll-snap-align: center;
    height: 100%;
}

.custom-dude-snapping {
    height: 100%;
}

.custom-dude-snapping-inner {
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.custom-dude-snapping-content {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 35px;
    align-content: flex-end;
}

.custom-dude-snapping-content h3 {
    color: rgb(0 0 0);
    margin-bottom: 5px;
}

.custom-dude-snapping-infobox {
    background-color: #ffffffb5;
    padding: 0px 34px 10px;
    border-radius: 35px 0 0 35px;
    text-align: right;
}

.sndude-dude-wrap-snapping .sndude-dude-box-jobtitle-inner {
    background-color: #a504bd;
}


.hamburger-menu {
    /* display: none; */
}

.hamburger-menu span{
    background-color: #000;
    width: 30px;
    height: 3px;
    display: block;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
}

.snillrik-mobile-menu-content-wrap{
    position: fixed;
    left: 100vw;
    height: 100vh;
    top: 0;
    transition: all 0.3s ease-in-out;
	z-index: 10000;
}

.snillrik-mobile-menu-content-wrap.open{
    left: 0vw;
    transition: all 0.3s ease-in-out;
}

.snillrik-mobile-menu-content {
    height: 100%;
    width: 100vw;
    background: rgba(255,255,255,.9);
    display: flex;
    align-content: center;
    align-items: center;
    overflow-x: scroll;
    padding: 20px 10px;
    justify-content: center;
}

.snillrik-mobile-menu-content-close{
    position: absolute;
    top: 10px;
    margin-top: 15px;
    right: 10px;
    padding: 3px 10px;
    color: #000;
    cursor: pointer;
    background: white;
    z-index: 1000;
}

@media (min-width: 768px) {
    .snillrik-mobile-menu-content-wrap{
        display: none;
    }
    .hamburger-menu {
        display: none;
    }
}

@media (max-width: 768px){
    .menu-main-menu-container {
        display: none;
    }
}