.dg-carousel-lightbox {
opacity: 0;
transition: all .3s ease;
width: 0;
height: 0;
display: none;
}
.dg-carousel-lightbox.open {
opacity: 1;
width: auto;
height: auto;
position: fixed;
background-color: rgba(51, 51, 51, 0.88);
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 999999;
padding-bottom:30px;
display: block;
}
.dg-carousel-lightbox.open .lightbox-header {   text-align: right;
}
.dg-carousel-lightbox.open .image-wrapper{
display: flex;
justify-content: center;
max-height: 100%;
margin: 0 auto;
height: 100%;
white-space: nowrap;
align-items: center;
}
.dg-carousel-lightbox .image-wrapper img {
transform: scale(0);
}
@keyframes imageAnimation {
from {transform: scale(0);}
to {transform: scale(1);}
}
.dg-carousel-lightbox.open .image-wrapper span {
align-self: center;
}
.dg-carousel-lightbox.open .image-wrapper img { max-height: 85vh; animation-name: imageAnimation;
transform: scale(1);
animation-duration: .3s;
animation-timing-function: ease-out;
vertical-align: middle;
}
.dg-carousel-lightbox.open .close-btn {
background-color: rgba(0, 0, 0, 0.57);
border: none;
box-shadow: none;
padding: 10px 15px;
color: rgba(255, 255, 255, 1);
cursor: pointer;
font-size: 16px;
}.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.el-single-template:not(.el-single-post-template-default) .el-divi-icon {
font-family: ETModules;
font-weight: 400;
speak: none;
}
.el-single-template:not(.el-single-post-template-default) .el-post-header {
overflow: hidden;
}
.el-single-template:not(.el-single-post-template-default) .el-post-header .et_quote_content,
.el-single-template:not(.el-single-post-template-default) .el-post-header .et_link_content,
.el-single-template:not(.el-single-post-template-default) .el-post-header .et_audio_content,
.el-single-template:not(.el-single-post-template-default) .el-post-header .et_main_video_container {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.el-single-template:not(.el-single-post-template-default) .el-featured-image {
line-height: 0;
}
.el-single-template:not(.el-single-post-template-default) .el-featured-image img {
width: 100%;
}
.el-single-template:not(.el-single-post-template-default) .el-post-header .et_audio_container,
.el-single-template:not(.el-single-post-template-default) .el-post-header .et_main_video_container.el-has-background .fluid-width-video-wrapper {
display: none;
position: relative;
z-index: 4;
width: 100%;
}
.el-single-template:not(.el-single-post-template-default) .el-post-header .el-player-button + div {
display: none;
padding: 26.5px 0;
}
.el-single-template:not(.el-single-post-template-default) .el-post-header .et_main_video_container .fluid-width-video-wrapper {
width: 100%;
height: 100%;
}
.el-single-template:not(.el-single-post-template-default) .el-post-header .et_main_video_container.el-has-background .fluid-width-video-wrapper {
width: 70%;
height: 70%;
margin-top: 30px;
padding-top: 0 !important;
}
.el-single-template:not(.el-single-post-template-default) .el-post-header .et_audio_container .mejs-container {
background: rgba(34, 34, 34, 0.8);
width: 100% !important;
height: auto !important;
padding: 10px 0 5px;
}
.el-single-template:not(.el-single-post-template-default) .el-post-header .et_audio_container .mejs-playpause-button {
height: auto !important;
}
.el-single-template:not(.el-single-post-template-default) .el-post-header .et_audio_container .mejs-time-rail,
.el-single-template:not(.el-single-post-template-default) .el-post-header .et_audio_container .mejs-time-slider {
min-width: 1px !important;
}
.el-single-template:not(.el-single-post-template-default) .el-post-header .et_audio_container .mejs-controls {
position: relative;
top: auto;
bottom: auto;
left: auto;
}
.el-single-template:not(.el-single-post-template-default) .el-post-header .et_audio_container .mejs-controls .mejs-time span {
line-height: 1;
}
.el-single-template:not(.el-single-post-template-default) .el-post-header .et_main_video_container .wp-video {
width: 100% !important;
height: 100%;
}
.el-single-template:not(.el-single-post-template-default) .el-post-header .et_main_video_container.el-has-background .wp-video {
position: relative;
z-index: 99;
max-width: 70%;
height: 70%;
margin-top: 30px;
}
.el-single-template:not(.el-single-post-template-default) .el-post-header .et_main_video_container .mejs-container {
width: 100% !important;
height: 100% !important;
}
.el-single-template:not(.el-single-post-template-default) .el-post-header .et_main_video_container mediaelementwrapper {
display: block;
width: 100%;
height: 100%;
}
.el-single-template:not(.el-single-post-template-default) .el-post-header .et_main_video_container video {
width: 100% !important;
height: 100% !important;
}
.el-single-template:not(.el-single-post-template-default) .el-post-header .et_main_video_container .mejs-controls {
z-index: 0;
}
.el-single-template:not(.el-single-post-template-default) .el-post-header .el-player-button {
display: block;
position: relative;
z-index: 4;
background: rgba(0, 0, 0, 0.7);
border-radius: 50%;
line-height: 1;
cursor: pointer;
}
.el-single-template:not(.el-single-post-template-default) .el-post-header .el-player-button:before {
font-family: ETModules;
font-size: 48px;
font-weight: 600;
color: #fff;
opacity: 0.5;
}
.el-single-template:not(.el-single-post-template-default) .el-post-header .el-audio-button {
padding: 25px 25px 20px 20px;
}
.el-single-template:not(.el-single-post-template-default) .el-post-header .el-video-button {
padding: 10px;
}
.el-single-template:not(.el-single-post-template-default) .el-post-header .el-audio-button:before {
content: '\e08e';
}
.el-single-template:not(.el-single-post-template-default) .el-post-header .el-video-button:before {
font-size: 72px;
content: '\45';
}
.el-single-template:not(.el-single-post-template-default) .el-post-header .el-player-close-button:before {
position: absolute;
right: 0;
top: -25px;
background: rgba(15, 15, 14, 0.8);
padding: 8px;
font-family: ETModules;
font-size: 28px;
line-height: 1;
color: #fff;
cursor: pointer;
content: '\51';
}
.el-single-template:not(.el-single-post-template-default) .el-post-header .fluid-width-video-wrapper .el-player-close-button:before {
top: -50px;
}
.el-single-template:not(.el-single-post-template-default) .el-post-header .et_post_gallery {
overflow: hidden;
}
.el-single-template:not(.el-single-post-template-default) .el-post-header .et_gallery_item {
width: 25%;
height: 20vw;
margin: 0;
}
.el-single-template:not(.el-single-post-template-default) .el-post-header .et_gallery_item a {
display: block;
height: 100%;
}
.el-single-template:not(.el-single-post-template-default) .el-post-header .et_gallery_item span {
display: block;
height: 100%;
}
.el-single-template:not(.el-single-post-template-default) .el-post-header .et_gallery_item:nth-child(3n),
.el-single-template:not(.el-single-post-template-default) .el-post-header .et_gallery_item:nth-child(4n),
.el-single-template:not(.el-single-post-template-default) .el-post-header .et_gallery_item:nth-child(3n+1) {
margin: 0;
clear: none;
}
.el-single-template:not(.el-single-post-template-default) .el-post-header .et_gallery_item:nth-child(4n+1) {
margin: 0;
clear: both;
}
.el-single-template:not(.el-single-post-template-default) .el-post-header .et_gallery_item img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.el-single-template:not(.el-single-post-template-default) #comment-wrap #comments {
margin-bottom: 15px;
}
.el-single-template:not(.el-single-post-template-default) #comment-wrap textarea {
background-color: #f7f9fb;
border: 2px solid #eff1f3;
font-size: 18px;
padding: 20px;
width: 100%;
color: #20292f;
resize: vertical;
}
.el-single-template:not(.el-single-post-template-default) .comment-body {
padding: 0;
margin-bottom: 0;
}
.el-single-template:not(.el-single-post-template-default) .comment.depth-2,
.el-single-template:not(.el-single-post-template-default) .comment.depth-3,
.el-single-template:not(.el-single-post-template-default) .comment.depth-4,
.el-single-template:not(.el-single-post-template-default) .comment.depth-4,
.el-single-template:not(.el-single-post-template-default) .comment.depth-5,
.el-single-template:not(.el-single-post-template-default) .comment.depth-6,
.el-single-template:not(.el-single-post-template-default) .comment.depth-7,
.el-single-template:not(.el-single-post-template-default) .comment.depth-8,
.el-single-template:not(.el-single-post-template-default) .comment.depth-9,
.el-single-template:not(.el-single-post-template-default) .comment.depth-10 {
margin-bottom: 0;
margin-top: 20px;
}
.el-single-template:not(.el-single-post-template-default) .comment.depth-1,
.el-single-template:not(.el-single-post-template-default) #respond {
width: 100%;
padding: 40px;
background-color: #fff;
border-radius: 4px;
box-shadow: 0 0 60px rgba(178, 178, 196, 0.2);
margin-bottom: 30px;
}
.el-single-template:not(.el-single-post-template-default) #comment-wrap input[type=email],
.el-single-template:not(.el-single-post-template-default) #comment-wrap input[type=text],
.el-single-template:not(.el-single-post-template-default) #comment-wrap input[type=url] {
width: 100%;
background: none;
border-top: none;
border-right: none;
border-left: none;
color: #20292f;
border-bottom: 2px solid #eff1f3;
font-size: 18px;
padding: 20px;
}
.el-single-template:not(.el-single-post-template-default) #commentform #submit,
.el-single-template:not(.el-single-post-template-default) .comment_area .comment-reply-link,
.el-single-template:not(.el-single-post-template-default) a.viewfull {
position: relative;
top: auto;
left: auto;
right: auto;
bottom: auto;
font-size: 14px;
color: #71818c;
font-weight: 600;
line-height: 1.5;
text-transform: uppercase;
margin-top: 10px;
display: inline-block;
float: right;
border-radius: 60px;
background-color: #f7f9fb;
border: 2px solid #e9eff5;
}
.el-single-template:not(.el-single-post-template-default) #commentform #submit {
display: inline-block;
margin: 20px auto 0 auto;
width: auto;
}
.el-single-template:not(.el-single-post-template-default) .comment.bypostauthor,
.el-single-template:not(.el-single-post-template-default) .comment.comment-author-admin {
margin-top: 30px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
padding: 40px;
padding-bottom: 10px;
background-color: #ebf7e2;
color: #5b8c36;
}
.el-single-template:not(.el-single-post-template-default) .comment_avatar {
margin-right: 20px;
box-shadow: 0px 5px 20px #d6dee4;
-moz-box-shadow: 0px 5px 20px #d6dee4;
-webkit-box-shadow: 0px 5px 20px #d6dee4;
}
.el-single-template:not(.el-single-post-template-default) .bypostauthor .comment_avatar {
box-shadow: 0px 5px 20px #b5caa5;
-moz-box-shadow: 0px 5px 20px #b5caa5;
-webkit-box-shadow: 0px 5px 20px #b5caa5;
}
.el-single-template:not(.el-single-post-template-default) .comment_avatar,
.el-single-template:not(.el-single-post-template-default) .comment_avatar img {
position: relative;
top: auto;
float: left;
clear: right;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
overflow: hidden;
}
.el-single-template:not(.el-single-post-template-default) .comment_avatar img {
width: 50px;
height: 50px;
}
.el-single-template:not(.el-single-post-template-default) .comment_postinfo {
width: calc(100% - 70px);
float: left;
margin-bottom: 20px;
}
.el-single-template:not(.el-single-post-template-default) .comment_postinfo span.fn,
.el-single-template:not(.el-single-post-template-default) .comment_postinfo span.fn a {
display: block;
}
.el-single-template:not(.el-single-post-template-default) .comment_area {
width: 100%;
float: left;
}
.el-single-template:not(.el-single-post-template-default) .sharedaddy {
margin-top: 30px;
} .el-single-post-template-stellar #main-content {
background-color: #fafafa;
}
.el-single-post-template-stellar .el-post-header {
padding: 0;
}
.el-single-post-template-stellar .el-post-header .el-featured-image,
.el-single-post-template-stellar .el-post-header .et_quote_content,
.el-single-post-template-stellar .el-post-header .et_link_content,
.el-single-post-template-stellar .el-post-header .et_post_gallery,
.el-single-post-template-stellar .el-post-header .et_audio_content,
.el-single-post-template-stellar .el-post-header .et_main_video_container {
height: 75vh;
font-size: 24px;
}
.el-single-post-template-stellar .el-post-header .et_quote_content:before,
.el-single-post-template-stellar .el-post-header .et_link_content:before {
position: absolute;
left: 0;
bottom: 0;
background: rgba(0,0,0,.8);
width: 100%;
height: 100%;
visibility: visible;
content: '';
}
.el-single-post-template-stellar .el-post-header img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: top;
}
.el-single-post-template-stellar .el-template-stellar {
position: relative;
z-index: 999;
}
.el-single-post-template-stellar .el-post-header + .el-template-stellar {
margin-top: -80px;
}
.el-single-post-template-stellar #main-content .el-template-stellar {
background: #fff;
box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.05), -1px 0px 1px rgba(0, 0, 0, 0.05);
padding: 50px 50px 0;
}
.single .el-template-stellar .et_post_meta_wrapper {
margin-bottom: 50px;
}
.single.et_pb_pagebuilder_layout .el-template-stellar .et_post_meta_wrapper,
.single.et_pb_pagebuilder_layout.et_full_width_page .el-template-stellar .et_post_meta_wrapper {
width: 100%;
max-width: 100%;
margin-bottom: 50px;
}
.single .el-template-stellar .el-post-meta-wrapper-bottom {
margin-top: -50px;
}
.single.et_pb_pagebuilder_layout.et_full_width_page .el-template-stellar .el-post-meta-wrapper-bottom,
.single.et_pb_pagebuilder_layout .el-template-stellar .el-post-meta-wrapper-bottom {
margin-top: -50px;
}
.el-single-post-template-stellar .el-template-stellar .entry-content {
padding-top: 0;
padding-bottom: 50px;
}
.et_pb_pagebuilder_layout.single.et_full_width_page #page-container .el-template-stellar .et_pb_row {
width: 100%;
max-width: 100%;
}
.el-single-post-template-stellar .el-single-top-code {
margin-bottom: 50px;
}
.el-single-post-template-stellar .el-single-bottom-code {
margin-bottom: 100px;
}
.el-template-stellar .el-post-meta-wrapper {
position: relative;
padding: 0 0 30px;
text-align: center;
}
.el-template-stellar .el-post-meta-wrapper:after {
position: absolute;
left: -9999px;
right: -9999px;
bottom: 0;
background: #000;
width: 20%;
height: 4px;
margin: auto;
content: '';
}
.el-template-stellar .el-post-meta-wrapper .post-meta {
font-size: 14px;
}
.et_pb_pagebuilder_layout.single.et_full_width_page .container .el-template-stellar:first-child .el-single-top-code + .et_post_meta_wrapper,
.et_pb_pagebuilder_layout.single.et_full_width_page .el-post-header + .el-template-stellar > .et_post_meta_wrapper {
padding-top: 0 !important;
}
.et_pb_pagebuilder_layout.single.et_full_width_page #main-content .el-template-stellar:first-child {
padding-top: 0;
}
.et_pb_pagebuilder_layout.single.et_full_width_page .el-template-stellar:first-child #content-area:first-child {
padding-top: 50px;
}
.et_pb_pagebuilder_layout.single.et_full_width_page .el-template-stellar > .el-single-top-code + #content-area .et_pb_section_0,
.et_pb_pagebuilder_layout.single.et_full_width_page .el-post-header + .el-template-stellar > #content-area .et_pb_section_0,
.et_pb_pagebuilder_layout.single.et_full_width_page .el-post-header + .el-template-stellar > .el-single-top-code + #content-area .et_pb_section_0 {
padding-top: 0 !important;
}
.et_pb_pagebuilder_layout.single .el-template-stellar .et_pb_section_0,
.et_pb_pagebuilder_layout.single .el-template-stellar .et_pb_section_0 .et_pb_row_0 {
padding-top: 0;
}
.et_pb_pagebuilder_layout.single .el-template-stellar .et_pb_section:last-child,
.et_pb_pagebuilder_layout.single .el-template-stellar .et_pb_section:last-child .et_pb_row:last-child {
padding-bottom: 0;
}
.el-single-post-template-stellar .author {
text-transform: capitalize;
}
.el-single-post-template-stellar .el-author-profile {
position: relative;
margin-top: 50px;
padding-top: 50px;
text-align: center;
}
.el-template-stellar .el-author-profile:before {
position: absolute;
left: -9999px;
right: -9999px;
top: 0;
background: #000;
width: 20%;
height: 4px;
margin: auto;
content: '';
}
.el-template-stellar .el-author-gravatar img {
border-radius: 50%;
width: 100px;
height: 100px;
}
.el-template-stellar .el-author-bio {
width: 50%;
margin: auto;
}
.el-sidebar .el-template-stellar .el-author-bio {
width: 70%;
}
.el-template-stellar .el-author-bio span {
display: block;
margin: 20px 0;
font-size: 24px;
}
.el-single-post-template-stellar .el-post-header .et_quote_content,
.el-single-post-template-stellar .el-post-header .et_link_content {
font-size: 24px;
}
.el-single-post-template-stellar .el-post-header .et_audio_content.active-player,
.el-single-post-template-stellar .el-post-header .et_main_video_container.active-player {
z-index: 99999;
}
.el-single-post-template-stellar .el-post-header .et_audio_content.active-player:before,
.el-single-post-template-stellar .el-post-header .et_main_video_container.active-player:before {
position: absolute;
left: 0;
top: 0;
z-index: 3;
background: rgba(34, 34, 34, 0.9);
width: 100%;
height: 100%;
visibility: visible;
content: '';
}
.el-single-post-template-stellar .el-post-header .et_quote_content blockquote,
.el-single-post-template-stellar .el-post-header .et_link_content a {
position: relative;
}
.el-single-post-template-stellar .el-post-header .et_link_content a {
font-size: 24px;
font-weight: 600;
}
.el-single-post-template-stellar .el-post-header .et_quote_content blockquote:before,
.el-single-post-template-stellar .el-post-header .et_link_content a:before {
position: absolute;
left: -20px;
top: 0;
font-family: ETModules;
font-size: 150px;
font-weight: 600;
color: #fff;
opacity: 0.5;
filter: blur(2px);
}
.el-single-post-template-stellar .el-post-header .et_quote_content blockquote:before {
-webkit-transform: scale(-1);
-moz-transform: scale(-1);
-ms-transform: scale(-1);
transform: scale(-1);
content: '\7b';
}
.el-single-post-template-stellar .el-post-header .et_link_content a:before {
left: -9999px;
right: -9999px;
content: "\e0e3";
} .el-single-post-template-classic #main-content .el-single-top-code.et_pb_row,
.el-single-post-template-classic #main-content .el-single-top-code.container {
padding-bottom: 20px;
}
.et_transparent_nav.el-single-post-template-classic #main-content .el-single-top-code.et_pb_row,
.et_transparent_nav.el-single-post-template-classic #main-content .el-single-top-code.container {
padding-top: 0;
}
.el-single-post-template-classic .el-post-header {
padding-bottom: 0;
line-height: 0;
}
.el-single-post-template-classic .el-post-header .et_quote_content,
.el-single-post-template-classic .el-post-header .et_link_content,
.el-single-post-template-classic .el-post-header .et_post_gallery,
.el-single-post-template-classic .el-post-header .et_audio_content,
.el-single-post-template-classic .el-post-header .et_main_video_container {
height: 75vh;
font-size: 24px;
}
.el-single-post-template-classic .el-post-header .et_link_content a {
font-size: 24px;
font-weight: 600;
}
.el-single-post-template-classic .el-post-header .et_main_video_container:before,
.el-single-post-template-classic .el-post-header .el-featured-image:before,
.el-single-post-template-classic .el-post-header .et_post_gallery:before,
.el-single-post-template-classic .el-post-header .et_quote_content:before,
.el-single-post-template-classic .el-post-header .et_link_content:before,
.el-single-post-template-classic .el-post-header .et_audio_content:before {
position: absolute;
left: 0;
bottom: 0;
z-index: 1;
background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%);
background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%);
background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%);
background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%);
background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%);
width: 100%;
height: 50%;
visibility: visible;
content: '';
}
.el-single-post-template-classic .el-post-header .et_audio_content.active-player:before,
.el-single-post-template-classic .el-post-header .et_main_video_container.active-player:before {
z-index: 3;
background: rgba(34, 34, 34, 0.9);
height: 100%;
}
.el-single-post-template-classic .el-post-header .et_quote_content blockquote,
.el-single-post-template-classic .el-post-header .et_link_content a {
position: relative;
z-index: 4;
}
.el-single-post-template-classic .el-post-header .et_quote_content blockquote:before,
.el-single-post-template-classic .el-post-header .et_link_content a:before {
position: absolute;
left: -20px;
top: 0;
font-family: ETModules;
font-size: 150px;
font-weight: 600;
color: #fff;
opacity: 0.5;
filter: blur(2px);
}
.el-single-post-template-classic .el-post-header .et_quote_content blockquote:before {
-webkit-transform: scale(-1);
-moz-transform: scale(-1);
-ms-transform: scale(-1);
transform: scale(-1);
content: '\7b';
}
.el-single-post-template-classic .el-post-header .et_link_content a:before {
left: -9999px;
right: -9999px;
content: "\e0e3";
}
.el-single-post-template-classic .el-post-header div:first-of-type + .et_post_meta_wrapper,
.el-single-post-template-classic .el-post-header ul:first-of-type + .et_post_meta_wrapper {
position: absolute;
left: 0;
bottom: 0;
z-index: 2;
width: 100%;
max-width: 100%;
padding: 20px;
line-height: normal;
}
.el-single-post-template-classic.et_pb_pagebuilder_layout.et_full_width_page .el-post-header .et_post_meta_wrapper {
width: 100%;
max-width: 100%;
}
.el-single-post-template-classic.et_pb_pagebuilder_layout.et_full_width_page #main-content .el-single-top-code + .et_post_meta_wrapper {
padding-top: 20px !important;
}
.el-single-post-template-classic.et_pb_pagebuilder_layout.et_full_width_page .el-single-top-code + #content-area .et_pb_section_0 {
padding-top: 0 !important;
}
.el-single-post-template-classic .el-post-header div:first-of-type + .et_post_meta_wrapper *,
.el-single-post-template-classic .el-post-header ul:first-of-type + .et_post_meta_wrapper * {
color: #fff;
}
.el-single-post-template-classic .el-post-categories a {
display: inline-block;
background: #222;
margin: 0 5px 10px 0;
padding: 6px 4px;
}
.el-single-post-template-classic .el-post-categories a,
.el-single-post-template-classic .post-meta span {
font-size: 12px;
line-height: 1;
}
.el-single-post-template-classic .el-post-categories a {
color: #fff;
}
.el-single-post-template-classic .post-meta span {
margin-right: 15px;
}
.el-single-post-template-classic .post-meta span:last-child {
margin-right: 0;
}
.el-single-post-template-classic .post-meta .author:before {
padding-right: 5px;
font-family: ETModules;
content: '\e08a';
}
.el-single-post-template-classic .post-meta .published:before {
padding-right: 5px;
font-family: ETModules;
content: '\e023';
}
.el-single-post-template-classic .post-meta .comments-number:before {
padding-right: 5px;
font-family: ETModules;
content: '\e066';
}
.el-single-post-template-classic .post-meta .post-read-time:before {
padding-right: 5px;
font-family: ETModules;
content: '\e06b';
}
.el-single-post-template-classic #main-content > .container {
padding-top: 20px;
}
.el-single-post-template-classic #main-content > .et_pb_row {
padding: 20px 0 0;
}
.el-single-post-template-classic #main-content .el-post-header.container {
padding-top: 20px;
}
.el-single-post-template-classic #main-content #content-area.container {
padding-top: 0;
margin-top: 30px;
}
.el-single-post-template-classic #main-content #content-area.container:first-child {
margin-top: 0;
}
.el-single-post-template-classic .et_pb_post .entry-content {
padding-top: 0;
padding-bottom: 50px;
}
.el-single-post-template-classic .et_pb_post .et_post_meta_wrapper {
border: 1px solid #f4f4f4;
margin-top: 50px;
padding: 20px;
}
.el-single-post-template-classic.et_pb_pagebuilder_layout.et_full_width_page .et_pb_post .et_post_meta_wrapper {
margin-top: 50px;
}
.el-single-post-template-classic.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper.et_pb_row {
padding-bottom: 0;
}
.el-single-post-template-classic .et_post_meta_wrapper .el-author-gravatar,
.el-single-post-template-classic .et_post_meta_wrapper .el-author-bio {
display: inline-block;
vertical-align: top;
}
.el-single-post-template-classic .et_post_meta_wrapper .el-author-gravatar {
width: 90px;
line-height: 0;
}
.el-single-post-template-classic .et_post_meta_wrapper .el-author-gravatar img {
width: 90px;
height: 90px;
}
.el-single-post-template-classic .et_pb_post .et_post_meta_wrapper .el-author-bio {
width: calc(100% - 110px);
margin-left: 20px;
font-size: 14px;
}
.el-single-post-template-classic .et_pb_post .et_post_meta_wrapper .el-author-bio span {
display: block;
margin-bottom: 10px;
font-size: 16px;
}
.el-single-post-template-classic .container #content-area.et_pb_row:first-child {
padding: 58px 0 0;
}
.et_pb_pagebuilder_layout.single.et_full_width_page .el-post-header + #content-area .et_pb_section_0 {
padding-top: 0 !important;
}
.el-single-post-template-classic .entry-content .et_pb_section_0,
.el-single-post-template-classic .entry-content .et_pb_section_0 .et_pb_row_0 {
padding-top: 0;
}
.el-single-post-template-classic .entry-content .et_pb_section:last-child,
.el-single-post-template-classic .entry-content .et_pb_section:last-child .et_pb_row:last-child {
padding-bottom: 0;
}
.el-single-post-template-classic.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #content-area .et_pb_row {
width: 100%;
max-width: 100%;
}
.el-single-post-template-classic.single.et_pb_pagebuilder_layout.et_full_width_page .et_pb_row .et_post_meta_wrapper {
width: 100%;
max-width: 100%;
padding: 20px;
} .el-single-post-template-prime #main-content .el-post-author.et_pb_row,
.el-single-post-template-prime #main-content .el-post-author.container {
padding: 0;
}
.el-single-post-template-prime #main-content .el-single-top-code.et_pb_row,
.el-single-post-template-prime #main-content .el-single-top-code.container,
.el-single-post-template-prime #main-content .el-single-bottom-code.et_pb_row,
.el-single-post-template-prime #main-content .el-single-bottom-code.container {
padding: 50px 0;
}
.el-single-post-template-prime #main-content .el-single-bottom-code.container {
width: 100%;
}
.el-single-post-template-prime .el-author-profile {
padding: 35px 0 15px;
}
.el-single-post-template-prime .el-single-top-code + .el-post-author .el-author-profile {
padding: 0 0 15px;
}
.el-single-post-template-prime .el-author-gravatar {
display: table-cell;
position: relative;
width: 70px;
padding-top: 6px;
vertical-align: top;
line-height: 0;
}
.el-single-post-template-prime .el-author-gravatar:before {
position: absolute;
top: 0;
left: -6px;
width: 80px;
height: 80px; 
border: 1px solid #000;
border-right-color: transparent;
border-left-color: transparent;
border-radius: 50%;
content: '';
}
.el-single-post-template-prime .el-author-gravatar img {
border-radius: 50%;
width: 70px;
height: 70px;
}
.el-single-post-template-prime .el-author-bio {
display: table-cell;
vertical-align: top;
max-width: 450px;
padding-left: 15px;
}
.el-single-post-template-prime .el-author-bio span {
display: block;
font-size: 16px;
font-weight: 600;
line-height: 1.5;
}
.el-single-post-template-prime .el-author-bio p {
font-size: 14px;
line-height: 1.5;
opacity: 0.65;
}
.el-single-post-template-prime .et_post_meta_wrapper {
padding: 35px 0 15px;
text-align: center;
}
.el-single-post-template-prime .et_post_meta_wrapper .entry-title {
display:inline-block;
position: relative;
padding-bottom: 15px;
}
.el-single-post-template-prime .et_post_meta_wrapper .entry-title:after {
position: absolute;
left: -9999px;
right: -9999px;
bottom: 0;
background: #000;
width: 50%;
height: 1px;
margin: auto;
content: '';
}
.el-single-post-template-prime .et_post_meta_wrapper .post-meta {
padding: 10px 0 0;
font-size: 14px;
opacity: 0.65;
}
.el-single-post-template-prime .et_post_meta_wrapper .post-meta span {
margin-right: 10px;
}
.el-single-post-template-prime .et_post_meta_wrapper .post-meta span:last-child {
margin-right: 0;
}
.el-single-post-template-prime .et_post_meta_wrapper .post-meta span,
.el-single-post-template-prime .et_post_meta_wrapper .post-meta a {
font-size: 14px;
font-weight: 400;
}
.el-single-post-template-prime .et_post_meta_wrapper .post-meta span:before {
font-family: ETmodules;
font-size: 12px;
font-weight: 400;
font-style: normal;
font-variant: normal;
-webkit-font-smoothing: antialiased;
line-height: 1;
text-transform: none;
speak: none;
padding-right: 4px;
}
.el-single-post-template-prime .et_post_meta_wrapper .post-meta .author:before {
content: "\e08a";
}
.el-single-post-template-prime .et_post_meta_wrapper .post-meta .published:before {
content: "\e06b";
}
.el-single-post-template-prime .et_post_meta_wrapper .post-meta .categories:before {
content: "\e05b";
}
.el-single-post-template-prime .et_post_meta_wrapper .post-meta .comments-number:before {
content: "\e065";
}
.el-single-post-template-prime .el-post-header {
padding: 0 0 15px;
}
.el-single-post-template-prime .el-post-author + .el-post-header {
padding: 35px 0 15px;
}
.el-single-post-template-prime .entry-content .et_pb_section_0,
.el-single-post-template-prime .entry-content .et_pb_section_0 .et_pb_row_0 {
padding-top: 0;
}
.el-single-post-template-prime .entry-content .et_pb_section:last-child,
.el-single-post-template-prime .entry-content .et_pb_section:last-child .et_pb_row:last-child {
padding-bottom: 0;
}
.el-single-post-template-prime #content-area .et_post_meta_wrapper {
text-align: initial;
}
.et_transparent_nav.el-single-post-template-prime .el-post-author.container > .el-author-profile:first-child {
padding-top: 0;
}
.el-single-post-template-prime #main-content .el-post-author + #content-area {
margin-top: 50px;
}
.el-single-post-template-prime.single.et_pb_pagebuilder_layout.et_full_width_page #main-content > .et_post_meta_wrapper,
.el-single-post-template-prime.single #main-content > .et_post_meta_wrapper.container {
padding: 35px 0 15px;
}
.el-single-post-template-prime.et_pb_pagebuilder_layout.et_full_width_page .el-post-header + .et_post_meta_wrapper,
.el-single-post-template-prime.et_pb_pagebuilder_layout.et_full_width_page .el-post-author + .et_post_meta_wrapper {
padding-top: 35px !important;
}
.et_pb_pagebuilder_layout.single.et_full_width_page .el-post-author + #content-area .et_pb_section_0 {
padding-top: 0 !important;
}
.el-single-post-template-prime #main-content #content-area {
padding: 0;
margin: 35px auto 0;
}
.el-single-post-template-prime .et_pb_post .entry-content {
padding: 0;
}
.el-single-post-template-prime .et_post_meta_wrapper #comment-wrap {
padding-top: 40px;
}
.el-single-post-template-prime .el-post-header .et_main_video_container {
height: 75vh;
}
.el-single-post-template-prime .el-post-header .et_audio_content {
padding: 100px 60px;
}
.el-single-post-template-prime .el-post-header .et_quote_content,
.el-single-post-template-prime .el-post-header .et_link_content {
padding: 100px 60px;
font-size: 24px;
}
.el-single-post-template-prime .el-post-header .et_post_gallery {
max-height: 75vh;
}
.el-single-post-template-prime .el-post-header .et_quote_content:before,
.el-single-post-template-prime .el-post-header .et_link_content:before {
position: absolute;
left: 0;
bottom: 0;
background: rgba(0,0,0,.8);
width: 100%;
height: 100%;
visibility: visible;
content: '';
}
.el-single-post-template-prime .el-post-header .et_audio_content.active-player:before,
.el-single-post-template-prime .el-post-header .et_main_video_container.active-player:before {
z-index: 3;
background: rgba(34, 34, 34, 0.9);
height: 100%;
}
.el-single-post-template-prime .el-post-header .et_quote_content blockquote,
.el-single-post-template-prime .el-post-header .et_link_content a {
position: relative;
}
.el-single-post-template-prime .el-post-header .et_quote_content blockquote:before,
.el-single-post-template-prime .el-post-header .et_link_content a:before {
position: absolute;
left: -20px;
top: 0;
font-family: ETModules;
font-size: 150px;
font-weight: 600;
color: #fff;
opacity: 0.5;
filter: blur(2px);
}
.el-single-post-template-prime .el-post-header .et_quote_content blockquote:before {
-webkit-transform: scale(-1);
-moz-transform: scale(-1);
-ms-transform: scale(-1);
transform: scale(-1);
content: '\7b';
}
.el-single-post-template-prime .el-post-header .et_link_content a:before {
left: -9999px;
right: -9999px;
content: "\e0e3";
}
.el-single-post-template-prime .el-post-header .et_link_content a {
font-size: 24px;
font-weight: 600;
}
@media screen and (min-width: 981px){
.el-single-template:not(.el-single-post-template-default) #main-content #content-area {
position: relative;
}
.el-single-template:not(.el-single-post-template-default) #main-content #content-area:before {
position: absolute;
top: 0;
background-color: #e2e2e2;
width: 1px;
height: 100%;
content: '';
}
.el-single-template:not(.el-single-post-template-default) #main-content .container:before,
.el-single-template:not(.el-single-post-template-default).el-no-sidebar #main-content #content-area:before,
.el-single-template:not(.el-single-post-template-default).et_full_width_page #main-content #content-area:before {
width: 0;
height: 0;
background: transparent;
content: initial;
}
.el-single-template:not(.el-single-post-template-default).el-sidebar #left-area {
width: 74.125%;
}
.el-single-template:not(.el-single-post-template-default).el-sidebar #sidebar {
width: 25.875%;
}
.el-single-template:not(.el-single-post-template-default).et_right_sidebar #main-content #content-area:before {
right: 25.875% !important;
}
.el-single-template:not(.el-single-post-template-default).et_left_sidebar #main-content #content-area:before {
left: 25.875% !important;
}
.el-no-sidebar:not(.el-single-post-template-default) #left-area {
width: 100%;
} .el-single-post-template-stellar.el-sidebar #left-area {
width: 74.125%;
}
.el-single-post-template-stellar.el-sidebar #sidebar {
width: 25.875%;
}
.el-single-post-template-stellar.et_right_sidebar #main-content #content-area:before {
right: 25.875%;
}
.el-single-post-template-stellar.et_left_sidebar #main-content #content-area:before {
left: 25.875%;
}
.el-single-post-template-stellar .et_main_video_container .fluid-width-video-wrapper {
height: 100%;
padding: 0 !important;
}
.el-single-post-template-stellar .et_main_video_container iframe {
width: 100%;
height: 100%;
}
}
@media screen and (max-width: 980px){
.el-single-template:not(.el-single-post-template-default) .el-post-header .et_gallery_item {
width: 25% !important;
height: 20vw !important;
margin: 0 !important;
}    
}
@media screen and (max-width: 767px){
.el-single-template:not(.el-single-post-template-default) .el-post-header .et_gallery_item {
width: 50% !important;
height: 40vw !important;
margin: 0 !important;
}
.el-single-post-template-prime .el-author-gravatar {
width: 55px;
}
.el-single-post-template-prime .el-author-gravatar img {
width: 55px;
height: 55px;
}
.el-single-post-template-prime .el-author-gravatar:before {
width: 65px;
height: 65px;
}
.el-single-post-template-prime .el-post-header .et_audio_content {
padding: 100px 60px !important;
}
}