/*
Theme Name:     MEQU
Description:    
Author:         Digitalist.dk / Klausen og Partners
Template:       Divi
Version:        1.1.1

*/

/*
	
	Red: #d01f40. /. Hover: #ad1230
	Light grey: #FAFAFA
	Dark text: #262626
	Light text: #666666
*/

/*------------------------------------*\
    Helper classes
\*------------------------------------*/
span.plus {
	font-weight: normal;
	vertical-align: super;
	font-size: 1.2em;
}

/* Vertical align */
.vertical-align {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	-ms-flex-align: center;
}

.vertical-align-bottom {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	-ms-flex-align: flex-end;
}

@media only screen and (max-width: 980px) {
	.flip {
		display: -webkit-flex;
		-webkit-flex-direction: column-reverse;
		display: flex;
		flex-direction: column-reverse !important;
	}
}

sup.date {
	font-size: 0.6em;
}

/* Heading underlines */
.underline h1:after,
.underline h2:after {
	content: '';
	width: 80px;
	height: 2px;
	opacity: 0.15;
	background: #000;
	display: block;
	margin-top: 25px;
	margin-bottom: 0;
}

.underline.et_pb_text_align_center h1:after,
.underline.et_pb_text_align_center h2:after {
	margin-left: auto;
	margin-right: auto;
}

.degreeposition {
	margin-left: -11px;
}

.underline.degreeposition h2:after {
	margin-left: 11px;
}
.underline {
	margin-bottom: 20px !important;
}

.header_parallax .et_parallax_bg {
	background-position: center;
}

/* Bullet degree */
.mequ_ul ul {
	padding: 0;
}

.mequ_ul ul li {
	list-style: none;
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px;
}

.mequ_ul ul li:before {
	content: '°';
	font-size: 30px;
	position: absolute;
	top: 4px;
	left: 0;
	color: #d01f40;
	font-weight: bold;
}

/*------------------------------------*\
    General
\*------------------------------------*/

.container,
.et_pb_row {
	width: 90%;
}
body {
	font-weight: 300;
}

#main-content h1 {
	font-weight: 900;
}

#main-content h2 {
	font-size: 40px;
	font-weight: 900;
}

body.et_pb_button_helper_class .et_pb_button,
body.et_pb_button_helper_class .et_pb_module.et_pb_button,
body #page-container .entry-content .et_pb_button {
	font-size: 14px !important;
	padding: 10px 30px !important;
	line-height: 16px;
	color: #fff;
	font-weight: 700;
}

body.et_pb_button_helper_class .et_pb_button:hover,
body.et_pb_button_helper_class .et_pb_module.et_pb_button:hover,
body #page-container .entry-content .et_pb_button:hover {
	padding: 10px 30px !important;
}

@media (max-width: 480px) {
	/*
	#main-content h1{
		font-size: 28px;	
	}
	
*/
	#main-content h2 {
		font-size: 26px;
	}
}
/*------------------------------------*\
    Navigation
\*------------------------------------*/
#top-menu li li a {
	padding: 0;
}

#main-header .nav li ul a {
	color: #262626 !important;
}
#main-header #top-menu li ul li.current-menu-item > a,
#main-header .nav li ul a:hover,
#et_mobile_nav_menu #mobile_menu li.current-menu-item > a {
	color: #d01f40 !important;
}

.et_mobile_menu li a:hover,
.nav ul li a:hover {
	background: transparent !important;
	color: #d01f40;
	opacity: 1;
}

#main-header .nav li ul.sub-menu {
	padding-top: 15px;
	padding-bottom: 15px;
}

@media (min-width: 981px) {
	#top-menu li:last-child > ul.sub-menu {
		right: 0;
	}

	.sub-menu li {
		margin-bottom: 10px !important;
	}
	.sub-menu li a {
		line-height: 1em;
	}
}

/*------------------------------------*\
    Mobile menu
\*------------------------------------*/
@media (max-width: 980px) {
	.et_header_style_left #et-top-navigation,
	.et_header_style_left .et-fixed-header #et-top-navigation {
		display: block;
		padding-top: 15px;
		/* 		padding-bottom: 5px; */
	}
}
#et_mobile_nav_menu {
	margin-top: -5px;
}
#et_mobile_nav_menu #mobile_menu {
	background: #fff;
	/*
	margin-top: 5px;
*/
	border-top: 0;

	padding: 10px 25px;
}

.mobile_menu_bar:before {
	color: #fff !important;
}

#et_mobile_nav_menu #mobile_menu li a {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	padding: 6px 0 !important;
	color: #262626;
	border-bottom: 0;
}

.et_mobile_menu li li {
	padding-left: 0;
}

.et_mobile_menu li ul li a {
	font-weight: 400 !important;
}

#main-header .et_mobile_menu li ul.hide {
	display: none !important;
}

#mobile_menu .menu-item-has-children {
	position: relative;
}
#mobile_menu .menu-item-has-children > a {
	background: transparent;
}

#mobile_menu .menu-item-has-children > a + span {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px 20px;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
	z-index: 3;
}

span.menu-closed:before {
	content: '\4c';
	display: block;
	color: #262626;
	font-size: 20px;
	font-family: ETmodules;
}

span.menu-closed.menu-open:before {
	content: '\4d';
}

/*------------------------------------*\
    Hamburger
\*------------------------------------*/

/*! snatched from
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
	padding: 15px 15px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}
.hamburger:hover {
	opacity: 0.7;
}
.hamburger.is-active:hover {
	opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: #000;
}

.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 40px;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
	content: '';
	display: block;
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
	bottom: -10px;
}

/*
   * Spin
   */

.hamburger--spin .hamburger-inner {
	transition-duration: 0.22s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
	transition: bottom 0.1s 0.25s ease-in,
		transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.opened .hamburger-inner {
	transform: rotate(225deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	left: 5px;
}
.hamburger--spin.opened .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.opened .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out,
		transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.opened .hamburger-inner,
.hamburger--spin.opened .hamburger-inner:before,
.hamburger--spin.opened .hamburger-inner:after {
	width: 20px;
}

.hamburger:hover {
	opacity: 1 !important;
}

.et_header_style_left .mobile_menu_bar,
.et_header_style_split .mobile_menu_bar {
	padding: 0 !important;
}
.hamburger-box:before {
	display: none;
}
.hamburger-inner,
.hamburger-inner:before,
.hamburger-inner:after {
	border-radius: 0;
	height: 2px;
	width: 30px;
}

.hamburger {
	padding: 0 !important;
}

.hamburger-box {
	width: 30px;
	height: 35px !important;
}
.hamburger-inner::before {
	top: -8px;
}
.hamburger-inner::after {
	bottom: -8px;
}

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

.et_fixed_nav #main-header,
.et_fixed_nav #top-header {
	position: fixed;
}

@media (max-width: 980px) {
	.et_header_style_left #logo,
	.et_header_style_split #logo {
		max-width: 50%;
		max-height: 25px;
	}

	#main-header .container {
		padding-right: 20px;
		padding-left: 20px;
	}
}
/*------------------------------------*\
    Hero
\*------------------------------------*/
body
	#page-container
	#main-content
	.et_pb_fullwidth_header_0
	.et_pb_button_one.et_pb_button,
body
	#page-container
	#main-content
	.et_pb_fullwidth_header_0
	.et_pb_button_one.et_pb_button:hover {
	padding: 10px 35px !important;
}
/*
body
  #page-container
  #main-content
  .et_pb_fullwidth_header_0
  .et_pb_button_one.et_pb_button:hover {
   	background: #ad1230; 
}
*/
.herovideoheader .et_pb_fullwidth_header_scroll {
	z-index: 50;
}

/*------------------------------------*\
    Scroll down
\*------------------------------------*/
.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll .et-pb-icon {
	font-weight: 300 !important;
	font-size: 40px !important;
}

.et_pb_fullwidth_header .et-pb-icon.scroll-down {
	animation: fullwidth-header-bounce 2.2s ease-out infinite;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a:hover {
	animation: none;
}

@keyframes fullwidth-header-bounce {
	0% {
		transform: translateY(0%);
	}
	12.5% {
		transform: translateY(20%);
	}
	25% {
		transform: translateY(0%);
	}
	37.5% {
		transform: translateY(20%);
	}
	50% {
		transform: translateY(0%);
	}
}

/*------------------------------------*\
    Testimonials
\*------------------------------------*/
.et_pb_testimonial .et_pb_testimonial_meta,
.et_pb_testimonial .et_pb_testimonial_author {
	font-size: 16px !important;
}

@media (max-width: 480px) {
	.et_pb_testimonial .et_pb_testimonial_meta,
	.et_pb_testimonial .et_pb_testimonial_author {
		font-size: 14px !important;
	}
}

/*------------------------------------*\
    Footer
\*------------------------------------*/
#footer-bottom {
	display: none;
}

#footer-widgets {
	font-size: 14px;
	line-height: 17px;
}

.footer_social .et-social-icons {
	float: left;
}

.footer_social ul li:before {
	display: none;
}

.footer_social li.et-social-icon {
	/*	display: block; */
	padding-left: 0 !important;
	margin-left: 0px !important;
	margin-right: 15px;
	margin-top: 15px;
}
/*
.footer_social .et-social-icon span{
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
}*/

.footer_menu .menu li:before {
	display: none;
}

.footer_menu .menu li a:before {
	content: '›' !important;
	border: 0 !important;
	top: 0;
	left: 0;
	position: absolute;
}

.footer_menu .menu li {
	padding-left: 0;
}

.footer_menu .menu li a {
	transition: 0.2s ease-in-out;
	padding: 10px;
}

.footer_menu .menu li a:hover {
	color: #d01f40 !important;
}

@media (max-width: 767px) {
	.footer-widget h4 {
		font-size: 16px;
	}

	#main-footer #footer-widgets .footer-widget:first-child {
		float: left;
		width: 45% !important;
		margin-right: 20px !important;
	}

	#main-footer #footer-widgets .footer-widget:nth-child(2) {
		float: left;
		width: 45% !important;
	}
}

/*------------------------------------*\
    Person box
\*------------------------------------*/
.personbox .et_pb_member_position:after {
	content: '';
	width: 40px;
	height: 1px;
	opacity: 0.15;
	background: #000;
	display: block;
	margin: 10px auto;
}

.et_pb_google_icon:before,
.et_pb_mail_icon:before {
	content: '\e076';
}

.personbox .et_pb_member_position {
	color: inherit;
}

/*------------------------------------*\
    Contact
\*------------------------------------*/

.map {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

/*------------------------------------*\
    Fullwidth video play popup
\*------------------------------------*/
body
	#page-container
	#main-content
	.video_fullwidth
	.et_pb_button_one.et_pb_button,
body
	#page-container
	#main-content
	.video_fullwidth
	.et_pb_button_one.et_pb_button:hover {
	padding: 0 !important;
	margin-top: 50px;
}

body #page-container .video_fullwidth .et_pb_button_one.et_pb_button:before {
	content: attr(data-icon);
	font-family: 'ETmodules' !important;
	color: #d01f40;
	opacity: 1;
	margin-left: -1.3em;
	right: auto;
	/*left:*/
	display: inline-block;
}

body #page-container .video_fullwidth .et_pb_button_one.et_pb_button {
	font-size: 0px !important;
	position: relative;
	padding: 0px !important;
	background: transparent !important;
}

body #page-container .header-content .et_pb_button_one.et_pb_button:before {
	font-size: 40px !important;
	background: #fff;
	border-radius: 70px;
	position: relative !important;
	margin: 0 !important;
	height: 70px;
	width: 70px;
	text-align: center;
	z-index: 10 !important;
	line-height: 70px;
	display: block;
}

body #page-container .video_fullwidth .et_pb_button_one.et_pb_button:hover {
	background: transparent;
}
body
	#page-container
	.video_fullwidth
	.et_pb_button_one.et_pb_button:hover:before {
	margin: 0;
	border-radius: 70px;
}
body #page-container .video_fullwidth a.et_pb_button_one.et_pb_button:after,
body
	#page-container
	.video_fullwidth
	a.et_pb_button_one.et_pb_button:hover:after {
	content: '';
	z-index: 0;
	left: 50% !important;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 70px;
	height: 70px;
	background: #fff;
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
	margin: 0 !important;
}

@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 0.8;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}
/*------------------------------------*\
    Video popup
\*------------------------------------*/
.mfp-fade.mfp-bg.mfp-ready {
	z-index: 600000 !important;
	/* 	opacity: 1!important; */
	/* 	background: #000000; */
}

/*
.mfp-iframe-holder .mfp-content{
	max-width: 1920px!important;
	max-height: 100vh!important;
}
*/
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close,
.mfp-wrap .mfp-close:active {
	font-size: 42px;
	top: -45px;
	opacity: 1;
	position: absolute;
}

.mfp-iframe-scaler iframe {
	box-shadow: 0px 0px 0px !important;
}

.videopopup:before {
	border: 0;
	font-family: 'ETmodules';
	content: '\49';
	color: #fff;
	position: absolute;
	font-size: 50px;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -15px;
	transition: 0.3s ease-in-out;
}

.videopopup:hover:before {
	color: #ff4200;
}

.youtube_section .et_pb_code_inner {
	text-align: center !important;
}

/*
@media only screen and (min-width: 900px) and (max-width: 1800px){
	.mfp-container{
		padding-left: 10%;
		padding-right: 10%;
	}
	
}*/

@media only screen and (min-width: 900px) {
	.mfp-container {
		padding-left: 10%;
		padding-right: 10%;
	}
}

/*------------------------------------*\
    News
\*------------------------------------*/

@media (min-width: 980px) {
	/*
.news .et_pb_post .entry-featured-image-url{
	margin-right: 25px;
	float: left;
	width: 25%; 
}
*/
}

.news h2.entry-title {
	font-weight: 600 !important;
	font-size: 26px !important;
}

.news article {
	border-bottom: 1px solid #666666;
	padding-bottom: 60px;
}

.news .et_pb_post .post-meta,
.single.et_pb_pagebuilder_layout.et_full_width_page {
	font-size: 14px;
}

.single.et_pb_pagebuilder_layout.et_full_width_page .et_pb_section:first-child {
	padding: 0px 0;
}

.et_pb_title_featured_container {
	margin-bottom: 25px;
}

.single.et_pb_pagebuilder_layout.et_full_width_page .et_pb_text_inner {
	font-size: 16px;
	line-height: 27px;
}

.news .category-events .post-meta {
	display: none;
}

/*------------------------------------*\
    Contact forms
\*------------------------------------*/
[data-id='terms'] .et_pb_contact_field_options_title {
	display: none;
}

[data-id='terms'] a {
	font-weight: normal;
	text-decoration: none;
}

[data-id='terms'] label {
	font-size: 12px;
}

/* See icons: https://www.elegantthemes.com/blog/resources/elegant-icon-font */

.class:after {
	content: '\22';
	color: #ee1a46;
	font-size: 25px;
	line-height: 25px;
	vertical-align: top;
	font-family: 'ETmodules';
}

/*------------------------------------*\
    Popup maker
\*------------------------------------*/
#popmake-495 .pum-close.popmake-close {
	font-size: 0 !important;
}

#popmake-495 .pum-close.popmake-close:before {
	content: '\4d';
	font-size: 30px;
	line-height: 30px;
	font-family: 'ETmodules';
}

/*------------------------------------*\
    Select
\*------------------------------------*/
.custom_select {
	text-align: center;
	margin: 25px 0;
}

.custom_select select {
	/* styling */
	background-color: #eeeeee;
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	line-height: 1.5em;
	padding: 0.5em 3.5em 0.5em 1em;
	font-weight: 600;
	text-transform: uppercase;

	/* reset */

	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.custom_select select {
	background-image: linear-gradient(45deg, transparent 50%, #cd2c48 50%),
		linear-gradient(135deg, #cd2c48 50%, transparent 50%),
		linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
	background-position: calc(100% - 20px) calc(1em + 2px),
		calc(100% - 15px) calc(1em + 2px), 100% 0;
	background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
	background-repeat: no-repeat;
}

.entry-content .distributor_list {
	padding: 0;
	list-style: none !important;
	margin: 0;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: end;
	font-size: 14px;
}

.entry-content .distributor_list li {
	background: #f5f5f5;
	padding: 20px;
	margin-bottom: 20px;
}

@media (min-width: 980px) {
	.entry-content .distributor_list li {
		width: calc(100% / 3 - 40px / 3);
		margin-right: 20px;
	}

	.entry-content .distributor_list li:nth-child(3n + 0) {
		margin-right: 0;
	}
}

@media (max-width: 980px) {
	.entry-content .distributor_list li {
		width: calc(100% / 2 - 40px / 2);
		margin-right: 20px;
	}

	.entry-content .distributor_list li:not(div):nth-child(even) {
		margin-right: 0px;
	}
}

@media (max-width: 480px) {
	.entry-content .distributor_list li {
		width: 100%;
	}
}
.dist_country {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
	color: #d01f40;
}

.dist_title {
	font-weight: bold;
	text-transform: uppercase;
}
/*
.dist_info_headline {
  /*font-size: ;
}*/
/*------------------------------------*\
    Hubspot forms
\*------------------------------------*/
.hbspt-form label span {
	display: none;
}

.hbspt-form fieldset {
	margin-bottom: 15px !important;
	max-width: 100% !important;
}

.hbspt-form input[type='text'].hs-input,
.hbspt-form input[type='tel'].hs-input,
.hbspt-form input[type='email'].hs-input,
.hbspt-form textarea.hs-input,
.hbspt-form select {
	width: 100% !important;
	padding: 16px;
	border-width: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #999;
	background-color: #eee !important;
	font-size: 14px;
	appearance: none;
	-webkit-appearance: none;
}
.hbspt-form .field {
	margin-bottom: 15px;
}
.hbspt-form .hs-fieldtype-select {
	position: relative;
}
.hbspt-form .hs-fieldtype-select:after {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 0;
	height: 0;
	margin-top: 3px;
	border: 6px solid;
	border-color: #666 transparent transparent transparent;
	content: '';
	transform: translateY(-50%);
	pointer-events: none;
	z-index: 10;
}

.hbspt-form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hbspt-form .hs-button {
	font-size: 14px !important;
	padding: 10px 30px !important;
	line-height: 16px;
	color: #fff;
	font-weight: 700;
	background: #d01f40;
	border-width: 0px !important;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 3px;
	transition: 0.2s ease-in-out;
	cursor: pointer;
}

.hbspt-form .hs-button:hover {
	background: #262626 !important;
}

.legal-consent-container {
	font-size: 12px;
	line-height: 16px;
}

.legal-consent-container input[type='checkbox'] {
	margin-top: 7px;
}

/*------------------------------------*\
	Cf7 forms
Check here: https://contactform7.com/styling-contact-form/
\*------------------------------------*/

.wpcf7 label {
	width: 100%;
	display: block;
}
.wpcf7 fieldset {
	margin-bottom: 15px !important;
	max-width: 100% !important;
}

.wpcf7 input[type='text'],
.wpcf7 input[type='tel'],
.wpcf7 input[type='email'],
.wpcf7 textarea,
.wpcf7 select {
	width: 100% !important;
	padding: 16px;
	border-width: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #999;
	background-color: #eee !important;
	font-size: 14px;
	appearance: none;
	-webkit-appearance: none;
	margin-top: 0.225rem;
}
/* .wpcf7 p {
	margin-bottom: 0.5rem;
} */
.wpcf7-list-item {
	margin: 0 !important;
}

.wpcf7 a {
	text-decoration: underline;
}

.wpcf7 select {
	position: relative;
}
.wpcf7 select:after {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 0;
	height: 0;
	margin-top: 3px;
	border: 6px solid;
	border-color: #666 transparent transparent transparent;
	content: '';
	/*transform: translateY(-50%);*/
	pointer-events: none;
	z-index: 10;
}

.wpcf7 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wpcf7 div.grid {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 1rem;
	column-gap: 1.5rem;
	margin-bottom: 1rem;
}

.wpcf7 .required {
	color: #d01f40;
}

@media screen and (min-width: 768px) {
	.wpcf7 div.grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
/* Here we can style grid rows 
.wpcf7 div.grid div.row-6 {

}
*/
.wpcf7 .wpcf7-submit {
	font-size: 14px !important;
	padding: 10px 30px !important;
	margin-top: 2rem;
	line-height: 16px;
	color: #fff;
	font-weight: 700;
	background: #d01f40;
	border-width: 0px !important;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 3px;
	transition: 0.2s ease-in-out;
	cursor: pointer;
}

.wpcf7 .wpcf7-submit:hover {
	background: #262626 !important;
}
/* Let's see if these are needed anymore */
.wpcf7 .acceptance {
	font-size: 12px;
	line-height: 16px;
}

.wpcf7 .acceptance p {
	margin-bottom: 0.5rem;
	padding-bottom: 0.5rem;
}

.wpcf7 .acceptance input[type='checkbox'] {
	margin-top: 7px;
}

/*------------------------------------*\
    NOT IN USE: Hubspot forms. Check initial commit to find these if cannot found here.
\*------------------------------------*/
.hbspt-form label span {
	display: none;
}

.hbspt-form fieldset {
	margin-bottom: 15px !important;
	max-width: 100% !important;
}

.hbspt-form input[type='text'].hs-input,
.hbspt-form input[type='tel'].hs-input,
.hbspt-form input[type='email'].hs-input,
.hbspt-form textarea.hs-input,
.hbspt-form select {
	width: 100% !important;
	padding: 16px;
	border-width: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #999;
	background-color: #eee !important;
	font-size: 14px;
	appearance: none;
	-webkit-appearance: none;
}
.hbspt-form .field {
	margin-bottom: 15px;
}
.hbspt-form .hs-fieldtype-select {
	position: relative;
}
.hbspt-form .hs-fieldtype-select:after {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 0;
	height: 0;
	margin-top: 3px;
	border: 6px solid;
	border-color: #666 transparent transparent transparent;
	content: '';
	transform: translateY(-50%);
	pointer-events: none;
	z-index: 10;
}

.hbspt-form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hbspt-form .hs-button {
	font-size: 14px !important;
	padding: 10px 30px !important;
	line-height: 16px;
	color: #fff;
	font-weight: 700;
	background: #d01f40;
	border-width: 0px !important;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 3px;
	transition: 0.2s ease-in-out;
	cursor: pointer;
}

.hbspt-form .hs-button:hover {
	background: #262626 !important;
}

.legal-consent-container {
	font-size: 12px;
	line-height: 16px;
}

.legal-consent-container input[type='checkbox'] {
	margin-top: 7px;
}

/*------------------------------------*\
    News articles
\*------------------------------------*/
.single-post #content-area {
	max-width: 950px;
	margin: 0 auto;
}
.single-post #content-area .post-meta {
	display: none;
}
.single-post #content-are .entry-title {
	padding-bottom: 25px;
}
.single-post .entry-content .et_builder_inner_content .et_pb_section_0 {
	padding-top: 0;
}

/*------------------------------------*\
    Segments
\*------------------------------------*/
.segments .et_pb_column {
	display: flex;
	flex-wrap: wrap;
	display: flex;
	flex-direction: column;
}

.segments .et_pb_button_module_wrapper {
	margin-top: auto;
}

.menu-item.wpml-ls-item ul.sub-menu {
	width: 60px !important;
}
