/*
Theme Name: Flatsome Child Theme
Theme URI: http://flatsome.uxthemes.com/
Description: This is a child theme for Flatsome
Author: UX Themes
Author URI: http: //www.uxthemes.com/
Template: flatsome
Version: 2.5
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/** Ubermenu **/

.ubermenu-submenu .ubermenu-item .ubermenu-target-description {
    display: none;
}


/** Flatsome **/
b, strong {
}

.html.custom.html_topbar_left > a {
    font-size: 1.1em !important;
    padding: 0 !important;
}
.box-category .count {
    display: none;
}
.header-search-form-wrapper .button.submit-button {
    background: #d26e4b;
}
.header-search-form-wrapper .button.submit-button:hover {
    background: #a8583c;
}
.header-search-form {
    padding-left: 90px !important;
}
.first_help {
    margin-top: 12px;
}
.payment-icons {
    display: none;
}

#footer h3.widget-title {
    font-size: 0.9em;
}

#footer #black-studio-tinymce-2 .fa-li {
    position: absolute;
    left: 0;
    width: auto;
    top: .14285714em;
    text-align: center;
}
#footer #black-studio-tinymce-2 li {
    padding: 0 0 0 20px;
}
.add_to_cart_button {
    font-weight: normal;
    margin: 15px 0 !important;
    width: 100%;
font-size: 0.91em;
}
.footer-widgets .is-divider {
    width: 100%;
}

ul.menu > li > a, ul.menu > li > span:first-child, .widget > ul > li > a, .widget > ul > li > span:first-child {
    padding: 0 0 3px;
}


.product-small .col-inner {
    border: 1px solid #eeeeee;
    padding: 8px;
background: #fff;
}

.title-wrapper .category {
    border-bottom: 1px solid #ccc;
    margin: 0 0 5px;
    padding: 8px 0 8px;

}

.product-small .box-text {
    padding-bottom: 0.5em;
}
ul {
    list-style: inside none disc;
}

/** Datum på nyheter **/
.badge.post-date {
    top: 7%;
    display: none;
}
.posted-on {
    display: none;
}
.byline {
    display: none;
}

/** Woocommerce **/

ul.dashboard-links .menu {
    display: none;
}
/** YouTube embed **/
iframe {
    max-height: 400px !important;
}
/** ALV **/

#wcvat-toggle {
    background-color: #555;
    color: #fff;
    display: inline-block;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400 !important;
    left: 0;
    line-height: 1;
    opacity: 0.8;
    padding: 10px;
    position: fixed;
    text-align: right;
    top: 45%;
    width: auto;
    z-index: 100;
}

#wcvat-toggle.on {
    background-color: #264014 !important;
}

#wcvat-toggle span {
    font-family: Open Sans,helvetica,arial,sans-serif;
}
.tax-rate-alv-1 th {
text-transform: uppercase;
}

#billing_vat_number_field {
    margin-bottom: 25px;
}

#billing_vat_number_field::after {
	content: "Husk at udfylde kendingsbogstaverne for dit land foran cifrene i dit CVR-nummer. For eksempel DK12345678. Der må ikke være mellemrum mellem bogstaver og tal.";
	font-size:14px;
	line-height: 20px;
	display: block;
}

.product-summary .woocommerce-Price-currencySymbol {
    font-size: inherit;
    vertical-align: inherit;
    display: inline-block;
    margin-top: .05em;
}

.product-info p.stock {
    margin-bottom: 1em;
    line-height: 1.3;
    font-size: 1em;
    font-weight: normal;
}

.product-info .price {
    font-size: 1.5em;
    font-weight: normal;
}

/*** Ninja form ***/
input[type="submit"], input[type="reset"], input[type="button"] {
  border: 1px solid #ccc;
}

.offert li .ninja-forms-field.nf-element {
    height: auto;
}

.offert .nf-field-element li {
    float: left;
    min-width: 33%;
}

.offert .nf-field-element li label {
    font-weight: normal;
}

.offert .nf-form-fields-required {
    margin: 0 0 15px;
}
.offert .nf-field-element textarea {
    height: 100px;
}

/** Utbildningar - safeaid.se **/
#menu-utbildningar a {
    font-size: 16px;
    margin: 4px 0;
}
#menu-utbildningar ul.sub-menu  a {
    font-size: 15px;
    margin: 2px 0;
}
.sub-menu {
    display: block !important;
}
#menu-utbildningar .toggle {
    display: none;
}

@media only screen and (max-width: 50em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

#flatsome-uber-menu {
display: none;
}

}

@media only screen and (max-width: 53em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

/*** Hide left col on mobile ****/
.large-3.col.col-border {
    display: none;
}

.offert .nf-field-element li {
    min-width: 100%;
}
}


