/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* ---------- TYPOGRAPHY ----------*/

/* MAVEN PRO GOOGLE FONT OTHER WEIGHTS IMPORT */
@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'Intro Black Regular';
    font-style: bold;
    font-weight: 900;
    src: url('/wp-content/themes/salient-child/fonts/IntroBlack.woff') format('woff'),
         url('/wp-content/themes/salient-child/fonts/IntroBlack.otf') format('opentype');
}
@font-face {
    font-family: 'Intro Book Regular';
    font-style: normal;
    font-weight: normal;
    src: url('/wp-content/themes/salient-child/fonts/IntroBook.woff') format('woff'),
         url('/wp-content/themes/salient-child/fonts/IntroBook.otf') format('opentype');
}

.hero-text {
    font-size: 78px;
    line-height: 82px;
    padding-bottom: 125px;
}

.text-center {
    text-align: center;
}



h1 {
    font-family: 'Intro Black Regular' !important;
    text-transform: lowercase;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: 'Maven Pro' !important;
    text-transform: lowercase;
    font-weight: 600 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #007247;
}

h2 {
    margin-bottom: 3px;
    color: black;
    font-size: 24px;
}

h3 {
    margin-bottom: 3px;
    color: black;
    font-size: 18px;
}

h1.white-text,
h2.white-text,
h3.white-text,
h4.white-text,
h5.white-text,
h6.white-text,
a.white-text,
p.white-text {
    color: white;
}

h1.orange-text,
h2.orange-text,
h3.orange-text,
h4.orange-text,
h5.orange-text,
h6.orange-text,
a.orange-text,
p.orange-text {
    color: #ea6a28;
}

h1.blue-text,
h2.blue-text,
h3.blue-text,
h4.blue-text,
h5.blue-text,
h6.blue-text,
a.blue-text,
p.blue-text,
span.blue-text {
    color: #00AFAF;
}

h1.green-text,
h2.green-text,
h3.green-text,
h4.green-text,
h5.green-text,
h6.green-text,
a.green-text,
p.green-text {
    color: #007247;
}

p {
    color: #1E1E1B;
    font-size: 16px;
}

.thin {
    font-family: 'Maven Pro' !important;
    font-weight: 300;
    font-style: normal;
}

p.intro,
span.intro {
    font-size: 18px;
}

body {
    color: #1e1e1b;
}

ul li {
    font-size: 16px;
}

.menu-hide {
    display: none;
}

#sidebar .widget.widget_nav_menu.green-sidebar li {
    font-size: 18px;
}

p.kernen {
    font-size: 2.5em;
    color: #fff;
    font-weight: 500;
}

.green-sidebar li a {
    text-transform: lowercase;
}

.align-col {
    -webkit-transform: translateY(-73vh);
    transform: translateY(-73vh);
}

.kleine-letters p {
    text-transform: lowercase;
}

@media screen and (max-width: 500px) {
    
    h1.small-mobile {
        font-size:37px;
        line-height:47px;
    }
}

/* ------------------------------------------------------- HEADER */

#top .voice-search {
    padding-left: 20px;
}

body .er-dummy-search-box button.er_voice_search_dummy,
body .er-dummy-search-box button.er_search_button_dummy {
    border-radius: 0!important;
}

body .er-dummy-search-box button.er_voice_search_dummy:hover,
body .er-dummy-search-box button.er_search_button_dummy:hover {
    background-color: #f19900;
}

body .er-dummy-search-box button.er_search_button_dummy {
    -webkit-border-top-right-radius: 8px!important;
    -webkit-border-bottom-right-radius: 8px!important;
    -moz-border-radius-topright: 8px!important;
    -moz-border-radius-bottomright: 8px!important;
    border-top-right-radius: 8px!important;
    border-bottom-right-radius: 8px!important;
}

body .er-dummy-search-box input.er_search_input_dummy {
    -webkit-border-top-left-radius: 8px!important;
    -webkit-border-bottom-left-radius: 8px!important;
    -moz-border-radius-topleft: 8px!important;
    -moz-border-radius-bottomleft: 8px!important;
    border-top-left-radius: 8px!important;
    border-bottom-left-radius: 8px!important;
}

body .er-dummy-search-box button.er_voice_search_dummy {
    width: 44px;
}

/* ---------- HOME PAGE ----------*/


/* REMOVE BOTTOM PADDING ON HOME PAGE */

body.home .container-wrap {
    padding-bottom: 0;
}

/* ---------- iFrame enquete ----------*/

.smcx-embed {
    width: 100% !important;
    max-width: 100% !important;
    height: 500px !important;
}

.smcx-embed>.smcx-iframe-container {
    width: 100% !important;
    max-width: 100% !important;
    height: 500px !important;
}


/* ---------------------------------- HERO SECTION SNEL REGELEN */

.vc_col-sm-12.hero-col.wpb_column.column_container {
    background-color: white;
    box-shadow: 0 13px 56px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    padding: 30px;
}

.hero-col .img-with-aniamtion-wrap.center .hover-wrap-inner {
    background-color: #00AFAF;
    padding: 20px;
    border-radius: 50%;
}


.hero-icon-col {
    display: inline-block;
    justify-content: center;
    align-items: top;
    text-align: center;
}
.hero-icon-col .wpb_wrapper p {
    font-size: 24px;
}


/* ---------------------------------- NEWS SECTION */

.recent-post-container.container span.strong {
    display: none;
}

.recent-post-container.container h3 {
    font-family: 'Maven Pro' !important;
    font-size: 22px;
    margin: 0;
}

.recent-post-container.container a.nectar-button.large.regular.extra-color-3.regular-button {
    margin-top: 5px;
    border-radius: 60px !important;
}

.nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot:before {
    box-shadow: inset 0 0 0 5px #fff;
}

.nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot.is-selected:before {
    box-shadow: inset 0 0 0 1px #fff;
}

.masonry.classic_enhanced .masonry-blog-item h3.title {
    line-height: 1.25em;
    font-size: 2em;
}

.comments-section {
    display: none;
}

/* BOTTOM SECTION (KRIJTLAND STAAT VOOR JE KLAAR)*/

/* ---------------------------------- CASCADING IMAGES */

.nectar_cascading_images .cascading-image img, .nectar_cascading_images .bg-color {
    border-radius: 20px;
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.35);
}

/* ---------------------------------- FANCY UNORDERED LIST */

.small-margin-list .nectar-fancy-ul ul li {
    margin: 10px 0;
}

.nectar-fancy-ul ul li {
    font-family: 'Maven Pro';
    color: #00AFAF;
    margin: 25px 0;
    font-size: 26px;
    font-weight: 900;
    padding-left: 48px;
}

.icon-salient-thin-line:before {
    font-size: 50px;
}
.nectar-fancy-ul ul li i.icon-default-style[class^="icon-"].icon-salient-thin-line {
    line-height: 32px;
}

/* ---------------------------------- LIST */
.ul-col .list-disc ul li {
    display: list-item;
}


/* ----------------------------------  SIDEBAR MENU ----------*/

a[aria-current='page'] {
    font-weight: bold;
}

html body .sidebar-menu a[aria-current='page']:before {
    opacity: 1;
    content: "\f015";
    font-family: 'FontAwesome';
    margin: 0 5px;
}

html body .sidebar-menu a[aria-current='page']:hover:before {
    opacity: 1;
    content: "\f015";
    font-family: 'FontAwesome';
    margin: 0 5px;
}

li.menu-item-has-children:not(.current-menu-item) li,
li.menu-item-has-children:not(.current-menu-item) ul {
    display: none !important;
}

li.menu-item-has-children.current-menu-ancestor.current-menu-parent li,
li.menu-item-has-children.current-menu-ancestor.current-menu-parent ul,
li.menu-item-has-children.current-menu-ancestor.current-menu-parent ul.sub-menu,
li.menu-item-has-children.current-menu-ancestor.current-menu-parent ul.sub-menu li {
    display: block !important;
}

.sidebar-menu {
    background-color: #006f43;
    color: white !important;
    padding: 30px 40px;
    z-index: 999999;
    font-size: 18px;
    line-height: 27px;
}

.sidebar-menu ul {
    margin-bottom: 0;
}

html body .sidebar-menu a {
    transition: all .2s ease-in-out;
}

html body .sidebar-menu a:hover {
    color: #fff !important;
    opacity: 0.7 !important;
}

body div#sidebar a {
    color: #fff;
}

html body .sidebar-menu a:hover:before {
    content: "\f0a4";
    font-family: 'FontAwesome';
    margin: 0 5px;
    opacity: 1;
}

html body .sidebar-menu a:before {
    content: '';
    transition: all .2s ease-in-out;
    opacity: 0;
}

.green-sidebar ul li a {
    border-bottom: 1px solid #055d3b !important;
}

body.material .widget li a, .material #sidebar .widget.green-sidebar li a {
    padding: 15px .625rem !important;
}

div#sidebar ul.sub-menu {
    margin: 0!important;
    padding: 0 0 0 20px;
}

#sidebar div ul li a {
    padding: 15px .625rem !important;
    border-bottom: 1px solid #055d3b !important;
}

.page.material .widget li a, .page.material #sidebar .widget li a {
    padding: 15px .625rem !important;
}

/* ---------------------------------- ACCORDION TOGGLE PANELS --------- */

.toggle.accent-color {
    background-color: #006f43;
}

.toggle.accent-color h3 a{
    color: white;
}

.toggle h3 a {
    font-size: 17px;
    font-weight: 700;
}

.toggle h3 a i {
    color: #fff;
}

/* ----------------------------------  RELATED PAGES ----------*/


div.related-pages {
    display: flex;
}

div.related-pages .page {
    width: 33.3333%;
    margin: 0 10px;
}

div.related-pages img {
    margin-bottom: 0 !important;
}

div.related-pages .page .page-content {
    background-color: #006f43;
    padding: 10px;
}

div.related-pages .page-content h2 a {
    font-size: 24px;
    text-transform: lowercase;
    color: white !important;
    line-height: 36px;
}

.related-pages-link {
    color: #fff;
}

/* ----------------------------------  BUTTONS ----------*/
.nectar-button span {
    font-family: 'Maven Pro';
    font-size: 16px;
}

a.nectar-button.medium.regular.extra-color-3.regular-button {
    border-radius: 60px !important;
    padding: 15px 35px;
}

/* ----------------------------------  FORM ----------*/

.form-green-bg input[type=text],
.form-green-bg input[type=email] {
    background-color: rgba(0,0,0,0.2);
}

.form-green-bg input[type=submit] {
    color: #006f43;
}

.form-green-bg .wpcf7-form p span {
    color: #fff;
}

body[data-form-submit="regular"] .form-green-bg input[type=submit] {
    background: #fff;
}

.form-green-bg span.wpcf7-list-item {
    display: block;
}

/* ----------------------------------  ZUT ----------*/
.z-index-high {
    z-index: 999 !important;
}

.bg-contain .inner-wrap.using-image .row-bg.using-image {
    background-size: contain;
}

.page-id-379 header#top {
    -webkit-box-shadow: 0px 10px 32px 22px rgba(112,112,112,0.2);
    box-shadow: 0px 10px 32px 22px rgba(112,112,112,0.2);
}

.margin-top-min {
    margin-top: -150px;
}

.no-repeat .column-image-bg {
    background: no-repeat;
}

.geen-margin .hover-wrap {
    margin-bottom: 0px;
}

@media screen and (min-width:1000px) {
.line-height-big-desk {
    line-height: 69px;
    }}

/* --------------------------------------------------------- TEAM */

.team-member > img {
    display: none;
}

.material .wpb_content_element.block-member {
    margin-bottom: 0;
}

.member {
    position: relative;
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 56%;
    overflow: hidden;
    background-color: #333;
    background-size: cover;
    background-position: center;
}

.member > * {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.member img {
    display: block;
    width: 100%;
}

.member video {
    display: block;
    opacity: 0;
    width: 100%;
    max-width: 100%;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.member:hover video {
    opacity: 1;
}

.member .member-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.member:hover .member-info {
    opacity: 1;
}

.member .member-info > div {
    display: block;
    padding: 0.7vw 0 0.2vw;
    color: white;
    text-align: center;
}

.member .member-info div.member-name {
    font-family: Roboto Slab;
    font-size: 1.6vw;
    font-weight: bold;
}

.member .member-info div.member-function {
    padding-top: 0; 
    font-size: 1.1vw;
    padding-bottom: 0.4vw;
}

/* ---------------------------------- FORMULIEREN PAGINA ---------*/

.ul-col ul li a {
    font-weight: 300;
    font-size: 18px;
    text-decoration: underline;
}

.ul-col ul li {
    display: flex;
    align-items: center;
    vertical-align: middle;
}

.ul-col .nectar-fancy-ul ul li .icon-default-style[class^="icon-"] {
    font-size: 22px;
    height: 100%;
    line-height: 26px;
}

.ul-col .nectar-fancy-ul ul li {
    padding-left: 30px;
}

/* ----------------------------------  FOOTER ---------- */

/* div#custom_html-3:before {
    content: " ";
    height: 65px;
    width: 156px;
    position: absolute;
    background-image: url('/wp-content/uploads/2020/12/KrijtlandWonen-logo-Wita.png');
    background-repeat: no-repeat;
    top: -70px;
    background-size: contain;
} */

p.footer {
    font-weight: 300;
}

.textwidget a img.footer-social {
    max-width: 50px;
    margin: 0 5px;
}

@media screen and (max-width:999px) {
#footer-outer #footer-widgets {
    margin-top: 75px;
    }}

/* ----------------------------------  MEDIA QUERIES ---------- */

@media screen and (max-width:500px) {
#footer-outer #copyright {
    padding: 20px 0 0 0;
    }
.bg-right-medium-mobile .row-bg.using-image.using-bg-color {
    background-position: right -100px center !important;
    }
h1.xs-mobile {
    font-size: 30px;
    }
    .hero-icon-col .wpb_wrapper p {
        font-size: 16px;
}

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

    html #footer-outer .row {
        padding: 75px 0;
        padding-top: 115px;
    }

}

@media screen and (min-width: 750px) and (max-width: 999px) {
.bg-right-tablet .row-bg.using-image.using-bg-color {
    background-position: right center !important;
    }
}

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

    html body.home .snel-regelen-col {
        transform: translateY(-240px) !important;
        -webkit-transform: translateY(-240px) !important;
    }

    .hero-text {
        padding-bottom: 160px !important;
    }

}