/*
Theme Name:   NeveChild
Description:  Write here a brief description about your child-theme
Author:       KatarzynaGacek
Author URL:   http://nowa.akademiaretoryki.pl
Template:     neve
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  NeveChild
*/

/* Write here your own personal stylesheet */

section.related.products h2 {
    overflow-wrap: inherit;
}

.desktop-center.col-8 {
    max-width: 81%;
    flex-grow: 1;
}

@media screen and (min-width:960px) {
	
	.builder-item .builder-item--primary-menu .nav-ul > li:not(:last-of-type) {
    margin-right: 10px;
}
	.builder-item 	.builder-item--primary-menu .nav-ul > li {
		    font-size: 15px;

}
	
}

@media screen and (min-width:1080px) {
	
	.builder-item .builder-item--primary-menu .nav-ul > li:not(:last-of-type) {
    margin-right: 20px;
}
	.builder-item 	.builder-item--primary-menu .nav-ul > li {
		    font-size: 16px;
}
	
}