/*
Theme Name: MaterialDistrict
Theme URI: https://materialdistrict.com
Description: MaterialDistrict Theme
Author: Johan van der Wijk
Author URI: https://vanderwijk.nl
Version: 1.6.0
*/

/* Reset
----------------------------------------------------------------------------------------------------*/
html {
	background: #FFF;
	color: #3B342F;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal
}

ol,
ul {
	list-style: none
}

caption,
th {
	text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal
}

q:before,
q:after {
	content: ''
}

abbr,
acronym {
	border: 0;
	font-variant: normal
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit
}

input,
textarea,
select {
	*font-size: 100%
}

legend {
	color: #3B342F
}

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

#yui3-css-stamp.cssreset {
	display: none
}

/* Fonts
----------------------------------------------------------------------------------------------------*/
@font-face {
	font-family: 'EuclidFlex-Regular';
	src: url('/wp-content/themes/materialdistrict-theme/fonts/Euclid/EuclidFlex-Regular-Web/S/EuclidFlex-Regular-WebS.woff2') format("woff2"),
		url('/wp-content/themes/materialdistrict-theme/fonts/Euclid/EuclidFlex-Regular-Web/S/EuclidFlex-Regular-WebS.woff') format("woff"),
		url('/wp-content/themes/materialdistrict-theme/fonts/Euclid/EuclidFlex-Regular-Web/S/EuclidFlex-Regular-WebS.ttf') format("truetype")
}

@font-face {
	font-family: 'EuclidFlex-RegularItalic';
	src: url('/wp-content/themes/materialdistrict-theme/fonts/Euclid/EuclidFlex-RegularItalic-Web/S/EuclidFlex-RegularItalic-WebS.woff2') format("woff2"),
		url('/wp-content/themes/materialdistrict-theme/fonts/Euclid/EuclidFlex-RegularItalic-Web/S/EuclidFlex-RegularItalic-WebS.woff') format("woff"),
		url('/wp-content/themes/materialdistrict-theme/fonts/Euclid/EuclidFlex-RegularItalic-Web/S/EuclidFlex-RegularItalic-WebS.ttf') format("truetype")
}

@font-face {
	font-family: 'EuclidFlex-Bold';
	src: url('/wp-content/themes/materialdistrict-theme/fonts/Euclid/EuclidFlex-Bold-Web/S/EuclidFlex-Bold-WebS.woff2') format("woff2"),
		url('/wp-content/themes/materialdistrict-theme/fonts/Euclid/EuclidFlex-Bold-Web/S/EuclidFlex-Bold-WebS.woff') format("woff"),
		url('/wp-content/themes/materialdistrict-theme/fonts/Euclid/EuclidFlex-Bold-Web/S/EuclidFlex-Bold-WebS.ttf') format("truetype")
}

@font-face {
	font-family: 'Palanquin-Regular';
	src: url('/wp-content/themes/materialdistrict-theme/fonts/Palanquin/Palanquin-Regular.ttf') format("truetype")
}

@font-face {
	font-family: 'Palanquin-Bold';
	src: url('/wp-content/themes/materialdistrict-theme/fonts/Palanquin/Palanquin-Bold.ttf') format("truetype")
}

@font-face {
	font-family: 'Palanquin-SemiBold';
	src: url('/wp-content/themes/materialdistrict-theme/fonts/Palanquin/Palanquin-SemiBold.ttf') format("truetype")
}

/* Base styles
----------------------------------------------------------------------------------------------------*/
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

html {
	height: 100%;
}

body {
	color: #3B342F;
	font-family: 'Palanquin-Regular', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	min-height: 100%;
	background-color: #f1f1f1;
}

a {
	color: #80bb40;
	text-decoration: none;
}

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

.main a:visited {
	color: #14528d;
}

a:active,
a:focus {
	outline: none;
}

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

.brand-country-dropdown {
	font-size: 16px;
	width: 300px !important;
	min-width: 300px !important;
}

button,
.button,
input {
	font-family: 'EuclidFlex-Regular';
	font-size: 10px;
}

input[type="password"],
input[type="text"] {
	-webkit-appearance: none;
	border: 1px solid #ccc;
	font-family: 'EuclidFlex-Regular';
	font-family: 'Palanquin-Regular', 'Palanquin', sans-serif;
	padding: 7px 5px;
}

.button,
.button-primary,
input[type="button"],
input[type="reset"],
input[type="submit"] {

	-webkit-appearance: none;
	background-color: #fff;
	border: 1px solid #c5c5c5;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	padding: 6px 7px;
	text-transform: uppercase;
}

.button-primary.outline {
	background-color: transparent;
	border: 1px solid #1c629d;
	color: #1c629d;
}

.button.gform_button,
.button.gform_next_button,
.button.active,
input[type="button"].active {
	background-color: #80bb40;
	border: 1px solid #80bb40;
	color: #fff;
}

.button-primary,
input[type="reset"],
input[type="submit"] {
	background-color: #1c629d;
	border: 1px solid #1c629d;
	color: #fff;
}

.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	cursor: pointer;
}

.button:active,
.button-primary:active,
input[type="button"]:active,
input[type="reset"]:active {
	position: relative;
	top: 1px;
}

.button-danger {
	background-color: #d00;
	border-color: #d00;
}

.button-danger:hover {
	background-color: #b00;
	border-color: #b00;
}

.button-secondary,
.button-secondary:visited,
.main .button-secondary,
.main .button-secondary:visited,
.main a.button-secondary,
.main a.button-secondary:visited {
	background-color: var(--md-grey-medium);
	border-color: var(--md-grey-medium);
	color: var(--md-white);
}

.button-secondary:hover,
.main .button-secondary:hover,
.main a.button-secondary:hover {
	background-color: var(--md-grey-dark);
	border-color: var(--md-grey-dark);
	color: var(--md-white);
}

input.searchbox {
	background: #fff url('/wp-content/themes/materialdistrict-theme/img/search.png') 95% 50% no-repeat;
	border: 1px solid #c5c5c5;

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 6px 15px;
	text-transform: uppercase;
}

h1 {
	font-family: 'EuclidFlex-Bold';
	font-size: 42px;
	text-transform: uppercase;
}

h2 {
	font-family: 'EuclidFlex-Bold';
	font-size: 36px;
	line-height: 1em;
	/* 29/04/2014 - to fix advertise page headings on mobile */
	text-transform: uppercase;
}

h3 {
	font-family: 'EuclidFlex-Bold';
	font-size: 18px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h4 {
	color: #fff;
	font-size: 14px;
}

h5 {
	color: #80bb40;
	font-size: 14px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

h6 {
	color: #3B342F;
	font-family: 'EuclidFlex-Bold';
	font-size: 12px;
	margin-bottom: 5px;
}

strong {
	font-family: 'EuclidFlex-Bold';
}

.content strong {
	font-family: 'Palanquin-Bold', sans-serif;
}

em {
	font-family: 'EuclidFlex-RegularItalic';
}

.content em {
	font-family: 'Palanquin-Regular', sans-serif;
	font-style: italic;
}

.content ol {
	list-style: decimal;
	margin-left: 1em;
	padding-bottom: 20px;
}

.page-template-default .hentry ol li,
.single .hentry ol li {
	list-style-type: decimal;
}

.center {
	text-align: center;
}

.no-fontface h1,
.no-fontface h2,
.no-fontface h3,
.no-fontface h6,
.no-fontface strong {
	font-weight: 600;
}

.alignright {
	float: right;
}

.show-on-smartphone {
	display: none !important;
}

/* Forms
----------------------------------------------------------------------------------------------------*/
.main .gform_wrapper .description,
.main .gform_wrapper .gfield_description,
.main .gform_wrapper .gsection_description,
.main .gform_wrapper .instruction {
	font-family: 'EuclidFlex-Regular';
	font-size: inherit;
}

#field_1_24 .gfield_label {
	display: none;
}

.main .gform_wrapper .gfield_checkbox li label,
.main .gform_wrapper .gfield_radio li label,
.main .gform_wrapper .top_label .gfield_label,
.main .gform_wrapper .gform_footer input.button,
.main .gform_wrapper .gform_footer input[type="submit"] {
	font-size: 12px;
	font-weight: 300;
}

.gfield_label {
	text-transform: uppercase;
}

.main .gform_wrapper .gfield_required {
	color: #14528d;
}

.main .gform_wrapper div.validation_error {
	background-color: #14528d;
	border: none;
	color: #fff;
	margin-top: 1em;
	margin-top: 1em;
}

.main .gform_wrapper li.gfield.gfield_error {
	background-color: initial;
	border: none;
}

.registration .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.main .gform_wrapper .gfield_error .gfield_label {
	color: #14528d;
}

.main .gform_wrapper .validation_message {
	color: #e94c35;
	font-weight: 300;
}

.main .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.main .gform_wrapper li.gfield_error input[type="text"],
.main .gform_wrapper li.gfield_error input[type="url"],
.main .gform_wrapper li.gfield_error input[type="email"],
.main .gform_wrapper li.gfield_error input[type="tel"],
.main .gform_wrapper li.gfield_error input[type="number"],
.main .gform_wrapper li.gfield_error input[type="password"],
.main .gform_wrapper li.gfield_error textarea,
.main .gform_wrapper li.gfield_error select {
	border: 1px solid #e94c35;
}

.main .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.main .gform_wrapper li.gfield_error ul.gfield_checkbox,
.main .gform_wrapper li.gfield_error ul.gfield_radio {
	color: #e94c35;
}

.main .gform_wrapper h2.gsection_title,
.main .gform_wrapper h3.gform_title {
	font-size: 1em;
	font-weight: 300;
	text-transform: none;
}

.main .gform_wrapper .ginput_complex label,
.main .ginput_left label {
	margin-bottom: 10px;
}

.main .gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.main .gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.main .gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield select {
	margin-left: 0;
}

.main .gform_wrapper .registration .gform_footer .gform_button,
.main .gform_wrapper .about-you .gform_footer .gform_button {
	background-color: #80bb40;
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
	color: #fff;
	display: block;
	font-family: 'EuclidFlex-Bold';
	font-size: 35px;
	margin: 2px auto 20px auto;
	padding: 8px 20px;
}

.page-id-1122 .gf_browser_ie.gform_wrapper .gform_footer input.button {
	padding: 8px 20px;
}

.page-id-1122 h3 {
	font-size: 22px;
	margin-bottom: 15px;
	text-transform: none;
}

.page-id-1122 h4 {
	color: #3B342F;
	font-family: 'EuclidFlex-Bold';
	font-size: 18px;
	margin-bottom: 0;
	text-transform: none;
}

.page-id-1122 .alignright {
	margin: -30px 30px 0 0;
}

.page-id-1122 ul.gfield_checkbox li {
	min-height: 0em !important;
}

.gform_wrapper.registration_wrapper {
	margin: 0;
}

.gform_confirmation_wrapper.registration {
	margin: 1em 0;
}

.gform_wrapper.registration_wrapper .gsection {
	border-bottom: none;
	border-top: 1px dotted #CCCCCC;
	clear: both;
	margin: 26px 0 6px 0;
	padding: 26px 0 0 0;
}

.page .hentry .advantages,
.modal .advantages {
	margin-left: 0;
	padding-bottom: 20px;
}

.page .hentry .advantages li,
.modal .advantages li {
	background: url("./img/checkmark.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	background-size: 20px 15px;
	line-height: 30px;
	list-style: none;
	padding-left: 36px;
}

html body .gform_delete {
	width: auto !important;
}

/* header
----------------------------------------------------------------------------------------------------*/
.header {
	background-color: #fff;
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, .2);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
	position: fixed;
	width: 100vw;
	z-index: 100;
}

header {
	align-items: center;
	display: flex;
	font-family: 'EuclidFlex-Bold';
	font-size: 16px;
	margin: 0 auto;
	max-width: 1080px;
	padding: 15px 30px;
	transition: all .3s;
}

.scroll header {
	padding: 10px 30px;
}

header .site-title {
	margin: 0 20px 0 0;
}

header .site-title h1 {
	background-image: url('/wp-content/themes/materialdistrict-theme/img/material-district-logo-full-25.svg');
	/*background-image: url( '/wp-content/themes/materialdistrict-theme/img/material-district-logo-full.png' );*/
	background-repeat: no-repeat;
	background-size: contain;
	height: 34px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 100px;
}

header ul {
	align-items: center;
	display: flex;
}

header li {
	margin: 0 5px;
	position: relative;
}

header .navigation .menu-item-home {
	display: none;
}

header .navigation li a:before {
	background: #3B342F;
	bottom: 0;
	content: '';
	height: 2px;
	left: 0;
	position: absolute;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	transform-origin: right;
	transition: -webkit-transform .2s cubic-bezier(.455, .03, .515, .955);
	transition: transform .2s cubic-bezier(.455, .03, .515, .955);
	width: 100%;
}

header .navigation li a:hover::before,
header .navigation li.current-menu-item a::before,
header .navigation li.current-page-ancestora::before,
header .navigation li.current-page-parent a::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	transform-origin: left;
}

header li a {
	color: #3B342F;
	display: block;
	padding: var(--md-button-padding); /* 9px 12px */
	text-transform: uppercase;
	white-space: nowrap;
}

header .tools {
	width: 100%;
}

header .tools li a {
	border: none;
	border-radius: 3px;
	transition: all .3s;
}

header .tools li.search {
	width: 100%;
}

header .tools li.join a,
header .tools li.profile a {
	background-color: #266BAF;
	color: #fff;
}

header .tools li.join a:hover,
header .tools li.profile a:hover {
	background-color: #1c509b;
}

header .tools li.login a:hover {
	background-color: #80bb40;
	color: #fff;
}

header .tools li.logout a:hover {
	background-color: #80bb40;
	color: #fff;
}

header .tools li.bookmarks {
	margin: 0 15px;
}

header .tools li.bookmarks a {
	background: url('/wp-content/themes/materialdistrict-theme/img/icons/bookmark.svg') no-repeat 50% 50%;
	background-size: 24px 24px;
	text-indent: -9999px;
}

header .tools li.bookmarks a:hover {
	background: url('/wp-content/themes/materialdistrict-theme/img/icons/bookmark-filled.svg') no-repeat 50% 50%;
}

header .tools li.bookmarks:hover a::before {
	content: none;
}

/* header search
----------------------------------------------------------------------------------------------------*/

header .searchform {
	border: 2px solid var(--md-grey-light);
	border-radius: 3px;
	display: flex;
	margin-bottom: 0;
}

header .searchform:has(input:focus) {
	border-color: var(--md-grey-dark);
}

header .searchform input {
	-webkit-appearance: none;
	background-color: var(--md-white);
	border: none;
	color: #1c629d;
	font-size: 14px;
	outline: none;
	padding: 6px 14px;
	width: 100%;
	margin: 0;
}

header .searchform input[type=text] {
	margin-left: 2px;
}

header .searchform input[type=text]:focus {
	color: #3B342F;
	text-transform: none;
	background-color: #fff;
	box-shadow: none;
}

header .searchform input[type=submit] {
	background: url('/wp-content/themes/materialdistrict-theme/img/icons/search.svg') no-repeat center center;
	background-size: 24px 24px;
	margin: 0 8px 0 0;
	text-indent: -9999px;
	width: 24px;
}

/* header hamburger menu
----------------------------------------------------------------------------------------------------*/

header .menu-toggle {
	justify-self: end;
	margin-right: 20px;
	margin-top: 5px;
}

header .menu-toggle .svg-menu-toggle {
	cursor: pointer;
	pointer-events: all;
	width: 25px;
}

header .svg-menu-toggle .bar {
	opacity: 1;
	-webkit-transform: rotate(0) translateY(0) translateX(0);
	transform: rotate(0) translateY(0) translateX(0);
	-webkit-transform-origin: 20px 10px;
	transform-origin: 20px 10px;
	-webkit-transition: -webkit-transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
	transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
}

header .svg-menu-toggle .bar:nth-of-type(1) {
	-webkit-transform-origin: 20px 10px;
	transform-origin: 48.5px 20px;
}

header .svg-menu-toggle .bar:nth-of-type(3) {
	-webkit-transform-origin: 20px 20px;
	transform-origin: 46.5px 36.5px;
}

.menu-visible header .menu-toggle .svg-menu-toggle .bar:nth-of-type(1) {
	-webkit-transform: rotate(-45deg) translateY(0) translateX(0);
	transform: rotate(-45deg) translateY(0) translateX(0);
}

.menu-visible header .menu-toggle .svg-menu-toggle .bar:nth-of-type(2) {
	opacity: 0;
}

.menu-visible header .menu-toggle .svg-menu-toggle .bar:nth-of-type(3) {
	-webkit-transform: rotate(45deg) translateY(0em) translateX(0em);
	transform: rotate(45deg) translateY(0em) translateX(0em);
}

/* Main
----------------------------------------------------------------------------------------------------*/
.main {
	background-color: #f1f1f1;
}

.content {
	background-color: #fff;
	margin: 0 auto;
	max-width: 1080px;
	overflow: hidden;
	padding: 80px 30px 0 30px;
}

.home .content {
	padding-top: 30px;
}

.home .leaderboard {
	display: flex;
	position: relative;
	z-index: 1;
}

.post-type-archive-material .content {
	padding-top: 30px;
}

/* Tags
----------------------------------------------------------------------------------------------------*/
.tags {
	overflow: hidden;
	padding: 10px 0;
}

.tags span,
.tags a {
	float: right;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
	position: relative;
}

.tags a {
	background: #14528d;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;

	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	color: #fff;
	margin-left: 20px;
	padding: 0 10px 0 12px;
	text-decoration: none;
}

.tags a:before {
	border-color: transparent #14528d transparent transparent;
	border-style: solid;
	border-width: 12px 12px 12px 0;
	content: "";
	float: left;
	height: 0;
	left: -12px;
	position: absolute;
	top: 0;
	width: 0;
}

.tags a:after {
	background: #fff;

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-moz-box-shadow: -1px -1px 2px #004977;
	-webkit-box-shadow: -1px -1px 2px #004977;
	box-shadow: -1px -1px 2px #004977;
	content: "";
	float: left;
	height: 4px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 4px;
}

.tags a:hover {
	background: #555;
}

.tags a:hover:before {
	border-color: transparent #555 transparent transparent;
}

/* Blocks
----------------------------------------------------------------------------------------------------*/
hr {
	background-color: #c5c5c5;
	border: none;
	color: #c5c5c5;
	height: 1px;
	margin: 0 .9803921568627451% 1.96078431372549% .9803921568627451%;
	width: 98.03921568627451%;
}

.row:before,
.row:after {
	content: " ";
	display: table;
}

.row.grid::before,
.row.grid::after {
	content: none;
}

.row:after {
	clear: both;
}

.row {
	width: 100%;
	/* 1020px */
	*zoom: 1;
}

.col {
	float: left;
	width: 100%;
	/* 1020px */
}

.two-thirds.two-blocks .col {
	width: 50%;
	/* 680px */
}

.col.half {
	width: 50%;
	/* 510px */
}

.col.one-third {
	width: 33.333333333333333%;
	/* 340px */
}

.col.two-thirds {
	width: 66.666666666666666%;
	/* 680px */
}

.col.one-fifth {
	width: 20%;
	/* 170px */
}

.col.one-sixth {
	width: 16.666666666666666%;
	/* 170px */
}

.block {
	float: left;
	margin: 0.9803921568627451%;
	/* 10px */
	overflow: hidden;
	position: relative;
	width: 98.03921568627451%;
	/* 1000px */
}

.col.one-third .block {
	margin: 3.125%;
	/* 10px */
	width: 94.11764705882353%;
	/* 320px */
}

.col.two-thirds .block {
	margin: 1.5625%;
	/* nog aanpassen in percentage! */
}

.col.one-fifth .block {
	margin: 6.25%;
	/* 10px */
	width: 94.11764705882353%;
	/* moet 160px zijn, is 153px? */
}

.col.one-sixth .block {
	margin: 6.25%;
	/* 10px */
	width: 94.11764705882353%;
	/* moet 160px zijn, is 153px? */
}

.block img {
	display: block;
	/* Fix for added pixels */
}

.block .type {
	bottom: 3.125%;
	color: #1c629d;
	position: absolute;
	text-align: center;
	text-transform: capitalize;
	width: 100%;
}

.block .brandname,
.block .name {
	bottom: 45px;
	color: #1c629d;
	position: absolute;
	text-align: center;
	text-transform: capitalize;
	width: 100%;
}

.block .count {
	background-color: #ededed;
	background-image: url('/wp-content/themes/materialdistrict-theme/img/post-count.png');
	background-position: 30px 9px;
	background-repeat: no-repeat;
	background-size: 17px 17px;
	color: #fff;
	display: block;
	font-size: 18px;
	line-height: 34px;
	padding: 0 35px 0 55px;
}

.block .count img {
	display: inline-block;
	margin-bottom: -4px;
	margin-right: 5px;
}

.featured {
	margin-bottom: 1.96078431372549%;
	/* 20px */
}

.featured .two-thirds p {
	font-size: 18px;
	line-height: 1.2em;
	margin-bottom: 10px;
}

/* Slider
----------------------------------------------------------------------------------------------------*/
.block .royalSlider {
	width: 100%
}

.rsArrow {
	cursor: pointer;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 21;
}

.rsArrowLeft {
	left: 3%;
}

.rsArrowRight {
	right: 3%;
}

.rsArrowIcn {
	background-image: url('/wp-content/themes/materialdistrict-theme/img/slider-arrows.png');
	height: 40px;
	width: 40px;
}

.rsArrowLeft .rsArrowIcn {
	background-position: 0 0;
}

.rsArrowRight .rsArrowIcn {
	background-position: -40px 0;
}

.rsArrowDisabled .rsArrowIcn {
	*display: none;
	filter: alpha(opacity=30);
	opacity: .3 !important;
}

.rsBullets {
	bottom: 5%;
	height: auto;
	line-height: 6px;
	overflow: hidden;
	padding-top: 0px;
	position: absolute;
	right: 3%;
	text-align: center;
	z-index: 35;
}

.rsBullet {
	display: inline-block;
	*display: inline;
	height: 8px;
	padding: 10px 9px;
	width: 8px;
	*zoom: 1;
}

.rsBullet span {
	background: #fff;

	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;

	-moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
	display: block;
	height: 8px;
	width: 8px;
}

.rsBullet.rsNavSelected span {
	background: #80bb40;
}

.royalSlider .caption {
	background-color: #1c629d;
	background-color: rgba(75, 89, 102, .7);
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 2% 3%;
	position: absolute;
	width: 100%;
}

.royalSlider .caption h5 {
	margin-bottom: 10px;
}

/* Flickity Slider
----------------------------------------------------------------------------------------------------*/
.flickity-slider img {
	height: 100%;
	width: auto;
}

.flickity-slider .gallery-cell {
	margin-right: 10px;
}

.gallery {
	padding-bottom: 41.66666666666667%;
	/* 400px */
}

/* viewport inherit size from gallery */
.gallery .flickity-viewport {
	position: absolute;
	width: 100%;
}

/* cell inherit height from gallery */
.gallery-cell {
	height: 100%;
}

.gallery .flickity-page-dots {
	bottom: 15px;
	padding-right: 15px;
	text-align: right;
}

.gallery .flickity-page-dots .dot {
	background-color: #fff;
	-moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	height: 8px;
	margin: 0 5px;
	opacity: .75;
	width: 8px;
}

.gallery .flickity-page-dots .dot.is-selected {
	background-color: #80bb40;
}

.gallery .flickity-page-dots .dot:hover {
	opacity: 1;
}

.gallery .flickity-prev-next-button {
	visibility: hidden;
}

.gallery:hover .flickity-prev-next-button {
	visibility: visible;
}

/* Attachment
----------------------------------------------------------------------------------------------------*/
.attachment .slide img {
	height: auto;
	max-width: 100%;
}

/* Comments
----------------------------------------------------------------------------------------------------*/
.comments {
	line-height: 1.3em;
}

.comments a {
	color: #14528d;
}

.comments .children {
	margin-left: 5%;
}

.comments-title {
	border-bottom: 1px solid #ccc;
	font-size: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.comments label {
	display: block;
	font-family: 'EuclidFlex-Bold';
	margin-bottom: 3px;
	text-transform: uppercase;
}

.no-fontface .comments label {
	font-weight: 600;
}

.comments textarea {
	display: block;
	width: 100%;
}

.comments input {
	max-width: 100%;
}

p.form-submit {
	overflow: hidden;
}

.comments .form-submit input {
	background-color: #14528d;
	border: 1px solid #14528d;
	color: #fff;
	float: right;
}

.comments p {
	margin-bottom: 10px;
}

.comments .comment-body p {
	margin-left: 47px;
}

.comment-form-author,
.comment-form-email {
	display: inline-block;
}

.comment-form-author {
	margin-right: 20px;
}

#respond {
	float: left;
	margin-right: 3%;
	width: 40%;
}

.commentlist {
	float: left;
	width: 57%
}

li.comment {
	overflow: hidden;
}

.comment-author img {
	float: left;
	margin: 0 15px 15px 0;
}

.commentlist .avatar {
	width: auto;
	height: auto;
}

ol.commentlist li.comment .comment-body {
	margin-bottom: 10px;
	padding: 10px;
}

/* Page Navigation
----------------------------------------------------------------------------------------------------*/
.wp-pagenavi {
	clear: both;
}
.facetwp-pager .facetwp-page,
.wp-pagenavi a,
.wp-pagenavi span {
	background-color: #fff;
	border: 1px solid #c5c5c5;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #3B342F;
	margin: 5px;
	padding: 6px 7px;
	text-decoration: none;
	text-transform: uppercase;
}

.facetwp-pager .facetwp-page.active,
.wp-pagenavi span.current {
	background-color: #80bb40;
	border: 1px solid #80bb40;
	color: #fff;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

.wp-pagenavi .pages {
	background-color: transparent;
	border: none;
	text-transform: none;
}

.paging .button,
.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
}

.paging .button {
	font-size: 14px;
	padding: var(--md-button-padding);
}

#load-more {
	display: none;
}

.archive .wp-pagenavi,
#searchfilters #submit,
.wp-pagenavi,
.archive.tax-theme .wp-pagenavi,
.archive.post-type-archive-article .wp-pagenavi {
	display: none;
}

.archive.post-type-archive-material .wp-pagenavi {
	display: block;
}

.paging {
	margin: 1.96078431372549% auto 1.96078431372549% auto;
	/* 20px */
	text-align: center;
	width: 100%;
}

#load-more {
	display: inline-block;
	margin: 0 auto;
}

#load-more .loading {
	display: none;
	margin-left: 10px;
}

#no-results {
	display: none;
}

.search .wp-pagenavi {
	display: block;
}

/* Breadcrumbs
----------------------------------------------------------------------------------------------------*/
.breadcrumbs {
	margin-bottom: 0.980392%;
	text-transform: uppercase;
}

.breadcrumbs p {
	float: left;
}

.breadcrumbs a {
	color: #14528d;
}

#scroll-up {
	cursor: pointer;
	float: right;

}

/* Footer
----------------------------------------------------------------------------------------------------*/
.footer {
	background-color: #093770;

	color: #fff;
	font-size: 13px;
	line-height: 16px;
	margin: 0 auto;
	max-width: 1080px;
	padding: 25px 30px;
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);*/
}

.after-footer {
	margin: 0 auto;
	max-width: 1080px;
	padding: 10px 0 20px 0;
	text-align: center;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer p {
	padding-bottom: 16px;
}

.footer .widget {
	border-right: 1px solid #eee;
	float: left;
	margin-right: 30px;
	min-height: 125px;
	min-width: 110px;
	padding: 0 30px 0 0;
}

#custom_post_widget-3 {
	padding-right: 15px;
	width: 152px;
}

.footer .widget:last-child {
	border: none;
	margin-right: 0;
}

.footer h2 {
	font-size: 14px;
	margin: 0 0 12px 0;
}

.footer .button.active {
	display: inline-block;
	font-family: 'EuclidFlex-Bold';
	font-size: 22px;
	padding: 8px 10px;
	text-shadow: none;
}

.footer .pay-off {
	font-size: 18px;
}

.footer .copyright {
	text-align: right;
}

.social li {
	float: left;
}

.social li a {
	background: url('/wp-content/themes/materialdistrict-theme/img/social-icons.svg') no-repeat 0 0;
	background-size: 224px 32px;
	display: inline-block;
	float: left;
	height: 32px;
	margin: 0 15px 15px 0;
	opacity: 1;
	overflow: hidden;
	text-indent: 100%;

	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
	white-space: nowrap;
	width: 30px;
}

.social li a:hover {
	opacity: .4;
}

.social .instagram a {
	background-position: -193px 0;
}

.social .youtube a {
	background-position: -161px 0;
}

.social .linkedin a {
	background-position: -129px 0;
}

.social .google a {
	background-position: -97px 0;
}

.social .twitter a {
	background-position: -65px 0;
}

.social .facebook a {
	background-position: -33px 0;
}

.social .pinterest a {
	background-position: -1px 0;
}

/* Menu widget
----------------------------------------------------------------------------------------------------*/
.one-third .widget_nav_menu h2 {
	font-family: 'EuclidFlex-Bold';
	font-size: 16px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.no-fontface .one-third .widget_nav_menu h2 {
	font-weight: 600;
}

.one-third .widget_nav_menu a {
	border-bottom: 1px solid #c5c5c5;
	color: #14528d;
	display: block;
	padding: 9px 0 7px 0;
	text-transform: uppercase;
}

.one-third .widget_nav_menu a:hover {
	text-decoration: none;
}

/* Twitter widget
----------------------------------------------------------------------------------------------------*/
.twitter-widget {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px;
}

/* Featured widget
----------------------------------------------------------------------------------------------------*/
.widget_featured_content .caption {
	background-color: #1c629d;
	background-color: rgba(75, 89, 102, .7);
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 4% 6.5%;
	position: absolute;
	width: 100%;
}

/* Events widget
----------------------------------------------------------------------------------------------------*/
.widget_upcoming_events {
	background-color: #80bb40;
	overflow: hidden;
	padding-bottom: 59%;
	position: relative;
}

.widget_upcoming_events .colwrap {
	height: 100%;
	padding: 15px;
	position: absolute;
	width: 100%;
}

.widget_upcoming_events h5 {
	color: #3B342F;
	margin: 5px 0 10px 0;
}

.widget_upcoming_events ul {
	border-top: 1px solid #fff;
}

.widget_upcoming_events li {
	border-bottom: 1px solid #fff;
}

.widget_upcoming_events h6 {
	font-family: 'EuclidFlex-Regular';
	font-weight: 300;
	margin: 5px 0;
}

.widget_upcoming_events h4 {
	margin: 5px 0;
}

.widget_upcoming_events a:hover {
	text-decoration: none;
}

.widget_upcoming_events a.button {
	border: 1px solid #fff;
	color: #333;
	padding: 5px 15px;
	position: absolute;
	right: 15px;
	top: 15px;
}

/* Leaderboard banner
----------------------------------------------------------------------------------------------------*/
.leaderboard {
	background-color: #f1f1f1;
	display: none;
	justify-content: space-around;
	padding: 75px 15px 15px 15px;
}

/* Banner
----------------------------------------------------------------------------------------------------*/
.medium-rectangle {
	height: 250px;
	margin: 10px auto 0 auto;
	width: 300px;
}

/* Listing
----------------------------------------------------------------------------------------------------*/
.filters ul {
	font-size: 0px;
	/* Fix to remove added space caused by inline-block */
}

.filters li {
	display: inline-block;
	margin: 5px 15px 5px 0;
}

.filters .loading {
	display: none;
	position: relative;
	top: 5px;
}

.filters .searchfield {
	float: right;
	margin-right: 0;
}

.listing .block {
	background-color: #fff;
	border-bottom: 1px solid #e1e1e1;
	-webkit-transition: .5s;
	transition: .5s;
}

.listing .block:hover {
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
}

.favorites-list a:visited,
.grid a,
.grid a:visited,
.listing .block a {
	color: #3B342F;
	text-decoration: none;
}

.listing .block .summary {
	padding: 3.125%;
	/* 10px */
}

.listing .block .meta {
	padding: 0 0 1.96078431372549% 0;
	/* 12px */
}

.listing .block .excerpt p {
	font-size: 16px;
	line-height: 1.4em;
}

.listing .block .summary .readmore {
	color: #14528d;
	display: block;
	text-align: right;
}

.listing .half .block,
.listing .one-third .block {
	min-height: 315px;
}

.listing .block h2 {
	font-size: 22px;
	padding: 0 0 1.612903225806452% 0;
	/* 10px */
}

.listing .one-third .block h2,
.listing .half .block h2 {
	font-size: 18px;
	padding: 3.333333333333333%;
	/* 10px */
	text-align: center;
}

.grid article figure,
.listing .block .thumbnail {
	position: relative;
}

.grid article figure {
	margin: 0;
}


.listing .block:hover .caption {
	opacity: 1;
}

.listing .block .caption {
	background-color: #1c629d;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;

	-webkit-transition: 1s;
	transition: 1s;
	width: 100%;
}

.listing .block .caption h3 {
	color: #fff;
	margin: 0;
	padding: 1.5625% 3.125%;
	/* 5px 10px */
}

.listing .block .channels ul {
	bottom: 5px;
	left: 15px;
	position: absolute;
}

.listing .block .channels li {
	background-color: #88b5c5;
	background-color: rgba(136, 181, 197, .7);
	background-color: #9ab7de;

	background-color: #cbd1da78;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ffffff42;

	clear: both;
	display: block;
	float: left;
	margin-bottom: 10px;
	padding: 5px 5px;
	text-transform: uppercase;

	text-shadow: 1px 1px 5px #000;
	font-weight: 600;

}

.listing .block .channels li a {
	color: #fff;
}

/* Materials (archive-material.php)
----------------------------------------------------------------------------------------------------*/
.materialsearch {
	text-align: center;
}

.materialsearch *:focus {
	outline: none;
}

.materialsearch div {
	border: 1px solid #80bb40;
	border-radius: 4px;
	display: inline-block;
}

.materialsearch input[type=text] {
	border: 1px solid #fff;
	border-radius: 4px 0 0 4px;
	border-top: 1px solid #fff;
	font-size: 12px;
	margin: 0;
	width: 300px;
}

.materialsearch input[type=submit] {
	background-color: #80bb40;
	border: 2px solid #80bb40;
	border-radius: 0 4px 4px 0;
	color: #fff;
	margin: 0;
}


.advanced-filters {
	background-color: transparent;
	border: 1px solid #1c629d;
	border-radius: 0 0 4px 4px;
	border-top: none;
}

.fieldset.primary {
	padding-bottom: 25px;
}


.advanced-filters p {
	margin: 15px 25px 0 25px;
}

.advanced-filters h4 {
	color: #3B342F;
	cursor: pointer;
	font-family: 'EuclidFlex-Bold';
	padding: 8px 20px;
	text-transform: uppercase;

}


.advanced-filters .legend {
	border-bottom: 1px dotted #1c629d;
	color: #1c629d;
	cursor: pointer;
	font-family: 'EuclidFlex-Bold';
	padding: 10px 5px;
	text-transform: uppercase;
	width: 100%;



	background-image: url('/wp-content/themes/materialdistrict-theme/img/icons/arrow-down-alt2.svg');
	background-color: transparent;
	background-size: 20px 20px;
	background-position: bottom 50% right 0px;
	background-repeat: no-repeat;
}



.advanced-filters .expand .legend {
	background-image: url('/wp-content/themes/materialdistrict-theme/img/icons/arrow-up-alt2.svg');
}

.advanced-filters ul {
	display: none;
}

.advanced-filters .expand ul {
	display: block;
}

.advanced-filters .fieldset.taxonomy {
	border: none;
	margin: 0 15px;
	padding: 0;

}

.advanced-filters label {
	border-bottom: 1px dotted #1c629d;
	color: #1c629d;
	cursor: pointer;
	display: block;
	padding: 8px 5px;
	text-transform: uppercase;
	white-space: nowrap;
}

.advanced-filters input[type=checkbox] {
	float: right;
}


.advanced-search .block {
	background-color: #ededed;
}

.expand-collapse {
	background-color: #1c629d;
	color: #fff;
	cursor: pointer;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}

#advanced-search,
#advanced-search fieldset ol,
#advanced-search fieldset {
	display: none;
}

.expand-collapse:after {
	content: '\f347';
	display: inline-block;
	font: normal 20px/1 'dashicons';
	-webkit-font-smoothing: antialiased;
	padding-left: 5px;
	vertical-align: middle;
}

.expand-collapse.up:after {
	content: '\f343';
	display: inline-block;
	font: normal 20px/1 'dashicons';
	-webkit-font-smoothing: antialiased;
	padding-left: 5px;
	vertical-align: middle;
}

.advanced-search input[type="submit"],
.advanced-search input[type="reset"] {
	float: right;
	margin-left: 3.125%;
}

.advanced-search input[type="reset"] {
	margin-top: 120px;
}

.advanced-search fieldset fieldset {
	float: left;
	margin: 1% 2%;
	width: 29%;
}

.advanced-search legend {
	color: #3B342F;
	font-family: 'EuclidFlex-Bold';
	line-height: 1;
	margin: 10px 0;
	text-transform: uppercase;
}

.advanced-search li {
	border-top: 1px dotted #1c629d;
	display: block;
	overflow: hidden;
	overflow: hidden;
	padding: 5px 0 5px 0;
	text-transform: uppercase;
}

.advanced-search label {
	line-height: 29px;
	min-width: 33%;
	text-align: left;
	text-transform: uppercase;
}

.advanced-search select {
	border: 1px solid #ccc;

	border-radius: 3px 3px 3px 3px;
	float: right;
	font-family: inherit;
	line-height: normal;
	padding: 5px;
	width: 150px;
}

/* Single material (single-material.php)
----------------------------------------------------------------------------------------------------*/
.single .content .channel-bar {
	background-color: #9ab7de;
	overflow: hidden;
	padding: 0;
}

.channel-bar .block {
	background-color: #9ab7de;
	margin: 0;
}

.channel-bar ul {
	float: right;
	margin: 10px 10px 0 0;
}

.channel-bar li {
	color: #14528d;
	display: inline-block;
	margin: 0 0 10px 10px;
}

.channel-bar li a {
	background-color: #9ab7de;
	border: 1px solid #fff;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 13px;

	padding: 7px 12px 5px 12px;
	text-transform: uppercase;
}

.channel-bar li a:hover {
	background-color: rgba(255, 255, 255, .2);
	text-decoration: none;
}

/* Material properties
----------------------------------------------------------------------------------------------------*/
.material-properties h3,
.brand-properties h3 {
	font-family: 'EuclidFlex-Bold';
	font-size: 14px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.brand-properties table {
	line-height: 20px;
	margin: 0 0 15px 0;
}

.brand-properties td {
	min-width: 120px;
	padding: 0 10px 0 0;
}

.brand-properties img {
	border: 1px solid #999;
	height: auto;
	margin-bottom: 50px;
	padding: 10px;
	width: 60%;
}

.material-properties {
	background-color: #f5f5f5;
}

.material-properties h3 {
	font-size: 16px;
	margin-bottom: 0;
}

.material-properties li {
	border-bottom: 1px dotted #1c629d;
	display: block;
	overflow: hidden;
	padding: 5px 0 5px 0;
	text-transform: uppercase;
}

.material-properties .property {
	float: left;
	padding: 5px 0 3px 0;
}

.material-properties a {
	background-color: #9ab7de;
	border: 1px solid #9ab7de;
	border-radius: 2px;
	color: #fff;

	float: right;
	padding: var(--md-button-padding);
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	/* Google Chrome hack for bad alignment */
	.material-properties a {
		padding: var(--md-button-padding);
	}
}

.material-properties .important a {
	background-color: #14528d;
	border: 1px solid #14528d;
}

.material-properties a:hover {
	text-decoration: none;
}

.material-properties .taglist a {
	background-color: #fff;
	border: 1px solid #fff;
	color: #333;
	float: left;
	margin: 0 10px 10px 0;
}

.material-properties .taglist li:last-child {
	border-bottom: none;
}

.material-properties h4 {
	border-bottom: 1px dotted #1c629d;
	color: #3B342F;
	font-family: 'EuclidFlex-Bold';
	font-size: 12px;
	padding: 5px 0 5px 0;
	text-transform: uppercase;
	width: 100%;
}

.material-properties input[type=checkbox],
.material-properties input[type=radio] {
	margin-right: 4px;
}

.edit-properties {
	display: inline-block;
	position: relative;
}

.edit-properties.loading::after {
	background-image: url('img/spinner-1.svg');
	background-repeat: no-repeat;
	background-size: 16px 16px;
	content: ' ';
	display: inline-block;
	height: 16px;
	position: absolute;
	right: -22px;
	top: -1px;
	width: 16px;
}

/* Brands
----------------------------------------------------------------------------------------------------*/
.search-results .one-third .brand img {
	margin: 0 auto;
	max-height: 200px;
}

.single-brand .title h1,
.single-brand article .page-title {
	float: left;
}

.single-brand .title .navigation {
	visibility: hidden;
}

.single-brand article .social {
	float: right;
	margin-top: 10px;
}

.single-brand article .social li a {
	background-image: url('/wp-content/themes/materialdistrict-theme/img/social-icons-grey.svg');
	opacity: 1;
}

.no-svg .single-brand article .social li a {
	background-image: url('/wp-content/themes/materialdistrict-theme/img/social-icons-grey.png');
}

.single-brand article .social li a:hover {
	opacity: .4;
}

.single-brand article .social li.website a {
	background-image: none;
	color: #a3abb4;
	font-size: 14px;
	padding-top: 10px;
	text-indent: 0;
	width: auto;
}

.single-brand .tel {
	color: #3B342F;
	text-decoration: none;
}

.single-brand .related {
	font-size: 0;
}

.single-brand .related li {
	font-size: 14px;
}

.single-brand .related h2 {
	border-bottom: 1px solid #ccc;
	font-family: 'EuclidFlex-Bold';
	font-size: 30px;
	padding-bottom: 0.9803921568627451%;
	/* 10px */
}

.related .caption {
	background-color: rgba(75, 89, 102, .7);
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 4% 6.5%;
	position: absolute;
	width: 100%;
}

.related .caption h3 {
	color: #80bb40;
	font-size: 14px;
	margin: 0;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.related .caption h4 {
	color: #fff;
	font-size: 14px;
	margin: 0;
}

/* Events
----------------------------------------------------------------------------------------------------*/
.vevent {
	position: relative;
}

.type-event .dtstart {
	background-color: #80bb40;
	color: #fff;
	font-family: 'EuclidFlex-Bold';
	left: 10px;
	min-width: 50px;
	padding: 10px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 0;
}

.type-event .day {
	font-size: 20px;
}

.listing .block .vevent h2 {
	font-size: 18px;
	padding: 3% 4%;
	text-align: center;
}

.col.two-thirds .col.half .block.event {
	padding-bottom: 3.125%;
	/* 10px */
}

.vevent .location {
	bottom: 0;
	color: #1c629d;
	position: absolute;
	text-align: center;
	text-transform: capitalize;
	width: 100%;
}

.vevent .location a {
	color: #1c629d;
}

#wp-calendar {
	font-size: 16px;
	width: 100%;
}

#wp-calendar caption,
#wp-calendar th,
#wp-calendar td {
	padding: 10px;
}

#wp-calendar th,
#wp-calendar td {
	text-align: center;
}

#wp-calendar caption,
#wp-calendar th {
	font-family: 'EuclidFlex-Bold';
}

#wp-calendar td.active {
	background-color: #80bb40;
}

#wp-calendar tbody a {
	color: #3B342F;
}

#wp-calendar #prev {
	text-align: left;
}

#wp-calendar #next {
	text-align: right;
}

.event-details caption {
	font-family: 'EuclidFlex-Bold';
	font-size: 14px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.event-details th,
.event-details td {
	padding: 0 10px 10px 0;
}

.event-details th {
	font-family: 'EuclidFlex-Bold';
}

.register-button {
	background-color: #80bb40;
	border: 1px solid #80bb40;
	border-radius: 3px;
	color: #fff;
	line-height: 52px;
	padding: 5px 15px;
	text-decoration: none;
	text-transform: uppercase;
}

.register-button:visited {
	color: #fff;
}

/* Articles
----------------------------------------------------------------------------------------------------*/
.archive-list {
	padding: 15px;
}

.type-article .thumbnail img {
	height: auto;
	width: 100%;
}

.archive-list h2 {
	font-size: 14px;
	padding: 5px 0 15px;
	text-transform: uppercase;
}

.single article {
	background-color: #fff;
	border: 1px solid #ccc;
	margin: .98039215%;
	margin-top: 0;
}

.single article .row {
	padding: .980392%;
}

.single article .row.slider {
	padding: 0 .980392%;
}

.single article .row.title {
	padding: .980392% .980392% 0 .980392%;
}

.single article .row.subtitle {
	padding: 0 .980392%;
}

.error404 .page,
.page-template-default .page,
.page-template-page-register-php .page,
.page-template-page-sign-in .page,
.page-template-page-forgot-password .page {
	font-size: 16px;
	line-height: 1.2em;
}

.page-template .hentry,
.single .hentry {
	font-size: 16px;
	line-height: 21px;
}

.page-template-page-edit-profile .content,
.page-template-page-connect-brand .content,
.page-template-page-edit-brand .content,
.page-template-page-edit-materials .content,
.page-template-page-invoices .content,
.page-template-page-remove-brand .content {
	padding-top: 100px;
}

.single-material .hentry,
.single-article .hentry,
.single-brand .hentry {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
}

/* profile sidebar */

.page-template-page-connect-brand .one-third .block p,
.page-template-page-edit-profile .one-third .block p {
	margin-bottom: 10px;
}

.profile-sidebar,
.connected-brand-sidebar,
.add-brand-sidebar {
	background-color: var(--md-blue-medium);
	color: var(--md-white);
	font-size: 1rem;
	line-height: 1.2em;
	padding: 1.25rem;
}

.profile-sidebar ul,
.connected-brand-sidebar ul {
	margin-top: 20px;
}

.connected-brand-sidebar,
.add-brand-sidebar {
	background-color: var(--md-white-medium);
	border: 1px solid var(--md-white-dark);
	color: var(--md-black);
}

.profile-sidebar a,
.profile-sidebar a:visited {
	color: var(--md-white);
}

.connected-brand-sidebar a {
	color: var(--md-blue-dark);
}

.add-brand-sidebar a,
.add-brand-sidebar a:visited {
	color: var(--md-black);
}

.logo-wrapper,
.avatar-wrapper,
.add-brand-wrapper {
	display: flex;
	align-items: center;
	gap: 20px;
}

.add-brand-wrapper {
	margin: 0;
}

.avatar-wrapper p,
.logo-wrapper p,
.add-brand-wrapper p,
.profile-sidebar a.current-page,
.connected-brand-sidebar a.current-page {
	font-weight: bold;
}

.avatar-wrapper img,
.logo-wrapper img,
.selected-brand-container img,
.suggested-brand-container img {
	aspect-ratio: 1 / 1;
	background-color: var(--md-white);
	border-radius: 50%;
	width: 75px;
	object-fit: contain;
}


.suggested-brand-container {
	cursor: pointer;
	padding: 10px;
	border: 1px solid var(--md-white-dark);
	margin: 10px 0;
	background: var(--md-white-light);
	display: flex;
	align-items: center;
}

.suggested-brand-container .button {
	margin-left: auto;
}

.suggested-brand-container img {
	width: 40px;
}

.add-brand-wrapper svg {
	aspect-ratio: 1 / 1;
	width: 75px;
	height: 75px;
	transition: opacity 350ms ease-in-out;
}

.add-brand-wrapper svg:hover {
	opacity: .8;
}

.connected-brand-sidebar ul li a,
.profile-sidebar ul li a {
	padding: 8px 0;
	display: block;
}

a.logo-wrapper,
a.avatar-wrapper {
	text-decoration: none;
}

.avatar-wrapper p {
	margin: 0;
	font-weight: 600;
}

.logo-preview img {
	max-width: 200px;
}

.block.connect-brand .button {
	color: #fff;
}

.fieldset.double-buttons .button {
	display: block;
	margin-right: 10px;
	text-align: center;
	width: 100%;
}

.fieldset.double-buttons input.button.button-large[name="submit"] {
	background-position: right 12px center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
}

body.is-saving .fieldset.double-buttons input.button.button-large[name="submit"] {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'><circle cx='50' cy='50' r='35' fill='none' stroke='%23fff' stroke-width='10' stroke-dasharray='164.9336 56.9779'><animateTransform attributeName='transform' type='rotate' calcMode='linear' values='0 50 50;360 50 50' keyTimes='0;1' dur='1s' begin='0s' repeatCount='indefinite'/></circle></svg>");
}


/* edit brand - images grid */
.brand-images-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 10px;
}

.brand-image-item {
	position: relative;
	width: auto;
	height: 100px;
	border: 1px solid #ddd;
	cursor: move;
}

.brand-image-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#material-images-grid .brand-image-item img {
	width: auto;
	height: 100%;
	max-width: none;
	object-fit: contain;
	display: block;
}

.brand-image-item .delete-image {
	position: absolute;
	top: -8px;
	right: -8px;
	background: #d00;
	color: white;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 18px;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.brand-image-item .delete-image:hover {
	background: #f00;
}

.ui-state-highlight {
	height: 100px;
	width: 100px;
	background-color: #f0f0f0;
	border: 1px dashed #ccc;
}

/* add brand */
/* fixes for overflow issues */
.page-template-page-connect-brand .content {
	overflow: inherit!important;
}

.page-template-page-connect-brand .footer {
	z-index: inherit!important;
}

.page-template-page-connect-brand .breadcrumbs {
	margin-bottom: 0!important;
}

.brand-search-container {
	position: relative;
	margin-bottom: 20px;
}

.brand-search-container input[type="text"] {
	width: 100%;
	padding: 10px;
	border: 2px solid var(--md-grey-light);
	background: url('/wp-content/themes/materialdistrict-theme/img/icons/search.svg') no-repeat center right 10px;
	background-size: 24px 24px;
	margin: 0;
	border-radius: var(--md-input-border-radius);
}

.brand-search-results {
	display: none;
	border: 1px solid var(--md-white-dark);
	max-height: 300px;
	overflow-y: auto;
	position: absolute;
	width: 100%;
	background: var(--md-white);
	z-index: 100;
}

.selected-brand-container {
	cursor: pointer;
	padding: 20px;
	border: 1px solid var(--md-white-dark);
	margin: 10px 0;
	background: var(--md-white-medium);
}

.page-template-default .page p,
.page-template-page-register-php .page p,
.page-template-page-sign-in .page p,
.page-template-page-forgot-password .page p,
.single .hentry p,
.wp-singular .hentry p {
	padding-bottom: 20px;
}

.page-template-default .hentry ul,
.single .hentry ul {
	margin-left: 20px;
	padding-bottom: 20px;
}

.page-template-default .hentry ul ul {
	padding-bottom: 0;
}

.page-template-default .hentry li,
.single .hentry li {
	list-style: square;
}

.call-to-action-button {
	float: right;
}

.share {
	display: flex;
	align-items: center;
}

.share li {
	line-height: 24px;
	margin: 0 10px 10px 0;
}

.share li a {
	background-repeat: no-repeat;
	background-size: 24px 24px;
	color: #000;
	display: block;
	font-size: 14px;
	padding: 0 0 0 30px;
	font-family: 'EuclidFlex-regular', sans-serif;
}

.share .facebook a {
	background-image: url('/wp-content/themes/materialdistrict-theme/img/icons/facebook.png');
}

.share .twitter a {
	background-image: url('/wp-content/themes/materialdistrict-theme/img/icons/twitter.png');
}

.share .linkedin a {
	background-image: url('/wp-content/themes/materialdistrict-theme/img/icons/linkedin.png');
}

.share .whatsapp a {
	background-image: url('/wp-content/themes/materialdistrict-theme/img/icons/whatsapp.png');
}

.share .email a {
	background-image: url('/wp-content/themes/materialdistrict-theme/img/icons/email.png');
}

.paywall:before {
	background: url('/wp-content/themes/materialdistrict-theme/img/paywall-mask.png') repeat-x scroll 0 0 transparent;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	top: -250px;
	width: 100%;
}

.paywall {
	margin-bottom: 100px;
	position: relative;
	z-index: 98;
}

/* Attachment
----------------------------------------------------------------------------------------------------*/
.attachment .slide img {
	margin: 0 auto 20px auto;
}

.attachment .slide p {
	font-size: 16px;
	line-height: 1.2em;
	padding-bottom: 10px;
}

.attachment .slide p:last-child {
	padding-bottom: 0;
}

/* Authors
----------------------------------------------------------------------------------------------------*/
.col.two-thirds .authors li.block {
	display: inline;
	width: 46%;
}

/* 404
----------------------------------------------------------------------------------------------------*/
.error404 .main .searchform {
	margin-top: 20px;
}

/* Brands (archive-brands.php)
----------------------------------------------------------------------------------------------------*/
.post-type-archive-brand .brand .block {
	background-color: #fff;
	border: 1px solid #ccc;
}

.post-type-archive-brand .brand .block h2 {
	color: #1c629d;
	padding: 1.5%;
}

.post-type-archive-brand .listing .one-third .block h2 {
	font-size: 36px;
	text-align: left;
}

.post-type-archive-brand .listing .one-third .block ul {
	display: block;
	margin: 0 4%;
}

.post-type-archive-brand .listing .one-third .block li {
	margin-bottom: 4px;
}

.post-type-archive-brand .listing .one-third .block li a {
	line-height: 16px;
}

.post-type-archive-brand .brand li {
	display: inline-block;
	margin: 0 1.5% 1.5% 1.5%;
	width: 30.133333333333333%;
}

.post-type-archive-brand .brand li:hover a {
	text-decoration: underline;
}

.post-type-archive-brand .brand a {
	color: #3B342F;
	font-size: 16px;
}

.post-type-archive-brand .brand .pro a {
	color: #fff;
	font-size: 14px;
}

.pro {
	overflow: hidden;
	padding: 10px 0;
}

.pro span,
.pro a {
	color: #fff !important;
	display: inline-block;
	font-size: 11px;
	height: 16px;
	line-height: 16px;
	position: relative;
}

.pro a {
	background: #80bb40;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;

	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	color: #fff !important;
	margin-left: 16px;
	padding: 0 8px 0 12px;
	text-decoration: none;
}

.pro a:before {
	border-color: transparent #80bb40 transparent transparent;
	border-style: solid;
	border-width: 8px 8px 8px 0;
	content: "";
	float: left;
	height: 0;
	left: -7px;
	/* was -8 */
	position: absolute;
	top: 0;
	width: 0;
}

.pro a:after {
	background: #fff;

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	content: "";
	float: left;
	height: 4px;
	left: 0;
	position: absolute;
	top: 6px;
	width: 4px;
}

.post-type-archive-brand li:hover .pro a {
	text-decoration: none;
}

.post-type-archive-brand .listing .one-third .block {
	background-image: url('/wp-content/themes/materialdistrict-theme/img/arrow-right-45.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 205px;
	min-height: 205px;
}

.listing .block:hover .more-brands {
	opacity: 1;
}

.more-brands {
	background-color: #80bb40;
	bottom: 0;
	color: #fff;
	left: 0;
	opacity: 0;
	padding: 4% 6.5%;
	position: absolute;
	width: 100%;
}

.more-brands h3 {
	color: #fff;
	cursor: pointer;
	margin: 0;
	text-align: center;
}

/* Location (taxonomy-location.php)
----------------------------------------------------------------------------------------------------*/
.map {
	margin-bottom: 2.941176470588235%;
	/* 30px */
}

.google-map {
	height: 380px;
	overflow: hidden;
	position: relative;
}

.google-map img {
	max-width: none;
}

/* Leads module
----------------------------------------------------------------------------------------------------*/
.call-to-action-button,
.generic-form .call-to-action .button,
.module-leads .call-to-action .button {
	background-color: #80bb40;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	color: #fff;
	display: inline-block;
	font-family: 'EuclidFlex-Bold';
	font-size: 15px;
	margin: 2px 3px 3px 2px;
	padding: var(--md-button-padding);
	text-transform: uppercase;
}

.call-to-action-button:hover {
	text-decoration: none;
}

.call-to-action-button:visited {
	color: #fff;
}

.button.active.close {
	color: #fff;
	float: right;
	font-family: 'EuclidFlex-Bold';
	font-size: 12px;
	padding: var(--md-button-padding);
}

.button.active.close:hover {
	text-decoration: none;
}

.module-leads {
	background: #f5f5f5;
	display: none;
	padding: 25px;
}

.module-leads h3 {
	color: #1c629d;
	font-size: 26px;
	padding: 10px 0;
}

.module-leads h4 {
	color: #1c629d;
	font-family: 'EuclidFlex-Bold';
	font-size: 60px;
	margin-bottom: 40px;
	margin-top: 60px;
}

.module-leads h5 {
	color: #1c629d;
	font-family: 'EuclidFlex-Bold';
	font-size: 36px;
	margin-bottom: 80px;
	text-transform: none;
}

.module-leads h6 {
	color: #1c629d;
	font-size: 20px;
	line-height: 34px;
	margin: 30px 0;
	text-transform: uppercase;
}

.generic-form ul,
.hentry .generic-form ul {
	margin-left: 0;
	padding-bottom: 0;
}

.generic-form li,
.hentry .generic-form li,
.module-leads li {
	list-style: none;
	margin: 2px 0;
	overflow: hidden;
}

.generic-form .input-left,
.generic-form .input-right,
.module-leads .input-left,
.module-leads .input-right {
	float: left;
	width: 48%;
}

.generic-form .input-left,
.module-leads .input-left {
	margin-right: 4%
}

.generic-form label,
.module-leads label {
	display: block;
	font-family: 'EuclidFlex-Bold';
	margin: 12px 0 3px 0;
	text-transform: uppercase;
}

.generic-form label.sublabel,
.module-leads label.sublabel {
	font-family: 'EuclidFlex-Regular';
	margin: 5px 0 3px 0;
	text-transform: none;
}

.generic-form .required,
.module-leads .required {
	font-family: 'EuclidFlex-Regular';
}

.generic-form input[type="password"],
.generic-form input[type="email"],
.generic-form input[type="number"],
.generic-form input[type="text"],
.generic-form select,
.module-leads input[type="email"],
.module-leads input[type="number"],
.module-leads input[type="text"],
.module-leads select {
	border: 1px solid #ABADB3;
	padding: 5px 3px;
	width: 100%;
}

.generic-form input,
.generic-form textarea,
.module-leads input,
.module-leads textarea {
	font-size: 14px;
}

.generic-form .required-text,
.module-leads .required-text {
	margin: 45px 0 0;
}

.hentry .generic-form .call-to-action,
.module-leads .call-to-action {
	margin: 40px 0 15px 0;
	text-align: center;
}

.generic-form .call-to-action .button,
.module-leads .call-to-action .button {
	font-size: 1.5rem;
}

.module-leads .call-to-action .sending {
	background: #80bb40 url('/wp-content/themes/materialdistrict-theme/img/loader-large.gif') no-repeat 80% 50%;
}

.generic-form input[type="text"].error,
.module-leads input[type="text"].error,
.module-leads select.error {
	border: 1px solid #14528d;
}

.generic-form .form-error,
.module-leads .form-error {
	color: #14528d;
	display: block;
	margin: 2px 0;
}

.module-leads .section-1 li {
	margin: 20px 0;
}

.module-leads .section-1 label {
	color: #1c629d;
	display: inline-block;
	font-size: 14px;
}

.module-leads .checkbox-full label {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}

.module-leads .checkbox-full input[type="checkbox"] {
	margin-right: 10px;
	vertical-align: middle;
}

.module-leads textarea {
	padding: 4px;
	width: 100%;
}

.module-leads .section-2,
.module-leads .checkfield {
	display: none;
}

/* Channel detail
----------------------------------------------------------------------------------------------------*/
.channel-overview li {
	border-bottom: 1px dotted #1c629d;
	display: block;
	font-size: 16px;
	padding: 12px 0 10px 0;
	text-transform: uppercase;
}

.channel-overview li a {
	color: #1c629d;
	display: block;
}

.channel-overview li a:hover {
	color: #9ab7de;
	text-decoration: none;
}

.channel-overview li .highlight {
	display: none;
	float: right;
	margin-right: 8px;
}

.channel-overview li a:hover .highlight {
	display: block;
}

.channel-group {
	font-family: 'EuclidFlex-Bold', sans-serif;
}

.channel-detail-header {
	background-size: cover;
}

.channel-detail-header .col {
	min-height: 254px;
}

.page-template-page-theme-php .channel-detail-header {
	background-image: url('/wp-content/themes/materialdistrict-theme/img/channels/channels.jpg');
}

.term-ceramics .channel-detail-header {
	background-image: url('/wp-content/themes/materialdistrict-theme/img/channels/ceramics.jpg');
}

.term-coatings .channel-detail-header {
	background-image: url('/wp-content/themes/materialdistrict-theme/img/channels/coatings.jpg');
}

.term-concretes .channel-detail-header {
	background-image: url('/wp-content/themes/materialdistrict-theme/img/channels/concretes.jpg');
}

.term-glass .channel-detail-header {
	background-image: url('/wp-content/themes/materialdistrict-theme/img/channels/glass.jpg');
}

.term-metals .channel-detail-header {
	background-image: url('/wp-content/themes/materialdistrict-theme/img/channels/metals.jpg');
}

.term-natural-stones .channel-detail-header {
	background-image: url('/wp-content/themes/materialdistrict-theme/img/channels/natural-stones.jpg');
}

.term-other-naturals .channel-detail-header {
	background-image: url('/wp-content/themes/materialdistrict-theme/img/channels/other-naturals.jpg');
}

.term-plastics .channel-detail-header {
	background-image: url('/wp-content/themes/materialdistrict-theme/img/channels/plastics.jpg');
}

.term-wood .channel-detail-header {
	background-image: url('/wp-content/themes/materialdistrict-theme/img/channels/wood.jpg');
}

/* Channel detail
----------------------------------------------------------------------------------------------------*/
.post-type-archive-material .channel-detail-header h1,
.page-template-page-theme-php .channel-detail-header h1,
.tax-material_category .channel-detail-header h1,
.tax-theme .channel-detail-header h1 {
	color: #fff;
	font-size: 60px;
	margin-bottom: 20px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	/* 29/8 */
}

.post-type-archive-material .channel-detail-header h1 {
	margin-top: 10px;
}

.post-type-archive-material .content .page-template-page-theme-php .content,
.tax-material_category .content,
.tax-theme .content {
	padding-top: 15px;
}

.post-type-archive-material .channel-detail-header,
.page-template-page-theme-php .channel-detail-header,
.tax-material_category .channel-detail-header,
.tax-theme .channel-detail-header {
	margin: 0 auto;
	max-width: 1080px;
	overflow: hidden;
	position: relative;
	z-index: 1 !important;
}

.channel-detail-header .col {
	background-color: rgba(136, 181, 197, .4);
	background-color: rgba(154, 183, 222, 0.4);
	border-bottom: 10px solid rgba(136, 181, 197, 1);
	border-bottom: 10px solid #9ab7de;
	padding: 60px 30px 0 30px;
	position: relative;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

.post-type-archive-material .channel-detail-header .col {
	background-color: transparent;
	border: none;
}

.channel-detail-header img {
	height: auto;
	left: 0;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 0;
}

.channel-detail-header h1 {
	margin: 30px 0 40px 0;
}

.channel-detail-header p {
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	line-height: 1.2;
	margin: 0 10% 20px 10%;
	text-align: center;
}

.tax-material_category .channel-detail-header p {
	display: none;
}

.channel-detail-header .breadcrumb {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}

.channel-detail-header .breadcrumb .highlight {
	color: #80bb40;
}

.channel-detail-header .breadcrumb a {
	color: #fff;
}

/* Embedded video
----------------------------------------------------------------------------------------------------*/
.video-container {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/* Next Previous buttons
----------------------------------------------------------------------------------------------------*/
.next-previous {
	clear: both;
	width: 100%;
}

.next-previous a {
	background-color: #fff;
	border: 1px solid #a3abb4;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #1c629d;
	display: block;
	font-size: 13px;
	margin: 0 0 1px 0;
	min-width: 140px;
	padding: var(--md-button-padding);
	text-align: center;
	text-transform: uppercase;
}

.next-previous .prev,
.next-previous a[rel=prev] {
	float: left;
}

.next-previous .next,
.next-previous a[rel=next] {
	float: right;
}

.next-previous a:hover {
	text-decoration: none;
}

.next-previous a:active {
	position: relative;
	top: 1px;
}

/* Modal
----------------------------------------------------------------------------------------------------*/
#slide-in {
	bottom: 0;
	display: none;
	height: 200px;
	position: fixed;
	right: 0;
	width: 250px;
	z-index: 100;
}

.modal {
	-webkit-animation: popin 0.3s;
	animation: popin 0.3s;
	background-color: #f9f9f9;
	bottom: 0;
	font-size: 18px;
	margin: auto;
	position: absolute;
	right: 0;
	width: 250px;
	z-index: 1;
}

.slide-in .modal {
	background-color: #14528d;
	color: #fff;
}

/*.bounce .modal {
	height: 420px!important;
}*/
.modal p {
	margin-bottom: 1em;
}

.modal .button {
	color: #fff;
	display: block;
	font-family: 'EuclidFlex-Bold';
	font-size: 16px;
	text-shadow: none;
}

.modal-title {
	background-color: #1c629d;
	color: #fff;
	font-size: 18px;
	padding: 10px 15px;
}

.modal-title h3 {
	margin: 0;
}

#ouibounce-modal .modal-body {
	padding: 0;
}

#ouibounce-modal .modal {
	/*width: 80%;
	padding-top: 20%;
	width: 580px;*/
	height: 60%;
	max-height: 460px;
}

#ouibounce-modal .modal .videowrapper {
	height: 0;
	padding-bottom: 75%;
	/* 4:3 */
	position: relative;
}

#ouibounce-modal .modal .videowrapper iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.lity {
	background-color: rgba(0, 0, 0, 0.7);
}

.lity-desc {
	background-color: #fff;
	display: block;
	font-size: 2em;
	padding: 10px;
	text-align: center;
}

.lity-desc a {
	color: #14528d;
}

/* Allground Styles v1.1.6
----------------------------------------------------------------------------------------------------*/
@font-face {
	font-family: 'themesrobot';
	font-style: normal;
	font-weight: normal;
	src: url('../font/themesrobot.eot?4242463');
	src: url('../font/themesrobot.eot?4242463#iefix') format('embedded-opentype'),
		url('../font/themesrobot.woff?4242463') format('woff'),
		url('../font/themesrobot.ttf?4242463') format('truetype'),
		url('../font/themesrobot.svg?4242463#themesrobot') format('svg');
}

.ag-link {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
	border: 1px solid #3B342F;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 20px;
	bottom: 10px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	color: #fff;
	font: 12px/15px Arial, Helvetica, sans-serif;
	padding: 4px 8px 6px;
	position: fixed;
	text-decoration: none;
	z-index: 45;
}

.ag-link:hover {
	color: #eee;
}

.ag-prev,
.ag-next {
	font-size: 18px;
}

.ag-imglink {
	left: 10px;
	padding: 5px 15px;
}

.ag-next {
	right: 10px;
}

.ag-prev {
	right: 40px;
}

#allground-container {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -3;
}

#alltube-player {
	position: absolute;
}

#allground-shield {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -2;
}

.ag-play,
.ag-mute {
	left: 10px;
	outline: none;
	padding: 6px 7px;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

.ag-play:focus,
.ag-mute:focus,
.ag-play:active,
.ag-mute:active {
	outline: 0;
}

.ag-play-show.ag-mute-show .ag-mute {
	margin-left: 35px;
}

.ag-playing {
	background: #444;
	background: rgba(1, 1, 1, 0.7);
}

.ag-paused {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}

.ag-playing span,
.ag-paused span,
.ag-muted span,
.ag-unmuted span {
	display: none;
}

.ag-playing i:before,
.ag-paused i:before,
.ag-muted i:before,
.ag-unmuted i:before {
	display: inline-block;
	font: normal normal normal 120% "themesrobot";
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	width: 1em;
}

.ag-unmuted i:before {
	content: '\e800';
}

.ag-muted i:before {
	content: '\e801';
}

.ag-paused i:before {
	content: '\e802';
}

.ag-playing i:before {
	content: '\e804';
}

#big-video-vid video {
	-webkit-transform: translateZ(0);
}

.backstretch:before,
#allground-shield:before,
#big-video-wrap:before {
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.allground-opr #big-video-wrap:before {
	z-index: 0;
}

.ag-link {
	background-color: #80bb40;
	border: 1px solid #80bb40;
	border-radius: 3px;
	box-shadow: none;
	color: #3B342F !important;
	font-family: 'EuclidFlex-Regular', sans-serif;
}

.backstretch {
	z-index: 0 !important;
}

.content,
.footer,
.after-footer {
	position: relative;
	z-index: 1 !important;
}

/* Responsive nav */
.menu-toggle {
	display: none;
}

.wrap.active {
	left: 0;
}

/* Homepage - intro module
----------------------------------------------------------------------------------------------------*/

.intro .col.one-third {
	width: 33.33333333333333%;
	/* 340px */
}

.intro .one-third .block {
	margin: 0;
	padding: 2.941176470588235%;
	/* 10px */
	width: 100%;
}

.intro .col.two-thirds {
	width: 66.66666666666667%;
	/* 680px */
}

.intro .two-thirds .block {
	margin: 0;
	padding: 1.470588235294118%;
	/* 10px */
	width: 100%;
}

.intro .search {
	background-color: #fff;
	border: 2px solid #1c629d;
	border-radius: 3px;
	height: 40px;
	overflow: hidden;
	text-transform: uppercase;
}

.intro input[type=text] {
	width: 55%
}

.intro .search fieldset {
	float: right;
}

.intro select,
.intro input {
	border: none;
	font-family: 'EuclidFlex-Bold';
	font-size: 18px;
	height: 28px;
	margin: 5px;
	padding: 0;
	text-transform: uppercase;
	vertical-align: middle;
}

.intro select:focus,
.intro input:focus {
	outline: none;
}

.intro input[type=submit] {
	background-color: #1c629d;
	border: 1px solid #1c629d;
	border-radius: 0;
	color: #fff;
	font-family: 'EuclidFlex-Bold';
	font-size: 18px;
	height: 39px;
	margin: 0;
	padding: 0 10px;
}

.intro .button {
	background-color: #80bb40;
	border: 1px solid #80bb40;
	border-radius: 3px;
	color: #fff;
	display: block;
	font-family: 'EuclidFlex-Bold';
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	text-align: center;
}

.intro .button:visited {
	color: #fff;
}

.intro .button:hover {
	text-decoration: none;
}

.info-icon {
	background: url('/wp-content/themes/materialdistrict-theme/img/icons/info-icon.svg') no-repeat 0 2px;
	background-size: 15px 15px;
	display: inline-block;
	font-size: 14px;
	margin: 0 0 0 5px;
	opacity: 1;
	overflow: hidden;
	padding: 0 0 0 20px;
	position: relative;
	text-indent: -300px;
	top: 3px;
	white-space: nowrap;
}

.info-icon:hover {
	background-image: url('/wp-content/themes/materialdistrict-theme/img/icons/info-icon-green.svg');
	color: #80bb40;
	text-indent: 0;
}

.page-id-1122 article,
.page-id-55946 article,
.page-id-56530 article,
.page-id-56531 article,
.page-id-56028 article,
.page-template-page-sign-in article,
.page-template-page-forgot-password article {
	margin: 0 auto;
	width: 60%;
}

.page-id-1122 .col.full,
.page-id-55946 .col.full,
.page-id-56530 .col.full,
.page-id-56531 .col.full,
.page-id-56028 .col.full,
.page-template-page-sign-in .col.full,
.page-template-page-forgot-password .col.full {
	align-items: center;
	display: flex;
	justify-content: center;
}

.page-id-1122 .content h1,
.page-id-55946 .content h1,
.page-id-56530 .content h1,
.page-id-56531 .content h1,
.page-id-56028 .content h1,
.page-template-page-sign-in .content h1,
.page-template-page-forgot-password .content h1 {
	margin-bottom: 20px;
	text-align: center;
}

.page-id-1122 hr,
.page-id-1122 .gfield_required,
.page-id-55946 hr,
.page-id-55946 .gfield_required,
.page-id-56530 hr,
.page-id-56530 .gfield_required,
.page-id-56531 hr,
.page-id-56531 .gfield_required,
.page-id-56028 hr,
.page-id-56028 .gfield_required,
.page-template-page-sign-in hr,
.page-template-page-sign-in .gfield_required,
.page-template-page-forgot-password hr,
.page-template-page-forgot-password .gfield_required {
	display: none;
}

.page-id-1122 .gform_wrapper .description_above .gfield_description,
.page-id-55946 .gform_wrapper .description_above .gfield_description,
.page-id-56530 .gform_wrapper .description_above .gfield_description {
	display: inline-block;
	padding: 0;
	width: auto;
}

.page-id-1122 .content .block,
.page-id-55946 .content .block,
.page-id-56530 .content .block,
.page-template-page-sign-in .content .block,
.page-template-page-forgot-password .content .block {
	padding: 3px;
}

.page-id-1122 .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.page-id-1122 .gform_wrapper select {
	padding: 8px 4px;
}

#field_1_24 .gfield_label,
#field_1_26 .gfield_label {
	display: none;
}

#choice_1_24_1,
#choice_1_26_1 {
	margin-right: 10px;
	margin-top: 6px;
	vertical-align: top;
}

#input_1_26 {
	margin-top: 30px;
}

#field_1_24 ul.gfield_checkbox li input[type=checkbox]:checked+label,
#field_1_26 ul.gfield_checkbox li input[type=checkbox]:checked+label {
	font-weight: 400;
}

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

	.page-id-1122 article,
	.page-id-55946 article,
	.page-id-56530 article,
	.page-id-56531 article,
	.page-id-56028 article,
	.page-template-page-sign-in article,
	.page-template-page-forgot-password article {
		width: 100%;
	}

	.main .gform_wrapper .about-you .gform_footer .gform_button {
		font-size: 19px;
	}
}

.page-id-1122 .gform_page_footer {
	text-align: right;
}

.page-id-1122 .main .gform_wrapper .top_label .gfield_label,
.page-id-55946 .main .gform_wrapper .top_label .gfield_label,
.page-id-56530 .main .gform_wrapper .top_label .gfield_label {
	font-family: 'EuclidFlex-Bold';
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
}

.page-id-1122 .main .gform_wrapper .gfield_checkbox li label {
	font-size: 15px;
}

.top-bar-wrap {
	background-color: #5fae30;
}

.top-bar {
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 37px;
	margin: 0 auto;
	max-width: 1080px;
	padding: 0 40px;
	text-transform: uppercase;
	text-transform: uppercase;
}

.top-bar a.ticket {
	color: #fff;
	text-decoration: underline;
}

.icon-bookmark {
	background: url('/wp-content/themes/materialdistrict-theme/img/icons/bookmark.svg') no-repeat 0 0;
	background-size: 12px 12px;
	display: inline-block;
	height: 12px;
	width: 12px;
}

.icon-bookmark-filled {
	background: url('/wp-content/themes/materialdistrict-theme/img/icons/bookmark-filled.svg') no-repeat 0 0;
	background-size: 12px 12px;
	display: inline-block;
	height: 12px;
	width: 12px;
}

.icon-search {
	background: url('/wp-content/themes/materialdistrict-theme/img/icons/search.svg') no-repeat 0 0;
	background-size: 12px 12px;
	display: inline-block;
	height: 12px;
	width: 12px;
}


body .facetwp-facet.facetwp-facet-search_materials.facetwp-type-search {
	margin-bottom: 20px;
	text-align: center;
}

body .facetwp-facet.facetwp-facet-search_materials.facetwp-type-search .facetwp-input-wrap input {
	border: 2px solid #80bb40;
	border-radius: 3px;
	font-size: 14px;
	padding: 7px 10px;
}

body .facetwp-facet.facetwp-facet-search_materials.facetwp-type-search .facetwp-icon {
	margin-right: 7px;
	opacity: 1;
}

body .facetwp-icon:before {
	background: url('/wp-content/themes/materialdistrict-theme/img/icons/search.svg') no-repeat center center;
	background-size: 24px 24px;
	width: 24px;
}

body .facetwp-facet.facetwp-facet-order,
body .facetwp-facet.facetwp-facet-results.facetwp-type-pager {
	float: right;
	margin: 0;
}

body .facetwp-facet.facetwp-facet-order {
	margin-left: 10px;
}

body .facetwp-facet.facetwp-facet-order select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('/wp-content/themes/materialdistrict-theme/img/icons/arrow-down-alt2.svg') no-repeat right center;
	background-color: transparent;
	background-size: 14px 14px;
	border: none;
	font: 12px 'EuclidFlex-Bold';
	padding-right: 14px;
	text-transform: uppercase;
}




body .facetwp-facet.facetwp-facet-order select:focus-visible {
	outline: none;
}

body .facetwp-checkbox {
	background-position: top 50% right 3px;
	border-bottom: 1px dotted #1c629d;
	color: #1c629d;
	cursor: pointer;
	display: block;
	padding: 8px 5px;
	text-transform: uppercase;
	white-space: nowrap;
}

body .advanced-filters .facetwp-facet.facetwp-type-checkboxes {
	margin-bottom: 20px;
}


.facets {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.filter-toggle {
	flex: 1;
	margin-right: 20px;
}

.filter-toggle h4 {
	border: 1px solid #1c629d;
	border-radius: 4px 4px 0 0;
	color: #3B342F;
	cursor: pointer;
	font-family: 'EuclidFlex-Bold';
	padding: 8px 20px;
	text-transform: uppercase;
	background-image: url('/wp-content/themes/materialdistrict-theme/img/icons/arrow-up-alt2.svg');
	background-color: transparent;
	background-size: 20px 20px;
	background-position: bottom 50% right 15px;
	background-repeat: no-repeat;
}

.hide-filters .filter-toggle h4 {
	background-image: url('/wp-content/themes/materialdistrict-theme/img/icons/arrow-down-alt2.svg');
	border-radius: 4px;
}

.hide-filters .filters-wrap {
	display: none;
	opacity: 0;
	scale: 0;
	width: 0;
}

.materials-found {
	flex: 4;
	line-height: 32px;
}

.sort-order {
	border: none;
	float: right;
	font: 12px 'EuclidFlex-Bold';
	padding: 5px 10px;
	text-transform: uppercase;
}


.materials-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.filters-wrap {
	flex: 1;
	margin-right: 20px;
}
.results-wrap {
	display: flex;
	flex: 4;
	flex-direction: column;
	margin-top: 10px;
}

.grid,
.favorites-list {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat( auto-fill, minmax( 250px, 1fr ) );
}

.favorites-list {
	margin-bottom: 20px;
}

.favorites-list li {
	display: flex;
	flex-direction: column;
}

.favorites-list li .wp-post-image {
	min-height: 100%;
	object-fit: cover;
	width: 100%;
}

.favorites-list p a {
	color: #3B342F;
	font-family: EuclidFlex-Bold, sans-serif;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}
.favorites-list p {
	line-height: 1.2;
	margin-bottom: 10px;
}

.favorites-list p:last-child {
	margin-bottom: 0;
	margin-top: auto;
}

.favorites-list p {
	margin-bottom: 0;
}

.favorites-list simplefavorite-button {
	
}

.simplefavorites-clear {
	cursor: pointer;
	font-family: 'EuclidFlex-Bold', sans-serif;
	font-size: 16px;
	padding: 9px 12px 7px 12px;
	text-transform: uppercase;
}

.grid article {
	align-items: stretch;
	border-bottom: 1px solid #e1e1e1;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: all 0.1s;
}

.grid article:hover {
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
}

.grid article figure {
	display: grid;
}

.grid article figure img {
	pointer-events: none;
}

.grid article figure a {
	display: grid;
}

.grid .material-code {
	text-align: center;
}

.grid .material-code button {
	background-color: #fff;
	color: #bbb;
	border-radius: 3px;
	transition: all .3s;
	border: none;
	padding: var(--md-button-padding);
	cursor: pointer;
	border: 1px solid #bbb;
}

.grid article:hover .material-code button {
	border-color: #727272;
	color: #727272;
}

.grid .material-code h3 {
	color: #fff;
	margin: 0;
	padding: 7px 10px;
}

.grid article .bookmark {
	position: absolute;
	right: 10px;
	top: 10px;
}

.grid article .simplefavorite-button {
	border: none;
	border-radius: 50%;
	box-shadow: none;
	padding: 10px;
	background-color: rgba(255, 255, 255, .3);
	opacity: 1;
	border: 1px solid rgba(255, 255, 255, .2);
}

.grid article .simplefavorite-button:hover {
	background-color: rgba(255, 255, 255, .6);
}

.grid article .simplefavorite-button.active {
	background-color: rgba(0, 0, 0, .7);
}

.grid article .simplefavorite-button.active:hover {
	background-color: rgba(0, 0, 0, 1);
}

.grid article .simplefavorite-button .button-text {
	display: none;
}

.simplefavorite-button {
	cursor: pointer;
}

.favorites-list .simplefavorite-button i,
.single-material .simplefavorite-button i,
.grid article .simplefavorite-button i {
	background: url('/wp-content/themes/materialdistrict-theme/img/icons/bookmark-outline-white.svg');
	width: 20px;
	height: 20px;
	line-height: 0;
	display: block;
	cursor: pointer;
}

.favorites-list .simplefavorite-button.active i.icon-bookmark-full,
.single-material .simplefavorite-button.active i.icon-bookmark-full,
.grid article .simplefavorite-button.active i.icon-bookmark-full {
	background: url('/wp-content/themes/materialdistrict-theme/img/icons/bookmark-filled-white.svg');
}

.favorites-list .simplefavorite-button,
.single-material .simplefavorite-button {
	border: 2px solid transparent;
	border-radius: 3px;
	box-shadow: none;
	padding: 2px 8px 2px 4px;
	background-color: rgba(255, 255, 255, .3);
	opacity: 1;
	display: flex;
	font-size: 14px;
}

.favorites-list .simplefavorite-button.active,
.single-material .simplefavorite-button.active {
	background-color: #333;
	opacity: 1;
	color: #fff;
}

.favorites-list .simplefavorite-button.active:hover {
	background-color: #fff;
}

.favorites-list .simplefavorite-button.active:hover i {
	background-image: url('/wp-content/themes/materialdistrict-theme/img/icons/bookmark.svg');
	background-repeat: no-repeat;
}

.single-material .simplefavorite-button i {
	margin-right: 10px;
	background: url('/wp-content/themes/materialdistrict-theme/img/icons/bookmark.svg');
}

.favorites-list .simplefavorite-button i {
	margin-right: 10px;
}

.favorites-list .simplefavorite-button.active:hover,
.single-material .simplefavorite-button:hover {
	border: 2px solid #333;
}

.favorites-list .simplefavorite-button.active:hover {
	color: #333;
}

.grid h2 {
	font-size: 18px;
	padding: 15px 10px;
	text-align: center;
}

.grid .brandname {
	margin-top: auto;
	padding: 10px;
	text-align: center;
}

.grid .channels ul {
	align-items: flex-start;
	bottom: 5px;
	display: flex;
	flex-direction: column;
	left: 15px;
	position: absolute;
}

.grid .channels li {
	margin-bottom: 10px;
}

.grid .channels li a {
	background-color: rgba(136, 181, 197, .7);
	border-radius: 3px;
	color: #fff;
	padding: 5px;
	text-transform: uppercase;
}

.grid .channels li a:hover {
	background-color: rgba(136, 181, 197, 1);
}

.share .simplefavorite-button.preset {
	background-color: transparent;
	border: none;
	box-shadow: none;
	color: #333;
	font-size: 14px;
}
.share .simplefavorite-button.preset.active {
	background-color: transparent;
	color: #333;
}

/* Header */
.facetwp-type-search i.clear {
	position: absolute;
	right: 30px;
	height: 100%;
	line-height: 1;
	cursor: pointer;
	display: inline-block;
	opacity: 0.3;
	width: 24px;
	height: 100%;
	background: transparent url('/wp-content/plugins/facetwp/assets/images/icon-close.png') 6px 50% no-repeat;
	background-size: 14px 14px;
}
 
.facetwp-type-search i.clear:hover {
	opacity: 0.8;
}
 
/* no clear icon  while the Search facet is loading */
/* and when an auto-refresh is running */
.facetwp-type-search .f-loading + input + i.clear,
.facetwp-type-search .loading + i.clear {
	display: none !important;
}
 
.facetwp-facet input.facetwp-search {
	padding-right: 54px;
}

.share-and-contact {
	display: flex;
	justify-content: space-between;
}

.page-template-page-connect-brand .searchwp-form-input-container .swp-input {
	border: 2px solid #dedede;
	border-radius: 3px;
}

.page-template-page-connect-brand .searchwp-live-search-result {
	align-items: center;
}

.page-template-page-connect-brand .searchwp-live-search-result-thumbnail img {
	max-width: 50px;
	height: auto;
}

.page-template-page-connect-brand .searchwp-live-search-result p {
	font-size: 1rem;
}

.page-template-page-connect-brand .searchwp-live-search-result:hover {
	cursor: pointer;
	background-color: #f5f5f5;
}



/* Toggle Switch */
.status-toggle-form {
	margin: 0;
}

.switch {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 24px;
	vertical-align: middle;
}

.switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}

.toggle {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--md-error);
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 24px;
}

.toggle:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 3px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50%;
	z-index: 2;
}

input:checked + .toggle {
	background-color: #80bb40;
}

input:focus + .toggle {
	box-shadow: 0 0 1px #80bb40;
}

input:checked + .toggle:before {
	-webkit-transform: translateX(56px);
	-ms-transform: translateX(56px);
	transform: translateX(56px);
}

.toggle:after {
	content: attr(data-off);
	position: absolute;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	top: 50%;
	transform: translateY(-50%);
	right: 8px;
	text-transform: uppercase;
	font-family: sans-serif;
}

input:checked + .toggle:after {
	content: attr(data-on);
	right: auto;
	left: 8px;
}

.subscription-details {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: .5rem 2rem; /* rij- en kolomafstand */
	margin-bottom: 2rem;
}

@media (max-width: 600px) {
	.subscription-details {
		grid-template-columns: 1fr;
	}
}

/* Optioneel: nettere opmaak */
.subscription-details h4 {
	margin: 0 0 0.25rem;
	font-size: 0.9rem;
	color: #666;
}

.subscription-details p {
	margin: 0;
	font-weight: 500;
}

.page-template-page-invoices h2 {
	margin-bottom: 1rem;
	font-size: 1.5rem;
}

.invoices-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 2rem;
	font-size: 0.95rem;
}

.invoices-table thead {
	background-color: var(--md-white-medium);
}

.invoices-table th,
.invoices-table td {
	padding: 0.75rem 1rem;
	text-align: left;
	border-bottom: 1px solid var(--md-white-dark);
	vertical-align: middle;
}

.invoices-table th {
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--md-grey-medium);
	font-weight: 600;
}

.invoices-table tbody tr:hover {
	background-color: var(--md-white-light);
}

/* modal */
.md-modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

.md-modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	max-width: 500px;
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.md-modal-content p {
	font-size: 1rem;
}

.md-close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.md-close:hover,
.md-close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.md-modal-content a.button {
	color: var(--md-white);
}
