/*
Theme Name:    Talkto Builder
Description:   Child Theme for Beaver Builder
Version:       1.0.0
Author:        Talkto
Author URI:    https://www.talkto.no/
Template:      bb-theme
License:       GNU General Public License v2 or later
License URI:   http://www.gnu.org/licenses/gpl-2.0.html
*/

.fl-page {
	overflow: hidden;
}


/** accessibility **/
.pp-content-post.ansatt {
	overflow: visible
}

/** main menu **/
.talkto-top-menu {
	text-align: right;
}

.talkto-top-menu button {
	background-color: transparent;
	color: #000;
	border: 0;
	
	padding: 10px;
	margin: 0 0 0 60px;
}

.talkto-top-menu button:first-child {
	margin: 0 0 0 0;
}

.talkto-top-menu button:focus-visible {
	outline: 2px solid #000;
	outline-offset: 2px;
}

.talkto-top-menu button span,
.talkto-top-menu button i {
	vertical-align: middle;
}

.talkto-top-menu button span {
	font-size: 20px;
	line-height: 20px;
	padding-right: 0px;
}

.talkto-top-menu button i {
	font-size: 40px;
	line-height: 40px;
}

/** mega menu **/
.talkto-megamenu-container .talkto-megamenu-backdrop {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.4);
}

.talkto-megamenu-container .talkto-megamenu-close {
	text-align: right;
	margin-bottom: 20px;
}

.talkto-megamenu-container .talkto-megamenu-close a {
	text-decoration: none;
	color: #000;
	display: inline-block;
}

.talkto-megamenu-container .talkto-megamenu-close a span {
	font-size: 16px;
	line-height: 16px;
	display: inline-block;
	vertical-align: middle;
}

.talkto-megamenu-container .talkto-megamenu-close a i {
	font-size: 36px;
	line-height: 36px;
	display: inline-block;
	vertical-align: middle;
}

.talkto-megamenu-container .talkto-megamenu-close i::before {
	margin: 0;
}

.talkto-megamenu-list h2 {
	font-size: 1.5rem;
	line-height: 1.75rem;
	margin: 10px 0 10px;
}

.talkto-megamenu-list > ul {
	border-top: 1px solid #adb57f;
	padding-top: 10px;
}

.talkto-megamenu-list ul > div > li {
	font-size: 0.9rem;
	line-height: 1.25rem;
	padding-left: 15px;
	font-weight: 300;
}

.talkto-megamenu-list > ul > div > li {
	font-size: 1rem;
	line-height: 1.25rem;
}

.talkto-megamenu-list ul li a {
	text-decoration: none;
	color: #000 !important;
}

.talkto-megamenu-list ul li a:hover {
	text-decoration: underline;
}

.talkto-megamenu-list h2 + ul > div > li:first-child {
	border-top: 0 !important;
}

.talkto-megamenu-list h2 + ul > div > li {
	padding-left: 0;
	font-weight: 500;
}

.talkto-megamenu-list ul li a {
	position: relative;
	display: block;
	color: #000;
	padding: 10px 30px 10px 0;
}

.talkto-megamenu-list ul li.is-current > a {
	text-decoration: underline;
}

a.talkto-arrow-style::after {
	content: "\e818";
	font-family: "ikoner-berg-okonomi";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	padding-left: 8px;
	text-decoration: none;
}

.talkto-megamenu-list ul li a::after {
	content: "\e818";
	font-family: "ikoner-berg-okonomi";
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	font-size: 14px;
	line-height: 1em;
	
	position: absolute;
	right: 0px;
	top: 50%;
	
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.talkto-megamenu-container .fl-builder-content .talkto-megamenu-list ul li a:focus-visible {
	outline-offset: 0;
}

.talkto-megamenu-list h2 + ul + p {
	display: none;
}

#megamenu-hovedmeny .fl-col-content.fl-node-content {
	justify-content: start;
}

/** services icon **/
.talkto-service-icon-standalone {
	margin-top: 30px;
}

.talkto-service-icon-standalone i::before {
	font-size: 10vw;
	font-size: clamp(110px, 10vw, 150px);
	color: #5B5E41;
	margin: 0;
}


/** services **/
.talkto-services-container .pp-content-post {
	overflow: visible;
}

.talkto-services-container .talkto-box-link {
	padding: 20px 0;
	display: block;
	text-decoration: none;
}

.talkto-services-container .talkto-box-link:focus-visible {
	outline: 2px solid #000;
	outline-offset: -2px;
}

.talkto-services-container .talkto-box-link .talkto-box {
	text-align: center;
}

.talkto-services-container .talkto-box-link .talkto-box.talkto-symbol .fl-icon {
	display: inline-block;
	padding: 0 0 20px;
}

.talkto-services-container .talkto-box-link .talkto-box.talkto-symbol .fl-icon i::before {
	font-size: 60px;
	font-size: 8vw;
	font-size: clamp(40px, 8vw, 100px);
	line-height: 1em;
	color: #5b5e41;
	margin: 0;
}

.talkto-services-container .talkto-box-link:focus-visible .talkto-heading h2,
.talkto-services-container .talkto-box-link:focus-visible .talkto-heading h3,
.talkto-services-container .talkto-box-link:hover .talkto-heading h2,
.talkto-services-container .talkto-box-link:hover .talkto-heading h3 {
	text-decoration: underline;
}

.talkto-services-container .talkto-box-link .talkto-content .talkto-heading h2,
.talkto-services-container .talkto-box-link .talkto-content .talkto-heading h3 {
	position: relative;
	font-size: 2vw;
	font-size: clamp(20px, 1.7vw, 50px);
}

.talkto-services-container .talkto-box-link .talkto-content .talkto-heading h2 i,
.talkto-services-container .talkto-box-link .talkto-content .talkto-heading h3 i {
	position: absolute;
}

.talkto-services-container .talkto-box-link .talkto-content .talkto-excerpt {
	color: #000;
}

/** services, framed symbols version **/
.talkto-services-container.talkto-services-framed-symbols .talkto-box-link {
	padding: 0;
}

.talkto-services-container.talkto-services-framed-symbols .talkto-box-link:focus-visible {
	outline-offset: 2px;
}

.talkto-services-container.talkto-services-framed-symbols .talkto-box-link .talkto-content .talkto-heading h2,
.talkto-services-container.talkto-services-framed-symbols .talkto-box-link .talkto-content .talkto-heading h3 {
	text-align: left;
}

.talkto-services-container.talkto-services-framed-symbols .talkto-box-link .talkto-box.talkto-symbol {
	background-color: #adb57f;
	padding: 40px 0;
}

.talkto-services-container .talkto-box-link .talkto-box.talkto-symbol .fl-icon {
	padding: 10px 0 10px;
}

.talkto-services-container.talkto-services-framed-symbols .talkto-box-link .talkto-content .talkto-excerpt {
	text-align: left;
	font-size: 1rem;
	line-height: 1.25em;
}

.talkto-services-container.talkto-services-framed-symbols .talkto-box-link .talkto-content .talkto-link {
	text-align: left;
	color: #000;
	font-size: 1rem;
}

.talkto-services-container.talkto-services-framed-symbols .talkto-box-link .talkto-content .talkto-link i::before {
	font-weight: bold;
}

/** service button **/
div.talkto-service-button {
	display: inline-block;
}

div.talkto-service-button > a {
	display: inline-block;
	background-color: #adb57f;
	
	padding: 15px 35px;
	border: 0;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;

	margin: 0 20px 20px 0;

	color: #000 !important;
	text-decoration: none;
	font-size: 1rem;
	line-height: 1.25rem;
}

div.talkto-service-button > a:hover,
div.talkto-service-button > a:focus {
	background-color: #000 !important;
	color: #fff !important;
}

div.talkto-service-button > a.talkto-left-arrow::before,
div.talkto-service-button > a.talkto-right-arrow::after {
	font-family: "ikoner-berg-okonomi";
	font-weight: 700;
	font-size: 1rem;
	padding-left: 15px;
	display: inline-block;
}

div.talkto-service-button > a.talkto-left-arrow::before {
	content: "\e818";
	
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

div.talkto-service-button > a.talkto-right-arrow::after {
	content: "\e818";
}

div.talkto-service-button > a:hover {
	color: #000;
}

div.talkto-service-button > a.talkto-back-desktop,
div.talkto-service-button > a.talkto-back-mobile {
	background-color: #f3f3e8;
}

div.talkto-service-button > a.talkto-back-mobile {
	display: none;
}


/** news **/
.talkto-news-container .pp-content-post {
	overflow: visible;
}

.talkto-news-container .talkto-box-link {
	padding: 0;
	display: block;
	text-decoration: none;
}

.talkto-news-container .talkto-box-link:focus-visible {
	outline: 2px solid #000;
	outline-offset: 2px;
}

.talkto-news-container .talkto-box-link .talkto-box {
	text-align: center;
}

.talkto-news-container .talkto-box-link .talkto-box.talkto-image img {
	object-fit: cover;
	height: 16vw;
	width: 100%;
}

.talkto-news-container .talkto-box-link .talkto-content .talkto-heading h2,
.talkto-news-container .talkto-box-link .talkto-content .talkto-heading h3 {
	font-family: 'Inter', sans-serif;
	font-size: 1rem;
	font-weight: bold;
}

.talkto-news-container .talkto-box-link:focus-visible .talkto-heading h2,
.talkto-news-container .talkto-box-link:hover .talkto-heading h2,
.talkto-news-container .talkto-box-link:focus-visible .talkto-heading h3,
.talkto-news-container .talkto-box-link:hover .talkto-heading h3 {
	text-decoration: underline;
}

.talkto-news-container .talkto-box-link .talkto-content .talkto-heading h2,
.talkto-news-container .talkto-box-link .talkto-content .talkto-heading h3,
.talkto-news-container .talkto-box-link .talkto-content .talkto-excerpt,
.talkto-news-container .talkto-box-link .talkto-content .talkto-link {
	text-align: left;
}

.talkto-news-container .talkto-box-link .talkto-content .talkto-excerpt,
.talkto-news-container .talkto-box-link .talkto-content .talkto-link {
	color: #000;
	font-size: 1rem;
}

/*
.talkto-news-container .pp-content-post {
	position: relative;
}

.talkto-news-container .talkto-box-link .talkto-content .talkto-excerpt {
	padding-bottom: 20px;
}

.talkto-news-container .talkto-box-link .talkto-content .talkto-link {
	position: absolute;
	bottom: 0px;
	margin-bottom: 0;
}
*/

.talkto-news-container .talkto-box-link .talkto-content .talkto-link i::before {
	margin: 0;
	font-weight: bold;
	font-size: 1rem;
}

/** articles **/
ul.pp-post-filters li.pp-post-filter:focus-visible {
	outline: 2px solid #000;
	outline-offset: 2px;
	
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

/** Google Maps **/
.talkto-googlemaps-levanger-heading,
.talkto-googlemaps-verdal-heading,
.talkto-googlemaps-steinkjer-heading,
.talkto-googlemaps-snasa-heading,
.talkto-googlemaps-framverran-heading,
.talkto-googlemaps-felles-heading {
	margin-top: 0 !important;
	font-size: 1rem !important;
	font-weight: bold !important;
	color: #000 !important;
}

/** contact form **/
.tt-contact-form .section {
	vertical-align: top;
}

.tt-contact-form .section.bottom-padding {
	padding-bottom: 40px;
}

.tt-contact-form .section .question {
	font-size: 1rem;
	font-weight: bold;
	padding: 0 0 20px;
}

.tt-contact-form .section .wpcf7-list-item {
	display: block;
}

.tt-contact-form a,
.tt-contact-form a:hover {
	color: #000;
}

.tt-contact-form input[type="submit"] {
	background-color: #ADB57F;
	padding: 15px 35px;
	color: #000 !important;
	border: 1px solid #ADB57F;
	
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}

.tt-contact-form input[type="submit"]:focus,
.tt-contact-form input[type="submit"]:hover {
	background-color: #000;
	color: #fff !important;
	border: 1px solid #fff;
}

.tt-contact-form input[type="checkbox"] + .wpcf7-list-item-label {
	line-height: 1.5rem;
}

.tt-contact-form input[type="checkbox"] + .wpcf7-list-item-label::before {
	-webkit-border-radius: 7px !important;
	-moz-border-radius: 7px !important;
	-o-border-radius: 7px !important;
	border-radius: 7px !important;
}

.tt-contact-form input[type="text"],
.tt-contact-form input[type="email"],
.tt-contact-form input[type="tel"],
.tt-contact-form textarea,
.tt-contact-form div.select {
	border: 1px solid #000000;
	padding: 14px 18px;
	
	font-size: 0.85rem;

	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	-o-border-radius: 26px;
	border-radius: 26px;
	
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.tt-contact-form input::placeholder,
.tt-contact-form textarea::placeholder {
	color: #000;
}

.tt-contact-form input[type="text"]:focus-visible,
.tt-contact-form input[type="email"]:focus-visible,
.tt-contact-form input[type="tel"]:focus-visible,
.tt-contact-form textarea:focus-visible {
	outline: 2px solid #000;
	outline-offset: 1px;
}

.tt-contact-form input[type="text"].invalid,
.tt-contact-form input[type="email"].invalid,
.tt-contact-form input[type="tel"].invalid,
.tt-contact-form textarea.invalid {
	border-color: inherit;
}

.tt-contact-form input[type="text"].valid,
.tt-contact-form input[type="email"].valid,
.tt-contact-form input[type="tel"].valid,
.tt-contact-form textarea.valid {
	border-color: inherit;
}


.tt-contact-form input[type="checkbox"]:focus-visible + span,
.tt-contact-form input[type="submit"]:focus-visible {
	outline: 2px solid #000;
	outline-offset: 2px;
}

.tt-msg.error,
.tt-contact-form .wpcf7-not-valid-tip {
	color: #fff !important;
}

.tt-msg.error::before,
.tt-contact-form .wpcf7-not-valid-tip::before {
	content: '';
	background-color: #ffb900;
	width: 8px;
	height: 8px;
	display: inline-block;
	margin-right: 5px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.tt-contact-form .input-block {
	position: relative;
}

.tt-contact-form .input-block.talkto-has-error {
	border-left: 4px solid #ffb900;

	padding: 10px 0 10px 20px;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

.tt-contact-form .tt-terms .wpcf7-not-valid-tip {
	padding-left: 40px !important;
	font-size: 1rem;
}

.tt-contact-form .tt-errors {
	border-color: #ffb900;
}

.tt-contact-form .tt-errors p {
	margin: 0;
}

.tt-contact-form .tt-errors,
.tt-contact-form .wpcf7-response-output {
	padding: 20px !important;
	margin: 0 0 20px !important;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #ADB57F;
}

.tt-contact-form-attachment,
.tt-contact-form-attachment-info {
	margin-bottom: 20px;
	font-size: 1rem;
}

.tt-contact-form.no-spacing-between-sections label,
.tt-contact-form.no-spacing-between-sections p.label {
	margin-bottom: 0;
}

.tt-contact-form .elements .section.margin-bottom {
	margin-bottom: 20px;
}

.tt-contact-form .elements .section.extra-margin-bottom {
	margin-bottom: 40px;
}

.tt-contact-form .elements .wpcf7-list-item {
	margin-bottom: 5px;
}

.tt-contact-form .elements h3 {
	color: #fff;
	margin-left: 20px;
}

.tt-contact-form .elements label {
	color: #ced6ae;
	margin: 0 0 10px 0;
	font-size: 1rem;
}

.tt-contact-form .elements p.label {
	color: #ced6ae;
	margin: 0 0 10px 20px;
	font-size: 1rem;
}

.tt-contact-form .elements .section span.description {
	color: #ced6ae;
	display: block;
	padding-bottom: 10px;
}

.tt-contact-form-attachment-info p {
	color: #ced6ae !important;
}

.tt-contact-form-attachment-info a {
	color: #fff !important;
}

.talkto-dark-background .tt-contact-form-attachment-info a {
	color: #fff !important;
}

.tt-contact-form-attachment-more-info {
	display: none;
	margin: 20px 0 0;
	padding: 20px;
	border: 1px solid #ced6ae;
}

.tt-contact-form-attachment {
	background-color: #fff;
	padding: 20px;
	color: #000;
	position: relative;

	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	-o-border-radius: 26px;
	border-radius: 26px;
}

.tt-contact-form-attachment span.remove-attachment {
    position: absolute;
    right: 8px;
    top: 50%;
    font-size: 1rem;

    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
	
	cursor: pointer;
}

.tt-contact-form-attachment span.remove-attachment:focus-visible {
	outline: 2px solid #000;
	outline-offset: 2px;
}

.tt-contact-form-attachment span.remove-attachment span {
    font-size: 1rem;
	display: inline-block;
	vertical-align: middle;
}

.tt-contact-form-attachment span.remove-attachment i {
    font-size: 1.7rem;
	display: inline-block;
	vertical-align: middle;
}

.tt-contact-form-attachment span.remove-attachment i:before {
	margin: 0;
}

.tt-contact-form .input-block .datepicker-arrow {
	position: absolute;
	right: 18px;
	top: 18px;
}

.ui-datepicker {
	padding: 10px 13px;
	margin: 10px 0 10px 2px;
	border: 0 !important;
	background-color: #fff;

	-webkit-box-shadow: 0px 0px 15px 0px #000;
	-moz-box-shadow: 0px 0px 15px 0px #000;
	-o-box-shadow: 0px 0px 15px 0px #000;
	box-shadow: 0px 0px 15px 0px #000;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}

.ui-datepicker .ui-datepicker-header {
	background: #fff;
	border: 0;
	border-radius: 5px;
}

.ui-datepicker .ui-state-default,
.ui-datepicker .ui-state-hover {
	background-color: #e6e7dc;
	color: #000;
	border: 0 !important;
	border-radius: 2px;
	padding: 5px;
	text-align: center;
}

.ui-datepicker .ui-state-active {
	font-weight: bold;
	background-color: #000;
	color: #fff;
}

.ui-datepicker td a:focus-visible,
.ui-datepicker .ui-state-hover {
	outline: 2px solid #000 !important;
	outline-offset: 0 !important;
}

/** map **/
.talkto-map-container-module {
	height: 100%;
}

.talkto-map-container-module div.fl-module-content,
.talkto-map-container-module div.fl-html,
.talkto-map-container-module div.talkto-gdpr-marketing-hidden,
.talkto-map-container-module div.talkto-google-map,
.talkto-map-container-module div.talkto-map,
.talkto-map-container-module iframe {
	height: inherit !important;
}

/** employees **/
.ansatt-oversikt a.pp-post-link:focus-visible {
	outline-offset: -2px;
}

/** pp logos **/
.pp-logo img {
	max-height: 50px;
	max-width: 140px;
	width: auto;
	height: auto;
}


/** privacy policy **/
.privacy-policy .fl-post-content h3 {
	font-size: 1.2rem;
	line-height: 28px;
}

@media screen and (max-width: 1000px) {
	.talkto-news-container .talkto-box-link .talkto-box.talkto-image img {
		height: 28vw;
	}

}

@media screen and (max-width: 768px) {
	/** services **/
	.talkto-services-container {
		margin: 0 20px;
	}

	.talkto-services-container .talkto-box-link {
		margin: 0 auto;
		padding: 10px 0;
	}

	.talkto-services-container .talkto-box-link .talkto-box.talkto-symbol {
		display: inline;
		padding-right: 10px;
		width: 90px;
		width: clamp(70px, 20vw, 120px);
		float: left;
	}

	.talkto-services-container .talkto-box-link .talkto-box.talkto-symbol .fl-icon i::before {
		font-size: clamp(40px, 8vw, 55px);
		line-height: 1em;
	}

	.talkto-services-container .talkto-box-link .talkto-content {
		display: block;
		padding-left: 0px;
		margin-left: clamp(80px, 20vw, 120px);
	}

	.talkto-services-container .talkto-box-link .talkto-content .talkto-box.talkto-heading h2,
	.talkto-services-container .talkto-box-link .talkto-content .talkto-box.talkto-heading h3 {
		text-align: left;
		font-size: clamp(22px, 5vw, 26px);
		margin-top: 20px;
	}

	/** services, framed version **/
	.talkto-services-container.talkto-services-framed-symbols .talkto-box-link .talkto-box {
		vertical-align: top;
	}

	.talkto-services-container.talkto-services-framed-symbols .talkto-box-link .talkto-box.talkto-symbol {
		padding: 0;
		width: 70px;
	}

	.talkto-services-container.talkto-services-framed-symbols .talkto-box-link .talkto-box.talkto-symbol .icon::before {
		width: 100%;
		margin-left: clamp(80px, 20vw, 100px);
		line-height: 1em;
	}

	.talkto-services-container.talkto-services-framed-symbols .talkto-box-link .talkto-content {
		margin-left: 90px;
	}

	.talkto-services-container.talkto-services-framed-symbols .talkto-box-link .talkto-content .talkto-box.talkto-heading h2,
	.talkto-services-container.talkto-services-framed-symbols .talkto-box-link .talkto-content .talkto-box.talkto-heading h3 {
		margin-top: 0;
	}
	
	/** services icon **/
	.talkto-service-icon-standalone {
		margin: 20px 0 20px;
	}

	.talkto-service-icon-standalone i::before {
		font-size: 20vw;
		font-size: clamp(100px, 20vw, 120px);
	}
	
	/** service sub page **/
	div.talkto-service-button {
		display: block;
	}

	div.talkto-service-button > a {
		margin-right: 0;
		padding: 15px 25px;
	}

	div.talkto-service-button > a.talkto-back-desktop {
		display: none;
	}

	div.talkto-service-button > a.talkto-back-mobile {
		display: inline-block;
	}

	/** news **/
	.talkto-news-container .talkto-box-link .talkto-box.talkto-image img {
		height: 58vw;
	}

	/** top menu **/
	.talkto-top-menu button {
		margin-left: 10px;
	}
	
	.talkto-top-menu button span {
		display: none;
	}
	
	.talkto-top-menu button i.icon-hamburger::before {
		content: '\e80e';
	}
	
	.talkto-search-form .fl-search-form-inline .fl-search-form-fields {
		flex-wrap: wrap;
	}
		
	.talkto-search-form .fl-search-form-inline .fl-button-wrap {
		width: 100%;
		text-align: right;
	}
	
	.talkto-search-form .fl-search-form-inline .fl-form-field {
		padding-right: 0;
	}

	.talkto-search-form .fl-search-results-content.has-content {
		width: auto !important;
	}
	
	.talkto-megamenu-list h2 button {
		margin-bottom: 0;
	}
	
	.talkto-megamenu-list h2 button {
		font-size: inherit;
		font-family: inherit;
		color: inherit;
		font-weight: inherit;
		text-align: left;
		
		width: 100%;
		
		padding: 0 20px 0 0;
		margin: 0;
		background-color: transparent;
		border: 0;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		
		position: relative;
	}
	
	.talkto-megamenu-list h2 button::after {
		content: "\e818";
		font-family: "ikoner-berg-okonomi";
		position: absolute;
		right: 0px;
		top: 50%;
		
		transform: translate(0, -50%) rotate(-90deg);
		
		transition: transform 0.3s;
	}
	
	.talkto-megamenu-list h2 button:focus-visible {
		outline: 2px solid #000;
		outline-offset: 2px;
	}
	
	.talkto-megamenu-list h2.collapsed button::after {
		transform: translate(0, -50%) rotate(90deg);
	}
	
	.talkto-megamenu-list h2 + ul {
		display: block;
	}
	
	.talkto-megamenu-list h2.collapsed + ul {
		display: none;
	}
	
	.talkto-megamenu-list h2 + ul > div {
		margin-top: 10px;
		opacity: 1;
		max-height: 500px;
	}
	
	.talkto-megamenu-list h2.collapsed + ul > div {
		opacity: 0;
		max-height: 0px;
		margin-bottom: 0;
		
		transition: all 0.3s linear;
	}
}