/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

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

.variations label {    
    font-family: "Lato", sans-serif;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: 700;
    font-size: 1.15em;
    color: #555;
    width: 100%;
    margin-top: 0;
    margin-bottom: .5em;
    text-rendering: optimizeSpeed;
    box-sizing: content-box;    
}

.woocommerce-variation-price {
    border-top: none;
    padding: 0;
}

h3.addon-name { 
    width: auto; 
    display: inline-block;
    float: left;
    clear: none;
    text-align: right;
    font-size: 1.10em;
}

p.form-row-wide {
    float: right;
    clear: none;
}

select.addon-select { 
    width: auto;
    min-width: 0;
    margin-bottom: 0px; 
}

td.label {
    font-size: 1em;
}

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


}
p.logo-tagline{
    font-size: .8em;
}