@font-face {
font-family: 'ConfigCondensed';
src: url(//ijvervastgoed.nl/wp-content/plugins/ijver-vastgoed/fonts/ConfigCondensedThin.otf) format('opentype');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'ConfigCondensed';
src: url(//ijvervastgoed.nl/wp-content/plugins/ijver-vastgoed/fonts/ConfigCondensedThinItalic.otf) format('opentype');
font-weight: 100;
font-style: italic;
}
@font-face {
font-family: 'ConfigCondensed';
src: url(//ijvervastgoed.nl/wp-content/plugins/ijver-vastgoed/fonts/ConfigCondensedExtraLight.otf) format('opentype');
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: 'ConfigCondensed';
src: url(//ijvervastgoed.nl/wp-content/plugins/ijver-vastgoed/fonts/ConfigCondensedExtraLightItalic.otf) format('opentype');
font-weight: 200;
font-style: italic;
}
@font-face {
font-family: 'ConfigCondensed';
src: url(//ijvervastgoed.nl/wp-content/plugins/ijver-vastgoed/fonts/ConfigCondensedLight.otf) format('opentype');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'ConfigCondensed';
src: url(//ijvervastgoed.nl/wp-content/plugins/ijver-vastgoed/fonts/ConfigCondensedLightItalic.otf) format('opentype');
font-weight: 300;
font-style: italic;
}
@font-face {
font-family: 'ConfigCondensed';
src: url(//ijvervastgoed.nl/wp-content/plugins/ijver-vastgoed/fonts/ConfigCondensedRegular.otf) format('opentype');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'ConfigCondensed';
src: url(//ijvervastgoed.nl/wp-content/plugins/ijver-vastgoed/fonts/ConfigCondensedItalic.otf) format('opentype');
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: 'ConfigCondensed';
src: url(//ijvervastgoed.nl/wp-content/plugins/ijver-vastgoed/fonts/ConfigCondensedText.otf) format('opentype');
font-weight: 450;
font-style: normal;
}
@font-face {
font-family: 'ConfigCondensed';
src: url(//ijvervastgoed.nl/wp-content/plugins/ijver-vastgoed/fonts/ConfigCondensedTextItalic.otf) format('opentype');
font-weight: 450;
font-style: italic;
}
@font-face {
font-family: 'ConfigCondensed';
src: url(//ijvervastgoed.nl/wp-content/plugins/ijver-vastgoed/fonts/ConfigCondensedMedium.otf) format('opentype');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'ConfigCondensed';
src: url(//ijvervastgoed.nl/wp-content/plugins/ijver-vastgoed/fonts/ConfigCondensedMediumItalic.otf) format('opentype');
font-weight: 500;
font-style: italic;
}
@font-face {
font-family: 'ConfigCondensed';
src: url(//ijvervastgoed.nl/wp-content/plugins/ijver-vastgoed/fonts/ConfigCondensedSemiBold.otf) format('opentype');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'ConfigCondensed';
src: url(//ijvervastgoed.nl/wp-content/plugins/ijver-vastgoed/fonts/ConfigCondensedSemiBoldItalic.otf) format('opentype');
font-weight: 600;
font-style: italic;
}
@font-face {
font-family: 'ConfigCondensed';
src: url(//ijvervastgoed.nl/wp-content/plugins/ijver-vastgoed/fonts/ConfigCondensedBold.otf) format('opentype');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'ConfigCondensed';
src: url(//ijvervastgoed.nl/wp-content/plugins/ijver-vastgoed/fonts/ConfigCondensedBoldItalic.otf) format('opentype');
font-weight: 700;
font-style: italic;
}
@font-face {
font-family: 'ConfigCondensed';
src: url(//ijvervastgoed.nl/wp-content/plugins/ijver-vastgoed/fonts/ConfigCondensedExtraBold.otf) format('opentype');
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: 'ConfigCondensed';
src: url(//ijvervastgoed.nl/wp-content/plugins/ijver-vastgoed/fonts/ConfigCondensedExtraBoldItalic.otf) format('opentype');
font-weight: 800;
font-style: italic;
}
@font-face {
font-family: 'ConfigCondensed';
src: url(//ijvervastgoed.nl/wp-content/plugins/ijver-vastgoed/fonts/ConfigCondensedBlack.otf) format('opentype');
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: 'ConfigCondensed';
src: url(//ijvervastgoed.nl/wp-content/plugins/ijver-vastgoed/fonts/ConfigCondensedBlackItalic.otf) format('opentype');
font-weight: 900;
font-style: italic;
}
.font-primary {
font-family: 'ConfigCondensed';
} :root {
--accent: #C8AB77;
--primary: #373634;
--font: 'ConfigCondensed', sans-serif;
--mobile_menu_width: 280px;
--mobile_menu_move: -280px;
} .flex {
display: flex;
}
.flex-col {
flex-direction: column;
}
@media only screen and (max-width: 768px) {
.mobile-flex-col {
flex-direction: column;
}
}
.gap-md {
gap: 16px;
}
.p-24 {
padding: 24px;
}
.p-16 {
padding: 16px;
}
.pb-15 {
padding-bottom: 15px;
}
.bg-grey {
background-color: #5F5D5D;
}
.bg-white {
background-color: #fff;
}
.mb-18 {
margin-bottom: 18px;
}
.text-white {
color: #ffffff;
}
.text-orange {
color: #FF682C;
}
.text-black {
color: #000;
}
.text-grey {
color: #666;
}
.text-bold {
font-weight: 700;
}
.text-light {
font-weight: 300;
}
.text-18 {
font-size: 18px;
}
.line-1-3 {
line-height: 1.3em;
}
.line-1-4 {
line-height: 1.4em;
}
.text-24-static {
font-size: 24px;
}
.text-30-static {
font-size: 30px;
}
.text-16-static {
font-size: 16px;
}
@media only screen and (min-width: 981px) {
.text-60 {
font-size: 60px;
}
.text-36 {
font-size: 36px;
}
.text-24 {
font-size: 24px;
}
.text-22 {
font-size: 22px;
}
}
@media only screen and (max-width: 1200px) {
.text-22 {
font-size: 18px;
}
.text-24 {
font-size: 20px;
}
}
@media only screen and (max-width: 980px) {
.text-60 {
font-size: 50px;
}
.text-36 {
font-size: 30px;
}
}
@media only screen and (max-width: 768px) {
.text-60 {
font-size: 40px;
}
.text-36 {
font-size: 24px;
}
}
#service_details_grid_transactiemanagement_subcards, #service_details_grid_asset_management_subcards, #service_details_grid_strategisch_advies_subcards {
display: flex;
gap: 18px;
}
@media only screen and (max-width: 768px) {
#service_details_grid_transactiemanagement_subcards, #service_details_grid_asset_management_subcards, #service_details_grid_strategisch_advies_subcards {
display: flex;
flex-direction: column;
gap: 18px;
}
}
#service_details_grid_transactiemanagement_subcards > div, #service_details_grid_asset_management_subcards > div, #service_details_grid_strategisch_advies_subcards > div {
flex: 1;
} * {
box-sizing: border-box;
}
li.header_primary > a {
padding: 9px 13px !important;
font-size: 15px !important;
font-weight: 800 !important;
display: inline-block !important;
margin-right: 5px !important;
background-color: #fbba00; color: white;
}
a.iv_btn {
background-color: #f5f5f5;
padding: 9px 13px !important;
font-size: 15px !important;
font-weight: 800 !important;
display: inline-block !important;
margin-right: 5px !important;
}
a.iv_btn.iv_btn_yellow {
background-color: #fbba00;
color: white;
}
a.iv_btn.iv_btn_white {
background-color: #fff;
color: #005a77;
}
a.iv_btn.iv_btn_blue {
background-color: #005a77;
color: white;
} li.header_primary.current-menu-item > a {
color: var(--primary) !important;
} .iv_header_desktop_spacer {
display: block;
width: 100%;
background-color: var(--primary);
height: 100px;
}
.iv_header_wrapper {
position: fixed;
top: 0; left: 0;
width: 100%;
height: 123px;
background-color: var(--primary);
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.iv_header_payoff {
width: 100%;
background-color: var(--accent);
height: 35px;
display: flex;
justify-content: center;
align-items: center;
}
.iv_header_payoff_inner > span {
color: white !important;
font-family: var(--font);
font-size: 18px;
font-weight: 300;
}
.iv_desktop, .iv_header_payoff_inner {
width: 80%;
max-width: 1080px;
display: flex;
padding-top: 5px;
padding-bottom: 7px;
flex-direction: row;
align-items: center;
justify-content: space-between;
height: 100px;
}
.iv_logo {
grid-column: 1 / span 1;
grid-row: 1 / span 2;
}
.iv_logo img {
height: 100%;
max-width: 90px;
max-height: 59px;
object-fit: contain;
}
div.iv_header_upper {
grid-column: 2 / span 1;
grid-row: 1 / span 1;
}
div.iv_header_lower {
grid-column: 2 / span 1;
grid-row: 2 / span 1;
}
div.iv_header_upper > div,
div.iv_header_lower > div {
position: relative;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
div.iv_header_upper > div > ul,
div.iv_header_lower > div > ul {
display: flex;
justify-content: flex-end;
align-items: center;
list-style-type: none;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
gap: 18px;
}
div.iv_header_upper > div > ul > li,
div.iv_header_lower > div > ul > li {
display: inline-block;
height: 100%;
margin: 0;
padding: 0;
line-height: 1em;
}
div.iv_header_upper > div > ul > li > a,
div.iv_header_lower > div > ul > li > a {
color: white;
text-decoration: none;
font-size: 15px;
font-weight: 700;
margin: 0;
padding: 0;
line-height: 1em;
}
div.iv_header_upper > div > ul > li > a {
font-family: var(--font);
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
color: white;
} .iv_header_wrapper.iv_header_scroll {
height: 75px;
}
.iv_header_wrapper.iv_header_scroll > .iv_desktop {
grid-template-rows: 1fr;
}
.iv_header_wrapper.iv_header_scroll > .iv_desktop > .iv_header_upper {
display: none;
}
.iv_header_wrapper.iv_header_scroll > .iv_desktop > .iv_header_lower {
grid-row: 1 / span 1;
}
.iv_header_wrapper.iv_header_scroll > .iv_desktop > .iv_header_lower > .menu-primary-container ul li > a {
color: var(--primary);
}
.iv_header_wrapper.iv_header_scroll > .iv_desktop > .iv_header_lower > .menu-primary-container ul li.header_primary > a {
background-color: var(--accent);
color: white !important;
}
.iv_header_wrapper.iv_header_scroll .iv_logo img {
width: 69px;
display: block;
}
.iv_header_wrapper > .iv_desktop > .iv_logo > img.iv_logo_dark {
display: none;
}
.iv_header_wrapper.iv_header_scroll > .iv_desktop > .iv_logo > img.iv_logo_dark,
.iv_header_wrapper.iv_header_scroll > .iv_mobile_header > .iv_logo > img.iv_logo_dark {
display: block;
padding: 5px;
}
.iv_header_wrapper.iv_header_scroll > .iv_header_payoff {
display: none;
} ul.sub-menu {
list-style: none !important;
padding: 15px 8px !important;
background-color: white;
display: flex;
flex-direction: column;
gap: 9px;
border-radius: 4px;
box-shadow: rgba(17, 17, 26, 0.05) 0 4px 16px,
rgba(17, 17, 26, 0.05) 0 8px 32px;
}
ul.sub-menu > li {
border-bottom: 2px solid #ededed;
padding-bottom: 11px;
}
ul.sub-menu > li:last-child {
border-bottom: none;
}
ul.sub-menu > li > a {
padding-left: 12px;
}
.menu-item > ul {
position: absolute;
display: none;
}
.menu-item:hover > ul {
display: flex;
} .iv_mobile {
display: none;
}
.iv_mobile_menu {
width: var(--mobile_menu_width);
background-color: var(--primary);
position: fixed;
z-index: 999999999999999999999;
height: 100vh;
top: 0; right: 0;
transform: translateX(var(--mobile_menu_width));
}
.iv_mobile_menu.iv_mobile_menu_open {
padding: 30px;
box-sizing: border-box;
display: flex;
flex-direction: column;
gap: 30px;
transform: translateX(0);
}
.iv_mobile_menu.iv_mobile_menu_open .menu {
list-style: none;
}
.iv_mobile_menu.iv_mobile_menu_open .menu ul {
list-style: none;
padding: 0;
display: flex;
flex-direction: column;
gap: 6px;
}
.iv_mobile_menu.iv_mobile_menu_open .menu ul a,
.iv_mobile_menu.iv_mobile_menu_open .menu ul a:hover,
.iv_mobile_menu.iv_mobile_menu_open .menu ul a:active,
.iv_mobile_menu.iv_mobile_menu_open .menu ul a:focus {
font-family: var(--font);
font-size: 23px;
text-transform: uppercase;
color: white;
font-weight: 600;
} .iv_mobile_menu:after {
content: "";
position: absolute;
right: -150px;
bottom: -110px;
width: 400px;
height: 400px;
z-index: -1;
background-size: contain;
background-repeat: no-repeat;
opacity: 0.2;
} .iv_mobile_hitarea,
.iv_mobile_menu,
.iv_ease_page {
transition: all 500ms cubic-bezier(0.000, 0.930, 0.245, 1.020);
}
.iv_mobile_hitarea {
display: none;
width: calc(100% - var(--mobile_menu_width));
background-color: rgba(255, 255, 255, 0);
height: 100vh;
position: fixed;
top: 0; left: 0;
z-index: 999999999999999999999;
opacity: 0;
}
.iv_mobile_hitarea.iv_mobile_hitarea_open {
display: block;
opacity: 0.6;
background-color: black;
}
.iv_move_page {
transform: translateX(var(--mobile_menu_move));
}
.iv_mobile_menu_open {
transform: translateX(0);
} @media screen and (max-width: 900px) {
.iv_desktop {
display: none;
}
.iv_mobile {
display: flex !important;
width: 80% !important;
height: 100% !important;
justify-content: space-between !important;
align-items: center !important;
}
.iv_header_desktop_spacer {
height: 60px;
}
.iv_header_wrapper {
height: 120px;
}
.iv_mobile > * {
height: 100%;
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
}
.iv_mobile_header {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
height: 100px;
padding: 0;
}
.iv_mobile > .iv_logo {
width: 200px;
height: 100%;
padding: 10px 0;
} .iv_slider_controlls {
display: none !important;
}
.iv_header_wrapper.iv_header_scroll > .iv_mobile_header > .iv_mobile_btn {
background-color: var(--accent);
height: 37px;
width: 37px;
border-radius: 4px;
display: flex;
justify-content: center;
align-items: center;
}
} @media screen and (max-width: 920px) {
.iv_desktop {
grid-template-columns: 200px 1fr;
}
} .ijvb_modal {
position: fixed;
left: 0px;
top: 0px;
background-color: #747474;
width: 100vw;
height: 100vh;
z-index: 999999999999!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-content: center;
justify-content: center;
align-items: center;
}
.ijvb_modal .ijvb_modal_overlay {
}
.ijvb_modal .ijvb_modal_inner {
background-color: white;
padding: 0;
box-sizing: border-box;
width: 90%;
height: 90%;
z-index: 9999999999999999999999999999999999999999999999999999999;
max-height: 600px;
max-width: 980px;
}
.ijvb_modal .ijvb_modal_inner .ijvb_modal_content {
width: 100%;
height: 100%;
display: grid;
grid-template-columns: 360px 1fr;
box-sizing: border-box;
position: relative;
}
.ijvb_modal .ijvb_modal_inner .ijvb_modal_content .ijvb_modal_content_img {
background-size: cover;
background-position: center;
filter: saturate(0);
}
.ijvb_modal .ijvb_modal_inner .ijvb_modal_content .ijvb_modal_content_text {
padding: 20px;
height: 100%;
overflow: hidden;
overflow-y: scroll;
display: flex;
flex-direction: column;
align-items: stretch;
gap: 7px;
}
.ijvb_modal .ijvb_modal_inner .ijvb_modal_content h3 {
font-size: 30px;
font-weight: 700;
color: var(--primary);
margin: 0;
padding: 0;
}
.ijvb_modal .ijvb_modal_inner .ijvb_modal_content h4 {
font-size: 23px;
padding: 0;
margin: 0;
font-weight: 700;
}
.ijvb_modal .ijvb_modal_inner .ijvb_modal_content .ivb_person_content {
font-size: 18px;
line-height: 1.4em;
color: #565656;
}
.ijvb_modal .ijvb_modal_inner .ijvb_modal_content .ivb_person_content .p1 {}
.ijvb_modal .ijvb_modal_inner .ijvb_modal_content .ivb_person_data {}
.ijvb_modal .ijvb_modal_inner .ijvb_modal_content .ivb_person_data .ivb_person_data_item {
display: flex;
align-content: center;
justify-content: flex-start;
align-items: center;
flex-direction: row;
gap: 10px;
margin-bottom: 15px;
margin-top: 15px;
cursor: pointer;
}
.ijvb_modal .ijvb_modal_inner .ijvb_modal_content .ivb_person_data .ivb_person_data_icon {}
.ijvb_modal .ijvb_modal_inner .ijvb_modal_content .ivb_person_data a {}
.ijvb_modal .ijvb_modal_inner .ijvb_modal_content .ivb_person_data a:hover {}
.ijvb_modal .ijvb_modal_inner .ijvb_modal_content .ivb_person_data a:active {}
.ijvb_modal .ijvb_modal_inner .ijvb_modal_content .ivb_person_data a:focus {}
.ivb_person_data_item  .ivb_person_data_icon {
height: 25px;
filter: saturate(0) brightness(0.5)!important;
}
.ivb_person_data_item:hover .ivb_person_data_icon{
filter: saturate(1) brightness(1)!important;
}
.ijvb_modal .ijvb_modal_inner .ijvb_modal_content .ivb_person_data p {}
.ijvb_modal_close {
position: absolute;
right: 20px;
top: 20px;
background-color: black;
position: absolute;
width: 35px;
height: 35px;
border-radius: 50%;
background-image: url('data:image/svg+xml;utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2052.3%20(67297)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3Ejollycons-%5Bcategory%5D%2Ficons%2Fsvg%2Ficon-ui-1-close%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icons%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icons---export%22%20transform%3D%22translate(-124.000000%2C%20-58.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22row-1%22%20transform%3D%22translate(60.000000%2C%2058.000000)%22%20fill%3D%22%23000000%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon---2%22%20transform%3D%22translate(64.000000%2C%200.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M12%2C13.4142136%20L4.70710678%2C20.7071068%20C4.31658249%2C21.0976311%203.68341751%2C21.0976311%203.29289322%2C20.7071068%20C2.90236893%2C20.3165825%202.90236893%2C19.6834175%203.29289322%2C19.2928932%20L10.5857864%2C12%20L3.29289322%2C4.70710678%20C2.90236893%2C4.31658249%202.90236893%2C3.68341751%203.29289322%2C3.29289322%20C3.68341751%2C2.90236893%204.31658249%2C2.90236893%204.70710678%2C3.29289322%20L12%2C10.5857864%20L19.2928932%2C3.29289322%20C19.6834175%2C2.90236893%2020.3165825%2C2.90236893%2020.7071068%2C3.29289322%20C21.0976311%2C3.68341751%2021.0976311%2C4.31658249%2020.7071068%2C4.70710678%20L13.4142136%2C12%20L20.7071068%2C19.2928932%20C21.0976311%2C19.6834175%2021.0976311%2C20.3165825%2020.7071068%2C20.7071068%20C20.3165825%2C21.0976311%2019.6834175%2C21.0976311%2019.2928932%2C20.7071068%20L12%2C13.4142136%20Z%22%20id%3D%22close%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22slices%22%20transform%3D%22translate(60.000000%2C%2058.000000)%22%3E%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
background-size: 20px;
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
}
.ijvb_modal_content_large {
height: 100px;
background-size: cover;
background-position: center;
filter: saturate(0);
} #ijver_vastgoed_base_button {
background-color: var(--accent);
border-width: 0px;
border-radius: 3px;
color: #ffffff;
font-weight: bold;
font-size: 20px;
font-style: normal;
text-transform: uppercase;
text-decoration: none;
transition: 0.3s all;
padding: 6px 20px;
}
@media only screen and (max-width: 768px) {
#ijver_vastgoed_base_button {
width: 250px;
text-align: center;
}
} #ijver_dna_grid_subcards {
--min-card-width: 150px;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(min(var(--min-card-width), 100%), 1fr));
gap: 1rem;
}
@media only screen and (min-width: 980px) and (max-width: 1300px) {
#ijver_dna_grid_subcards {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr;
gap: 1rem;
}
}
@media only screen and (min-width: 600px) and (max-width: 820px) {
#ijver_dna_grid_subcards {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr;
gap: 1rem;
}
}.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}