/**
 * Theme Name: Foodie Pro Theme
 * Description: This is the Foodie Pro child theme created for the Genesis Framework.
 * Author: Shay Bocks
 * Author URI: http://shaybocks.com/
 * Version: 3.0.0
 *
 * Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 *
 * Template: genesis
 * Template Version: 2.0.1
 *
 * License: GPL-2.0+
 * License URI: http://www.opensource.org/licenses/gpl-license.php
 */

/* Table of Contents

	- HTML5 Reset
		- Baseline Reset
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Headings
        - Screen Reader Text
	- Widgets
		- Featured Page and Featured Post
		- User Profile
	- Plugins
		- Genesis eNews Extended
		- Gravity Forms
        - Instagram
		- WooCommerce
		- Simple Social Icons
	- Custom Page Templates
		- Home Page
		- Recipes Page
	- Top Ad
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Archive Navigation
		- After Entry
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
----------------------------------------------------------------------------- */


/* ## Baseline Normalize
--------------------------------------------- */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/*
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin-top: 0 !important;
}

body {
	margin: 0;
	position: relative;
}
*/

/* HTML5 display definitions
--------------------------------------------- */
/*
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}
*/

/* Links
--------------------------------------------- */
/*
a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}
*/

/* Text-level semantics
--------------------------------------------- */
/*
abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}
*/

/* Embedded content
--------------------------------------------- */

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}


/* Grouping content
--------------------------------------------- */

figure {
	margin: 1em 37px;
}

hr {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}


/* Forms
--------------------------------------------- */

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}


/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 10px;
}


/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/* Float Clearing
--------------------------------------------- */

.author-box:after,
.clear:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.widget-area:after,
.after-entry:after,
.comment-respond:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

.clear,
.clear-line {
	clear: both;
	margin-bottom: 30px;
}


/*
Defaults
----------------------------------------------------------------------------- */


/* Typographical Elements
--------------------------------------------- */
/*
body {
	background: #fff;
	color: #010101;
	font-family: 'Raleway', Arial, Helvetica, sans-serif !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	overflow-y: scroll;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

::-moz-selection {
	background: #111;
	color: #fff;
}

::selection {
	background: #111;
	color: #fff;
}

a {
	color: blue;
	text-decoration: none;
}

a img {
	margin-bottom: 17px;
}

a:hover img,
a:focus img {
	opacity: 0.9;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

a:hover,
a:focus {
	xopacity: .7;
}

hr {
	background: transparent;
    border: 0;
	border-top: 4px dotted #CC3300;
	color: #fff;
	margin-bottom: 27px;
	clear: both;
}

p {
	margin: 5px 0 15px;
	padding: 0;
}

strong {
	font-weight: 600;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
    font-size: 17px;
}

blockquote {
	margin: 0;
	padding: 21px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 77px;
	height: 0;
	position: relative;
	top: -31px;
	left: -41px;
}

pre {
	background: #efefef;
	color: #010101;
    margin-bottom: 37px;
	overflow: scroll;
	padding: 37px;
	white-space: pre;
}

cite {
	font-style: normal;
}
*/
/* Headings
--------------------------------------------- */
/*
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.3;
	margin: 7px 0 17px;
	padding: 0;
}

h1 {
	font-size: 23px;
}

h1 a {
	font-style: normal;
}

h2 {
	font-size: 24px;
	font-weight: 700;
}

h3 {
	font-size: 19px;
	color: #CC3300;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 13px;
}

h6 {
	font-size: 11px;
}
h1, h2, h3, h4, h5, h6, .site-title, .entry-title, .widgettitle {
	font-family: 'Raleway', Arial, Helvetica, sans-serif !important;
}
*/
/* Objects
--------------------------------------------- */
/*
embed,
iframe,
img,
object,
video,
.wp-caption {
	xmax-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	margin-bottom: 0;
	width: auto;
}
*/

/* Gallery
--------------------------------------------- */
/*
.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}


/* Forms
--------------------------------------------- */
/*
input,
select,
textarea {
	border: 1px solid #999;
	-moz-box-shadow: 0 0 0 #fff;
	-webkit-box-shadow: 0 0 0 #fff;
	-webkit-box-shadow: 0 0 0 #fff;
	box-shadow: 0 0 0 #fff;
	color: #010101;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.5px;
	padding: 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	outline: none;
}

::-moz-placeholder {
	color: #000;
}

::-webkit-input-placeholder {
	color: #000;
}


.button,
.button-invert,
.button-secondary,
a.more-link,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.more-from-category a,
.archive-pagination a {
	background: #CC3300;
	border: 1px solid #CC3300;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff !important;
	cursor: pointer;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 7px 17px;
	text-transform: uppercase;
	width: auto;
	text-decoration: none !important;
}
.button-invert {
	background: none !important;
	color: #CC3300 !important;
}
.button-invert.gpx:after {
	content: "\f316";
	font-family: 'Dashicons';
	font-size: 24px;
    vertical-align: middle;
	margin-left: 6px;
}
.button-invert.print:after {
	content: "\f193";
	font-family: 'Dashicons';
	font-size: 24px;
    vertical-align: middle;
	margin-left: 6px;
}

input[type="submit"] {
	letter-spacing: 2px;
}

.button:hover,
.button:focus,
.button-invert:hover,
.button-invert:focus,
a.more-link:hover,
button:hover,
button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"],
.more-from-category a:hover,
.button-current,
.button-current:hover,
.archive-pagination a:hover {
	opacity: .7;
}

.button-secondary {
	background: #f7f9fc;
	color: #010101;
}

.button-secondary:hover,
.button-secondary:focus {
	background: #010101;
	color: #fff;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}
*/


/*
Structure and Layout
----------------------------------------------------------------------------- */


/* Site Containers
--------------------------------------------- */
/*
.site-container {
	margin: 0 auto;
}

.content-sidebar-wrap,
.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 100%;
}

.site-inner {
    background: #fff;
    margin: 0 auto;
    xpadding: 10px 37px 37px;
	xmargin-top: 20px;
	position: relative;
}
.kader {
	padding: 20px;
	background-color: #e8c5d5;
	margin-bottom: 20px;
	font-weight: 700;
}
*/
/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */
/*
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap,
.alt-sidebar-content .content-sidebar-wrap,
.alt-sidebar-content .content {
	width: 860px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap,
.alt-sidebar-content .content-sidebar-wrap,
.alt-sidebar-content .content {
	float: right;
}

.content {
	float: right;
	width: 810px;
}
.content a {
	xfont-weight: 700;
	xtext-decoration: underline;
}
.content a:hover {
	font-weight: 700;
	text-decoration: none;
}
.content a.button {
	text-decoration: none;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 500px;
}

.full-width-content .content,
.full-width-slim .content {
	float: none;
	width: 100%;
}

.full-width-slim .content {
	margin: 0 auto;
	max-width: 750px;
}


.sidebar-primary {
	float: right;
	width: 330px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}


.sidebar-secondary {
	float: left;
	width: 160px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

*/
/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
/*
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}
*/
/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */
/*
.avatar {
	float: left;
}

.search-form {
    background: #fff;
    xborder: 1px solid #999;
    xpadding: 10px;
}

.search-form input {
	background: #fff url('images/search.svg') center right no-repeat;
    background-size: contain;
    border: 0;
    padding: 0;
	color: #010101;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 22px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	margin-right: 37px;
	text-align: left;
}

.alignright {
	float: right;
	margin-left: 37px;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 22px 22px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 22px 22px;
}

.wp-caption-text {
	font-size: 11px;
	font-style: italic;
	margin: 0;
	text-align: center;
}

.wp-caption {
	max-width: 100% !important;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}
*/
/* Genesis
--------------------------------------------- */
/*
.breadcrumb {
	margin-bottom: 20px;
	font-size: 12px;
}
.breadcrumb a {
	font-weight: 400;
}

					 
.author-box {
	margin-bottom: 20px;
}

.archive-description {
	padding: 21px 0;
}

.author-box {
	padding: 20px;
}

.author-box-title {
	color: #111;
	font-size: 17px;
	margin-top: 0;
	margin-bottom: 4px;
}

.author-box a {

}

.author-box p {
	margin: 0;
}

.author-box .avatar {
	margin-right: 21px;
}
*/
/* Headings
--------------------------------------------- */
/*
.entry-title {
    margin: 0 0 17px;
}

h1.entry-title,
.entry-title a,
.sidebar .widgettitle a {
	color: #CC3300;
	text-decoration: none;
	font-size: 32px;
}

.entry-title a:hover,
.sidebar .widgettitle a:hover {
    opacity: .7;
}

.widgettitle {
	font-size: 24px;
	color: #cc3300;
	font-weight: 600;
	margin: 27px 0;
	text-align: left;
}

.sidebar .widgettitle a {
	border: none;
}
*/
/* ## Screen reader text
--------------------------------------------- */
/*
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
	color: #333;
	background: #fff;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	z-index: 100000; 
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}
*/
/* # Skip Links
---------------------------------------------------------------------------------------------------- */
/*
.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}
*/
/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Page and Featured Post
--------------------------------------------- */
/*
.featured-content .entry {
	padding: 0;
}

.featured-content .alignleft,
.featured-content .alignright {
	max-width: 40%;
}

.sidebar .widget.featured-content {
    padding-bottom: 0;
}

.sidebar .featured-content .entry {
    border-bottom: 1px solid #eee;
    padding: 0 0 27px;
}

.sidebar .featured-content .entry:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.sidebar .featured-content .entry-title {
    font-family: "Muli", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: none;
}
*/

/* User Profile
--------------------------------------------- */

.user-profile .alignleft {
    margin: -7px 11px 0 0;
}

.user-profile .alignright {
    margin-left: 7px;
}

.user-profile .avatar  {
	border: 3px solid #fff;
	border-radius: 100%;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	background: #f7f9fc;
	color: #010101;
	padding: 17px;
	text-align: center;
}

.enews-widget input {
	margin-bottom: 7px;
	padding: 11px 17px;
}

.enews-widget input:focus {
	border: 1px solid #ccc;
}

.enews-widget input[type="submit"] {
	background: #010101;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background: #fff;
	color: #010101;
}

.after-entry .enews-widget {
    margin-bottom: 37px;
}

.before-header .enews-widget .widgettitle,
.before-header .enews-widget p,
.content .enews-widget .widgettitle,
.content .enews-widget p {
	display: inline;
	float: left;
	line-height: 37px;
	margin: 0 7px 0 0;
	width: auto;
}

.before-header .enews-widget .widgettitle,
.content .enews-widget .widgettitle {
	font-size: 17px;
}

.before-header .enews-widget form,
.content .enews-widget form {
	display: inline;
	float: right;
	width: auto;
}

.before-header .enews-widget input,
.content .enews-widget input {
	border: 0;
	display: inline;
	float: left;
	margin: 0 7px 0 0;
	width: auto;
}

.before-header .enews-widget input[type="submit"],
.content .enews-widget input[type="submit"] {
	display: inline;
	float: right;
    margin: 0;
	width: auto;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 17px;
	padding: 8px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 17px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 12px;
}

/* Instagram
--------------------------------------------- */

.instagram-pics {
	overflow: hidden;
}

.instagram-pics .widget-title {
	margin-bottom: 20px;
}

.instagram-pics ul {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.instagram-pics li {
	float: left;
	margin: 0;
	width: 14.285714286%;
}

.instagram-pics img {
	vertical-align: top;
}

/* Simple Social Icons
--------------------------------------------- */
.simple-social-icons ul li:before {
	content: none !important;
	padding-right: 0 !important;
}

/* WooCommerce
--------------------------------------------- */

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background-color: #fff !important;
	border: 1px solid #010101 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	color: #010101 !important;
	cursor: pointer;
	font-size: 11px !important;
	font-weight: 300 !important;
	letter-spacing: 2px !important;
	padding: 17px 23px !important;
	width: auto !important;
}

.woocommerce a.button {
	margin-right: 10px !important;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background-color: #010101 !important;
	border-color: #010101 !important;
	color: #fff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-size: 10px;
	font-weight: 300 !important;
	letter-spacing: 2px;
	text-transform: lowercase;
}

.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-info::before,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price,
.woocommerce form .form-row .required {
	color: #010101 !important;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info {
	border-top-color: #010101 !important;
}

.woocommerce span.onsale {
	background-color: #010101 !important;
	font-size: 10px !important;
	padding: 4px 7px !important;
}

.woocommerce-cart table.cart img {
	width: 100px !important;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
	float: left;
	padding: 1% !important;
	width: 33.3333%;
}

.sidebar .woocommerce ul.cart_list li,
.sidebar .woocommerce ul.product_list_widget li,
.sidebar .woocommerce-page ul.cart_list li,
.sidebar .woocommerce-page ul.product_list_widget li {
	float: left;
	padding: 1% !important;
	width: 50%;
}

.woocommerce.archive ul.products li.product,
.woocommerce-page ul.products li.product {
	text-align: center;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	width: 100% !important;
}

.woocommerce-checkout #payment ul.payment_methods li {
	list-style: none;
}

.woocommerce-page input[type="checkbox"],
.woocommerce-page input[type="radio"] {
	width: auto;
}

.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	display: inline !important;
}

.woocommerce .quantity .qty {
	padding: 17px 0 !important;
}

.woocommerce-page table.cart td.actions .input-text {
	width: 120px !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	padding: 15px 10px !important;
	text-align: center;
}

.woocommerce-checkout #payment {
	background-color: #f7f9fc !important;
}

.woocommerce .product-title {
	font-size: 10px;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.woocommerce form .form-row textarea {
	height: 50px !important;
}

.woocommerce div.product .woocommerce-tabs {
	display: block;
	margin: 10px 0 !important;
	padding: 0;
}

.product_meta,
.product_meta a {
	border: 0;
	color: #bbb;
	font-size: 9px;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.woocommerce .related {
	clear: both;
	display: block;
}

.foodie-pro .wcmenucart-contents {
	color: #bbb;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: lowercase;
}

.foodie-pro .woocommerce form.checkout_coupon,
.foodie-pro .woocommerce form.login,
.foodie-pro .woocommerce form.register {
	background: #f7f9fc;
	border: 0 solid #d3ced2;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 2em 0;
	padding: 20px;
	text-align: left;
}

/*
Custom Page Templates
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-top #black-studio-tinymce-25 {
	background-image: url(https://www.parijsalacarte.nl/wp-content/uploads/2020/12/bg-parijs-tips-c.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
	min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-top #black-studio-tinymce-25 h1 {
	background: RGBA(255,255,255,0.8);
    opacity: 1;
    padding: 0.4em 1em 0.4em 1em;
    box-shadow: none;
    border-width: 0px;
    border-style: solid;
    border-color: #000000;
    border-color: RGBA(0,0,0,1);
    border-radius: 0px;
	display: inline-block;
	clear: both;
	font-size: 38px;
	letter-spacing: 8px;
	margin-bottom: 0;
}
.home-top #black-studio-tinymce-25 h2 {
	background: RGBA(255,255,255,0.5);
    opacity: 1;
    padding: 0.8em 1em 0.8em 1em;
    box-shadow: none;
    border-width: 0px;
    border-style: solid;
    border-color: #000000;
    border-color: RGBA(0,0,0,1);
    border-radius: 0px;
	display: inline-block;
	color: #CC3300;
	font-weight: 500;
	font-size: 22px;
	letter-spacing: 1.5px;
	margin-bottom: 0;
}
.home-top #black-studio-tinymce-25 p {
	height: 0;
}

.home-middle {
    margin: 30px 0 40px;
}

.home-middle .widget {
	width: 33.33333%;
	float: left;
}

.home-middle .widget:nth-child(1) {
	padding: 0 .5% 0 0;
}
.home-middle .widget:nth-child(2) {
	padding: 0 .25% 0 .25%;
}
.home-middle .widget:nth-child(3) {
	padding: 0 0 0 .5%;
}
#black-studio-tinymce-5 {
	padding: 0 20px;
	font-weight: 700;
}
#black-studio-tinymce-5 .widgettitle {
	margin-top: 0 !important;
}

.home-bottom .widgettitle {
	border-bottom: 1px solid #eee;
	margin: 37px 0 17px;
	padding: 0 0 17px;
}

.simple-grid .entry-title {
	font-size: 11px;
						  
}

.one-half .entry-title {
	font-size: 17px;
}

.one-third .entry-title {
	font-size: 13px;
}

.more-from-category {
    clear: both;
}


/* Recipes Page
--------------------------------------------- */

.recipes-top {
    border-bottom: 1px solid #eee;
	padding: 21px 0;
}

.recipes-top .widget {
	float: left;
	margin-right: 3%;
	width: 31%;
}

.recipes-top .widget:nth-child(3) {
    margin-right: 0;
}

.recipes-top .search-form {
    border: 0;
    border-bottom: 1px solid #eee;
    padding: 0 11px;
}

.recipes-bottom {
	margin-top: 21px;
}

.recipes-bottom .widget {
	border-bottom: 1px solid #eee;
	clear: both;
	display: block;
	overflow: hidden;
	padding: 20px 0;
}

/*
Top Ad
---------------------------------------------------------------------------------------------------- */

.before-header {
	background: #f7f9fc;
	clear: both;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
}

.before-header img,
.before-header iframe {
	display: block;
	margin: 0 auto;
}

.before-header .widget {
	margin: 0 auto;
	max-width: 1100px;
}

/*
Site Header
----------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
}

.site-header .wrap {
	padding: 0;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}


/* Title Area
--------------------------------------------- */

.title-area {
	display: inline-block;
	margin: 0;
	padding: 0px 0;
	width: 150px;
}

.header-image .site-description {
	line-height: 0;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
    font-size: 37px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 0.8;
    margin: 17px 0;
    text-transform: uppercase;
}

.site-title a {
	color: #010101;
	font-style: normal;
}

.site-title a:hover,
.site-title a:focus {
	color: #010101;
}

.site-title a img {
	width: 150px;
	margin-bottom: 0;
	vertical-align: -webkit-baseline-middle;
}

.site-description {
	color: #aaa;
	font-family: "Muli", Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight: 300;
	letter-spacing: .5px;
	margin: 0;
    text-transform: none;
}

/* Full width header, no widgets */
.header-full-width .title-area,
.header-full-width .site-title {
	text-align: center;
    width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */
.header-image .site-title > a {
	-webkit-background-size: contain !important;
	background-size: contain !important;
	display: block;
	height: 150px;
	margin: 10px auto;
	max-width: 320px;
	text-indent: -9999px;
}

.header-image .site-title a {
	width: 100%;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area,
.site-header .widget-area .genesis-nav-menu {
	float: right;
	text-align: right;
	xmax-width: 760px;
}

.site-header .widget-area .genesis-nav-menu {
    border: 0;
    xmargin: 31px 0 0;
    padding: 0;

}


/*
Site Navigation
----------------------------------------------------------------------------- */

.genesis-nav-menu {
	background-color: rgba(255, 255, 255, 0.8);
	clear: both;
	font-size: .001px;
	font-family: 'Raleway', Arial, Helvetica, sans-serif !important;
    font-weight: 600;
	letter-spacing: 2px;
	line-height: 1;
	padding: 7px 0;
	text-align: center;
	width: 100%;
}

.genesis-nav-menu aside {
	display: inline-block;
	height: 32px;
	vertical-align: middle;
    width: auto;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #000;
	display: block;
	padding: 34px 9px;
	position: relative;
	text-decoration: none;
	text-transform: inherit;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
	color: #000;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    text-decoration-color: #000 !important;
}

.genesis-nav-menu a.last {
    padding-right: 0;
}

.genesis-nav-menu .sub-menu {
	border-bottom: 5px solid #010101;
	background: #fff;
	opacity: 0;
	position: absolute;
	left: -9999px;
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	width: 230px;
	z-index: 2000;
}

.genesis-nav-menu .sub-menu a {
	color: #000;
	letter-spacing: 1px;
	line-height: 22px;
	padding: 16px 20px;
	position: relative;
	width: 230px;
}

.genesis-nav-menu > .menu-item-has-children > a::after {
	content: "\f347";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: bold 18px/1 'dashicons';
	padding-left: 3px;
	vertical-align: top;
	color: inherit;
	width: 23px;
	height: 19px;
	min-width: 23px;
	min-height: 19px;
    max-height: 19px;
    margin: 0;
    vertical-align: middle;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -52px 0 0 200px;
}

.genesis-nav-menu .menu-item:hover,
.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item.menu-item-hover {
	position: static;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #000;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .current-menu-ancestor a {
	color: #000;
	background: #fff;
}

.genesis-nav-menu .menu-item:hover > .sub-menu,
.genesis-nav-menu .menu-item:focus > .sub-menu,
.genesis-nav-menu .menu-item.menu-item-hover > .sub-menu  {
	opacity: 1;
	left: auto;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 27px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 47px;
}

.genesis-nav-menu > .search {
	padding: 11px 0 0;
}

.genesis-nav-menu .simple-social-icons {
    margin: 0 17px;
}

.genesis-nav-menu .simple-social-icons li {
    margin: 2px 0 !important;
}

.genesis-nav-menu .search-form {
	display: inline-block;
    margin-left: 27px;
	width: auto;
	vertical-align: middle;
}

.sidebar .menu-item a {
	text-decoration: none;
}

/* Mobile Menu Toggle
--------------------------------------------- */

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
	margin: 0 0 20px;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	margin: 0;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
}

.nav-primary .sub-menu a:hover {
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin: 0 0 20px;
}

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a {
}

.nav-secondary .sub-menu a:hover {
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.archive .content .ikva-infinite-posts {
	display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-auto-rows: min-content;
}

.archive .content .archive-description {
	flex: 0 0 100%;
	grid-column: 1 / -1;
}

.archive .entry {
	border: 1px solid #ccc;
	flex: 1 1 44%;
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0px;
    padding: 0;
    background-color: #fff;
	width: 100%;
}
.archive .entry:nth-of-type(odd) {
	margin-left: 0;
}
.archive .entry:nth-of-type(even) {
	margin-right: 0;
}
.archive .entry .entry-title,
.archive .entry .entry-content {
	padding: 0 20px;
}

.entry {
	margin-bottom: 20px;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.quote-caption {
	margin-bottom: 12px;
}
.entry-content p {
	margin-bottom: 20px;
}
.entry-content ul {
	margin-bottom: 30px;
}

.entry-content ol li,
.entry-content ul li {
	margin: 0 0 1px 37px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 37px;
}

.entry-header {
    color: #aaa;
    margin: 0 0 17px;
}

.simple-grid .entry-header {
    margin: 0 0 17px;
}

.entry-meta {
	font-size: 11px;
}

.entry-meta a {
	color: #aaa;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding: 37px 0;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-time:after,
.entry-author:after {
    content: "";
    margin: 0 17px;
}

.more-link {
    display: table;
    margin: 17px 0;
}
.more-link-more {
	display: block !important;
    width: fit-content !important;
    text-align: center !important;
    margin: 0 auto !important;
}

/* Archive Navigation
--------------------------------------------- */

.archive-pagination {
	clear: both;
	font-size: 16px;
	margin: 37px 0;
}

.archive-pagination li {
	display: inline;
	padding: 3px 17px;
}

li.pagination-next,
li.pagination-previous {
	border: 0 !important;
}

div.pagination-next,
div.pagination-previous {
	border: 0 !important;
    float: left;
    max-width: 41%;
}

div.pagination-next {
    float: right;
}

.archive-pagination a {
	color: #010101;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination li.active a {
	color: #999;
}

.pagination {
    margin: 0 0 37px;
}


/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments {
	padding: 37px 0;
}

.comment-respond,
.entry-comments,
.ping-list {
	margin: 0 0 37px;
}

.entry-comments h3,
.comment-respond h3 {
	color: #010101;
}

.entry-comments .comment-author {
	margin: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list {
    border-top: 1px solid #eee;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 27px 0 0;
	padding: 37px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-list li.depth-1 {
    padding: 32px 0;
}

.comment-header {
    margin: 0 0 17px;
}

.comment .avatar {
	border-radius: 100%;
    display: inline;
	float: left;
	margin: 0 17px 17px 0;
}

.form-allowed-tags {
	background: #f7f9fc;
	font-size: 12px;
	padding: 22px;
}

.comment-meta a {
	color: #302a2c;
}

.comment-reply a {
	color: #aaa;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.comment-meta {
    margin: 0;
}

.comment-time a {
    color: #aaa;
    font-size: 11px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */
/*
.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.sidebar li {
	color: #999;
	list-style-type: none;
	margin-bottom: 0px;
	padding: 0;
	word-wrap: break-word;
}

.sidebar ul li:before {
	content: "\00BB \0020";
	padding-right: 7px;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 37px;
	padding-bottom: 37px;
}

.sidebar a {
	color: #010101;
    font-weight: 600;
}

.cat-item {
	list-style-type: none;
}

.sidebar .search-form {
	width: 100%;
}

.sidebar .widget_search {
    border: 0;
}

.sidebar a img {
    margin-bottom: 0;
}
*/

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	display: block;
	clear: both;
	overflow: hidden;
}

.footer-widgets .wrap {
	background: #444;
	padding: 0 0 37px;
	border-top: 1px solid #eee;
	color: #fff;
	padding: 0 40px;
}

.footer-widgets .wrap {
	max-width: 1280px;
    width: 100%;
}
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    width: 32%;
	float: left;
}
.footer-widgets-4 {
	width: 0%;
}

.footer-widgets-2,
.footer-widgets-3 {
	xfloat: left;
	margin-left: 2.564102564102564%;
}

.footer-widgets-2 {
	margin-left: 0;
}

.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
}

.footer-widgets .widget {
	margin-bottom: 22px;
}

.footer-widgets .widgettitle {
	color: #fff;
	font-family: 'Handlee', Arial, Helvetica, cursive !important;
}
.footer-widgets a {
	color: #fff;
	text-decoration: underline;
}
.footer-widgets a:hover {
	color: #bbb;
	text-decoration: none;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form {
	width: 100%;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #eee;
}

.footer-widgets img {
	margin: 0;
}

.footer-widgets .featured-content,
.footer-widgets .featuredpost {
	background: transparent;
	max-width: 95%;
}

.footer-widgets .entry {
	background: #fff;
	padding: 5px;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	color: #c30;
	font-weight: 900;
	xfont-size: 9px;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	xbackground: #FFF;
}

.site-footer .wrap {
	background-color: #fff;
	max-width: 1280px;
   	width: 100%;
	margin: 0 auto;
	padding: 27px 0;
}

.site-footer a {
	color: #aaa;
	text-decoration: none;
}

.site-footer p {
	margin: 0;
}

.sidebar-primary ul li:before {
    content: "";
    padding-right: 0px;
}
.sidebar-primary .widget_nav_menu .widgettitle {
	color: #2d4456;
	font-family: 'Kalam', Arial, Helvetica, cursive;
	letter-spacing: inherit;
	text-align: left;
	padding-left: 0px;
	font-size: 17px;
	text-transform: none;
}
.sidebar-primary .widget_nav_menu a {
	color: #C30 !important;
    display: block;
	font-size: 14px;
    padding: 17px 19px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
	border-top: 1px solid #C30;
}
.sidebar-primary .widget_nav_menu a:hover {
	background-color: rgba(204,51,0,1);
	color: #ffffff !important;
	opacity: 0.7;
}
.sidebar-primary .widget_nav_menu .current-menu-item a {
	background-color: rgba(204,51,0,1);
	color: #ffffff !important;
}
.sidebar-primary .widget_nav_menu a.toggle-header-search {
	display: none;
	visibility: hidden;
}


.info {
	display: block;
	float: left;
	width: 100%;
	border: 1px solid #CC3300;
	background-color: #FFE7F3;
	padding: 20px;
	margin-bottom: 20px;
}
.info .tussenkop {
	color: #CC3300;
	font-weight: 700;
}

.genesis-404-search {
	margin-bottom: 20px;
}

.table {
 width: 100%;
 max-width: 100%;
 margin-bottom: 1rem;
	border-left: 1px solid #eceeef;
	border-bottom: 1px solid #eceeef;
}
.table th,
.table td {
 padding: 0.75rem;
 vertical-align: top;
 border-top: 1px solid #eceeef;
	border-right: 1px solid #eceeef;
}
.table thead th {
 vertical-align: bottom;
 border-bottom: 2px solid #eceeef;
}
.table tbody + tbody {
 border-top: 2px solid #eceeef;
}
.table .table {
 background-color: #fff;
}
.table-sm th,
.table-sm td {
 padding: 0.3rem;
}
.table-bordered {
 border: 1px solid #ccc;
}
.table-bordered th,
.table-bordered td {
 border: 1px solid #ccc;
 vertical-align: top;
}
.table-bordered thead th,
.table-bordered thead td {
 border-bottom-width: 2px;
}

.table-responsive {
 xdisplay: block;
 width: 100%;
 overflow-x: auto;
 -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive.table-bordered {
 border: 0;
}

.h3achtergrond {
  color: #2c2c2e;
  background-color:#B7DBFF;
  font-size: 14px;
  font-weight: bold;
}
.h3rood { 
color: #C30;
  font-size: 14px;
  font-weight: bold;
}
.kop4 {
    font-size: 14px;
	font-weight: bold;
	color: #666;
}
.atable {
font-size: 16px;
  font-weight: bold;
  color: #C06; 
}
.tussenkop {
color: #C30;
font-size: 14px;
font-weight: bold;
}
.tentoonstelling {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  color: #333;
  line-height: 20px;
}
.klein {
  font-size: 10px;
}
.abccijfers {
	xfont-size: 14px;
	font-weight: bold;
	color: #C30;
}
.grijzeletters {
	xfont-size: 14px;
	color: #999;
	font-weight: bold;
}
.onderschrift {  
  font-size: 11px;
  color: #666;
  text-align: center;
}

.logged-in .arrondissement-top-filter {
	display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    grid-auto-rows: min-content;
}
.logged-in .arrondissement-top-filter a {
	text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
	background-image: url(https://www.parijsalacarte.nl/wp-content/uploads/2023/05/gare-du-nord-louvre-wandeling.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 120px;
	border-radius: 8px;
	color: #fff;
}
.logged-in .arrondissement-top-filter a:nth-of-type(1):before {
	
}


.bookingaff {
	xfloat: left;
	xmargin-right: 22px;
	
}


.genesis-nav-menu li.searchbox {
	padding: 0 !important;
	float: right !important;
}
.genesis-nav-menu li.searchbox form {
	padding: 10px !important;
	font-size: 0.001px !important;
	margin-top: 3px !important;
    margin-right: 3px !important;
}
.genesis-nav-menu li.searchbox form.search-form input[type="search"], 
.genesis-nav-menu li.searchbox form.searchform input[type="text"], #nav .s {
	width: initial !important;
    margin: 0;
    padding: initial !important;
    font-size: initial !important;
    background: #fff url('images/search.svg') center right no-repeat !important;
	border: none !important;
}


.home .widget.featured-content .widget-wrap,
.home .home-bottom-2 {
	display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-auto-rows: min-content;
}
.home .widget.featured-content .widget-wrap .widgettitle,
.home .home-bottom-2 .widget_text {
	grid-column: 1 / -1;
					  
}
.home .widget.featured-content .widget-wrap article,
.home .home-bottom-2 .widget {
	flex: 1 1 29%;
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    border: 1px solid #ccc;
    background-color: #fff;
}
.home .home-bottom .widget:last-of-type {
	margin-top: 20px;
}
.home .home-bottom-2 .widget:first-of-type {
	border: none;
}
.home .home-bottom-2 .widget:first-of-type .widget-title {
	border-bottom: 1px solid #eee;
    margin: 37px 0 17px;
    padding: 0 0 17px;
}
.home .home-bottom-2 .widget:not(.widget:first-of-type) .widget-title {
	display: none;
}
.home .widget.featured-content .widget-wrap .widget-title,
.home .home-bottom-2 .widget:first-of-type {
	flex: 0 0 100%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 2%;
}
.home .widget.featured-content .widget-wrap .alignleft {
	max-width: 100%;
	margin-right: 0;
}
.home .widget.featured-content .widget-wrap .entry-header,
.home .widget.featured-content .widget-wrap .entry-content,
.home .home-bottom-2 .widget h2,
.home .home-bottom-2 .widget p:not(p:first-of-type) {
	padding: 0 20px;
	display: block;
}
.home .home-bottom-2 .widget p:first-of-type {
	margin-top: 0;
	margin-bottom: 0;
}
.home .home-bottom-2 .widget h2 a {
	text-decoration: none;
	color: #CC3300;
}


input#wp-comment-cookies-consent {
	width: auto !important;
	margin-right: 10px;
}
p.comment-form-cookies-consent label {
	display: inline !important;
}


.genesis-before-footer-cta {
	color: #000;
	xpadding: 40px 0;
	font-size: 22px;
	position: relative;
	z-index: 2
}
.genesis-before-footer-cta .wrap {
	padding: 0px 40px 40px 40px;
	background-color: #fff;
	xmargin-bottom: -114px;
}

.genesis-before-footer-cta .textwidget {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
	padding-top: 40px;
	border-top: 2px dotted #CC3300;
}

.genesis-before-footer-cta .textwidget .cta-nieuwsbrief-text {
	flex: 2;
    align-self: stretch;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 30px;
    padding: 0;
	text-align: right;
}
.genesis-before-footer-cta .textwidget .cta-nieuwsbrief-img {
	flex: 0.5;
    align-self: stretch;
    margin-left: 2%;
    margin-right: 2%;
	margin-bottom: 0;
    padding: 0;
}

.genesis-before-footer-cta .widget-title,
.genesis-before-footer-cta h1 {
	color: #000;
	font-size: 34px;
	font-weight: 700;
	text-align: right;
}
.genesis-before-footer-cta h1 span.darkblue,
span.darkblue {
	color: #004A99;
}
span.green {
	color: #96BA39;
}
span.grey {
	color: #6F6F6E;
}
span.orange {
	color: #CC3300;
}
.genesis-before-footer-cta .mc4wp-form-fields p {
	width: 33.333333%;
	float: left;
	padding: 0 5% 0 0;
	margin-bottom: 0;
}
.genesis-before-footer-cta .mc4wp-form-fields p {
	width: 41.333333%;
    float: left;
    padding: 0 5% 0 0;
    margin-bottom: 0;
	text-align: left;
	clear: none !important;
}
.genesis-before-footer-cta .mc4wp-form-fields p:nth-of-type(3) {
	width: 17.33333%;
    float: right;
    padding-right: 0;
    text-align: right;
}
.genesis-before-footer-cta .mc4wp-form-fields label {
	xfont-size: 1.4rem;
	text-align: left;
}
.genesis-before-footer-cta .mc4wp-form-fields input[type='submit'] {
	margin-top: 44px;
	font-size: 16px;
	padding: 14px 24px;
	background: #CC3300;
    border: 1px solid #CC3300;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 7px 17px;
    text-transform: uppercase;
    width: auto;
    text-decoration: none !important;
}
.genesis-before-footer-cta .mc4wp-form-fields input[type='submit']:hover {
	opacity: .7;
}

.genesis-before-footer-cta .mc4wp-response {
	display: inline-block !important;
}
.genesis-before-footer-cta .mc4wp-alert.mc4wp-success {
	background-color: #C3DCA2 !important;
    padding: 15px 20px 5px !important;
    margin-top: 20px !important;
    text-align: left !important;
}

.affiliate-mini-booker--lightblue {
    background: #137bd0 !important;
}

.print .sidebar-primary {
	display: none !important;
	visibility: hidden !important;
}
.print .content {
	float: none;
	position: relative;
	margin: 0 auto;
	max-width: 600px;
	width: 100%;
}

.print-info {
	display: block;
	position: relative;
	float: left;
	background-color: #E8F2F8;
	padding: 20px;
	margin-bottom: 20px;
}
.print-info button {
	text-align: right;
	float: right;
}

.hidemapbar {
	position: relative;
	clip-path: polygon(0% 12%, 100% 12%, 100% 100%, 0% 100%);
	top: -58px;
	border: inherit;
}

.genesis-loop-boeken {
	grid-column: 1 / -1;
	margin-bottom: 20px;
			   
					
}
.genesis-loop-boeken a {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
}


.form-block {
	background-color: #FBF9FB;
	padding: 20px;
	margin-bottom: 20px;
}

.form-block-half {
	width: 48%;
	float: left;
	margin-left: 1%;
}
.form-block-half.first {
	margin-right: 1%;
	margin-left: 0;
}

.wpcf7-list-item {
    display: block !important;
    margin: 0 !important;
}
.wpcf7-list-item input[type="checkbox"], 
.wpcf7-list-item input[type="radio"] {
	width: auto !important;
}


/* Arrondissementen style */

.page-id-4890.logged-in {
	xwidth: 200px;
}


.home-uitgelicht {
	display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: 1fr auto;
	margin-top: 40px;
}
.home-uitgelicht .home-uitgelicht-1 {
	grid-column: 1 / 5;
	grid-row: 1 / 4;
	xmax-height: 500px;
	overflow: hidden;
	margin-right: 40px;
	background-color: #d5c3d3;
	display: flex;
}
.home-uitgelicht .home-uitgelicht-1 a {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	text-decoration: none;
	font-weight: inherit;
}
.home-uitgelicht .home-uitgelicht-1 .widget_media_image {
	max-height: 280px;
}
.home-uitgelicht .home-uitgelicht-1 img {
	max-height: 280px;
	object-fit: cover;
}
.home-uitgelicht .home-uitgelicht-1 .widget_text {
	flex-grow: 1;
    background: #d5c3d3;
	color: #000;
}
.home-uitgelicht .home-uitgelicht-1 .widgettitle {
	xpadding-left: 20px;
}
.home-uitgelicht .home-uitgelicht-2 {
	grid-column: 5 / end;
	grid-row: 1 / 2;
	xmax-height: 200px;
	overflow: hidden;
	margin-bottom: 40px;
	background-color: #d5c3d3;
	color: #fff;
}
.home-uitgelicht .home-uitgelicht-2 a,
.home-uitgelicht .home-uitgelicht-3 a {
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
	text-decoration: none;
	color: #000;
	font-weight: inherit;
	height: 100%;
}
.home-uitgelicht .home-uitgelicht-1 .widgettitle,
.home-uitgelicht .home-uitgelicht-2 .widgettitle,
.home-uitgelicht .home-uitgelicht-3 .widgettitle {
	color: #fff;
	margin: 10px 0;
}
.home-uitgelicht .home-uitgelicht-2 img,
.home-uitgelicht .home-uitgelicht-3 img {
	 -o-object-fit: cover;
    object-fit: cover;
	height: 100% !important;
}
.home-uitgelicht .home-uitgelicht-2 .widget_media_image,
.home-uitgelicht .home-uitgelicht-3 .widget_media_image {
	xmargin-right: 20px;
	max-width: 200px;
	flex: 0 0 38%;
}
.home-uitgelicht .home-uitgelicht-2 .widget_media_image .widget-wrap,
.home-uitgelicht .home-uitgelicht-3 .widget_media_image .widget-wrap {
	height: 100%;
}

.home-uitgelicht .home-uitgelicht-3 {
	grid-column: 5 / end;
	grid-row: 3 / 4;
	xmax-height: 200px;
	overflow: hidden;
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
	background-color: #d5c3d3;
}
.home-uitgelicht .home-uitgelicht-1 .widget_text,
.home-uitgelicht .home-uitgelicht-2 .widget_text,
.home-uitgelicht .home-uitgelicht-3 .widget_text {
	position: relative;
	padding: 10px 20px 20px 20px;
}
.home-uitgelicht .home-uitgelicht-1 .widget_text p:last-of-type,
.home-uitgelicht .home-uitgelicht-2 .widget_text p:last-of-type,
.home-uitgelicht .home-uitgelicht-3 .widget_text p:last-of-type {
	margin-bottom: 0;
}
.home-uitgelicht .home-uitgelicht-1,
.home-uitgelicht .home-uitgelicht-2,
.home-uitgelicht .home-uitgelicht-3 {
	position: relative;
}
.home-uitgelicht .home-uitgelicht-1:after,
.home-uitgelicht .home-uitgelicht-2:after,
.home-uitgelicht .home-uitgelicht-3:after {
	content: "\f344";
	font-family: 'dashicons';
	position: absolute;
	bottom: 5px;
    font-size: 22px;
    right: 20px;
	right: 10px;
	color: #fff;
}


/* ZOHO signup form */
.quick_form_5_css {
	width: 100% !important;
	background-color: #fff !important;
	border: 0 !important;
}
.quick_form_5_css form .SIGNUP_FLD {
	width: 40.333333% !important;
    float: left !important;
    padding: 0 5% 0 0 !important;
	margin: 0 !important;
    margin-bottom: 0 !important;
    text-align: left !important;
    clear: none !important;
	height: initial !important;
}
/* ZOHO input field */
.quick_form_5_css form .SIGNUP_FLD input[type="text"] {
	width: 100% !important;
    padding: 0.5em 1.382em !important;
    border: 1px solid #000 !important;
    color: #004A99 !important;
    font-size: 1rem !important;
    font-weight: 300 !important;
    line-height: 2 !important;
    border-radius: 0px !important;
	height: inherit !important;
}
/* ZOHO button */
.quick_form_5_css form .SIGNUP_FLD:nth-of-type(4) {
	width: 19.33333% !important;
    float: right !important;
    padding-right: 0 !important;
    text-align: right !important;
}
.quick_form_5_css form .SIGNUP_FLD:nth-of-type(4) input {
	xmargin-top: 36px !important;
    font-size: 16px !important;
    padding: 14px 24px !important;
    background-color: #CC3300 !important;
    border-radius: 0px !important;
    text-transform: uppercase !important;
}
.quick_form_5_css form .SIGNUP_FLD:nth-of-type(4) input:hover {
	xbackground-color: #fc0c00 !important;
	opacity: .7;
}
/* ZOHO inline message */
.quick_form_5_css form .SIGNUP_FLD:nth-of-type(2) {
	display: table !important;
}
.quick_form_5_css form .SIGNUP_FLD:nth-of-type(2)>div:first-of-type {
	display: table-footer-group !important;
}
.quick_form_5_css form .SIGNUP_FLD #Zc_SignupSuccess {
	margin-top: 18px !important;
	xbackground-color: #fff !important;
	xborder: 3px solid #fff !important;
	border-radius: 0px !important;
	position: relative !important;
	margin-left: 0 !important;
	width: 100% !important;
	border: 1px solid #a3cfbb !important;
	background-color: #d1e7dd !important;
	color: #000 !important;
	padding: 8px 16px !important;
	display: block !important;
	opacity: 1 !important;
}
.quick_form_5_css form .SIGNUP_FLD #Zc_SignupSuccess table {
	margin-bottom: 0 !important;
	background: none !important;
	border: 0 !important;
}
.quick_form_5_css form .SIGNUP_FLD #Zc_SignupSuccess table tbody,
.quick_form_5_css form .SIGNUP_FLD #Zc_SignupSuccess table td {
	border: 0 !important;
	padding: 0 !important;
}
.quick_form_5_css form .SIGNUP_FLD #Zc_SignupSuccess table td {
	padding: 0 10px 14px !important;
}
.quick_form_5_css form .SIGNUP_FLD #Zc_SignupSuccess table td:first-of-type {
	display: none !important;
	visibility: hidden !important;
}
/* ZOHO error message */
.quick_form_5_css #errorMsgDiv {
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 10px !important;
	font-size: 14px !important;
	text-align: left !important;
}

.genesis-before-footer-cta .widget {
	margin-bottom: 0;
}
.genesis-before-footer-cta .textwidget .cta-nieuwsbrief-text p:nth-child(3),
.genesis-before-footer-cta .textwidget .cta-nieuwsbrief-text p:nth-child(4),
.genesis-before-footer-cta .textwidget .cta-nieuwsbrief-text p:nth-child(5) {
	display: none;
	visibility: hidden;
}

body:not(.logged-in) .print-only {
	display: none;
	visibility: hidden;
}


#scrollspybar {
	position: fixed;
    bottom: 0;
    z-index: 9;
    background-color: #CC3300;
    width: 100%;
    max-width: 1206px;
    border-radius: 12px;
    padding: 0 20px;
	list-style: none;
}
#scrollspybar:after {
	content:"";
	position:absolute;
	left:0;
	right:0;
	top: -66px;
    height: 60px;
	background-image: url(https://www.parijsalacarte.nl/wp-content/uploads/2025/02/parijsalacarte-zoek-op-arrondissement.png);
	background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}
#scrollspybar li {
	display: inline-block;
	list-style-type: none;
	margin-left: 0px;
}
#scrollspybar li a {
	padding: 20px 15px;
	display: block;
	color: #fff;
	opacity: 1;
	text-decoration: none;
}
#scrollspybar a.active,
#scrollspybar a:hover {
	background-color: #fff;
	color: #cc3300;
	opacity: 1;
}
.scrollspy button {
	display: none;
	visibility: hidden;
}

body.scrollspy-btn #wpfront-scroll-top-container {
	display: none;
	visibility: hidden;
}

.footer-widgets .widget_nav_menu .toggle-header-search {
    display: none;
    visibility: hidden;
}


@media print {
	* {
		background-image: none !important;
	}
	
	.site-header, 
	.nav-primary, 
	.breadcrumb,
	.genesis-before-footer-cta, 
	.footer-widgets, 
	.site-footer, 
	#wpfront-scroll-top-container, 
	button,
	.shareaholic-ui,
	.post-edit-link,
	.print-info {
		display: none !important;
	}
	
	.print-only {
		display: inherit;
		visibility: inherit;
	}
	
	
}

