/*
Theme Name: Grensloos Bootstrap based theme
Version: 1.0
Description: Custom theme based on ACF and Bootstrap
Author: EuropeWebMedia
Author URI: https://woocommerce.com
Text Domain: grensloos
*/
/* --------------- Theme customization starts here ----------------- */

:root {
    --gren-text-color: #666;
    --gren-grey-color: #9e9e9e;
    --gren-pink-color: #e84187;
    --gren-white-color: #fff;
    --gren-darkblue-color: #29235c;
    --gren-lightgrey-color: #a0a0a0;
}

@font-face {
    font-family: 'museo500';
    font-style: normal;
    font-weight: normal;
    src: local('/wp-content/themes/grensloos/fonts/Museo Sans Cyrl 500'), url('/wp-content/themes/grensloos/fonts/MuseoSansCyrl_1.woff') format('woff');
    font-display: swap;
}

html {
    /*position: relative;*/
}

body {
    color: #666;
	font-family: 'Source Code Pro', 'Open Sans', sans-serif;
	font-size: 14px;
    line-height: 1.65;
}

p {
    margin: 0 0 20px;
}

button, input, select, textarea {
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    vertical-align: baseline;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
    display: inline-block;
    color: #777;
    padding: 6px 12px;
    font-family: inherit;
    font-weight: inherit;
    font-size: 1em;
    line-height: 1.65;
    max-width: 100%;
    border: 1px solid #eee;
    background: #f7f7f7;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

input:-webkit-autofill{-webkit-box-shadow:0 0 0px 1000px #f7f7f7 inset}
::placeholder {
  color: #666;
  opacity: 0.7; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #ddd;
}
.password-protection-box input:-webkit-autofill{-webkit-box-shadow:0 0 0px 1000px #fff inset}
::-webkit-input-placeholder{color:inherit;opacity:0.7}
:-moz-placeholder{color:inherit;opacity:0.7}
::-moz-placeholder{color:inherit;opacity:0.7}
:-ms-input-placeholder{color:inherit;opacity:0.7}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
    color: #000;
    line-height: 1.5;
    margin: 30px 0 20px
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    color: inherit
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
    text-decoration: none
}

h1 {
    font-size: 1.500em;
    margin: 0 0 20px
}

h2 {
    font-size: 1.313em
}

h3 {
    font-size: 1.125em
}

h4 {
    font-size: 1em
}

h5 {
    font-size: 0.875em
}

h6 {
    font-size: 0.750em
}

strong {
    font-weight: 600;
}

a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.entry-title a:hover,
.woocommerce .woocommerce-error a.button,
.woocommerce .woocommerce-info a.button,
.woocommerce .woocommerce-message a.button {
    color: var(--gren-pink-color);
}

ol, ul {
    list-style: none;
}
ol.has-bullets, ul.has-bullets {
    list-style: inside;
}

.theme-button,
.color-button,
input[type="submit"],
button {
    display: inline-block;
    /*background: white !important;*/
    background: var(--gren-white-color);
    color: var(--gren-grey-color);
    padding: 0.5em 1em;
    font-family: inherit;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    outline: 0;
    border: 1px solid var(--gren-grey-color) !important;
    cursor: pointer;
    line-height: 1.65;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
    text-decoration: none !important;
    max-width: 100%;
    transition: 0.15s all ease;
    border-radius: 0px !important;
    text-transform: uppercase;
}
.theme-button:hover,
.color-button:hover,
input[type="submit"]:hover,
button:hover {
    background: #28235b;
    color: var(--gren-white-color);
}

.sf-menu>li.megamenu>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu a:before,
.wpex-slider .sp-arrow,
.wpex-slider .sp-arrow:before,
#main .widget_nav_menu .parent>a:after,
.modern-menu-widget a:after,
.sidebar-widget-icons .widget_archive a:before,
.sidebar-widget-icons .widget_recent_entries a:before,
.sidebar-widget-icons .widget_recent_comments a:before,
.sidebar-widget-icons .widget_layered_nav a:before,
.sidebar-widget-icons .widget_product_categories a:before,
.sidebar-widget-icons .widget_categories a:before,
.theme-select:after,
.searchform input:after,
ul.check-list li:before,
.animsition-loading:after,
.sidr-class-toggle-sidr-close:before,
.sidr-class-dropdown-toggle:before,
.sidr-class-dropdown-menu ul a:before {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.greytowhite-background {
    background: rgb(206, 204, 205);
    background: -moz-linear-gradient(top, rgba(206, 204, 205, 1) 0%, rgba(255, 255, 255, 1) 99%);
    background: -webkit-linear-gradient(top, rgba(206, 204, 205, 1) 0%, rgba(255, 255, 255, 1) 99%);
    background: linear-gradient(to bottom, rgba(206, 204, 205, 1) 0%, rgba(255, 255, 255, 1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecccd', endColorstr='#ffffff',GradientType=0 );
}

.section-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.site-breadcrumbs-component + .content-section .section-wrapper,
.site-breadcrumbs-component + style + .content-section .section-wrapper {
    padding-top: 5rem;
}
.section-heading {
    display: block;
    color: #000;
    font-size: 1.615em;
    margin: 0 auto;
    max-width: 100%;
}
.white-section-heading {
    color: #fffcfc;
    font-family: "Source Serif Pro";
    font-size: 36px;
    text-align: center;
}

.content-section .section-bottom-border {
    height: 1px;
    border-top: 1px solid #EBEBEB;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
    margin-top: 40px;
    /* margin-bottom: 40px; */
}

/* main header menu */
#header-menu  {
    touch-action: pan-y;
}
#header-menu > li,
#header-menu > li:hover  {
    transition: none;
    position: relative;
    white-space: nowrap;
}

#header-menu li > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: 140px;
    background: #fff;
    border: 1px solid #eee;
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 10001;
    display: none;
}
#header-menu li:hover > ul,
#header-menu li.menu-item:hover > ul {
    display: block;
}
#header-menu li.menu-item > ul:before {
    content: "";
    display: block;
    position: absolute;
    top: -7px;
    left: 12px;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ddd;
    border-bottom-color: rgba(0, 0, 0, 0.15);
    border-left: 7px solid transparent;
}
.menu-item-wpml-ls-2-en {
    /*opacity: 0;
    visibility: hidden;*/
}
.menu-item-wpml-ls-2-en a {
    padding-right: 0;
}

/* mobile menu */
#mobile-menu {
    height: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
}
#mobile-menu a {
    display: block;
    float: left;
    color: #666;
    font-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #eee;
    text-align: center;
    margin-left: 10px;
    background: #f7f7f7;
    border-radius: 3px;
    transition: 0.15s all ease;

    color: #ffffff;
    background: #29235c;
    border-color: #e94187;
}
#mobile-menu a:first-child {
    margin-left: 0;
}

#site-header-sticky-wrapper {
    -webkit-box-shadow: 0px 2px 20px 1px rgba(0, 0, 0, 0.46) !important;
    -moz-box-shadow: 0px 2px 20px 1px rgba(0, 0, 0, 0.46) !important;
    box-shadow: 0px 2px 20px 1px rgba(0, 0, 0, 0.46) !important;
    background-color: #fff;
}


#site-header-inner {
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
    height: 100%;
}

#site_logo img {
    display: inline;
    vertical-align: middle;
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    transform: translateY(-3px);
}

.extrachat {
    /*float: right;*/
    /*position: absolute;*/
    /*right: 0px;*/
    /*top: 40px;*/
    align-content: center;
}
.headerchat {
    width: 40px;
    opacity: 0.3;
}

#header-menu li.menu-item {
    position: relative;
    white-space: nowrap;
    /*margin: 0 6px;*/
}
#header-menu li.menu-item a {
	display: inline-block;
	font-family: "museo500";
    transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
    -webkit-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
	color: #9d9d9c;
	text-transform: uppercase;
	text-decoration: none;
    /*height: 50px;*/
    line-height: 140%;
    border-radius: 3px;
	padding: 8px 0.5rem 0;
    font-size: 14px;
}


/* footer */
#footer {
    background-color: #28235d;
    color: #ffffff;
}
#footer a,
#footer-bottom a {
    transition: 0.15s all ease;
    color: #ffffff;
    text-decoration: none;
}
.site-footer a,
.site-footer strong {
    color: #999;
}

.footer-widget .widget-title {
    display: block;
    /*margin: 0 0 20px;*/
    font-size: 1.077em;
    /*color: var(--gren-white-color);*/
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 0px !important;
    color: var(--gren-pink-color);
    text-align: left;
}
footer .widget ul li a {
    overflow-wrap: break-word;
    word-wrap: break-word;
}



.footer-widget {
    padding-bottom: 45px;
}
.footer-widget {
    padding-bottom: 0px !important;
    margin-bottom: 40px !important;
}
#footer .column-1 .footer-widget, #footer .column-4 .footer-widget {
    padding-left: 20px;
    border-left: 1px solid white;
    text-transform: uppercase ! Important;
    font-size: 14px;
    line-height: 2em !important;
}
#footer-bottom {
    background: #222;
    color: #999;
    font-size: 12px;
}
#footer-bottom {
    background: var(--gren-pink-color);
    color: #ffffff;
}

#footer-bottom-inner {
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    /*height: 100px !important;*/
}
.bottomlogo {
    position: absolute;
    margin-top: -67px;
    left: 0px;
}
.bottomlogo img {
    height: 100px;
}
.bottommenu {
    /*position: absolute;
    transform: translate(-50%, -50%);*/
    margin: auto;
    left: 50%;
    top: 50%;
    text-align: center;
}
.bottommenu ul {
    list-style-type: none;
    margin-top: 10px;
    overflow: hidden;
    padding-left: 0;
}
.bottommenu ul li {
    float: left;
}
.bottommenu ul li a {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid white;
    line-height: 1.3em !important;
}

.bottomsocial {
    float: right;
    position: absolute;
    text-align: right;
    right: 0px;
    padding-top: 10px;
}
.bottomsocial img {
    width: 40px;
    height: 40px;
    margin-left: 10px;
}


.vc_row[data-vc-full-width] {
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    overflow: hidden;
}
.vc_row[data-vc-full-width] {
    overflow: visible;
}
.vc_custom_1516289528562 {
    padding-top: 80px !important;
    background-image: url(https://www.grensloos.nl/wp-content/uploads/2018/01/nb_achtergrond.jpg?id=139) !important;
}



/* news/post card */
.post-card {
    background-color: transparent;
	border: unset;
}
.post-card .image-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    height: 250px;
    width: 100%;
}
.post-card .image-wrapper.has-no-image {
    background-size: auto;
    background-position: center;
    background-color: rgba(40, 35, 93, 0.3);
}
.post-card .image-wrapper img {
    object-fit: cover;
    width: 100%;
}
.post-card .theme-button {
    /*background-color: transparent;*/
}
.news-info {
    border: unset;
    padding: 1rem 0;
}
.news-info.has-border {
    border: 1px solid #eee;
    padding: 1rem 0.75rem;
}
.news-info .title {
    color: var(--gren-grey-color);
    font-family: 'museo500';
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}
.news-info .excerpt {
    color: var(--gren-grey-color);
    font-size: 13px;
}

.socialstreepje {
    background-color: #e94187;
    width: 100px;
    height: 2px;
    margin-top: 0px;
    margin-bottom: 30px;
}

/* SINGLE page */
.single .single-blog-content ul,
.single .single-blog-content ol {
  list-style: inside;
}

/* HOME */
.home .news-info {
    background-color: var(--gren-white-color);
}


/* vacatures list */
.page-template-vacatures .related-posts-row .news-info {
    padding: 15px;
    border: 1px solid #eee;
    border-top: 0;
}
