/*
Theme Name: Boeren en tuinders pakken uit met kerst
Theme URI: https://www.boerenentuinderspakkenuitmetkerst.nl
Description: Wordpress thema voor Boeren en tuinders pakken uit met kerst
Author: Comceptum
Author URI: http://comceptum.nl
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: boerenentuinderspakkenuitmetkerst
*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800&display=swap');

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6  {
    margin-bottom: 15px;
    font-family: 'Raleway', sans-serif;
    line-height: 1.125;
    font-weight: 800;
    color: #0c75bb
}



h1, .h1 {
  font-size: 3.25rem;
}

h2, .h2 {
  font-size: 3.25rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 1.125rem;
}

h6, .h6 {
  font-size: 1rem;
}


body {
    font-size: 17px;
    font-weight: 400;
    color: #1f1f1f;
   font-family: 'Raleway', sans-serif;
    overflow-x: hidden;
    line-height: 1.5;
}




p {
    margin-top: 0;
    margin-bottom: 15px;
}



a {
    color: currentColor;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: currentColor;
}

ul,
ol {
    padding-left: 0;
    line-height: 1.5;
    margin-bottom: 15px
}

li {
    list-style: none;
}

img {
    width: 100%;
    height: auto;
}

label,
legend{
    font-weight: 700;
    margin-bottom: 5px;
}

sup {
     top: -5px;
}

abbr {
    text-decoration: none !important;
}


input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea,
select {
   -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    padding: 12.5px 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.25;
    border: 0;
    width: 100%;
    position: relative;
    background: #ffffff;
	    color: #0c75bb;
}

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

select {
        background-image: url(images/down.svg);
    background-position: calc(100% - 15px) 20px;
    background-size: 15px;
    background-repeat: no-repeat;
}


::-webkit-input-placeholder {
        color: #d8dce4;
}

::-moz-placeholder {
        color: #d8dce4;
}

:-ms-input-placeholder {
      color: #d8dce4;
}

::-moz-selection {
    background: #0c75bb;
    color: #ffffff
}

::selection {
    background: #0c75bb;
    color: #ffffff
}

::-moz-selection {
    background: #0c75bb;
    color: #ffffff
}

:focus {
    outline: 0 !important;
}

table {
    margin-bottom: 15px;
    width: 100%;
        border: 1px solid #d8dce4;
}

table tr:nth-child(odd) {
    background: #f1f2f6;
}

table tr th,
table tr td {
    padding: 7.5px 15px;
}

b,
strong {
    font-weight: bold;
}

small,
.small {
        font-size: 0.75rem;
    font-weight: inherit;
    display: inline-block;
    line-height: 1.5;
}

button {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
}

.container {
    padding-right: 30px;
    padding-left: 30px;
}

.container-fluid {
    max-width: 1600px;
    padding-right: 22.5px;
    padding-left: 22.5px;
}

/*.row {
    margin-right: -22.5px;
    margin-left: -22.5px;
}

.row [class*="col-"] {
    padding-right: 22.5px;
    padding-left: 22.5px;
}

.row.small-gutters {
    margin-right: -15px;
    margin-left: -15px;
}

.row.small-gutters > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}*/

.row.small-gutters {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.row.small-gutters > [class*="col-"] {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.row.big-gutters {
    margin-right: -45px;
    margin-left: -45px;
}

.row.big-gutters > [class*="col-"] {
    padding-right: 45px;
    padding-left: 45px;
}

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

.form-group {
    margin-bottom: 15px;
}


.btn,
input[type="submit"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    line-height: 1;
    display: inline-block;
    font-weight: bold;
    border: 0;
    border-radius: 7.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: left;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    background: rgb(9,153,214);
    background-image: linear-gradient(180deg, rgba(9,153,214,1) 0%, rgba(0,73,151,1) 98%, rgba(0,73,151,1) 100%);
    color: #ffffff;
    padding: 10px 12.5px;
}


.btn:hover,
input[type="submit"]:hover {
    color: #ffffff;

    background: rgb(198,11,112);
    background: linear-gradient(180deg, rgba(198,11,112,1) 0%, rgba(113,41,102,1) 98%, rgba(113,41,102,1) 100%);

}

.btn.btn--secondary {
    background: rgb(198,11,112);
    background: linear-gradient(180deg, rgba(198,11,112,1) 0%, rgba(113,41,102,1) 98%, rgba(113,41,102,1) 100%);
}

.btn.btn--secondary:hover {
    background: rgb(9,153,214);
    background-image: linear-gradient(180deg, rgba(9,153,214,1) 0%, rgba(0,73,151,1) 98%, rgba(0,73,151,1) 100%);
}

/* Main styles */

header {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
}

header img {
        width: 175px;
    display: block;
    margin-left: auto;
        -webkit-filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.75));
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.75));
}

/* Header */ 

section.header {
  position: relative;
    overflow: hidden;
    margin: 0;
}

/* section.header .header-image{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}



section.header .header-image img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
} */


section.header .header-content {
    position: relative;
    padding: 150px 0;
}

section.header .header-content img{
    max-width: 800px;
        -webkit-filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.75));
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.75));
}


/* Header intro */


section.header-intro {
    padding: 15px 0;
	border: 1px solid #f3fafd
}

section.header-intro .header-intro__title {
    margin-bottom: 0;
    color: #ffffff
}

section.header-intro .header-intro__subtitle {
    
}

section.header-intro .header-intro__breadcrumbs {
/*     margin-top: 45px; */
    margin-bottom: 0;
   color: #0c75bb;
    position: relative;
}

section.header-intro .header-intro__breadcrumbs img{
        display: inline-block;
    width: 8px;
    margin: 0 15px;
}
/* 
section.header-intro .header-intro__breadcrumbs:after {
        content: url(images/background-1.svg);
    position: absolute;
    width: 85px;
    bottom: -75px;
    right: 0;
} */

/* Main */


/* Article */

article {
    margin: 60px 0;
    position: relative;
}

article + .cards {
        margin-top: -30px !important;
}


/* body.not-home article:before {
    content: '';
    position: absolute;
    display: block;
    background: url(images/background-3.png);
    background-size: 300px;
        background-position: right 25%;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}


article:after {
       content: '';
    position: absolute;
    display: block;
    background: url(images/background-1.png);
    background-size: 150px;
    background-position: left bottom;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    bottom: -120px;
    left: 0;
    z-index: -1;
}
 */




article .article-content {

}

article .article-content input,
article .article-content select,
article .article-content textarea{
	border: 1px solid rgb(9,153,214) 
}

article .article-content p:last-child {
    margin-bottom: 0
}

article .article-content img {
    width: auto
}

article .article-content img.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

article .article-content img.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

article .article-content ul:not(.list-unstyled, .gfield_radio):not(.social-media) {
    padding-left: 20px;
}
article .article-content ul:not(.list-unstyled, .gfield_radio):not(.social-media) li{
    list-style: disc;
}

article .article-content p:last-of-child {
    margin-bottom: 0;
}

article .article-content a:not(.btn) {
	color: #0c75bb;
	text-decoration: underline
}



article .article-gallery {
    margin: 30px 0;
}

article .article-gallery .article-gallery__item {
    display: block;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}

article .article-gallery .article-gallery__item img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

article .article-gallery .article-gallery__item:hover img {
 -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

article .article-form {
    padding: 30px;
    position: relative;
    z-index: 1;
    background: #f3fafd;
  /*  max-width: 620px;*/
}

article .article-form .gform_heading {
    margin-bottom: 15px;
}

article .article-form .gform_heading .gform_title {
    display: none;
}


article .article-form .gform_body .gform_fields {
    padding-left: 0 !important
}

article .article-form .gform_body .gform_fields .gfield,
article .article-form .gform_body .gform_fields .gfield .name_first{
    list-style: none !important;
    margin-bottom: 15px;
        display: block;
}

article .article-form .gform_body .gform_fields .gfield:not(.gfield_price) label {
/*     display: none; */
}

article .article-form .gform_body .gform_fields .gfield:not(.gfield_price) .gfield_required:before {
	content: "*";
}

article .article-form .gform_body .gform_fields .gfield:not(.gfield_price) .gfield_required :is(.gfield_required_text, .gfield_required_asterisk) {
	font-size: 0
}

.gfield_visibility_hidden {
	 border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
article .article-form .gform_body .gform_fields .gfield_radio li {
	list-style:none;
	    display: flex;
	    flex-wrap: nowrap;
}
article .article-form .gform_body .gform_fields .gfield_radio li label {
    font-weight: 600;
}
article .article-form .gform_body .gform_fields .gfield_radio li input[type="radio"] {
	margin-right: 15px;
}
article .article-form .gform_body .gform_fields.gfield_radio .gfield {
	margin-bottom: 0
}
article .article-form .gform_body .gform_fields.gfield_radio .gfield label {
    display: inline-block;
	    font-weight: normal;
}

article .article-form .gform_body .gform_fields .gfield.gfield_price .ginput_quantity_label {
	display: none;
}

article .article-form .gform_body .gform_fields .gfield.gfield_price input[type="text"] {
	margin-top: 7.5px
}
article .article-form .validation_error,
article .article-form .gform_body .gform_fields .gfield.gfield_error .validation_message {
    color: red;
}


article .article-sidebar {
   position: relative;
}

body.home article .article-sidebar {
	margin-top: 15px;
}


article .article-sidebar .article-widget {
    margin-bottom: 0;
	 
}

body.not-home article .article-sidebar .article-widget:last-child {
	margin-top: 45px;
}

article .article-sidebar .article-widget__title {
    color: #ffffff;
    padding: 10px 12.5px;
        background: rgb(198,11,112);
    background: linear-gradient(180deg, rgba(198,11,112,1) 0%, rgba(113,41,102,1) 98%, rgba(113,41,102,1) 100%);
    border-radius: 7.5px;
    display: inline-block;
    margin-bottom: 30px;
}

article .article-sidebar .article-logo {

}

body.page-id-2176 article .article-sidebar .article-logo [class*='col']:not(:nth-child(2)) {
	display: none;
}

article .article-sidebar .article-logo .article-logo__item {

}

article .article-sidebar .article-logo .article-logo__item img{
/*  max-height: 115px;
    max-width: 135px;
    margin-bottom: 30px;
    margin-left: auto;
    display: block;
    margin-right: auto; */
	      max-height: 100px;
    max-width: 200px;
    margin-bottom: 30px;
    width: auto;
    margin-left: auto;
    display: block;
    margin-right: auto;
}


article .article-sidebar .article-logo .col-6:last-child .article-logo__item img {
	margin-bottom: 0
}

article .article-sidebar .article-image {
     display: block;
    position: relative;
    padding-bottom: 75%;
/*     margin-top: -245px; */

}

/* article .article-sidebar .article-image:before {
        content: url(images/hat.svg);
    position: absolute;
    width: 100px;
    z-index: 1;
    left: -30px;
    top: -55px;
} */

article .article-sidebar .article-image img {
 width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

article .article-sidebar .article-image .article-image__date {
    z-index: 1;
/*     background: rgb(198,11,112);
    background: linear-gradient(180deg, rgba(198,11,112,1) 0%, rgba(113,41,102,1) 98%, rgba(113,41,102,1) 100%); */
	
	background: rgb(9,153,214);
    background-image: linear-gradient(180deg, rgba(9,153,214,1) 0%, rgba(0,73,151,1) 98%, rgba(0,73,151,1) 100%);
    color: #ffffff;
    padding: 10px 12.5px;
    border-radius: 7.5px;
    line-height: 1;
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-weight: bold;
}

article .article-sidebar .article-information {
   background: #f3fafd;
	padding: 22.5px
}
article .article-sidebar .article-information ul li:nth-child(1):before {
       content: url(images/location.svg);
    display: inline-block;
    position: relative;
    width: 15px;
    vertical-align: middle;
    margin-right: 15px;
}

article .article-sidebar .article-information ul li:nth-child(2):before {
       content: url(images/person.svg);
    display: inline-block;
    position: relative;
    width: 15px;
    vertical-align: middle;
    margin-right: 15px;
}

article .article-sidebar .article-information a {
	color: #0c75bb;
	text-decoration: underline
}



/* Cards */

section.cards {
    margin: 60px 0 30px 0;
    position: relative;
}

/* section.cards:before {
    content: '';
    position: absolute;
    display: block;
    background: url(images/background-3.png);
    background-size: 300px;
    background-position: right top;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

section.cards:after {
    content: '';
    position: absolute;
    display: block;
    background: url(images/background-2.png);
    background-size: 300px;
    background-position: left bottom;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
 */
section.cards .cards-filters {
	margin-bottom: 22.5px;
}

section.cards .cards-filters p {
	margin-bottom: 7.5px;
}
section.cards .cards-filters .btn {
	margin-bottom: 7.5px;
}

section.cards .cards-filters .btn + .btn{
	margin-left: 7.5px;
}

section.cards .card{
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #f3fafd;
    margin-bottom: 30px;
    position: relative;
    height: calc(100% - 30px);
    overflow: hidden;
}

section.cards .card .card-image {
     position: relative;
    display: block;
    padding-bottom: 56.25%;
    overflow: hidden;
}



section.cards .card .card-image img{
      position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.cards .card .card-image .card-image__date {
    z-index: 1;
/*     background: rgb(198,11,112);
    background: linear-gradient(180deg, rgba(198,11,112,1) 0%, rgba(113,41,102,1) 98%, rgba(113,41,102,1) 100%); */
	background: rgb(9,153,214);
    background-image: linear-gradient(180deg, rgba(9,153,214,1) 0%, rgba(0,73,151,1) 98%, rgba(0,73,151,1) 100%);
    color: #ffffff;
    padding: 10px 12.5px;
    border-radius: 7.5px;
    line-height: 1;
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-weight: bold;
}

section.cards .card:hover .card-image img {
-webkit-transform: scale(1.1);
    transform: scale(1.1);
}

section.cards .card .card-content {
    padding: 30px;
        position: relative;
    z-index: 1;
}
/* 
section.cards [class*="col-"]:nth-child(odd) .card .card-content:before {
    content: url(images/background-1.svg);
    position: absolute;
    width: 60px;
    top: 22.5px;
    right: 22.5px;
    z-index: -1;
}


section.cards [class*="col-"]:nth-child(even) .card .card-content:before {
    content: url(images/background-2.svg);
    position: absolute;
    width: 70px;
    top: 0;
    right: 22.5px;
    z-index: -1;
} */

section.cards .card .card-content ul li:nth-child(1):before {
       content: url(images/location.svg);
    display: inline-block;
    position: relative;
    width: 15px;
    vertical-align: middle;
    margin-right: 15px;
}

section.cards .card .card-content ul li:nth-child(2):before {
/*        content: url(images/person.svg); */
	  content: url(images/calendar.svg);
    display: inline-block;
    position: relative;
    width: 15px;
    vertical-align: middle;
    margin-right: 15px;
}

section.cards .card .card-content .btn {
	margin-top: 7.5px;
}


/* Google Maps */


.google-map {
    position: relative;
	
}


.google-map .acf-map {
	 position: relative;
	height: 500px;
	border-radius: 15px
}
.google-map .map-filters{
    position: absolute;
    left: 30px;
    bottom: 30px;
    background: #ffffff;
    padding: 30px;
}

.google-map .map-filters ul {
    margin-bottom: 0
}

.google-map .map-filters ul li{
    
}

.google-map .map-filters ul li:before {
    display: inline-block;
    width: 15px;
    margin-right: 15px;
}


.google-map .map-filters ul li input {
     border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.google-map .map-filters ul li span {
	    content: '';
    width: 22.5px;
    height: 22.5px;
    display: inline-block;
    background: #ffffff;
    border: 1px solid #0c75bb;
    border-radius: 5px;
    margin-right: 7.5px;
    vertical-align: middle;
	position: relative;
	   
   
}

.google-map .map-filters ul li span:before {
	content: url(images/check.svg);
    display: inline-block;
    width: 12.5px;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 1;
    transform: translate(-50%, -50%);
}

.google-map .map-filters ul li input:checked + span {
	background-image: linear-gradient(180deg, rgba(9,153,214,1) 0%, rgba(0,73,151,1) 98%, rgba(0,73,151,1) 100%);
	border-color: #ffffff
}

.google-map .map-filters ul li input:checked + span:before {
	opacity: 1
}

.google-map .map-filters ul li img {
	display: inline-block;
	width: 15px;
	margin-right: 7.5px;
}

/* Social media */

.social-media {
    display: inline-block;
    line-height: 1;
}

.social-media li {
    display: inline-block;
    margin-right: 2.5px;
}

.social-media li:last-child {
    margin-right: 0
}

.social-media li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    font-size: 1.25rem;
/*     border-radius: 5px;
    background: rgb(198,11,112); */
}

.social-media li a:hover {

}



/* Cookies */

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 99999;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    background: #ffffff;
    padding: 15px 7.5px;
   box-shadow: 0 -2.5px 5px 0 rgb(0 48 88 / 0.1);
    text-align: center;
}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
  margin-left: 15px;
}

/* Footer */

footer {
/*     background: rgb(9,153,214);
    background: linear-gradient(180deg, rgba(9,153,214,1) 0%, rgba(0,73,151,1) 98%, rgba(0,73,151,1) 100%);
  
    color: #ffffff */
		
		 

}

footer .container {
		
	 padding: 60px 0 45px 0;
	position: relative;
}

footer .container:after {
	content: '';
    border-top: 2px solid #f3fafd;
    position: absolute;
    left: 30px;
    right: 30px;
    top: 0;
}
footer img.footer-logo {
    max-width: 350px;
}



footer h4 {
   
     color: #1f1f1f;
}


footer ul.footer-list {
    margin-top: 15px;
    line-height: 1.75;
    margin-bottom: 0
}

footer ul.footer-list li{

}

footer .logo-list{
}


footer .logo-list .logo-list__item {

}

footer .logo-list .logo-list__item img{
           max-height: 70px;
    margin-bottom: 15px;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}





/* Responsive */
@media (max-width: 1800px) {
	article:after {
		    bottom: -300px;
	}
}

@media (max-width: 1400px) {
    .row.big-gutters {
        margin-right: -30px;
        margin-left: -30px;
    }

    .row.big-gutters > [class*="col-"] {
        padding-right: 30px;
        padding-left: 30px;
    }

    
}

@media (max-width: 1200px) {
   

   
    h1, .h1 {
      font-size: 2.5rem;
    }

    h2, .h2 {
      font-size: 2.5rem;
    }

    h3, .h3 {
      font-size: 1.5rem;
    }

    h4, .h4 {
      font-size: 1.25rem;
    }

    h5, .h5 {
      font-size: 1.125rem;
    }

    h6, .h6 {
      font-size: 1rem;
    }

    header img {
        width: 150px;
    }

    section.header .header-content {
        position: relative;
        padding: 120px 0;
    }



/*     section.header-intro {
        padding: 60px 0 15px 0;
    } */

    article .article-sidebar .article-widget {
        margin-bottom: 30px;
    }

    article .article-sidebar .article-image {
/*         margin-top: -230px; */
    }

    article .article-sidebar .article-image:before {
        width: 75px;
        left: -30px;
        top: -42.5px;
    }

    article .article-sidebar .article-logo .article-logo__item img {
        margin-bottom: 15px
    }

    footer ul.footer-list {
        margin-top: 15px;
    }

    footer .container > .row > [class*="col-"]:not(:last-child) {
        margin-bottom: 30px;
    }



}

@media (max-width: 991.98px) {

    .container {
        max-width: 100%;
    }

    .row.big-gutters {
        margin-right: -15px;
        margin-left: -15px;
    }

    .row.big-gutters > [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }
   
    h1, .h1 {
      font-size: 1.75rem;
    }

    h2, .h2 {
      font-size: 1.75rem;
    }

    h3, .h3 {
      font-size: 1.5rem;
    }

    h4, .h4 {
      font-size: 1.25rem;
    }

    h5, .h5 {
      font-size: 1.125rem;
    }

    h6, .h6 {
      font-size: 1rem;
    }

    header img {
        width: 125px;
    }

    section.header .header-content {
        padding: 90px 0;
    }


   
    section.header-intro .header-intro__title br {
        display: none;
    }

    section.header-intro .header-intro__breadcrumbs:after {

        width: 60px;
        bottom: -55px;
        right: 0;
    }

    article {
        margin: 30px 0;
    }



    article .article-sidebar {
        margin-top: 30px;
    }
    article .article-sidebar .article-widget__title {
        margin-bottom: 15px;
    }

    article .article-sidebar .article-image {
/*         margin-top: -200px; */
    }
	



    section.cards {
        margin: 30px 0 0 0;
    }
	
	
	.google-map .map-filters {
		position: relative;
		left: 0;
		bottom: 0;
		background: #ffffff;
		padding: 15px 0 0 0;
	}
	
	.google-map .map-filters {
    position: relative;
    left: 0;
    bottom: 0;
    background: #ffffff;
    padding: 15px 0;
}
    section.cards .card .card-content {
    padding: 22.5px;
	}
    footer img.footer-logo {
        max-width: 250px;
    }

    footer {
        padding: 30px 0 0 0;
    }
	
	section.cards:before,
	section.cards:after{
		top: 300px;
	}
	
	article:after {
   content: unset;
}
	
	section.cards .cards-filters .btn + .btn {
    margin-left: 0;
}
  
    
    
}

@media (max-width: 767.98px) {

    header img {
        width: 75px;
    }
     section.header .header-content {
        padding: 60px 0;
    }

    article .article-gallery {
        margin: 15px 0;
    }

    article .article-sidebar .article-image {
/*         margin-top: 0; */
    }

     footer {
        padding: 30px 0
    }

}




