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

/* Reset
----------------------------------------------------------------------------------------------------*/
html{color:#000;background:#FFF}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:#000}#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")
}
/* Base styles
----------------------------------------------------------------------------------------------------*/
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}
html {
	height: 100%;
}
body {
/*	background-color: #1c629d; - 26/8 */
	color: #222;
	font-family: 'EuclidFlex-Regular', sans-serif;
	font-family: 'Palanquin', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 1;
	min-height: 100%;
}
a {
	color: #80bb40;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #14528d;
}
a:active, a:focus {
	outline: none;
}
/*img {
	max-width: 100%;
	height: auto;
}*/
button,
.button,
input {
	font-family: 'EuclidFlex-Regular';
	font-size: 10px;
}
input[type="password"],
input[type="text"] {
	font-family: 'EuclidFlex-Regular';
	padding: 7px 5px;
	border: 1px solid #ccc;
	-webkit-appearance: none;
}
.button,
.button-primary,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #fff;
	border: 1px solid #c5c5c5;
	padding: 6px 7px;
	font-size: 12px;
	text-transform: uppercase;

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

	-webkit-appearance: none;
}
.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;
}
input.searchbox {
	background: #fff url( '/wp-content/themes/materialdistrict-theme/img/search.png' ) 95% 50% no-repeat;
	border: 1px solid #c5c5c5;
	padding: 6px 15px;
	text-transform: uppercase;

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
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;
	text-transform: uppercase;
	margin-bottom: 10px;
}
h4 {
	color: #fff;
	font-size: 14px;
}
h5 {
	color: #80bb40;
	font-size: 14px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
h6 {
	color: #222;
	font-family: 'EuclidFlex-Bold';
	font-size: 12px;
	margin-bottom: 5px;
}
strong {
	font-family: 'EuclidFlex-Bold';
}
.content strong {
	font-family: 'Palanquin', sans-serif;
	font-weight: 700;
}
em {
	font-family: 'EuclidFlex-RegularItalic';
}
.content em {
	font-family: 'Palanquin', 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 {
	margin-top: 1em;
	color: #fff;
	margin-top: 1em;
	border: none;
	background-color: #14528d;
}
.main .gform_wrapper li.gfield.gfield_error {
	border: none;
	background-color: initial;
}
.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  {
	color: #fff;
	background-color: #80bb40;
	font-family: 'EuclidFlex-Bold';
	font-size: 35px;
	margin: 2px auto 20px auto;
	display: block;
	padding: 8px 20px;
	-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);
}
.page-id-1122 .gf_browser_ie.gform_wrapper .gform_footer input.button {
	padding: 8px 20px;
}
.page-id-1122 h3 {
	text-transform: none;
	font-size: 22px;
	margin-bottom: 15px;
}
.page-id-1122 h4 {
	text-transform: none;
	font-size: 18px;
	margin-bottom: 0;
	font-family: 'EuclidFlex-Bold';
	color: #222222;
}
.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-top: 1px dotted #CCCCCC;
    border-bottom: none;
    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;
	padding-left: 36px;
	line-height: 30px;
	list-style: none;
}
/* Top
----------------------------------------------------------------------------------------------------*/
.top {
	background-color: #fff;
	font-family: 'EuclidFlex-Bold';
	font-size: 16px;
	position: fixed;
	width: 100%;
	z-index: 100;

	-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);
}
.top .header {
	margin: 0 auto;
	max-width: 1080px;
}
.top .site-title {
	float: left;
	margin-top: 12px;
	margin-left: 40px;
	margin-right: 20px;
}
.site-title h1 {
	background-image: url( '/wp-content/themes/materialdistrict-theme/img/material-district-logo-full.svg' );
	background-image: url( '/wp-content/themes/materialdistrict-theme/img/material-district-logo-full.png' );
	background-repeat: no-repeat;
	background-size: contain;
	height: 35px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 135px;
}
.top .navigation {
	border-left: 1px solid #dedede;
	float: left;
	font-size: 0px; /* to remove added space caused by inline-block */
}
.top .tools {
	float: right;
	font-size: 0px; /* to remove added space caused by inline-block */
}
.top .join {
	background-color: #1c629d;
}
.top .join a {
	border-right: 1px solid #1c629d;
	color: #fff;
}
.top .profile {
	border-left: 1px solid #a3abb4;
	background-color: #1c629d;
}
.top .profile a {
	border-right: 1px solid #1c629d;
	color: #fff;
}/*
.top .profile a:before {
	content: "\f110";
	font-family: 'dashicons', sans-serif;
	height: 100%;
	line-height: 20px;
	position: relative;
	top: 2px;
	left: -4px;
}*/
.top .login,
.top .logout {
	border-left: 1px solid #dedede;
}
.top li {
	display: inline-block;
	font-size: 16px;
	line-height: 46px;
	position: relative;
}
.top .navigation .menu-item-home {
	display: none;
}
.top li a {
	color: #000;
	border-right: 1px solid #dedede;
	display: block;
	padding: 7px 18px;
	text-decoration: none;
	text-transform: uppercase;
}
.top li a:hover,
.top li.current-menu-item a,
.top li.current-page-ancestor a,
.top li.current-page-parent a {
	background-color: #9ab7de;
	border-right: 1px solid #dedede;
	color: #000;
}
.top .login:hover {
	background-color: #80bb40;
}
.top .login a:hover {
	background-color: #80bb40;
	border-right: 1px solid #80bb40;
	color: #fff;
}

/* Top search
----------------------------------------------------------------------------------------------------*/
.top .searchform {
	background-color: #fff;
	border: 1px solid #dedede;
	display: inline-block;
	margin: 0 18px 0 18px;
	vertical-align: middle;
	max-width: 255px;
}
.logged-in .top .searchform {
	max-width: 215px;
}
.top .searchform input {
	background-color: #fff;
	border: none;
	border-radius: 0;
	color: #1c629d;
	font-size: 14px;
	font-family: 'EuclidFlex-Regular', sans-serif;
	height: 25px;
	outline: none;
	padding: 0 5px;
	vertical-align: middle;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
.top .searchform input[type=text]:focus {
	color: #222;
	text-transform: none;
}
.top .searchform input[type=text] {
	float: left;
	width: calc(100% - 28px);
}
.top .searchform input[type=submit] {
	color: #1c629d;
	float: right;
	font-family: 'dashicons';
	font-size: 16px;
	width: 28px;
}
/* Main
----------------------------------------------------------------------------------------------------*/
.main {
	/*background-image: url( '/wp-content/themes/materialdistrict-theme/img/logos/materialdistrict-generic-trademark.svg' );
	background-repeat: repeat;
	background-size: 100px 100px;*/
}
.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 {
	color: #fff;
	background: #14528d;
	margin-left: 20px;
	padding: 0 10px 0 12px;
	text-decoration: none;

	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}
.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;
	content: "";
	float: left;
	height: 4px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 4px;

	-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;
}
.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: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 {
	color: #1c629d;
	bottom: 3.125%;
	position: absolute;
	text-align: center;
	text-transform: capitalize;
	width: 100%;
}
.block .brandname,
.block .name {
	color: #1c629d;
	bottom: 45px;
	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;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	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 {
	filter: alpha(opacity=30);
	opacity: .3 !important;
	*display: none;
}
.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;
	height: 8px;
	padding: 10px 9px;
	width: 8px;
	*display: inline;
	*zoom: 1;
}
.rsBullet span {
	background: #fff;
	display: block;
	height: 8px;
	width: 8px;

	-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);
}
.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 {
	width: auto;
	height: 100%;
}
.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;
	opacity: .75;
	height: 8px;
	width: 8px;
	margin: 0 5px;
	-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);
}
.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 {
	max-width: 100%;
	height: auto;
}
/* Comments
----------------------------------------------------------------------------------------------------*/
.comments {
	line-height: 1.3em;
}
.comments a {
	color: #14528d;
}
.comments .children {
	margin-left: 5%;
}
.comments-title {
	font-size: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.comments label {
	display: block;
	text-transform: uppercase;
	font-family: 'EuclidFlex-Bold';
	margin-bottom: 3px;
}
.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;
}
ol.commentlist li.comment .comment-body {
	margin-bottom: 10px;
	padding: 10px;
}
/* Page Navigation
----------------------------------------------------------------------------------------------------*/
.wp-pagenavi {
	clear: both;
}
.wp-pagenavi a,
.wp-pagenavi span {
	background-color: #fff;
	border: 1px solid #c5c5c5;
	color: #000;
	margin: 5px;
	padding: 6px 7px;
	text-decoration: none;
	text-transform: uppercase;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.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 {
	padding: 7px 10px;
	font-size: 14px;
}
#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;
	padding: 0 30px 0 0;
	margin-right: 30px;
	min-height: 125px;
	min-width: 110px;
}
#custom_post_widget-3 {
	width: 152px;
	padding-right: 15px;
}
.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-size: 22px;
	font-family: 'EuclidFlex-Bold';
	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%;
	white-space: nowrap;
	width: 30px;

	-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;
}
.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: #222;
	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 {
	margin: 5px 0;
	font-family: 'EuclidFlex-Regular';
	font-weight: 300;
}
.widget_upcoming_events h4 {
	margin: 5px 0;
}
.widget_upcoming_events a:hover {
	text-decoration: none;
}
.widget_upcoming_events a.button {
	border: 1px solid #fff;
	padding: 5px 15px;
	color: #333;
	position: absolute;
	top: 15px;
	right: 15px;
}
/* Leaderboard banner
----------------------------------------------------------------------------------------------------*/
.leaderboard {
	background-color: #f6f3ee;
	display: none;
	justify-content: space-around;
	padding: 75px 15px 15px 15px;
}
/* Banner
----------------------------------------------------------------------------------------------------*/
.medium-rectangle {
	margin: 10px auto 0 auto;
	height: 250px;
	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);
}
.listing .block a {
	color: #222;
	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;
}
.listing .block .thumbnail {
	position: relative;
}
.listing .block:hover .caption {
	opacity: 1;
}
.listing .block .caption {
	background-color: #1c629d;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;

	-webkit-transition: 1s;
	transition: 1s;
}
.listing .block .caption h3 {
	color: #fff;
	margin: 0;
	padding: 1.5625% 3.125%; /* 5px 10px */
}
.listing .block .channels ul {
	position: absolute;
	bottom: 5px;
	left: 15px;
}
.listing .block .channels li {
	background-color: #88b5c5;
	background-color: rgba(136,181,197,.7);
	background-color: #9ab7de;

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

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.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-top: 1px solid #fff;
	margin: 0;
	border-radius: 4px 0 0 4px;
	width: 300px;
	font-size: 12px;
}
.materialsearch input[type=submit] {
	border: 2px solid #80bb40;
	background-color: #80bb40;
	color: #fff;
	margin: 0;
	border-radius: 0 4px 4px 0;
}
.advanced-filters {
	overflow: visible;
}
#advanced-filters {

	width: 215px;
	border: 1px solid #1c629d;
	border-radius: 4px;
	background-color: transparent;
	position: absolute;
	z-index: 10000;
}
.fieldset.primary {
	padding-bottom: 25px;
}
.materials-found {
	float: right;
	line-height: 25px;
	margin-right: 10px;
}

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

.advanced-filters p {
	margin: 15px 25px 0 25px;
}
.advanced-filters h4 {
	color:#000;
	text-transform: uppercase;
	padding: 8px 30px;
	font-family:'EuclidFlex-Bold';
	cursor: pointer;

}
.advanced-filters .legend {
 color:#1c629d;
 	 	cursor: pointer;
 text-transform: uppercase;
	padding: 18px 5px 8px 5px;
 font-family:'EuclidFlex-Bold';
 	width: 100%;
	border-bottom: 1px dotted #1c629d;
}
.advanced-filters h4:before,
.advanced-filters .legend:before {
	float: right;
	content: '\f343';
    display: inline-block;
    font: normal 20px/1 'dashicons';
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
	 margin-right: -2px;
	 margin-top: -4px;

}
.advanced-filters .collapse h4:before,
.advanced-filters .collapse .legend:before {
content: '\f347';

}

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


.schnitzel {
	margin-left: 250px;
		min-height: 1000px;
}
.advanced-filters .fieldset.taxonomy {
	margin: 0 25px;
	padding: 0;
	border: none;

}
/*.advanced-filters .fieldset.fieldset:last-child {
	padding-bottom: 25px;
}*/
.advanced-filters fieldset {
	border-top: 1px solid #1c629d;
}
.advanced-filters label {
	color:#1c629d;
	text-transform: uppercase;
	padding: 8px 5px;
	display: block;
	white-space: nowrap;
	border-bottom: 1px dotted #1c629d;
	cursor: pointer;
}

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


.advanced-search .block {
	background-color: #ededed;
}
.expand-collapse {
	background-color: #1c629d;
	color: #fff;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
	padding: 10px;
}
#advanced-search,
#advanced-search fieldset ol,
#advanced-search fieldset {
	display: none;
}
.expand-collapse:after {
	content: '\f347';
	display: inline-block;
	font: normal 20px/1 'dashicons';
	padding-left: 5px;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
}
.expand-collapse.up:after {
	content: '\f343';
	display: inline-block;
	font: normal 20px/1 'dashicons';
	padding-left: 5px;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
}
.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 {
	font-family: 'EuclidFlex-Bold';
	color: #222;
	line-height: 1;
	text-transform: uppercase;
	margin: 10px 0;
}
.advanced-search li {
	overflow: hidden;
	border-top: 1px dotted #1c629d;
	display: block;
	overflow: hidden;
	padding: 5px 0 5px 0;
	text-transform: uppercase;
}
.advanced-search label {
	min-width: 33%;
	text-align: left;
	text-transform: uppercase;
	line-height: 29px;
}
.advanced-search select {
	border: 1px solid #ccc;
	font-family: inherit;
	padding: 5px;
	line-height: normal;
	width: 150px;
	float: right;

	border-radius: 3px 3px 3px 3px;
}
/* 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 {
	color: #fff;
	background-color: #9ab7de;
	border: 1px solid #fff;
	display: block;
	font-size: 13px;

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

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.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;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.brand-properties table {
	margin: 0 0 15px 0;
	line-height: 20px;
}
.brand-properties td {
	padding: 0 10px 0 0;
	min-width: 120px;
}
.brand-properties img {
	border: 1px solid #999;
	margin-bottom: 50px;
	width: 60%;
	height: auto;
	padding: 10px;
}
.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: 3px 7px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { /* Google Chrome hack for bad alignment */
    .material-properties a { padding: 4px 7px 2px 7px }
}
.material-properties .important a {
	background-color: #14528d;
	border: 1px solid #14528d;
}
.material-properties a:hover {
	text-decoration: none;
}
.material-properties .taglist a {
	float: left;
	margin: 0 10px 10px 0;
	background-color: #fff;
	border: 1px solid #fff;
	color: #333;
}
.material-properties .taglist li:last-child {
	border-bottom: none;
}
.material-properties h4 {
	font-family: 'EuclidFlex-Bold';
	font-size: 12px;
	color: #222;
	border-bottom: 1px dotted #1c629d;
	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 {
	position: absolute;
	top: -1px;
	right: -22px;
	display: inline-block;
	content: ' ';
	background-image: url('img/spinner-1.svg');
	background-repeat: no-repeat;
	background-size: 16px 16px;
	height: 16px;
	width: 16px;
 }
/* Brands
----------------------------------------------------------------------------------------------------*/
.search-results .one-third .brand img {
	max-height: 200px;
	margin: 0 auto;
}
.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;
	text-indent: 0;
	width: auto;
	padding-top: 10px;
	color: #a3abb4;
	font-size: 14px;
}
.single-brand .tel {
	color: #000;
	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 {
	position: absolute;
	background-color: rgba(75, 89, 102, .7);
	width: 100%;
	left: 0;
	bottom: 0;
	color: #fff;
	padding: 4% 6.5%;
}
.related .caption h3 {
	color: #80bb40;
	text-transform: uppercase;
	margin: 0;
	font-size: 14px;
	padding-bottom: 5px;
}
.related .caption h4 {
	color: #fff;
	margin: 0;
	font-size: 14px;
}
/* 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 {
	text-align: center;
	text-transform: capitalize;
	color: #1c629d;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.vevent .location a {
	color: #1c629d;
}
#wp-calendar {
	width: 100%;
	font-size: 16px;
}
#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: #222;
}
#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 {
	width: 100%;
	height: auto;
}
.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 {
	font-size: 16px;
	line-height: 1.2em;
}
.single .hentry {
	font-size: 16px;
	line-height: 21px;
}
.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;
}
.page-template-default .page p,
.single .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 {
	float: left;
	margin: 6px 0 0 0;
	padding: 0;
}
.share li {
	display: inline-block;
	line-height: 24px;
	margin: 0 10px 10px 0;
}
.share li a {
	color: #333;
	display: block;
	font-size: 14px;
	padding: 0 0 0 30px;
	background-repeat: no-repeat;
	background-size: 24px 24px;
}
.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 {
    position: relative;
    z-index: 98;
	 margin-bottom: 100px;
}

/* 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 {
	font-size: 16px;
	color: #222;
}
.post-type-archive-brand .brand .pro a {
	font-size: 14px;
	color: #fff;
}
.pro {
	overflow: hidden;
	padding: 10px 0;
}
.pro span,
.pro a {
	color: #fff!important;
	font-size: 11px;
	height: 16px;
	line-height: 16px;
	position: relative;
	display: inline-block;
}
.pro a {
	color: #fff!important;
	background: #80bb40;
	margin-left: 16px;
	padding: 0 8px 0 12px;
	text-decoration: none;

	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}
.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;
	content: "";
	float: left;
	height: 4px;
	left: 0;
	position: absolute;
	top: 6px;
	width: 4px;

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.post-type-archive-brand li:hover .pro a {
	text-decoration: none;
}
.post-type-archive-brand .listing .one-third .block {
	min-height: 205px;
	height: 205px;
	background-image: url( '/wp-content/themes/materialdistrict-theme/img/arrow-right-45.png' );
	background-repeat: no-repeat;
	background-position: right bottom;
}
.listing .block:hover .more-brands {
	opacity: 1;
}
.more-brands {
	opacity: 0;
	position: absolute;
	background-color: #80bb40;
	width: 100%;
	left: 0;
	bottom: 0;
	color: #fff;
	padding: 4% 6.5%;
}
.more-brands h3 {
	color: #fff;
	text-align: center;
	cursor: pointer;
	margin: 0;
}
/* Location (taxonomy-location.php)
----------------------------------------------------------------------------------------------------*/
.map {
	margin-bottom: 2.941176470588235%; /* 30px */
}
.google-map {
	height: 380px;
	position: relative;
	overflow: hidden;
}
.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;
	color: #fff;
	font-size: 15px;
	font-family: 'EuclidFlex-Bold';
	display: inline-block;
	margin: 2px 3px 3px 2px;
	padding: 8px 20px;
	text-transform: uppercase;

	-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);

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.call-to-action-button:hover {
	text-decoration: none;
}
.call-to-action-button:visited {
	color: #fff;
}
.button.active.close {
	float: right;
	font-size: 12px;
	padding: 5px 7px;
	font-family: 'EuclidFlex-Bold';
	color: #fff;
}
.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 {
	overflow: hidden;
	list-style: none;
	margin: 2px 0;
}
.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: 30px;
	padding: 8px 80px;
}
.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"] {
	vertical-align: middle;
	margin-right: 10px;
}
.module-leads textarea {
	width: 100%;
	padding: 4px;
}
.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;
	position: relative;
	z-index: 1!important;
	overflow: hidden;
}
.channel-detail-header .col {
	background-color: rgba(136,181,197,.4);
	background-color: rgba(154, 183, 222, 0.4);
	padding: 60px 30px 0 30px;
	position: relative;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	border-bottom: 10px solid rgba(136,181,197,1);
	border-bottom: 10px solid #9ab7de;
}
.post-type-archive-material .channel-detail-header .col {
	background-color: transparent;
	border: none;
}
.channel-detail-header img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: auto;
	min-height: 100%;
}
.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;
	text-align: center;
	margin: 0 10% 20px 10%;
}
.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 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Next Previous buttons
----------------------------------------------------------------------------------------------------*/
.next-previous {
	clear: both;
	width: 100%;
}
.next-previous a {
	background-color: #fff;
	border: 1px solid #a3abb4;
	color: #1c629d;
	display: block;
	font-size: 13px;
	margin: 0 0 1px 0;
	padding: 7px 0 5px 0;
	text-align: center;
	text-transform: uppercase;
	min-width: 140px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.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 {
	display: none;
	position: fixed;
    bottom: 0;
    right: 0;
    width: 250px;
    height: 200px;
	z-index: 100;
}
.modal {
	font-size: 18px;
	width: 250px;
	background-color: #f9f9f9;
	z-index: 1;
	position: absolute;
	margin: auto;
	bottom: 0;
	right: 0;
	-webkit-animation: popin 0.3s;
	animation: popin 0.3s;
}
.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 {
  font-size: 18px;
  background-color: #1c629d;
  color: #fff;
  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 {
		position: relative;
		padding-bottom: 75%; /* 4:3 */
		height: 0;
}
#ouibounce-modal .modal .videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.lity {
	background-color: rgba(0,0,0,0.7);
}
.lity-desc {
	background-color: #fff;
	display: block;
	padding: 10px;
	text-align: center;
	font-size: 2em;
}
.lity-desc a {
	color: #14528d;
}

/* Allground Styles v1.1.6
----------------------------------------------------------------------------------------------------*/
@font-face {
	font-family: 'themesrobot';
	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');
	font-weight: normal;
	font-style: normal;
}
.ag-link {
	bottom: 10px;
	position: fixed;
	color: #fff;
	background: #333;
	background: rgba(0,0,0,0.7);
	box-shadow: 0 1px 5px rgba(0,0,0,0.5);
	border: 1px solid #000;
	border: 1px solid rgba(0,0,0,0.3);
	padding: 4px 8px 6px;
	border-radius: 20px;
	font: 12px/15px Arial, Helvetica, sans-serif;
	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 {
	overflow: hidden;
	z-index: -3;
	width: 100%;
	height: 100%;
	position: fixed;
	left:0;
	top: 0;
}
#alltube-player {
	position: absolute;
}
#allground-shield {
	width: 100%;
	height: 100%;
	z-index: -2;
	position: fixed;
	left: 0;
	top: 0;
}
.ag-play, .ag-mute {
	padding: 6px 7px;
	left: 10px;
	outline: none;
	-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 {
	font: normal normal normal 120% "themesrobot";
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	text-transform: none;
}
.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 {
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	z-index: -1;
}
.allground-opr #big-video-wrap:before {
	z-index: 0;
}
.ag-link {
	font-family: 'EuclidFlex-Regular', sans-serif;
	background-color: #80bb40;
	border: 1px solid #80bb40;
	color: #222!important;
	border-radius: 3px;
	box-shadow: none;
}
.backstretch {
	z-index: 0!important;
}
.content,
.footer,
.after-footer {
	position: relative;
	z-index: 1!important;
}
/* Responsive nav */
a.menu-link {
	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: 1px 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 3px 3px 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;
	line-height: 40px;
	height: 40px;
	text-align: center;
	padding: 0;
}
.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;
	margin: 0 0 0 5px;
	opacity: 1;
	overflow: hidden;
	text-indent: -300px;
	white-space: nowrap;
	padding: 0 0 0 20px;
	font-size: 14px;
	position: relative;
	top: 3px;
}
.info-icon:hover {
	text-indent: 0;
	background-image: url( '/wp-content/themes/materialdistrict-theme/img/icons/info-icon-green.svg' );
	color: #80bb40;
}
.page-id-1122 article,
.page-id-55946 article,
.page-id-56530 article,
.page-id-56531 article,
.page-id-56028 article {
	width: 60%;
	margin: 0 auto;
}

.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 {
  display: flex;
  align-items: center;
  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 {
	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 {
	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 {
	padding: 0;
	display: inline-block;
	width: auto;
}
.page-id-1122 .content .block,
.page-id-55946 .content .block,
.page-id-56530 .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: 480px),
screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
	.page-id-1122 article,
	.page-id-55946 article,
	.page-id-56530 article,
	.page-id-56531 article,
	.page-id-56028 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-weight: 300;
	font-family: 'EuclidFlex-Bold';
	font-size: 16px;
	text-transform: uppercase;
}
.page-id-1122 .main .gform_wrapper .gfield_checkbox li label {
	font-size: 15px;
}
.top-bar-wrap {
	background-color: #5fae30;
}
.top-bar {
	margin: 0 auto;
	max-width: 1080px;
	text-transform: uppercase;
	color: #fff;
	line-height: 37px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 11px;
	padding: 0 40px;
}
.top-bar a.ticket {
	text-decoration: underline;
	color: #fff;
}
