/*
Theme Name: Wentadvies
Author: Wentadvies
Version: 4.3.0
*/

.wrapper {
    background-color: #343434;
}

#language_switcher {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 99;
    background: #00b1b6;
}

#language_switcher_mobile {
    position: absolute;
    right: 88px;
}

#language_switcher ul li {
    display: inline-block;
    padding: 10px;
    color: #fff;
}

#language_switcher_mobile ul li {
    display: inline-block;
    padding: 5px;
    color: #00b1b6;
}

#language_switcher ul li a {
    color: #fff;
}

#language_switcher_mobile ul li a {
    color: #00b1b6;
}

#language_switcher ul li:hover a, #language_switcher_mobile ul li:hover a {
    font-weight: bold;
}

#language_switcher ul li a.active, #language_switcher_mobile ul li a.active {
    font-weight: bold;
}

.wrapper header.header {
    z-index: 1;
}

.wrapper .blocks.fixed {
    z-index: 0;
}

.information__thumb figure.active img { opacity: 1; }

.wrapper .information__tools span,
.wrapper  .information__tools {
    color: #000;
    
}

.wrapper .blocks__links {
    width: 50.2%;
}

.wrapper .blocks__links li:nth-child(1) {
    /*min-width: calc(100% / 3 * 2);
    width: 66.66666667%;*/
    min-width: 50%;
    width: 50%;
    
}

.wrapper .blocks__links li:nth-child(2) {
    /*min-width: calc(100% / 3);
    width: 33.33333333%;*/
    min-width: 50%;
    width: 50%;
}

.wrapper .blocks__links li {
    width: 50%;
}

.main .sidebar .widget_mc4wp_form_widget form button[type="submit"] {
    background-image: url(img/mail-outline.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.4375rem 1.5rem;
}

.members__list.redesign ul li,
.members__list.redesign ul li:nth-child(2n){
   width: 100%;
   height: 50vh;
   overflow: hidden;
}

.members__list.redesign ul li figure {
    width: calc(100% / 3);
    width: 33.333333333%;
}

.members__list.redesign ul li:nth-child(odd) figure:nth-child(1),
.members__list.redesign ul li:nth-child(odd) figure:nth-child(2),
.members__list.redesign ul li:nth-child(odd) figure:nth-child(4),
.members__list.redesign ul li:nth-child(odd) figure:nth-child(5) {
    width: calc(100% / 3);
    width: 33.333333333%;
}

.wrapper .members__list ul li figure a {
    display: block;
    font-size: 0;
    outline: none;
    overflow: hidden;
}

.wrapper .information__thumb {
    margin-top: 44px;
}

.wrapper .article__banner nav {
    /*width: auto;*/
    font-weight: 500;
    text-align: right;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #000;
    font-family: "Gotham", sans-serif;
    font-size: 0.9375rem;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
    /*float: right;
    right: 1.875rem;
    position: absolute;*/
    /*background: #fff;*/
    padding: 1rem 1.875rem;
}

.post-template-default .wrapper .article__banner nav {
    color: #fff;
}

.wrapper .article__banner ul li a {
    background-image: url(img/angle-left-nav.svg);
}

.wrapper .article__banner ul li a[rel="prev"] {
    background-image: url(img/angle-right-nav.svg);
}

.wrapper .blocks__login {
    display: block;
}

.wrapper .welcome__slider,
.wrapper .welcome__text {
    padding: 1.375rem 2.125rem;
}

.wrapper .welcome__text {
    background: rgba(0, 0, 0, 0.5);
}
.wrapper .members__list ul li figure{
    position: relative;
    -webkit-transition: -webkit-transform .5s ease;
    -moz-transition: -moz-transform .5s ease;
    transition: transform .5s ease;
}
.wrapper .members__list ul li figure:hover{
    z-index: 2;
    -webkit-transform: matrix(1.11,0,0,1.106,0,0);
    transform: matrix(1.11,0,0,1.106,0,0);
}
.wrapper .members__list ul li figure span {
    display: none;
    position: absolute;
    /*padding: 20px;*/
    padding: 20px 20px 30px 20px;
    background: #00b1b6;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.wrapper .members__list ul li figure:hover span{
    display: block;
}

.wrapper .welcome__slider {
    display: none;
}

.wrapper .toggle__news {
    display: block;
    margin-top: 1.875rem;
    background-image: url(img/arrow-up.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
     -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
    -ms-transition:all 0.3s ease-in;
    transition:all 0.3s ease-in;
    height: 20px;
}

.wrapper .main .article {
    background-color: rgba(0, 0, 0, 0.5);
   width: 100%;
}

.wrapper .blocks__tools {
    min-height: 120px;
}

.wrapper .information__photo img.funny {
    width: 100%;
    height: auto;
    opacity: 0;
    -webkit-transition: visibility 0.3s, opacity 0.3s linear;
    -moz-transition: visibility 0.3s, opacity 0.3s linear;
    -o-transition: visibility 0.3s, opacity 0.3s linear;
    -ms-transition: visibility 0.3s, opacity 0.3s linear;
    transition: visibility 0.3s, opacity 0.3s linear;
    visibility: hidden;
    position: absolute;
    top: 0;
}

.wrapper .information__photo:hover img.funny {
    width: 100%;
    height: auto;
     -webkit-transition: visibility 0.3s, opacity 0.3s linear;
    -moz-transition: visibility 0.3s, opacity 0.3s linear;
    -o-transition: visibility 0.3s, opacity 0.3s linear;
    -ms-transition: visibility 0.3s, opacity 0.3s linear;
    transition: visibility 0.3s, opacity 0.3s linear;
    visibility: visible;
    opacity: 1;
    cursor: zoom-in;
}

.wrapper .blocks.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    padding-left: 20.625rem;
    background: none;
}

.wrapper .blocks.fixed ul.blocks__links li {
    background-color: #fff;
}

.wrapper .sidebar--left {
    padding-bottom: 160px;
}
body.single-post .main{
    background: #343434;
    display: block !important;
}
body.single-post .wrapper .main .article{
    width: 100%;
    /*max-width: 45.375rem;*/
    padding-right: 19.375rem;
}
body.single-post .article__detail{
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
}
body.single-post .article__detail ul{
    margin-left: 15px !important;
}
body.single-post .article__detail ul,
body.single-post .article__detail ul li{
    list-style: disc !important;
}

body.single-post .article__detail ul li{
    margin-bottom: 15px;
}

body .wrapper .article__news {
   padding-right: 21.875rem;
}

body.category .article__news ul,
body.archive .article__news ul,
body.search .article__news ul{
    /*max-width: 40.375rem !important;*/
    width: 100%;
    margin: 0 auto;
}

body.category .article__news ul li,
body.archive .article__news ul li,
body.search .article__news ul li{
    margin-bottom: 1.6875rem;
}

.article__banner h1{
    align-self: flex-end;
    text-align: center;
    width: 100%;
    margin-top: 100px;
}

.article-tags a{
    margin: 5px;
}
.article-tags a:first-of-type{
    margin-left: 0px;
}

.header__menu > ul > li.current-post-ancestor > a{
    opacity: 1;
}

.button--sm{
    margin-left: 5px;
}

.article__detail a:hover{
    color: #fff;
    text-decoration: underline;
}
.sidebar .widget_tag_cloud a{
    padding: 0.25rem 0.9375rem !important;
    margin-bottom: 10px;
    height: auto !important;
}

.wrapper ul.link_blocks {
    margin: 0 auto;
    display: table;
}

.wrapper ul.link_blocks li {
    width: 48.5%;
    margin: 1% 0.5% 1% 1%;
    /*float: left;*/
    height: 25%;
    /*background: #fff;*/
    list-style-type: none;
    padding: 1.25rem;
    display: table-cell;
}

.wrapper ul.link_blocks li a {
    width: 100%;
    height: 100%;
    display: inline-grid;
    background: #fff;
}

.wrapper ul.link_blocks li a img {
    width: auto;
    height: 125px;
    display: block;
    margin: 0 auto;
    padding: 1.25rem;
}

.wrapper ul.link_blocks li a p {
    padding: 1.25rem;
}

.wrapper .blocks__links li a:hover {
    text-transform: none;
}

.wrapper .blocks__tools li {
    height: 100%;
    padding: 0px;
    position: relative;
    transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out, background-color 0.35s ease-in-out;
}

.wrapper .blocks__login, .wrapper .blocks__tel, .wrapper .blocks__tools li a {
    width: 100%;
    white-space: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    padding: 1.25rem 0.625rem 0.625rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.wrapper .blocks .blocks__tel a {
    top: 70%;
    transform: translateY(-70%);
}

.wrapper .blocks .blocks__tel strong {
    top: 100%;
    transform: translateY(150%);
}


.wrapper .blocks__tools li:hover {
    font-weight: 900;
    color: #fff;
    background: #343434;
    text-transform: none;
}

.wrapper .blocks__search a.js-search-close {
    z-index: 1 !important;
    display: block !important;
    width: 1.9375rem !important;
    overflow: hidden !important;
    height: 1.9375rem !important;
    text-indent: -999px !important;
    position: absolute !important;
    top: 2.8125rem !important;
    right: 3.75rem !important;
    left: auto;
    background-image: url(img/close.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}

.wrapper .intromission__info {
    height: 100%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.wrapper .intromission__over {
    background-color: #343434;
}

.wrapper .intromission__form {
    margin-bottom: 0;
    padding: 0;
}

.wrapper .intromission__form .form__container {
    padding: 1.875rem;
}

#mapspano {
    width: 100%;
    height: 300px;
    margin-top: 1.875rem;
}

.wrapper .maps.intromission__map.redesign {
    /*width: 55%;*/
    height: 55vh !important;
    position: relative !important;
}

.wrapper span.wpcf7-list-item {
    margin: 1em 1em 1em 0em;
}

.article--right > div {
	width: 100%;
	margin-bottom: 180px;
}

.team__information__contact {
   text-align: center;
   padding-top: 1.25rem;
   padding-bottom: 1.25rem;
}

.team__information__contact a.button.callnow {
   line-height: 1.7;
   font-size: 1.25rem;
   height: auto;
}

.team__information__contact a.button.callnow:before {
   content: '';
   display: block;
   width: 1.25rem;
   height: 1.25rem;
   margin-right: 1em;
   margin-left: auto;
   background-image: url(img/phone-icon.svg);
   background-position: center;
   background-repeat: no-repeat;
   background-size: 100% 100%;
}

.wrapper .intromission__top ul > li:last-child {
	padding-top: 0px;
}
.wrapper .article__content {
   margin-bottom: 180px;
}

.sidebar .widget_mc4wp_form_widget .wpcf7 form button[type="submit"] {
   position: relative;
   width: 100%;
   height: 2.8125rem;
   background-position: 15px;
   top: auto;
   right: auto;
   text-indent: inherit;
}

.sidebar .widget_mc4wp_form_widget.redesign .title {
   font-weight: 500;
   letter-spacing: 2px;
   text-transform: uppercase;
   font-family: "Gotham", sans-serif;
   font-size: 1rem;
   margin-bottom: 2.1875rem;
   color: #fff;
}

.sidebar .widget_mc4wp_form_widget.redesign .title:after {
   content: '';
   height: 2px;
   display: block;
   width: 3.9375rem;
   background: #fff;
   margin-top: 0.9375rem;
}

.sidebar .widget_mc4wp_form_widget.redesign .wpcf7 label,
.sidebar .widget_mc4wp_form_widget.redesign .wpcf7 p {
   color: #fff;
}

.sidebar .widget_mc4wp_form_widget.redesign .wpcf7 a {
   color: #000;
}

.sidebar .widget_mc4wp_form_widget.redesign .wpcf7 a:hover {
   color: #fff;
}

.wrapper ul.horizontal__buttons li {
   list-style-type: none;
   display: inline-block;
   width: 31.3333333%;
   width: calc(100%/3 - 3%);
   margin: 1%;
}

.wrapper ul.horizontal__buttons li a {
   width: 100%;
}

@media only screen and (max-width: 1499px) {
    .wrapper .welcome__news.slick-slide .text {
        display: block;
    }
    
    .wrapper .blocks.fixed {
        padding-left: 229px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .wrapper #language_switcher_mobile {
        display: none;
    }
    
    .wrapper #language_switcher {
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    .wrapper #language_switcher_mobile {
        display: block;
    }
    
    .wrapper #language_switcher {
        display: none;
    }
    
    .wrapper .blocks__links {
        width: 100%;
    }
    
    .wrapper .blocks__links li:nth-child(1) {
        min-width: 50%;
        width: 50%;
    }

    .wrapper .blocks__links li:nth-child(2) {
        min-width: 50%;
        width: 50%;
    }
    
    .wrapper .welcome__text {
        background: none;
    }
    
    .wrapper .welcome__slider  {
        display: block;
    }
    
    .wrapper .toggle__news {
        display: none;
    }
    
    .wrapper .blocks.fixed {
        padding-left: 0px !important;
    }
    
    body .wrapper .article__news {
      padding-right: 2.5rem;
    }
	
	.wrapper ul.horizontal__buttons li {
	   list-style-type: none;
	   display: inline-block;
	   width: 47%;
	   margin: 1%;
	}
   
   body.single-post .wrapper .main .article {
      padding-right: 0px;
   }

}

@media only screen and (max-width: 580px) {
    .wrapper .blocks .blocks__tel a {
        top: 50%;
        transform: translateY(-50%);
    }
    
    .wrapper .blocks__tools {
        min-height: 80px;
    }
	
	.wrapper ul.horizontal__buttons li {
	   list-style-type: none;
	   display: inline-block;
	   width: 98%;
	   margin: 1%;
	}
}

@media only screen and (min-width: 561px) {
    .members__list.redesign ul.desktop__members__list {
        transition: background ease-in-out 0.35s;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    
    .members__list.redesign ul.mobile__members__list {
        transition: background ease-in-out 0.35s;
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .wrapper .information__tools a,
    .wrapper .article__banner ul li a {
        width: 2.06rem;
        height: 2.94rem;
    }
    
    .wrapper ul.link_blocks li {
        margin: 1%;
        width: 98%;
        display: block;
    }
    
    .wrapper .article__content {
        padding: 1.25rem 15px 180px 15px;
    }
}

@media only screen and (max-width: 560px) {
    .members__list.redesign ul.desktop__members__list {
        transition: background ease-in-out 0.35s;
        display: none;
    }
    
    .members__list.redesign ul.mobile__members__list {
        transition: background ease-in-out 0.35s;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    
    .members__list.redesign ul li figure {
        transition: background ease-in-out 0.35s;
        width: 50%;
    }
    
    .members__list.redesign ul li:nth-child(odd) figure:nth-child(1),
    .members__list.redesign ul li:nth-child(odd) figure:nth-child(2),
    .members__list.redesign ul li:nth-child(odd) figure:nth-child(4),
    .members__list.redesign ul li:nth-child(odd) figure:nth-child(5) {
        transition: background ease-in-out 0.35s;
        width: 50%;
    }
}

@media only screen and (max-width: 480px) {
    #language_switcher_mobile ul li {
        padding: 2.5px;
        text-align: center;
    }
    #language_switcher_mobile ul li.hide {
        display: none;
    }
}

.grecaptcha-badge {
    z-index: 999999 !important;
}