.vp-fancybox audio.fancybox-video{padding:20px;background-repeat:no-repeat;background-position:50% 50%;background-size:contain}.vp-portfolio__items-style-squadforce-gallery .nk-gallery-item-group .nk-gallery-item-description {
z-index: 1;
}
.vp-portfolio__items-style-squadforce-gallery .nk-gallery-item-group .nk-gallery-item-label {
z-index: 10;
}
.vp-portfolio__items-style-squadforce-gallery .vp-portfolio__item a {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.vp-portfolio__items-style-squadforce-gallery .vp-portfolio__item-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
color: #fff;
text-decoration: none;
background-color: rgba(0, 0, 0, 0.85);
opacity: 0;
-webkit-transition: opacity 0.2s ease-in-out;
-o-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
z-index: 2;
}
.vp-portfolio__items-style-squadforce-gallery figcaption.vp-portfolio__item-overlay {
margin: 0;
font-style: inherit;
color: #fff;
}
.vp-portfolio__items-style-squadforce-gallery .vp-portfolio__item-meta {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
height: 100%;
padding: 20px;
color: inherit;
text-align: center;
-webkit-transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
-o-transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out;
transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out;
transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
-webkit-transform: scale(0.95);
-ms-transform: scale(0.95);
transform: scale(0.95);
will-change: transform, opacity;
}
.vp-portfolio__items-style-squadforce-gallery .vp-portfolio__item-meta > * {
max-width: 100%;
}
.vp-portfolio__items-style-squadforce-gallery .vp-portfolio__item-meta > * + * {
margin-top: 4px;
}
.vp-portfolio__items-style-squadforce-gallery .vp-portfolio__item-meta-title {
margin-bottom: 0;
font-size: 1.3em;
color: inherit;
}
.vp-portfolio__items-style-squadforce-gallery .vp-portfolio__item-meta-date {
font-size: 0.85em;
}
.vp-portfolio__items-style-squadforce-gallery .vp-portfolio__item-meta-icon {
margin: 0 auto;
font-size: 2em;
opacity: 0.85;
}
.vp-portfolio__items-style-squadforce-gallery .vp-portfolio__item-meta-icon + * {
margin-top: 15px;
}
.vp-portfolio__items-style-squadforce-gallery .vp-portfolio__item-meta-categories {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
bottom: 0;
left: 0;
margin: 0 -5px;
list-style-type: none;
}
.vp-portfolio__items-style-squadforce-gallery .vp-portfolio__item-meta-categories .vp-portfolio__item-meta-category {
display: block;
padding: 4px 15px;
margin: 0 5px;
color: #fff;
background-color: #3c3c3c;
}
.vp-portfolio__items-style-squadforce-gallery .vp-portfolio__item-meta-excerpt {
opacity: 0.8;
}
.vp-portfolio__items-style-squadforce-gallery .vp-portfolio__item-img img {
-webkit-transition: -webkit-transform 0.15s ease-in-out;
transition: -webkit-transform 0.15s ease-in-out;
-o-transition: transform 0.15s ease-in-out;
transition: transform 0.15s ease-in-out;
transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
will-change: transform;
z-index: 1;
}
.vp-portfolio__items-style-squadforce-gallery .vp-portfolio__item:hover .vp-portfolio__item-overlay {
opacity: 1;
}
.vp-portfolio__items-style-squadforce-gallery .vp-portfolio__item:hover .vp-portfolio__item-meta {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.vp-portfolio__items-style-squadforce-gallery .vp-portfolio__item:hover .vp-portfolio__item-img img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.vp-portfolio__items-style-squadforce-gallery .vp-portfolio__item-align-center .vp-portfolio__item-meta {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
}
.vp-portfolio__items-style-squadforce-gallery .vp-portfolio__item-align-left .vp-portfolio__item-meta {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
text-align: left;
}
.vp-portfolio__items-style-squadforce-gallery .vp-portfolio__item-align-right .vp-portfolio__item-meta {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
text-align: right;
}
.vp-portfolio__items-style-squadforce-gallery .vp-portfolio__item-align-top-center .vp-portfolio__item-meta {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
text-align: center;
}
.vp-portfolio__items-style-squadforce-gallery .vp-portfolio__item-align-top-left .vp-portfolio__item-meta {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
text-align: left;
}
.vp-portfolio__items-style-squadforce-gallery .vp-portfolio__item-align-top-right .vp-portfolio__item-meta {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
text-align: right;
}
.vp-portfolio__items-style-squadforce-gallery .vp-portfolio__item-align-bottom-center .vp-portfolio__item-meta {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
text-align: center;
}
.vp-portfolio__items-style-squadforce-gallery .vp-portfolio__item-align-bottom-left .vp-portfolio__item-meta {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
text-align: left;
}
.vp-portfolio__items-style-squadforce-gallery .vp-portfolio__item-align-bottom-right .vp-portfolio__item-meta {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
text-align: right;
}.ghostkit-video{--gkt-video__background-color:var(--gkt-color-light-gray);--gkt-video--play-icon__width:60px;--gkt-video--play-icon__height:60px;--gkt-video--play-icon__font-size:0.7em;--gkt-video--play-icon__color:var(--gkt-color-dark-gray);--gkt-video--play-icon__background-color:#fff;--gkt-video--play-icon__border-radius:50%;--gkt-video--play-icon__box-shadow:0 0 10px 4px rgba(0,0,0,.04),0 0 1px 1px rgba(0,0,0,.02);--gkt-video--play-icon-hover__box-shadow:0 2px 10px 4px rgba(0,0,0,.04),0 0 1px 1px rgba(0,0,0,.02);--gkt-video--play-icon-hover__transform:translateY(-1px);--gkt-video--loading-icon__width:60px;--gkt-video--loading-icon__height:60px;--gkt-video--loading-icon__font-size:0.7em;--gkt-video--loading-icon__color:var(--gkt-color-dark-gray);--gkt-video--loading-icon__background-color:#fff;--gkt-video--loading-icon__border-radius:50%;--gkt-video--loading-icon__box-shadow:0 0 10px 4px rgba(0,0,0,.04),0 0 1px 1px rgba(0,0,0,.02);--gkt-video__transition-duration:var(--gkt-transition-duration);--gkt-video__transition-easing:var(--gkt-transition-easing)}.ghostkit-video-fullscreen{--gkt-video-fullscreen__background-color:rgba(0,0,0,.9);--gkt-video-fullscreen--close-button__width:60px;--gkt-video-fullscreen--close-button__height:60px;--gkt-video-fullscreen--close-button__font-size:1.4em;--gkt-video-fullscreen--close-button__color:#fff;--gkt-video-fullscreen--close-button__opacity:0.2;--gkt-video-fullscreen--close-button-hover__opacity:1;--gkt-video-fullscreen__transition-duration:var(--gkt-transition-duration);--gkt-video-fullscreen__transition-easing:var(--gkt-transition-easing)}.ghostkit-video.is-style-icon-only{background-color:transparent;height:var(--gkt-video--play-icon__height);margin-left:auto;margin-right:auto;overflow:unset}.ghostkit-video.is-style-icon-only:before{content:none}.ghostkit-video.is-style-icon-only.ghostkit-video-style-icon-only-align-left .ghostkit-video-loading-icon,.ghostkit-video.is-style-icon-only.ghostkit-video-style-icon-only-align-left .ghostkit-video-play-icon{left:0;margin-left:0}.ghostkit-video.is-style-icon-only.ghostkit-video-style-icon-only-align-right .ghostkit-video-loading-icon,.ghostkit-video.is-style-icon-only.ghostkit-video-style-icon-only-align-right .ghostkit-video-play-icon{left:auto;margin-left:0;right:0}.ghostkit-video{background-color:var(--gkt-video__background-color);cursor:pointer;overflow:hidden;position:relative}.ghostkit-video:before{content:"";display:block;padding-top:56.25%;width:100%}.ghostkit-video-aspect-ratio-16-9:before,.ghostkit-video[data-video-aspect-ratio="16-9"]:before,.ghostkit-video[data-video-aspect-ratio="16:9"]:before{padding-top:56.25%}.ghostkit-video-aspect-ratio-21-9:before,.ghostkit-video[data-video-aspect-ratio="21-9"]:before,.ghostkit-video[data-video-aspect-ratio="21:9"]:before{padding-top:42.8571428571%}.ghostkit-video-aspect-ratio-4-3:before,.ghostkit-video[data-video-aspect-ratio="4-3"]:before,.ghostkit-video[data-video-aspect-ratio="4:3"]:before{padding-top:75%}.ghostkit-video-aspect-ratio-3-2:before,.ghostkit-video[data-video-aspect-ratio="3-2"]:before,.ghostkit-video[data-video-aspect-ratio="3:2"]:before{padding-top:66.6666666667%}.ghostkit-video-aspect-ratio-1-1:before,.ghostkit-video[data-video-aspect-ratio="1-1"]:before,.ghostkit-video[data-video-aspect-ratio="1:1"]:before{padding-top:100%}.ghostkit-video-aspect-ratio-2-3:before,.ghostkit-video[data-video-aspect-ratio="2-3"]:before,.ghostkit-video[data-video-aspect-ratio="2:3"]:before{padding-top:150%}.ghostkit-video-aspect-ratio-9-16:before,.ghostkit-video[data-video-aspect-ratio="9-16"]:before,.ghostkit-video[data-video-aspect-ratio="9:16"]:before{padding-top:177.7777777778%}.ghostkit-video-aspect-ratio-3-4:before,.ghostkit-video[data-video-aspect-ratio="3-4"]:before,.ghostkit-video[data-video-aspect-ratio="3:4"]:before{padding-top:133.3333333333%}.ghostkit-video-poster{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.ghostkit-video-poster img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.ghostkit-video-play-icon{align-items:center;background-color:var(--gkt-video--play-icon__background-color);border-radius:var(--gkt-video--play-icon__border-radius);box-shadow:var(--gkt-video--play-icon__box-shadow);color:var(--gkt-video--play-icon__color);display:flex;font-size:var(--gkt-video--play-icon__font-size);height:var(--gkt-video--play-icon__height);justify-content:center;left:50%;margin-left:calc(var(--gkt-video--play-icon__height)/-2);margin-top:calc(var(--gkt-video--play-icon__width)/-2);opacity:1;position:absolute;top:50%;transition:var(--gkt-video__transition-duration) transform var(--gkt-video__transition-easing),var(--gkt-video__transition-duration) box-shadow var(--gkt-video__transition-easing),var(--gkt-video__transition-duration) opacity var(--gkt-video__transition-easing);width:var(--gkt-video--play-icon__width);z-index:2}.ghostkit-video:focus .ghostkit-video-play-icon,.ghostkit-video:hover .ghostkit-video-play-icon{box-shadow:var(--gkt-video--play-icon-hover__box-shadow);transform:var(--gkt-video--play-icon-hover__transform)}.ghostkit-video-loading .ghostkit-video-play-icon,.ghostkit-video-playing .ghostkit-video-play-icon{opacity:0}.ghostkit-video-loading-icon{align-items:center;background-color:var(--gkt-video--loading-icon__background-color);border-radius:var(--gkt-video--loading-icon__border-radius);box-shadow:var(--gkt-video--loading-icon__box-shadow);color:var(--gkt-video--loading-icon__color);display:flex;font-size:var(--gkt-video--loading-icon__font-size);height:var(--gkt-video--loading-icon__height);justify-content:center;left:50%;margin-left:calc(var(--gkt-video--loading-icon__height)/-2);margin-top:calc(var(--gkt-video--loading-icon__width)/-2);opacity:0;position:absolute;top:50%;transition:var(--gkt-video__transition-duration) opacity var(--gkt-video__transition-easing);width:var(--gkt-video--loading-icon__width);z-index:3}.ghostkit-video-loading .ghostkit-video-loading-icon{opacity:1}.ghostkit-video:not(.ghostkit-video-loading) .ghostkit-video-spinner{animation:none}.ghostkit-video-fullscreen-close-icon{display:none}.ghostkit-video-frame{height:100%;left:100%;opacity:0;position:absolute;top:0;transition:var(--gkt-video__transition-duration) opacity var(--gkt-video__transition-easing),0s var(--gkt-video__transition-duration) left;width:100%;z-index:4}.ghostkit-video-frame iframe,.ghostkit-video-frame video{height:100%;visibility:visible;width:100%}.ghostkit-video-playing .ghostkit-video-frame{left:0;opacity:1;transition:var(--gkt-video__transition-duration) opacity var(--gkt-video__transition-easing),0s left}.ghostkit-video-fullscreen{align-items:center;background-color:var(--gkt-video-fullscreen__background-color);display:none;height:calc(100% - var(--wp-admin--admin-bar--height, 0px));justify-content:center;left:0;position:fixed;top:var(--wp-admin--admin-bar--height,0);width:100%;z-index:1500}@media screen and (max-width:600px){body.admin-bar .ghostkit-video-fullscreen{height:100%;top:0}}.ghostkit-video-fullscreen-frame{height:calc(90vw*var(--gkt-fullscreen-video__aspect-ratio-height)/var(--gkt-fullscreen-video__aspect-ratio-width));max-height:90%;max-width:calc((90vh - var(--wp-admin--admin-bar--height, 0px))*var(--gkt-fullscreen-video__aspect-ratio-width)/var(--gkt-fullscreen-video__aspect-ratio-height));position:relative;width:90%;z-index:1}@media screen and (max-width:600px){body.admin-bar .ghostkit-video-fullscreen-frame{max-width:calc(100vh*var(--gkt-fullscreen-video__aspect-ratio-width)/var(--gkt-fullscreen-video__aspect-ratio-height))}}.ghostkit-video-fullscreen-frame iframe,.ghostkit-video-fullscreen-frame video{height:100%;width:100%}.ghostkit-video-fullscreen-frame video{background:var(--gkt-fullscreen-video--video__background)}.ghostkit-video-fullscreen-close{color:var(--gkt-video-fullscreen--close-button__color);cursor:pointer;font-size:var(--gkt-video-fullscreen--close-button__font-size);height:var(--gkt-video-fullscreen--close-button__height);line-height:var(--gkt-video-fullscreen--close-button__height);opacity:var(--gkt-video-fullscreen--close-button__opacity);position:absolute;right:0;text-align:center;top:0;transition:var(--gkt-video-fullscreen__transition-duration) opacity var(--gkt-video-fullscreen__transition-easing);width:var(--gkt-video-fullscreen--close-button__width);z-index:2}.ghostkit-video-fullscreen-close:focus,.ghostkit-video-fullscreen-close:hover{opacity:var(--gkt-video-fullscreen--close-button-hover__opacity)}.ghostkit-twitter{--gkt-twitter--verified-badge__width:14px;--gkt-twitter--verified-badge__height:14px;--gkt-twitter--verified-badge__background-image:url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"><path class="st0" fill="%231DA1F2" d="M512,268c0,17.9-4.3,34.5-12.9,49.7c-8.6,15.2-20.1,27.1-34.6,35.4c0.4,2.7,0.6,6.9,0.6,12.6 c0,27.1-9.1,50.1-27.1,69.1c-18.1,19.1-39.9,28.6-65.4,28.6c-11.4,0-22.3-2.1-32.6-6.3c-8,16.4-19.5,29.6-34.6,39.7 C290.4,507,273.9,512,256,512c-18.3,0-34.9-4.9-49.7-14.9c-14.9-9.9-26.3-23.2-34.3-40c-10.3,4.2-21.1,6.3-32.6,6.3 c-25.5,0-47.4-9.5-65.7-28.6c-18.3-19-27.4-42.1-27.4-69.1c0-3,0.4-7.2,1.1-12.6c-14.5-8.4-26-20.2-34.6-35.4 C4.3,302.5,0,285.9,0,268c0-19,4.8-36.5,14.3-52.3c9.5-15.8,22.3-27.5,38.3-35.1c-4.2-11.4-6.3-22.9-6.3-34.3 c0-27,9.1-50.1,27.4-69.1c18.3-19,40.2-28.6,65.7-28.6c11.4,0,22.3,2.1,32.6,6.3c8-16.4,19.5-29.6,34.6-39.7 C221.6,5.1,238.1,0,256,0c17.9,0,34.4,5.1,49.4,15.1c15,10.1,26.6,23.3,34.6,39.7c10.3-4.2,21.1-6.3,32.6-6.3 c25.5,0,47.3,9.5,65.4,28.6c18.1,19.1,27.1,42.1,27.1,69.1c0,12.6-1.9,24-5.7,34.3c16,7.6,28.8,19.3,38.3,35.1 C507.2,231.5,512,249,512,268z M245.1,345.1l105.7-158.3c2.7-4.2,3.5-8.8,2.6-13.7c-1-4.9-3.5-8.8-7.7-11.4 c-4.2-2.7-8.8-3.6-13.7-2.9c-5,0.8-9,3.2-12,7.4l-93.1,140L184,263.4c-3.8-3.8-8.2-5.6-13.1-5.4c-5,0.2-9.3,2-13.1,5.4 c-3.4,3.4-5.1,7.7-5.1,12.9c0,5.1,1.7,9.4,5.1,12.9l58.9,58.9l2.9,2.3c3.4,2.3,6.9,3.4,10.3,3.4 C236.6,353.7,241.7,350.9,245.1,345.1z"/></svg>');--gkt-twitter--profile__margin-bottom:2.5em;--gkt-twitter--profile-avatar__border-radius:50%;--gkt-twitter--profile-avatar__offset:1.5em;--gkt-twitter--profile-name__font-size:1.4em;--gkt-twitter--profile-username__font-size:1em;--gkt-twitter--profile-username__font-weight:400;--gkt-twitter--profile-username__font-opacity:0.7;--gkt-twitter--profile-stats__gap:1.2em;--gkt-twitter--profile-elements__gap:1.2em;--gkt-twitter--tweet__margin-bottom:1.5em;--gkt-twitter--tweet-content-img__margin-top:1em;--gkt-twitter--tweet-content-img__border-width:1px;--gkt-twitter--tweet-content-img__border-color:rgba(0,0,0,.1);--gkt-twitter--tweet-content-img__border-radius:var(--gkt-border-radius);--gkt-twitter--tweet-avatar__margin-right:1.2em;--gkt-twitter--tweet-avatar__border-radius:50%;--gkt-twitter--tweet-retweeted__font-size:0.8em;--gkt-twitter--tweet-retweeted__opacity:0.7;--gkt-twitter--tweet-retweeted-icon__margin-right:0.5em;--gkt-twitter--tweet-name__text-decoration:none;--gkt-twitter--tweet-name-hover__text-decoration:underline;--gkt-twitter--tweet-username__opacity:0.7;--gkt-twitter--tweet-date-separator__content:"·";--gkt-twitter--tweet-date-separator__margin-v:0;--gkt-twitter--tweet-date-separator__margin-h:0.5em;--gkt-twitter--tweet-date-separator__font-size:0.7em;--gkt-twitter--tweet-date__opacity:0.7;--gkt-twitter--tweet-date__text-decoration:none;--gkt-twitter--tweet-date-hover__text-decoration:underline;--gkt-twitter--tweet-actions__font-size:0.9em;--gkt-twitter--tweet-actions__gap:1.2em;--gkt-twitter--tweet-actions-link__opacity:0.7;--gkt-twitter--tweet-actions-link-hover__opacity:1;--gkt-twitter--tweet-actions-label__offset:0.3em;--gkt-twitter--tweet-elements__gap:0.5em}.ghostkit-twitter:after{clear:both;content:"";display:block;height:.01px}.ghostkit-twitter-item-meta-name-verified,.ghostkit-twitter-profile-verified{font-size:0}.ghostkit-twitter-item-meta-name-verified:before,.ghostkit-twitter-profile-verified:before{background-image:var(--gkt-twitter--verified-badge__background-image);content:"";display:inline-block;height:var(--gkt-twitter--verified-badge__height);width:var(--gkt-twitter--verified-badge__width)}.ghostkit-twitter-profile-verified:before{height:calc(2px + var(--gkt-twitter--verified-badge__height));width:calc(2px + var(--gkt-twitter--verified-badge__width))}.ghostkit-twitter-profile{display:flex;flex-wrap:wrap;margin-bottom:var(--gkt-twitter--profile__margin-bottom)}.ghostkit-twitter-profile-avatar img{border-radius:var(--gkt-twitter--profile-avatar__border-radius);display:block;height:auto;margin:0;max-width:100%}.ghostkit-twitter-profile-side{flex:1;max-width:100%}.ghostkit-twitter-profile-avatar+.ghostkit-twitter-profile-side{margin-left:var(--gkt-twitter--profile-avatar__offset)}.ghostkit-twitter-profile-name a{border-bottom:none;color:inherit;text-decoration:none}.ghostkit-twitter-profile-name a:focus,.ghostkit-twitter-profile-name a:hover{text-decoration:underline}.ghostkit-twitter-profile .ghostkit-twitter-profile-fullname{font-size:var(--gkt-twitter--profile-name__font-size);margin:0}.ghostkit-twitter-profile .ghostkit-twitter-profile-username{font-size:var(--gkt-twitter--profile-username__font-size);font-weight:var(--gkt-twitter--profile-username__font-weight);margin:0;opacity:var(--gkt-twitter--profile-username__font-opacity)}.ghostkit-twitter-profile-stats{display:flex;flex-wrap:wrap}.ghostkit-twitter-profile-stats>div{margin-right:var(--gkt-twitter--profile-stats__gap)}.ghostkit-twitter-profile-stats>div:last-child{margin-right:0}div+.ghostkit-twitter-profile-description,div+.ghostkit-twitter-profile-location,div+.ghostkit-twitter-profile-stats,div+.ghostkit-twitter-profile-website{margin-top:var(--gkt-twitter--profile-elements__gap)}.ghostkit-twitter-profile-description{white-space:pre-wrap}.ghostkit-twitter-item{display:flex;margin-bottom:var(--gkt-twitter--tweet__margin-bottom)}.ghostkit-twitter-item:last-child{margin-bottom:0}.ghostkit-twitter-item-content{flex:1}.ghostkit-twitter-item-content img{border:var(--gkt-twitter--tweet-content-img__border-width) solid var(--gkt-twitter--tweet-content-img__border-color);border-radius:var(--gkt-twitter--tweet-content-img__border-radius);margin-top:var(--gkt-twitter--tweet-content-img__margin-top);max-width:100%}.ghostkit-twitter-item-avatar{margin-right:var(--gkt-twitter--tweet-avatar__margin-right)}.ghostkit-twitter-item-avatar img{border-radius:var(--gkt-twitter--tweet-avatar__border-radius);height:auto}.ghostkit-twitter-item-retweeted{font-size:var(--gkt-twitter--tweet-retweeted__font-size);opacity:var(--gkt-twitter--tweet-retweeted__opacity);position:relative}.ghostkit-twitter-item-retweeted-icon{margin-right:var(--gkt-twitter--tweet-retweeted-icon__margin-right);position:absolute;right:100%;width:1em}.ghostkit-twitter-item-retweeted a{border-bottom:none;color:inherit;text-decoration:none}.ghostkit-twitter-item-retweeted a:focus,.ghostkit-twitter-item-retweeted a:hover{text-decoration:underline}.ghostkit-twitter-item-meta{align-items:center;display:flex;flex-wrap:wrap}.ghostkit-twitter-item-meta-name a{border-bottom:none;color:inherit;-webkit-text-decoration:var(--gkt-twitter--tweet-name__text-decoration);text-decoration:var(--gkt-twitter--tweet-name__text-decoration)}.ghostkit-twitter-item-meta-name a:focus strong,.ghostkit-twitter-item-meta-name a:hover strong{-webkit-text-decoration:var(--gkt-twitter--tweet-name-hover__text-decoration);text-decoration:var(--gkt-twitter--tweet-name-hover__text-decoration)}.ghostkit-twitter-item-meta-name span:last-child{opacity:var(--gkt-twitter--tweet-username__opacity)}.ghostkit-twitter-item-meta-name+.ghostkit-twitter-item-meta-date:before{content:var(--gkt-twitter--tweet-date-separator__content);font-size:var(--gkt-twitter--tweet-date-separator__font-size);margin:var(--gkt-twitter--tweet-date-separator__margin-v) var(--gkt-twitter--tweet-date-separator__margin-h)}.ghostkit-twitter-item-meta-date{align-items:center;display:flex;opacity:var(--gkt-twitter--tweet-date__opacity)}.ghostkit-twitter-item-meta-date a{border-bottom:none;color:inherit;-webkit-text-decoration:var(--gkt-twitter--tweet-date__text-decoration);text-decoration:var(--gkt-twitter--tweet-date__text-decoration)}.ghostkit-twitter-item-meta-date a:focus,.ghostkit-twitter-item-meta-date a:hover{-webkit-text-decoration:var(--gkt-twitter--tweet-date-hover__text-decoration);text-decoration:var(--gkt-twitter--tweet-date-hover__text-decoration)}.ghostkit-twitter-item-actions{align-items:center;display:flex;flex-wrap:wrap;font-size:var(--gkt-twitter--tweet-actions__font-size)}.ghostkit-twitter-item-actions>div{margin-right:var(--gkt-twitter--tweet-actions__gap)}.ghostkit-twitter-item-actions>div:last-child{margin-right:0}.ghostkit-twitter-item-actions a{border-bottom:none;color:inherit;opacity:var(--gkt-twitter--tweet-actions-link__opacity);text-decoration:none}.ghostkit-twitter-item-actions a:focus,.ghostkit-twitter-item-actions a:hover{opacity:var(--gkt-twitter--tweet-actions-link-hover__opacity)}.ghostkit-twitter-item-actions span{margin-left:var(--gkt-twitter--tweet-actions-label__offset)}.ghostkit-twitter-item-text{white-space:pre-wrap}div+.ghostkit-twitter-item-actions,div+.ghostkit-twitter-item-text{margin-top:var(--gkt-twitter--tweet-elements__gap)}