/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


#header-outer .menu-flag.menu-item-hidden-text > a .menu-title-text {
	display: block !important;
	text-indent: -9999px;
}

#header-outer .menu-flag.menu-item-hidden-text > a  {
	margin-right: 0;
}


.tax-product_cat .post-area {
	display: flex;
	flex-direction: column;
}
.tax-product_cat .post-area .woocommerce-products-header {
	order: 1;
	margin-top: 50px;
}


/*
	Zgody RODO w formularzach kontaktowych
*/

.rodo-and-agreements {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 50px;
}
.rodo-and-agreements .more-info {
	font-size: 12px;
	overflow: hidden;
	max-height: 0px;
	transition: max-height 0.5s;
}
.rodo-and-agreements .more-info p:last-child {
	margin-bottom: 20px;
}
.rodo-and-agreements.show-more .more-info {
   max-height: 1000px;
}
.rodo-and-agreements .expand:after {
	content: ' ';
}
.rodo-and-agreements .collapse:after {
	content: ' ';
}
.rodo-and-agreements .switch {
	padding-top: 0 !important;
	color: #0081c6 !important;
	cursor: pointer;
	transition: color .3s;
}
.rodo-and-agreements .switch:hover {
	color: inherit !important;
}
.rodo-and-agreements .collapse,
.rodo-and-agreements.show-more .expand {
	display: none;
}
.rodo-and-agreements.show-more .collapse {
	display: inline;
}
.rodo-and-agreements .wpcf7-acceptance .wpcf7-list-item-label span {
    font-size: 10px;
    margin-left: 5px;
    position: relative;
    top: -5px;
}
.rodo-and-agreements .wpcf7-acceptance:not(.optional) .wpcf7-list-item-label span {
    color: #0081c6;
}

