/*
#------------------------------------------------------------------------
# Herberg de Fazant - Oudemolen
#
# Copyright (C) 2007-2014 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.knap-it.com
# Support: info@knap-it.com 
*/

/* Kerst */
.box.parallax {
    padding: 20px 0!important;
}
.kerst .button a {
    text-align: center;
    color: #000;
}
.kerst .button a:hover {
    text-align: center;
    color: #fff;
}
.kerst .button:hover {
    color: #fff;
}
.kerst .button {
    margin: 20px auto !important;
    float: none !important;
    display: inherit;
    max-width: 400px;
    color: #000;
}
.kerstmenu p, .kerstmenu h3  {
    color: #fff;
}
.kerst #gkMainbody {
    margin-bottom: 0px;
}
.kerst img {
    width: 100%;
    height: auto;
}
label {
    display: inline-block !important;
}
.form-control {
    height: 45px;
}


tbody tr td {
    border-bottom: 0px;
}
.box li {
    border-bottom: none;
}
figure {
    margin: 1em 0px;
}
.gk-description p {
    width: 75%;
}

/* Here you can include your override CSS styles */
.melding {
    background: radial-gradient(black, transparent);
    border: 5px solid #fff;
    margin-top: 20px;
}
.one-page-layout .bigtitle.has-bg {
    height: 750px;
}
.itemBody > ul li:before, .itemBody > div > ul li:before, ul.gkBullet1 li:before {
  display: none;
}
[class^="fa fa-"], [class*=" fa-"] {
    color: #fff;
}
.gk-menu dd small {
    color: #000;
}
hr {
    margin: 5px auto;
}
.gk-menu .box-wrap {
    background: none;
}
.gk-menu-button > span {
  background: none;
}

/* Logo */
#gkLogoSmall.cssLogo,
#gkLogoSmall img {
	height: 70px;
}
#gkLogo.cssLogo {
	background: url(../images/logo_de_fazant.png) no-repeat center center;
	background-size: contain !IMPORTANT;
}

/* Frontpage / Header */
/*.frontpage #gkHeader {
    background: url("../images/oudemolen_herberg_de_fazant.jpg") no-repeat fixed center top rgba(0, 0, 0, 0);
}*/

.frontpage #gkHeader {
    background: url("../images/herberg-de-fazant.jpg") no-repeat fixed center top rgba(0, 0, 0, 0);
}

.frontpage #gkPageContent {
	padding-bottom: 0;
}
@media (min-width: 641px) {
	.gangenmenu {
		width: 30%;
	}
}
.gangenmenu tr {
	line-height: 10px;
}

.gangenmenu tr td:nth-of-type(2) {
	text-align: initial;
}

@media (max-width: 640px;)
{
	.gangenmenu {
		width: 100%;
	}
}
#gkHeaderMod .btn {
    background: none repeat scroll 0 0 #1c2216;
    color: #fff !important;
}
#gkHeaderMod h1 {
    font-size: 38px;
}
.box.gk-description {
  padding: 100px 0 100px;
}

/* Menu en navbalk*/
#gkHeaderNav {
    background: none repeat scroll 0 0 #1c2216;
}
.gkMenu > ul > li > a {
    color: #fff;
}
.gk-menu-container dd:after {
	border-bottom: 0px;
}
@media (max-width: 1040px) {
#gkMobileMenu {
	color: white;
	display: block!important;
	font-size: 32px;
	height: 70px;
	line-height: 44px;
	margin: 15px 0 9px 0!important;
	position: relative;
	text-align: center;
	width: 44px;
}
#gkMobileMenu i {
	color: white;
	height: 70px;
	padding: 0!important;
	position: relative;
	right: 12px;
	text-align: center;
	width: 44px;
}
}
#gkHeaderNav.static,
#gkHeaderNav.active {
	height: 70px;
}
/* Restaurant */
.gk-description-left-img {
  bottom: 0px;
}
.gk-description-right-img {
  bottom: 0px;
  margin-right: -900px;
}

/* Special*/
.gk-special figcaption h3 > span {
    color: #cfa54b;
}
.gk-special figcaption small {
    color: #cfa54b;
}
.bigtitle .header small {
    color: #1c2216;
}
.gk-special-content {
    padding: 10px 20px;
    color: #444;
}
.gk-special-content a:hover {
  color: #000 !important;
}
.gk-special .gk-special-content .header > small {
	margin: 4px 0 0px 0 !important; 
}

/* Icons*/
.box.big-icon i {
  color: #cfa54b;
}
#gkHeaderMod .gk-short-menu a {
	font-size: 64px;
}

/* Simple Image Gallery Pro*/
ul.sigProClassic li.sigProThumb a.sigProLink img.sigProImg, ul.sigProClassic li.sigProThumb a.sigProLink:hover img.sigProImg {
	background-position: 0px 0px !important;
}
ul.sigProClassic li.sigProThumb span.sigProLinkWrapper {
    /* display: block; */
    margin: 10px;
    padding: 10px;
    border: 0px;
    box-shadow: none;
}

/* RSForm */
.form-horizontal .checkbox, .form-horizontal .radio {
    text-align: left !important;
}
.solliciteren select {
    min-width: 110px;
}

/* Vacatures */
.vacatures .bigtitle.has-bg .header > a, .vacatures .bigtitle.has-bg .header > span, .vacatures .bigtitle.has-bg .header small {
  color: #000 !important;
}

/* Overnachten */
#gkBottom4 .gk-menu-button {
    border: 0;
}
#gkBottom4 .gk-menu-button > span {
    background: none;
}

#rsform_10_page_0 .radio{
	padding-top: 0;
	margin-top: 0 !IMPORTANT;
}

/* <!--- Grid voor overnachten ---!> */
.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 0px 0px;
}

@media (max-width: 850px) {
	.grid-container {
		display: block;
	}
}


/* <!---- Modules algemeen ----!> */
.no-parallax {
	padding-top: 80px !important;
	margin-bottom: 0px;
}

/* Style 1 Override */

/* template.css */
a,
#gkMainbody header h1 a:active,
#gkMainbody header h1 a:focus,
#gkMainbody header h1 a:hover,
#gkMainbody header h2 a:active,
#gkMainbody header h2 a:focus,
#gkMainbody header h2 a:hover,
#k2Container article header h2 a:active,
#k2Container article header h2 a:focus,
#k2Container article header h2 a:hover,
#community-wrap .joms-stream-box article>a,
.faq li a:hover,
#login-form ul li a:hover {
	color: #cfa54b;
}
.breadcrumbs li a:hover { color: #cfa54b; }
#gkFooter a:active,
#gkFooter a:focus,
#gkFooter a:hover { color: #cfa54b; }
.bigtitle .header > a:active,
.bigtitle .header > a:focus,
.bigtitle .header > a:hover,
.bigtitle > header > a:active,
.bigtitle > header > a:focus,
.bigtitle > header > a:hover { color: #cfa54b; }
.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover { color: #cfa54b!important; }
.box.color2 .box-wrap {
	background: #cfa54b;
}
.box.border1 .box-wrap {
	border-color: #cfa54b;
}
.box.border1 .header {
	border-bottom-color: #cfa54b;
	color: #cfa54b;
}
.box.big-icon a:active,
.box.big-icon a:focus,
.box.big-icon a:hover { color: #cfa54b; }
.menu li a:hover {
	color: #cfa54b !important;
}
.box.map:before {
	background: rgba(28, 34, 22, .8);
}

/* joomla.css */
button,
.button,
input.button,
span.button,
button.button,
div.button,
input[type="submit"],
input[type="button"],
.pagenav-prev a,
.pagenav-next a,
.pagenav .previous a,
.pagenav .next a,
#gkMainbody .itemReadMore,
#gkMainbody .readmore > a,
.button.invert:active,
.button.invert:focus,
.button.invert:hover,
body #cWindow a.plupload_button,
.readon {
	background: #cfa54b;
}
.button-border {
	background: #fff;
	border-color: #cfa54b;
	color: #cfa54b!important;
}
section.category .children h3,
section.blog .children h3 {
	color: #cfa54b;
}
tbody tr td a:hover,
section.category .children li a:hover { color: #cfa54b }
article header.itemHasImage h1 a:active,
article header.itemHasImage h1 a:focus,
article header.itemHasImage h1 a:hover { color: #cfa54b!important; }
.tooltip-inner strong {
	background: #cfa54b;
}
.pagination ul li a:hover {
	background: #cfa54b;
}
div.bannerfooter {
	color: #cfa54b;
}
dl#tabs dt.tabs.open span h3,
dl.tabs dt.tabs.open span h3 {
	border: 2px solid #cfa54b;
}
dl#tabs dt.tabs.open span h3 a:hover,
dl.tabs dt.tabs.open span h3 a:hover,
dl#tabs dt.tabs.open span h3 a:focus,
dl.tabs dt.tabs.open span h3 a:focus { color: #cfa54b }
.autocompleter-queried { color: #cfa54b!important }
.gk-menu-container dd strong {
	color: #cfa54b;
}
.gk-photo-overlay-prev:active,
.gk-photo-overlay-prev:focus,
.gk-photo-overlay-prev:hover,
.gk-photo-overlay-next:active,
.gk-photo-overlay-next:focus,
.gk-photo-overlay-next:hover {
	border-color: #cfa54b;
}

/* gk.stuff.css */
.nspPagination li:hover,
.nspPagination li.active { background: #cfa54b; }
.nspNext:hover:after,
.nspPrev:hover:after {
	color: #cfa54b;
}
.nspArt .nspHeader a:hover,
.nspLinks ul li h4 a:hover { color: #cfa54b !important; }
.box.dark a.readon:active,
.box.dark a.readon:focus,
.box.dark a.readon:hover {
	color: #cfa54b!important;
}
.box.dark .nspNext:hover:after,
.box.dark .nspPrev:hover:after { color: #cfa54b!important; }
.box.dark .nspPagination li.active { background: #cfa54b!important; }
.box.color2 .readon { 
	color: #cfa54b!important;
}
.gkNspPM-GridNews figcaption a:active,
.gkNspPM-GridNews figcaption a:focus,
.gkNspPM-GridNews figcaption a:hover {
	color: #cfa54b!important;
}
.gkNspPM-GridNews > a {
	background: #cfa54b;
}
.gkTabsWrap ol li:hover,
.gkTabsWrap ol li.active,
.gkTabsWrap ol li.active:hover {
	border-color: #cfa54b!important;
	color: #cfa54b;
}
.gkContactForm input {
	border-color: #cfa54b;
}
.gkContactForm textarea {
	border-color: #cfa54b;
}
.gk-menu dd strong {
	color: #cfa54b;
 	text-align: right;
    width: 25%;
    padding-right: 5px;
  
}
.gk-testimonials-prev:active,
.gk-testimonials-prev:focus,
.gk-testimonials-prev:hover,
.gk-testimonials-next:active,
.gk-testimonials-next:focus,
.gk-testimonials-next:hover {
	border-color: #cfa54b;
}
.gk-testimonials-pagination li.active {
	background: #cfa54b;
}
.gk-special-link {
	background: #000;
}
.gk-special figcaption {
    bottom: 350px;
}
.gk-special-link:active,
.gk-special-link:focus,
.gk-special-link:hover {
	background: #cfa54b;	
}
.gkreservation-party-info .button-border {
	border-color: #cfa54b;
	color: #cfa54b!important;
}
.kalendae .k-today {
	background: #cfa54b!important;
}

/* menu.css */
.gkMenu > ul > li > a:active,
.gkMenu > ul > li > a:focus,
.gkMenu > ul > li > a:hover,
.gkMenu > ul > li.active > a:active,
.gkMenu > ul > li.active > a:focus,
.gkMenu > ul > li.active > a:hover {
	color: #cfa54b;
}
.gkMenu > ul > li.active > a {
	color: #cfa54b;	
}
.gkMenu > ul > li.haschild > a:before {
	border-bottom-color: #cfa54b;
}
.gkMenu > ul li div.childcontent {
	background: #cfa54b;
}
#close-menu {
	color: #cfa54b;
}
#aside-menu li a.active,
#aside-menu li a:active,
#aside-menu li a:focus,
#aside-menu li a:hover {
	color: #cfa54b;
}

/* k2.css */
.k2FeedIcon a:before,
a.k2FeedIcon:before {
	color: #cfa54b;
}
.itemComments .icon-comments {
	background: #cfa54b;
}
.itemAuthorContent li a:active,
.itemAuthorContent li a:focus,
.itemAuthorContent li a:hover {
	color: #cfa54b;
}
.k2AuthorsListBlock ul li a.abAuthorLatestItem:hover { color: #cfa54b; }
.k2CalendarBlock table.calendar tr td.calendarDateLinked a:hover {
	background: #cfa54b;
}
.k2CalendarBlock table.calendar tr td.calendarToday {
	background: #cfa54b;
}
table.calendar tr td.calendarTodayLinked a {
	color: #cfa54b;
}
.k2CalendarBlock table.calendar tr td.calendarTodayLinked a:hover {
	background: #cfa54b;
}
.calendarNavLink { color: #cfa54b; }
.k2TagCloudBlock a:active,
.k2TagCloudBlock a:focus,
.k2TagCloudBlock a:hover {
	border-color: #cfa54b; 
	color: #cfa54b; 
}

/* <!---- Pop Up lists ----!> */
ul.popup-list {
	list-style: disc;
	margin: 0;
	padding: 0 0 0 40px;
}

/* <!---- Menu kaart ----!> */
.tabel-kaas
{
	margin-top: 20px;
	border: 2px black solid !IMPORTANT;
	padding-left: 5px;
	padding-right: 5px;
}
#restaurant dl {
	width: 100%;
	margin: 0 auto;
}
.gk-menu-container .gkCols {
    margin: 10px 20px 20px 20px;
}
.gkCols ul li {
    list-style-position: outside;
    list-style-type: circle !important;
  	font-size: 16px;
}
.gk-menu-container .gkCols > div {
    margin-bottom: 20px;
}
.gk-menu-container .gkCols h3 {
    margin-bottom: 15px;
}
.gk-menu-container .gkCols > div {
    padding: 0 0px;
}

/* <!---- Bestelformulier ----!> */
#rsform_5_page_0 {
	width: 60%;
	margin:auto;
}
#rsform_5_page_0 .form-row .formControls {
	/* width: 45%; */
}

/* <!---- Lunchmenu ----!> */
.gkCols.lunchmenu > div {
	float: none;
}
.gk-menu-container .gkCols.lunchmenu h3 { 
	margin-top: 30px
}
.gk-menu-container .gkCols.lunchmenu,
.gk-menu-container .gkCols.lunchmenu h3{
	text-align: center;
}
.gk-menu-container .gkCols.lunchmenu li {
	list-style-type: none !important;
	line-height: 45px;
}

/* <!---- Afhaalmenu ----!> */
@media (max-width: 640px) {
	.afhaalmenu .gk-menu .box-wrap {
		margin: 0;
	}
}