@charset "UTF-8";
/*
Theme Name: Saintonge Carrelage
Theme URI: 
Author: Pablo Herrera
Author URI: 
Tags: full-site-editing, editor-style, block-styles, block-patterns
Version: 1.1.1
Text Domain: 
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.4

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

pre {
	overflow: auto;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0;
}

img {
	max-width: 100%;
	height: auto;
}

input[type="submit"],
button,
a {
	transition: .3s;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
	border: 1px solid var(--wp--preset--color--color-6, #adadad);
	padding: 16px 18px;
	border-radius: 6px;
	background: #ffffff;
}

select {
	height: 55px;
}

textarea {
	width: 100%;
	font-family: inherit;
}

label {
	margin-bottom: 10px;
	display: inline-block;
}

label:last-child {
	margin-bottom: 0;
}

.breadcrumbs {
	text-align: center;
	font-size: 14px;
}

.breadcrumbs a {
	text-decoration: none;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.comment-reply-title {
	margin-bottom: 30px;
}

.comment-form {
	margin: 0 -20px;
}

.comment-form:after {
	content: '';
	display: table;
	clear: both;
}

.comment-form > * {
	padding: 0 20px;
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

.comment-form > *:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.comment-form .comment-form-email,
	.comment-form .comment-form-author {
		width: 50%;
	}
}

.post-nav-links .post-page-numbers {
	display: inline-block;
	padding: 5px 8px;
	margin: 0 5px;
	border: 1px solid currentColor;
	line-height: 1;
	text-decoration: none;
	border-radius: 4px;
}

.post-nav-links .post-page-numbers:hover {
	color: inherit;
}

/*!
 * Getwid Style Kit v1.0.0
 * Copyright 2020 MotoPress
 * Import this file to the main sass/scss file of your theme.
 * Example: @import "getwid-style-kit/scss/style"
 *
 * For more information visit https://github.com/mototeam/
 * License GNU GPL v2 or later.
 */
/* common block styles */
/**
 *
 * Media
 *
 **/
/* wp-block-image styles */
.wp-block-image img {
	vertical-align: middle;
}

/* wp-block-gallery styles */
/* wp-block-file styles */
/* wp-block-media-text styles */
/* wp-block-video styles */
/* wp-block-cover styles */
.wp-block-cover.is-style-bg-auto .wp-block-cover__image-background,
.wp-block-cover.is-style-bg-auto video.wp-block-cover__video-background {
	object-fit: none;
}

.wp-block-cover.is-style-bg-contain .wp-block-cover__image-background,
.wp-block-cover.is-style-bg-contain video.wp-block-cover__video-background {
	object-fit: contain;
}

/* wp-block-audio styles */
/**
 *
 * Design
 *
 **/
/* wp-block-group styles */
.wp-block-group .wp-block-group__inner-container > *:last-child {
	margin-bottom: 0;
}

.wp-block-group.is-style-with-shadow {
	box-shadow: var(--wp--preset--shadow--simple);
}

/* wp-block-button styles */
.is-style-outline .wp-block-button__link:not(.has-background):hover {
	background-color: var(--wp--preset--color--color-4);
	border-color: var(--wp--preset--color--color-4);
	color: var(--wp--preset--color--color-9) !important;
}

.is-style-underline .wp-block-button__link {
	font-weight: 400;
	padding: 6px 0;
	border-top: 1px solid transparent;
	border-left: 0;
	border-right: 0;
	color: var(--wp--preset--color--color-1);
	border-bottom: 1px solid currentColor;
	border-radius: 0;
	background: transparent;
}

.is-style-underline .wp-block-button__link:hover {
	padding-bottom: 0;
}

.is-style-underline .wp-block-button__link.has-background {
	padding: 6px;
}

/* wp-block-columns styles */
/* wp-block-separator styles */
.wp-block-separator {
	height: 1px !important;
	border: 0 !important;
}

/**
 *
 * Text
 *
 **/
/* wp-block-paragraph styles */
/* wp-block-quote styles */
.wp-block-quote {
	border: 0;
	margin-top: 30px;
	border-top: 1px solid var(--wp--preset--color--color-7);
	position: relative;
	padding-left: 55px;
	padding-top: 35px;
}

.wp-block-quote:after {
	content: url("assets/images/quote.svg");
	position: absolute;
	left: 0;
	top: 40px;
	height: 30px;
	width: 36px;
}

.wp-block-quote > *:first-child {
	margin-top: 0;
}

.wp-block-quote.is-style-plain {
	padding-left: 0;
}

.wp-block-quote.is-style-plain:after {
	display: none;
}

.wp-block-quote p:last-of-type {
	margin-bottom: 0;
}

.wp-block-quote cite {
	display: block;
	margin-top: 12px;
	color: var(--wp--preset--color--color-4);
	font-size: inherit;
}

.wp-block-quote.is-style-large:after {
	display: none;
}

.wp-block-quote.is-style-decorated {
	padding-left: 0;
	padding-top: 65px;
	border: 0;
}

.wp-block-quote.is-style-decorated > * {
	position: relative;
}

.wp-block-quote.is-style-decorated:after {
	left: 0;
	top: 0;
}

.wp-block-quote.is-style-decorated:before {
	content: '';
	display: block;
	width: 88px;
	height: 88px;
	background: #f3f3f3;
	border-radius: 20px 20px 20px 0;
	position: absolute;
	left: -15px;
	top: 57px;
}

/* wp-block-pullquote styles */
.wp-block-pullquote p:last-of-type {
	margin-bottom: 0;
}

.wp-block-pullquote.is-style-solid-color blockquote.has-text-color p, .wp-block-pullquote.is-style-solid-color blockquote.has-text-color cite {
	color: inherit;
}

/* wp-block-table styles */
.wp-block-table table {
	border-collapse: separate;
	border-spacing: 0;
	border: 0;
	border-color: var(--wp--preset--color--color-7);
}

.wp-block-table th, .wp-block-table td {
	border-color: inherit;
	padding: 1em;
}

.wp-block-table th {
	border-width: 0 1px 0 0;
	background: var(--wp--preset--color--color-1);
	color: var(--wp--preset--color--color-9);
	font-weight: 400;
}

.wp-block-table th:first-child {
	border-top-left-radius: 8px;
}

.wp-block-table th:last-child {
	border-top-right-radius: 8px;
	border-width: 0;
}

.wp-block-table td {
	border-width: 0 1px 1px 0;
}

.wp-block-table td:last-child {
	border-width: 0 1px 1px 0;
}

.wp-block-table td:first-child {
	border-width: 0 1px 1px 1px;
}

.wp-block-table tbody:first-child > tr:first-child td {
	border-top-width: 1px;
}

.wp-block-table tbody:first-child > tr:first-child td:first-child {
	border-top-left-radius: 8px;
}

.wp-block-table tbody:first-child > tr:first-child td:last-child {
	border-top-right-radius: 8px;
}

.wp-block-table tbody:last-child > tr:last-child td:first-child {
	border-bottom-left-radius: 8px;
}

.wp-block-table tbody:last-child > tr:last-child td:last-child {
	border-bottom-right-radius: 8px;
}

.wp-block-table tfoot td:first-child {
	border-bottom-left-radius: 8px;
}

.wp-block-table tfoot td:last-child {
	border-bottom-right-radius: 8px;
}

/* wp-block-verse styles */
pre.wp-block-verse {
	white-space: pre-wrap;
}

/* wp-block-code styles */
/* wp-block-preformatted styles */
/**
 *
 * Widgets
 *
 **/
/* wp-block-archives styles */
.wp-block-archives.wp-block-archives-list {
	padding: 0;
	list-style: none;
}

.wp-block-archives.wp-block-archives-list li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid var(--wp--preset--color--color-7);
	padding: 10px 0;
	margin: 0;
}

.wp-block-archives.wp-block-archives-list li:last-child {
	border: 0;
}

.wp-block-archives.wp-block-archives-list a {
	color: inherit;
	text-decoration: none;
	min-width: 0;
}

.wp-block-archives.wp-block-archives-list a:hover {
	color: var(--wp--preset--color--color-1);
}

/* wp-block-calendar styles */
/* wp-block-categories styles */
.wp-block-categories-list {
	padding: 0;
	list-style: none;
}

.wp-block-categories-list li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid var(--wp--preset--color--color-7);
	padding: 10px 0;
	margin: 0;
}

.wp-block-categories-list li:last-child {
	border: 0;
}

.wp-block-categories-list li ul {
	flex: 1 0 100%;
	border-top: 1px solid var(--wp--preset--color--color-7);
	margin-bottom: -11px;
	margin-top: 10px;
}

.wp-block-categories-list a {
	color: inherit;
	text-decoration: none;
	min-width: 0;
}

.wp-block-categories-list a:hover {
	color: var(--wp--preset--color--color-1);
}

/* wp-block-latest-comments styles */
/* wp-block-latest-posts styles */
.wp-block-latest-posts:after {
	content: '';
	display: table;
	clear: both;
}

.wp-block-latest-posts a {
	color: inherit;
}

.wp-block-latest-posts a:hover {
	text-decoration: none;
	color: var(--wp--preset--color--color-1);
}

.wp-block-latest-posts li {
	margin-bottom: 35px;
}

.wp-block-latest-posts .wp-block-latest-posts__post-title {
	font-weight: 700;
	color: var(--wp--preset--color--color-4);
	margin-bottom: 10px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.wp-block-latest-posts__featured-image img {
	border-radius: 50%;
}

.wp-block-latest-posts__featured-image.alignleft {
	margin-right: 20px;
}

.wp-block-latest-posts__featured-image.alignright {
	margin-left: 20px;
}

/* wp-block-search styles */
.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	padding: 0;
	border-radius: 6px;
	border-color: var(--wp--preset--color--color-7);
	overflow: hidden;
}

.wp-block-search__button-inside .wp-block-search__input {
	border: 0;
	border-radius: 0;
}

.wp-block-search__button-inside .wp-block-search__button {
	background: transparent;
	border-radius: 0;
	color: var(--wp--preset--color--color-7);
	padding: 10px;
	margin: 0;
}

.wp-block-search__button-inside .wp-block-search__button svg {
	width: 30px;
	height: 30px;
}

.wp-block-search__button-inside .wp-block-search__button:hover {
	color: var(--wp--preset--color--color-1);
	background: transparent;
}

/* wp-block-rss styles */
.wp-block-rss.is-grid li {
	margin: 0 16px 16px 0;
}

/* wp-block-page-list styles */
.wp-block-page-list {
	padding: 0;
	list-style: none;
}

.wp-block-page-list li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid var(--wp--preset--color--color-7);
	padding: 10px 0;
	margin: 0;
}

.wp-block-page-list li:last-child {
	border: 0;
}

.wp-block-page-list li ul {
	flex: 1 0 100%;
	border-top: 1px solid var(--wp--preset--color--color-7);
	margin-bottom: -11px;
	margin-top: 10px;
}

.wp-block-page-list a {
	color: inherit;
	text-decoration: none;
	min-width: 0;
}

.wp-block-page-list a:hover {
	color: var(--wp--preset--color--color-1);
}

.wp-block-navigation .wp-block-page-list li {
	border: 0;
}

.wp-block-navigation .wp-block-page-list li ul {
	border: 0;
	margin: 0;
}

/**
 *
 * Theme
 *
 **/
@media screen and (max-width: 768px) {
	.wp-block-navigation {
		gap: 15px;
	}
	.wp-block-navigation .wp-block-navigation__container {
		--navigation-layout-justification-setting: flex-start;
		width: 100%;
	}
}

.wp-block-navigation li.wp-block-navigation-item:hover > a,
.wp-block-navigation li.wp-block-navigation-item:hover > .wp-block-navigation-submenu__toggle {
	color: var(--wp--preset--color--color-1);
}

.wp-block-navigation a {
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.wp-block-navigation:not(.is-vertical) .wp-block-navigation__container > li > a {
		padding: 10px;
	}
}

.wp-block-navigation:not(.is-vertical) .wp-block-navigation__container > li.has-child > a {
	padding-right: 5px;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
	padding: 10px 0 0 10px;
	border: 0;
}

@media screen and (min-width: 768px) {
	.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
		box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
		border: 0;
		border-radius: 0 0 6px 6px;
		padding: 0;
	}
	.wp-block-navigation .has-child li {
		position: relative;
	}
	.wp-block-navigation .has-child li:after {
		content: '';
		display: block;
		position: absolute;
		left: 20px;
		right: 20px;
		bottom: 0;
		height: 1px;
		background: var(--wp--preset--color--color-7);
	}
	.wp-block-navigation .has-child li:last-child:after {
		display: none;
	}
	.wp-block-navigation .has-child li > a {
		padding: 17px 20px;
	}
}

@media screen and (min-width: 768px) {
	.wp-block-navigation.is-style-pills .wp-block-navigation > li > .wp-block-navigation-item__content {
		padding: 3px 8px;
		border-radius: 6px;
	}
	.wp-block-navigation.is-style-pills .wp-block-navigation > li > .wp-block-navigation-item__content:hover,
	.wp-block-navigation.is-style-pills .wp-block-navigation > li > .wp-block-navigation-item__content[aria-current] {
		color: var(--wp--preset--color--color-9);
		background: var(--wp--preset--color--color-1);
	}
}

@media screen and (max-width: 768px) {
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
		padding: 0;
		margin: 10px 0 0 15px;
		font-size: .875em;
	}
}

.wp-block-query-pagination a:hover {
	text-decoration: none;
}

.wp-block-query-pagination .wp-block-query-pagination-previous,
.wp-block-query-pagination .wp-block-query-pagination-next {
	border: 1px solid currentColor;
	border-radius: 6px;
	line-height: 1;
	padding: 11px 15px;
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow,
.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
	font-weight: 900;
	margin: 0 5px;
}

.wp-block-query-pagination > .wp-block-query-pagination-numbers {
	display: flex;
	gap: 31px;
	margin: 10px;
}

.wp-block-query-title {
	word-wrap: break-word;
}

.wp-block-site-title a {
	text-decoration: none;
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),
.wp-block-post-comments-form .comment-form textarea {
	border: 1px solid var(--wp--preset--color--color-6, #adadad);
	padding: 16px 18px;
}

.wp-block-comment-template ol {
	padding-left: 5%;
}

@media screen and (min-width: 768px) {
	.wp-block-comment-template ol {
		padding-left: 15%;
	}
}

.wp-block-post-comments-form .comment-reply-title {
	margin-bottom: 30px;
}

.wp-block-post-content:after {
	display: table;
	content: '';
	clear: both;
}

.wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link {
	border-radius: 6px;
	padding: 6px 10px;
	background-color: var(--wp--preset--color--color-4);
	color: var(--wp--preset--color--color-9);
	font-style: normal;
	font-weight: 600;
	line-height: 1.6;
	text-decoration: none;
}

.wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link:hover {
	background-color: var(--wp--preset--color--color-1);
	color: var(--wp--preset--color--color-9);
}

.wp-block-post-navigation-link > .post-navigation-link__label {
	display: block;
}

.wp-block-post-terms.taxonomy-post_tag a {
	display: inline-block;
	padding: 6px 20px;
	border: 1px solid currentColor;
	border-radius: 6px;
	text-decoration: none;
	margin-right: 20px;
	margin-bottom: 10px;
}

.wp-block-post-terms.taxonomy-post_tag .wp-block-post-terms__separator {
	display: none;
}

.wp-block-post-title a:hover {
	text-decoration: none;
}

.wp-block-getwid-advanced-heading p {
	margin: 0;
}

.wp-block-getwid-advanced-heading.is-style-repeating-text {
	overflow: hidden;
}

.wp-block-getwid-advanced-heading.is-style-repeating-text .wp-block-getwid-advanced-heading__content span {
	position: relative;
}

.wp-block-getwid-advanced-heading.is-style-repeating-text .wp-block-getwid-advanced-heading__content span:after, .wp-block-getwid-advanced-heading.is-style-repeating-text .wp-block-getwid-advanced-heading__content span:before {
	content: attr(data-text);
	position: absolute;
	opacity: .1;
	white-space: nowrap;
}

.wp-block-getwid-advanced-heading.is-style-repeating-text .wp-block-getwid-advanced-heading__content.should-animate span:before {
	right: 101%;
	text-align: right;
}

.wp-block-getwid-advanced-heading.is-style-repeating-text .wp-block-getwid-advanced-heading__content.should-animate span:after {
	left: 101%;
	text-align: left;
}

.wp-block-getwid-image-box.is-style-style-1 {
	padding: 40px;
	background: var(--wp--preset--color--color-9);
	border: 1px solid var(--wp--preset--color--color-7);
	border-radius: 8px;
	transition: .3s;
}

.wp-block-getwid-image-box.is-style-style-1 .wp-block-getwid-image-box__image {
	transition: .3s;
}

.wp-block-getwid-image-box.is-style-style-1:hover {
	color: var(--wp--preset--color--color-9);
	background: var(--wp--preset--color--color-1);
	border-color: transparent;
	box-shadow: 0px 27px 40px 0px rgba(0, 0, 0, 0.15);
}

.wp-block-getwid-image-box.is-style-style-1:hover .wp-block-getwid-image-box__image {
	filter: brightness(0) invert(1);
}

.wp-block-getwid-image-box.is-style-style-1:hover h1, .wp-block-getwid-image-box.is-style-style-1:hover h2, .wp-block-getwid-image-box.is-style-style-1:hover h3, .wp-block-getwid-image-box.is-style-style-1:hover h4, .wp-block-getwid-image-box.is-style-style-1:hover h5, .wp-block-getwid-image-box.is-style-style-1:hover h6 {
	color: inherit;
}

.wp-block-getwid-icon-box.is-style-style-1 {
	padding: 40px;
	background: var(--wp--preset--color--color-9);
	border: 1px solid var(--wp--preset--color--color-7);
	border-radius: 8px;
	transition: .3s;
}

.wp-block-getwid-icon-box.is-style-style-1 .wp-block-getwid-icon-box__icon-wrapper {
	transition: .3s;
	padding: 0;
}

.wp-block-getwid-icon-box.is-style-style-1:hover {
	color: var(--wp--preset--color--color-9);
	background: var(--wp--preset--color--color-1);
	border-color: transparent;
	box-shadow: 0px 27px 40px 0px rgba(0, 0, 0, 0.15);
}

.wp-block-getwid-icon-box.is-style-style-1:hover .wp-block-getwid-icon-box__icon-wrapper {
	filter: brightness(0) invert(1);
}

.wp-block-getwid-icon-box.is-style-style-1:hover h1, .wp-block-getwid-icon-box.is-style-style-1:hover h2, .wp-block-getwid-icon-box.is-style-style-1:hover h3, .wp-block-getwid-icon-box.is-style-style-1:hover h4, .wp-block-getwid-icon-box.is-style-style-1:hover h5, .wp-block-getwid-icon-box.is-style-style-1:hover h6 {
	color: inherit;
}

.wp-block-getwid-testimonial {
	color: var(--wp--preset--color--color-9);
	position: relative;
}

.wp-block-getwid-testimonial.has-image .wp-block-getwid-testimonial__wrapper {
	margin-left: 100px;
}

.wp-block-getwid-testimonial.is-style-image-right.has-image .wp-block-getwid-testimonial__wrapper {
	margin-right: 100px;
	margin-left: auto;
}

.wp-block-getwid-testimonial.is-style-image-right .wp-block-getwid-testimonial__wrapper:before {
	right: 85px;
	left: auto;
	transform: skewX(35deg);
	transform-origin: bottom right;
}

.wp-block-getwid-testimonial.is-style-image-right .wp-block-getwid-testimonial__image-wrapper {
	right: 0;
	left: auto;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__wrapper {
	background: var(--wp--preset--color--color-1);
	border-radius: 100px;
	padding: 30px 60px;
	z-index: 1;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__wrapper:before {
	content: '';
	position: absolute;
	bottom: 1px;
	left: 85px;
	width: 125px;
	height: 75px;
	background-color: inherit;
	z-index: -1;
	transform: skewX(-35deg);
	transform-origin: bottom left;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__content-wrapper {
	font-size: var(--wp--preset--font-size--big);
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1.28;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__image-wrapper {
	position: absolute;
	left: 0;
	bottom: 0;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__header {
	margin: 0;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__heading {
	margin: 0;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__title {
	font-size: var(--wp--preset--font-size--medium);
	line-height: 1.55;
}

.wp-block-getwid-price-box {
	padding: 40px 40px 60px;
	border-radius: 10px;
}

.wp-block-getwid-price-box__title {
	font-size: var(--wp--preset--font-size--big);
	font-weight: 600;
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__pricing {
	margin-bottom: 25px;
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__amount {
	font-size: 100px;
	font-weight: 700;
	line-height: .8;
	letter-spacing: -2px;
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__currency {
	font-size: 25px;
	font-weight: 600;
	line-height: 32px;
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__period {
	font-size: 18px;
	line-height: 28px;
	vertical-align: top;
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__features {
	text-align: left;
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__features li + li {
	margin-top: 12px;
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__features li {
	position: relative;
	padding-left: 25px;
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__features li:before {
	content: "";
	font-family: "prime-fse";
	position: absolute;
	left: 0;
	top: -2px;
}

.wp-block-getwid-video-popup__icon {
	background: transparent;
	border: 2px solid currentColor;
}

.wp-block-getwid-person__image {
	margin-bottom: 20px;
}

.wp-block-getwid-person__image img {
	border-radius: 6px;
}

.wp-block-getwid-person__title {
	font-size: var(--wp--preset--font-size--big);
	color: var(--wp--preset--color--color-4);
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 5px;
}

.wp-block-getwid-person__subtitle {
	font-size: 1em;
}

.wp-block-getwid-social-links__item {
	padding: 0 .5em .5em;
}

.wp-block-getwid-social-links__link:hover {
	color: var(--wp--preset--color--color-3);
}

@media screen and (min-width: 992px) {
	.wp-block-getwid-content-timeline-item.has-card-right .wp-block-getwid-content-timeline-item__card:not(.has-background) .wp-block-getwid-content-timeline-item__card-wrapper, .wp-block-getwid-content-timeline-item:nth-child(2n) .wp-block-getwid-content-timeline-item__card:not(.has-background) .wp-block-getwid-content-timeline-item__card-wrapper {
		margin-left: 75px;
		margin-right: 0;
	}
	.wp-block-getwid-content-timeline-item.has-card-right .wp-block-getwid-content-timeline-item__card:not(.has-background):after, .wp-block-getwid-content-timeline-item:nth-child(2n) .wp-block-getwid-content-timeline-item__card:not(.has-background):after {
		transform: none;
	}
}

@media screen and (min-width: 992px) {
	.wp-block-getwid-content-timeline-item.has-card-left .wp-block-getwid-content-timeline-item__card:not(.has-background) .wp-block-getwid-content-timeline-item__card-wrapper {
		margin-left: 0;
		margin-right: 75px;
	}
	.wp-block-getwid-content-timeline-item.has-card-left .wp-block-getwid-content-timeline-item__card:not(.has-background):after {
		transform: translateX(-100%);
	}
}

.wp-block-getwid-content-timeline-item__card {
	filter: none;
	border-radius: 8px;
}

.wp-block-getwid-content-timeline-item__card:not(.has-background) {
	background: transparent;
}

.wp-block-getwid-content-timeline-item__card:not(.has-background) .wp-block-getwid-content-timeline-item__card-wrapper {
	background: var(--wp--preset--color--color-9);
	border: 1px solid var(--wp--preset--color--color-6);
	margin-right: 75px;
}

.wp-block-getwid-content-timeline-item__card:not(.has-background):after {
	width: 48px;
	height: 1px;
	background: var(--wp--preset--color--color-6);
	transform: translateX(-100%);
	right: 0;
}

.wp-block-getwid-content-timeline-item__point {
	margin-left: 32px;
	margin-right: 32px;
}

.wp-block-getwid-content-timeline-item__meta {
	font-weight: 600;
	color: var(--wp--preset--color--color-4);
}

.wp-block-getwid-content-timeline-item__content-wrapper {
	padding: 30px;
}

@media screen and (min-width: 1000px) {
	.gw-mm__content > li {
		margin: 0 15px;
	}
}

.gw-mm.is-mobile .gw-mm__content-wrapper {
	top: calc(100% + 20px);
}

.gw-mm-item.has-children .gw-mm-item__link a {
	padding-right: 0;
}

.gw-mm-item__link {
	font-weight: 600;
}

.gw-mm-item__link:hover a,
.gw-mm-item__link:hover .gw-mm-item__toggle {
	color: var(--wp--preset--color--color-1);
}

.gw-mm-item__link a {
	color: inherit;
	text-decoration: none;
}

.gw-mm-item__dropdown {
	margin-top: 21px;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
	border-radius: 0 0 10px 10px;
	padding: 0;
}

.gw-mm__toggle {
	border: 0;
	background: 0;
	font-size: 18px;
	font-weight: 600;
	font-family: inherit;
}

.gw-mm__toggle > span {
	margin-right: 5px;
	vertical-align: middle;
}

.gw-pm-item__link {
	font-weight: 600;
}

.gw-pm-item__link:hover a,
.gw-pm-item__link:hover .gw-mm-item__toggle {
	color: var(--wp--preset--color--color-1);
}

.gw-pm-item__link a {
	color: inherit;
}

.gw-pm-item__link a:hover {
	text-decoration: none;
}

.wp-block-getwid-map__container {
	border-radius: 6px;
	overflow: hidden;
}

.wp-block-getwid-custom-post-type .navigation.pagination .page-numbers {
	display: inline-block;
	padding: 5px 8px;
	margin: 5px;
	border: 1px solid currentColor;
	line-height: 1;
	text-decoration: none;
	border-radius: 4px;
}

.wp-block-getwid-custom-post-type .navigation.pagination .page-numbers:hover {
	color: inherit;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper {
	border-color: var(--wp--preset--color--color-7);
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:first-child {
	border-color: var(--wp--preset--color--color-7);
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__content {
	border-color: var(--wp--preset--color--color-7);
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row:first-child .wp-block-getwid-toggle__header-wrapper {
	border-color: var(--wp--preset--color--color-7);
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__header-wrapper {
	border-color: var(--wp--preset--color--color-7);
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__content {
	border-color: var(--wp--preset--color--color-7);
}

.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link.ui-tabs-active {
	border-color: var(--wp--preset--color--color-7);
	background-color: var(--wp--preset--color--color-6);
}

.wp-block-getwid-tabs .wp-block-getwid-tabs__tab-content {
	border-color: var(--wp--preset--color--color-7);
	background-color: var(--wp--preset--color--color-6);
}

.wp-block-getwid-tabs.has-layout-vertical-left .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link, .wp-block-getwid-tabs.has-layout-vertical-right .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link, .wp-block-getwid-tabs.is-style-vertical .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link {
	border-color: transparent;
}

.wp-block-getwid-tabs.has-layout-vertical-left .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link.ui-tabs-active, .wp-block-getwid-tabs.has-layout-vertical-right .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link.ui-tabs-active, .wp-block-getwid-tabs.is-style-vertical .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link.ui-tabs-active {
	border-color: var(--wp--preset--color--color-7);
}
