/*
 * Wordpress Structure
 */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%;
  height: auto;
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}
.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important;
  padding: 4px;
  text-align: center;
}
.wp-caption img {
  margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
}
/*
 * Reset
 * http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  overflow-y: scroll;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: normal;
}
/*
 * General Structure
 */
* {
  -webkit-appearance: none;
  -moz-appearance: none;
}
html {
  -webkit-text-size-adjust: none;
}
a:active,
a:focus {
  outline: none;
  border: 0px;
  text-decoration: none;
  color: inherit;
}
input,
textarea {
  border-radius: 0;
}
* {
  outline: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: none;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  transition: all 250ms ease-out;
}
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}
.background-white {
  background-color: #ffffff;
}
.color-white {
  color: #ffffff;
}
.border-color-white {
  border-color: #ffffff;
}
.border-left-color-white {
  border-left-color: #ffffff;
}
.border-right-color-white {
  border-right-color: #ffffff;
}
.border-top-color-white {
  border-top-color: #ffffff;
}
.border-bottom-color-white {
  border-bottom-color: #ffffff;
}
.background-black {
  background-color: #000000;
}
.color-black {
  color: #000000;
}
.border-color-black {
  border-color: #000000;
}
.border-left-color-black {
  border-left-color: #000000;
}
.border-right-color-black {
  border-right-color: #000000;
}
.border-top-color-black {
  border-top-color: #000000;
}
.border-bottom-color-black {
  border-bottom-color: #000000;
}
.background-teal {
  background-color: #05ab9e;
}
.color-teal {
  color: #05ab9e;
}
.border-color-teal {
  border-color: #05ab9e;
}
.border-left-color-teal {
  border-left-color: #05ab9e;
}
.border-right-color-teal {
  border-right-color: #05ab9e;
}
.border-top-color-teal {
  border-top-color: #05ab9e;
}
.border-bottom-color-teal {
  border-bottom-color: #05ab9e;
}
.background-pink {
  background-color: #d20b73;
}
.color-pink {
  color: #d20b73;
}
.border-color-pink {
  border-color: #d20b73;
}
.border-left-color-pink {
  border-left-color: #d20b73;
}
.border-right-color-pink {
  border-right-color: #d20b73;
}
.border-top-color-pink {
  border-top-color: #d20b73;
}
.border-bottom-color-pink {
  border-bottom-color: #d20b73;
}
.background-burgundy {
  background-color: #460f32;
}
.color-burgundy {
  color: #460f32;
}
.border-color-burgundy {
  border-color: #460f32;
}
.border-left-color-burgundy {
  border-left-color: #460f32;
}
.border-right-color-burgundy {
  border-right-color: #460f32;
}
.border-top-color-burgundy {
  border-top-color: #460f32;
}
.border-bottom-color-burgundy {
  border-bottom-color: #460f32;
}
.background-orange {
  background-color: #ee8005;
}
.color-orange {
  color: #ee8005;
}
.border-color-orange {
  border-color: #ee8005;
}
.border-left-color-orange {
  border-left-color: #ee8005;
}
.border-right-color-orange {
  border-right-color: #ee8005;
}
.border-top-color-orange {
  border-top-color: #ee8005;
}
.border-bottom-color-orange {
  border-bottom-color: #ee8005;
}
.background-red {
  background-color: #c31f41;
}
.color-red {
  color: #c31f41;
}
.border-color-red {
  border-color: #c31f41;
}
.border-left-color-red {
  border-left-color: #c31f41;
}
.border-right-color-red {
  border-right-color: #c31f41;
}
.border-top-color-red {
  border-top-color: #c31f41;
}
.border-bottom-color-red {
  border-bottom-color: #c31f41;
}
.background-gray {
  background-color: #676767;
}
.color-gray {
  color: #676767;
}
.border-color-gray {
  border-color: #676767;
}
.border-left-color-gray {
  border-left-color: #676767;
}
.border-right-color-gray {
  border-right-color: #676767;
}
.border-top-color-gray {
  border-top-color: #676767;
}
.border-bottom-color-gray {
  border-bottom-color: #676767;
}
.background-teal-light {
  background-color: #ddeeeb;
}
.color-teal-light {
  color: #ddeeeb;
}
.border-color-teal-light {
  border-color: #ddeeeb;
}
.border-left-color-teal-light {
  border-left-color: #ddeeeb;
}
.border-right-color-teal-light {
  border-right-color: #ddeeeb;
}
.border-top-color-teal-light {
  border-top-color: #ddeeeb;
}
.border-bottom-color-teal-light {
  border-bottom-color: #ddeeeb;
}
.background-gray-light {
  background-color: #f2f2f2;
}
.color-gray-light {
  color: #f2f2f2;
}
.border-color-gray-light {
  border-color: #f2f2f2;
}
.border-left-color-gray-light {
  border-left-color: #f2f2f2;
}
.border-right-color-gray-light {
  border-right-color: #f2f2f2;
}
.border-top-color-gray-light {
  border-top-color: #f2f2f2;
}
.border-bottom-color-gray-light {
  border-bottom-color: #f2f2f2;
}
.background-gray-ultra-light {
  background-color: #fafafa;
}
.color-gray-ultra-light {
  color: #fafafa;
}
.border-color-gray-ultra-light {
  border-color: #fafafa;
}
.border-left-color-gray-ultra-light {
  border-left-color: #fafafa;
}
.border-right-color-gray-ultra-light {
  border-right-color: #fafafa;
}
.border-top-color-gray-ultra-light {
  border-top-color: #fafafa;
}
.border-bottom-color-gray-ultra-light {
  border-bottom-color: #fafafa;
}
footer a {
  color: #ffffff;
}
header a {
  color: #460f32;
}
header menu a {
  color: #676767;
}
header menu a.current-menu-item,
header menu a:hover {
  color: #ffffff;
  background-color: #05ab9e;
}
#page-navigation {
  color: #676767;
}
#page-navigation a {
  color: #676767;
}
#page-navigation a.current,
#page-navigation a:hover {
  color: #ee8005;
}
.background-teal a {
  color: #ddeeeb;
  text-decoration: underline;
}
.text h1 {
  color: #ee8005;
}
.text h3 {
  color: #05ab9e;
}
.text h2 {
  color: #676767;
}
.mx-65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}
.my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}
.mt-65 {
  margin-top: 65px !important;
}
.mb-65 {
  margin-bottom: 65px !important;
}
.ml-65 {
  margin-left: 65px !important;
}
.mr-65 {
  margin-right: 65px !important;
}
.px-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}
.py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}
.pt-65 {
  padding-top: 65px !important;
}
.pb-65 {
  padding-bottom: 65px !important;
}
.pl-65 {
  padding-left: 65px !important;
}
.pr-65 {
  padding-right: 65px !important;
}
.mx-55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}
.my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}
.mt-55 {
  margin-top: 55px !important;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.ml-55 {
  margin-left: 55px !important;
}
.mr-55 {
  margin-right: 55px !important;
}
.px-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}
.py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}
.pt-55 {
  padding-top: 55px !important;
}
.pb-55 {
  padding-bottom: 55px !important;
}
.pl-55 {
  padding-left: 55px !important;
}
.pr-55 {
  padding-right: 55px !important;
}
.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}
.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.mx-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}
.my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.ml-45 {
  margin-left: 45px !important;
}
.mr-45 {
  margin-right: 45px !important;
}
.px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}
.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pl-45 {
  padding-left: 45px !important;
}
.pr-45 {
  padding-right: 45px !important;
}
.mx-38 {
  margin-left: 38px !important;
  margin-right: 38px !important;
}
.my-38 {
  margin-top: 38px !important;
  margin-bottom: 38px !important;
}
.mt-38 {
  margin-top: 38px !important;
}
.mb-38 {
  margin-bottom: 38px !important;
}
.ml-38 {
  margin-left: 38px !important;
}
.mr-38 {
  margin-right: 38px !important;
}
.px-38 {
  padding-left: 38px !important;
  padding-right: 38px !important;
}
.py-38 {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}
.pt-38 {
  padding-top: 38px !important;
}
.pb-38 {
  padding-bottom: 38px !important;
}
.pl-38 {
  padding-left: 38px !important;
}
.pr-38 {
  padding-right: 38px !important;
}
.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.mx-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}
.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.ml-35 {
  margin-left: 35px !important;
}
.mr-35 {
  margin-right: 35px !important;
}
.px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}
.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.pb-35 {
  padding-bottom: 35px !important;
}
.pl-35 {
  padding-left: 35px !important;
}
.pr-35 {
  padding-right: 35px !important;
}
.mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pl-25 {
  padding-left: 25px !important;
}
.pr-25 {
  padding-right: 25px !important;
}
.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.pr-5 {
  padding-right: 5px !important;
}
body {
  padding-top: 169px;
}
header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 0px 0px 0px 0px;
  z-index: 1000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
header.header-member-area {
  border-bottom: 0px;
}
header #logo {
  width: 355px;
}
header .links {
  margin-left: 50px;
}
header menu {
  margin: 0px 0px 0px 0px;
  text-align: justify;
  height: 50px;
  overflow: hidden;
  width: calc(100% - 40px);
}
header menu:after {
  content: '';
  display: inline-block;
  width: 100%;
}
header menu a {
  display: inline-block;
  padding: 14px;
}
footer {
  padding: 32px 0px;
}
section {
  padding: 50px 0px 0px 0px;
}
#error-page {
  margin-top: 250px !important;
}
#clients-shows,
#page {
  min-height: calc(100vh - 435px);
}
pre {
  max-height: 300px;
}
.logged-in header .item_6196 {
  display: none;
}
body {
  position: relative;
  padding-bottom: 142px;
  min-height: 100vh;
}
.parent-pageid-24 {
  padding-top: 201px;
}
.w-95 {
  width: 95px;
}
.h-45 {
  height: 45px;
}
.mt-20-minus {
  margin-top: -20px;
}
.table-cell-width {
  width: 200px;
}
.table-cell-bold {
  font-weight: bold;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px !important;
  line-height: 16px;
}
.font-home {
  font-size: 40px;
  line-height: 45px;
}
.font-xx-large {
  font-size: 30px;
  line-height: 30px;
}
.font-x-larger {
  font-size: 26px;
  line-height: 31px;
}
.font-x-large {
  font-size: 20px;
  line-height: 24px;
}
.font-medium {
  font-size: 18px;
  line-height: 22px;
}
.font-regular {
  font-size: 15px;
  line-height: 18px;
}
.font-small {
  font-size: 14px !important;
  line-height: 16px;
}
.font-x-small {
  font-size: 11px;
  line-height: 13px;
}
.font-semibold {
  font-weight: 600;
}
.font-normal {
  font-weight: 500;
}
b,
strong,
.font-bold {
  font-weight: 700;
}
h1,
.title-1 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
h4,
h2,
.title-2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
h3,
.title-3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
h1 {
  margin-bottom: 30px;
}
h2 {
  margin-bottom: 20px;
}
h3 {
  margin-bottom: 18px;
}
.text {
  font-size: 18px;
  line-height: 22px;
}
.text a {
  color: #05ab9e;
  text-decoration: underline;
}
.text a:hover {
  color: #ee8005;
}
.text ul,
.text p {
  margin-bottom: 22px;
}
.text p + ul {
  margin-top: -22px;
}
.text li {
  margin-left: 20px;
}
.text ul {
  list-style: disc;
}
.text ol {
  list-style: decimal;
}
em {
  font-style: italic;
}
a {
  color: #05ab9e;
}
h4 a {
  text-transform: none;
  color: #ee8005;
  font-size: 15px;
  font-weight: normal;
  margin-left: 15px;
  display: inline-block;
}
.transition {
  transition: all 250ms ease-out;
}
.no-transition {
  transition: none;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
.centerX {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.centerY {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.centerXY {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
}
.notice-postponed {
  top: 0;
  left: 100%;
}
.button {
  border: 1px solid #460f32;
  display: inline-block;
  padding: 6px 10px;
  text-transform: uppercase;
  margin-bottom: 4px;
  white-space: nowrap;
  cursor: pointer;
  background-color: #460f32;
  color: #ffffff;
}
.button.button-lowercase {
  text-transform: none;
}
.button.h-66 {
  min-height: 66px;
}
.button svg {
  height: 35px;
  float: left;
  position: relative;
  top: 3px;
  margin-right: 17px;
}
.button.button-large {
  padding: 10px;
  font-size: 18px;
  line-height: 22px;
}
.button:hover {
  background-color: #ffffff !important;
}
.button.button-teal {
  border-color: #05ab9e;
  background-color: #05ab9e;
}
.button.button-teal:hover {
  color: #05ab9e;
}
.button.button-teal:hover .svg-stf {
  fill: #05ab9e;
}
.button.button-teal:hover .svg-st0,
.button.button-teal:hover .svg-st1 {
  stroke: #05ab9e;
}
.button.button-red {
  border-color: #c31f41;
  background-color: #c31f41;
}
.button.button-red:hover {
  color: #c31f41;
}
.button.button-red:hover .svg-stf {
  fill: #c31f41;
}
.button.button-red:hover .svg-st0,
.button.button-red:hover .svg-st1 {
  stroke: #c31f41;
}
.button.button-orange {
  border-color: #ee8005;
  background-color: #ee8005;
}
.button.button-orange:hover {
  color: #ee8005;
}
.button.button-orange:hover .svg-stf {
  fill: #ee8005;
}
.button.button-orange:hover .svg-st0,
.button.button-orange:hover .svg-st1 {
  stroke: #ee8005;
}
.button.button-search {
  cursor: pointer;
  height: 25px;
  width: 26px;
  background-image: url(https://corodis.ch/wp-content/themes/abb_lt_2018.2/css/../images/icon-magnify.svg);
  background-size: 16px;
  background-position: 4px 3px;
  background-repeat: no-repeat;
}
.button.button-search.large {
  height: 45px;
  width: 45px;
  background-position: 13px 15px;
}
.button.button-search:hover {
  background-image: url(https://corodis.ch/wp-content/themes/abb_lt_2018.2/css/../images/icon-magnify-teal.svg);
}
.thumbnail {
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  display: block;
  width: 100%;
}
.thumbnail h3 {
  margin-bottom: 0px;
}
.thumbnail .back {
  position: absolute;
  top: 0px;
  left: 15px;
  right: 15px;
  bottom: 0px;
  padding: 15px;
  display: none;
}
.thumbnail .back .content {
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.thumbnail:hover .back {
  display: block;
}
.list .item:hover .content {
  background-color: #05ab9e;
}
.list .item:hover .content .color-gray {
  color: #ffffff;
}
select,
textarea {
  background-color: #f2f2f2;
  border: 0px;
  color: #676767;
  padding: 1px 10px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}
.form-field select,
.form-field textarea {
  font-weight: 500;
}
input {
  border: 0px;
}
input[type="password"],
input[type="number"],
input[type="text"] {
  background-color: #f2f2f2;
  color: #676767;
  padding: 1px 10px;
  font-size: 18px;
  line-height: 22px;
}
input[type="submit"] {
  color: #ffffff;
  background-color: #05ab9e;
  padding: 4px 10px 5px 10px;
  font-size: 14px !important;
  line-height: 16px;
}
input.text,
input.date {
  border: 1px solid #676767;
  padding: 10px !important;
  color: #676767;
  font-size: 18px;
  line-height: 22px;
}
input.date {
  padding: 10px 10px 10px 35px !important;
  background-image: url(https://corodis.ch/wp-content/themes/abb_lt_2018.2/css/../images/icon-calendar.svg);
  background-position: 10px center;
  background-repeat: no-repeat;
  max-width: 170px;
}
#search-location-list {
  width: 300px;
}
.ui-autocomplete-category {
  font-weight: bold;
}
.tabs .buttons:after {
  content: '';
  display: block;
  clear: both;
}
.tabs button {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  border: 1px solid #ee8005;
  border-left-width: 0px;
  padding: 13px 15px 12px 15px;
  display: block;
  float: left;
  color: #ee8005;
  background-color: transparent;
  cursor: pointer;
  max-height: 50px;
  white-space: nowrap;
}
.tabs button:first-child {
  border-left-width: 1px;
}
.tabs button:hover,
.tabs button.current {
  background-color: #ee8005;
  color: #ffffff;
}
.tabs .tab {
  background-color: #ee8005;
}
.tabs .tab hr {
  border-bottom: 1px solid #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
}
.filter {
  margin-bottom: 3px;
}
.filter input[type="checkbox"] {
  border: 1px solid #676767;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  cursor: pointer;
}
.filter input[type="checkbox"]:checked {
  background-color: #676767;
  position: relative;
}
.filter input[type="checkbox"]:checked:before,
.filter input[type="checkbox"]:checked:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  border-top: 2px solid #ffffff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.filter input[type="checkbox"]:checked:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.filter label {
  color: #676767;
  cursor: pointer;
}
#filters {
  border: 0px;
}
#filters .filter input[type="checkbox"] {
  border-color: #ffffff;
}
#filters .filter input[type="checkbox"]:checked {
  background-color: #ffffff;
  position: relative;
}
#filters .filter input[type="checkbox"]:checked:before,
#filters .filter input[type="checkbox"]:checked:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  border-top: 2px solid #ee8005;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
#filters .filter input[type="checkbox"]:checked:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
#filters .filter label {
  color: #ffffff;
}
#filters .tab {
  -webkit-columns: 6;
  -moz-columns: 6;
  columns: 6;
  -webkit-column-fill: balance;
  -moz-column-fill: balance;
  column-fill: balance;
}
#filters .tab.tab-4 {
  -webkit-columns: 4;
  -moz-columns: 4;
  columns: 4;
}
#filters .tab.tab-normal {
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1;
}
#tag-list:after,
#search-criterias-filters:after,
#active-filters:after {
  content: '';
  display: block;
  clear: both;
}
#tag-list .filter,
#search-criterias-filters .filter,
#active-filters .filter {
  float: left;
  background-color: #ee8005;
  color: #ffffff;
  padding: 5px 10px;
  margin-right: 5px;
}
#tag-list .filter .remove,
#search-criterias-filters .filter .remove,
#active-filters .filter .remove {
  top: 1px;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  position: relative;
}
#tag-list .filter .remove:before,
#search-criterias-filters .filter .remove:before,
#active-filters .filter .remove:before,
#tag-list .filter .remove:after,
#search-criterias-filters .filter .remove:after,
#active-filters .filter .remove:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  border-top: 2px solid #ffffff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
#tag-list .filter .remove:after,
#search-criterias-filters .filter .remove:after,
#active-filters .filter .remove:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
hr {
  border: 0px;
  border-bottom: 1px solid #000000;
  margin-top: 40px;
  margin-bottom: 30px;
}
hr.dashed {
  clear: both;
  display: block;
  margin-bottom: 0px;
  border-bottom-style: dashed;
  opacity: .25;
}
.photos {
  margin-left: -7px;
  margin-right: -7px;
}
.photos .photo {
  margin-bottom: 14px;
  padding-left: 7px;
  padding-right: 7px;
}
.chocolat-wrapper {
  z-index: 2000;
}
.event-dot {
  position: relative;
  display: block;
  float: left;
  width: 33%;
  background-image: url(https://corodis.ch/wp-content/themes/abb_lt_2018.2/css/../images/icon-event.svg);
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}
.event-dot:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.event-dot:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.event-dot span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  font-weight: 600;
  color: #ffffff;
}
#request-night {
  background-image: url(https://corodis.ch/wp-content/themes/abb_lt_2018.2/css/../images/icon-night.svg);
  background-position: 10px center;
  background-size: 24px 25px;
  background-repeat: no-repeat;
}
#request-night a {
  color: #ffffff;
}
#more-shows .show:last-child {
  margin-bottom: 0px;
}
#more-shows img {
  width: 100%;
}
.gform_wrapper .column-count-1-of-2,
.gform_wrapper .column-count-2-of-2 {
  width: calc(50% - 15px);
}
.gform_wrapper .column-count-1-of-2 {
  margin-right: 30px;
}
.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0px !important;
}
.gform_wrapper div.ginput_container_name span {
  padding-right: 15px !important;
}
.gform_wrapper .ginput_complex label,
.gform_wrapper #field_1_13 > label {
  display: none !important;
}
.gform_wrapper .address_line_1 {
  display: block;
}
.gform_wrapper .gform_button {
  padding: 10px;
  cursor: pointer;
}
.gform_wrapper div.validation_error {
  color: #460f32;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  border-top: 0px !important;
  border-bottom: 0px !important;
  padding: 0px !important;
  text-align: left !important;
}
.gform_wrapper li.gfield.gfield_error {
  background-color: transparent !important;
  margin-bottom: 0px !important;
  border-top: 0px !important;
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
.gform_wrapper li.gfield.gfield_error input {
  background-color: rgba(255, 223, 224, 0.25);
}
#gform_fields_1 ul.gfield_checkbox li input[type=checkbox] {
  border: 1px solid #676767;
  width: 10px !important;
  height: 10px;
  margin-right: 10px;
  cursor: pointer;
}
#gform_fields_1 ul.gfield_checkbox li input[type=checkbox]:checked {
  background-color: #676767;
  position: relative;
}
#gform_fields_1 ul.gfield_checkbox li input[type=checkbox]:checked:before,
#gform_fields_1 ul.gfield_checkbox li input[type=checkbox]:checked:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  border-top: 2px solid #ffffff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
#gform_fields_1 ul.gfield_checkbox li input[type=checkbox]:checked:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
#member-area-bar {
  margin-left: 100px;
  white-space: nowrap;
}
#member-area-bar a {
  color: #460f32;
}
#member-area-bar a,
#member-area-bar span {
  display: inline-block;
}
#member-area-bar span {
  border-right: 1px solid #460f32;
}
.header-member-area nav a {
  color: white;
  padding: 15px 25px;
  margin-right: 15px;
  color: #676767;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #ddeeeb;
}
.header-member-area nav a.current_page_item {
  color: #ffffff;
  background-color: #05ab9e;
}
.form label:not(.checkbox-label) {
  width: 100%;
}
.form hr {
  border-bottom: 1px solid #f2f2f2;
}
.form hr.dotted {
  opacity: .5;
}
.form-field select,
.form-field textarea,
.form-field input[type="password"],
.form-field input[type="number"],
.form-field input[type="text"] {
  padding: 5px 10px;
  width: 100%;
}
.form-field textarea {
  min-height: 120px;
}
.form-field label {
  color: #aaa;
  cursor: pointer;
}
.form-field label span {
  color: #c31f41;
  font-weight: bold;
  font-size: 16px;
}
.form-field .third,
.form-field .half {
  float: left;
}
.form-field .half {
  width: calc(50% - 5px) !important;
}
.form-field .half.last-child {
  margin-left: 10px;
}
.form-field .third {
  width: calc(33% - 5px) !important;
}
.form-field .third.nth-child-1,
.form-field .third.nth-child-2 {
  margin-left: 10px;
}
.form-field .third.last-child {
  width: calc(33% - 7px) !important;
}
.form-field.form-field-date {
  margin-bottom: 4px !important;
}
.form-field .date {
  max-width: 100%;
  padding: 4px 10px 4px 35px !important;
}
.form-field.button-left:after {
  content: '';
  display: block;
  clear: both;
}
.form-field.button-left input,
.form-field.button-left .button {
  float: left;
}
.form-field.button-left input {
  width: calc(100% - 110px);
}
.form-field.button-left .button {
  width: 110px;
  padding-top: 7px;
  height: 33px;
  text-align: center;
}
.gform_wrapper ul.gfield_radio li input[type=radio],
.form-field input[type="radio"] {
  border: 1px solid #676767;
  width: 10px !important;
  min-width: 10px;
  height: 10px;
  border-radius: 100%;
  margin-right: 5px;
  cursor: pointer;
}
.gform_wrapper ul.gfield_radio li input[type=radio]:checked,
.form-field input[type="radio"]:checked {
  background-color: #676767;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.form-field input[type="checkbox"] {
  border: 1px solid #676767;
  width: 10px !important;
  min-width: 10px;
  height: 10px;
  margin-right: 5px;
  cursor: pointer;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked,
.form-field input[type="checkbox"]:checked {
  background-color: #676767;
  position: relative;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked:before,
.form-field input[type="checkbox"]:checked:before,
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked:after,
.form-field input[type="checkbox"]:checked:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  border-top: 2px solid #ffffff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked:after,
.form-field input[type="checkbox"]:checked:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.tabs {
  border-bottom: 1px solid #676767;
}
.tabs:after {
  content: '';
  display: block;
  clear: both;
}
.tabs a.regular {
  color: white;
  text-decoration: underline;
}
.tabs a:not(.regular) {
  padding: 10px;
  float: left;
  text-transform: uppercase;
  color: #ee8005;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
}
.tabs a:not(.regular).active {
  color: #ffffff;
  background-color: #ee8005;
}
.tabs a:not(.regular).more-element,
.tabs a:not(.regular).more-dates {
  color: white;
  display: block;
  float: none;
  padding: 15px 0px 0px 0px;
}
.text-columns-3,
.text-columns-6 {
  -webkit-column-fill: balance;
  -moz-column-fill: balance;
  column-fill: balance;
}
.text-columns-3 {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
}
.text-columns-6 {
  -webkit-columns: 6;
  -moz-columns: 6;
  columns: 6;
}
.loader {
  border: 16px solid #f2f2f2;
  /* Light grey */
  border-top: 16px solid #460f32;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#search-text {
  position: relative;
  width: 100%;
}
#search-text input[type="text"] {
  width: 100%;
  max-width: 400px;
}
#search-text #search-query-clear {
  position: relative;
  top: 14px;
  left: -70px;
  font-size: 30px;
  font-weight: bold;
  color: #676767;
}
.video {
  position: relative;
}
.video iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
}
#request-tour .tabs a {
  position: relative;
  padding-left: 25px !important;
  text-indent: -15px;
}
#request-tour .tabs a.done:after {
  content: '';
  display: block;
  background-image: url(https://corodis.ch/wp-content/themes/abb_lt_2018.2/css/../images/done.svg);
  width: 17px;
  height: 17px;
  position: absolute;
  left: 50%;
  bottom: -17px;
  transform: translate(-50%, -50%);
}
.image-uploder .image {
  position: relative;
}
.image-uploder .image img {
  cursor: move;
}
.image-uploder .image .remove {
  position: relative;
  position: absolute;
  top: -4px;
  right: -4px;
  width: 16px;
  height: 16px;
  border: 3px solid #c31f41;
  border-radius: 100%;
  background-color: #c31f41;
}
.image-uploder .image .remove:before,
.image-uploder .image .remove:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  border-top: 2px solid #ffffff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.image-uploder .image .remove:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.image-uploder .image .remove:hover {
  transform: scale(1.1);
}
.document-uploder .document .remove {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  top: 4px;
  width: 16px;
  height: 16px;
  border: 1px solid #c31f41;
  border-radius: 100%;
}
.document-uploder .document .remove:before,
.document-uploder .document .remove:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  border-top: 2px solid #c31f41;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.document-uploder .document .remove:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.document-uploder .document .remove:hover {
  transform: scale(1.1);
}
.modal {
  border-radius: 0px;
}
.btn {
  border-radius: 0px;
  text-transform: uppercase;
  color: white !important;
}
.btn-secondary {
  background-color: #676767;
  border-color: #676767;
}
.btn-secondary:hover {
  color: #676767 !important;
  background-color: #ffffff;
  border-color: #676767;
}
.btn-primary {
  background-color: #ee8005;
  border-color: #ee8005;
}
.btn-primary:hover {
  color: #ee8005 !important;
  background-color: #ffffff;
  border-color: #ee8005;
}
.svg-st0,
.svg-st1 {
  stroke: #FFFFFF;
}
.svg-stf {
  fill: #FFFFFF;
}
.svg-st0 {
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.link-prev .st99 {
  fill: none;
  stroke: #ee8005;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.link-prev svg {
  width: 32px;
  height: 32px;
}
.link-prev span {
  display: inline-block;
  position: relative;
  top: -12px;
  color: #ee8005;
}
.box-dates .tab-button:first-child {
  width: 60%;
}
.box-dates .tab-button:last-child {
  width: 40%;
}
.box-dates .tab span {
  display: inline-block;
  margin-top: 8px;
}
.box-dates .tab span.date {
  display: block;
}
.box-dates .tab span:first-of-type {
  margin-top: 0px;
}
#button-toggle-menu {
  position: relative;
  top: 28px;
  left: 15px;
  width: 26px;
  height: 26px;
  display: inline-block;
  z-index: 1000;
  border: 2px solid #676767;
  border-radius: 100%;
}
#button-toggle-menu span {
  display: block;
  position: absolute;
  border-bottom: 2px solid #676767;
  transition: all 250ms ease-out;
  left: 3px;
  width: 16px;
}
#button-toggle-menu span:nth-child(1) {
  top: 5px;
}
#button-toggle-menu span:nth-child(2) {
  top: 10px;
}
#button-toggle-menu span:nth-child(3) {
  top: 15px;
}
#button-toggle-menu.active span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}
#button-toggle-menu.active span:nth-child(2) {
  width: 0;
}
#button-toggle-menu.active span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
}
#secondary-menu {
  position: absolute;
  top: 159px;
  right: 15px;
  z-index: 500;
  min-width: 200px;
  overflow: hidden;
  max-height: 0px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  line-height: 21px;
  transition: all 250ms ease-out;
}
#secondary-menu.active {
  padding-top: 15px;
  padding-bottom: 15px;
  max-height: 300px;
}
#secondary-menu a {
  display: block;
  color: white;
}
#secondary-menu a:hover {
  color: #460f32;
}
.gform_wrapper {
  padding-bottom: 50px;
}
.gform_wrapper .gfield_label {
  display: none !important;
}
.gform_wrapper .half {
  width: calc(50% - 15px);
  float: left;
  clear: none !important;
}
.gform_wrapper .half + .half {
  margin-left: 30px !important;
}
.gform_wrapper .cfix {
  clear: both !important;
}
.gform_wrapper .cfix-m {
  margin-bottom: 30px !important;
}
.gform_wrapper .gform_button_select_files:hover,
.gform_wrapper .gform_next_button:hover,
.gform_wrapper .gform_previous_button:hover {
  color: #460f32 !important;
}
.gform_wrapper .gform_button[type="submit"] {
  border-color: #05ab9e;
}
.gform_wrapper .gform_button[type="submit"]:hover {
  color: #05ab9e !important;
}
.alert {
  border-radius: 0px;
  border: 0px;
}
.alert.alert-success {
  background-color: #05ab9e;
  color: white;
}
.alert.alert-danger {
  background-color: #c31f41;
  color: white;
}
.alert.alert-dismissible .close {
  padding-top: 8px;
}
.image-medium {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #f2f2f2;
}
.image-medium:after {
  content: '';
  display: block;
  padding-top: 60.43%;
}
.image-medium img {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  left: 0px;
  transform: translate(0%, -50%);
}
.cursor-pointer {
  cursor: pointer;
}
#page-navigation > * {
  line-height: 25px;
}
a .button {
  cursor: pointer;
}
.form-col-2:after {
  content: '';
  display: block;
  clear: both;
}
.form-col-2 .form-field {
  float: left;
  width: calc(50% - 10px) !important;
}
.form-col-2 .form-field + .form-field {
  margin-left: 20px;
}
/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
}
/**
 * This theme is an example to show how you can create your own.
 */
.corodis .is-today .pika-button {
  color: #460f32;
}
.corodis .pika-button:hover,
.corodis .is-selected .pika-button {
  color: #fff;
  background: #ee8005;
  border-radius: 0px;
}
.form-field-material {
  position: relative;
  margin-top: 30px;
}
.form-field-material:after {
  content: '';
  display: block;
  clear: both;
}
.form-field-material input:focus {
  outline: none;
}
.form-field-material label {
  font-size: 18px;
  line-height: 22px;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 5px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.form-field-material .date ~ label {
  left: 40px;
}
.form-field-material select {
  color: #f2f2f2;
}
.form-field-material select.filled {
  color: #676767;
}
.form-field-material textarea:focus ~ label,
.form-field-material select:focus ~ label,
.form-field-material input:focus ~ label {
  color: #05ab9e;
}
.form-field-material input:invalid ~ label,
.form-field-material textarea:focus ~ label,
.form-field-material textarea.filled ~ label,
.form-field-material select:focus ~ label,
.form-field-material select.filled ~ label,
.form-field-material input:focus ~ label,
.form-field-material input.filled ~ label {
  top: -20px;
  left: 0px;
  font-size: 14px;
  line-height: 16px;
}
.form-field-material .bar {
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: block;
}
.form-field-material .bar:before,
.form-field-material .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #05ab9e;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.form-field-material .bar:before {
  left: 50%;
}
.form-field-material .bar:after {
  right: 50%;
}
.form-field-material input:focus ~ .bar:before,
.form-field-material input:focus ~ .bar:after {
  width: 50%;
}
.form-field-material .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
.form-field-material input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}
.form-field-material .instrutions {
  position: absolute;
  left: 0px;
  bottom: -15px;
  font-size: 11px;
}
.form-field-material input:invalid ~ .bar:before,
.form-field-material input:invalid ~ .bar:after {
  background: #c31f41;
}
.form-field-material input:invalid ~ label {
  color: #c31f41;
}
@-webkit-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@-moz-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}
/* xs */
@media (max-width: 767px) {
  #search-query {
    margin-left: 0px !important;
    width: calc(100% - 26px) !important;
  }
  section {
    padding-top: 15px;
  }
  footer {
    position: static;
  }
  body {
    padding-bottom: 0px;
  }
  .date-filter {
    width: 100%;
    margin-left: 0px !important;
  }
  .date-filter input {
    max-width: 100% !important;
  }
  #member-area-bar {
    position: absolute;
    top: -105px;
    right: 0px;
  }
  h1,
  .title-1,
  .font-xx-large {
    font-size: 20px;
    line-height: 25px;
  }
  h3,
  .title-3,
  .font-x-larger {
    font-size: 18px;
    line-height: 22px;
  }
  .font-x-large {
    font-size: 20px;
    line-height: 24px;
  }
  .text,
  h2,
  .title-2,
  .font-medium {
    font-size: 14px;
    line-height: 16px;
  }
  .font-regular {
    font-size: 15px;
    line-height: 18px;
  }
  #filters button {
    float: none;
    border: 1px solid #ee8005;
    margin-bottom: 5px;
  }
  #filters button.current {
    background-color: transparent;
    color: #ee8005;
  }
  #filters .tab {
    padding-top: 75px;
    padding-left: 30px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    z-index: 4000;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    overflow-y: scroll;
  }
  #filters .close {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    color: white;
  }
  #filters .filter {
    font-size: 20px;
    line-height: 24px;
  }
  .bloc-search input[type="text"] {
    max-width: 200px;
  }
  .bloc-image .thumbnail {
    padding-right: 15px !important;
  }
  .bloc-image .information {
    padding-left: 15px !important;
  }
  .bloc-image .information .content {
    padding-right: 15px !important;
  }
  .col-reservation {
    padding-left: 15px !important;
  }
  .page-template-single-show .thumbnail,
  .page-template-single-event .thumbnail {
    padding-right: 15px !important;
  }
  .page-template-single-show .information .content,
  .page-template-single-event .information .content {
    margin-left: 0px;
    margin-right: 0px;
  }
  .page-template-single-show .content,
  .page-template-single-event .content {
    margin-left: 15px;
    margin-right: 15px;
  }
  .link-prev {
    margin-top: 10px;
    display: block;
  }
}
@media (max-width: 992px) {
  .font-home {
    font-size: 30px;
    line-height: 35px;
  }
  body {
    padding-top: 0px;
  }
  header {
    padding-top: 30px;
    padding-bottom: 25px;
    position: relative;
    border: 0px;
  }
  header #logo {
    width: auto;
    height: 45px;
  }
  header .button {
    max-width: 250px;
  }
  #mobile-menu-shortcut {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    align-self: flex-start;
    height: 40px;
    z-index: 2000;
  }
  #mobile-menu-shortcut img {
    width: 100%;
    max-width: 0px;
    display: block;
    transition: all 250ms ease-out;
  }
  #mobile-menu-shortcut #button-open-mobile-menu,
  #mobile-menu-shortcut #button-intranet {
    position: absolute;
    top: 10px;
  }
  #mobile-menu-shortcut #button-open-mobile-menu {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: all 250ms ease-out;
  }
  #mobile-menu-shortcut #button-intranet {
    right: 15px;
  }
  #mobile-menu-shortcut #button-home {
    width: 100%;
    padding-top: 10px;
  }
  #mobile-menu-shortcut.scrolled #button-open-mobile-menu {
    left: 15px;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }
  #mobile-menu-shortcut.scrolled img {
    max-width: 100px;
  }
  #menu-mobile {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    z-index: 3000;
    max-height: 0px;
    overflow: hidden;
    transition: all 250ms ease-out;
  }
  #menu-mobile.opened {
    max-height: 100vh;
  }
  #menu-mobile #button-close-mobile-menu {
    position: absolute;
    top: 10px;
    left: 15px;
  }
  #menu-mobile .content {
    width: calc(100% - 30px);
    font-size: 30px;
    line-height: 30px;
  }
  #menu-mobile .content a {
    display: block;
    text-decoration: none;
  }
}
/* md */
/* md only */
@media (min-width: 768px) and (max-width: 991px) {
  header #logo {
    width: 250px;
  }
  .page-template-single-show .thumbnail,
  .page-template-single-event .thumbnail {
    position: relative;
    overflow: hidden;
    min-height: 200px;
  }
  .page-template-single-show .thumbnail img,
  .page-template-single-event .thumbnail img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
  }
  #filters .tab {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
  }
}
/* lg */
@media (min-width: 992px) {
  .ml-lg-15 {
    margin-left: 15px;
  }
}
/* lg only */
@media (min-width: 992px) and (max-width: 1199px) {
  header menu a {
    padding: 14px 10px;
  }
}
/* xl */
@media (min-width: 1200px) {
  .box-dates .tab-button:first-child {
    width: 50%;
  }
  .box-dates .tab-button:last-child {
    width: 50%;
  }
}
