/*
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
*/



/* Boldaus 
strong {
	font-weight: 900 !important;
}*/

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

/* Laajennettu kappaleväli */
p {
    margin: 0 0 22px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 20px;
}


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

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

.artikkeli-sisalto li {
margin-bottom: 20px;
}

/* Lomake */

/* Vaadittu-teksti piiloon */
.gform_required_legend {
	display: none;
}


/* Taulukon muutokset */

.gv-table-view thead {
	border-bottom: 3px solid gray;
}

.gv-table-view tbody tr {
	border-bottom: 1px solid lightgray;
}

.gv-table-view tbody td {
	vertical-align: top;
}

.gv-section span {
	color: #006cbf;
	font-size: 20px;
	font-family: "Roboto Slab",serif;
	font-weight: 400;
}