/*
Theme Name: Alida Theme
Theme URI: https://www.alida.fi/
Author: Alida
Author URI: https://www.alida.fi/
Template: twentytwenty
*/

/* Body */
:root .has-primary-background-color {
    background-color: #000c36 !important;
}

:root .has-primary-background-color .wp-block-button__link {
	background-color: #000c36 !important;
	color: #fff !important;
}

.header-inner {
    max-width: 120rem;
}

[class*="__inner-container"]>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 120rem;
    width: 100%;
}

[class*="__inner-container"]>.alignfull {
    max-width: 120rem;
    padding: 0;
}

.entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 120rem;
    width: calc(100% - 4rem);
}

@media (min-width: 700px) {
    .entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
        width: calc(100% - 8rem);
    }
}

.post-inner {
    padding-top: 0 !important;
}

@media (min-width: 700px) {

    .entry-content>.alignwide:first-child,
    .entry-content>.alignfull:first-child {
        margin-bottom: 0;
    }
}

.wp-block-group.has-background {
    padding: 5rem 2rem 5rem 2rem !important;
}

@media (min-width: 700px) {
.wp-block-group.has-background {
	padding: 8rem 4rem 8rem 4rem !important;
    }
}

.featured-media img {
    width: 100%;
    border-radius: 0rem;
}

@media (min-width: 1200px) {
    .featured-media img {
        border-radius: 3rem;
    }
}

.wp-block-image img {
    border-radius: 3rem;
}

.wp-block-image {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.wp-block-button {
    margin-bottom: 3rem !important;
}

.footer-top-visible .footer-nav-widgets-wrapper,
.footer-top-hidden #site-footer {
    margin-top: 0;
}

iframe {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
    border-radius: 1.2rem;
}

.pagination-single .styled-separator {
    display: none !important;
}

.single-post .post {
    margin-bottom: 6rem;
}

/* Fonts */
h1, .heading-size-1 {
	font-family: 'Poppins', sans-serif !important;
	color: #000c36;
	font-size: 2.9rem;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 1.4;
    margin: 2rem auto 1rem auto !important;
}

@media (min-width: 700px) {
h1, .heading-size-1 {
	font-size: 3.4rem;
    }
}

h2, .heading-size-2 {
	font-family: 'Poppins', sans-serif !important;
	color: #000c36;
    font-size: 2.8rem;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 1.4;
    margin: 2rem auto 1rem auto !important;
}

@media (min-width: 700px) {
h2, .heading-size-2 {
        font-size: 3.3rem;
    }
}

h3, .heading-size-3 {
	font-family: 'Poppins', sans-serif !important;
	color: #000c36;
    font-size: 2.2rem;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 1.4;
    margin: 2rem auto 1rem auto !important;
}

@media (min-width: 700px) {
h3, .heading-size-3 {
        font-size: 2.7rem;
    }
}

h4, .heading-size-4 {
	font-family: 'Poppins', sans-serif !important;
	color: #000c36;
    font-size: 1.7rem;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 1.4;
    margin: 2rem auto 1rem auto !important;
}

@media (min-width: 700px) {
h4, .heading-size-4 {
        font-size: 2.2rem;
    }
}

p {
    font-family: 'Poppins', sans-serif !important;
    color: #000c36;
    font-size: 1.6rem;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 1.6 !important;
    margin: 0 auto 3rem auto !important;
}

@media (min-width: 700px) {
    p {
        font-size: 1.7rem;
    }
}

em {
    font-family: 'Poppins', sans-serif !important;
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.6 !important;
    margin: 0 auto 3rem auto !important;
}

@media (min-width: 700px) {
    em {
        font-size: 1.7rem;
    }
}

.entry-content li {
    font-family: 'Poppins', sans-serif !important;
    color: #000c36;
    font-size: 1.6rem;
	font-weight: 500;
    line-height: 1.6 !important;
    margin: 0;
    list-style: none;
}

@media (min-width: 700px) {
    .entry-content li {
        font-size: 1.7rem;
    }
}

.entry-content ul {
    margin: 0 auto 3rem auto !important;
}

.singular .intro-text {
    margin: 0;
}

.entry-content a {
	color: #000c36;
	font-weight: 500;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

.has-background.has-primary-background-color *:not(.has-text-color) a {
    color: #84c9bd;
}

.footer-widgets a {
    color: #fff !important;
    text-decoration: none;
}

.footer-credits p,
.footer-credits a {
    font-weight: 400;
}

.pagination-single span {
 	font-family: 'Poppins', sans-serif !important;
	color: #000c36;
	font-size: 1.8rem;
	letter-spacing: 0 !important;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none !important;
}

@media (min-width: 700px) {
.pagination-single span {
	font-size: 2.3rem;
    }
}

/* Default Header */
.section-inner.small {
    max-width: 120rem;
}

/* Cover Header */
.cover-header .section-inner.medium {
	max-width: 120rem;
}

.overlay-header #site-header {
    position: relative;
}

.screen-height {
    min-height: 70vh !important;
}

.cover-header-inner-wrapper {
    justify-content: center;
}

.cover-header-inner-wrapper .wp-block-button__link {
    background: #fff !important;
    color: #000c36 !important;
}

.cover-header-inner {
    padding: 6rem 0 6rem 0;
    width: 100%;
}

@media (min-width: 700px) {
    .cover-header-inner {
        padding: 8rem 0 8rem 0;
    }
}

.cover-header .wp-block-button .wp-block-button__link:after {
	font-family: "Material Symbols Rounded";
	content: "\e5c8";
	color: #000c36;
	padding-left: 0.5rem;
	vertical-align: middle;
	transition: transform .2s ease-in-out, box-shadow .2s ease-in-out;
	display: inline-block;
	line-height: 0;
}

.cover-header .wp-block-button .wp-block-button__link:hover:after {
	transform: translateX(2px);
}

.cover-header-inner-wrapper .wp-block-button__link {
	background: #fff !important;
	color: #000c36 !important;
}

/* Video Header */
.header-video {
  position: relative !important;
  margin-top: 0;
	background: transparent !important;
	display: flex;
	min-height: 70vh;
}

.header-video .entry-header {
	background: transparent !important;
	z-index: 2;
	margin: auto;
	width: 100%;
}

.header-video .section-inner.medium {
	max-width: 120rem;
}

.header-video .entry-header h1, .home .entry-header p {
	color: #fff;
}

.header-video .featured-media {
	position: absolute;
	width: 100%;
	display: flex;
	height: auto;
	top: 0;
	bottom: 0;
}

.header-video .featured-media video {
	position: absolute;
	object-fit: cover;
	object-position: center center;
	left: 50%;
	max-width: none;
	min-height: 100%;
	min-width: 100%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.header-video .featured-media img {
	display: flex;
	object-fit: cover;
	object-position: center center;
	height: 100%;
	width: 100%;
}

.header-video .featured-media-inner {
	min-width: 100% !important;
}

.header-video .featured-media:before {
	content:"";
	position: absolute;
	background-color: rgba(0, 0, 0, 0.6) !important;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.header-video .wp-block-button .wp-block-button__link:after {
	font-family: "Material Symbols Rounded";
	content: "\e5c8";
	color: #000c36;
	padding-left: 0.5rem;
	vertical-align: middle;
	transition: transform .2s ease-in-out, box-shadow .2s ease-in-out;
	display: inline-block;
	line-height: 0;
}

.header-video .wp-block-button .wp-block-button__link:hover:after {
    transform: translateX(2px);
}

.header-video .wp-block-button__link {
	background: #fff !important;
	color: #000c36 !important;
}

/* Buttons */
a.button:hover,
a.button:visited {
    text-decoration: none !important;
}

.wp-block-button__link,
input[type="submit"] {
	font-family: 'Poppins', sans-serif !important;
    background: #000c36 !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 1.6rem;
    transition: .3s;
    padding: 1.5rem 2.5rem;
    border-radius: 3rem;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none !important;
}

@media (min-width: 700px) {
.wp-block-button__link,
input[type="submit"] {
        font-size: 1.7rem;
    }
}

.wp-block-button__link:hover,
input[type="submit"]:hover {
    opacity: 0.8 !important;
}

.wp-block-button .wp-block-button__link:after {
	font-family: "Material Symbols Rounded";
	content: "\e5c8";
	color: #fff;
	padding-left: 0.5rem;
	vertical-align: middle;
	transition: transform .2s ease-in-out, box-shadow .2s ease-in-out;
	display: inline-block;
	line-height: 0;
}

.wp-block-button .wp-block-button__link:hover:after {
	transform: translateX(2px);
}

/* Primary Menu */
body:not(.enable-search-modal) .site-logo img {
	height: 2.6rem;
}

body:not(.overlay-header) .primary-menu>li>a {
	color: #000c36 !important;
}

body:not(.overlay-header) .primary-menu > .menu-item-61 > a {
	color: #fff !important;
}

.header-inner {
    padding: 3rem 0;
}

.menu-item-61 a {
	background: #000c36;
	padding: 1.5rem 2rem;
	margin: -1.5rem 0;
	color: #fff !important;
	border-radius: 3rem;
	transition: .3s;
}

.menu-item-61 a:hover {
	opacity: 0.8;
}

.menu-item-61 a:after {
	font-family: "Material Symbols Rounded";
	content: "\e5c8";
	color: #fff;
	padding-left: 0.5rem;
	vertical-align: middle;
	transition: transform .2s ease-in-out, box-shadow .2s ease-in-out;
	display: inline-block;
	line-height: 0;
}

.menu-item-61 a:hover:after {
	transform: translateX(2px);
}

#site-header {
	box-shadow: 0 1rem 2rem rgba(0,0,0,0.02);
}

@media (min-width: 1000px) {
    #site-header {
        position: sticky !important;
        top: 0;
        z-index: 99;
        background: -webkit-radial-gradient(at bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.8)) !important;
        background: radial-gradient(at bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.8)) !important;
        -webkit-backdrop-filter: blur(20px) !important;
        backdrop-filter: blur(20px) !important;
    }
}

.primary-menu>li.menu-item-has-children>a {
    padding-right: 0 !important;
}

.primary-menu ul {
    background: #fff !important;
    top: calc(100% + 4.4rem);
    width: 22rem;
	border: 1px solid #f8f9fb;
	border-radius: 1rem;
}

.primary-menu ul a {
	padding: 1rem 2rem;
}

.primary-menu ul::after {
    border-bottom-color: #fff;
}

.primary-menu>li {
    margin: 1rem 0 0 3rem;
}

.primary-menu .icon {
    display: none;
}

body:not(.overlay-header) .primary-menu>li>ul:after {
    border-bottom-color: #fff !important;
}

.primary-menu a {
	font-family: 'Poppins', sans-serif !important;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #000c36;
}

@media (min-width: 700px) {
.primary-menu a {
        font-size: 1.7rem;
    }
}

.primary-menu a:hover {
    text-decoration: none;
}

.sub-menu a {
	font-size: 1.7rem !important;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #000c36 !important;
}

.primary-menu li.current-menu-item>a,
.primary-menu li.current-menu-item>.link-icon-wrapper>a {
    text-decoration: none;
}

.primary-menu a:hover, .primary-menu a:focus, .primary-menu .current_page_ancestor {
	text-decoration: none;
}

.header-titles .site-title {
    margin: 0 !important;
}

@media (min-width: 1000px) {
.header-titles .site-title {
	margin:1rem 0 0 2.4rem !important
    }
}

.site-title a {
	font-family: 'Poppins', sans-serif !important;
	font-size: 2.9rem;
	font-weight: 700;
	letter-spacing: 0;
	color: #000c36;
	text-decoration: none !important;
}

@media (min-width: 700px) {
.site-title a {
	font-size: 3.4rem;
    }
}

.site-logo img {
    max-height: 4rem;
}

@media (min-width: 700px) {
    .site-logo img {
        max-height: 6rem;
    }
}

.admin-bar.overlay-header #site-header {
    top: 0;
}

/* Secondary Menu */
.top-banner {
    text-decoration: none;
    background-color: #7dada2;
    position: relative;
}

.top-banner a {
	font-family: 'Poppins', sans-serif !important;
    color: #000c36 !important;
    text-decoration: none;
    display: flex;
    justify-content: center;
	font-weight: 600;
    letter-spacing: 0.02em;
    font-size: 1.6rem;
}

.top-banner a:after {
	font-family: "Material Symbols Rounded";
	content: "\e5c8";
	color: #000c36;
	padding-left: 0.5rem;
	vertical-align: middle;
	transition: 0.3s;
	display: inline-block;
}

.top-banner a:hover:after {
    transform:translateX(2px);
}

#menu-secondary-en {
    background: #f0f5f7;
}

#menu-secondary-fi {
	background: #f0f5f7;
}

.top-banner ul {
    margin: 0;
    line-height: 1.3;
}

.top-banner li {
    margin: 0 auto;
    padding: 1.4rem 0 !important;
    list-style-type: none;
    list-style: none;
    width: calc(100% - 4rem);
    text-align: center;
}

@media (min-width: 700px) {
    .top-banner li {
        max-width: 120rem;
        width: calc(100% - 8rem);
        padding: 1.6rem 0 !important;
    }
}

/* Mobile Menu */
.primary-menu-wrapper+.header-toggles {
    margin-left: 0;
}

.menu-modal-inner {
    background: #000c36 !important;
}

.nav-toggle .toggle-icon,
.nav-toggle svg {
    height: 2.6rem;
    width: 2.6rem;
}

.toggle-icon {
    color: #000c36 !important;
}

.toggle-inner {
    height: auto;
}

.toggle {
    outline: none;
}

button:focus {
    outline: 0;
}

.menu-modal nav * {
    border-color: transparent !important;
}

.modal-menu>li>a, .modal-menu>li>.ancestor-wrapper>a {
	font-size: 2.2rem;
    padding: 0.4rem 0;
}

@media (min-width: 700px) {
.modal-menu>li>a, .modal-menu>li>.ancestor-wrapper>a {
	font-size: 2.7rem;
	padding: 0.8rem 0;
    }
}

.modal-menu a {
	font-family: 'Poppins', sans-serif !important;
	display: block;
	padding: 0;
	margin: 0 2rem;
	color: #ffffff !important;
	font-weight: 600 !important;
	letter-spacing: 0.02em !important;
	text-decoration: none !important;
}

@media (min-width: 700px) {
.modal-menu a {
	margin: 0;
    }
}

.nav-toggle .toggle-inner {
    padding-top: 0;
}

.toggle-inner .toggle-text {
    display: none;
}

.modal-menu li.current-menu-item>.ancestor-wrapper>a {
    text-decoration: none !important;
}

button.close-nav-toggle .toggle-text {
    display: none;
}

button.close-nav-toggle {
    padding: 2rem 0 2rem 0;
    color: #ffffff !important;
}

button.close-nav-toggle svg {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

@media (min-width: 700px) {
    button.close-nav-toggle svg {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        height: 1.8rem;
        width: 1.8rem;
    }
}

.menu-item-1422 a, .menu-item-1425 a {
	text-transform: uppercase;
	letter-spacing: 0.1em !important;
	color: #84c9bd !important;
}

.menu-item-1425, .menu-item-240 {
	padding-top: 1.6rem;
}

/* Pricing */
.pricing .wp-block-column {
	position: relative;
	padding: 0;
	border-radius: 3rem;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 1rem 8rem rgba(0,0,0,0.06);
	transition: 0.3s;
}

.pricing .wp-block-column:hover {
	box-shadow: 0 0 4rem rgba(0,0,0,0.06);
}

.pricing .wp-block-image {
	margin-top: 0 !important;
}

.pricing .wp-block-image img {
	border-radius: 0;
}

.pricing .wp-block-column h3, .pricing .wp-block-column ul, .pricing .wp-block-column p {
	margin-left: 2rem !important;
	margin-right: 2rem !important;
}

@media (min-width: 700px) {
.pricing .wp-block-column h3, .pricing .wp-block-column ul, .pricing .wp-block-column p {
	margin-left: 4rem !important;
	margin-right: 4rem !important;
    }
}

.pricing li:before {
	font-family: "Material Symbols Rounded";
	content: "\e5ca";
	color: #84c9bd;
	padding-right: 0.5rem;
	vertical-align: middle;
	display: inline-block;
}

.pricing .wp-block-button {
	margin: 0 2rem 3rem 2rem !important;
}

@media (min-width: 700px) {
.pricing .wp-block-button {
	margin: 0 4rem 4rem 4rem !important;
    }
}

.pricing .wp-block-column p:nth-child(4) {
	border-top: 1px solid #f0f5f7;
}

.pricing strong {
	margin: 0;
	padding: 0;
	background: #fff;
	padding: 2rem 0;
	position: absolute;
	top:0;
	left:0;
	transform: translateX(0%) translateY(100%) rotate(-45deg);
	transform-origin: top left;
	box-shadow: 0 1rem 2rem rgba(0,12,69,0.04);
}

.pricing strong:before,
.pricing strong:after {
	content: '';
	position: absolute;
	top:0;
	width: 100%;
	height: 100%;
	background: #fff;
	margin: 0 -1px;
}

.pricing strong:before {
	right:100%;
}

.pricing em {
	font-size: 1.4rem;
	color: #000c36;
}

@media (min-width: 700px) {
.pricing em {
	font-size: 1.5rem;
    }
}

/* Prices */
@media (min-width: 782px) {
.prices .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis:auto !important;
    }
}

.prices .wp-block-columns {
	background: #fff;
	position: relative;
	overflow: hidden;
	border-radius: 3rem;
	box-shadow: 0 1rem 8rem rgba(0,0,0,0.06);
	transition: 0.3s;
}

.prices .wp-block-columns:hover {
	box-shadow: 0 0 4rem rgba(0,0,0,0.06);
}

.prices .wp-block-column p:nth-child(3) {
	border-top: 1px solid #f0f5f7;
}

.prices .wp-block-column:nth-child(2) {
	margin: -2rem 2rem 2rem 2rem;
	max-width: 100%;
}

@media (min-width: 700px) {
.prices .wp-block-column:nth-child(2) {
	margin: -3rem 4rem 2rem 4rem;
    }
}

@media (min-width: 782px) {
.prices .wp-block-column:nth-child(2) {
	margin: 2rem;
	max-width: 45%;
    }
}

.prices li:before {
	font-family: "Material Symbols Rounded";
	content: "\e5ca";
	color: #84c9bd;
	padding-right: 0.5rem;
	vertical-align: middle;
	display: inline-block;
}

.prices .wp-block-column img {
	max-height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	height: 100%;
	border-radius: 0;
}

@media (min-width: 782px) {
.prices .wp-block-column img {
	max-height: none;
	position: absolute;
    }
}

.prices .wp-block-column .wp-block-image {
	min-width: 100%;
	top: 0;
	margin: 0 !important;
}

@media (min-width: 782px) {
.prices .wp-block-column .wp-block-image {
	max-width: 50%;
	max-height: none;
	width: 100%;
	height: 100%;
	position: absolute;
	min-width: initial;
    }
}

.prices strong {
	margin: 0;
	padding: 0;
	background: #fff;
	padding: 2rem 0;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(0%) translateY(100%) rotate(-45deg);
	transform-origin: top left;
	box-shadow: 0 0 2rem rgba(0,0,0,.05);
}

.prices strong:before,
.prices strong:after {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	margin: 0 -1px;
}

.prices strong:before {
	right: 100%;
}

.prices .wp-block-button .wp-block-button__link:after {
	font-family: "Material Symbols Rounded";
	content: "\e5c8";
	color: #fff;
	padding-left: 0.5rem;
	vertical-align: middle;
	transition: 0.3s;
	display: inline-block;
	line-height: 0;
}

.prices .wp-block-button .wp-block-button__link:hover:after {
    transform:translateX(2px);
}

.prices em {
	font-size: 1.4rem;
	color: #000c36;
}

@media (min-width: 700px) {
.prices em {
	font-size: 1.5rem;
    }
}

/* Features */
.features .wp-block-column {
	border-radius: 3rem;
	padding: 3rem 2rem 1rem 2rem;
	box-shadow: 0 1rem 8rem rgba(0,0,0,0.06);
	transition: 0.3s;
}

.features .wp-block-column:hover {
	box-shadow: 0 0 4rem rgba(0,0,0,0.06);
}

@media (min-width: 700px) {
.features .wp-block-column {
	padding: 3rem 4rem 1rem 4rem;
    }
}

.features .wp-block-column:nth-child(1) h3:before {
	font-family: "Material Symbols Rounded";
	content: "\ebcb";
	color: #84c9bd;
	font-size: 7rem;
	text-align: center;
	line-height: 5rem;
	vertical-align: middle;
	margin-bottom: 2rem;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-weight: 500;
}

.features .wp-block-column:nth-child(2) h3:before {
	font-family: "Material Symbols Rounded";
	content: "\e87d";
	color: #84c9bd;
	font-size: 7rem;
	text-align: center;
	line-height: 5rem;
	vertical-align: middle;
	margin-bottom: 2rem;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-weight: 500;
}

.features .wp-block-column:nth-child(3) h3:before {
	font-family: "Material Symbols Rounded";
	content: "\f05b";
	color: #84c9bd;
	font-size: 7rem;
	text-align: center;
	line-height: 5rem;
	vertical-align: middle;
	margin-bottom: 2rem;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-weight: 500;
}


/* Single blog post */
.single-post .entry-content img {
	margin-top: 4rem;
	margin-bottom: 4rem;
}

/* Blog */
.blog .post-author, .category .post-author, .post .post-author {
	display: none;
}

.blog .post-date, .category .post-date {
	margin: 0;
}

.blog .post-meta-wrapper, .category .post-meta-wrapper {
	margin: 0;
}

.blog .meta-text a, .category .meta-text a {
	font-family: 'Poppins', sans-serif !important;
	letter-spacing: 0;
	text-decoration: none;
	color: #84c9bd;
}

.blog .post-meta-single-top .post-meta, .category .post-meta-single-top .post-meta {
	margin: 0;
	justify-content: flex-start;
}

.blog .post-meta .meta-icon, .category .post-meta .meta-icon, .post .meta-icon {
	display: none;
}

.single-post .post-meta, .single-post .post-meta .meta-wrapper {
	margin: 0;
}

.single-post .meta-text a {
	font-family: 'Poppins', sans-serif !important;
	letter-spacing: 0;
	text-decoration: none;
	color: #84c9bd !important;
}

.blog .entry-content p, .category .entry-content p {
	display: none;
}

.entry-categories a {
    display: none;
}

.blog .post,
.category .post {
    display: flex;
    flex-flow: column;
    width: 100%;
    float: left;
    padding: 0 0 3rem 0 !important;
}

@media (min-width: 999px) {
.blog .post, .category .post {
	width: 32%;
    }
}

.blog .post .section-inner,
.category .post .section-inner {
    width: 100%;
}

.blog .post .entry-content p,
.category .post .entry-content p {
    width: 100% !important;
}

@media (min-width: 999px) {
.category .post:nth-child(2n+2) {
	margin: 0 2% 3rem 0;
    }
}

@media (min-width: 999px) {
.category .post:nth-child(3n) {
	margin: 0 0 3rem 0;
    }
}

@media (min-width: 999px) {
.blog .post:first-child {
	margin: 0 2% 3rem 0;
	}
}

@media (min-width: 999px) {
.blog .post:nth-child(1n+2) {
	margin: 0 2% 3rem 0;
	}
}

@media (min-width: 999px) {
.blog .post:nth-child(3n+2) {
	margin: 0 0 3rem 0;
	}
}

.blog .featured-media img, .category .featured-media img {
	border-radius: 3rem;
}

.blog .post-separator, .category .post-separator {
    display: none;
}

.category .archive-header {
    display: none !important;
}

.blog #site-content,
.category #site-content {
    display: flex;
    flex-wrap: wrap;
    max-width: 120rem;
    width: calc(100% - 4rem) !important;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

@media (min-width: 700px) {

    .blog #site-content,
    .category #site-content {
        width: calc(100% - 8rem) !important;
        margin-left: auto;
        margin-right: auto;
    }
}

.blog h2.entry-title,
.category h2.entry-title {
    font-size: 1.7rem;
    text-align: left;
    line-height: 1.4;
}

@media (min-width: 999px) {

    .blog h2.entry-title,
    .category h2.entry-title {
        font-size: 2.2rem;
    }
}

.blog h2.entry-title a,
.category h2.entry-title a {
    color: #000c45 !important;
    text-decoration: none !important;
}

.blog .entry-categories,
.category .entry-categories {
    margin: 2rem 0 0 0;
}

.blog .entry-categories a,
.category .entry-categories a {
    margin: 0 1rem 1rem 0;
}

.blog .entry-categories-inner,
.category .entry-categories-inner {
    margin: 0;
    justify-content: left;
}

.blog .featured-media,
.category .featured-media {
    order: 1;
    margin-top: 0;
}

.blog .featured-media-inner,
.category .featured-media-inner {
    width: 100%;
}

.blog .post .entry-header,
.category .post .entry-header {
    order: 2;
}

.blog .post-inner,
.category .post-inner {
    order: 3;
}

/* Accordion */
.c-accordion__title {
	padding: 0 3rem 1rem 0;
}

.c-accordion__content {
	padding-right: 3rem;
}

.c-accordion__title:after {
	color: #000c36;
	font-weight: 600;
	right: 1rem;
	padding-bottom: 0.5rem;
}

.wp-block-pb-accordion-item {
	border-bottom: 1px solid #f0f5f7;
}

/* Blog widget */
.wp-block-latest-posts__post-date {
    font-family: 'Poppins', sans-serif !important;
    font-size: 1.5rem;
    letter-spacing: 0;
    font-weight: 500;
	color: #84c9bd !important;
}

@media (min-width: 700px) {
.wp-block-latest-posts__post-date {
        font-size: 1.6rem;
    }
}

.wp-block-latest-posts.is-grid li {
    border: none;
    margin-top: 0;
}

@media (max-width: 599px) {
    .wp-block-latest-posts.is-grid li {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-latest-posts__featured-image.aligncenter {
    margin-top: 0;
    margin-bottom: 0;
}

.wp-block-latest-posts__featured-image img {
    border-radius: 3rem;
}

.wp-block-latest-posts a {
    font-family: 'Poppins', sans-serif !important;
	color: #000c36;
    font-size: 1.7rem;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 1.4;
    margin: 1rem auto !important;
	text-decoration: none;
}

@media (min-width: 999px) {
    .wp-block-latest-posts a {
	font-size: 2.2rem;
    }
}

@media (max-width: 781px) {
    .entry-content .wp-block-latest-posts * {
        width: 100% !important;
    }
}

/* Contact form */
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"], textarea {
	font-family: 'Poppins', sans-serif !important;
	outline: none;
	border-radius: 0.6rem;
	border: none;
	background: #f0f5f7;
	border: 2px solid #000c36;
	border-color: #000c36 !important;
}

.wpcf7-form-control.wpcf7-submit {
	margin-top: 2rem;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2rem 0;
	border-radius: 1rem;
	padding: 0.5rem 1rem;
	border: 2px solid #000c36;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #000c36;
	font-family: 'Poppins', sans-serif !important;
}

.wpcf7-list-item:nth-child(1) {
	margin: 0;
}

.wpcf7 label {
    font-size: 1.6rem;
	font-weight: 500;
}

@media (min-width: 700px) {
.wpcf7 label {
        font-size: 1.7rem;
    }
}

.wpcf7-list-item {
	display: inline;
	margin: 0;
	padding-right: 0;
}

@media (min-width: 700px) {
.wpcf7-list-item {
	display: inline-block;
	padding-right: 3rem;
    }
}

input[type="checkbox"] {
	margin-right: 0.5rem;
	width: 1.6rem;
	min-width: 1.6rem;
	height: 1.6rem;
	background: #f0f5f7;
	border-radius: 0.2rem;
	border-width: 0;
	border: 2px solid #000c36;
}

input[type="checkbox"]:checked::before {
	margin: -0.2rem 0 0 -0.3rem;
}

/* Footer */
.footer-nav-widgets-wrapper, #site-footer {
	background: #000c36 !important;
}

.widget-content h2 {
	color: #84c9bd !important;
}

.widget-content p, .widget-content a, .footer-copyright {
	color: #f0f5f7 !important;
}

/* Notification */
.cky-title {
	margin: 0 !important;
}

.cky-notice-des p {
	margin: 0 !important;
}

.cky-btn  {
	font-family: 'Poppins', sans-serif !important;
}

.cky-notice-btn-wrapper .cky-btn {
	border-radius: 3rem !important;
}

.cky-revisit-bottom-left {
	display: none !important;
}