/*
Theme Name: Pavlova Theme
Author: QLEA
Description: Pavlova Theme 2022
Version: 2
Text Domain: Pavlova
Tags: one-column, flexible-header, accessibility-ready, custom-colors
*/

.mw_wp_form.mw_wp_form_input form .in-confirm,
.mw_wp_form.mw_wp_form_confirm form .not-in-confirm{
	display:none;
}
.mw_wp_form.mw_wp_form_confirm form .in-confirm {
	display:block;
}

.form__col {
	flex-wrap: wrap;
}

.form__button button {
	cursor: pointer;
}

.news__links img {
	width: 160px;
	height: 160px;
	object-fit: cover;
	background-color: #ccc;
}

.customize-support header.header.secondHeader {
    top: 42px;
}

.customize-support .fullHead .secondHeader {
	top: 32px !important;
}
.suggestions__col:first-child{
	display: flex;
    justify-content: center;
    align-items: center;
}
.suggestions__texts p:first-child{
	max-width: 335px;
    word-break: break-all;
    white-space: normal;
}
.suggestions__col img {
	max-width: 540px;
	max-height: 285px;
	object-fit: contain;
	width: 100%;
}
.about__fucoxanthin,
.results__fucoxanthin{
	margin-bottom: 70px;
}

.footer.footer-all{
	border-top: 1px solid #ccc;
}
.news-content__image {
	display: flex;
	justify-content: center;
	align-items: center;
}

.suggestions__lists p {
		font-size: 12px;
		line-height: 1.7;
		font-weight: 400;
}
.suggestions__lists h1,
.suggestions__lists h2,
.suggestions__lists h3,
.suggestions__lists h4,
.suggestions__lists h5,
.suggestions__lists h6 {
	color: #d1a719;
	font-weight: 900;
    line-height: 1.8;
}
.suggestions__lists p {
		font-size: 14px;
	}
.suggestions__lists h1 {
	font-size: 24px;
}
.suggestions__lists h2 {
	font-size: 22px;
}
.suggestions__lists h3 {
	font-size: 18px;
}
.suggestions__lists h4 {
	font-size: 16px;
	}
.suggestions__lists h5,
.suggestions__lists h6 {
	font-size: 14px;
}

@media screen and (min-width: 860px) {
	.suggestions__lists p {
		font-size: 14px;
	}
	.suggestions__lists h1 {
		font-size: 30px;
	}
	.suggestions__lists h2 {
		font-size: 26px;
	}
	.suggestions__lists h3 {
		font-size: 22px;
	}
	.suggestions__lists h4 {
		font-size: 20px;
	}
	.suggestions__lists h5 {
		font-size: 18px;
	}
	.suggestions__lists h5 {
		font-size: 16px;
	}
}