/*
Theme Name:   generatepress child theme
Description:  Write here a brief description about your child-theme
Author:       hasgar
Author URL:   Write here the author's blog or website url
Template:     generatepress
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  generatepress-child
*/

/* Write here your own personal stylesheet */


#menu-menu-glowne a:hover, #menu-menu-glowne a:active {
	color:#c6c6c6;
	background-color: #e30714;
}

.boks-oferta h3{
	margin: 20px;
}

#oferta-boksy-flex .fl-col .fl-col-content{
	display: -webkit-box;display: -ms-flexbox;display: flex;
	-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
}

#oferta-boksy-flex .fl-col .fl-col-content .fl-module-photo{
	-webkit-box-flex: 3;-ms-flex-positive: 3;flex-grow: 3;

}


#oferta-boksy-flex .fl-col .fl-col-content .fl-module-heading{
	-webkit-box-flex: 2;-ms-flex-positive: 2;flex-grow: 2;
	background-color: #e30714;
}

.oferta-boksy h3{
	margin-bottom: 4px;
}




