/*
Theme Name:    Beaver Builder Child Theme
Description:   Child Theme for Beaver Builder
Version:       1.0.0
Author:        Thule Digital Oy
Author URI:    https://sivumestari.fi
Template:      bb-theme
License:       GNU General Public License v2 or later
License URI:   http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
font-family: "avenir-next-lt-pro", sans-serif;
font-weight: 400;
font-style: normal;

font-family: "avenir-next-lt-pro", sans-serif;
font-weight: 500;
font-style: normal;



h1, h2, h3, h4, h5, h6 {
	font-family: "new-kansas", sans-serif;
	font-weight: 100;
	font-style: normal;
}*/

/* Sisallon marginaali */
.fl-content p, ol, ul {
	margin-bottom: 22px;
}


/* Sisallon linkkien alleviivaukset */
.fl-node-content p a {
	text-decoration: underline;
}

.fl-node-content p a:hover {
	text-decoration: none;
}


/* Lomakkeet */
.gform_required_legend {
	display: none !important;
}

/* Tabit */
/* Tabi-ikkunoiden ylos kohdistetut tekstilaatikot jaavat keskelle. Tama pakottaa ne ylos */
.tabi4 .fl-row-content-wrap, .tabi6 .fl-row-content-wrap {
    align-items: inherit !important;
}