/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

/* Für qenta seamless */
.wpb_row .row-bg-wrap { display:none !important; }

.add_to_cart_button { 
        background-color: #751427 !important;
    color: #ffffff;
    padding: 15px !important;
    margin: 8px 0 0 0!important;
    font-size:20px !important;
}

#top nav ul li a, #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart { color: #751427; }
#top nav ul .slide-out-widget-area-toggle a .lines, body #header-outer[data-has-menu][data-format][data-padding][data-using-logo] > #top .slide-out-widget-area-toggle a .lines-button i.lines::after, #top nav ul .slide-out-widget-area-toggle a .lines:before, #header-outer:not(.transparent) #top .slide-out-widget-area-toggle .close-line { color: #751427 !important; }
.lines, #header-outer .widget_shopping_cart_content { background-color: #ffffff !important; }
#header-outer .widget_shopping_cart .cart_list li { background-color: #ffffff !important; }
.mini_cart_item a img { display:none; }
.mini_cart_item .product-meta a img { display:block; }
.woocommerce-mini-cart__total *, #header-outer .widget_shopping_cart .quantity { color: #751427 !important;  }
.woocommerce table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce-page #content table.cart a.remove { border: 1px solid #751427 !important; }

#header-outer .total, #header-outer .total strong {
    font-family: "Josefin Sans";
    text-transform: uppercase;
    letter-spacing: 0 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 300;
}
/*.add-to-cart-button .gift-certificates { display: none !important; } */


/* Link in bio page */
.cpt-socialmedia .socialmedialinks-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cpt-socialmedia .socialmedialinks-header .socials {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cpt-socialmedia .socialmedialinks-header .socials .socials-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cpt-socialmedia .socialmedialinks-header .socials .socials-inner a{
	font-family: Merriweather;
	font-weight: 900;
    color: #751427;
    text-decoration: none;
}

.cpt-socialmedia .socialmedialinks-header .socials .socials-inner img {
    width: 300px;
    margin: 20px;
}

.cpt-socialmedia .socialmedialinks-header .social-homepage-link {
	font-family: Merriweather;
	font-weight: 900;
    margin: 20px 0;
    color: #751427;
    text-decoration: none;
}

.cpt-socialmedia .wun-socialmedia {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 900px;
}
.cpt-socialmedia .wun-socialmedia .wun-link {
    background-color: transparent;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 5px;
    border: 2px solid #751427;
    margin: 10px 0;
	width: 100%;
}

.cpt-socialmedia .wun-socialmedia .wun-link img {
    width: 30%;
    margin: 10px;
}
.cpt-socialmedia .wun-socialmedia .wun-link p {
	font-family: Merriweather;
	font-size: 28px;
	font-weight: 900;
    color: #751427;
    margin: 10px;
}

@media screen and (max-width: 768px) {
	.cpt-socialmedia .wun-socialmedia .wun-link p {
		font-size: 18px;
	}
}