/*
Theme Name: Bergsgenot
Description: Bergsgenot child theme
Author: Internetbureau Precies
Author URI: https://precies.com/

Version: 3.3.0

Template: genesis






/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */


@font-face {
    font-family: 'rakkasregular';
    src: url('/wp-content/themes/bergsgenot/fonts/rakkas-regular-webfont.woff2') format('woff2'),
         url('/wp-content/themes/bergsgenot/fonts/rakkas-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}



/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::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,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #ffffff;
  	font-family: "Open Sans", sans-serif;
  	font-weight: 300;
	font-size: 18px;
	line-height: 1.7;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

strong a {
text-decoration: none;

}

a {
    color: #ad8145;
	text-decoration: none;
	font-weight: 300;
transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}



.site-header .fa-regular.fa-circle.fa-stack-2x {
color:#000000;
}


a:focus,
a:hover {

	text-decoration: underline;
    text-underline-position: under;
	
	
}

p {
	margin: 0 0 36px;
	padding: 0;
}




ol,
ul {
	margin: 0 0 0 0px;
	padding: 0;
}

ul li {
	padding-bottom: 10px;
}




ul  {
  list-style: none;            /* verwijder default bullet */
  padding-left: 0;             /* optioneel, eigen margin/padding */
}


hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 600;
	
}


cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
	font-weight: 600;
	color: #050051
}

/* Headings
--------------------------------------------- */

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
font-family: 'rakkasregular';
font-weight: 800;
font-style: normal;
	line-height: 1.2;
	margin: 0 0 20px;
	color:#ffffff;
	text-transform: uppercase;
	
}





h1 {
	font-size: 65px;
    position: relative;
	margin:0 0 40px;
	color:#ffffff;
}

h1 strong,
h2 strong{
color:#E85500;
font-weight: 400;
}

h2 {
	font-size: 45px;
	margin: 0 0 20px;
   
}


h3, .h3 {
	font-size: 35px;

}

h4, .h4 {
	font-size: 25px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 0px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */



input,
select,
textarea {

    color: #000000;
    font-size: 14px;
    font-weight: 600;
    padding: 15px;
    width: 100%;
    border:0;
    border-radius: 10px
}

.gform_wrapper.gravity-theme .gfield textarea.small {
    padding: 10px 15px 0;
}


footer input,
footer select,
footer textarea{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 15px;
    width: 100%;
    border-bottom: 1px solid #39647f;
}

input:focus,
textarea:focus {
	outline: none;
	color: #000000;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #000000;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #000000;
	opacity: 1;
}

::placeholder {
	color: #000000;
	opacity: 1;
}

button.slick-arrow,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    cursor: pointer;
    font-size: 16px;
    padding: 0px 40px;
    text-decoration: none;
    white-space: normal;
    width: auto;
    line-height: 51px;
    border: 0px;
    background-color: #ad8145;
    color: #ffffff;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
	text-transform: uppercase;
}

.button .svg-inline--fa {
padding-left: 10px;
}



button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.page-section.form #gform_submit_button_1:focus,
.page-section.form #gform_submit_button_2:focus,
.page-section.form #gform_submit_button_3:focus,
.page-section.form #gform_submit_button_4:focus,
.page-section.form #gform_submit_button_5:focus,
.page-section.form #gform_submit_button_6:focus,
.page-section.form #gform_submit_button_1:hover,
.page-section.form #gform_submit_button_2:hover,
.page-section.form #gform_submit_button_3:hover,
.page-section.form #gform_submit_button_4:hover,
.page-section.form #gform_submit_button_5:hover,
.page-section.form #gform_submit_button_6:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
    background-color: #111111;
    color: #ffffff;
    text-decoration: none;
	
}


.button.blue {
    background-color: #00101C;
}




a.button.small {
font-size: 14px;
padding: 4px 10px
}
a:focus.button.small,
a:hover.button.small{
color: #ffffff;
}



.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}




.slick-arrow.slick-disabled {
opacity: 0.5;
pointer-events: none;
    background-color: #3A9E16;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */



/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	 overflow: hidden;
	 
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.widget-title {
font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}



/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}





/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	
	outline: #ccc solid 0px;
}




/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.menu {
	clear: both;
	line-height: 1;
	width: 100%;
	margin: 0;
}

.menu .menu-item {
	display: block;
	float: none;
	position: relative;

}


.menu-main-container {
 padding-top: 20px;
}

.menu a {
	display: block;

	

   
	text-decoration: none;
}

.menu a:focus,
.menu a:hover,
.menu .current-menu-item > a,
.menu .sub-menu .current-menu-item > a:focus,
.menu .sub-menu .current-menu-item > a:hover {

text-decoration: underline;
    text-underline-position: under;
}

.menu .sub-menu,
.menu .sub-menu a {
	width: 100%;
}

.menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.menu .menu-item:focus,
.menu .menu-item:hover {
	position: relative;
}

.menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}
ul.menu  {
padding-left: 0px;
}

ul.menu li {
padding-bottom: 15px;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #0073e5;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.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-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	border-top: 1px solid #eee;
	background-color: #fff;
	clear: both;
	padding: 60px 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-bottom.certificates {
	padding-bottom: 20px;
}

/* Site Header
---------------------------------------------------------------------------- */


.site-header .mega-menu-wrap.mega-sticky.mega-stuck {
    background-color: #000000 !important;
    padding: 10px 0px !important;
}


.site-header img.logo  {
height:114px;
margin-top: 20px;
}

.site-header {
width: 100%;
z-index: 99;
height: 730px;
}

.site-header.small {
height: 300px;
background-color: #13261F;
}



.site-header .site-header_inner {
height: 100%;
position: relative;
padding: 0 50px;
    background-repeat: no-repeat;
    background-size: cover;
}

.home .site-header .site-header_inner:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 730px;
    opacity: .7;
	background-color: #13261F;
}

.site-header:before {
    content: "";
    position: absolute;
    top: -31px;
    left: -115px;
    background: url(/wp-content/themes/bergsgenot/images/flower-1.png);
    pointer-events: none;
    background-repeat: no-repeat;
    width: 483px;
    height: 499px;
    background-size: contain;
	z-index: 8;
} 


.site-header .container-fluid:after {
    content: "";
    position: absolute;
    bottom: -450px;
    right: -170px;
    background: url(/wp-content/themes/bergsgenot/images/flower-2.png);
    pointer-events: none;
    background-repeat: no-repeat;
    width: 400px;
    height: 480px;
    background-size: contain;
    z-index: 5;
}


.home .site-header .container-fluid:after {
    content: "";
    position: absolute;
    bottom: -31px;
    right: -170px;
    background: url(/wp-content/themes/bergsgenot/images/flower-2.png);
    pointer-events: none;
    background-repeat: no-repeat;
    width: 400px;
    height: 480px;
    background-size: contain;
    z-index: 5;
}


.site-header .container-fluid {
height: 100%;
z-index: 9;
    position: relative;
}

.site-header .container-fluid .col-xl-12 {
height: 100%;
display: flex !important;
flex-direction: column !important;
}

.site-header .container-fluid > .row {
  display: flex !important;
  flex-direction: column !important;
  height: 100%; 
  }





.site-header .banner_content {
  flex: 1;                    /* vult de 760–170px = 590px op */
  display: flex;              
  align-items: center;        /* vertical centering */
  justify-content: center;    /* horizontaal centreren, optioneel */
      position: relative;
}


.site-header .banner_menu {
  position: relative;      /* voor absolute positioning van de pseudo */
  padding-bottom: 1rem;    /* ruimte maken voor de border */
      padding-top: 1rem;
}




.site-header #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-24 {
    position: absolute;
    right: 0;
	}



.site-header_inner .header-arrow {
  position: absolute;
  bottom: -8px; /* pijl over de rand laten uitsteken */
  left: 50%;
  background-color: #b8843c; /* cirkelkleur achter de pijl */
  z-index: 8;
  width: 55px;
  height: 55px;
  border-radius: 10px;
  text-align: center;
  transform: rotate(45deg);
  transform-origin: left center;

}

.site-header_inner .header-arrow .svg-inline--fa {
    position: absolute;
    left: 40%;
    top: 34%;
    transform: rotate(-45deg);
    transform-origin: center center;
}

/* Site Footer
---------------------------------------------------------------------------- */



.site-footer {
    padding: 0px 50px;
color: #ffffff;
background-color: #13261F;
background-image: url('/wp-content/themes/bergsgenot/images/diensten-bg.png');
background-repeat: no-repeat;
background-size: cover;
}

.site-footer td,
.page-section td{
    background-color: transparent!important;
    color: #ffffff!important;
	padding: 0px !important;
	border: 0px !important;
}

.site-footer td strong,
.page-section td strong {
color:#ffffff;
}


.site-footer .fa-ul {
    list-style-type: none;
    margin-left: var(--fa-li-margin, 1.5em);
	}

.site-footer .ftr-btm,
.site-footer .ftr-btm a{
font-size: 14px;
color:#999999;
}

.site-footer .inner_ftr-btm_extra {
text-align: center;
}

.site-footer h5 {
color:#ffffff;
}

.site-footer a {
color:#ffffff;
}




.site-footer ul {
padding-left: 0;
list-style: none
}

.site-footer ul li {
padding-bottom: 0
	}

.site-footer .realization {
text-align: right;
}



.footer_extra {
text-align: center;
padding-top: 60px;
font-size: 14px;
}

.footer_extra a {
padding: 0px 10px;
}





/* Gravity Forms
---------------------------------------------------------------------------- */




/* MEGA MENU CSS
------------------------------------------------------------------------------------------------------------- */

#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
    -webkit-box-shadow: 0 5px 10px rgba(25, 25, 26, .1);
    -moz-box-shadow: 0 5px 10px rgba(25, 25, 26, .1);
    box-shadow: 0 5px 10px rgba(25, 25, 26, .1);
}




/* CUSTOM CSS
------------------------------------------------------------------------------------------------------------- */

.block-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    z-index: 3;
}

.swiper-slide {
 height: auto !important;
}


a.header-arrow {
color:#ffffff;
}

.site-header_inner .header-arrow:hover {
background-color: #000000;
}

/* HOMEPAGE
-------------------------------------------------------------------------- */

.site-inner {
    clear: both;
    margin: 0 auto;
    overflow: visible;
	padding: 0px 50px;
    background-color: #13261F;
}





/* intro
---------------------------------------------------*/

.subtitel {
font-size: 26px;
margin: 0 0 30px;
}

.intro_inner {
padding: 0px 160px;
}




.intro_inner p:first-of-type {
font-size: 22px;
font-weight: 700;
}

.home .intro_inner p:first-of-type {
font-weight: 300;
font-size: 18px;
}


.home .page-section.intro {
padding-top: 50px;
}


.page-section.intro {
padding-top: 100px;
}

.intro_image-left,
.intro_image-right {
position: relative;
}
.intro_image-left img, 
.intro_image-right img {
border-radius: 10px;
}

.arrow-text-wrapper {
position: absolute;
}

.intro_image-left .arrow-text-wrapper {
	
    right: -130px;
}


.intro_image-left .arrow-text-wrapper .arrow-svg {
    width: 109px;
    height: 59px;
}


.intro_image-right .arrow-text-wrapper {
    left: -130px;
	bottom: -50px;
}

.intro_image-right .arrow-text-wrapper .arrow-svg {
	width: 68px;
    height: 83px;
}

.arrow-text-wrapper .arrow-svg {
  display: block;
}

.arrow-text {
    font-family: 'Pacifico', cursive;
    font-size: 16px;
    color: white;
    line-height: 1.3;
    margin: 0;
	text-align: center;
	position: relative;
}


.intro_image-left .arrow-text-wrapper .arrow-text {
    position: relative;
    top: 3px;
    left: 66px;
    transform: rotate(-34deg);

}


.intro_image-right .arrow-text-wrapper .arrow-text {
    
    top: 3px;
    left: -12px;
    transform: rotate(-11deg);
}


/* Food slider
---------------------------------------------------*/

.swiper-wrapper {
  will-change: transform;
  transition-timing-function: linear !important;
}


.swiper-button-next:after, 
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, 
.swiper-rtl .swiper-button-next:after{
display: none;
}



.page-section .swiper-button-next,
.page-section .swiper-button-prev{
    color: #fff;
    background-color: #ad8145;
    padding: 19px;
    border-radius: 10px;
    width: 55px;
    height: 55px;
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}


.page-section.food-slider .swiper-slide img {
height: 700px;
object-fit: cover;
width: 100%;
border-radius: 10px;
}


/* Services
---------------------------------------------------*/



.services_inner {
padding: 160px 130px;
background-image: url('/wp-content/themes/bergsgenot/images/diensten-bg.png');
background-repeat: no-repeat;
background-size: cover;

}


.services_inner .service_inner {
padding: 50px 50px 100px;
background-color: #0C0C0C;
}

.services_inner .service_inner .icon .svg-inline--fa {
color:#AD8145;
font-size: 40px;
padding-bottom: 20px;
}


.page-section.services .btn_bottom {
position: absolute;
bottom: 70px;
right: 50px;

}
.page-section.services .btn_bottom a {
	color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;	
}

.page-section.services .btn_bottom a:hover {
text-decoration: none;
color:#AD8145;
}

.page-section.services .btn_bottom a .svg-inline--fa {
padding-left: 20px;
}



.page-section.services:before {
    content: "";
    position: absolute;
    bottom: -150px;
    left: -100px;
    background: url(/wp-content/themes/bergsgenot/images/flower-4.png);
    pointer-events: none;
    background-repeat: no-repeat;
    width: 366px;
    height: 683px;
    background-size: contain;
    z-index: 8;
}

.page-section.services:after {
    content: "";
    position: absolute;
    top: -200px;
    right: -70px;
    background: url(/wp-content/themes/bergsgenot/images/flower-3.png);
    pointer-events: none;
    background-repeat: no-repeat;
    width: 400px;
    height: 553px;
    background-size: contain;
    z-index: 8;
}

/* Catering & bezorging
---------------------------------------------------*/


.catering_inner,
.delivery_inner{
padding: 0px 130px;
}

.catering_inner_img img,
.delivery_inner_img img{
    height: 700px;
    object-fit: cover;

}


/* Sfeer slider
---------------------------------------------------*/

.swiper-wrapper {
  will-change: transform;
  transition-timing-function: linear !important;
}


.swiper-button-next:after, 
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, 
.swiper-rtl .swiper-button-next:after{
display: none;
}



.page-section.sfeer-slider .swiper-button-next,
.page-section.sfeer-slider .swiper-button-prev{
    color: #fff;
    background-color: #ad8145;
    padding: 19px;
    border-radius: 10px;
    width: 55px;
    height: 55px;
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}


.page-section.sfeer-slider .swiper-slide img {
height: 700px;
object-fit: cover;
width: 100%;
border-radius: 10px;
}

.page-section.sfeer-slider .swiper-button-next-sfeer,
.page-section.sfeer-slider .swiper-button-prev-sfeer{
display: inline-block;


    color: #fff;
    background-color: #ad8145;
    padding: 19px;
    border-radius: 10px;
    width: 55px;
    height: 55px;
    cursor: pointer;
line-height:18px;
}




.page-section.sfeer-slider .swiper-navigation {
text-align: right;
}

/* OVER ONS
-------------------------------------------------------------------------- */

.swiper-foto-slider img {
height: 560px;
width: 100%;
object-fit: cover;
border-radius: 10px;
}

.page-section.blocks .blocks_inner {
    padding: 0px 130px;
}

.page-section.blocks .block_inner {
padding: 100px;
border: 2px solid #ad8145;
border-radius: 20px;
} 

.page-section.foto-slider .arrow-text-wrapper{
    left: 130px;
    top: -122px;

}
.page-section.foto-slider .arrow-text-wrapper .arrow-text {
    top: -40px;
    left: -36px;
    transform: rotate(-18deg);
}

.page-section.foto-slider .arrow-text-wrapper img {

transform: rotate(208deg);

}


.page-section.blocks:before {
    content: "";
    position: absolute;
    bottom: -220px;
    left: -100px;
    background: url(/wp-content/themes/bergsgenot/images/flower-4.png);
    pointer-events: none;
    background-repeat: no-repeat;
    width: 366px;
    height: 683px;
    background-size: contain;
    z-index: 99;
}


/* CONTACT PAGINA
-------------------------------------------------------------------------- */

.form_inner {
    padding: 50px;
    border: 2px solid #ad8145;
    border-radius: 20px;
}


.page-section .gform_wrapper.gravity-theme input[type=text],
.page-section .gform_wrapper.gravity-theme input[type=email],
.page-section .gform_wrapper.gravity-theme textarea {
padding: 18px;
}




/* breadcrumbs
---------------------- */

p#breadcrumbs  {
margin: 0;
}

::marker {
color:#3A9E16;
}


/* border
---------------------- */

.b-all {
border: 2px solid #ececec;
}

.b-all-or {
	border: 2px solid #3A9E16;
}

.b-t-2 {
border-top: 2px solid #b6c3cc;
}

.b-b {
border-bottom: 2px solid #b6c3cc;
}

/* padding
---------------------- */

.p-l-0 {
padding-left: 0px;
}

.p-r-0 {
padding-right: 0px;
}

.p-xs {
padding: 15px;
}

.p-t-xs {
padding-top: 15px;
}

.p-b-xs {
padding-bottom: 15px;
}

.p-l-xs {
padding-left: 15px;
}

.p-l-sm {
padding-left: 30px;
}

.p-r-sm {
padding-right: 30px;
}

.p-t-sm {
padding-top: 30px;
}

.p-b-sm {
padding-bottom: 30px;
}

.p-sm {
    padding: 30px;
}

.p-l-md {
padding-left: 40px;
}

.p-r-md {
padding-right: 40px;
}

.p-t-md {
padding-top: 40px;
}

.p-b-md {
padding-bottom: 40px;
}

.p-md {
    padding: 40px;
}

.p-md-e {
padding: 80px 40px;
}



.p-t-lg {
padding-top: 100px;
}

.p-b-lg {
padding-bottom: 100px;
}

.p-r-lg {
padding-right: 100px;
}

.p-l-lg {
padding-left:100px;
}

.p-lg {
 padding: 100px;
}


.p-t-xl {
padding-top: 140px;
}

.p-b-xl {
padding-bottom: 140px;
}

.p-l-xl {
padding-left: 140px;
}

.p-r-xl {
padding-right: 140px;
}

.p-xl {
    padding: 140px;
}



.p-t-xxl {
padding-top: 240px;
}


.p-b-xxl {
padding-bottom: 240px;
}

/* margin
---------------------- */

.m-0 {
margin: 0;
}


.m-l-sm {
margin-left: 30px;
}

.m-r-sm {
margin-right: 30px;
}

.m-t-sm {
margin-top: 30px;
}

.m-b-sm {
margin-bottom: 30px;
}


.m-b-md {
margin-bottom: 40px;
}


.m-t-lg {
margin-top: 70px;
}

.m-b-lg {
margin-bottom: 70px;
}

.m-l-lg {
margin-left: 70px;
}

.m-r-lg {
margin-right: 70px;
}


.m-t-xl {
margin-top: 90px;
}

.m-b-xl {
margin-bottom: 90px;
}

.m-l-xl {
margin-left: 90px;
}

.m-r-xl {
margin-right: 90px;
}


/* Iframe embed
---------------------- */

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
	border-radius: 10px;
	z-index: 9;

} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Buttons
---------------------- */

.button.line {
    background-color: transparent;
    color: #ffffff;
    -webkit-box-shadow: inset 0px 0px 0px 2px #ffffff;
    -moz-box-shadow: inset 0px 0px 0px 2px #ffffff;
    box-shadow: inset 0px 0px 0px 2px #ffffff;
    border-radius: 50px;
}
.button.line:hover,
.button.line:focus {
background-color: #000000;
color:#ffffff;
  -webkit-box-shadow:inset 0px 0px 0px 1px #000000;
  -moz-box-shadow:inset 0px 0px 0px 1px #000000;
  box-shadow:inset 0px 0px 0px 1px #000000;
	
}




/* Backgrounds
---------------------- */


.bg-orange {
background-color:#E85500;
}

.bg-orange h2,
.bg-orange p{
color:#ffffff;
}


.bg-grey {
	background-color: #F6F5F5;
}


/* Border Radius
---------------------- */

.br-5 {
border-radius: 5px;
}

.br-8 {
border-radius: 8px;
}

.br-10 {
border-radius: 10px
}

.br-15 {
border-radius: 15px
}

.br-50 {
border-radius: 50%;
}

/* font size
---------------------- */


.f-s-14 {
font-size: 14px;
} 

.f-s-15 {
font-size: 15px;
} 

.f-s-16 {
font-size: 16px;
} 

.f-s-18 {
font-size: 18px;
} 

.f-s-22 {
font-size: 22px;
}

.f-s-24 {
font-size: 24px;
}

.f-s-50 {
font-size: 50px;
}

.f-w-b {
font-weight: 700;
}

/* shadow
---------------------- */



.sd {
box-shadow: 0 0px 24px rgba(0,0,0,.16);
}

/* Text align
---------------------- */
 
.t-c {
text-align: center;
}
 
  .t-l {
 text-align: left
 }
 
 .t-r {
 text-align: right
 }
 
 /* align content
---------------------- */
 
 .v-c {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

 .v-r {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

 /* display block
---------------------- */

.d-b {
display: block;
}

.d-f {
display: flex;
}

.d-ib {
display: inline-block
}

.d-if {
display: inline-flex;
}
 /* Position relative 
---------------------- */

.p-r {
position: relative;
}

.p-a {
position: absolute;
}


 /* Slick slider 
---------------------- */

.slick-slide {
    margin: 0 15px;
}

.slick-slide {
    height: inherit !important;
}

.slick-track {
    display: flex !important;
}



/* Media Queries
---------------------------------------------------------------------------- */


/* (1440x900) WXGA+ Display */
@media  screen and (max-width: 1440px) {

.home .site-header .container-fluid:after {
    right: 0px;
    width: 270px;
    height: 480px;
    background-size: cover;
}

.site-header .container-fluid:after {
display: none;
}


.page-section.services:after {
    right: 0px;
    width: 330px;
    background-size: cover;
    z-index: 8;
}

.intro_inner {
    padding: 0px 60px;
}

.page-section.sfeer-slider .swiper-slide img {
    height: 500px;
}


.page-section.blocks .block_inner {
    padding: 50px;
}

.page-section.food-slider .swiper-slide img {
    height: 500px;
}





}

/* */
@media only screen and (max-width : 1399px) {
	
}



/* Large Devices, Wide Screens */
@media only screen and (max-width : 1280px) {


h1 {
    font-size: 50px;
	}


.site-header {
    height: 620px;
}

.home .site-header .site-header_inner:after {
    height: 620px;
}


.site-header:before {
    left: 0px;
    width: 260px;
}

.home .site-header .container-fluid:after {
	right: -25px;
	width: 215px;
	height: 480px;
	background-size: contain;
	bottom: -106px;
}

.intro_image-right .arrow-text-wrapper {
    left: -90px;
    bottom: -85px;
}

.intro_image-left .arrow-text-wrapper {
    right: -85px;
}

.subtitel {
    font-size: 22px;
	}


.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 18px;
	}

    .page-section.services:after {
        right: -50px;
        width: 300px;
        background-size: contain;
        top: -158px;
  
}


.services_inner {
    padding: 60px 60px;
}


.page-section.services:before {
    bottom: -90px;
    left: -50px;
    width: 230px;
    height: 430px;
    background-size: contain;
}


.catering_inner, .delivery_inner {
    padding: 0px 60px 0px 0px;
}


}



/*  */
@media only screen and (max-width : 1199px) {

	
}


/* Ipad AIR */
@media only screen and (max-width : 1140px) {

	
}


/* Ipad AIR */
@media only screen and (max-width : 1180px) {



}


/* Ipad Pro */
@media only screen and (max-width : 1024px) {

    h1 {
        font-size: 40px;
    }

.p-b-xl {
    padding-bottom: 60px;
}

.page-section.sfeer-slider .swiper-slide img {
        height: 350px;
    }

    .site-header {
        height: 470px;
    }

    .home .site-header .site-header_inner:after {
        height: 470px;
    }
	

.into-text {
order: 1;
margin-bottom: 50px;
}

.img-left {
order: 2;
}

.img-right {
order: 3;
}

.intro_image-left img, .intro_image-right img {
    height: 500px;
    object-fit: cover;
}

    .intro_image-left .arrow-text-wrapper {
        right: 167px;
        bottom: -120px;
    }


    .intro_image-right .arrow-text-wrapper {
        left: 48px;
        bottom: -130px;
    }

.services_inner .col-md-12:nth-child(-n+2) {
margin-bottom: 30px;
}


.swiper-foto-slider img {
    height: 380px;
}


    .page-section.food-slider .swiper-slide img {
        height: 400px;
    }

.page-section.blocks:before {
    bottom: -120px;
    left: -100px;
    width: 252px;
    height: 464px;

}

.page-section.blocks .blocks_inner {
    padding: 0px 60px;
}


.page-section.blocks .blocks_inner .cart {
margin-bottom: 30px
}

.logo {
display: none;
}


.mega-toggle-blocks-right .button {
    margin-right: 40px;
    line-height: inherit;
	
	}

.site-header #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-24 {
    position: relative;
    right: 0;
	text-align: center;
}


}
	

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
		
	
}


/* Small Devices, iPad in portrait & landscape */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px)  {




}




/* iPad in portrait */ 
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) { 



}

/* Extra Small Devices, Phones */
@media only screen 
and (min-width : 320px) 
and (max-width : 767px) {


.page-section.intro {
    padding-top: 50px;
}

.home .page-section.intro {
    padding-top: 100px;
}

    .site-header {
        height: 300px;
    }

    .home .site-header .site-header_inner:after {
        height: 300px;
    }

    h1 {
        font-size: 26px;
    }


h2 {
    font-size: 24px;
}

h3, .h3 {
    font-size: 20px;
}


.site-inner {
    padding: 0px 15px;

}

.site-header .site-header_inner {
    padding: 0 25px;
}

    .intro_inner {
        padding: 0px 0px;
    }

    .services_inner {
        padding: 15px 15px;
    }

.page-section.services:before {
		width: 150px;
        bottom: 38px;
        height: 276px;
		}

    .intro_image-left img, .intro_image-right img {
        height: 300px;
		}

    .site-header:before {
        left: 0px;
        width: 260px;
        height: 134px;
        top: 0px;
    }


    .home .site-header .container-fluid:after {
		right: -25px;
        width: 130px;
        height: 156px;
        background-size: contain;
        bottom: 0px;
        top: auto;
    }

.mega-toggle-blocks-right .button {
display: none;
}

   .intro_image-left .arrow-text-wrapper {
        right: 50px;
    }

.intro_image-left .arrow-text-wrapper .arrow-svg{
    width: 70px;
    height: 52px;
    object-fit: contain;
}


.intro_image-left .arrow-text-wrapper .arrow-text {
    top: -14px;
    left: 34px;
}

.intro_image-right .arrow-text-wrapper .arrow-svg {
    width: 45px;
    height: 57px;
    object-fit: contain;
}

    .intro_image-right .arrow-text-wrapper {
        left: 50px;
        bottom: -100px;
    }

    .page-section.services:after {
        right: -15px;
        width: 200px;
        background-size: contain;
        top: -158px;
        height: 285px;
    }


.catering_inner_img img, 
.delivery_inner_img img {
    height: 350px;
    object-fit: cover;
    margin-top: 30px;
    border-radius: 10px;
}

.site-footer {
    padding: 50px 15px 30px 15px;
	}

.widget-title {
    font-size: 24px;
}


.page-section.sfeer-slider .swiper-button-next-sfeer, 
.page-section.sfeer-slider .swiper-button-prev-sfeer {
    padding: 12px;
    width: 40px;
    height: 40px;
    line-height: 18px;
}


.page-section .swiper-button-next, 
.page-section .swiper-button-prev {
    padding: 12px;
    width: 40px;
    height: 40px;
}

    .page-section.blocks .blocks_inner {
        padding: 0px 0px;
    }

.swiper-foto-slider img {
        height: 280px;
    }


    .page-section.blocks:before {
display: none;
    }
	
	
.page-section.foto-slider .arrow-text-wrapper img {
    height: 36px;
}	


.page-section.foto-slider .arrow-text-wrapper {
    left: 50px;
    top: -80px;
}

.page-section.foto-slider .arrow-text-wrapper .arrow-text {
    top: -18px;
}

.site-header.small {
    height: 100px;
	}


    .site-header .container-fluid:after {
display: none;
    }


    .page-section.blocks .block_inner {
        padding: 30px;
    }
	
.intro_inner p:first-of-type {
    font-size: 18px;
}	


body {
    font-size: 16px;
	}


.site-header #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-24 {
    position: relative;
    right: 0;
	margin-top: 40px;
}

.site-header #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-24 a {

  text-align: center;
	
	}

.form_inner {
    padding: 30px;
}

.gform_wrapper.gravity-theme input.gform_button.button {
line-height: 51px!important;
}

}

/* Extra Small Devices, Phones landscape*/
@media only screen 
and (min-width : 414px) 
and (max-width : 736px) 
and (orientation : landscape) { 



}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {


	
	
}  



@media only screen and (min-width: 480px) {

	table {
		table-layout: auto;
		word-break: normal;
	}

}

@media only screen and (min-width: 960px) {

	/* Site Header
	--------------------------------------------- */



	.admin-bar .site-header {
		top: 32px;
	}

	/* Genesis Menu
	--------------------------------------------- */

	
	

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
		padding-top: 15px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Site-Inner
	--------------------------------------------- */



	/* Content
	--------------------------------------------- */


	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets .wrap {
		max-width: 1140px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
	}

}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}


	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}


@media screen and (max-width:575px) {
	.uzp__driving-licenses label {
		width: calc(100%/2 - 0.6rem);
	}
}



@media screen and (max-width:993px) {
	#apply-form .inner.text.right, #apply-form .inner.text.left{
		margin:0;
	}
}