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


/* Omat fontit */
/* https://docs.wpbeaverbuilder.com/bb-theme/defaults-for-styles/typography/add-web-fonts-complex-example */
@font-face {
    font-family: 'Verlag Light';
    src: url('https://melanomamay.fi/wp-content/themes/bb-child-theme/fonts/verlag-light.woff2') format('woff2'),
         url('https://melanomamay.fi/wp-content/themes/bb-child-theme/fonts/verlag-light.woff') format('woff');
    font-weight: bold;
    font-style: bold;
}

@font-face {
    font-family: 'Verlag Book';
    src: url('https://melanomamay.fi/wp-content/themes/bb-child-theme/fonts/verlag-book.woff2') format('woff2'),
         url('https://melanomamay.fi/wp-content/themes/bb-child-theme/fonts/verlag-book.woff') format('woff');
    font-weight: bold;
    font-style: bold;
}

@font-face {
    font-family: 'Verlag Bold';
    src: url('https://melanomamay.fi/wp-content/themes/bb-child-theme/fonts/verlag-bold.woff2') format('woff2'),
         url('https://melanomamay.fi/wp-content/themes/bb-child-theme/fonts/verlag-bold.woff') format('woff');
    font-weight: bold;
    font-style: bold;
}

@font-face {
    font-family: 'Verlag Black';
    src: url('https://melanomamay.fi/wp-content/themes/bb-child-theme/fonts/verlag-black.woff2') format('woff2'),
         url('https://melanomamay.fi/wp-content/themes/bb-child-theme/fonts/verlag-black.woff') format('woff');
    font-weight: bold;
    font-style: bold;
}



/* Boldaus */
strong {
	font-weight: 900 !important;
	font-family: "Verlag Black";
}

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

/* Otsikon keskitys yhteystiedoissa */
body.page-id-5116 h1 {
	text-align: center;
}

/* Mobiilimenun yliajot */
#menu-paavalikko-1 .uabb-creative-menu ul.sub-menu > li.menu-item.uabb-creative-menu > a:hover span.menu-item-text {
	color: black;
}

/* tyopoytavalikon ylijajot */
.uabb-creative-menu .menu > li:last-child > a {
	border-right-width: 0 !important;
}

/* Browember-yliajo, otsikko pienemmaksi */
body.page-id-5173 h1 {
	font-size: 52px !important;
}