@font-face {
font-family: Gilroy-Bold;
src: url(https://business.lommelsk.be/wp-content/themes/lommelsk/fonts/Gilroy-Bold.woff);
}
@font-face {
font-family: Reglo-Bold;
src: url(https://business.lommelsk.be/wp-content/themes/lommelsk/fonts/LSK-Reglo-Bold.otf);
} :root { --primary-color: #306b5b;
--secondary-color: #10c308;
--black: #000000;
--white: #fff;
--dark-grey: #004139;
--mid-grey: #306b5b;
--light-grey: #cacabf;
--light: #ebebe5; --heading-size-1: ;
--heading-size-2: ;
--heading-size-3: ;
--heading-size-4: ;
--heading-size-5: ;
--heading-size-6: ; --main-font-family: Reglo-Bold, sans-serif;
--secondary-font-family: 'Inter', sans-serif; --shadow-circle: 0px 28px 69px -18px rgba(0,0,0,0.75);
--shadow-box: 0px 4px 8px 4px rgba(0,0,0,0.05);
} .button-holder{
position: relative;
margin: 40px 0;
}
.button-span-right span {
margin-left: 10px;
}
.button-span-left span {
margin-right: 10px;
}
.button-span-left span img{
margin-bottom: -5px;
}
.section-divider{
margin-top: 50px;
padding-bottom: 30px;
position: relative;
}
img{
max-width: 100%;
object-fit: cover;
}
a{
text-decoration: none;
color: var(--white);
}
a:hover{
text-decoration: none;
color: var(--secondary-color);
}
.text-green{
color: var(--secondary-color);
}
.text-color_light-grey{
color: var(--light-grey);
}
.text-color_white{
color: var(--white);
}
.button{
font-family: var(--main-font-family);
padding: 17px 30px;
transition: all .2s ease-in-out,color .2s ease-in-out;
font-size: .9em;
}
.button-black{
background: var(--black);
color: #fff;
}
.button-black:hover{
color: var(--black);
background: #fff;
box-shadow: var(--shadow-box);
}
.button-green{
background: var(--secondary-color);
color: #fff;
font-weight: 600;
}
.button-green:hover{
color: var(--primary-color);
background: #fff;
box-shadow: var(--shadow-box);
}
.button-clear{
text-decoration: none;
}
.button-grey{
background: var(--light-grey);
color: var(--black);
font-weight: 600;
}
.button-grey:hover{
background: #fff;
color: var(--primary-color);
font-weight: 600;
box-shadow: var(--shadow-box);
}
.button-transparent{
background: transparent;
color: var(--light-grey);
border: 1px solid;
}
.next-match-button-holder {
position: absolute;
bottom: 0;
}
.button_transparent-dark{
background: transparent;
color: var(--white);
border: 1px solid;
}
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; } html,
body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
left: 0;
top: 0; scroll-behavior: smooth;
} .container {
width: 90%;
margin-left: auto;
margin-right: auto;
}
.row {
position: relative;
width: 100%;
}
.row [class^="col"] {
float: left;
margin: 0.5rem 2%;
min-height: 0.125rem;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
width: 96%;
}
.col-1-sm {
width: 4.33%;
}
.col-2-sm {
width: 12.66%;
}
.col-3-sm {
width: 21%;
}
.col-4-sm {
width: 29.33%;
}
.col-5-sm {
width: 37.66%;
}
.col-6-sm {
width: 46%;
}
.col-7-sm {
width: 54.33%;
}
.col-8-sm {
width: 62.66%;
}
.col-9-sm {
width: 71%;
}
.col-10-sm {
width: 79.33%;
}
.col-11-sm {
width: 87.66%;
}
.col-12-sm {
width: 96%;
}
.row::after {
content: "";
display: table;
clear: both;
}
.hidden-sm {
display: none;
}
@media only screen and (min-width: 33.75em) { .container {
width: 80%;
}
.container-small{
width: 80%;
}
}
@media only screen and (min-width: 45em) { .col-1 {
width: 4.33%;
}
.col-2 {
width: 12.66%;
}
.col-3 {
width: 21%;
}
.col-4 {
width: 29.33%;
}
.col-5 {
width: 37.66%;
}
.col-6 {
width: 46%;
}
.col-7 {
width: 54.33%;
}
.col-8 {
width: 62.66%;
}
.col-9 {
width: 71%;
}
.col-10 {
width: 79.33%;
}
.col-11 {
width: 87.66%;
}
.col-12 {
width: 96%;
}
.hidden-sm {
display: block;
}
}
@media only screen and (min-width: 60em) { .container {
width: 95%;
max-width: 70rem;
}
.container-x-small {
width: 95%;
max-width: 55rem;
}
}  body{
font-family: var(--secondary-font-family);
background: #00322d;
} h1, h2, h3, h4, h5, h6{
font-family: var(--main-font-family);
color: var(--light);
text-transform: uppercase;
}
p {
margin-bottom: 12px !important;
font-size: 17px;
line-height: 1.8;
}
.font-light {
font-weight: 300;
}
.font-regular {
font-weight: 400;
}
.font-heavy {
font-weight: 700;
} .left {
text-align: left;
}
.right {
text-align: right;
}
.center {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.justify {
text-align: justify;
}  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 {
margin: 0;
vertical-align: baseline;
box-sizing: border-box;
} article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
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;
}
html{
font-size: calc( 1em + (1.25 - 1) * (80vw - 20em) / (90 - 20) );
}   .main-menu-holder ul li {
display: inline;
margin-left: 20px;
font-family: var(--main-font-family);
}
.main-menu-holder ul {
text-align: right;
}
.main-menu-holder ul a {
color: var(--light-grey);
text-transform: uppercase;
font-weight: 600;
font-size: .8em;
letter-spacing: 1px;
}
.main-menu-holder ul .active a , .main-menu-holder ul li:hover a{
color: var(--light);
border-bottom: 3px solid var(--light);
padding-bottom: 5px;
}
.top-menu-button-holder {
text-align: right;
}
.top-menu-button-holder a {
padding: 8px 11px;
font-size: .8em;
display: inline-block;
background: var(--light-grey);
}
.main-menu-holder {
margin-top: 30px;
}
.lock{
margin-bottom: -2px;
margin-right: 5px;
}
.top-menu-button-holder.top-menu-login-other-pages a {
background: #fff3;
color: #fff;
}  section.header-other-pages {
height: 350px;
position: relative;
margin-bottom: -220px;
}
.header-clip-path {
width: 100%;
height: 100%;
background: var(--primary-color);
clip-path: polygon(43% 0, 100% 0, 100% 100%, 50% 100%);
position: absolute;
}
.top-menu-button-holder.top-menu-op-button-holder a {
color: #fff;
background: #ffffff;
} .hero-other-pages .main-menu-holder {
margin-top: 0px;
}
section.header-other-pages .logo-holder img { }
.col-12.column-top-header {
margin-top: 0;
}  section.bottom-footer {
padding: 15px;
background: var(--dark-grey);
color: var(--light-grey);
}
.bottom-footer p{
font-size: .8em;
}
.footer-contact-info, .footer-social-network-holder  {
margin-top: 25px;
color: var(--light-grey);
}
.footer-contact-info a {
display: inline-block;
line-height: 29px;
}
.footer-social-network-holder a {
margin-right: 15px;
color: var(--primary-color);
}
.footer-contact-info b {
margin-right: 15px;
}
section.footer-section {
padding: 80px 0;
}
.footer-menu-holder ul li {
margin-bottom: 15px;
} .footer-privacy-links-holder {
margin-top: 60px;
}
.footer-privacy-links-holder a {
margin-bottom: 15px;
display: inline-block;
font-size: .8em;
}
.footer-address-info p {
font-size: 18px;
color: var(--light-grey);
}  .home-hero-content-holder {
min-height: 500px;
z-index: 1;
position: relative;
display: flex;
align-items: center;
padding: 60px;
flex-wrap: wrap;
}
.home-hero-content-holder h1 {
width: 57%;
margin-bottom: -80px;
font-size: 2.4em;
color: #FFFFFF;
letter-spacing: -1px;
line-height: 60px;
text-shadow: 0 2px 20px rgb(0 0 0 / 16%);
}
.home-hero-button-holder {
width: 100%;
margin-top: 0;
}
.clip-path-layer {
width: 100%;
height: 100%;
background: var(--primary-color);
position: absolute;
opacity: .7;
clip-path: polygon(0 0, 40% 0%, 50% 100%, 0% 100%);
z-index: 0;
}
.home-hero .col-12{
position: relative;
margin-top: -50px;
z-index: 0;
}
section.header-section {
position: relative;
z-index: 1;
}
section.home-hero {
margin-bottom: 70px;
}  section.next-fixture .col-8 {
display: flex;
}
.next-match-content-holder {
padding: 50px 50px 70px;
background: var(--primary-color);
color: #fff;
}
.next-match-content-holder h3 {
margin-bottom: 30px;
color: #fff;
}
.next-match-content-holder p{
opacity: .7;
}
.next-match-content-holder {
padding: 50px 50px 70px;
background: var(--primary-color);
color: #fff;
width: 100%;
}
.next-fixture-foto-holder img {
height: 100%;
width: 100%;
}
.clip-path-left{
position: relative;
}
.clip-path-left:before {
width: 25%;
height: 100%;
position: absolute;
background: var(--primary-color);
top: 0;
bottom: 0;
left: -1px;
content: '';
clip-path: polygon(0 0, 0 0, 100% 100%, 0% 100%);
}
section.next-fixture .row {
display: flex;
flex-wrap: wrap;
}
.nex-match-teams-holder {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
background: var(--light-grey);
flex-direction: column;
}
.next-fixture-foto-holder{
width: 100%;
}
.nex-match-teams-holder h4 {
font-family: var(--secondary-font-family);
font-size: 18px;
color: rgba(71,75,75,0.48);
letter-spacing: 0;
font-weight: 400;
}   .cta-rotated-imgs-content-holder h2 {
font-size: 36px;
letter-spacing: -0.5px;
line-height: 54px;
}
.rotated-imgs-holder img{
height: 400px;
}
.transform-holder {
position: absolute;
top: 0;
right: 0;
}
.rotated-imgs-holder .transform-holder:first-child {
clip-path: polygon(0 0, 23% 0, 49% 100%, 26% 100%);
}
.rotated-imgs-holder .transform-holder:nth-child(2) {
clip-path: polygon(25.5% 0, 48% 0, 75% 100%, 51% 100%);
margin-top: 40px;
margin-right: -14px;
}
.rotated-imgs-holder .transform-holder:last-child {
clip-path: polygon(50% 0, 73% 0, 100% 100%, 77% 100%);
}
section.section-divider.cta-rotated-imgs .row {
display: flex;
flex-wrap: wrap;
background: #004139; width: 96%;
margin: auto;
height: 400px;
}
section.section-divider.cta-rotated-imgs .col-6 {
display: flex;
align-items: center;
justify-content: center;
}  ul.logos {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-around;
margin: 0px;
padding-left: 0;
}
.logos li {
margin: 0 20px 60px;
}
ul.logos img {
max-width: 200px;
}
.logos-content-holder {
margin-top: 40px;
}  section.footer-cta .row {
padding: 60px 0;
display: flex;
align-items: center;
width: 96%;
margin: auto;
}
.footer-cta-gradient {
width: 100%;
height: 100%;
position: absolute;
background: var(--dark-grey);
z-index: 1;
}
.footer-cta-gradient {
width: 100%;
height: 100%;
position: absolute;
background: rgb(202,202,191);
background: linear-gradient(90deg, rgba(202,202,191,0.577468487394958) 0%, rgba(202,202,191,0.9864320728291317) 42%, rgba(202,202,191,0.989233193277311) 100%);}
.footer-cta-content-holder, .footer-cta-form-holder {
position: relative;
z-index: 1;
}
.footer-cta-image-holder {
position: absolute;
overflow: hidden;
height: 100%;
width: 50%;
z-index: 0;
}
.footer-cta-content-holder h3 {
font-size: 1.8em;
color: var(--primary-color);
letter-spacing: -0.5px;
line-height: 54px;
}
.footer-cta-content-holder {
position: relative;
z-index: 1;
text-align: center;
}
form#gform_1 {
width: 80%;
}
form#gform_1 input{
background: var(--primary-color);
color: var(--white);
border: none;
padding: 14px;
width: 100%;
}
form#gform_1 input::placeholder {
color: var(--white);
}
#gform_1 input::-ms-input-placeholder {
color: var(--white);
}
.gform_wrapper .gf_simple_horizontal .gform_body {
width: auto;
max-width: 75%;
width: 75% !important;
}
input#gform_submit_button_1 {
background: var(--primary-color) !important;
color: #fff;
padding: 12px 30px !important;
margin-top: 8px;
}
section.footer-cta {
margin-bottom: 40px;
margin-top: 40px;
}  section.hero-with-breadcrumbs .row {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.hero-w-breadcrumbs-img-holder img {
width: 95%;
}
.hero-w-breadcrumbs-img-holder {
text-align: right;
z-index: 1;
position: relative;
}
.breadcrumbs {
margin-bottom: 15px;
}
p#breadcrumbs a {
font-size: 12px;
color: #ADAFAF;
letter-spacing: 1.6px;
text-transform: uppercase;
}
#breadcrumbs{
font-size: 12px;
letter-spacing: 1.6px;
text-transform: uppercase;
}
.hero-w-breadcrumbs-content-holder {
color: #fff;
}
.hero-w-breadcrumbs-content-holder h1 {
font-size: 48px;
letter-spacing: -1px;
line-height: 60px;
margin-bottom: 15px;
}
.hero-w-breadcrumbs-content-holder p {
font-size: 17px;
color: #fff;
letter-spacing: 0;
line-height: 28px;
}  section.child-pages-loop.section-divider .row, .child-pages-with-title .row {
display: flex;
flex-wrap: wrap;
}
section.child-pages-loop.section-divider .col-4, .child-pages-with-title .col-4 {
background: var(--light-grey);
}
.loop-child-page-item {
padding: 50px 40px;
}
.loop-child-page-item h3 { font-size: 1.3em;
color: #1E2323;
letter-spacing: 0;
margin-bottom: 20px;
}
.loop-child-page-item p {
font-size: 17px;
color: var(--black);
letter-spacing: 0;
line-height: 28px;
}
.child-pages-loop-button-holder {
margin-top: 30px;
}
.child-pages-loop-button-holder P {
DISPLAY: inline;
padding: 14px 30px;
background: transparent;
border: 1px solid var(--primary-color);
color: var(--primary-color);
font-weight: 600;
}
section.child-pages-loop.section-divider .col-4:hover .child-pages-loop-button-holder P,.child-pages-with-title .col-4:hover .child-pages-loop-button-holder P{
DISPLAY: inline;
padding: 14px 30px;
background: var(--primary-color);
border: 1px solid var(--primary-color);
color: #fff;
font-weight: 600;
}
.loop-child-page-item{
position: relative;
}
.loop-child-page-item:before {
content: '';
width: 20px;
height: 30px;
position: absolute;
top: 0;
background: var(--primary-color);
transform: skew(
25deg
);
}
section.download-form.section-divider .row {
display: flex;
flex-wrap: wrap;
}
section.download-form .col-8 {
display: flex;
}
.download-form-form-holder {
padding: 25px 25px;
background: #fff;
box-shadow: var(--shadow-box);
margin-top: -60px;
position: relative;
}
div#gform_fields_2 input {
border: none;
border-bottom: 2px solid var(--mid-grey);
background: var(--light-grey);
}
form#gform_2 .gform_footer #gform_submit_button_2 {
position: absolute;
left: 0;
right: 0;
margin: auto;
bottom: -25px;
background: url(https://business.lommelsk.be/wp-content/themes/lommelsk/img/download-icon.svg), var(--primary-color);
color: #fff;
border: none;
width: 160px;
background-repeat: no-repeat;
background-position: 90% center;
text-align: left;
}
div#gform_fields_2{
margin-bottom: 30px;
}
.col-8.download-form-content-column:after {
content: '';
position: absolute;
width: 250px;
height: 250px;
right: 60px;
bottom: -170px;
background: url(https://business.lommelsk.be/wp-content/uploads/2022/07/lommelsk_badge_rgb_transparent.png);
background-size: cover;
z-index: -1;
}
.col-8.download-form-content-column{
position: relative;
}
.col-8.download-form-content-column:before {
content: url(https://business.lommelsk.be/wp-content/themes/lommelsk/img/download-form-small-bg.svg);
position: absolute;
bottom: -100px;
left: 100px;
}
.child-pages-with-loop-title-holder {
text-align: center;
margin-bottom: 30px;
font-size: 36px;
color: var(--primary-color);
}
.child-pages-title-border-holder {
border: 5px solid;
display: inline-block;
transform: skew(
20deg
);
background: #E8F6F2;
}
.child-pages-with-loop-title-holder h3 {
color: var(--primary-color);
padding: 10px 40px;
transform: skew(
-20deg
);
}
.child-pages-with-loop-title-holder{
position: relative;
}
.child-pages-with-loop-title-holder:before {
content: '';
width: 100%;
height: 1px;
border-top: 5px solid vaR(--primary-color);
position: absolute;
left: 0;
top: 32px;
z-index: 0;
}
section.child-pages-with-title.section-divider {
margin: 80px 0;
}  .indicator {
width: 25px;
height: 40px;
display: inline-block;
transform: skew(
20deg
);
margin-left: -35px;
}
.green-indicator{
background: var(--primary-color);
}
.grey-indicator{
background: var(--mid-grey);
}
.row.not-sold-out-dinner-row, .row.sold-out-dinner-row {
background: var(--white);
margin-bottom: 20px;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.dinners-loop-date-holder {
display: flex;
align-items: center; width: 80%;
}
.dinner-date {
font-family: var(--secondary-font-family);
font-size: 16px;
color: #474B4B;
letter-spacing: 0;
line-height: 28px;
font-weight: 600;
width: 200px;
margin-left: 50px;
}
.dinner-time { font-size: 16px;
color: #474B4B;
letter-spacing: 0;
line-height: 28px;
}
.dinners-loop-uitverkocht-info-holder, .dinners-loop-more-info-holder {
text-align: right;
}
.dinners-loop-uitverkocht-info-holder p {
font-size: 16px;
color: rgba(173,175,175,0.46);
letter-spacing: 0;
line-height: 28px;
}
.dinners-loop-more-info-holder p {
text-decoration: underline;
font-size: 16px;
color: var(--primary-color);
letter-spacing: 0;
}
.away-team img, .home-team img {
width: 45px;
}
.dinners-loop-name-holder {
align-items: center;
display: flex;
justify-content: center;
}
.home-team, .away-team {
display: flex;
align-items: center;
width: 100%;
}
.home-team{
justify-content: flex-end;
}
p.opponent-divider {
margin: 0 15px;
color: var(--light-grey);
}
.home-team p {
margin-right: 15px;
font-weight: 600;
font-size: 16px;
color: var(--secondary-color);
letter-spacing: 0;
line-height: 28px;
}
.away-team p {
margin-left: 15px;
font-size: 16px;
color: var(--secondary-color);
letter-spacing: 0;
line-height: 28px;
}
.single-dinners .header-other-pages {
margin-bottom: -140px;
} .contact-form-holder h4 {
margin-bottom: 30px;
font-size: 26px;
color: #1E2323;
letter-spacing: 0;
}
.dinner-form-holder, .contact-form-holder {
width: 95%;
text-align: left;
right: 0;
background: #fff;
box-shadow: var(--shadow-box);
padding: 40px 40px 0;
display: inline-block;
}
h4.single-form-dinner-title {
font-size: 26px;
letter-spacing: 0;
margin-bottom: 30px;
}
.gform_button {
cursor: pointer;
}
form#gform_3 label, form#gform_4 label {
font-size: 17px;
color: var(--dark-grey);
letter-spacing: 0;
}
form#gform_3 input, form#gform_3 textarea, form#gform_3 select, form#gform_4 input, form#gform_4 textarea, form#gform_4 select {
border: none;
border-bottom: 2px solid var(--mid-grey);
background: var(--light);
margin-bottom: 20px;
}
form#gform_3, form#gform_4{
position: relative;
}
.reservereen-form .gform_footer .gform_button {
position: absolute;
left: 0;
right: 0;
bottom: -40px;
margin: auto;
margin-top: 50px;
background: var(--primary-color) !important;
border: none !important;
color: #fff;
width: 150px;
}
input#gform_submit_button_4 {
position: absolute;
left: 0;
right: 0;
bottom: -40px;
margin: auto;
margin-top: 50px;
background: var(--primary-color) !important;
border: none !important;
color: #fff;
width: 150px;
}
.match-fixture-holder {
display: flex;
justify-content: flex-start;
align-items: center;
}
.match-fixture-holder .away-team, .match-fixture-holder .home-team{
width: unset;
}
.single-dinner-introduction-text {
margin-bottom: 40px;
width: 80%;
}
.single-dinner-introduction-text p { font-size: 17px;
color: rgba(71,75,75,0.60);
letter-spacing: 0;
line-height: 28px;
}
.single-dinner-date-time b {
width: 120px;
display: inline-block;
}
.single-dinner-date-time p {
font-size: 17px;
color: #1E2323;
letter-spacing: 0;
line-height: 32px;
}
.dinner-menu-holder{
margin-top: 40px;
}
.dinner-menu-holder h2:before {
content: url(https://business.lommelsk.be/wp-content/themes/lommelsk/img/menu-icon.svg);
margin-right: 10px;
}
.dinner-menu-holder h2 {
font-weight: 600;
font-size: 26px;
color: #1E2323;
letter-spacing: 0;
margin-bottom: 20px;
}
.dinner-menu-holder h3 {
margin-bottom: 15px;
}
.dinner-menu-holder h3:not(:first-child){
margin-top: 30px;
}
.dinner-menu-holder p {
font-size: 16px;
color: rgba(71,75,75,0.60);
letter-spacing: 0;
line-height: 27px;
}
.dinner-menu-holder {
width: 80%;
}
.dinner-back-button {
margin-top: 80px;
}
.section.single-dinner-hero {
margin-bottom: 100px;
}
.dinner-single-content {
background: var(--light);
position: relative;
padding: 50px 0 60px;
margin-top: 70px;
}
.dinner-single-content:before {
background: var(--light);
content: '';
position: absolute;
width: 100%;
height: 100%;
left: -100%;
z-index: 0;
top: 0;
}
.dinner-single-content:after {
background: var(--light);
content: '';
position: absolute;
width: 300%;
height: 100%;
right: -300%;
top: 0;
z-index: 0;
} .contact-form-column {
text-align: right;
}
section.contact-form {
background: var(--light);
margin-top: 120px;
padding-bottom: 120px;
}
.col-6.contact-col-min {
margin-top: -60px;
}
.team-item img {
border-radius: 50%;
margin-bottom: 20px;
width: 50%;
}
.gv-list-view.gv-no-results h3 {
font-size: 24px;
align-items: center;
justify-content: center;
display: flex;
margin-bottom: 0;
margin-top: 10px;
}
.team-item h4 {
font-weight: 600;
font-size: 17px;
color: #474B4B;
letter-spacing: 0;
margin-bottom: 10px;
}
.team-item a {
display: block; font-size: 16px;
color: rgba(71,75,75,0.60);
letter-spacing: 0;
line-height: 28px;
}
.team-item {
margin-bottom: 60px;
}  .login-form-holder {
width: 70%;
padding: 70px;
box-shadow: var(--shadow-box);
margin: auto;
margin-top: 30px;
margin-bottom: 100px;
}
h1.login-title {
font-size: 48px;
letter-spacing: -1px;
line-height: 60px;
margin-bottom: 15px;
text-align: center;
color: var(--primary-color);
margin-top: 100px;
}
.login-form-holder label {
font-family: var(--main-font-family);
font-weight: 400;
letter-spacing: 1px;
display: block;
font-size: 1.2em;
text-transform: uppercase;
}
form#loginform p {
margin-bottom: 30px;
}
form#loginform input {
padding: 10px;
display: block;
width: 100%;
border: none;
border-bottom: 3px solid var(--light-grey);
background: var(--light);
}
#rememberme{
position: absolute;
left: 170px;
display: inline;
width: 30px !important;
top: 6px;
}
.login-remember label, .login-remember{
position: relative;
}
p.login-submit .button {
background: var(--primary-color) !important;
color: #fff;
font-weight: 600;
font-size: 1.1em;
width: 50% !important;
}
section.attenders-list.section-divider{
margin-top: 100px;
padding-bottom: 70px;
position: relative;
}
.attenders-list-content-holder h3 {
font-size: 48px;
letter-spacing: -1px;
line-height: 60px;
margin-bottom: 35px;
}
.attenders-list-content-holder p {
font-size: .8em;
color: rgb(71 75 75 / 86%);
letter-spacing: 0;
line-height: 27px;
}
.attenders-list-content-holder a {
text-decoration: underline;
color: var(--primary-color);
}
.gv-list-container {
display: flex;
flex-wrap: wrap;
}
.gv-list-view {
width: 30%;
background: var(--light);
margin-right: 40px;
margin-bottom: 40px;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
text-align: center;
font-weight: 600;
}
.gv-list-view{
position: relative;
}
.gv-list-view:before {
width: 25px;
height: 40px;
display: inline-block;
transform: skew(
20deg
);
margin-left: -35px;
content: '';
position: absolute;
background: var(--primary-color);
left: -10px;
z-index: 0;
top: 0;
margin: auto;
bottom: 0;
opacity: .5;
}
p.next-match-date-holder {
font-weight: 600;
margin-top: 10px;
color: #1E2323;
letter-spacing: 0;
font-size: 28px;
}
.next-match-away-team img, .next-match-home-team img {
width: 60px;
text-align: center;
}
.next-dinner-names-holder{
text-align: center;
margin-top: 50px;
}
p.opponent-divider.next-dinner-opponent-divider {
width: 70px;
font-weight: bold;
text-transform: uppercase;
} .reservereen-form .gform_footer .gform_button {
background: url(https://business.lommelsk.be/wp-content/themes/lommelsk/img/check-icon.svg), var(--primary-color) !important;
background-repeat: no-repeat !important;
background-position: 92% center !important;
width: 180px;
text-align: left;
}
section.top-child-pages-full-width-text.section-divider p {
font-size: 18px;
color: rgb(71 75 75 / 75%);
letter-spacing: 0;
line-height: 28px;
} .pagination {
text-align: center;
}
.pagination a {
font-size: 18px;
color: var(--mid-grey);
letter-spacing: 0;
text-align: center;
line-height: 24px; }
span.page-numbers.current{
font-size: 18px;
color: var(--dark-grey);
letter-spacing: 0;
text-align: center;
line-height: 24px;
}
.clients-loop-item.square {
display: flex;
align-items: center;
justify-content: center;
box-shadow: var(--shadow-box);
margin-bottom: 30px;
background: #fff;
}
.clients-loop-item.square h3 {
font-size: 18px;
color: var(--black);
letter-spacing: 0;
text-align: center;
line-height: 24px;
width: 50%;
position: relative;
z-index: 1;
}
.clients-loop-item.square h3:before {
content: '';
width: 35px;
height: 60px;
background: #2e9a6b5c;
position: absolute;
left: 0;
right: 0;
top: 0;
margin: auto;
z-index: -1;
transform: skew(
20deg
);
}
section.clients-loop.section-divider { margin-top: 80px;
background: linear-gradient(
180deg
, #Ffffff 20%, var(--light) 20%);
}
section.top-child-pages-full-width-text.section-divider .container {
max-width: 960px;
}
html.no-js body {
overflow-x: hidden;
}
.footer-logo-holder img, .logo-holder img {
max-width: 130px;
}
h3.form-missing-text {
margin-bottom: 30px;
font-size: 17px;
line-height: 30px;
}
.gform_confirmation_message {
margin-bottom: 30px !important;
}
.next-match-home-team, .next-match-away-team{
width: 50%;
}   .gv-grid-col-2-3.gv-list-view-content-description {
width: 100%;
}
form#ballen-form input {
font-size: 16px !important;
}
@media screen and (min-width:1921px){
}
@media screen and (max-width:1920px){
}
@media screen and (max-width:1600px){
}
@media screen and (max-width:1380px){
}
@media screen and (max-width:1200px){
}
@media screen and (max-width:1024px){
}
@media screen and (max-width:767px){
.hide-mobile{
display: none !important;
}
.home-hero .col-12 {
margin-top: 0;
}
.logo-holder img {
width: 90px;
}
.clip-path-layer {
width: 100%;
height: 100%;
background: var(--primary-color);
position: absolute;
opacity: .7;
clip-path: unset;
z-index: 0;
}
.home-hero-content-holder {
min-height: 500px;
z-index: 1;
position: relative;
display: flex;
align-items: center;
padding: 10px;
flex-wrap: wrap;
}
.home-hero-content-holder h1 {
width: 100%;
margin-bottom: -90px;
font-size: 2.8em;
}
section.next-fixture .col-8 {
display: flex;
flex-wrap: wrap;
flex-direction: column-reverse;
}
.clip-path-left:before{
display: none;
}
.nex-match-teams-holder {
height: 350px;
display: flex;
align-items: center;
justify-content: center;
background: var(--light-grey);
flex-direction: column;
}
.next-match-button-holder {
position: unset;
bottom: 0;
margin-top: 40px;
}
.cta-rotated-imgs-content-holder h2 {
font-size: 30px;
letter-spacing: -0.5px;
line-height: 34px;
margin-top: 40px;
}
section.footer-cta .row {
padding: 0 0 50px;
display: block;
align-items: center;
width: 100%;
margin: auto;
margin-top: 0px;
}
form#gform_1 {
width: 100%;
}
.gform_wrapper .gf_simple_horizontal .gform_body {
width: auto;
max-width: 100% !important;
width: 100% !important;
display: block !important;
}
.gform_wrapper .gf_simple_horizontal .gform_footer.top_label {
width: auto;
max-width: 95% !important;
padding: 0;
margin: 0;
text-align: left;
display: block !important;
}
.footer-contact-info, .footer-social-network-holder {
margin-top: 25px;
margin-bottom: 25px;
}
.footer-menu-holder ul {
padding-left: 0;
}
.footer-privacy-links-holder a {
margin-bottom: 15px;
display: block;
margin-bottom: 30px;
}
section.footer-section {
padding: 80px 0 20px;
}
.right{
text-align: left;
}
.footer-cta-image-holder {
position: absolute;
overflow: hidden;
height: 100%;
width: 100%;
z-index: 0;
}
.footer-cta-content-holder {
margin-top: 60px;
}
.next-match-content-holder {
padding: 30px 30px 50px;
background: var(--primary-color);
color: #fff;
width: 100%;
}
.next-match-button-holder a {
display: inline-block;
}
section.header-other-pages .logo-holder img {
margin-top: 0;
}
section.header-other-pages {
height: auto;
position: relative;
margin-bottom: 50px;
}
.hero-w-breadcrumbs-content-holder h1 {
font-size: 33px;
letter-spacing: -1px;
line-height: 40px;
margin-bottom: 15px;
}
.hero-w-breadcrumbs-img-holder img {
width: 100%;
}
section.download-form .col-8 {
display: flex;
flex-wrap: wrap;
}
.child-pages-with-loop-title-holder:before{
display: none;
}
.child-pages-title-border-holder, .child-pages-with-loop-title-holder h3 {
transform: unset;
}
.indicator {
width: 25px;
height: 40px;
display: inline-block;
transform: unset;
margin-left: -5px;
top: 0px;
}
.dinners-loop-uitverkocht-info-holder, .dinners-loop-more-info-holder {
text-align: left;
}
.single-dinners .header-other-pages {
margin-bottom: 50px;
}
.single-dinner-introduction-text {
margin-bottom: 40px;
width: 100%;
}
.dinner-menu-holder {
width: 100%;
}
.dinner-form-holder, .contact-form-holder {
width: 100%;
text-align: left;
right: 0;
background: #fff;
box-shadow: var(--shadow-box);
padding: 20px 20px 0;
display: inline-block;
}
.gv-list-view {
width: 100%;
background: var(--light);
margin-right: 0;
margin-bottom: 40px;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
text-align: center;
font-weight: 600;
}
html, body{
overflow-x: hidden;
}
.contact-hero-info-holder a {
display: inline-block;
margin-bottom: 20px;
}
.team-item {
margin-bottom: 60px;
text-align: center;
}
.top-menu-button-holder a {
padding: 15px 30px;
font-size: 1em;
display: inline-block;
background: var(--light-grey);
}
.rotated-imgs-holder {
display: none;
}
section.section-divider.cta-rotated-imgs .row{
height: auto;
}
.login-form-holder {
width: 100%;
padding: 20px;
box-shadow: var(--shadow-box);
margin: auto;
margin-top: 30px;
margin-bottom: 100px;
}
form#loginform {
max-width: 90%;
margin-right: 0;
position: relative;
}
h1.login-title {
font-size: 48px;
letter-spacing: -1px;
line-height: 60px;
margin-bottom: 15px;
text-align: center;
color: var(--primary-color);
margin-top: 0px;
}
} .mobile-menu-holder {
font-size: 35px;
text-align: right;
margin-top: 30px;
color: var(--primary-color);
}
.mobile-menu-overlay {
position: fixed;
top: 0;
width: 100%;
height: 100vh;
background: #ffffff8f;
bottom: 0;
z-index: 999;
right: -100%;
transition: all .2s ease-in-out,color .2s ease-in-out;
}
.mobile-menu-content {
text-align: right;
padding-right: 30px;
padding-top: 20px;
width: 80%;
background: #fff;
height: 100vh;
margin-right: 0%;
position: absolute;
right: 0;
box-shadow: var(--shadow-box);
}
i.fa.fa-close.close-menu-button {
font-size: 35px;
margin-bottom: 20px;
color: var(--primary-color);
}
.mobile-menu-content ul li a {
font-size: 25px;
margin-bottom: 20px;
display: inline-block;
color: var(--primary-color);
}
.mobile-menu-content ul li a:hover {
color: var(--secondary-color);
}
.menu-icon-white{
color: #fff;
}
@media screen and (min-width:768px){
.hide-desktop{
display: none !important;
}
}@media screen and (min-width:1921px){
}
@media screen and (max-width:1920px){
}
@media screen and (max-width:1600px){
}
@media screen and (max-width:1380px){
}
@media screen and (max-width:1200px){
}
@media screen and (max-width:1024px){
}
@media screen and (max-width:767px){
.hide-mobile{
display: none !important;
}
.home-hero .col-12 {
margin-top: 0;
}
.logo-holder img {
width: 90px;
}
.clip-path-layer {
width: 100%;
height: 100%;
background: var(--primary-color);
position: absolute;
opacity: .7;
clip-path: unset;
z-index: 0;
}
.home-hero-content-holder {
min-height: 500px;
z-index: 1;
position: relative;
display: flex;
align-items: center;
padding: 10px;
flex-wrap: wrap;
}
.home-hero-content-holder h1 {
width: 100%;
margin-bottom: -90px;
font-size: 2.8em;
}
section.next-fixture .col-8 {
display: flex;
flex-wrap: wrap;
flex-direction: column-reverse;
}
.clip-path-left:before{
display: none;
}
.nex-match-teams-holder {
height: 350px;
display: flex;
align-items: center;
justify-content: center;
background: var(--light-grey);
flex-direction: column;
}
.next-match-button-holder {
position: unset;
bottom: 0;
margin-top: 40px;
}
.cta-rotated-imgs-content-holder h2 {
font-size: 30px;
letter-spacing: -0.5px;
line-height: 34px;
margin-top: 40px;
}
section.footer-cta .row {
padding: 0 0 50px;
display: block;
align-items: center;
width: 100%;
margin: auto;
margin-top: 0px;
}
form#gform_1 {
width: 100%;
}
.gform_wrapper .gf_simple_horizontal .gform_body {
width: auto;
max-width: 100% !important;
width: 100% !important;
display: block !important;
}
.gform_wrapper .gf_simple_horizontal .gform_footer.top_label {
width: auto;
max-width: 95% !important;
padding: 0;
margin: 0;
text-align: left;
display: block !important;
}
.footer-contact-info, .footer-social-network-holder {
margin-top: 25px;
margin-bottom: 25px;
}
.footer-menu-holder ul {
padding-left: 0;
}
.footer-privacy-links-holder a {
margin-bottom: 15px;
display: block;
margin-bottom: 30px;
}
section.footer-section {
padding: 80px 0 20px;
}
.right{
text-align: left;
}
.footer-cta-image-holder {
position: absolute;
overflow: hidden;
height: 100%;
width: 100%;
z-index: 0;
}
.footer-cta-content-holder {
margin-top: 60px;
}
.next-match-content-holder {
padding: 30px 30px 50px;
background: var(--primary-color);
color: #fff;
width: 100%;
}
.next-match-button-holder a {
display: inline-block;
}
section.header-other-pages .logo-holder img {
margin-top: 0;
}
section.header-other-pages {
height: auto;
position: relative;
margin-bottom: 50px;
}
.hero-w-breadcrumbs-content-holder h1 {
font-size: 33px;
letter-spacing: -1px;
line-height: 40px;
margin-bottom: 15px;
}
.hero-w-breadcrumbs-img-holder img {
width: 100%;
}
section.download-form .col-8 {
display: flex;
flex-wrap: wrap;
}
.child-pages-with-loop-title-holder:before{
display: none;
}
.child-pages-title-border-holder, .child-pages-with-loop-title-holder h3 {
transform: unset;
}
.indicator {
width: 25px;
height: 40px;
display: inline-block;
transform: unset;
margin-left: -5px;
top: 0px;
}
.dinners-loop-uitverkocht-info-holder, .dinners-loop-more-info-holder {
text-align: left;
}
.single-dinners .header-other-pages {
margin-bottom: 50px;
}
.single-dinner-introduction-text {
margin-bottom: 40px;
width: 100%;
}
.dinner-menu-holder {
width: 100%;
}
.dinner-form-holder, .contact-form-holder {
width: 100%;
text-align: left;
right: 0;
background: #fff;
box-shadow: var(--shadow-box);
padding: 20px 20px 0;
display: inline-block;
}
.gv-list-view {
width: 100%;
background: var(--light);
margin-right: 0;
margin-bottom: 40px;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
text-align: center;
font-weight: 600;
}
html, body{
overflow-x: hidden;
}
.contact-hero-info-holder a {
display: inline-block;
margin-bottom: 20px;
}
.team-item {
margin-bottom: 60px;
text-align: center;
}
.top-menu-button-holder a {
padding: 15px 30px;
font-size: 1em;
display: inline-block;
background: var(--light-grey);
}
.rotated-imgs-holder {
display: none;
}
section.section-divider.cta-rotated-imgs .row{
height: auto;
}
.login-form-holder {
width: 100%;
padding: 20px;
box-shadow: var(--shadow-box);
margin: auto;
margin-top: 30px;
margin-bottom: 100px;
}
form#loginform {
max-width: 90%;
margin-right: 0;
position: relative;
}
h1.login-title {
font-size: 48px;
letter-spacing: -1px;
line-height: 60px;
margin-bottom: 15px;
text-align: center;
color: var(--primary-color);
margin-top: 0px;
}
} .mobile-menu-holder {
font-size: 35px;
text-align: right;
margin-top: 30px;
color: var(--primary-color);
}
.mobile-menu-overlay {
position: fixed;
top: 0;
width: 100%;
height: 100vh;
background: #ffffff8f;
bottom: 0;
z-index: 999;
right: -100%;
transition: all .2s ease-in-out,color .2s ease-in-out;
}
.mobile-menu-content {
text-align: right;
padding-right: 30px;
padding-top: 20px;
width: 80%;
background: #fff;
height: 100vh;
margin-right: 0%;
position: absolute;
right: 0;
box-shadow: var(--shadow-box);
}
i.fa.fa-close.close-menu-button {
font-size: 35px;
margin-bottom: 20px;
color: var(--primary-color);
}
.mobile-menu-content ul li a {
font-size: 25px;
margin-bottom: 20px;
display: inline-block;
color: var(--primary-color);
}
.mobile-menu-content ul li a:hover {
color: var(--secondary-color);
}
.menu-icon-white{
color: #fff;
}
@media screen and (min-width:768px){
.hide-desktop{
display: none !important;
}
}.default-page-template {
color: #fff;
}