/* Homepage tweaks.
 *
 * CTA buttons section under the slider (Rezerviraj termin / Spletna trgovina /
 * Kontaktiraj me): BeBuilder prints its 110px/80px padding as an inline style,
 * so the mobile override needs !important.
 */
@media only screen and (max-width: 767px) {

	.mcb-section-affd06287 {
		padding-top: 30px !important;
		padding-bottom: 20px !important;
	}

	.mcb-section-664e1beb7 {
		padding-top: 30px !important;
		padding-bottom: 0px !important;
	}


	/* Betheme gives every column a 40px bottom margin — tighten the space
	   between the three stacked buttons. */
	.mcb-section-affd06287 .column_button {
		margin-bottom: 15px;
	}

}

