﻿/*
Theme Name: Sjuntorp
Description: This is a child theme for Flatsome Theme
Author: Stampen Media
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.woocommerce-ordering {
    display: none;
}

.code, .ba_map_holder {
    margin: 0;
    padding: 0;
}

.mystickyelements-custom-html {
    border-radius: 0 !important;
}

span.mystickyelements-social-icon, .mystickyelements-fixed ul li {
    width: 200px !important;
}

    span.mystickyelements-social-icon i:after {
        content: 'Kontakta SÃ¤ljavdelningen';
        font-family: "Lato";
        font-size: 14px;
        margin-left: 10px;
    }

.wqoecf-pop-up-box div.wpcf7 > form > p input[type="submit"] {
    background: rgb(233, 115, 32) !important;
    padding: 6px 12px;
    border-radius: 3px;
}

.wqoecf-pop-up-box div.wpcf7 > form > p input, .wqoecf-pop-up-box div.wpcf7 > form > p textarea {
    padding: 10px;
    border-bottom: none !important;
}

.globe-dropdown {
    position: relative;
}

    .globe-dropdown img {
        max-width: 1.5em;
        margin: 10px;
    }

.globe-dropdown--menu {
    opacity: 0;
    position: absolute;
    background: #fff;
    right: 10px;
    visibility: hidden;
    min-width: 250px;
}

    .globe-dropdown--menu p {
        color: #222;
        padding: 20px;
    }

.globe-dropdown:hover .globe-dropdown--menu {
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/

}

@media only screen and (max-width: 1024px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .mystickyelements-social-icon {
        display: none !important;
    }
}
