<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection &gt; output {
display: list-item;
list-style: none;
}
.wpcf7-reflection &gt; output[hidden] {
display: none;
}#ep-arrow .bounce-effect-1 {
-webkit-animation: epda_bounce1  2s infinite;
-moz-animation: epda_bounce1  2s infinite;
-ms-animation: epda_bounce1  2s infinite;
-o-animation: epda_bounce1  2s infinite;
animation: epda_bounce1  2s infinite; }
#ep-arrow .bounce-effect-2 {
-webkit-animation: epda_bounce2  2s infinite;
-moz-animation: epda_bounce2  2s infinite;
-ms-animation: epda_bounce2  2s infinite;
-o-animation: epda_bounce2  2s infinite;
animation: epda_bounce2  2s infinite; }
#ep-arrow .bounce-effect-3 {
-webkit-animation: epda_bounce3  1s infinite;
-moz-animation: epda_bounce3  1s infinite;
-ms-animation: epda_bounce3  1s infinite;
-o-animation: epda_bounce3  1s infinite;
animation: epda_bounce3  1s infinite; }
#ep-arrow .pulse {
animation: epda_pulse 1s infinite; }
#ep-arrow .slide_down {
animation: slide_down 1s infinite; }
#ep-arrow .fade_down {
-webkit-animation: fade_down ease-in-out 3.4s infinite;
-moz-animation: fade_down ease-in-out 3.4s infinite;
-ms-animation: fade_down ease-in-out 3.4s infinite;
-o-animation: fade_down ease-in-out 3.4s infinite;
animation: fade_down ease-in-out 3.4s infinite; }
@-webkit-keyframes epda_bounce1 {
0% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
20% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
40% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
70% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
80% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
-webkit-transform: translate3d(0, 0, 0); }
20% {
-webkit-transform: translate3d(0, 0, 0); }
40% {
-webkit-transform: translate3d(0, -30px, 0); }
70% {
-webkit-transform: translate3d(0, 0, 0); }
80% {
-webkit-transform: translate3d(0, -8px, 0); }
100% {
-webkit-transform: translate3d(0, 0, 0); } }
@-moz-keyframes epda_bounce1 {
0% {
-moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
20% {
-moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
40% {
-moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
70% {
-moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
80% {
-moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
100% {
-moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
-moz-transform: translate3d(0, 0, 0); }
20% {
-moz-transform: translate3d(0, 0, 0); }
40% {
-moz-transform: translate3d(0, -30px, 0); }
70% {
-moz-transform: translate3d(0, 0, 0); }
80% {
-moz-transform: translate3d(0, -8px, 0); }
100% {
-moz-transform: translate3d(0, 0, 0); } }
@-ms-keyframes epda_bounce1 {
0% {
-ms-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
20% {
-ms-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
40% {
-ms-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
70% {
-ms-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
80% {
-ms-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
100% {
-ms-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
-ms-transform: translate3d(0, 0, 0); }
20% {
-ms-transform: translate3d(0, 0, 0); }
40% {
-ms-transform: translate3d(0, -30px, 0); }
70% {
-ms-transform: translate3d(0, 0, 0); }
80% {
-ms-transform: translate3d(0, -8px, 0); }
100% {
-ms-transform: translate3d(0, 0, 0); } }
@-o-keyframes epda_bounce1 {
0% {
-o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
20% {
-o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
40% {
-o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
70% {
-o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
80% {
-o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
100% {
-o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
-o-transform: translate3d(0, 0, 0); }
20% {
-o-transform: translate3d(0, 0, 0); }
40% {
-o-transform: translate3d(0, -30px, 0); }
70% {
-o-transform: translate3d(0, 0, 0); }
80% {
-o-transform: translate3d(0, -8px, 0); }
100% {
-o-transform: translate3d(0, 0, 0); } }
@keyframes epda_bounce1 {
0% {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
20% {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
40% {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
70% {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
80% {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
100% {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
transform: translate3d(0, 0, 0); }
20% {
transform: translate3d(0, 0, 0); }
40% {
transform: translate3d(0, -30px, 0); }
70% {
transform: translate3d(0, 0, 0); }
80% {
transform: translate3d(0, -8px, 0); }
100% {
transform: translate3d(0, 0, 0); } }
@-webkit-keyframes epda_bounce2 {
0% {
-webkit-transform: translateY(0); }
20% {
-webkit-transform: translateY(0); }
40% {
-webkit-transform: translateY(-30px); }
50% {
-webkit-transform: translateY(0); }
60% {
-webkit-transform: translateY(-15px); }
80% {
-webkit-transform: translateY(0); }
100% {
-webkit-transform: translateY(0); } }
@-moz-keyframes epda_bounce2 {
0% {
-moz-transform: translateY(0); }
20% {
-moz-transform: translateY(0); }
40% {
-moz-transform: translateY(-30px); }
50% {
-moz-transform: translateY(0); }
60% {
-moz-transform: translateY(-15px); }
80% {
-moz-transform: translateY(0); }
100% {
-moz-transform: translateY(0); } }
@-ms-keyframes epda_bounce2 {
0% {
-ms-transform: translateY(0); }
20% {
-ms-transform: translateY(0); }
40% {
-ms-transform: translateY(-30px); }
50% {
-ms-transform: translateY(0); }
60% {
-ms-transform: translateY(-15px); }
80% {
-ms-transform: translateY(0); }
100% {
-ms-transform: translateY(0); } }
@-o-keyframes epda_bounce2 {
0% {
-o-transform: translateY(0); }
20% {
-o-transform: translateY(0); }
40% {
-o-transform: translateY(-30px); }
50% {
-o-transform: translateY(0); }
60% {
-o-transform: translateY(-15px); }
80% {
-o-transform: translateY(0); }
100% {
-o-transform: translateY(0); } }
@keyframes epda_bounce2 {
0% {
transform: translateY(0); }
20% {
transform: translateY(0); }
40% {
transform: translateY(-30px); }
50% {
transform: translateY(0); }
60% {
transform: translateY(-15px); }
80% {
transform: translateY(0); }
100% {
transform: translateY(0); } }
@-webkit-keyframes epda_bounce3 {
0% {
-webkit-transform: translateY(0); }
40% {
-webkit-transform: translateY(-15px); }
100% {
-webkit-transform: translateY(0); } }
@-moz-keyframes epda_bounce3 {
0% {
-moz-transform: translateY(0); }
40% {
-moz-transform: translateY(-15px); }
100% {
-moz-transform: translateY(0); } }
@-ms-keyframes epda_bounce3 {
0% {
-ms-transform: translateY(0); }
40% {
-ms-transform: translateY(-15px); }
100% {
-ms-transform: translateY(0); } }
@-o-keyframes epda_bounce3 {
0% {
-o-transform: translateY(0); }
40% {
-o-transform: translateY(-15px); }
100% {
-o-transform: translateY(0); } }
@keyframes epda_bounce3 {
0% {
transform: translateY(0); }
40% {
transform: translateY(-15px); }
100% {
transform: translateY(0); } }
@-webkit-keyframes epda_pulse {
0% {
-webkit-transform: scale(1); }
50% {
-webkit-transform: scale(1.1); }
100% {
-webkit-transform: scale(1); } }
@-moz-keyframes epda_pulse {
0% {
-moz-transform: scale(1); }
50% {
-moz-transform: scale(1.1); }
100% {
-moz-transform: scale(1); } }
@-ms-keyframes epda_pulse {
0% {
-ms-transform: scale(1); }
50% {
-ms-transform: scale(1.1); }
100% {
-ms-transform: scale(1); } }
@-o-keyframes epda_pulse {
0% {
-o-transform: scale(1); }
50% {
-o-transform: scale(1.1); }
100% {
-o-transform: scale(1); } }
@keyframes epda_pulse {
0% {
transform: scale(1); }
50% {
transform: scale(1.1); }
100% {
transform: scale(1); } }
@-webkit-keyframes slide_down {
0% {
-webkit-transform: translateY(-100%); }
100% {
-webkit-transform: translateY(0); } }
@-moz-keyframes slide_down {
0% {
-moz-transform: translateY(-100%); }
100% {
-moz-transform: translateY(0); } }
@-ms-keyframes slide_down {
0% {
-ms-transform: translateY(-100%); }
100% {
-ms-transform: translateY(0); } }
@-o-keyframes slide_down {
0% {
-o-transform: translateY(-100%); }
100% {
-o-transform: translateY(0); } }
@keyframes slide_down {
0% {
transform: translateY(-100%); }
100% {
transform: translateY(0); } }
@-webkit-keyframes fade_down {
0% {
opacity: 1; }
25% {
opacity: 0; }
30% {
opacity: 0; }
45% {
opacity: 1; }
100% {
opacity: 1; }
0% {
-webkit-transform: translateY(0); }
25% {
-webkit-transform: translateY(20px); }
30% {
-webkit-transform: translateY(0); }
45% {
-webkit-transform: translateY(0); }
100% {
-webkit-transform: translateY(0); } }
@-moz-keyframes fade_down {
0% {
opacity: 1; }
25% {
opacity: 0; }
30% {
opacity: 0; }
45% {
opacity: 1; }
100% {
opacity: 1; }
0% {
-moz-transform: translateY(0); }
25% {
-moz-transform: translateY(20px); }
30% {
-moz-transform: translateY(0); }
45% {
-moz-transform: translateY(0); }
100% {
-moz-transform: translateY(0); } }
@-ms-keyframes fade_down {
0% {
opacity: 1; }
25% {
opacity: 0; }
30% {
opacity: 0; }
45% {
opacity: 1; }
100% {
opacity: 1; }
0% {
-ms-transform: translateY(0); }
25% {
-ms-transform: translateY(20px); }
30% {
-ms-transform: translateY(0); }
45% {
-ms-transform: translateY(0); }
100% {
-ms-transform: translateY(0); } }
@-o-keyframes fade_down {
0% {
opacity: 1; }
25% {
opacity: 0; }
30% {
opacity: 0; }
45% {
opacity: 1; }
100% {
opacity: 1; }
0% {
-o-transform: translateY(0); }
25% {
-o-transform: translateY(20px); }
30% {
-o-transform: translateY(0); }
45% {
-o-transform: translateY(0); }
100% {
-o-transform: translateY(0); } }
@keyframes fade_down {
0% {
opacity: 1; }
25% {
opacity: 0; }
30% {
opacity: 0; }
45% {
opacity: 1; }
100% {
opacity: 1; }
0% {
transform: translateY(0); }
25% {
transform: translateY(20px); }
30% {
transform: translateY(0); }
45% {
transform: translateY(0); }
100% {
transform: translateY(0); } }
.echo-content-down-arrow {
position: fixed;
bottom: 0;
left: 50%;
height: 100px;
background-size: contain;
z-index: 9999999999999;
margin-bottom: 30px; }
@media only screen and (max-width: 480px) {
.echo-content-down-arrow {
text-align: center !important;
font-size: 50px !important;
margin-left: -25px !important; } }
@media only screen and (min-width: 481px) and (max-width: 768px) {
.echo-content-down-arrow {
text-align: center !important;
font-size: 60px !important;
margin-left: -30px !important; } }
#ep-arrow {
position: relative;
z-index: 99999999; }
.hide {
display: none; } @font-face {
font-family: 'epda-icomoon';
src: url(//broodjeszaakdenieuwerai.nl/wp-content/plugins/content-down-arrow/css/fonts/epda-icomoon.eot?j0p9i8);
src: url(//broodjeszaakdenieuwerai.nl/wp-content/plugins/content-down-arrow/css/fonts/epda-icomoon.eot?#iefixj0p9i8) format("embedded-opentype"), url(//broodjeszaakdenieuwerai.nl/wp-content/plugins/content-down-arrow/css/fonts/epda-icomoon.ttf?j0p9i8) format("truetype"), url(//broodjeszaakdenieuwerai.nl/wp-content/plugins/content-down-arrow/css/fonts/epda-icomoon.woff?j0p9i8) format("woff"), url(//broodjeszaakdenieuwerai.nl/wp-content/plugins/content-down-arrow/css/fonts/epda-icomoon.svg?j0p9i8#epda-icomoon) format("svg");
font-weight: normal;
font-style: normal; }
[class^="epda-icon-"], [class*=" epda-icon-"] {
font-family: 'epda-icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.epda-icon-arrow-circle:before {
content: "\e600"; }
.epda-icon-arrow-point:before {
content: "\e601"; }
.epda-icon-arrow-regular:before {
content: "\e602"; }
.epda-icon-arrow-sharp:before {
content: "\e603"; }
.epda-icon-arrow-soft:before {
content: "\e604"; }.cff-wrapper:after{
content: "";
display: table;
clear: both;
} #cff {
float: left;
width: 100%;
margin: 0 auto;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;  
}
#cff:after{
content: "";
display: table;
clear: both;
} #cff .cff-item{
float: left;
width: 100%;
clear: both;
padding: 20px 0 15px 0;
margin: 0;
border-bottom: 1px solid #ddd;
}
#cff .cff-item:first-child{
padding-top: 0;
}
#cff .cff-item.cff-box,
#cff .cff-item.cff-box:first-child{
padding: 15px;
margin: 5px 0;
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
} .cff-header{
width: 100%;
margin: 0 0 15px 0;
padding: 0;
line-height: 1;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;  
}
.cff-header .fa{
float: left;
margin-right: 10px;
}
.cff-header span{ display: table-cell;
vertical-align: middle;
}    #cff .cff-less{
display: none;
} #cff a {
text-decoration: none;
}
#cff a:hover,
#cff a:focus {
text-decoration: underline;
}
#cff .cff-html5-video,
#cff .cff-photo,
#cff .cff-album-cover,
#cff .cff-event-thumb,
#cff .cff-iframe-wrap,
#cff .cff-vidLink{
text-decoration: none;
border: none;
} #cff h3, #cff h4, #cff h5, #cff h6, #cff p{
float: left;
width: 100%;
clear: both;
padding: 0;
margin: 5px 0;
line-height: 1.4;
white-space: pre;
white-space: pre-wrap;
white-space: pre-line;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
white-space: -moz-pre-wrap;
white-space: -hp-pre-wrap;
word-wrap: break-word;
} #cff .cff-date{
float: left;
width: 100%;
min-width: 50px;
font-size: 11px;
}   #cff .cff-author{
float: left;
clear: both;
margin: 0 0 15px 0;
padding: 0;
line-height: 1.2;
width: 100%;
}
#cff .cff-author a{
float: left;
display: block; min-width: 100%\9;
text-decoration: none;
border: none;
}
#cff .cff-author-img{
float: left;
width: 40px;
margin: 0 0 0 -100% !important;
}
#cff .cff-author img{
float: left;
margin: 0 !important;
padding: 0 !important;
border: none !important;
}
#cff .cff-author .cff-author-text span{
display: table-cell;
vertical-align: middle;
height: 40px;
margin: 0;
font-weight: bold; padding-left: 50px;
float: none;
}
#cff .cff-author a{
text-decoration: none;
} #cff .cff-author .cff-author-text{
float: left;
width: 100%;
}
#cff .cff-author .cff-author-text *{
float: left;
clear: both;
width: auto;
margin: 0 0 0 50px !important;
font-weight: bold;
line-height: 1.2;
}
#cff .cff-author .cff-date{
color: #9197a3;
font-weight: normal;
font-size: 11px;
margin-top: 0px !important;
margin-bottom: 0px !important;
}
#cff .cff-author .cff-page-name.cff-author-date{
float: left;
padding: 2px 0 0 0;
font-size: 14px;
} #cff .cff-post-desc{
line-height: 1.3;
}    #cff .cff-text-wrapper{
float: right;
width: 77%;
margin: 0;
padding: 0;
}
#cff .cff-break-word{
word-break: break-all;
} #cff .cff-byline{
font-size: 12px;
display: block;
margin: -5px 0 10px 0;
}
#cff .cff-photo{
max-width: 100%;
float: left;
display: block;
position: relative;
margin: 0;
}
#cff .cff-photo:after {
border: 1px solid rgba(0, 0, 0, .1);
bottom: 0;
content: '';
left: 0;
position: absolute;
right: 0;
top: 0;
}
#cff .cff-media-above{
margin-bottom: 7px;
}
#cff .cff-photo img{
float: left;
max-width: 100%;
height: auto;
margin: 0 !important;
padding: 0 !important;
}
#cff .cff-album-icon{
position: absolute;
bottom: 5px;
right: 5px;
height: 22px;
background: #000 url(//broodjeszaakdenieuwerai.nl/wp-content/plugins/custom-facebook-feed-pro/img/cff-album-icon.png) no-repeat 5px 5px;
background: rgba(0,0,0,0.7) url(//broodjeszaakdenieuwerai.nl/wp-content/plugins/custom-facebook-feed-pro/img/cff-album-icon.png) no-repeat 5px 5px;
color: #fff;
font-size: 12px;
margin: 0;
padding: 0 6px 0 26px;
line-height: 22px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
box-shadow: 0 0 1px 0 rgba(255,255,255,0.8);
-moz-box-shadow: 0 0 1px 0 rgba(255,255,255,0.8);
-webkit-box-shadow: 0 0 1px 0 rgba(255,255,255,0.8);
}  #cff .cff-album-item{
float: left;
width: 100%;
margin: 0 0 20px 0;
padding: 0;
text-align: center;
} #cff .cff-album-item.cff-col-2{
width: 47.5%;
width: 45%\9;
margin-right: 5%;
}
#cff .cff-album-item.cff-col-2:nth-of-type(2n){
margin-right: 0;
} #cff .cff-album-item.cff-col-3{
width: 30%;
width: 28.3%\9;
margin-right: 5%;
}
#cff .cff-album-item.cff-col-3:nth-of-type(3n){
margin-right: 0;
} #cff .cff-album-item.cff-col-4{
width: 21.2%;
width: 20%\9;
margin-right: 5%;
}
#cff .cff-album-item.cff-col-4:nth-of-type(4n){
margin-right: 0;
} #cff.narrow .cff-album-item.cff-col-3,
#cff.narrow .cff-album-item.cff-col-4{
width: 47.5%;
width: 45%\9;
margin-right: 5%;
}
#cff.narrow .cff-album-item.cff-col-3:nth-of-type(2n),
#cff.narrow .cff-album-item.cff-col-4:nth-of-type(2n){
margin-right: 0;
} #cff .cff-album-item .cff-album-cover{
width: 100%;
height: 200px;
display: block;
float: left;
position: relative;
border: none;
} #cff .cff-album-item .cff-album-cover:after {
border: 1px solid rgba(0, 0, 0, .1);
bottom: 0;
content: '';
left: 0;
position: absolute;
right: 0;
top: 0;
} #cff .cff-album-item .cff-album-info{
width: 100%;
height: 70px;
float: left;
clear: both;
} #cff .cff-album-item h4{
font-size: 14px;
line-height: 1.2;
margin: 10px 0 0 0;
padding: 0;
} #cff .cff-album-item p{
font-size: 12px;
color: gray;
margin: 5px 0 0 0;
}  #cff .cff-embed-wrap{
float: left;
width: 100%;
margin-top: 5px;
}
#cff .cff-iframe-wrap{
float: left;
clear: both;
margin: 5px 0;
width: 100%;
position: relative;
padding-bottom: 62%;
}
#cff .cff-iframe-wrap iframe{
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
#cff .cff-desc-wrap{
float: left;
width: 100%;
}
#cff .cff-embedded-video .cff-post-text{
margin: 0 0 15px 0;
} #cff.narrow .cff-embedded-video .cff-iframe-wrap,
#cff.narrow .cff-embedded-video .cff-text-wrapper{
width: 100%;
}
#cff.narrow .cff-embedded-video .cff-iframe-wrap{
padding-bottom: 62%;
} #cff .cff-html5-video,
#cff video{
float: left;
clear: left;
position: relative;
width: 100%;
margin: 0;
padding: 0;
}
#cff .cff-vidLink{
float: left;
clear: both;
position: relative;
width: 100%;
max-width: 100%;
display: -moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
} #cff .cff-vidLink .cff-poster{
width: 100%;
height: auto;
float: left;
} #cff .cff-playbtn{
position: absolute;
z-index: 99;
background: #000;
background: rgba(0,0,0,0.7);
top: 50%;
left: 50%;
margin-top: -28px;
margin-left: -28px;
padding: 13px 16px;
font-size: 30px;
color: #fff;
font-style: normal !important;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; *width: 60px;
*height: 60px;
*padding: 0;
*background: #000 url(//broodjeszaakdenieuwerai.nl/wp-content/plugins/custom-facebook-feed-pro/img/play.png) no-repeat center center;
} #cff .cff-html5-play:hover .cff-playbtn,
#cff .cff-html5-play:focus .cff-playbtn,
#cff .cff-html5-video .cff-playbtn:hover{
background: #000;
cursor: pointer; *background: #000 url(//broodjeszaakdenieuwerai.nl/wp-content/plugins/custom-facebook-feed-pro/img/play.png) no-repeat center center;
} #cff .cff-desc-wrap.cff-no-image{
float: right;
width: 86%;
}
#cff .cff-playbtn-solo{
width: 10%;
float: left;
margin-top: 5px;
}
#cff .cff-playbtn.no-poster,
#cff.cff-half-layout .cff-playbtn.no-poster,
#cff.cff-thumb-layout .cff-playbtn.no-poster{
position: relative;
top: 0;
left: 0;
margin: 0;
} .cff-html5-play{
display: block;
position: absolute;
z-index: 99;
width: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
} #cff .cff-expand{
display: none;
}
#cff .cff-expand a{
font-size: 11px;
font-weight: normal;
} #cff .cff-shared-link{
float: left;
clear: both;
width: 100%;
padding: 8px;
margin: 10px 0 5px 0; background: #f9f9f9;
border: 1px solid #d9d9d9;
background: rgba(0,0,0,0.02);
border: 1px solid rgba(0,0,0,0.07);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#cff .cff-no-styles{
background: none;
border: none;
padding: 0;
}
#cff .cff-link{
float: left;
clear: both;
max-width: 20%;
margin-right: 3%;
border: none;
}
#cff .cff-link:hover,
#cff .cff-link:focus{
text-decoration: none;
}
#cff .cff-link img{
width: 100%;
max-width: 100%;
float: left;
margin: 0 !important;
padding: 0 !important;
border: none !important;
} #cff .cff-link-title{
float: left;
clear: both;
width: 100%;
display: block;
font-weight: bold;
}
#cff p.cff-link-title{
margin: 0;
}
#cff .cff-text-link{
float: left;
clear: none;
width: 72%;
padding: 0 0 5px 0;
}
#cff .cff-link-caption{
font-size: 12px;
margin: 0;
}
#cff .cff-text-link.cff-no-image{
width: 100%;
}
#cff .cff-shared-link .cff-post-desc{
margin-bottom: 0;
} #cff .cff-details{
float: left;
clear: none;
width: 77%;
margin-left: 3%;
padding: 0 0 10px 0;
} #cff .cff-timeline-event b,
#cff .cff-event b{
font-weight: normal;
} #cff .cff-timeline-event .cff-end-date b,
#cff .cff-event .cff-end-date b{
display: none;
}
#cff .cff-event-thumb{
position: relative;
width: 20%; float: left;
clear: both;
margin: 5px 0 0 0;
}
#cff .cff-event-thumb img{
width: 100%;
height: auto;
margin: 0 !important;
padding: 0 !important;
border: none !important;
}
#cff .cff-details h5{
margin: 0 0 5px 0;
padding: 0;
font-size: 16px;
}
#cff .cff-details p{
font-size: 14px;
}
#cff .cff-details .cff-info{
padding: 10px 0 0 0;
line-height: 1.2;
}
#cff .cff-details .cff-where,
#cff .cff-details .cff-when{ } #cff .cff-event .cff-photo{
margin-top: 5px;
}
#cff .cff-event .cff-photo img{
width: 100%;
max-width: 100%;
height: auto;
margin: 0;
}
#cff .cff-event .cff-details {
padding: 0;
}
#cff.cff-half-layout .cff-event .cff-details{
float: right;
width: 47%;
}
#cff .cff-event .cff-meta-links{
float: right;
clear: both;
margin: 5px 0 0 0;
}
#cff .cff-event .cff-meta-links a{
float: left;
padding: 0 10px;
border-left: 1px solid #ccc;
}
#cff .cff-event .cff-meta-links a:first-child{
border: none;
}    #cff .cff-meta-wrap{
float: left;
width: 100%;
margin: 5px 0 0 0;
padding: 0;
}
#cff .cff-meta{
float: left;
clear: both;
list-style-type: none;
padding: 10px 0 5px 0 !important;
margin: 0 !important;
} #cff .cff-meta li{
float: left;
width: auto;
display: block;
list-style-type: none !important;
margin: 0 10px 0 0 !important;
padding: 0 !important;
font-size: 11px;
line-height: 13px !important;
background: none !important;
}
#cff .cff-meta li:before{
content: none !important;
} #cff .cff-icon{
display: block;
float: left;
width: 13px;
height: 14px;
margin-right: 5px;
text-indent: -9999px;
background: url(//broodjeszaakdenieuwerai.nl/wp-content/plugins/custom-facebook-feed-pro/img/icons.png) no-repeat;
}
#cff .cff-replace{
display: none;
}  #cff .cff-comments .cff-icon{
width: 12px;
background-position: 0 -1px;
}
#cff .cff-dark .cff-comments .cff-icon{
background-position: -17px -1px;
}
#cff .cff-comments-box .cff-comments .cff-icon,
#cff .cff-comments-box .cff-likes .cff-icon{
margin: 2px 8px 0 0;
} #cff .cff-likes .cff-icon{
background-position: 0 -17px;
}
#cff .cff-dark .cff-likes .cff-icon{
background-position: -17px -17px;
} #cff .cff-shares .cff-icon{
width: 14px;
background-position: 0 -33px;
}  #cff .cff-meta.cff-dark li.cff-comments .cff-icon{
background-position: -17px 0;
} #cff .cff-meta.cff-dark li.cff-likes .cff-icon{
background-position: -17px -17px;
} #cff .cff-meta.cff-dark li.cff-shares .cff-icon{
background-position: -17px -34px;
}  #cff .cff-meta.cff-dark-2 li.cff-comments .cff-icon{
width: 15px;
height: 15px;
background-position: -34px 0;
} #cff .cff-meta.cff-dark-2 li.cff-likes .cff-icon{
width: 15px;
height: 15px;
background-position: -34px -15px;
} #cff .cff-meta.cff-dark-2 li.cff-shares .cff-icon{
width: 15px;
height: 15px;
background-position: -34px -32px;
} .cff-loader{
float: left;
width: 16px;
height: 16px;
margin: -2px 0 -3px 0; background: url(//broodjeszaakdenieuwerai.nl/wp-content/plugins/custom-facebook-feed-pro/img/loader.png) no-repeat;
}
.cff-dark .cff-loader{ background: url(//broodjeszaakdenieuwerai.nl/wp-content/plugins/custom-facebook-feed-pro/img/loader-dark.png) no-repeat;
} #cff .cff-view-comments{
display: block;
overflow: hidden;
outline: none;
float: left;
clear: left;
margin: 5px 12px 5px 0;
padding: 0 5px 5px 10px;
background: #edeff4;
border: none;
text-decoration: none;
}
#cff .cff-view-comments:hover,
#cff .cff-view-comments:focus{
background: #ddd;
}
#cff .cff-comments-box{
display: none;
float: left;
clear: both;
width: 100%;
max-width: 100%;
margin: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; *width: 95%;
*margin-top: 5px;
}
#cff .cff-comments-box .cff-likes{
margin-bottom: 1px;
}
#cff .cff-comments-box p,
#cff .cff-comments-box .cff-comment{
width: 100%;
min-width: 100%;
float: left;
clear: both;
font-size: 12px;
padding: 5px 20px 5px 10px;
margin: 0 0 1px 0;
background: #edeff4;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
}
#cff .cff-comments-box.cff-no-comments{
width: auto;
}
#cff .cff-comments-box .cff-comment{
margin: 0;
}
#cff .cff-comments-box .cff-name{
padding: 0;
margin-right: 6px;
font-weight: bold;
}
#cff .cff-comments-box .cff-comment-likes{
font-style: normal;
}
#cff .cff-comments-box .cff-comment-likes b{
display: -moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
background: url(//broodjeszaakdenieuwerai.nl/wp-content/plugins/custom-facebook-feed-pro/img/icons.png) no-repeat;
background-position: 0 -50px;
width: 10px;
height: 9px;
margin: 3px 3px 0 3px;
}
#cff .cff-comments-box.cff-dark .cff-comment-likes b{
background-position: -17px -50px;
}
#cff .cff-comments-box .cff-time{
font-size: 11px;
margin: 2px 0 0 0;
display: block;
font-style: italic;
}
#cff .cff-comment-likes{
margin: 5px 0 10px 0;
width: 100%;
} #cff .cff-comment-text-wrapper{
width: 100%;
float: left;
}
#cff .cff-comment .cff-comment-img{
float: left;
width: 32px;
margin: 0 0 0 -100% !important;
}
#cff .cff-comment img{
float: left;
width: 32px;
margin: 0 10px 0 0 !important;
padding: 0 !important;
border: none !important;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}
#cff .cff-comment .cff-comment-text{
margin: 0 0 0 42px;
line-height: 1.3;
}
#cff .cff-comment-text.cff-no-image{
margin: 0;
}
#cff .cff-comments-box .cff-comment-on-facebook{
margin-top: 1px;
} #cff .cff-post-links{
float: right;
clear: none;
margin-top: 12px;
font-size: 11px;
}
#cff .cff-post-links.cff-left{
float: left;
margin: 8px 0;
}
#cff .cff-post-links a{
font-size: 11px; }
#cff .cff-post-links a:first-child{
padding-left: 0;
margin: 0;
}
#cff .cff-dot{
padding: 0 5px;
} #cff .cff-share-container{
position: relative;
display: inline;
}
#cff .cff-share-tooltip{
display: none;
position: absolute;
z-index: 1000;
bottom: 22px;
right: 0;
width: 110px;
padding: 5px 5px 4px 5px;
margin: 0;
background: #333;
color: #eee;
font-size: 12px;
line-height: 1.3;  -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#cff .cff-share-tooltip .fa-play{
position: absolute;
font-size: 8px;
bottom: -6px;
right: 10px;
color: #333;
}
#cff .cff-share-tooltip a .fa{
font-size: 16px;
margin: 0;
padding: 5px;
}
#cff .cff-share-tooltip a#sbi_facebook_icon .fa,
#cff .cff-share-tooltip a#sbi_twitter_icon .fa,
#cff .cff-share-tooltip a#sbi_pinterest_icon .fa{
padding-top: 4px;
font-size: 18px;
}
#cff .cff-share-tooltip a{
display: block;
float: left;
margin: 0 !important;
padding: 0 !important;
color: #eee;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
#cff .cff-share-tooltip a:hover{
color: #fff;
}
#cff .cff-share-tooltip .cff-facebook-icon:hover{ background: #3b5998; }
#cff .cff-share-tooltip .cff-twitter-icon:hover{ background: #00aced; }
#cff .cff-share-tooltip .cff-google-icon:hover{ background: #dd4b39; }
#cff .cff-share-tooltip .cff-linkedin-icon:hover{ background: #007bb6; }
#cff .cff-share-tooltip .cff-pinterest-icon:hover{ background: #cb2027; } .cff-likebox{
float: left;
width: 100%;
position: relative;
margin-left: -10px;
}
.cff-likebox .fb_iframe_widget{
width: 100%;
}
.cff-likebox .fb_iframe_widget span{
width: 100% !important;
}
.cff-likebox iframe{
margin: 0;
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100%;
} .cff-likebox.cff-top.cff-outside{
margin-bottom: 10px;
}
.cff-likebox.cff-bottom.cff-outside{
margin-top: 10px;
}     #cff.cff-fixed-height{
overflow: hidden;
overflow-y: auto;
padding: 5px 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}  #cff.cff-thumb-layout .cff-photo,
#cff.cff-thumb-layout .cff-iframe-wrap,
#cff.cff-thumb-layout .cff-html5-video,
#cff.cff-thumb-layout .cff-vidLink{
width: 20%;
clear: none;
}
#cff.cff-thumb-layout .cff-html5-video .cff-vidLink{
width: 100%;
}
#cff.cff-thumb-layout .cff-iframe-wrap{
margin-top: 0;
padding-bottom: 16%;
}
#cff.cff-thumb-layout .cff-likebox iframe{
margin: 0;
}
#cff.cff-thumb-layout .cff-photo img{
width: 100%;
height: auto;
} #cff.cff-thumb-layout .cff-playbtn{
margin-top: -16px;
margin-left: -16px;
padding: 8px 10px;
font-size: 16px;
} #cff.cff-thumb-layout .cff-text-wrapper{
float: right;
width: 77%;
}
#cff.cff-thumb-layout .cff-link-item .cff-text-wrapper{
width: 100%;
}
#cff.cff-thumb-layout .cff-post-text{
margin-top: 0;
} #cff.cff-thumb-layout .cff-date {
margin-bottom: 10px;
} #cff.cff-thumb-layout .cff-photo-hover .fa{
margin-top: -11px;
margin-left: -10px;
font-size: 24px;
} #cff.cff-half-layout .cff-photo,
#cff.cff-half-layout .cff-iframe-wrap,
#cff.cff-half-layout .cff-html5-video,
#cff.cff-half-layout .cff-vidLink{
width: 50%;
clear: none;
}
#cff.cff-half-layout .cff-html5-video .cff-vidLink{
width: 100%;
}
#cff.cff-half-layout .cff-photo img{
width: 100%;
height: auto;
}
#cff.cff-half-layout .cff-iframe-wrap{
margin-top: 0;
padding-bottom: 28%;
}
#cff.cff-half-layout .cff-likebox iframe{
margin: 0;
}
#cff.cff-half-layout .cff-text-wrapper{
float: right;
width: 47%;
}
#cff.cff-half-layout .cff-link-item .cff-text-wrapper{
width: 100%;
}
#cff.cff-half-layout .cff-post-text{
margin-top: 0;
} #cff.cff-half-layout .cff-photo-hover .fa{
margin-top: -16px;
margin-left: -14px;
font-size: 32px;
} #cff.narrow.cff-half-layout .cff-photo,
#cff.narrow.cff-half-layout .cff-iframe-wrap,
#cff.narrow.cff-half-layout .cff-vidLink,
#cff.narrow.cff-half-layout .cff-html5-video,
#cff.narrow.cff-thumb-layout .cff-photo,
#cff.narrow.cff-thumb-layout .cff-iframe-wrap,
#cff.narrow.cff-thumb-layout .cff-vidLink,
#cff.narrow.cff-thumb-layout .cff-html5-video{
width: 100%;
clear: both;
}
#cff.narrow.cff-half-layout .cff-text-wrapper,
#cff.narrow.cff-thumb-layout .cff-text-wrapper{
float: left;
width: 100%;
}
#cff.narrow .cff-shared-link .cff-link{
max-width: 100%;
width: 100%;
margin: 0 0 5px 0;
text-align: center;
}
#cff.narrow .cff-shared-link .cff-link img{
float: none;
width: auto;
}
#cff.narrow .cff-shared-link .cff-text-link{
width: 100%;
}
#cff .cff-error-msg{
font-size: 12px;
font-family: sans-serif;
}
#cff #cff-error-reason{
display: none;
padding: 5px 0 0 0;
clear: both;
} #cff .cff-credit{
font-size: 11px;
}
#cff .cff-credit a{
text-decoration: none;
}
#cff .cff-credit img{
float: left;
margin: -2px 5px 0 0;
}
#cff .cff-credit .fa{
padding-right: 5px;
font-size: 13px;
}    #cff .cff-lightbox-link{
position: absolute;
z-index: 999;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
padding: 0;
text-align: center;
color: #fff;
font-size: 12px;
line-height: 1.1;
border: none;
}
#cff .cff-photo-hover{
display: none;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
color: #fff;
background: #333;
background: rgba(0,0,0,0.6);
}
#cff .cff-photo-hover .fa{
display: block;
position: absolute;
z-index: 2;
top: 50%;
left: 50%;
margin-top: -19px;
margin-left: -16px;
padding: 0;
font-size: 39px;
font-style: normal !important;
} .cff-lightbox-thumbs{
display: none;
float: left;
width: 100%;
position: relative; width: 111%;
min-height: 45px;
margin: 10px 0 0 -5px;
}
.cff-lightbox-thumbs-holder{
float: left;
}
.cff-lightbox-thumbs a{
width: 60px;
height: 60px;
display: block;
float: left;
margin: 5px; }
.cff-lightbox-thumbs a:hover,
.cff-lightbox-thumbs a:focus{
width: 64px;
height: 64px;
margin: 3px;
}
.cff-lightbox-thumbs img{
width: 60px;
height: auto;
}
.cff-lightbox-thumbs .cff-loader{
position: absolute;
z-index: 999;
top: 50%;
left: 50%;
margin-top: -8px;
margin-left: -8px;
} body:after {
content: url(//broodjeszaakdenieuwerai.nl/wp-content/plugins/custom-facebook-feed-pro/img/close.png) url(//broodjeszaakdenieuwerai.nl/wp-content/plugins/custom-facebook-feed-pro/img/loading.gif) url(//broodjeszaakdenieuwerai.nl/wp-content/plugins/custom-facebook-feed-pro/img/prev.png) url(//broodjeszaakdenieuwerai.nl/wp-content/plugins/custom-facebook-feed-pro/img/next.png);
display: none;
}
.cff-lightbox-overlay {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
background-color: black;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
opacity: 0.9;
display: none;
}
.cff-lightbox-wrapper {
position: absolute;
left: 0;
width: 100%;
z-index: 10000;
text-align: center;
line-height: 0;
font-weight: normal;
}
.cff-lightbox-wrapper .cff-lightbox-image {
display: block; height: auto;
max-width: inherit;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
-ms-border-radius: 3px 3px 0 0;
-o-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.cff-lightbox-wrapper a img {
border: none;
}
.cff-lightbox-outerContainer {
position: relative;
background-color: #000;
*zoom: 1;
width: 250px;
height: 250px;
margin: 0 auto;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
-ms-border-radius: 3px 3px 0 0;
-o-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.cff-lightbox-outerContainer:after {
content: "";
display: table;
clear: both;
}
.cff-lightbox-container {
position: relative;
padding: 0;
height: 100%;
}
.cff-lightbox-loader {
position: absolute;
top: 43%;
left: 0;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
}
.cff-lightbox-cancel {
display: block;
width: 16px;
height: 16px;
margin: 0 auto;
background: url(//broodjeszaakdenieuwerai.nl/wp-content/plugins/custom-facebook-feed-pro/img/loader-dark.png) no-repeat;
}
#cff-lightbox-wrapper .cff-lightbox-caption-text{
margin: 0 8px 0 0;
}
#cff-lightbox-wrapper .cff-lightbox-facebook{
margin: 0;
padding: 0 0 0 8px;
border-left: 1px solid #ccc;
border-bottom: none;
color: #3b579d;
text-decoration: none;
}
#cff-lightbox-wrapper .cff-lightbox-caption .cff-dot{
margin: 0 7px;
}
#cff-lightbox-wrapper .cff-lightbox-facebook:link,
#cff-lightbox-wrapper .cff-lightbox-facebook:hover,
#cff-lightbox-wrapper .cff-lightbox-facebook:active,
#cff-lightbox-wrapper .cff-lightbox-facebook:visited{
color: #3b579d;
text-decoration: none;
}
#cff-lightbox-wrapper .cff-lightbox-facebook:hover,
#cff-lightbox-wrapper .cff-lightbox-facebook:focus{
text-decoration: underline;
border-bottom: none;
}
.cff-lightbox-nav { top: 0;
left: 0; width: 100%;
z-index: 1000;
}
.cff-lightbox-container &gt; .nav {
left: 0;
}
.cff-lightbox-nav a {
outline: none;
background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
position: absolute;
z-index: 1000;
top: 0;
bottom: 0;
height: auto;
} .cff-has-iframe .cff-lightbox-nav a {
top: 50px;
bottom: 50px;
}
.cff-has-video .cff-lightbox-nav a {
top: 35px;
bottom: 35px;
}
.cff-lightbox-prev, .cff-lightbox-next {
height: 100%;
cursor: pointer;
display: block;
}
.cff-lightbox-nav a.cff-lightbox-prev {
width: 25%;
left: 0;
float: left;
background: url(//broodjeszaakdenieuwerai.nl/wp-content/plugins/custom-facebook-feed-pro/img/prev.png) left 48% no-repeat;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-webkit-transition: opacity 0.6s;
-moz-transition: opacity 0.6s;
-o-transition: opacity 0.6s;
transition: opacity 0.6s;
}
.cff-lightbox-nav a.cff-lightbox-prev:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
.cff-lightbox-nav a.cff-lightbox-next {
width: 25%;
right: 0;
float: right;
background: url(//broodjeszaakdenieuwerai.nl/wp-content/plugins/custom-facebook-feed-pro/img/next.png) right 48% no-repeat;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-webkit-transition: opacity 0.6s;
-moz-transition: opacity 0.6s;
-o-transition: opacity 0.6s;
transition: opacity 0.6s;
}
.cff-lightbox-nav a.cff-lightbox-next:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
.cff-lightbox-dataContainer{
margin: 0 auto;
padding: 0;
*zoom: 1;
width: 100%;
background: #fff;
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
-ms-border-radius: 0 0 3px 3px;
-o-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}
.cff-lightbox-dataContainer:after {
content: "";
display: table;
clear: both;
} .cff-lb-dataContainer a{
color: #ccc;
text-decoration: underline;
}
.cff-lb-dataContainer a:hover,
.cff-lb-dataContainer a:focus{
color: #fff;
text-decoration: underline;
}
.cff-lightbox-data {
padding: 0 4px;
color: #444;
}
.cff-lightbox-data .cff-lightbox-details {
position: relative;
width: 90%;
padding: 10px 0 10px 10px;
float: left;
text-align: left;
line-height: 1.1em;
}
.cff-lightbox-data .cff-lightbox-caption {
padding: 0;
margin: 0;
font-size: 14px; line-height: 1.3;
}
.cff-lightbox-data .cff-lightbox-number { clear: left;
padding-right: 10px;
font-size: 12px;
color: #999999;
}
.cff-lightbox-data .cff-lightbox-close {
display: block;
float: right;
width: 30px;
height: 30px;
margin: 0 -5px 0 0;
color: #333; text-align: center;
margin-top: 7px;
outline: none;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
opacity: 0.7;
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.cff-lightbox-data .cff-lightbox-close:hover {
cursor: pointer;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
} .cff-lightbox-video{
display: none;
position: absolute;
z-index: 999;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
max-width: 100%;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
-ms-border-radius: 3px 3px 0 0;
-o-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.cff-has-video .cff-lightbox-video{
display: block;
}
#cff-lightbox-wrapper.cff-has-video .cff-lightbox-image{
display: none !important; *display: block !important;
} .cff-has-video .cff-lightbox-outerContainer{
min-width: 640px;
min-height: 360px;
}
.cff-has-video .cff-lightbox-dataContainer{
min-width: 640px;
} @media all and (max-width: 640px){
.cff-has-video .cff-lightbox-outerContainer{
min-width: 100%;
min-height: auto;
}
.cff-has-video .cff-lightbox-dataContainer{
min-width: 100%;
}
} #cff-lightbox-wrapper iframe{
display: none;
position: absolute;
z-index: 999;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
max-width: 100%;
}
#cff-lightbox-wrapper.cff-has-iframe iframe{
display: block;
}
#cff-lightbox-wrapper.cff-has-iframe .cff-lightbox-image{
min-width: 500px;
display: none !important;
} #cff .cff-media-overlay{
position: absolute;
z-index: 5;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100;
}</pre></body></html>