/*

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.2

*/

@import url("../flatsome/css/foundation.css?v=2.2");

/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/


/** Woocommerce cart */

.cart-sidebar .checkout-button {
    width: 100%;
}

.cart-sidebar .paypal-express-checkout-button {
    width: 100%;
    float: left;
    text-align: center;
}

.cart-sidebar .paypal-express-checkout-button img {
    float: none !important;
}


/** Woocommerce checkout */

.woocommerce-checkout .product-name .button {
    margin-bottom: 15px;
}

.woocommerce-checkout .product-name .download-notice {
    margin-bottom: 15px;
}


/** end WooCommerce edits */

#top-bar {
    background-color: #be226b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ec0a74), to(#be226b));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #ec0a74, #be226b);
    /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(top, #ec0a74, #be226b);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #ec0a74, #be226b);
    /* IE10 */
    background-image: -o-linear-gradient(top, #ec0a74, #be226b);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #ec0a74, #be226b);
}

#top-link {
    background-color: #be226b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ec0a74), to(#be226b));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #ec0a74, #be226b);
    /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(top, #ec0a74, #be226b);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #ec0a74, #be226b);
    /* IE10 */
    background-image: -o-linear-gradient(top, #ec0a74, #be226b);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #ec0a74, #be226b);
    border-radius: 50%;
}

.absolute-footer.dark {
    background-color: #be226b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#be226b), to(#ec0a74));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #be226b, #ec0a74);
    /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(top, #be226b, #ec0a74);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #be226b, #ec0a74);
    /* IE10 */
    background-image: -o-linear-gradient(top, #be226b, #ec0a74);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #be226b, #ec0a74);
}

.breadcrumb-small h3.breadcrumb {
    font-size: 80%;
}


/**

 * Link Adjustments

 */

a:hover,
a:focus {
    color: #be226b;
}


/**

 * Product Adjustments

 */

.price {
    font-weight: normal;
}

.product-small .name {
    font-size: 1em;
}


/**

 * Menu Adjustments

 */

strong.cart-name,
span.cart-price,
ul.header-nav a.nav-top-link {
    opacity: 1;
    color: #666;
}

#masthead a:hover,
#masthead li.active > a {
    color: #be226b;
}

.left-links ul.header-nav li {
    margin-left: 30px;
}

.top-bar-nav img#newsletter-signup {
    margin-right: 5px;
    margin-top: -3px;
}

#masthead .left-links > ul,
#masthead .right-links > ul {
    padding-top: 0;
}


/**

 * Footer Widgets

 */

.footer.footer-1 {
    background: #fff url('images/section-divider-background2.png') repeat-x top center;
}

.footer .widget-title {
    color: #be226b;
}

.footer .post-date {
    border-color: #EEE;
}

.footer .customnav {
    margin-left: 20px;
}

.footer .customnav li {
    list-style: disc;
}

.footer .post_comments a {
    color: #808080;
}

.absolute-footer {
    color: white;
}

.absolute-footer ul li {
    border-bottom: 1px solid white;
}

.absolute-footer ul li a {
    color: white;
}

.absolute-footer .right img {
    margin-top: 15px !important;
    opacity: 0.5;
}

.copyright-footer {
    opacity: 1;
    font-size: 12px;
}

.copyright-footer a:hover {
    text-decoration: underline;
}


/**

 * Product Edits

 */

.product-small .name {
    margin: 0 auto;
    max-width: 260px;
    min-height: 58px;
}


/**

 * Checkout Edits

 */

#discrete-service {
    background: #f6f6f6;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 20px;
    padding: 20px;
}

#discrete-service .title {
    clear: both;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

#order_review #order_review_heading {
    float: left;
}

#order_review #ssl-badge {
    float: right;
}

.currency-disclaimer {
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    display: block;
}

.form-row.terms .input-checkbox {
    top: 8px;
}


/**

 * Multi Currency Dropdown

 */

#multi-currency-dropdown {
    display: inline-block;
    width: 90px;
}

#multi-currency-dropdown .widget {
    margin: 0;
}

#multi-currency-dropdown.select-wrapper:after {
    top: 16px;
}


/**

 * Multi Currency Dropdown - Single Product

 */

span.multi-currency-label {
    display: inline-block;
    margin-right: 10px;
}

@media (min-width:768px) and (max-width: 930px) {
    #order_review #ssl-badge {
        float: none;
        display: block;
        margin: 0 auto;
    }
}

@media (max-width:768px) {
    .home #content .ux-section:first-child {
        display: none;
    }
}

@media (max-width:997px) {
    .right-links strong.cart-name,
    .right-links span.cart-price,
    .right-links ul.header-nav li.account-dropdown {
        display: none !important;
    }
}

.social-icons .icon,
.yith-wcwl-share li a {
    border: 2px solid #be226b;
    color: #be226b;
}

.social-icons .icon:hover,
.yith-wcwl-share li a:hover,
.social-icons .icon.icon_facebook:hover,
.yith-wcwl-share li a.facebook:hover,
.social-icons .icon.icon_twitter:hover,
.yith-wcwl-share li a.twitter:hover,
.social-icons .icon.icon_email:hover,
.yith-wcwl-share li a.email:hover,
.social-icons .icon.icon_pintrest:hover,
.yith-wcwl-share li a.pinterest:hover,
.social-icons .icon.icon_rss:hover,
.social-icons .icon.icon_twitter:hover,
.social-icons .icon.icon_instagram:hover,
.social-icons .icon.icon_vk:hover,
.social-icons .icon.icon_googleplus:hover,
.yith-wcwl-share li a.googleplus:hover,
.social-icons .icon.icon_linkedin:hover,
.social-icons .icon.icon_youtube:hover,
.social-icons .icon.icon_flickr:hover,
.social-icons.size-small .icon:hover {
    background-color: #be226b;
    border-color: #be226b;
}

.widget li a {
    margin-bottom: 10px;
}

body {
    color: #333;
}

.yith-wcwl-wishlistexistsbrowse a,
.yith-wcwl-add-button a.add_to_wishlist,
.yith-wcwl-wishlistaddedbrowse a {
    display: none;
}

.product-image:hover .front-image img {
    opacity: .5;
}

.cat-footer {
    display: none;
}

.dark p {
    color: #fff;
}

.absolute-footer .right img {
    opacity: 1;
}

.absolute-footer .right {
    width: 161px;
    height: 27px;
}

#newsletter-signup .ux_banner .left {
    left: 0;
}

#newsletter-signup .ux_banner .inner {
    padding: 0 50px;
}

#newsletter-signup .ux_banner .inner.top {
    top: 8% !important;
}

.button,
button,
input[type='submit'],
input[type='reset'],
input[type='button'] {
    margin-top: 15px;
}

#testimonial-slider .iosSlider {
    margin-bottom: 0px;
}

.ux_banner.light {
    background: rgba(255, 255, 255, 0);
    background: transparent;
}