/*
Theme Name: Source
Theme URI: https://vivathemes.com/wordpress-theme/source/
Author: Viva Themes
Author URI: https://vivathemes.com/
Description: Responsive full site editing theme.
Requires at least: 5.9
Tested up to: 6.1
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments
Text Domain: source
Domain Path: /languages/

Source Theme, (C) Viva Themes

*/

/*
 * Font smoothing.
 * This is a niche setting that will not be available via Global Styles.
 * https://github.com/WordPress/gutenberg/issues/35934
 */

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
}

/*
 * Text and navigation link styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */

p {
	max-width: 840px;
}

img {
	image-rendering: -webkit-optimize-contrast;
}

a {
	text-decoration: underline;
	transition: all .3s ease;
}

.has-background-color a {
	color: var(--wp--preset--color--background);
}

a:hover,
a:focus {
	text-decoration: none;
	transform: none!important;
}

.icon-container {
	transition: all .3s ease;
}

.icon-container:hover {
	opacity: .7;
	cursor: pointer;
}

a:active {
	text-decoration:underline;
}

.wp-block-navigation .wp-block-navigation-item a:hover,
.wp-block-navigation .wp-block-navigation-item a:focus {
	text-decoration: none;
	text-decoration-style: solid;
}

.wp-block-cover__inner-container {
	width: 100%!important;
}

.wp-block-cover-image.is-light .wp-block-cover__inner-container, .wp-block-cover.is-light .wp-block-cover__inner-container {
	color: #fff;
}


.wp-block-site-logo {
	background: rgba(255,255,255,.4);
	padding: 15px;
	padding-top: 35px;
	border-radius: 0 0 40px 40px;
}

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


/*
 * Search and File Block button styles.
 * Necessary until the following issues are resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/36444
 * https://github.com/WordPress/gutenberg/issues/27760
 */

.wp-block-search__button,
.wp-block-file .wp-block-file__button {
	background-color: var(--wp--preset--color--primary);
	border-radius: 0;
	border: none;
	color: var(--wp--preset--color--background);
	font-size: var(--wp--preset--font-size--medium);
	padding: calc(.667em + 2px) calc(1.333em + 2px);
}

.wp-block-button.is-style-outline>.wp-block-button__link, .wp-block-button .wp-block-button__link.is-style-outline {
	padding: 15px 44px;
}

/*
 * Button hover styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */

.wp-block-search__button:hover,
.wp-block-file .wp-block-file__button:hover,
.wp-block-button__link:hover {
	-webkit-animation: pulsate 1s;
          animation: pulsate 1s;
  box-shadow: 0 0 0 2em transparent;
}

@-webkit-keyframes pulsate {
  0% {
    box-shadow: 0 0 0 0 rgba(0,0,0,.3);
  }
}

@keyframes pulsate {
  0% {
    box-shadow: 0 0 0 0 rgba(0,0,0,.3);
  }
}

/*
 * Alignment styles.
 * These rules are temporary, and should not be relied on or
 * modified too heavily by themes or plugins that build on
 * Twenty Twenty-Two. These are meant to be a precursor to
 * a global solution provided by the Block Editor.
 *
 * Relevant issues:
 * https://github.com/WordPress/gutenberg/issues/35607
 * https://github.com/WordPress/gutenberg/issues/35884
 */

.wp-site-blocks,
body > .is-root-container,
.edit-post-visual-editor__post-title-wrapper,
.wp-block-group.alignfull,
.wp-block-group.has-background,
.wp-block-cover.alignfull,
.is-root-container .wp-block[data-align="full"] > .wp-block-group,
.is-root-container .wp-block[data-align="full"] > .wp-block-cover {
	padding-left: var(--wp--custom--spacing--outer);
	padding-right: var(--wp--custom--spacing--outer);
	overflow-x: hidden;
}

.wp-site-blocks .alignfull,
.wp-site-blocks > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-cover,
.wp-site-blocks > .wp-block-template-part > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-template-part > .wp-block-cover,
body > .is-root-container > .wp-block-cover,
body > .is-root-container > .alignfull,
body > .is-root-container > .wp-block-template-part > .wp-block-group.has-background,
body > .is-root-container > .wp-block-template-part > .wp-block-cover,
.is-root-container .wp-block[data-align="full"] {
	margin-left: calc(-1 * var(--wp--custom--spacing--outer)) !important;
	margin-right: calc(-1 * var(--wp--custom--spacing--outer)) !important;
	width: unset;
}

/* Blocks inside columns don't have negative margins. */
.wp-site-blocks .wp-block-columns .wp-block-column .alignfull,
.is-root-container .wp-block-columns .wp-block-column .wp-block[data-align="full"],
/* We also want to avoid stacking negative margins. */
.wp-site-blocks .alignfull:not(.wp-block-group) .alignfull,
.is-root-container .wp-block[data-align="full"] > *:not(.wp-block-group) .wp-block[data-align="full"] {
	margin-left: auto !important;
	margin-right: auto !important;
	width: inherit;
}

/*
 * Responsive menu container padding.
 * This ensures the responsive container inherits the same
 * spacing defined above. This behavior may be built into
 * the Block Editor in the future.
 */

 header ul.wp-block-navigation__container {
 	gap: 3rem;
 }

 header ul.wp-block-navigation__container li a {
 	transition: all .3s ease;
 }

 header ul.wp-block-navigation__container li.current-menu-item,
 header ul.wp-block-navigation__container li:hover {
 	transition: all .3s ease;
 }

 header .wp-block-navigation .wp-block-navigation__submenu-icon {
 	background: none!important;
 	transition: all .3s ease;
 }

 header ul.wp-block-navigation__container li:hover .wp-block-navigation__submenu-icon {

 }

 header .wp-block-navigation::after {

 }

 .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open::after {
 	transform: scale(60);
 }

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

 .wp-block-navigation__responsive-container-open svg {
 	display: none;
 }

 .wp-block-navigation__responsive-container-open {
 	position: relative;
 	width: 42px;
 	height: 16px!important;
	margin-top: 20px!important;
 }

 .wp-block-navigation__responsive-container-open::before {
 	content: '';
 	width: 100%;
 	height: 3px;
 	background: var(--wp--preset--color--foreground);
 	position: absolute;
 	left: 0;
 	top: 0;
 	transition: all .3s ease;
 }

 .wp-block-navigation__responsive-container-open::after {
 	content: '';
 	width: 30px;
 	height: 3px;
 	background: var(--wp--preset--color--foreground);
 	position: absolute;
 	left: 0;
 	bottom: 0;
 	transition: all .3s ease;
 }

 .has-background-color .wp-block-navigation__responsive-container-open::before,
 .has-background-color .wp-block-navigation__responsive-container-open::after {
 	background: var(--wp--preset--color--background);
 }

 .wp-block-navigation__responsive-container-open:hover::after {
 	width: 100%;
 }

 .wp-block-navigation__responsive-container-close {
 	top: 50px;
 	left: 50px;
 	display: none;
 }

 .wp-block-navigation__responsive-close {
 	margin: 0!important;
 }

 .admin-bar .wp-block-navigation__responsive-close {
 	margin-top: -32px!important;
 }

 .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close {
 	display: block;
 }

 .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container {
 	opacity: 0;
 	transition: opacity .3s;
 	display: block;
 	height: 100%;
 	width: 0;
 	top: 0;
 	left: 0;
 	scrollbar-width: thin;
 	scrollbar-color: #cccccc #ffffff;
 	scrollbar-face-color:#cccccc;
 	scrollbar-arrow-color:#ffffff;
 	scrollbar-track-color:#ffffff;
 	scrollbar-shadow-color:#ffffff;
 	scrollbar-highlight-color:#ffffff;
 	scrollbar-3dlight-color:#ffffff;
 	scrollbar-darkshadow-Color:#ffffff;
 }

 .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
 	scrollbar-width: thin;
 	scrollbar-color: #cccccc #ffffff;
 	scrollbar-face-color:#cccccc;
 	scrollbar-arrow-color:#ffffff;
 	scrollbar-track-color:#ffffff;
 	scrollbar-shadow-color:#ffffff;
 	scrollbar-highlight-color:#ffffff;
 	scrollbar-3dlight-color:#ffffff;
 	scrollbar-darkshadow-Color:#ffffff;
 }

 .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content::-webkit-scrollbar {
 	width: 1px;
 }

 .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container::-webkit-scrollbar-thumb {
 	background-color: transparent;
 }

 .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
 	opacity: 1;
 	transition: opacity .3s;
 	height: 100%;
 	width: 100%;
 	padding: 0;
 	top: 0;
 	left: 0;
 	background-color: rgba(255,255,255,.2)!important;
 	backdrop-filter: blur(10px);
 }

 .wp-block-navigation__responsive-container .wp-block-navigation__container {
 	opacity: 0;
 	margin-top: 100px;
 	visibility: hidden;
 }

 .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
 	opacity: 1;
 	visibility: visible;
 	transition: all .5s ease;
 	transition-delay: .7s;
 }

 .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
 	width: 0;
 	display: block!important;
 }

 .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
 	width: 100%;
 	max-width: 480px;
 	height: 100vh;
 	padding-left: 50px;
 	padding-bottom: 50px;
 	box-sizing: border-box;
 	background: var(--wp--preset--color--background);
 	border-right: solid 1px var(--wp--preset--color--tertiary);
 	transition: all .6s ease;
 	transition-delay: .2s;
 	overflow-y: auto;
 }

 .wp-block-navigation__responsive-container li {
 	width: 100%;
 	display: block;
 }

 .wp-block-navigation__responsive-container li a:hover,
 .wp-block-navigation__responsive-container li.current-menu-item a {
 	opacity: .6;
 }

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

 header a.wp-block-navigation-item__content {
 	color: var(--wp--preset--color--foreground)!important;
 }

 .wp-block-navigation__responsive-container li ul li a {
 	color: var(--wp--preset--color--secondary)!important;
 	font-weight: 300;
 	margin-top: 10px;
 }

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


header.alignwide.wp-block-template-part {
	margin: 0;
}

.alignwide {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-cover {
	overflow: hidden;
}

.small-header {
	padding-top: 0;
}

.box {
  width: 1300px;
  height: 1300px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -700px;
  position: absolute;
  right: -300px;
	z-index: -1;
}
.box div {
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 40%;
  position: absolute;
  animation: animatboxodelic 20s infinite;
}
.box div:nth-child(1) {
  width: 600px;
  height: 300px;
  animation-delay: 80ms;
}
.box div:nth-child(2) {
  width: 750px;
  height: 450px;
  animation-delay: 160ms;
}
.box div:nth-child(3) {
  width: 900px;
  height: 600px;
  animation-delay: 240ms;
}
.box div:nth-child(4) {
  width: 1050px;
  height: 750px;
  animation-delay: 320ms;
}
.box div:nth-child(5) {
  width: 1200px;
  height: 900px;
  animation-delay: 400ms;
}
.box div:nth-child(6) {
  width: 1350px;
  height: 1050px;
  animation-delay: 480ms;
}

@keyframes animatboxodelic {
  0% {
    border-color: rgba(255,255,255,.2);
  }
  100% {
    border-color: rgba(255,255,255,.2);
  }
  to {
    transform: rotate(0.04turn);
  }
}

/* Features block */


.productfeatures .wp-block-cover__inner-container {
	max-width: 1300px;
}

.productfeatures .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column h2 {
	padding-top: 100px;
	position: relative;
}

.productfeatures .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column h2:nth-child(1) {
	padding-top: 0;
	margin-top: 10px;
}

.productfeatures .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column h2:nth-child(1)::before {
	display: none;
}

.productfeatures .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column h2::before {
	content: '';
	width: 1px;
	height: 60px;
	top: 10px;
	left: 3px;
	position: absolute;
	display: block;
	background: var(--wp--preset--color--tertiary);
	opacity: .5;
}

/* Process block */

.processblock .wp-block-column {
}

.processblock .wp-block-cover {
	border-radius: 20px;
}

.processblock .wp-block-column .wp-block-group {
	margin: 60px;
	margin-left: 0;
	max-width: 400px;
}

.processblock .wp-block-column .wp-block-group h2 {
	max-width: 290px;
}

.featuredcat .wp-block-woocommerce-featured-category {
	min-height: 360px!important;
	height: 360px;
}

.featuredcat .wp-block-woocommerce-featured-category .wp-block-button__link {
	padding: 8px 34px;
}

.wc-block-featured-category.alignfull p,
.wp-block-cover p {
	max-width: 100%;
}


/* Partners block */

.partners img:hover {
	opacity: .6;
}

/* Team block */

.teammebers {
	margin-left: 1px;
	margin-top: 1px;
}
.teammembers p {
	margin-top: 5px;
}

.teammembers .wp-block-column {
	border: solid 1px var(--wp--preset--color--tertiary);
	padding: 20px;
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
	margin-left: -1px;
	margin-top: -1px;
}

.teammembers ul {
	margin-top:20px;
}

.teammembers .wp-block-social-links.is-style-logos-only .wp-social-link:hover {
	transform: scale(1);
	opacity: .7;
	transition: all .3s ease;
}

@media screen and (max-width: 781px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 40%!important;
	}

	.teammembers .wp-block-column {
		max-width: 50%;
	}
}

@media screen and (max-width: 460px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 100%!important;
	}

	.teammembers .wp-block-column {
		max-width: 100%;
	}
}

/*
 * Blog Layout.
 */

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

h2.wp-block-post-title a:hover {
	opacity: .6;
}

.no-featured-image header .wp-block-cover {
	min-height: 300px!important;
}

.no-featured-image header .is-layout-constrained {
	padding-bottom: 0!important;
}

.no-featured-image header .wp-block-cover .wp-block-spacer {
	display: none;
}

.no-featured-image header .wp-block-cover-image .wp-block-cover__inner-container, .no-featured-image header .wp-block-cover .wp-block-cover__inner-container {
	color: var(--wp--preset--color--foreground)!important;
}

.no-featured-image header .has-background-color a,
.no-featured-image header .has-background-color {
	color: var(--wp--preset--color--foreground)!important;
}

.no-featured-image .has-background-color .wp-block-navigation__responsive-container-open::before, .no-featured-image .has-background-color .wp-block-navigation__responsive-container-open::after {
	background: var(--wp--preset--color--foreground);
}

.no-featured-image header .has-foreground-background-color {
	opacity: 0!important;
}

.wp-block-post time {
	margin-top: 30px;
	display: block;
}

.wp-block-post time a {
	background-color: var(--wp--preset--color--foreground);
  border-radius: 35px;
  border-width: 2px;
  color: var(--wp--preset--color--background);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
  padding: 15px 44px;
	text-decoration: none;
	position: relative;
  text-transform: uppercase;
	display: inline-block;
	line-height: var(--wp--custom--typography--line-height--normal);
}

.wp-block-post time a:hover {
	-webkit-animation: pulsate 1s;
          animation: pulsate 1s;
  box-shadow: 0 0 0 2em transparent;
}

.wp-block-query-pagination a {
	text-decoration: none;
	line-height: 100%;
	border: solid 1px var(--wp--preset--color--foreground);
	color: var(--wp--preset--color--foreground);
	display: inline-block;
}

.wp-block-query-pagination a:hover {
	opacity: .6;
}

.wp-block-query-pagination-numbers a {
	height: 32px;
	width: 32px;
	line-height: 32px;
	text-align: center;
}

.wp-block-query-pagination-numbers span.current {
	height: 32px;
	width: 32px;
	border: solid 1px var(--wp--preset--color--foreground);
	background: var(--wp--preset--color--foreground);
	color: var(--wp--preset--color--background);
	display: inline-block;
	line-height: 32px;
	text-align: center;
}

a.wp-block-query-pagination-previous,
a.wp-block-query-pagination-next {
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	padding-right: 10px;
}

h1.wp-block-query-title {
}

h1.wp-block-query-title span {
	font-weight: 500;
}

.postdetails {

}

.tagicon,
.dateicon {
	width: 24px;
	float: left;
	stroke: var(--wp--preset--color--primary);
	margin-right: 10px;
}

.postdetails time {
	margin-top: 0;
	display: inline-block;
	font-style: normal;
}

.postdetails time:before {
	content: "\f145";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 24px/1 'Dashicons';
	vertical-align: top;
	margin-right: 10px;
}

.postdetails .taxonomy-category:before {
	content: "\f318";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 24px/1 'Dashicons';
	vertical-align: top;
	margin-right: 10px;
}

.postdetails .taxonomy-post_tag:before {
	content: "\f323";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 24px/1 'Dashicons';
	vertical-align: top;
	margin-right: 10px;
}

ol.commentlist {
	margin: 0;
	padding: 0;
}

li.comment {
	padding: 40px!important;
	border: solid 1px var(--wp--preset--color--tertiary);
	box-sizing: border-box;
	margin-bottom: 30px;
	list-style: none;
}

li.comment ul.children {
	padding-top: 30px;
	padding-left: 0;
}

footer.comment-meta {
    margin-block-start: 0!important;
}

.wp-block-post-comments .comment-author .avatar {
	margin-top: 0;
}

.wp-block-post-comments .comment-author {
	line-height: 32px;
}

.wp-block-post-comments .reply a {
	background-color: var(--wp--preset--color--foreground);
  border-radius: 35px;
  border-width: 2px;
  color: var(--wp--preset--color--background);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
  padding: 15px 44px;
	text-decoration: none;
	position: relative;
  text-transform: uppercase;
}

.wp-block-post-comments .reply a:hover {
	-webkit-animation: pulsate 1s;
          animation: pulsate 1s;
  box-shadow: 0 0 0 2em transparent;
}

#commentform textarea,
#commentform .comment-form-author input,
#commentform .comment-form-email input,
#commentform .comment-form-url input {
	border: solid 1px var(--wp--preset--color--tertiary);
	width: 100%;
	padding: 14px 8px;
}

.wp-block-post-comments input[type=submit] {
	border: solid 2px !important;
	line-height: var(--wp--custom--typography--line-height--normal);
	border-color: var(--wp--preset--color--foreground)!important;
	width: auto!important;
}

input#wp-comment-cookies-consent {
	width: auto!important;
}

/* Contact Form 7 Style */

.wpcf7 {
	margin-top: 10px;
	float: left;
	clear: left;
	width: 100%;
}
.wpcf7 textarea, .wpcf7 input {
	padding: 14px 8px;
	margin-bottom: 0;
	margin-top: 3px;
	width: 100%;
	box-sizing: border-box;
	border: solid 1px var(--wp--preset--color--tertiary);
	outline: none;
	float: left;
	border-radius: 0px;
}

.wpcf7 p {
	width: 100%;
	float: left;
	clear: none;
}

.wpcf7 label {
	margin-bottom: 10px;
}

.wpcf7 label span.required {
}

.wpcf7 input.wpcf7-submit {
	background-color: var(--wp--preset--color--foreground);
	border: solid 2px var(--wp--preset--color--foreground);
	border-radius: 35px;
	border-width: 2px;
	color: var(--wp--preset--color--background);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 600;
	padding: 15px 44px;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
	display: inline-block;
	line-height: var(--wp--custom--typography--line-height--normal);
	width: auto;
	cursor: pointer;
}
.wpcf7 input.wpcf7-submit:hover {
	-webkit-animation: pulsate 1s;
          animation: pulsate 1s;
  box-shadow: 0 0 0 2em transparent;
}
.wpcf7 p {
	text-align: left;
	font-size: 16px;
	margin-bottom: 10px;
	text-transform: none;
}

span.wpcf7-not-valid-tip,
div.wpcf7-response-output {
	float: left;
}

.wp-block-separator {
	border-bottom-width: 1px;
}

@-webkit-keyframes widthOut {
    0% {
        opacity: 0;
				width: 0;
    }

    100% {
        opacity: 1;
        width: 100%;
    }
}
@keyframes widthOut {
    0% {
        opacity: 0;
				width: 0;
    }

    100% {
        opacity: 1;
        width: 100%;
    }
}

.widthOut.go {
    -webkit-animation-name: widthOut;
    animation-name: widthOut;
		animation-duration: 2s;
}

footer {
	margin-block-start: 100px!important;
}

.single-product footer {
	margin-block-start: 0!important;
}

.footercontent .wp-block-navigation__submenu-container,
.footercontent .wp-block-navigation__container,
.footercontent .wp-block-navigation .wp-block-navigation-item {
	display: block!important;
}

.footercontent .wp-block-navigation .wp-block-navigation-item__content {
	display: inline-block;
}

.footercontent .wp-block-navigation__container {
	gap: 0;
}

.footercontent .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
	background-color: transparent;
	border: none;
}

.footercontent .wp-block-navigation .has-child .wp-block-navigation__submenu-container {
	visibility: visible;
	opacity: 1;
	width: 100%;
	height: auto;
	position: relative;
	overflow: inherit;
}

.footercontent .wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
	display: inline-block;
	padding: 0;
}

.footercontent .wp-block-navigation .wp-block-navigation__submenu-icon {
	display: none;
}

.footercontent ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

.footercontent ul ul li {
	margin-top: 5px;
}

.footercontent ul ul li::before {
	content: '';
	width: 8px;
	height: 1px;
	background-color: var(--wp--preset--color--secondary);
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin-right: 5px;
}

.footercontent ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 2px;
	margin-bottom: 10px;
}

.footercontent ul li a {
	text-decoration: none;
	position: relative;
}

.footercontent ul li a:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 50%;
  height: 1px;
  background-color: var(--wp--preset--color--tertiary);
  transform: scaleX(0);
  transform-origin: bottom left;
  transition: transform 0.3s;
}
.footercontent ul li a:after {
  content: '';
  position: absolute;
  bottom: -5px;
  right: 0;
  left: 50%;
  height: 1px;
  background-color: var(--wp--preset--color--tertiary);
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
}
.footercontent ul li a:hover:before {
  transform: scaleX(1);
}
.footercontent ul li a:hover:after {
  transform: scaleX(1);
}

footer .copyinfo ul li a:hover {
	text-decoration: none!important;
	opacity: .8;
}

footer a.wp-block-social-link-anchor {
	border: solid 2px var(--wp--preset--color--secondary)!important;
	padding: 10px 30px!important;
	transition: all .3s ease;
	margin-top: 3px;
	margin-left: -2px;
	margin-right: -2px;
}

footer a.wp-block-social-link-anchor:hover {
	opacity: .8;
}

footer a.wp-block-social-link-anchor svg {
	width: 24px!important;
	height: 24px!important;
}

footer li:hover {
	transform: none!important;
}

footer ul li a.wp-block-social-link-anchor:before,
footer ul li a.wp-block-social-link-anchor:after {
	display: none!important;
}

@media screen and (max-width: 781px) {

	.has-max-130-font-size {
		font-size: 94px!important;
	}

	.largeheader .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 50%!important;
	}

	.largeheader .wp-block-columns {
		margin-top: 50px;
	}

	footer .has-text-align-right {
		text-align: left;
	}
}

@media screen and (max-width: 550px) {
	.partners .is-nowrap {
		flex-wrap: wrap;
	}

	.has-max-130-font-size {
		font-size: 74px!important;
	}

	.productfeatures .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column:nth-child(1) h2 {
		margin-top: 50px;
	}
}
