/*
Theme Name: Woorise
Theme URI: https://woorise.com/
Author: Woorise
Author URI: https://woorise.com/
Description: Woorise is the theme for the main site on woorise.com, a lead generation and marketing platform to create landing pages, forms, surveys and quizzes.
Requires at least: 6.1
Tested up to: 6.1
Requires PHP: 8.1
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: woorise
*/

/* CSS Reset
---------------------------------------------------------------------------- */

html {
	box-sizing: border-box;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.wp-block-column table {
	word-break: normal;
}

/* Media
--------------------------------------------- */

embed, iframe, img, object, video, .wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.single-post .entry-content img,
.single-docs .entry-content img,
.single-updates .entry-content img {
	box-shadow: 0 0px 1px 0 rgba(0,0,0,0.2);
}

/* Forms
--------------------------------------------- */

input, 
select, 
textarea,
.woocommerce-page .input-text {
	background: #fff;
	border-radius: 5px;
	border: 1px solid var(--wp--preset--color--grey);
	padding: 1rem 0.8rem;
	font-size: var(--wp--preset--font-size--small);
}

button,
.button {
	background-color: #ff4a00;
	color: #fff;
	cursor: pointer;
	font-weight: 600;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	text-decoration: none;
	white-space: normal;
	width: auto;
	border-radius: 50px;
	box-sizing: border-box;
	display: block;
	text-align: center;
}

.button {
	display: inline-block;
}

.btn-ghost {
	background-color: transparent;
	color: var(--wp--preset--color--woorise);
	border: 2px solid var(--wp--preset--color--woorise);
}

a.button.small,
button.small {
	padding: 10px 20px;
	border-width: 1px;
	font-weight: 400;
	font-size: 14px;
	display: inline-block;
}

::placeholder,
::-webkit-input-placeholder,
::-moz-placeholder {
	font-family: var(--wp--preset--font-family--primary);
}

.button.disabled {
	background: #f9f7f7;
	color: #666261 !important;
	pointer-events: none;
}

/* GF Forms
--------------------------------------------- */

.grecaptcha-badge {
	visibility: hidden;
}

.gform_wrapper.gravity-theme input[type="color"],
.gform_wrapper.gravity-theme input[type="date"],
.gform_wrapper.gravity-theme input[type="datetime-local"],
.gform_wrapper.gravity-theme input[type="datetime"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="month"],
.gform_wrapper.gravity-theme input[type="number"],
.gform_wrapper.gravity-theme input[type="password"],
.gform_wrapper.gravity-theme input[type="search"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="time"],
.gform_wrapper.gravity-theme input[type="url"],
.gform_wrapper.gravity-theme input[type="week"],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
	padding: 15px 8px;
}

.gform_button {
	border: none;
	width: 100%;
	padding: 15px 8px;
}

body .gform_wrapper.gravity-theme .gfield_label {
	margin-bottom: 2px;
}

body .gform_wrapper.gravity-theme .gfield-choice-input + label {
	vertical-align: top;
}

.gform_button_select_files {
	border: none;
	background: var(--wp--preset--color--dark);
}

@media only screen and (max-width: 641px) {
	body .gform_wrapper.gravity-theme input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
		line-height: normal;
	}
}

/* CTA link
--------------------------------------------- */

.cta-link a {
	color: var(--wp--preset--color--dark);
}

.cta-link a::after {
	content: "";
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 320 512"><path d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>');
	background-size: contain;
	width: 1em;
	display: inline-block;
	margin-left: 0.5em;
	height: 0.6em;
	background-repeat: no-repeat;
}

.cta-link a:hover::after {
	margin-left: 0.8em;
}

.cta-link a:after {
	transition: all 0.3s ease-in-out;
}

/* Header
--------------------------------------------- */

header.wp-block-template-part {
	position: sticky;
	top: calc(0px + var(--wp-admin--admin-bar--position-offset, 0px));
	z-index: 100;
}

.woocommerce-page header.wp-block-template-part {
	position: static;
}

/*
.sticky-header {
	box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.1);
}
*/

.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
	height: 36px;
	width: 36px;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation {
	font-size: 1.2rem;
}

.highlight a {
	background-color: var(--wp--preset--color--woorise);
	color: #fff !important;
	padding: 8px 20px !important;
	border-radius: 30px;
}

.wp-block-navigation__responsive-container-close {
	top: var(--wp--preset--spacing--20);
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
	border-radius: 5px;
}

.wp-block-navigation__responsive-container-open span {
	font-size: var(--wp--preset--font-size--medium);
}

.wp-block-navigation__responsive-container-open {
	align-items: center;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item {
	align-items: flex-end;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	padding-top: calc(4rem + 24px);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
	padding: 0;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
	gap: 8px;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content.wp-block-navigation-submenu__toggle {
	color: var(--wp--preset--color--grey);
}

/* Search
--------------------------------------------- */

.search-form {
	max-width: 600px;
	margin: 0;
	position: relative;
}

.search_inside-wrapper {
	display: flex;
	flex-wrap: nowrap;
	border: 2px solid #888;
	padding: 0 0 0 .85em;
	border-radius: 10px;
}

.search_input {
	border: none;
	border-radius: 0;
	padding: .85em 0 .85em .25em;
	flex-grow: 1;
	margin-left: 0;
	margin-right: 0;
	min-width: 3em;
	text-decoration: unset !important;
	font-size: var(--wp--preset--font-size--small);
	background: none;
}

.search_input:focus {
	outline: none;
}

.search_button {
	word-break: normal;
	line-height: 0;
	cursor: pointer;
	border: none;
	background: none;
}

.search-icon {
	fill: #888;
}

.search_inside-wrapper:focus-within .search-icon {
	fill: #000;
}

.search_inside-wrapper:focus-within {
	border-color: #000;
	background: #fff;
}

#search_results {
	background-color: #fff;
	min-height: 100px;
	border-radius: 10px;
	position: absolute;
	/* box-shadow: 0 5px 30px 0px rgba(44, 62, 80, 0.1); */
	overflow: hidden;
	z-index: 10;
	border: 2px solid #000;
	margin-top: 10px;
	width: 100%;
	box-sizing: border-box;
}

#search_results.loader {
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: visible;
}

#search_results ul {
	max-height: 300px;
	overflow-y: auto;
	padding: 0;
	margin: 0;
}

#search_results li {
	list-style-type: none;
}

#search_results ul li a {
	padding: 15px 20px;
	display: block;
	border-bottom: 1px solid #f2f2f2;
	line-height: 1.4;
	color: #000;
}

#search_results ul li a:hover {
	background: #f2f2f2;
}

#search_results p {
	text-align: center;
	line-height: 100px;
	margin-bottom: 0;
}

/* Breadcrumbs
--------------------------------------------- */

.breadcrumbs {
	display: inline-flex;
	align-items: center;
}

.breadcrumbs .seperator-icon {
	width: 8px;
	padding: 0 var(--wp--preset--spacing--10);
	fill: #999;
}

.breadcrumbs .back-icon {
	padding-right: var(--wp--preset--spacing--10);
	height: 14px;
}

.breadcrumbs a {
	text-decoration: none;
	font-weight: 600;
	color: var(--wp--preset--color--dark);
	border-radius: 50px;
	font-size: var(--wp--preset--font-size--small);
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
}

/* Categories navigation
--------------------------------------------- */

nav.categories-nav {
	margin-top: var(--wp--preset--spacing--60);
}

.wp-block-navigation.categories-nav .wp-block-navigation-item__content {
	color: var(--wp--preset--color--grey);
}

.wp-block-navigation.categories-nav .current-menu-item .wp-block-navigation-item__content {
	color: #000;
	font-weight: 900;
}

/* Customers
--------------------------------------------- */

.customer-logos .wp-block-column {
	text-align: center;
}

.customer-logos svg {
	max-width: 120px;
	max-height: 34px;
}

/* Boxes
--------------------------------------------- */

.boxes svg {
	max-width: 30px;
	fill: #000;
	width: 30px;
	height: 30px;
}

.boxes h3 {
	font-size: clamp(1.313rem, 1.313rem + ((1vw - 0.48rem) * 0.84), 1.5rem);
	font-weight: 600;
}

.boxes .wp-block-column {
	border: 1px solid var(--wp--preset--color--dark);
	border-radius: 10px;
	border-bottom-width: 5px;
	padding: var(--wp--preset--spacing--30);
	background: #fff;
}

/* Media & Text  block
--------------------------------------------- */

.wp-block-media-text__media {
	text-align: center;
}

.wp-block-media-text__media img {
	max-height: 500px;
	max-width: 500px;
	object-fit: contain;
}

.wp-block-media-text .wp-block-media-text__content {
	padding: 0 0 0 8%;
}

.has-media-on-the-right .wp-block-media-text__content {
	padding: 0 8% 0 0;
}

/* Single post
--------------------------------------------- */

.single .wp-block-post-content h2 {
	padding-top: var(--wp--preset--spacing--60);
}

.wp-block-post-author__avatar img {
	border-radius: 50%;
}

.wp-block-post-author__bio {
	font-size: var(--wp--preset--font-size--small);
}

.wp-block-post-author__name {
	line-height: normal;
}

.single-post .entry-content ul li {
	margin-bottom: var(--wp--preset--spacing--20);
}

/* Taxonomies
--------------------------------------------- */
 
.wp-block-query .wp-block-post:not(.has-post-thumbnail),
li.integrations,
.post-type-archive-updates .wp-block-post {
	box-shadow: 0 0px 0px 1px rgba(0, 0, 0, .3);
	padding: var(--wp--preset--spacing--20);
	border-radius: 10px;
	box-sizing: border-box;
	background: #fff;
}

/* Pagination
--------------------------------------------- */

.wp-block-query-pagination a,
.wp-block-query-pagination .current {
	padding: .75rem .9rem;
	border-radius: 50px;
	min-width: 20px;
	display: inline-flex;
	min-height: 20px;
	justify-content: center;
	font-weight: bold;
	margin: 5px;
	color: #000;
}

.wp-block-query-pagination .current,
.wp-block-query-pagination a:hover {
	background-color: var(--wp--preset--color--almost-white);
	text-decoration: none;
}

/* Integrations
--------------------------------------------- */

li.integrations {
	padding: var(--wp--preset--spacing--20);
}

.integration-logo {
	width: 50px;
	height: 50px;
	display: block;
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 5px;
	object-fit: contain;
}

.integrations-cta .integration-logo {
	margin: 0 auto;
}

.featured-logo {
	border-radius: 10px;
}

.featured-logo .integration-logo {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	display: block;
	padding: 0;
	border: none;
}

.single .wp-block-post-terms a {
	border: 1px solid #999;
	padding: 2px 8px;
	border-radius: 5px;
	text-decoration: none;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 0.9rem;
}

.single .wp-block-post-terms a:hover {
	border-color: #000;
}

/* Help
--------------------------------------------- */

.guides ul {
	margin-left: 0;
	padding-left: 20px;
}

.guides ul li {
	margin-bottom: 10px;
	color: var(--wp--preset--color--woorise);
}

.single-docs .entry-content ol > li {
	margin-bottom: var(--wp--preset--spacing--40);
	position: relative;
	list-style: none;
}

.single-docs .entry-content ol {
	counter-reset: ol-counter;
	margin-top: var(--wp--preset--spacing--40);
	padding-left: 54px;
}

.single-docs .entry-content ol ul {
	margin-top: 20px;
}

.single-docs .entry-content ol > li::before {
	border: 1px solid var(--wp--preset--color--woorise);
	border-radius: 50%;
	color: #ff4a00;
	content: counter(ol-counter);
	counter-increment: ol-counter;
	display: block;
	left: -3em;
	line-height: 1.9em;
	position: absolute;
	text-align: center;
	top: 2px;
	width: 2em;
	height: 2em;
}

.single-docs .entry-content ol[start="2"] {
	counter-reset: li 2;
}
.single-docs .entry-content ol[start="3"] {
	counter-reset: li 3;
}
.single-docs .entry-content ol[start="4"] {
	counter-reset: li 4;
}
.single-docs .entry-content ol[start="5"] {
	counter-reset: li 5;
}
.single-docs .entry-content ol[start="6"] {
	counter-reset: li 6;
}
.single-docs .entry-content ol[start="7"] {
	counter-reset: li 7;
}
.single-docs .entry-content ol[start="8"] {
	counter-reset: li 8;
}
.single-docs .entry-content ol[start="9"] {
	counter-reset: li 9;
}
.single-docs .entry-content ol[start="10"] {
	counter-reset: li 10;
}

.support-channels {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.single-docs .entry-content p code,
.single-updates .entry-content p code,
.single-devdoc .entry-content p code,
.single-docs .entry-content li code,
.single-updates .entry-content li code,
.single-devdoc .entry-content li code {
	background: #f9f7f7;
	padding: 2px 5px;
	border-radius: 3px;
	border: 1px solid #ececec;
}

/* Experts
--------------------------------------------- */

.wp-block-query .experts {
	box-shadow: 0 0 0 1px rgba(0,0,0,.3);
	border-radius: 10px;
}

.single-experts .featured-logo figure {
	max-width: 200px;
}

.visit-website {
	display: block;
}

.visit-website svg {
	padding-left: 10px;
	height: 16px;
	fill: var(--wp--preset--color--dark);
}

.visit-website svg {
	padding-left: 10px;
	height: 16px;
}

/* Templates
--------------------------------------------- */

.templates_group {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 1.25em;
	margin: 0 0 var(--wp--preset--spacing--60);
	padding: 0;
}

.templates h2 {
	font-size: 1.2rem;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: var(--wp--preset--spacing--10);
	margin-bottom: var(--wp--preset--spacing--20);
	text-transform: uppercase;
}

.templates h2 a {
	color: #000;
}

.templates li,
.tax-template_category li.template {
	border-radius: 5px;
	list-style-type: none;
	box-shadow: 0 0px 0px 1px rgba(0, 0, 0, .3);
	background: #fff;
	text-decoration: none;
}

.templates li:hover,
.tax-template_category li.template:hover {
	box-shadow: 0 0px 0px 1px rgba(0, 0, 0, .8);
}

.templates img,
.tax-template_category .template img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	display: block;
	max-width: 100%;
	height: auto;
	display: block;
}

.templates figure,
.tax-template_category .template figure,
.templates h3,
.tax-template_category .template h2 {
	margin: 0;
}

.templates h3 a,
.tax-template_category .template h2 a {
	font-size: 16px;
	font-weight: 700;
	padding: 15px 20px;
	margin: 0;
	display: block;
	line-height: normal;
	text-decoration: none;
	color: inherit;
}

.templates h3 a:hover,
.tax-template_category .template h2 a:hover {
	text-decoration: none;
}

.templates li p,
.tax-template_category .template .wp-block-post-excerpt {
	margin-top: 0;
	padding: 0 20px;
	font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.008), 0.88rem);
	color: var(--wp--preset--color--grey);
}

.wp-block-column.preview-template {
	position: relative;
	cursor: pointer;
	box-shadow: 0 0px 1px 0 rgba(0,0,0,.2);
}

.wp-block-column.preview-template p {
	margin: 0;
}

.wp-block-column.preview-template::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0);
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 1;
	border-radius: 10px;
}

.wp-block-column.preview-template:hover::before {
	background: rgba(255,255,255,.5);
}

.wp-block-column.preview-template button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	cursor: pointer;
	border: none;
	color: #fff;
	background: #000;
	border-radius: 5px;
	padding: 8px 12px;
	margin: 0;
	z-index: 2;
}

.wp-element-button.preview-template {
	background: transparent none;
	border-color: currentColor;
	border-width: 2px;
	border-style: solid;
	color: currentColor;
	padding-top: 0.667em;
	padding-right: 1.33em;
	padding-bottom: 0.667em;
	padding-left: 1.33em;
}

.wp-block-column.preview-template:hover button {
	opacity: 1;
}

.cta-button {
	text-align: center;
	margin-top: var(--wp--preset--spacing--40);
}

.cta-button a {
	border: 2px solid #000;
	background: none;
	color: #000;
}

/* Template preview
--------------------------------------------- */

div.template-preview {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999;
	display: none;
	width: 100%;
	height: 100%;
	grid-template-rows: 60px auto;
	background: #fff;
	margin-block-start: 0;
}

.template-header {
	display: flex;
	align-items: center;
	padding: 10px;
	justify-content: space-between;
	box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.1);
}

.close-template {
	cursor: pointer;
	background: none;
	border: none;
	padding: 5px;
}

.close-template svg {
	width: 28px;
	height: 28px;
	pointer-events: none;
}

.template-content iframe {
	border: none;
}

.device-switch button,
.device-switch a {
	border: none;
	background: none;
	cursor: pointer;
	padding: 5px 10px;
	display: inline;
}

.device-switch svg {
	width: 20px;
	height: 20px;
	fill: #888;
	pointer-events: none;
}

.active-device svg {
	fill: #000;
}

.template-header .wp-element-button.use-template {
	padding: 10px 20px;
	font-size: var(--wp--preset--font-size--small);
}

.mobile-preview {
	max-width: 380px;
	max-height: 700px;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
}

/* Table of contents
--------------------------------------------- */

div#table-of-contents {
	padding: var(--wp--preset--spacing--30);
	border: 1px solid var(--wp--preset--color--dark);
	border-radius: 10px;
	border-bottom-width: 5px;
	margin-block-start: var(--wp--preset--spacing--40);
	background: var(--wp--preset--color--almost-white);
}

#table-of-contents li a {
	color: var(--wp--preset--color--dark);
}

#table-of-contents p {
	margin-top: 0;
	font-size: clamp(1.313rem,1.313rem + ((1vw - 0.48rem) * 0.84),1.6rem);
	font-weight: 500;
	color: #000;
}

#table-of-contents ul {
	margin-bottom: 0;
}

#table-of-contents li {
	color: var(--wp--preset--color--woorise);
	margin-bottom: inherit;
}

/* heade links */

.entry-content .anchor-link {
    color: inherit;
    text-decoration: none;
    position: relative;
}

.entry-content .anchor-link .link-icon {
    display: none;
}

.entry-content .anchor-link .link-icon svg {
    width: 16px;
    height: 16px;
    fill: #ccc;
}

.entry-content h2:hover .link-icon {
	display: inline-block;
	padding-left: 10px;
}

/* Related items
--------------------------------------------- */

.related-items {
	padding-top: var(--wp--preset--spacing--80);
	padding-bottom: var(--wp--preset--spacing--80);
}

.related-items ul {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 2rem;
}

.related-items h2 {
	text-align: center;
}

.related-items li {
	background: #fff;
	list-style: none;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 10px;
}

.related-items li:hover {
	border-color: rgba(0, 0, 0, 1);
}

.related-items img {
	height: auto;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.related-items h3 {
	font-size: var(--wp--preset--font-size--medium);
	padding-left: var(--wp--preset--spacing--10);
	font-weight: 600;
	padding-right: var(--wp--preset--spacing--10);
}

.related-items a {
	text-decoration: none;
}

/* Docs */

.single-docs .related-items {
	background: 0 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: var(--wp--preset--spacing--60);
	margin-bottom: var(--wp--preset--spacing--60);
}

.single-docs .related-items h2 {
	text-align: left;
}

.single-docs .related-items ul {
	grid-template-columns: repeat(2, 1fr);
}

.single-docs .related-items li {
	background: var(--wp--preset--color--almost-white);
}

.single-docs .related-items li h3 {
	margin: 0;
	padding: var(--wp--preset--spacing--20);
}

/* Signup
--------------------------------------------- */

.signup .wp-block-columns {
	flex-grow: 1;
	margin-bottom: 0;
	gap: 0;
}

.signup .wp-block-column {
	display: flex;
	align-items: center;
}

.signup .wp-block-group {
	max-width: 460px;
	margin: 0 auto;
}

#woorise-logo {
	text-align: center;
	display: block;
}

.signup .gform_wrapper {
	padding: 10px 30px 10px;
	border: 1px solid var(--wp--preset--color--dark);
	border-radius: 10px;
	border-bottom-width: 5px;
}

.gfield_password_strength {
	display: none;
}

body .gform_wrapper.gravity-theme .gfield_password_strength {
	border: none !important;
	border-radius: 5px;
	font-size: 14px;
	padding: 6px;
}

.password_input_container input {
	width: 100%;
}

.meditating img {
    animation: meditating 5s linear infinite;
    position: relative;
    display: block;
	will-change: transform;
}

@keyframes meditating {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-40px);
    }
}

/* Social share
--------------------------------------------- */

.social-share p {
	text-align: center;
}

.social-share ul {
	display: flex;
	padding: 0;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	gap: 1rem;
}

.social-share svg {
	fill: #000;
	width: 30px;
	height: 30px;
}

.social-share.affiliate-share a {
	background: #e5e5e5;
	border-radius: 5px;
	height: 40px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 60px;
}

.social-share.affiliate-share li {
	flex: 1 1 60px;
	max-width: 100px;
}

.social-share.affiliate-share svg {
	height: 20px;
	width: 20px;
}

.social-share.affiliate-share a:hover {
	background: #cdcdcd;
}

.single .is-layout-constrained .social-share {
	margin-top: var(--wp--preset--spacing--60);
	margin-bottom: var(--wp--preset--spacing--60);
}

.single .social-share ul {
	justify-content: space-between;
	max-width: 500px;
}

/* Footer
--------------------------------------------- */

footer.wp-block-template-part {
	margin-block-start: 0;
}

.gdpr-badge {
	display: inline-flex;
	background: rgb(34,62,146);
	color: #fff;
	align-items: center;
	border-radius: 50px;
	padding: 6px 15px 6px 8px;
}

.gdpr-badge svg {
  max-width: 25px;
  margin-right: 10px;
  width: 100%;
}

.gdpr-badge span {
	font-size: 12px;
}

.with-love {
	display: flex;
}

.with-love svg {
	padding-left: 5px;
	padding-right: 5px;
}

.with-love svg:hover {
	animation: heart-beat 5s ease infinite;
	fill: red;
	cursor: pointer;
  }
  
@keyframes heart-beat {
	0% {
		transform:scale(1);
	}
	5% {
		transform:scale(1.25);
	}
	20% {
		transform:scale(1);
	}
	30% {
		transform:scale(1);
	}
	35% {
		transform:scale(1.25);
	}
	50% {
		transform:scale(1);
	}
	55% {
		transform:scale(1.25);
	}
	70% {
		transform:scale(1);
	}
}

/* Notices
--------------------------------------------- */

.notice {
	border: 1px solid #006eff;
	padding: var(--wp--preset--spacing--20);
	border-radius: 10px;
	border-bottom-width: 5px;
	color: #000;
}

.notice.warning {
	border-color: #ffc000;
}

.notice.important {
	border-color: #ff0000;
}

.notice.coupon p {
	margin: 0;
}

/* Top bar
--------------------------------------------- */

.top-bar {
	background: #ffdc00;
	text-align: center;
	padding: 10px;
	position: relative;
	display: none;
	justify-content: center;
	align-items: center;
}

.top-bar p {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
}

.top-bar button,
.top-bar p {
	margin-left: auto;
}

.top-bar span,
.top-bar a {
	background: #000;
	color: #fff;
	padding: 6px 15px;
	border-radius: 50px;
	margin-left: 10px;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
}

.top-bar button {
	border: none;
	background: none;
	padding: 5px;
}

/* # Loader
--------------------------------------------- */

.loader {
	position: relative;
	visibility: hidden;
}

.loader::before {
	animation: .3s linear infinite spinner;
	animation-play-state: inherit;
	border: solid 3px rgba(255,255,255,0.5);
	border-bottom-color: rgba(0,0,0,0.2);
	border-radius: 50%;
	content: "";
	height: 30px;
	width: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	will-change: transform;
	visibility: visible;
}

@keyframes spinner {
	0% {
		transform: translate3d(-50%, -50%, 0) rotate(0deg);
	}
	100% {
		transform: translate3d(-50%, -50%, 0) rotate(360deg);
	}
}

/* Media Queries
--------------------------------------------- */

@media only screen and (max-width: 781px) {
	.customer-logos {
		display: grid !important;
		grid-template-columns: 1fr 1fr;
	}

	.related-items ul {
		grid-template-columns: repeat(1, 1fr);
	}

	.device-switch {
		display: none;
	}
}

@media only screen and (min-width: 782px) {
	.signup .wp-block-column {
		height: 100vh;
	}
}

@media only screen and (max-width: 600px) {
	.wp-block-media-text .wp-block-media-text__content {
		padding: 0;
	}

	.templates_group {
		grid-template-columns: repeat(1, 1fr);
	}

	.single-docs .related-items ul {
		grid-template-columns: repeat(1, 1fr);
	}
}