
/*--------------------------------------------------------------
Elements mix
--------------------------------------------------------------*/

.BorlabsCookie input[type="text"],
.BorlabsCookie input[type="email"],
.BorlabsCookie input[type="url"],
.BorlabsCookie input[type="password"],
.BorlabsCookie input[type="search"],
.BorlabsCookie input[type="number"],
.BorlabsCookie input[type="tel"],
.BorlabsCookie input[type="range"],
.BorlabsCookie input[type="date"],
.BorlabsCookie input[type="month"],
.BorlabsCookie input[type="week"],
.BorlabsCookie input[type="time"],
.BorlabsCookie input[type="datetime"],
.BorlabsCookie input[type="datetime-local"],
.BorlabsCookie input[type="color"],
.BorlabsCookie textarea {
   font-size:1rem; /* prevent iOS from zooming in on input fields */
}



/*--------------------------------------------------------------
Cookie box
--------------------------------------------------------------*/

#BorlabsCookieBox {
	font-size: 1rem !important;
/*	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: auto;
	-webkit-font-smoothing: auto;*/
}
#BorlabsCookieBox ._brlbs-box .container {
	max-height: calc(100vh - 30px) !important; /* rest 15px padding top/bottom of ._brlbs-box / ._brlbs-bar */
}
#BorlabsCookieBox ._brlbs-bar h3,
#BorlabsCookieBox ._brlbs-bar ._brlbs-h3 {
	margin: 0 0 1rem;
	display:block;
}
#BorlabsCookieBox .cookie-preference table tr td,
#BorlabsCookieBox .cookie-preference table tr th {
   word-wrap: break-word; /* alias of overflow-wrap */
   overflow-wrap: break-word;
   word-break: break-word;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
}
#BorlabsCookieBox .cookie-preference label {
   color:inherit; /* #fff */
}
#BorlabsCookieBox _brlbs-btn-switch {
   border-radius:1px;
}
#BorlabsCookieBox ._brlbs-bar,
#BorlabsCookieBox ._brlbs-box {
	letter-spacing:0.01rem;
}
#BorlabsCookieBox .bcac-item {
	padding:1em;
}
/*#BorlabsCookieBox .cookie-preference table tr td,
#BorlabsCookieBox .cookie-preference table tr th {
	background-color:transparent;
}*/
#BorlabsCookieBox p {
	line-height: 1.4rem;
}
#BorlabsCookieBox .bcac-item p,
#BorlabsCookieBox .cookie-preference table td,
#BorlabsCookieBox .cookie-preference table th {
	font-size: 0.9rem !important;
}
#BorlabsCookieBox ._brlbs-manage,
#BorlabsCookieBox ._brlbs-legal,
#BorlabsCookieBox ._brlbs-refuse {
	font-size: 0.85rem !important;
}
#BorlabsCookieBox .bcac-item p,
#BorlabsCookieBox .cookie-preference table td,
#BorlabsCookieBox .cookie-preference table th {
	font-size: 0.9rem !important;
}
#BorlabsCookieBox ._brlbs-manage,
#BorlabsCookieBox ._brlbs-legal,
#BorlabsCookieBox ._brlbs-refuse {
	font-size: 0.85rem !important;
}
#BorlabsCookieBox ._brlbs-btn {
	padding-left: .5rem;
	padding-right: .5rem;
	-webkit-transition: color 0.3s cubic-bezier(0.4,0,0.2,1), background 0.3s cubic-bezier(0.4,0,0.2,1), border-color 0.3s cubic-bezier(0.4,0,0.2,1);
	transition: color 0.3s cubic-bezier(0.4,0,0.2,1), background 0.3s cubic-bezier(0.4,0,0.2,1), border-color 0.3s cubic-bezier(0.4,0,0.2,1);
}
#BorlabsCookieBox ._brlbs-refuse-btn a {
	font-size: 1.12em !important;
}
#BorlabsCookieBox ._brlbs-manage a,
#BorlabsCookieBox ._brlbs-legal a {
	display: block;
}
#BorlabsCookieBox ._brlbs-manage ._brlbs-separator,
#BorlabsCookieBox ._brlbs-legal ._brlbs-separator {
	display: none;
}
#BorlabsCookieBox a:not(._brlbs-btn):hover {
   text-decoration:none !important;
}


/*--------------------------------------------------------------
Content blockers: plugin standard & custom in theme
--------------------------------------------------------------*/

/*.BorlabsCookie ._brlbs-embed {
   width:100%;
}*/
.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-thumbnail {
	display: block;
	width: 100%;
}


/* Plugin standard content-blockers */

.BorlabsCookie ._brlbs-content-blocker {
	line-height: 1.4rem !important;
   width:100%;
   max-width:calc(2000px - 6rem); /* .wrap max-width - .wrap (padding-left + padding-right) */
   padding:0;
   text-align:center;
   opacity:0;
   color:#070707;
   -webkit-transition:opacity 0.3s ease;
   transition:opacity 0.3s ease;
}
body.loaded .BorlabsCookie ._brlbs-content-blocker {
   opacity:1;
}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-default {
	background:rgba(0,0,0,0) !important;
	margin-bottom:0 !important;
	padding:0 !important;
	text-align:center;
   width:100%;
   max-width:calc(2000px - 4em); /* equal to .wrap max-width - .wrap padding left+right */
   position:relative;
   border:0 solid rgba(0,0,0,0);
}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed {
	margin-bottom: 0 !important;
}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption {
	position: relative;
   z-index:1; /* bigger as z-index of .cb-placeholder */
	top: 3px; /* do not cover box-shadow top/bottom by overflowing parent container */
	/*left: 0;*/ /* leave left undefined to get centered in parent container */
	padding:1.4rem 1.5rem;
	width: calc(100% - 4rem - 42px); /* -2x21px = blur-radius box-shadow: do not cover box-shadow left/right by overflowing parent container */
	                               /* -4rem: 2x2rem .wrap padding-left/right */
	max-width:calc(768px - 3rem); /* -3em: 2x1.5rem padding left/right */
	margin:0 auto;
	text-align: center;
	background: hsla(0, 0%, 100%, 0.9) !important;
   color: #a0a0a0;
	border: 0 solid #fff;
	box-shadow: 0 2px 20px 1px rgba(0,0,0,.05);
	-webkit-transform: translateY(0);
	transform: translateY(0);
   cursor:default;
/*	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: auto;
	-webkit-font-smoothing: auto;*/
}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption {
	top: 50%;
	left: 0;
	padding:1.4rem 1.5rem;
	position: absolute;
	width: calc(100% + 1px);
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.BorlabsCookie.sizetype-compact ._brlbs-content-blocker ._brlbs-caption,
.BorlabsCookie.sizetype-widget ._brlbs-content-blocker ._brlbs-caption,
.site-footer .BorlabsCookie ._brlbs-content-blocker ._brlbs-caption,
.site-footer .BorlabsCookie ._brlbs-content-blocker ._brlbs-caption,
.sidebar .BorlabsCookie ._brlbs-content-blocker ._brlbs-caption,
.sidebar .BorlabsCookie ._brlbs-content-blocker ._brlbs-caption {
	padding:1.25rem 1rem;
	width: 96%;
	max-width:96%;
	font-size:0.9rem;
}
.BorlabsCookie ._brlbs-content-blocker.heighter ._brlbs-embed ._brlbs-caption {
	top:0%;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
}
.BorlabsCookie.sizetype-compact ._brlbs-caption ._brlbs-btn,
.BorlabsCookie.sizetype-compact ._brlbs-caption ._brlbs-btn-custom,
.BorlabsCookie.sizetype-widget ._brlbs-caption ._brlbs-btn,
.BorlabsCookie.sizetype-widget ._brlbs-caption ._brlbs-btn-custom,
.site-footer .BorlabsCookie ._brlbs-caption ._brlbs-btn,
.site-footer .BorlabsCookie ._brlbs-caption ._brlbs-btn-custom,
.sidebar .BorlabsCookie ._brlbs-caption ._brlbs-btn,
.sidebar .BorlabsCookie ._brlbs-caption ._brlbs-btn-custom {
	font-size:0.94rem !important;
	line-height:1.3rem !important;
}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a:not(._brlbs-btn):not(._brlbs-btn-custom){
	color:#4196a5;
}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a:not(._brlbs-btn):not(._brlbs-btn-custom):hover {
	color:#8e846d;
	text-decoration:none !important;
}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a._brlbs-btn {
	color:#4196a5;
}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a._brlbs-btn:hover {
	color: #fff !important;
}
.BorlabsCookie ._brlbs-embed ._brlbs-caption p:first-child {
	margin-bottom:1.4rem !important;
}
.BorlabsCookie ._brlbs-caption p:first-child a:not(._brlbs-btn):not(._brlbs-btn-custom) {
	display:inline-block;
	padding-top:5px;
}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-btn {
	font-size:0.875rem;
	padding: .5rem 1rem;
   border-width:0 !important;
	-webkit-transition: color 0.3s cubic-bezier(0.4,0,0.2,1), background-color 0.3s cubic-bezier(0.4,0,0.2,1);
	transition: color 0.3s cubic-bezier(0.4,0,0.2,1), background-color 0.3s cubic-bezier(0.4,0,0.2,1);
}
.BorlabsCookie ._brlbs-embed ._brlbs_caption ._brlbs-btn-def-tx {
   color:#070707;
}
.BorlabsCookie ._brlbs-embed a._brlbs-btn,
.BorlabsCookie ._brlbs-embed._brlbs-video-vimeo ._brlbs_caption a._brlbs-btn,
.BorlabsCookie ._brlbs-embed._brlbs-video-youtube ._brlbs_caption a._brlbs-btn {
   color:#4196a5 !important;
   background:#f7f7f7;
	border-radius: 1px;
	letter-spacing:0.01em;
}
.BorlabsCookie ._brlbs-embed a._brlbs-btn:hover,
.BorlabsCookie ._brlbs-embed._brlbs-video-vimeo ._brlbs_caption ._brlbs-btn:hover,
.BorlabsCookie ._brlbs-embed._brlbs-video-youtube ._brlbs_caption ._brlbs-btn:hover {
   color:#fff !important;
   background:#4196a5 !important;
}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-btn._brlbs-icon-play-white::before,
.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-btn._brlbs-icon-play-white:hover::before {
	content: "" !important;
	display: none !important;
	height: 0 !important;
	width: 0 !important;
}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-btn small {
   font-size:inherit !important;
}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption label,
.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption label * {
	width:0 !important;
	height:0 !important;
	display:none !important;
	overflow:hidden !important;
}
.BorlabsCookie ._brlbs-checkbox {
	color: inherit;
	cursor: pointer;
	display: block;
	padding-left: 2.25rem;
	position: relative;
	line-height:20px;
}
@media all and (max-width:575.98px) {
   .BorlabsCookie ._brlbs-content-blocker ._brlbs-caption {
      width: calc(100% - 42px); /* -2x21px = blur-radius box-shadow: do not cover box-shadow left/right by overflowing parent container */
   }
}


/* Theme custom content-blockers (alternatives by no embed) */

.blockedPar {
   position:relative;
   margin-bottom:0;
   -webkit-transition:all 0s linear !important;
   transition:all 0s linear !important;
}
.widget .blockedPar {
   opacity:1;
   -webkit-transition:opacity 0.15s ease, height 0.15s linear;
   transition:opacity 0.15s ease, height 0.15s linear;
}
.widget .blockedPar.empty-content.closed {
   opacity:0;
   min-height:0;
}
.widget.brlbs-nobg {
   background-image:none !important;
}
.blockedPar .blocked-content-wrapper.invisible-blocked {
   visibility:hidden !important;
}
.brlbs-alternate-content {
   background-color:transparent;
   position:absolute;
   top:0;
   left:0;
   z-index:0;
   width:100%;
   height:100%;
   margin:0 auto;
   padding:0;
   opacity:0;
   -webkit-transform:scale(0.00001);
   transform:scale(0.00001);
   -webkit-transform-origin:center center;
   transform-origin:center center;
   -webkit-transition:all 0.3s ease;
   transition:all 0.3s ease;
}
.brlbs-alternate-content.visible {
   z-index:2;
   opacity:1;
   -webkit-transform:scale(1);
   transform:scale(1);
   cursor:not-allowed;
}
.brlbs-alternate-content ._brlbs-content-blocker {
   position:relative;
   background-color:rgba(255,255,255,0);
   font-size:13px;
   font-family:inherit;
	line-height: 1.4rem;
   width:100%;
   height:100%;
   margin:0 auto;
   padding:0;
   text-align:center;
   display:flex; /* !! DONOT change */
   justify-content:center; /* !! DONOT change */
   align-items:center; /* !! DONOT change */
}
.brlbs-alternate-content.placeholder-inside ._brlbs-content-blocker {
   align-items:start; /* !! ?? */
}
#entry-content .brlbs-alternate-content.wpminstagram_brlbs-alternate-content ._brlbs-content-blocker {
   align-items:start;
}
.brlbs-alternate-content ._brlbs-content-blocker ._brlbs-custom {
	background: transparent !important;
	padding: 0;
	text-align: center;
   width:100%;
   max-width:calc(2000px - 4em); /* equal to .wrap max-width - .wrap padding left+right */
   position:relative;
   border:0 solid rgba(0,0,0,0);
}
.brlbs-alternate-content ._brlbs-thumbnail {
   display:none !important;
}
.brlbs-alternate-content ._brlbs-content-blocker ._brlbs-caption {
	position: relative;
   z-index:1; /* bigger as z-index of .cb-placeholder */
	top: 3px; /* do not cover box-shadow top/bottom by overflowing parent container */
	/*left: 0;*/ /* leave left undefined to get centered in parent container */
	padding:1.4rem 1.5rem;
	width: calc(100% - 4rem - 42px); /* -2x21px = blur-radius box-shadow: do not cover box-shadow left/right by overflowing parent container */
	                               /* -4rem: 2x2rem .wrap padding-left/right */
	max-width:calc(768px - 3rem); /* -3rem: 2x1.5rem padding left/right */
	margin:0 auto;
	text-align: center;
	background: hsla(0, 0%, 100%, 0.9);
   color: #a0a0a0;
	border: 0 solid #fff;
	box-shadow: 0 2px 20px 1px rgba(0,0,0,.05);
	-webkit-transform: translateY(0);
	transform: translateY(0);
   cursor:default;
/*	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: auto;
	-webkit-font-smoothing: auto;*/
}
.brlbs-alternate-content.sizetype-compact ._brlbs-content-blocker ._brlbs-caption,
.brlbs-alternate-content.sizetype-widget ._brlbs-content-blocker ._brlbs-caption {
	top:0;
	padding:1.25rem 1rem;
	width: 94%;
	max-width:calc(100% - 42px); /* -2x21px box-shadow place */
	font-size:0.9rem;
	background: hsla(0, 0%, 100%, 0.9);
}
.site-footer .brlbs-alternate-content ._brlbs-content-blocker ._brlbs-caption {
   box-shadow: 0px 2px 15px 2px rgba(0,0,0,.1);
	padding:1.25em 1em;
}
.site-footer .brlbs-alternate-content ._brlbs-content-blocker ._brlbs-caption {
	max-width:calc(100% - 34px); /* -2x17px box-shadow place */
}
.brlbs-alternate-content ._brlbs-content-blocker ._brlbs-custom p {
	margin-bottom: 1.4rem !important;
}
.brlbs-alternate-content ._brlbs-content-blocker ._brlbs-custom p:last-child {
	margin-bottom: 0 !important;
}
.brlbs-alternate-content ._brlbs-caption ._brlbs-btn,
.brlbs-alternate-content ._brlbs-caption ._brlbs-btn-custom {
	font-size:100%;
	font: inherit;
	font-size:.875rem;
	vertical-align: baseline;
	display: inline-block;
	font-family: inherit;
	padding: .5rem 1rem;
	text-decoration: none;
	line-height: 1.4rem;
	background: #f2efed;
	border-radius: 1px;
	color: #4196a5;
	letter-spacing:0.01em;
   cursor:pointer;
	text-underline-offset:0 !important;
}
.brlbs-alternate-content ._brlbs-caption ._brlbs-btn:hover,
.brlbs-alternate-content ._brlbs-caption ._brlbs-btn-custom:hover {
	color: #fff !important;
	background: #4196a5;
}
.brlbs-alternate-content.sizetype-compact ._brlbs-caption ._brlbs-btn,
.brlbs-alternate-content.sizetype-compact ._brlbs-caption ._brlbs-btn-custom,
.brlbs-alternate-content.sizetype-widget ._brlbs-caption ._brlbs-btn,
.brlbs-alternate-content.sizetype-widget ._brlbs-caption ._brlbs-btn-custom {
	font-size:0.94rem;
	line-height:1.3rem;
}
.brlbs-alternate-content ._brlbs-caption ._brlbs-btn-custom.standard-link .standard-link-bg {
	padding:.5rem 0;
}
.brlbs-alternate-content ._brlbs-btn-custom small {
   font-size:inherit !important;
}
.brlbs-alternate-content ._brlbs-content-blocker ._brlbs-btn {
	-webkit-transition: color 0.3s cubic-bezier(0.4,0,0.2,1), background-color 0.3s cubic-bezier(0.4,0,0.2,1), border-color 0.3s cubic-bezier(0.4,0,0.2,1);
	transition: color 0.3s cubic-bezier(0.4,0,0.2,1), background-color 0.3s cubic-bezier(0.4,0,0.2,1), border-color 0.3s cubic-bezier(0.4,0,0.2,1);
}
.brlbs-alternate-content ._brlbs-content-blocker a:not(._brlbs-btn):not(._brlbs-btn-custom) {
   color:#8e846d;
}
.brlbs-alternate-content ._brlbs-content-blocker a:not(._brlbs-btn):not(._brlbs-btn-custom):hover {
   color:#8e846d;
}
.brlbs-alternate-content ._brlbs-caption p:first-child a.extlink:not(._brlbs-btn):not(._brlbs-btn-custom) {
	display:inline-block;
	padding-top:5px;
}

@media all and (min-width:768px) {
   .brlbs-alternate-content ._brlbs-content-blocker ._brlbs-custom {
      max-width:calc(2000px - 6rem); /* equal to .wrap max-width - .wrap padding left+right */
   }
   .brlbs-alternate-content ._brlbs-content-blocker ._brlbs-caption {
      padding:1.4rem 2.5rem;
      width: calc(100% - 6rem - 42px); /* -2x21px = blur-radius box-shadow: do not cover box-shadow left/right by overflowing parent container */
                                     /* -6rem: 2x3rem .wrap padding-left/right */
      max-width:calc(768px - 5rem); /* -5rem = 2x2.5rem padding-left/right */
   }
   .site-footer .brlbs-alternate-content ._brlbs-content-blocker ._brlbs-caption {
      max-width: calc(100% - 2px);
      width: calc(100% - 2px);
   }
}
@media all and (min-width:992px) {
   .site-footer .brlbs-alternate-content ._brlbs-content-blocker ._brlbs-caption {
      max-width: calc(100% - 34px);
      width: calc(100% - 34px);
   }
}
@media all and (max-width:575.98px) {
   .brlbs-alternate-content ._brlbs-content-blocker ._brlbs-caption {
      width: calc(100% - 42px); /* -2x21px = blur-radius box-shadow: do not cover box-shadow left/right by overflowing parent container */
   }
}


/* WP-My-Instagram plugin feed */

.wp-my-instagram.wpmi.blocked {
   height:100px;
}
.wp-my-instagram .wpmi-me {
   display:none !important;
}
.wp-my-instagram ul.wpmi-list {
	-webkit-transform:scale(1);
	transform:scale(1);
	-webkit-transform-origin:center top;
	transform-origin:center top;
	-webkit-transition:transform 0.2s linear;
	transition:transform 0.2s ease-out;
}
.wp-my-instagram ul.wpmi-list.blocked {
	-webkit-transform:scale(0.00001);
	transform:scale(0.00001);
	background-image:none;
}
.wp-my-instagram ul.wpmi-list.blocked.noheight {
	height:0;
}
.brlbs-alternate-content.wpminstagram_brlbs-alternate-content.visible {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.brlbs-alternate-content.wpminstagram_brlbs-alternate-content:not(.visible) {
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}


/*--------------------------------------------------------------
Content-blockers placeholders
--------------------------------------------------------------*/

/*.BorlabsCookie.placeholder-inside,
.brlbs-alternate-content.placeholder-inside {
   padding:1.4rem 0;
}*/
/*.BorlabsCookie ._brlbs-embed,
.brlbs-alternate-content ._brlbs-embed {
   width:100%;
}*/
.BorlabsCookie.placeholder-inside ._brlbs-embed,
.brlbs-alternate-content.placeholder-inside ._brlbs-embed {
   overflow:visible !important;
   margin-bottom:0;
   text-align:right;
}
.widget .BorlabsCookie.placeholder-inside ._brlbs-embed,
.widget .brlbs-alternate-content.placeholder-inside ._brlbs-embed {
   text-align:center;
}
.BorlabsCookie.placeholder-inside ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption,
.brlbs-alternate-content.placeholder-inside ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption {
   position:relative;
   z-index:2;
   top:1.4rem !important;
   max-width:88%;
   margin:0 auto;
   box-shadow:0 2px 20px 1px rgba(0,0,0,.05);
   -webkit-transform:translateY(0) !important;
   transform:translateY(0) !important;
}
.widget .BorlabsCookie.placeholder-inside ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption,
.widget .brlbs-alternate-content.placeholder-inside ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption {
   margin:0 auto;
}
.BorlabsCookie ._brlbs-placeholder,
.brlbs-alternate-content ._brlbs-placeholder {
   display:block;
   position:absolute;
   z-index:1; /* smaller as z-index of ._brlbs-caption*/
   top:8px;
	left:0;
	width:100%;
   max-width:100%;
   color:rgba(140,131,105,1);
   text-align:center;
}
.brlbs-alternate-content ._brlbs-custom ._brlbs-placeholder {
   top:-8px;
}
.BorlabsCookie ._brlbs-placeholder.invisible-blocking,
.brlbs-alternate-content ._brlbs-placeholder.invisible-blocking {
   visibility:hidden !important;
}
svg.cb-placeholder {
	overflow:visible !important;
	display: inline-block;
	fill: currentColor;
	width: 30%;
	max-width:30%;
	max-height: 75%;
	height:auto;
	position: relative;
	top: 0;
	-webkit-transform:translateX(65%);
	transform:translateX(65%);
	vertical-align: middle;
   margin:0 auto 0 0;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.widget .BorlabsCookie ._brlbs-placeholder svg.cb-placeholder,
.widget .brlbs-alternate-content ._brlbs-placeholder svg.cb-placeholder {
	-webkit-transform:translateX(0%);
	transform:translateX(0%);
}
.cb-placeholder.instagram-cb-placeholder .st0 {
   clip-path:url(#instagram_SVGID_2_);
   fill: current-color;
}
.cb-placeholder.googlemaps-cb-placeholder .st0 {
	fill-rule:evenodd;
	clip-rule:evenodd;
}

@media all and (max-width:575.98px) {
   .BorlabsCookie.placeholder-inside ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption,
   .brlbs-alternate-content.placeholder-inside ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption {
      max-width:90%;
      margin:0 auto;
   }
   svg.cb-placeholder,
   .widget .BorlabsCookie ._brlbs-placeholder svg.cb-placeholder,
   .widget .brlbs-alternate-content ._brlbs-placeholder svg.cb-placeholder {
      -webkit-transform:translateX(0%);
      transform:translateX(0%);
   }
}

